Manual copyright year update of various GDB files
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2022-01-16 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.texinfo: Change end year of the manual's copyright notice
4 to 2022.
5 * refcard.tex: Ditto.
6
7 2021-08-12 Tom Tromey <tromey@adacore.com>
8
9 * gdb.texinfo (Output Styling): Mention Pygments.
10
11 2021-07-26 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
12
13 PR gdb/28076
14 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention clearing
15 the condition in the -break-condition command.
16
17 2021-07-02 Pedro Alves <pedro@palves.net>
18
19 * gdb.texinfo (TUI): <TUI Mouse Support>: New node/section.
20
21 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * gdb.texinfo (Symbols): Document new output format for 'info
24 sources'.
25
26 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * gdb.texinfo (GDB/MI File Commands): Document --group-by-objfile
29 extension for -file-list-exec-source-files.
30
31 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
32
33 * gdb.texinfo (GDB/MI File Commands): Document extensions to
34 -file-list-exec-source-files.
35
36 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 * python.texinfo (Breakpoints In Python): Add BP_CATCHPOINT
39 description.
40
41 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * guile.texinfo (Breakpoints In Guile): Add BP_CATCHPOINT
44 description.
45
46 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.texinfo (RISC-V Features): Mention vector register feature.
49
50 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * python.texi (Unwinding Frames in Python): Mention
53 PendingFrame.level.
54 (Frames In Python): Mention Frame.level.
55
56 2021-06-16 Felix Willgerodt <felix.willgerodt@intel.com>
57
58 * gdb.texinfo (Process Record and Replay): Stop mentioning lines
59 for "record function-call-history" and
60 "set record function-call-history-size".
61
62 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
63
64 * python.texi (Writing a Pretty-Printer): Use 'is None' instead of
65 '== None'.
66
67 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
68
69 * gdb.texinfo (Source and Machine Code): Document 'set
70 disassembler-options' support for the ARC target.
71
72 2021-06-04 Hannes Domani <ssbssa@yahoo.de>
73
74 * python.texi (TUI Windows In Python): Document Window.click.
75
76 2021-05-29 Hannes Domani <ssbssa@yahoo.de>
77
78 * python.texi (Writing a Frame Filter): Fix example.
79
80 2021-05-27 Hannes Domani <ssbssa@yahoo.de>
81
82 * python.texi (TUI Windows In Python): Document "full_window"
83 argument.
84
85 2021-05-27 Hannes Domani <ssbssa@yahoo.de>
86
87 * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL.
88
89 2021-05-25 Hannes Domani <ssbssa@yahoo.de>
90
91 * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
92
93 2021-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
94
95 * gdb.texi (Initialization Files): Add '@:' after 'e.g.'.
96 (Source Path): Likewise.
97 (GDB/MI Development and Front Ends): Likewise.
98 (ARM Features): Likewise.
99 (gdb man): Likewise.
100
101 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
102
103 * python.texi (Inferiors In Python): Mention the 'connection_num'
104 attribute.
105
106 2021-05-12 George Barrett <bob@bob131.so>
107
108 * guile.texi (Values From Inferior In Guile): Add documentation
109 for value-const-value.
110
111 2021-05-12 George Barrett <bob@bob131.so>
112
113 * guile.texi (Values From Inferior In Guile): Add documentation
114 for value-reference-value. Add documentation for
115 value-rvalue-reference-value.
116
117 2021-05-12 George Barrett <bob@bob131.so>
118
119 * guile.texi (Types In Guile): Add documentation for
120 TYPE_CODE_RVALUE_REF.
121
122 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * guile.texinfo (Breakpoints In Guile): Reword sentence.
125 * python.texinfo (Breakpoints In Python): Reword sentence.
126
127 2021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * python.texinfo (Python Commands): Document 'set debug
130 py-unwind' and 'show debug py-unwind'.
131
132 2021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * python.texinfo (Python Commands): Document 'set debug
135 py-breakpoint' and 'show debug py-breakpoint'.
136
137 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
138
139 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
140 '--force' flag of the '-break-condition' command.
141
142 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
143
144 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
145 '--force-condition' flag of the '-break-insert' and
146 '-dprintf-insert' commands.
147
148 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
149
150 * python.texi (Types In Python): Re-organize Type.fields doc.
151 Mention handling of array types. Correct doc for when calling
152 the method on another type.
153
154 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * gdb.texinfo (Initialization Files): Use @env when referencing
157 environment variables.
158 (Shell Commands): Likewise.
159 (Starting): Likewise.
160 (Arguments): Likewise.
161 (Environment): Likewise.
162 (Edit): Likewise.
163 (Compiling and Injecting Code): Likewise.
164 (Files): Likewise.
165 (Command History): Likewise.
166 (Screen Size): Likewise.
167 (Emacs): Likewise.
168
169 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * python.texinfo (Python Commands): Mention new commands.
172
173 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
174
175 PR gdb/22640
176 * gdb.texinfo (Symbols): Describe the 'x' and 'd' flags of the
177 ptype command, describe 'set print type hex' and 'show print
178 type hex' commands. Update 'ptype/o' examples.
179
180 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
181
182 * gdb.texinfo (GDB/MI Breakpoint Information): Update the
183 description for the 'enabled' field of breakpoint locations.
184
185 2021-04-15 Tom Tromey <tom@tromey.com>
186 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * gdb.texinfo (Mode Options): Mention "set startup-quietly".
189
190 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
191
192 PR cli/25956
193 * gdb.texinfo (File Options): Mention new command line options.
194 (Startup): Discuss when early init files are processed.
195 (Initialization Files): Add description of early init files.
196 (Output Styling): Update description of 'version' style.
197 (gdb man): Mention early init files.
198
199 2021-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add missing
202 parentheses to GDB prompt in example, and replace '(gdb)' with
203 '(@value{GDBP})' in one example where the latter was already in
204 use.
205
206 2021-03-29 Luis Machado <luis.machado@linaro.org>
207
208 * gdb.textinfo (Memory Tagging): Make it a @section.
209
210 2021-03-24 Luis Machado <luis.machado@linaro.org>
211
212 * gdb.texinfo (Data): Document memory tagging changes to the "print"
213 command.
214 (Examining Memory): Document memory tagging changes to the "x"
215 command.
216 (Memory Tagging): Update with more information on changes to the "x"
217 and "print" commands.
218
219 2021-03-24 Luis Machado <luis.machado@linaro.org>
220
221 * gdb.texinfo (Memory Tagging): New subsection and node.
222 (AArch64 Memory Tagging Extension): New subsection.
223
224 2021-03-24 Luis Machado <luis.machado@linaro.org>
225
226 * gdb.texinfo (General Query Packets): Document qMemTags and
227 QMemTags. Document the "memory-tagging" feature.
228 (ARM-Specific Protocol Details): Document memory tag types.
229
230 2021-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * python.texinfo (Parameters In Python): Return empty string in
233 small example code.
234
235 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.texinfo (Files): Document new 'maint info target-sections'
238 command.
239
240 2021-02-17 Lancelot Six <lsix@lancelotsix.com>
241
242 PR cli/17290
243 * gdb.texinfo (Remote Configuration): Fix show remote
244 interrupt-sequence and show remote interrupt-on-connect.
245
246 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
247
248 * gdb.texinfo (Files): Update documentation for 'maint info
249 sections'.
250
251 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * python.texinfo (TUI Windows In Python): Extend description of
254 TuiWindow.is_valid.
255
256 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
257
258 * gdb.texinfo (Inferiors Connections and Programs): Document the
259 inferior command when used without argument.
260
261 2021-01-27 Tom Tromey <tromey@adacore.com>
262
263 * gdb.texinfo (Auto-loading extensions): Remove extraneous space.
264
265 2021-01-25 Marco Barisione <mbarisione@undo.io>
266
267 * python.texi: Add parentheses to print statements/functions.
268
269 2021-01-25 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * gdb.texinfo (Specify Location): Move menu to the end of the
272 node.
273 (Auto-loading): Likewise.
274 (Extending GDB): Likewise.
275 (TUI): Likewise.
276 (Operating System Information): Likewise.
277
278 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
279
280 PR cli/25956
281 * gdb.texinfo (Output Styling): Document version style.
282
283 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
284
285 * gdb.texinfo (Auto-loading extensions): Add additional cross
286 references and move @menu to the end of the node.
287
288 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
289
290 * gdb.texinfo (Aliases): Move @menu to the end of the node.
291
292 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
293
294 * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
295
296 2021-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.texinfo (Commands): Update menu.
299 (Extending GDB): Likewise.
300 (Command aliases default args): Moved later into the document,
301 added a cindex entry. Renamed the section 'Automatically prepend
302 default arguments to user-defined aliases' to 'Default Arguments'.
303 (Aliases): Moved earlier in the document. Minor rewording of the
304 first paragraph, down-cased the text inside all uses of @var, and
305 added a cross reference to the Python code. Renamed the section
306 'Creating new spellings of existing commands' to 'Command
307 Aliases'.
308
309 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
310
311 PR python/19151
312 * python.texi (Breakpoints In Python): Document
313 gdb.BP_HARDWARE_BREAKPOINT.
314
315 2021-01-01 Joel Brobecker <brobecker@adacore.com>
316
317 * gdb.texinfo, refcard.tex: Update copyright year range.
318
319 2020-12-29 Hannes Domani <ssbssa@yahoo.de>
320
321 * python.texi (Frame Decorator API): Fix method name.
322
323 2020-12-23 Alex Bennée <alex.bennee@linaro.org>
324
325 * gdb.texinfo (Packets): Clarify language for ? packet.
326
327 2020-12-21 Joel Brobecker <brobecker@adacore.com>
328
329 * gdb.texinfo (Requirements): Add GMP to list of requirements.
330
331 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
332
333 * python.texi (TUI Windows In Python): Remove erroneous 'a'.
334
335 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
336
337 * python.texi (Values From Inferior): Document the address keyword.
338
339 2020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
340
341 PR gdb/27088
342 * gdb.texinfo (Range Checking): Fix "show check range" command
343 name.
344
345 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * gdb.texinfo (Caching Target Data): Document 'maint flush
348 dcache'.
349
350 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
351
352 * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
353 (Maintenance Commands): Document 'maint flush register-cache'.
354
355 2020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
356
357 * Makefile.in: Delete GDBvn.texi and version.subst only in
358 the maintainer-clean target.
359
360 2020-11-29 Hannes Domani <ssbssa@yahoo.de>
361
362 PR python/26974
363 * python.texi: Fix docu for static members argument.
364
365 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * gdb.texinfo (Debugging Output): Document 'set/show debug
368 fortran-array-slicing'.
369 (Special Fortran Commands): Document 'set/show fortran
370 repack-array-slices'.
371
372 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.texinfo (Maintenance Commands): Update description of 'maint
375 print c-tdesc'.
376
377 2020-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * gdb.texinfo (Mode Options): Descriptions of initialization files
380 has been moved to 'Initialization Files'.
381 (Startup): Likewise.
382 (Initialization Files): New node.
383 (gdb man): Update to mention alternative file paths.
384 (gdbinit man): Likewise.
385
386 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
387
388 * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
389 of the 'break'command.
390 * gdb.texinfo (Conditions): Document the '-force' flag of the
391 'condition' command.
392
393 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
394
395 * gdb.texinfo (Set Breaks): Document disabling of breakpoint
396 locations for which the breakpoint condition is invalid.
397
398 2020-10-06 Michael Forney <mforney@mforney.org>
399
400 * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
401 install condition.
402
403 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
404
405 * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
406
407 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
408
409 * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
410
411 2020-09-13 Pedro Alves <pedro@palves.net>
412
413 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
414 "-break-insert --qualified" and "-dprintf-insert --qualified".
415
416 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
417
418 * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
419
420 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
421
422 * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
423 Features.
424
425 2020-08-07 Tom Tromey <tromey@adacore.com>
426
427 * gdb.texinfo (Ravenscar Profile): Add examples.
428 Document runtime initialization limitation.
429
430 2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
431
432 * gdb.texinfo (Contributors): Add information for the eBPF
433 support.
434 (BPF): New section.
435
436 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * python.texi (Unwinding Frames in Python): Update descriptions
439 for PendingFrame.read_register and
440 gdb.UnwindInfo.add_saved_register.
441 (Frames In Python): Update description of Frame.read_register.
442
443 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
444
445 * python.texi (Registers In Python): Document new find function.
446
447 2020-07-22 Kevin Buettner <kevinb@redhat.com>
448
449 * gdb.texinfo (Maintenance Commands): Add documentation for
450 new command "maintenance print core-file-backed-mappings".
451
452 2020-07-22 Reuben Thomas <rrt@sc3d.org>
453
454 * gdb.texinfo (Remote Protocol, Overview): Correct the description
455 of which remote protocol commands are mandatory for a stub to
456 implement.
457
458 2020-07-20 Ludovic Courtès <ludo@gnu.org>
459
460 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
461
462 2020-07-20 Ludovic Courtès <ludo@gnu.org>
463
464 * guile.texi (Memory Ports in Guile): Mark
465 'memory-port-read-buffer-size',
466 'set-memory-port-read-buffer-size!',
467 'memory-port-write-buffer-size',
468 'set-memory-port-read-buffer-size!' as deprecated.
469 (Guile Introduction): Clarify which Guile
470 versions are supported.
471
472 2020-07-13 Paul Carroll <pcarroll@codesourcery.com>
473
474 PR gdb/25716
475
476 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
477 apply' and adjust xrefs to it.
478
479 2020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
480
481 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
482
483 2020-07-08 Hannes Domani <ssbssa@yahoo.de>
484
485 * gdb.texinfo: Document Windows drive conversion of
486 'set auto-load scripts-directory'.
487
488 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
489
490 * gdb.texi (Registers): Add @anchor for 'info registers
491 <reggroup>' command.
492 * python.texi (Architectures In Python): Document new
493 register_groups method.
494 (Registers In Python): Document two new object types related to
495 register groups.
496
497 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * python.texi (Python API): Add new section to the menu.
500 (Frames In Python): Add new @anchor.
501 (Architectures In Python): Document new registers method.
502 (Registers In Python): New section.
503
504 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
505
506 * python.texi (Unwinding Frames in Python): Document
507 PendingFrame.architecture method.
508
509 2020-06-26 Eli Zaretskii <eliz@gnu.org>
510
511 * gdb.texinfo (Shell Commands): More accurate description of use
512 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
513
514 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * gdb.texinfo (Maintenance Commands): Document new 'maint print
517 xml-desc' command.
518
519 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
520
521 * gdb.texinfo (Command aliases default args): New node documenting
522 how to use default args for a command using aliases.
523 (Aliases): Document the new 'DEFAULT-ARGS...' option.
524 (Help): Update help aliases text and describe when full alias
525 definition is provided.
526
527 2020-06-11 Tom Tromey <tromey@adacore.com>
528
529 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
530
531 2020-06-10 Jonny Grant <jg@jguk.org>
532
533 * gdb.texinfo: Remove broken links Previous and Up from
534 contents.
535
536 2020-05-23 Tom Tromey <tom@tromey.com>
537
538 * gdb.texinfo (Output Styling): Don't mention completion styling.
539 (Editing): Don't mention readline completion styling.
540
541 2020-05-23 Tom Tromey <tom@tromey.com>
542
543 * gdb.texinfo (Output Styling): Mention completion styling.
544 (Editing): Mention readline completion styling.
545
546 2020-05-19 Pedro Alves <palves@redhat.com>
547
548 * gdb.texinfo (Attach): Update exec-file-mismatch description to
549 mention build IDs.
550 (Separate Debug Files): Add "build id" anchor.
551
552 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
553
554 * gdb.texinfo (Help): Document the help and apropos changes.
555 (Aliases): Document new meaning of -a abbreviation flag.
556
557 2020-05-05 Kamil Rytarowski <n54@gmx.com>
558
559 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
560 (info proc exe, info proc mappings, info proc stat): Mention
561 NetBSD support.
562
563 2020-04-28 Tom Tromey <tom@tromey.com>
564
565 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
566
567 2020-04-27 Tom Tromey <tromey@adacore.com>
568
569 * python.texi (Types In Python): Mention missing fields. Add
570 dynamic type example.
571
572 2020-04-24 Tom Tromey <tromey@adacore.com>
573
574 PR python/23662:
575 * python.texi (Types In Python): Document new features.
576
577 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
578
579 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
580 clears makeinfo warnings.
581 * python.texi: Add a missing period trailing an @xref{} clause;
582 this clears a makeinfo warning.
583
584 2020-03-06 Tom de Vries <tdevries@suse.de>
585
586 * gdb.texinfo: Fix "the the".
587
588 2020-03-04 Tom de Vries <tdevries@suse.de>
589
590 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
591 * python.texi: Same.
592
593 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
594
595 * gdb.texinfo (Command History): Extend description for
596 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
597 'set history filename' being optional. Describe the effect of an
598 empty history filename on 'set history save on'.
599
600 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
603 output.
604
605 2020-02-22 Tom Tromey <tom@tromey.com>
606
607 * python.texi (Python API): Add menu item.
608 (TUI Windows In Python): New node.
609
610 2020-02-22 Tom Tromey <tom@tromey.com>
611
612 PR tui/17850:
613 * gdb.texinfo (TUI Commands): Document horizontal layouts.
614
615 2020-02-22 Tom Tromey <tom@tromey.com>
616
617 * gdb.texinfo (TUI Overview): Mention user layouts.
618 (TUI Commands): Document "tui new-layout".
619
620 2020-01-26 Tom Tromey <tromey@adacore.com>
621
622 * gdb.texinfo (M68K Features): Document floating-point feature
623 correspondence.
624
625 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
626
627 * gdb.texinfo (Attach): Document the new option and the
628 set/show commands.
629 (Connecting): Reference the exec-file-mismatch option.
630
631 2020-01-10 Pedro Alves <palves@redhat.com>
632
633 * gdb.texinfo (Starting): Say "current inferior not connected"
634 instead of "GDB not connected".
635 (Inferiors and Programs): Rename node to ...
636 (Inferiors Connections and Programs): ... this. Update all
637 references. Talk about multiple target connections. Update "info
638 inferiors" info to mention the connections column. Describe "info
639 connections". Document "add-inferior -no-connection".
640 * guile.texi, python.texi: Update cross references.
641
642 2020-01-01 Joel Brobecker <brobecker@adacore.com>
643
644 * gdb.texinfo, refcard.tex: Update copyright year range.
645
646 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
647
648 * python.texi (Symbols In Python): Remove duplicate description of
649 gdb.lookup_global_symbol.
650
651 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
652
653 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
654
655 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
656
657 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
658 as -r is ambiguous. Update the print - TAB TAB completion result.
659 (Data): Document new option -raw-values. Use -p and -pretty in the
660 example, as -r is ambiguous.
661 (Print Settings): Document set print raw values.
662 (Pretty-Printer Commands): Document interaction between enabled
663 pretty printers and -raw-values/-raw-frame-arguments.
664
665 2019-12-10 Tom Tromey <tom@tromey.com>
666
667 * python.texi (gdb.prompt): Use correct quotes in example.
668 Shorten sample text.
669
670 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
673 -max-results to some -symbol-info-* commands.
674
675 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
678 -symbol-info-module-functions and -symbol-info-module-variables.
679
680 2019-12-01 Tom Tromey <tom@tromey.com>
681
682 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
683 (Output Styling): Document new settings.
684
685 2019-12-01 Tom Tromey <tom@tromey.com>
686
687 * gdb.texinfo (TUI Configuration): Document new setting.
688
689 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
690
691 * gdb.texinfo (Define): Indicate that user-defined prefix can
692 be used in 'define' command. Document 'define-prefix' command.
693
694 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
695
696 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
697 -symbol-info-modules.
698
699 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
700
701 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
702 -symbol-info-functions, -symbol-info-types, and
703 -symbol-info-variables.
704
705 2019-11-26 Tom Tromey <tom@tromey.com>
706
707 * gdb.texinfo (Maintenance Commands): Document new maint
708 commands.
709
710 2019-11-25 Luis Machado <luis.machado@linaro.org>
711
712 * gdb.texinfo (Debugging Output): Document set debug
713 remote-packet-max-chars.
714
715 2019-11-14 Tom de Vries <tdevries@suse.de>
716
717 * gdb.texinfo: Fix typos.
718 * python.texi: Same.
719 * stabs.texinfo: Same.
720
721 2019-11-12 Tom Tromey <tom@tromey.com>
722
723 * gdb.texinfo (Maintenance Commands): Document new command.
724
725 2019-11-11 Tom Tromey <tom@tromey.com>
726
727 * gdb.texinfo (TUI Keys): Document readline function names.
728
729 2019-11-11 Tom Tromey <tom@tromey.com>
730
731 * gdb.texinfo (Editing): Document operate-and-get-next.
732
733 2019-11-11 Tom Tromey <tromey@adacore.com>
734
735 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
736
737 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
738
739 * python.texi (Symbols In Python): Add documentation for
740 gdb.lookup_static_symbols.
741
742 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
743
744 * python.texi (Symbols In Python): Extend documentation for
745 gdb.lookup_static_symbol.
746
747 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 * gdb.texinfo (Symbols): Document new 'info module variables' and
750 'info module functions' commands.
751
752 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
753
754 * gdb.texinfo (Symbols): Document new 'info modules' command.
755
756 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
757
758 * gdb.texinfo (Convenience Funs): Document the new
759 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
760 convenience functions.
761
762 2019-10-29 Christian Biesinger <cbiesinger@google.com>
763
764 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
765 generation.
766 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
767 option.
768
769 2019-10-23 Tom Tromey <tom@tromey.com>
770
771 * Makefile.in (READLINE_DIR): Update.
772
773 2019-10-23 Christian Biesinger <cbiesinger@google.com>
774
775 * python.texi (Threads In Python): Add a note for how to get the
776 list of threads.
777
778 2019-10-07 Tom de Vries <tdevries@suse.de>
779
780 * gdb.texinfo: Fix typo.
781 * guile.texi: Same.
782 * python.texi: Same.
783
784 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
785
786 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
787
788 2019-10-02 Tom Tromey <tromey@adacore.com>
789
790 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
791 $_ada_exception.
792
793 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
794
795 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
796 qXfer:spu:read and qXfer:spu:write.
797 (General Query Packets): Likewise.
798 (Cell Broadband Engine SPU architecture): Remove subsection.
799
800 2019-09-18 Tom Tromey <tom@tromey.com>
801
802 * gdb.texinfo (Editing): Document readline application name.
803 (TUI Single Key Mode): Document TUI SingleKey keymap name.
804
805 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 * gdb.texinfo (Source Path): Additional text to better describe
808 how the source path directory list is used when searching for
809 source files.
810
811 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
812
813 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
814 examples.
815
816 2019-09-10 Tom Tromey <tromey@adacore.com>
817
818 * gdb.texinfo (Index Files): Update Ada text.
819
820 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
821
822 * gdb.texinfo (Symbols): Add information about the -n flag to
823 "info variables" and "info functions".
824
825 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
826
827 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
828
829 2019-08-16 Alan Hayward <alan.hayward@arm.com>
830
831 * gdb.texinfo (AArch64 Pointer Authentication)
832 (GDB/MI Breakpoint Information) (Frame Information): Document
833 addr_field.
834
835 2019-08-12 Tom Tromey <tom@tromey.com>
836
837 * gdb.texinfo (Configure Options): Document minimum version of
838 readline.
839
840 2019-08-09 Alan Hayward <alan.hayward@arm.com>
841
842 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
843
844 2019-08-07 Alan Hayward <alan.hayward@arm.com>
845
846 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
847
848 2019-08-05 Christian Biesinger <cbiesinger@google.com>
849
850 * python.texi (Blocks In Python): Document dictionary access on blocks.
851
852 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
853
854 * gdb.texinfo (Symbols): Document new args -dirname and -basename
855 of "info sources" command.
856
857 2019-07-30 Christian Biesinger <cbiesinger@google.com>
858
859 * python.texi (Symbols In Python): Document new function
860 gdb.lookup_static_symbol.
861
862 2019-07-29 Christian Biesinger <cbiesinger@google.com>
863
864 * python.texi (Objfiles In Python): Document new functions
865 Objfile.lookup_{global,static}_symbol.
866
867 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
868
869 * gdb.texinfo (Backtrace): Document the new '-frame-info'
870 backtrace option. Reference 'set print frame-info'.
871 (Print Settings): Document 'set|show print frame-info'.
872 Document new 'presence' value for 'set print frame-arguments.
873
874 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.texinfo (Symbols): Add information about -q flag to "info
877 types".
878
879 2019-07-20 Kevin Buettner <kevinb@redhat.com>
880
881 * python.texi (python command): Revise example to match
882 command behavior.
883
884 2019-07-09 Pedro Alves <palves@redhat.com>
885
886 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
887 examples to show type=catchpoint instead of type=breakpoint and an
888 address.
889
890 2019-07-03 Pedro Alves <palves@redhat.com>
891 Philippe Waroquiers <philippe.waroquiers@skynet.be>
892
893 * gdb.texinfo (Command Settings): New node documenting the general
894 concept of settings, how to change them, and the new "with"
895 command.
896 (Maintenance Commands): Document "maint with".
897
898 2019-07-03 Pedro Alves <palves@redhat.com>
899
900 * gdb.texinfo (Maintenance Commands): Document "maint set/show
901 test-settings" instead of "maint test-settings set/show".
902
903 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
904
905 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
906 deals with a file that has the same name as the specified pid to
907 attach to. Add example using -p option.
908 (gdb man): Remove same sentence as in previous item.
909
910 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
911
912 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
913 node.
914 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
915 new MI commands.
916
917 2019-06-13 Pedro Alves <palves@redhat.com>
918
919 * gdb.texinfo (Command Completion): Mention command options too.
920 (Command Options): New node.
921 (Threads): Add anchors. Extend descriptions of the "taas" and
922 "tfaas" commands.
923 (Backtrace): Describe new options of the "backtrace" command. Add
924 anchors.
925 (Frame Apply): Describe new options of the "frame apply" and
926 "faas" commands. Add anchors.
927 (Data): Describe new options of the "print" command. Add anchors.
928 (Compiling and Injecting Code): Mention options of the "compile
929 print" command.
930 (Maintenance Commands): Mention "maint test-options" subcommands
931 and the "maint show test-options-completion-result" command.
932
933 2019-06-13 Pedro Alves <palves@redhat.com>
934
935 * gdb.texinfo (Print Settings): Document "set/show print
936 raw-frame-arguments" instead of "set/show print raw
937 frame-arguments".
938
939 2019-06-13 Pedro Alves <palves@redhat.com>
940
941 * gdb.texinfo (Maintenance Commands): Document "maint
942 test-settings" commands.
943
944 2019-06-06 Amos Bird <amosbird@gmail.com>
945
946 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
947 annotation.
948
949 2019-06-04 Christian Biesinger <cbiesinger@google.com>
950
951 * python.texi: Document new gdb.Type.objfile property.
952
953 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
954
955 * gdb.texinfo (Help): Document the new -v apropos flag.
956 (Output Styling): Document the style name styling done by "show style".
957 Document the new title and highlight styles.
958
959 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
960
961 * gdb.texinfo (Shell Commands): Document pipe command.
962 (Logging Output): Add a reference to pipe command.
963 (Convenience Variables): Document $_shell_exitcode and
964 $_shell_exitstatus.
965
966 2019-05-29 Tom Tromey <tromey@adacore.com>
967
968 * gdb.texinfo (Continuing and Stepping): Document new
969 commands.
970
971 2019-05-22 Alan Hayward <alan.hayward@arm.com>
972
973 * gdb.texinfo (Shell Commands): Add debugredirect.
974
975 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
976
977 * gdb.texinfo: Minor formatting fixes.
978
979 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
980
981 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
982 MI command -complete.
983
984 2019-05-14 Tom de Vries <tdevries@suse.de>
985
986 * gdb.texinfo (Automatic symbol index cache): Add concept and command
987 index entries.
988
989 2019-05-14 Tom de Vries <tdevries@suse.de>
990
991 * gdb.texinfo (Maintenance Commands): Remove superfluous
992 quoting on command index entry for "maint info selftests".
993
994 2019-05-10 Tom Tromey <tromey@adacore.com>
995
996 * python.texi (Pretty Printing API): Mention lazy computation for
997 "children".
998
999 2019-05-10 Tom Tromey <tromey@adacore.com>
1000
1001 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
1002 exception" and "catch handlers". Move "catch exception unhandled"
1003 text. Use @var for "catch load" and "catch unload"
1004
1005 2019-05-08 Tom Tromey <tromey@adacore.com>
1006
1007 * gdb.texinfo (Symbols): Document change to ptype/o.
1008
1009 2019-05-03 Eli Zaretskii <eliz@gnu.org>
1010
1011 * gdb.texinfo (Separate Debug Files): Document how the
1012 subdirectory of the global debug directory is computed on
1013 MS-Windows/MS-DOS.
1014
1015 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.texinfo (Print Settings): Document 'print max-depth'.
1018 * guile.texi (Guile Pretty Printing API): Document that 'print
1019 max-depth' can effect the display of a values children.
1020 * python.texi (Pretty Printing API): Likewise.
1021 (Values From Inferior): Document max_depth keyword.
1022
1023 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1024
1025 * gdb.texinfo (Calling): Document the new
1026 set|show may-call-functions.
1027
1028 2019-04-22 Pedro Alves <palves@redhat.com>
1029
1030 * gdb.texinfo (Reverse Execution): Mention and xref process record
1031 and replay. Mention remote and system emulators.
1032 (Process Record and Replay): List supported architectures.
1033 Mention that "record btrace" is only supported on Intel
1034 processors.
1035
1036 2019-04-17 Alan Hayward <alan.hayward@arm.com>
1037
1038 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
1039 (Monitor Commands for gdbserver)
1040 (gdbserver man): Add debug-file option.
1041
1042 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1043
1044 * python.texi (Inferiors In Python): Rename
1045 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
1046 Add note about the former being deprecated.
1047
1048 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1049
1050 * python.texi (Threads In Python): Add description for method
1051 InferiorThread.handle.
1052
1053 2019-04-07 Tom Tromey <tom@tromey.com>
1054
1055 * Makefile.in (all): Depend on "info".
1056
1057 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.texinfo (Convenience Funs): Document '$_creal' and
1060 '$_cimag'.
1061
1062 2019-03-30 Eli Zaretskii <eliz@gnu.org>
1063
1064 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
1065 $_gdb_minor.
1066
1067 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * python.texi (Pretty Printing API): Document use of None for the
1070 display_hint.
1071
1072 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1073 Jiong Wang <jiong.wang@arm.com>
1074
1075 * gdb.texinfo (AArch64 Features): Describe pauth feature.
1076
1077 2019-03-20 Tom Tromey <tromey@adacore.com>
1078
1079 * python.texi (Selecting Pretty-Printers): Use @defvar for
1080 gdb.pretty_printers.
1081
1082 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
1083
1084 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
1085 of table, "@end @table" -> "@end table".
1086
1087 2019-03-14 Tom Tromey <tromey@adacore.com>
1088
1089 * gdb.texinfo (Output Styling): Document "set style source" and
1090 "show style source".
1091
1092 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 * gdb.texinfo (Mode Options): Mention mi3.
1095 (Interpreters): Likewise.
1096 (GDB/MI Development and Front Ends): Add entry for MI 3 in
1097 version table. Document -fix-multi-location-breakpoint-output.
1098 (GDB/MI Breakpoint Information): Document format of breakpoint
1099 location output.
1100
1101 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
1102
1103 * python.texi (Values From Inferior): Change synopsys of the
1104 second form of Value.__init__.
1105
1106 2019-03-02 Eli Zaretskii <eliz@gnu.org>
1107
1108 * gdb.texinfo (Output Styling): Fix typos. Document the default
1109 foreground colors of the available styles.
1110
1111 2019-02-27 Kevin Buettner <kevinb@redhat.com>
1112
1113 * gdb.texinfo (Configure Options): Document minimum python
1114 version.
1115
1116 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1117
1118 * python.texi (Values From Inferior): Document second form
1119 of Value.__init__.
1120
1121 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1122
1123 * gdb.texinfo: Update copyright year ranges.
1124 * refcard.tex: Likewise.
1125
1126 2019-02-21 Alan Hayward <alan.hayward@arm.com>
1127
1128 * gdb.texinfo: Update style defaults.
1129
1130 2019-02-21 Tom Tromey <tromey@adacore.com>
1131
1132 * gdb.texinfo (Remote Configuration): Remove trailing "." from
1133 @item.
1134
1135 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
1136
1137 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
1138 MI versions. Update text around it.
1139
1140 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1141
1142 * gdb.texinfo (PowerPC Features): Document the alias
1143 pseudo-registers for the org.gnu.gdb.power.altivec feature.
1144
1145 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1146
1147 * gdb.texinfo (Print Settings): Remove mention of specific
1148 demangle-style values, just refer to the in-process help.
1149
1150 2018-12-28 Tom Tromey <tom@tromey.com>
1151
1152 * gdb.texinfo (Output Styling): New node.
1153
1154 2018-12-13 John Baldwin <jhb@FreeBSD.org>
1155
1156 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
1157 (Native): Add a FreeBSD subsection.
1158 (FreeBSD): Document use of system call aliases for compatibility
1159 system calls.
1160
1161 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.texinfo (Standard Target Features): Add RISC-V Features
1164 sub-section.
1165
1166 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1167
1168 * gdb.texinfo (Examining the Symbol Table): Document language choice
1169 for 'info types|functions|variables' commands.
1170 (Setting Breakpoints): Document language choice to print
1171 the functions in which a breakpoint is set.
1172
1173 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1174
1175 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
1176 requirements for the org.gnu.gdb.power.vsx feature.
1177
1178 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1179
1180 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
1181 output to match the current implementation.
1182
1183 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1184
1185 * gdb.texinfo (Information About a Frame): Document changes
1186 to 'info args' and 'info locals'.
1187 (Examining the Symbol Table): Document changes to 'info functions'
1188 and 'info variables'.
1189
1190 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1191
1192 * gdb.texinfo (PowerPC Features): Describe new features
1193 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
1194 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
1195 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
1196 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
1197
1198 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1199
1200 * gdb.texinfo (PowerPC Features): Describe new features
1201 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
1202
1203 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1204
1205 * gdb.texinfo (PowerPC Features): Describe new feature
1206 "org.gnu.gdb.power.tar".
1207
1208 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1209
1210 * gdb.texinfo (PowerPC Features): Describe new features
1211 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
1212
1213 2018-10-20 Tom Tromey <tom@tromey.com>
1214
1215 * gdb.texinfo (TUI Commands): Add @end table.
1216 (TUI Configuration): Remove stray @end table.
1217
1218 2018-10-19 Tom Tromey <tom@tromey.com>
1219
1220 PR tui/18388:
1221 * gdb.texinfo (TUI Commands): Remove tabset documentation.
1222 (TUI Configuration): Document "set tui tab-width".
1223
1224 2018-10-09 Tom Tromey <tom@tromey.com>
1225
1226 * python.texi (Inferiors In Python): Link to "Frames In Python",
1227 not "Unwinding Frames in Python".
1228
1229 2018-10-09 Tom Tromey <tom@tromey.com>
1230
1231 * gdb.texinfo (Configure Options): Update --enable-ubsan
1232 documentation.
1233
1234 2018-10-08 John Baldwin <jhb@FreeBSD.org>
1235
1236 * gdb.texinfo (Contributors): Add SRI International and University
1237 of Cambridge for FreeBSD/riscv.
1238
1239 2018-10-06 Tom Tromey <tom@tromey.com>
1240
1241 PR python/19399:
1242 * python.texi (Inferiors In Python): Document
1243 Inferior.Architecture.
1244
1245 2018-10-06 Tom Tromey <tom@tromey.com>
1246
1247 PR python/21765:
1248 * python.texi (Symbols In Python): Document the module and
1249 common-block domains. Remove documentation for incorrect
1250 domains.
1251
1252 2018-10-03 Tom Tromey <tom@tromey.com>
1253
1254 * gdb.texinfo (Configure Options): Document --enable-ubsan.
1255
1256 2018-10-02 John Darrington <john@darrington.wattle.id.au>
1257
1258 * gdb.texinfo (Remote Connection Commands): Describe
1259 the changes to target remote and target extended-remote
1260 relating to Unix domain sockets.
1261
1262 2018-10-01 Tom Tromey <tom@tromey.com>
1263
1264 * gdb.texinfo (Configure Options): Document configure options.
1265
1266 2018-09-29 Tom Tromey <tom@tromey.com>
1267
1268 * gdb.texinfo (Requirements): Mention C++, GNU make.
1269 (Requirements): Sort the table. Add more libraries.
1270 (Running Configure): Remove obsolete text.
1271 (Separate Objdir): Likewise.
1272 (Configure Options): Likewise.
1273
1274 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
1277 to highlight that the number is also the frame's level.
1278 (Selection): Rewrite documentation for 'frame' and 'select-frame'
1279 commands.
1280 (Frame Info): Rewrite documentation for 'info frame' command.
1281
1282 2018-09-23 Tom Tromey <tom@tromey.com>
1283
1284 PR python/18852:
1285 * python.texi (Parameters In Python): Document exception behavior
1286 of get_set_string.
1287
1288 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1289
1290 * gdb.texinfo (info proc): Remove "running".
1291 (info proc mappings): Replace "program" with "process".
1292
1293 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1294
1295 * gdb.texinfo (Process Information): Document "info proc files"
1296 command.
1297
1298 2018-09-17 Tom Tromey <tom@tromey.com>
1299
1300 * gdb.texinfo (Index Files): Update for cache directory change on
1301 macOS.
1302
1303 2018-09-16 Tom Tromey <tom@tromey.com>
1304
1305 * python.texi (Basic Python): Update docs for find_pc_line,
1306 solib_name.
1307 (Progspaces In Python): Update docs for current_progspace.
1308 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
1309 Move method documentation before example.
1310
1311 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1312
1313 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
1314
1315 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1316 2018-09-13 Tom Tromey <tom@tromey.com>
1317
1318 * python.texi (Program Spaces In Python): Document the
1319 Progspace.objfiles method.
1320 (Objfiles In Python): Mention that gdb.objfiles() is identical
1321 to gdb.selected_inferior().progspace.objfiles().
1322
1323 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1324 2018-09-13 Tom Tromey <tom@tromey.com>
1325
1326 * python.texi (Inferiors In Python): Document
1327 Inferior.progspace.
1328 (Program Spaces In Python): Document that
1329 gdb.current_progspace() is the same as
1330 gdb.selected_inferior().progspace.
1331
1332 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1333
1334 * python.texi (Basic Python): Mention the string representation
1335 of GDB Python objects.
1336
1337 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1338
1339 * gdb.texinfo (Skipping Over Functions and Files): Document
1340 set/show debug skip.
1341
1342 2018-09-10 Tom Tromey <tom@tromey.com>
1343
1344 * python.texi (Frames In Python, Blocks In Python)
1345 (Symbols In Python, Symbol Tables In Python)
1346 (Lazy Strings In Python): Remove periods from section titles.
1347
1348 2018-09-10 Tom Tromey <tom@tromey.com>
1349
1350 * python.texi (Pretty Printing API): Swap sentence order.
1351
1352 2018-09-10 Tom Tromey <tom@tromey.com>
1353
1354 PR python/16461:
1355 * python.texi (Values From Inferior): Mention use of virtual
1356 table.
1357
1358 2018-09-10 Tom Tromey <tom@tromey.com>
1359
1360 * python.texi (Basic Python): Parenthesize argument to
1361 decode_line.
1362
1363 2018-09-10 Tom Tromey <tom@tromey.com>
1364
1365 * python.texi (Python): Mention Python versions. Don't mention
1366 execfile.
1367
1368 2018-09-10 Tom Tromey <tom@tromey.com>
1369
1370 PR python/19808:
1371 * python.texi (Unwinding Frames in Python): Rewrite
1372 create_unwind_info documentation. Update read_register
1373 documentation and add a note about unwinder caution.
1374
1375 2018-09-10 Tom Tromey <tom@tromey.com>
1376
1377 PR python/18909:
1378 * python.texi (Events In Python): Fix inferior_call
1379 documentation.
1380
1381 2018-09-10 Tom Tromey <tom@tromey.com>
1382
1383 PR python/17752:
1384 * python.texi (Frame Filter API): Remove period from subsection
1385 title. Mention 100 as good default priority.
1386 (Frame Decorator API): Remove period from subsection title.
1387 Mention FrameDecorator module.
1388
1389 2018-09-10 Tom Tromey <tom@tromey.com>
1390
1391 PR python/23108:
1392 * python.texi (Exception Handling): Rearrange gdb.GdbError text
1393 and add a table.
1394
1395 2018-09-10 Tom Tromey <tom@tromey.com>
1396
1397 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1398 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1399 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1400 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1401
1402 2018-09-10 Tom Tromey <tom@tromey.com>
1403
1404 PR python/16484:
1405 * python.texi (Frames In Python): Document that Frame.block can
1406 throw.
1407
1408 2018-09-10 Tom Tromey <tom@tromey.com>
1409
1410 PR python/23487:
1411 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1412
1413 2018-09-10 Tom Tromey <tom@tromey.com>
1414
1415 PR python/16033:
1416 * python.texi (Blocks In Python): Document that Block.end is
1417 exclusive.
1418
1419 2018-08-29 Keith Seitz <keiths@redhat.com>
1420
1421 * gdb.texinfo (Compiling and injecting code in GDB): Document
1422 set/show "compile-oracle" and "compile-cplus-types" commands.
1423
1424 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1425
1426 * gdb.texinfo (The -stack-list-frames Command): Update description
1427 to mention "arch".
1428 Update MI examples throughout the document to contain "arch" in
1429 frame output.
1430
1431 2018-08-21 Alan Hayward <alan.hayward@arm.com>
1432
1433 * gdb.texinfo (AArch64 SVE): New subsubsection.
1434
1435 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1436
1437 * gdb.texinfo (GDB/MI Data Manipulation): Document
1438 "-data-disassemble -a addr".
1439 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1440 feature.
1441
1442 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1443
1444 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1445 symbol index cache.
1446
1447 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1448
1449 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1450 option sections to further clarify that gcore can take more
1451 than one PID, and that "-o" is used to specify a prefix, not a
1452 filename.
1453
1454 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * gdb.texinfo (Maintenance Commands): Add description of
1457 maintenance command to control dwarf unwinders.
1458
1459 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1460
1461 * gdb.texinfo (Debugging Programs with Multiple Threads):
1462 Document changes to 'thread apply'. Document 'taas'.
1463 Document 'tfaas'.
1464 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1465
1466 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1467 Jan Kratochvil <jan.kratochvil@redhat.com>
1468 Paul Fertser <fercerpav@gmail.com>
1469 Tsutomu Seki <sekiriki@gmail.com>
1470
1471 * gdb.texinfo (Remote Connection Commands): Add explanation
1472 about new IPv6 support. Add new connection prefixes.
1473
1474 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1475
1476 * gdb.texinfo (Remote Configuration): Update descriptions for
1477 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1478 and hardware-watchpoint-length-limit variables.
1479
1480 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1481
1482 PR tdep/8282
1483 * gdb.texinfo (Source and Machine Code): Document `set
1484 disassembler-options' support for the MIPS target.
1485
1486 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1487
1488 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1489
1490 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1491
1492 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1493 is no longer mandatory.
1494
1495 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1496
1497 * gdb.texinfo (Files): Document "symbol-file -o offset".
1498
1499 2018-06-14 Tom de Vries <tdevries@suse.de>
1500
1501 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1502
1503 2018-06-11 Eli Zaretskii <eliz@gnu.org>
1504
1505 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1506
1507 2018-06-08 Gary Benson <gbenson@redhat.com>
1508
1509 * gdb.texinfo (Maintenance Commands): Document "maint check
1510 libthread-db" and "maint set/show check-libthread-db".
1511
1512 2018-06-05 Tom Tromey <tom@tromey.com>
1513
1514 PR cli/12326:
1515 * gdb.texinfo (Screen Size): Document "c" response to pagination
1516 prompt.
1517
1518 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1519
1520 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1521 selection details with the `set endian auto' mode.
1522
1523 2018-05-31 Alan Hayward <alan.hayward@arm.com>
1524
1525 * gdb.texinfo: Describe SVE feature.
1526
1527 2018-05-04 Tom Tromey <tom@tromey.com>
1528
1529 PR python/22731:
1530 * python.texi (Breakpoints In Python): Mention that "commands" is
1531 writable.
1532
1533 2018-05-02 Tom Tromey <tom@tromey.com>
1534
1535 PR python/20084:
1536 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1537 PARAM_ZUINTEGER_UNLIMITED.
1538
1539 2018-04-30 Tom Tromey <tom@tromey.com>
1540
1541 * python.texi (Types In Python): Document Type.align.
1542
1543 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1544
1545 * gdb.texinfo (Symbols): Mention the fact that "info
1546 variables/functions/types" show source files and line numbers.
1547
1548 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1549
1550 * gdb.texinfo: Document set/show record btrace cpu.
1551
1552 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1553
1554 * gdb.texinfo (Ada Settings): New subsubsection.
1555
1556 2018-03-26 Tom Tromey <tom@tromey.com>
1557
1558 PR backtrace/15582:
1559 * gdb.texinfo (Backtrace): Mention "hide" argument.
1560
1561 2018-03-26 Tom Tromey <tom@tromey.com>
1562
1563 * gdb.texinfo (Backtrace): Describe options individually.
1564
1565 2018-03-19 Tom Tromey <tom@tromey.com>
1566
1567 * observer.texi: Remove.
1568
1569 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1570
1571 * gdb.texinfo (Debugging Output): Document "set/show debug
1572 fbsd-nat".
1573
1574 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1575
1576 * gdb.texinfo (Machine Code): Additional information about "info
1577 line" command.
1578
1579 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1580
1581 * gdb.texinfo (gdb-add-index man): Add pindex.
1582
1583 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1584
1585 * gdb.texinfo (set cwd): Add period.
1586 (gdb-add-index man): Move anchor.
1587
1588 2017-01-12 Tom Tromey <tom@tromey.com>
1589 Sergio Durigan Junior <sergiodj@redhat.com>
1590
1591 * gdb.texinfo (Index Files): Mention gdb-add-index.
1592 (gdb-add-index man): New section.
1593 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1594 from gdb.texinfo.
1595
1596 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1597
1598 * gdb.texinfo (pwd): Fix whitespace.
1599
1600 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1601
1602 * gdb.texinfo (pwd): Update cross-reference for Process Information
1603 node and remove explicit /proc reference.
1604 (Native): Rename subsection from SVR4 Process Information to
1605 Process Information.
1606 (Process Information): Reword introduction to be less /proc
1607 centric. Document support for "info proc" on FreeBSD.
1608
1609 2018-01-03 Xavier Roirand <roirand@adacore.com>
1610
1611 * gdb.texinfo (Set Catchpoints): Add documentation for new
1612 "catch handlers" action.
1613
1614 2017-12-27 Stafford Horne <shorne@gmail.com>
1615
1616 * gdb.texinfo (Target Description Format): Explain that arbitrary
1617 strings are now allowed for register groups.
1618
1619 2017-12-27 Stafford Horne <shorne@gmail.com>
1620
1621 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1622
1623 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1624
1625 PR cli/16224
1626 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1627
1628 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1629
1630 * python.texi (Manipulating breakpoints using Python): Document
1631 qualified parameter to gdb.Breakpoint.
1632
1633 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1634
1635 * python.texi (Manipulating breakpoints using Python): Split doc
1636 of Breakpoint.__init__ in two, split text in multiple
1637 paragraphs, don't nest parameter square brackets.
1638
1639 2017-12-12 Stafford Horne <shorne@gmail.com>
1640 Stefan Wallentowitz <stefan@wallentowitz.de>
1641 Franck Jullien <franck.jullien@gmail.com>
1642 Jeremy Bennett <jeremy.bennett@embecosm.com>
1643
1644 * gdb.texinfo: Add OpenRISC documentation.
1645
1646 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1647
1648 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1649
1650 2017-12-07 Keith Seitz <keiths@redhat.com>
1651
1652 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1653 and "show print type nested-type-limit".
1654
1655 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1656
1657 * python.texi (Breakpoints In Python): Add text relating
1658 to allowed explicit locations and keywords in gdb.Breakpoints.
1659
1660 2017-12-04 Tom Tromey <tom@tromey.com>
1661
1662 * gdb.texinfo (Rust): Update trait object status
1663
1664 2017-12-01 Andrew Cagney <cagney@redhat.com>
1665 Joel Brobecker <brobecker@adacore.com>
1666 Sergio Durigan Junior <sergiodj@redhat.com>
1667
1668 * gdb.texinfo (File Options): Document --readnever.
1669 (Commands to Specify Files): Likewise, for 'symbol-file' and
1670 'add-symbol-file'.
1671
1672 2017-11-29 Pedro Alves <palves@redhat.com>
1673
1674 PR c++/19436
1675 * gdb.texinfo (Debugging C Plus Plus): Document setting
1676 breakpoints in functions with ABI tags.
1677
1678 2017-11-29 Pedro Alves <palves@redhat.com>
1679
1680 * gdb.texinfo (Linespec Locations): Document how "function" is
1681 interpreted in C++ and Ada. Document "-qualified".
1682 (Explicit Locations): Document how "-function" is interpreted in
1683 C++ and Ada. Document "-qualified".
1684
1685 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1686
1687 PR gdb/21945
1688 * gdb.texinfo (Search Memory): Update description and example
1689 about how to search a string without NULL terminator.
1690
1691 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1692
1693 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1694 new "exception-message" field.
1695
1696 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1697
1698 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1699
1700 2017-11-24 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1703 false claim that GDB inserts quoting automatically.
1704 (Symbols): Add anchor.
1705
1706 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1707
1708 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1709
1710 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1711
1712 * python.texi (Basic Python): Add rbreak documentation.
1713
1714 2017-11-07 Xavier Roirand <roirand@adacore.com>
1715 Pedro Alves <palves@redhat.com>
1716
1717 * gdb.texinfo (Set Breaks): Document support for breakpoint
1718 location ranges in the enable/disable commands.
1719
1720 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1721
1722 * gdb.texinfo (Starting your Program) <The working directory.>:
1723 Mention remote debugging.
1724 (Working Directory) <Your Program's Working Directory>:
1725 Likewise.
1726 (Connecting) <Remote Packet>: Add "set-working-dir"
1727 and "QSetWorkingDir" to the table.
1728 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1729 packet.
1730
1731 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1732
1733 * gdb.texinfo (Starting your Program) <The working directory.>:
1734 Mention new "set cwd" command.
1735 (Working Directory) <Your Program's Working Directory>:
1736 Rephrase to explain that "set cwd" exists and is the default
1737 way to change the inferior's cwd.
1738
1739 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1740
1741 * gdb.texinfo (S/390 and System z Features): Document the new
1742 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1743
1744 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1745
1746 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1747 attribute.
1748
1749 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1750
1751 * python.texi (Inferiors In Python): Add description for method
1752 Inferior.thread_from_thread_handle.
1753
1754 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1755
1756 * gdb.texinfo (Starting your Program): Add description of
1757 starti command. Mention starti command as an alternative for
1758 debugging the elaboration phase.
1759
1760 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1761
1762 * gdb.texinfo (Maintenance Commands): Document filter parameter
1763 of "maint selftest". Document "maint info selftests" command.
1764
1765 2017-09-11 Tom Tromey <tom@tromey.com>
1766
1767 * python.texi (Events In Python): Document new events.
1768
1769 2017-09-04 Pedro Alves <palves@redhat.com>
1770
1771 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1772 no-debug-info variables.
1773 (Symbols) <Examining the Symbol Table>: Document inspecting
1774 no-debug-info types.
1775 (Calling) <Calling functions with no debug info>: New subsection,
1776 documenting calling no-debug-info functions.
1777 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1778
1779 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1780
1781 * gdb.texinfo (set environment): Add @anchor. Explain that
1782 environment variables set by the user are sent to GDBserver.
1783 (unset environment): Likewise, but for unsetting variables.
1784 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1785 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1786 "environment-reset" and "QEnvironmentReset" to the table.
1787 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1788 QEnvironmentReset>: New item, explaining the packet.
1789
1790 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1791
1792 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1793 "Compiler search for the compile command" descriptions of set
1794 compile-gcc and show compile-gcc.
1795
1796 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1797
1798 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1799 ADI support.
1800 * NEWS: Add "adi examine" and "adi assign" commands.
1801
1802 2017-08-18 Yao Qi <yao.qi@linaro.org>
1803
1804 * gdb.texinfo (Server): Document "--selftest".
1805
1806 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1807
1808 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1809 Single-Key mode.
1810
1811 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1812
1813 PR gdb/21925
1814 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1815 set...").
1816
1817 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1818
1819 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1820 conditional expression.
1821
1822 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1823
1824 * agentexpr.texi (rot): Fix symbolic description, improve
1825 textual description.
1826
1827 2017-07-26 Yao Qi <yao.qi@linaro.org>
1828
1829 * gdb.texinfo (Maintenance Commands): Document command
1830 "maint check xml-descriptions".
1831
1832 2017-07-26 Yao Qi <yao.qi@linaro.org>
1833
1834 * gdb.texinfo (Maintenance Commands): Document optional
1835 argument of "maint print c-tdesc".
1836
1837 2017-07-18 Yao Qi <yao.qi@linaro.org>
1838
1839 * gdb.texinfo (Maintenance Commands): Improve the doc to
1840 command "maint print c-tdesc".
1841
1842 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1843
1844 PR gdb/21606
1845 * python.texi (Python representation of Symbols.): Replace
1846 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1847 * guile.texi (Guile representation of Symbols.): Likewise.
1848
1849 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1850
1851 * gdb.texinfo (Optional Messages about Internal Happenings):
1852 Document {set,show} debug separate-debug-file commands.
1853
1854 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1855
1856 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1857 (Connecting) <Remote Packet>: Add "startup-with-shell"
1858 and "QStartupWithShell" to the table.
1859 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1860 packet.
1861
1862 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1863
1864 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1865
1866 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1867
1868 * python.texi (Recording in Python): Factor out the documentation of
1869 gdb.RecordInstruction's super class.
1870
1871 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1872
1873 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1874 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1875 prev and next.
1876
1877 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1878
1879 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1880 gdb.RecordInstruction
1881
1882 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1883
1884 * python.texi (Recording in Python): Add documentation for
1885 gdb.RecordGap and remove documentation of special cases for
1886 gdb.BtraceInstruction.
1887
1888 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1889
1890 * python.texi (Recording in Python): Remove Record.ptid defvar.
1891
1892 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1893
1894 * gdb.texinfo (GDB/MI Thread Information): Add missing
1895 fields, re-word some things.
1896 (GDB/MI Thread Commands): Describe fields found in the output of
1897 -thread-info, remove description of fields in the
1898 thread output tuple, replace with a cross-reference to "GDB/MI
1899 Thread Information".
1900
1901 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1902
1903 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1904 from -thread-info output.
1905
1906 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1907
1908 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1909
1910 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1911
1912 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1913
1914 2017-03-22 Yao Qi <yao.qi@linaro.org>
1915
1916 * python.texi (Inferiors In Python): Remove @code from Python.
1917
1918 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1919
1920 * python.texi (Recordings In Python): Document return type of
1921 gdb.BtraceInstruction.data.
1922
1923 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1924
1925 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1926 command file-list-shared-libraries
1927 (GDB/MI Async Records): Update documentation of library-loaded with new
1928 field.
1929
1930 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1931
1932 PR gdb/14441
1933 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1934 supports both lvalue and rvalue references.
1935
1936 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1937
1938 PR gdb/14441
1939 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1940 table of constants.
1941
1942 2017-03-16 Doug Evans <dje@google.com>
1943
1944 * guile.texi (Lazy Strings In Guile): Mention arrays.
1945 * python.texi (Lazy Strings In Python): Ditto.
1946
1947 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1948
1949 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1950 character "@".
1951
1952 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1953
1954 * Memory Protection Extensions: Add information about inferior
1955 calls.
1956
1957 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1958
1959 * gdb.texinfo: Document new set/show disassembler-options
1960 commands.
1961
1962 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1963
1964 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1965 DW_TAG_GNU_* and DW_AT_GNU_*.
1966
1967 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1968
1969 * python.texi (Recordings In Python): New section.
1970
1971 2017-02-14 Tom Tromey <tom@tromey.com>
1972
1973 PR python/13598:
1974 * python.texi (Events In Python): Document events.before_prompt.
1975
1976 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1977
1978 * gdb.texinfo (Target Commands): Document the optional offset
1979 argument for the load command.
1980
1981 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1982
1983 PR gdb/21122
1984 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1985 space-separated breakpoint lists. Also add a missing @table command
1986 and @cindex for breakpoint lists.
1987
1988 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1989
1990 PR tdep/20936
1991 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1992 (Sparc Features): New node.
1993
1994 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1995
1996 * gdb.texinfo (i386 Features): Add system segment registers
1997 as feature.
1998
1999 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
2000
2001 * python.texi (Events In Python): Fix typo.
2002
2003 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
2004 Luis Machado <lgustavo@codesourcery.com>
2005
2006 * gdb.texinfo (-target-flash-erase): New MI command description.
2007 (flash-erase): New CLI command description.
2008
2009 2017-01-04 John Baldwin <jhb@FreeBSD.org>
2010
2011 * gdb.texinfo (Contributors): Add SRI International and University
2012 of Cambridge for FreeBSD/mips.
2013
2014 2016-12-22 Doug Evans <xdje42@gmail.com>
2015
2016 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
2017 commands.
2018
2019 2016-12-02 Pedro Alves <palves@redhat.com>
2020
2021 * gdb.texinfo (User-defined Commands): Limit on number of
2022 arguments passed to user-defined commands removed; update.
2023
2024 2016-12-02 Pedro Alves <palves@redhat.com>
2025
2026 PR cli/20559
2027 * gdb.texinfo (Define): Add example of using "eval" to process a
2028 variable number of arguments.
2029 (Output) <eval>: Add anchor.
2030
2031 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2032
2033 * Makefile.in: Likewise.
2034
2035 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2036
2037 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
2038 xref.
2039
2040 2016-10-29 Pedro Alves <palves@redhat.com>
2041
2042 * gdb.texinfo (Packets) <vCont>: Remove mention of default
2043 actions.
2044
2045 2016-10-26 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.texinfo (Packets): Clarify vCont packets with multiple
2048 actions that match a thread, and what happens when an action
2049 matches a thread that is already running.
2050
2051 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2052
2053 * gdb.texinfo (Using Trace Files): Fix typo.
2054 (GDB/MI Tracepoint Commands): Likewise.
2055
2056 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2057
2058 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
2059 of -trace-save.
2060
2061 2016-10-06 Tom Tromey <tom@tromey.com>
2062
2063 * guile.texi (Types In Guile): Remove Java mentions.
2064 * python.texi (Types In Python): Remove Java mentions.
2065 * gdb.texinfo (Address Locations, Supported Languages)
2066 (Index Section Format): Remove Java mentions.
2067
2068 2016-08-15 Doug Evans <dje@google.com>
2069
2070 * gdb.texinfo (Target Description Format): Update docs on "end"
2071 field spec and field default type.
2072
2073 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2074 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
2075
2076 PR gdb/20487
2077 * gdb.texinfo (Context management): Update mention of frame
2078 change notifications.
2079 (gdb/mi Async Records): Document frame field in
2080 =thread-select event.
2081 * observer.texi (GDB Observers): New user_selected_context_changed
2082 observer.
2083
2084 2016-09-28 Tom Tromey <tom@tromey.com>
2085
2086 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
2087 than "memory breakpoint". Further document "kind". Move
2088 protocol-details link earlier.
2089 <z1>: Document the cmd_list argument. Fix typo.
2090 <g>: Remove incorrect sentence.
2091 (Stop Reply Packets): Document "OK" response to requests when in
2092 non-stop mode.
2093 <swbreak>: Use "software breakpoint" rather than "memory
2094 breakpoint".
2095 <create>: Document that "R" is ignored.
2096 <W, X, w>: Document formatting of "AA".
2097 (Notification Packets): Use "%Stop", not "%%Stop".
2098
2099 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2100
2101 * gdb.texinfo (Embedded Processors): Document ARC.
2102 (Synopsys ARC): New section.
2103 (Standard Target Features): Document ARC features.
2104 (ARC Features): New section.
2105
2106 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2107
2108 * .gitignore: New file.
2109
2110 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2111
2112 * gdb.texinfo (Input/Output): Mention possibility to unset
2113 inferior-tty.
2114
2115 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2116
2117 * gdb.texinfo: Resume btrace on reconnect.
2118
2119 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2120
2121 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
2122 syscall.
2123
2124 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
2125
2126 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
2127 command.
2128
2129 2016-07-13 Tom Tromey <tom@tromey.com>
2130
2131 PR python/15620, PR python/18620:
2132 * python.texi (Events In Python): Document new breakpoint events.
2133
2134 2016-07-13 Tom Tromey <tom@tromey.com>
2135
2136 PR python/17698:
2137 * python.texi (Breakpoints In Python): Document
2138 Breakpoint.pending.
2139
2140 2016-07-13 Tom Tromey <tom@tromey.com>
2141
2142 * python.texi (Breakpoints In Python): Move table of types and
2143 table of watchpoint types earlier in node.
2144
2145 2016-07-12 Tom Tromey <tom@tromey.com>
2146
2147 PR python/19293:
2148 * python.texi (Frames In Python): Document
2149 gdb.invalidate_cached_frames.
2150
2151 2016-06-21 Pedro Alves <palves@redhat.com>
2152
2153 * gdb.texinfo (Interpreters): Update intepreter-exec section,
2154 document new-ui and explain use case.
2155
2156 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2157
2158 * gdb.texinfo (Standard Target Features): Document NDS32 features.
2159 (NDS32 Features): New Section.
2160
2161 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2162
2163 * gdb.texinfo (Examining Memory): Document negative repeat
2164 count in the 'x' command.
2165
2166 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2167
2168 * gdb.texinfo (GDB/MI Async Records): Document method and
2169 format fields in =record-started.
2170 * observer.texi (record_changed): Add method and format
2171 parameters.
2172
2173 2016-05-27 Eli Zaretskii <eliz@gnu.org>
2174
2175 * gdb.texinfo (General Query Packets): Move the description of the
2176 response before the long list of the specific 'read' and 'write'
2177 requests.
2178
2179 2016-05-23 Tom Tromey <tom@tromey.com>
2180
2181 * python.texi (Basic Python): Document gdb.breakpoints return.
2182
2183 2016-05-24 Tom Tromey <tom@tromey.com>
2184
2185 PR gdb/19194:
2186 * gdb.texinfo (gdb man): Fix typo.
2187
2188 2016-05-17 Tom Tromey <tom@tromey.com>
2189
2190 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
2191 (Rust): New node.
2192
2193 2016-05-17 Tom Tromey <tom@tromey.com>
2194
2195 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
2196
2197 2016-04-27 Yao Qi <yao.qi@linaro.org>
2198
2199 * gdb.texinfo (tfind): Complete doc about tfind without
2200 argument.
2201
2202 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
2203
2204 * agentexpr.texi (byte): Fix zero_ext description.
2205
2206 2016-03-31 Pedro Alves <palves@redhat.com>
2207
2208 * gdb.texinfo (M32R/SDI): Delete node.
2209 (MIPS Embedded): Remove references to the MIPS remote debugging
2210 protocol, PMON and variants, and the associated commands.
2211
2212 2016-03-15 Doug Evans <dje@google.com>
2213
2214 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
2215 (Target Description Format): Mention enum types. Update docs on
2216 flags types.
2217 (Predefined Target Types): Add "bool".
2218 (Enum Target Types): New node.
2219
2220 2016-03-15 Pedro Alves <palves@redhat.com>
2221
2222 * gdb.texinfo (Tracepoint Actions): Fix typo.
2223
2224 2016-03-15 Pedro Alves <palves@redhat.com>
2225 Andreas Arnez <arnez@linux.vnet.ibm.com>
2226 Marcin Kościelnicki <koriakin@0x04.net>
2227
2228 * gdb.texinfo (Tracepoint Actions): Document possible
2229 unreliability of '$_ret'.
2230
2231 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
2232
2233 * gdb.texinfo (Symbols): Document new 'maint info line-table'
2234 command.
2235
2236 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
2237
2238 * gdb.texinfo (Convenience Functions): Document $_as_string.
2239
2240 2016-02-23 Doug Evans <dje@google.com>
2241
2242 * gdb.texinfo (Skipping Over Functions and Files): Document new
2243 options to "skip" command. Update docs of output of "info skip".
2244
2245 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
2246
2247 * gdb.texinfo (Signals): Add bound violation display hints for
2248 a SIGSEGV.
2249
2250 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
2251
2252 * gdb.texinfo (Trace File Format): Add documentation for description
2253 section lines.
2254
2255 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2256
2257 * gdb.texinfo (Trace File Format): Remove misleading information
2258 about register block ordering.
2259
2260 2016-02-01 Doug Evans <dje@google.com>
2261
2262 * gdb.texinfo (Value Sizes): Fix typo.
2263
2264 2016-02-01 Doug Evans <dje@google.com>
2265
2266 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
2267
2268 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2269
2270 * gdb.texinfo (Value Sizes): New section.
2271 (Data): Add the 'Value Sizes' node to the menu.
2272
2273 2016-01-26 John Baldwin <jhb@FreeBSD.org>
2274
2275 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
2276
2277 2016-01-19 John Baldwin <jhb@FreeBSD.org>
2278
2279 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
2280
2281 2016-01-18 Pedro Alves <palves@redhat.com>
2282
2283 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
2284 of the thread that hit a breakpoint or received a signal.
2285
2286 2016-01-15 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
2289
2290 2016-01-13 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.texinfo (Threads): Document the $_gthread convenience
2293 variable.
2294 (Convenience Vars): Likewise.
2295
2296 2016-01-13 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.texinfo (Threads): Document "info threads -gid".
2299
2300 2016-01-13 Pedro Alves <palves@redhat.com>
2301
2302 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
2303 anchor.
2304 (Threads In Python): Document new InferiorThread.global_num
2305 attribute.
2306
2307 2016-01-07 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.texinfo (Threads): Document per-inferior thread IDs,
2310 qualified thread IDs, global thread IDs and thread ID lists.
2311 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
2312 thread IDs.
2313 (Convenience Vars): Document the $_thread convenience variable.
2314 (Ada Tasks): Adjust to refer to thread IDs.
2315 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2316 Commands, GDB/MI Variable Objects): Update to mention global
2317 thread IDs.
2318 * guile.texi (Breakpoints In Guile)
2319 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2320 global thread IDs instead of thread IDs.
2321 * python.texi (Threads In Python): Adjust documentation of
2322 InferiorThread.num.
2323 (Breakpoint.thread): Mention global thread IDs instead of thread
2324 IDs.
2325
2326 2016-01-13 Pedro Alves <palves@redhat.com>
2327
2328 * python.texi (Threads In Python): Document
2329 InferiorThread.inferior.
2330
2331 2016-01-13 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2334 convenience variable.
2335 (Convenience Vars): Likewise.
2336
2337 2016-01-12 Josh Stone <jistone@redhat.com>
2338 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2339
2340 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2341 (Stop Reply Packets): List the syscall entry and return stop reasons.
2342 (General Query Packets): Describe QCatchSyscalls, and add it to the
2343 table and the detailed list of stub features.
2344
2345 2016-01-12 Pedro Alves <palves@redhat.com>
2346
2347 Remove use of the registered trademark symbol throughout.
2348
2349 2016-01-12 Yao Qi <yao.qi@linaro.org>
2350
2351 * gdb.texinfo (Interrupts): Update the document on handling
2352 interrupt when program is stopped.
2353
2354 2015-12-11 Don Breazeal <donb@codesourcery.com>
2355
2356 * gdb.texinfo (Forks): Correct Linux kernel version where
2357 fork and exec events are supported, add notes about support
2358 of these events in target remote mode.
2359 (Connecting): Reorganize and clarify distinctions between
2360 target remote, extended-remote, and multiprocess.
2361 Reorganize related text from separate sections into new
2362 sections.
2363 (Server): Note effects of target extended-remote mode.
2364 Delete section on Multi-Process Mode for gdbserver.
2365 Move some text to "Connecting" node.
2366
2367 2015-12-10 Pedro Alves <palves@redhat.com>
2368
2369 * gdb.texinfo (Threads): Replace warning with explanation
2370 about single-threaded programs.
2371
2372 2015-12-10 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.texinfo (Threads): Remove mention of SGI.
2375 (Forks): Remove mention of HP-UX.
2376 (Breakpoints): Remove mention of HP-UX.
2377 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2378 Reword in terms of architectures.
2379 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2380 mention supported systems.
2381 (Convenience Vars): Don't mention HP-UX.
2382 (Jumping): Remove mention of HP-UX in comment.
2383 (Files) <shared libraries>: Update supported shared library types
2384 list. Remove mention of HP-UX.
2385 (Native): Remove HP-UX subsection.
2386 (SVR4 Process Information): Remove mention of HP-UX.
2387
2388 2015-12-10 Pedro Alves <palves@redhat.com>
2389
2390 * gdb.texinfo (Stack): Reorder menu.
2391
2392 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
2393
2394 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2395 -var-set-format's new zero-hexadecimal format.
2396
2397 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
2398
2399 * gdb.texinfo (Ada Mode Into): Move overloading support
2400 description to its own node.
2401 (Overloading support for Ada): New node.
2402
2403 2015-11-30 Pedro Alves <palves@redhat.com>
2404
2405 PR 14618
2406 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2407 (Remote Configuration): Add the "set/show remote
2408 no-resumed-stop-reply" to the available settings table.
2409 (General Query Packets): Document the "no-resumed" qSupported
2410 feature.
2411
2412 2015-11-30 Pedro Alves <palves@redhat.com>
2413
2414 * gdb.texinfo (Remote Configuration): List "set/show remote
2415 thread-events" command in configuration table.
2416 (Stop Reply Packets): Document "T05 create" stop
2417 reason and 'w' stop reply.
2418 (General Query Packets): Document QThreadEvents packet. Document
2419 QThreadEvents qSupported feature.
2420
2421 2015-11-30 Pedro Alves <palves@redhat.com>
2422
2423 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2424 anchor.
2425 (Packets): Document vCtrlC.
2426
2427 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2428
2429 * gdb.texinfo (Thread List Format): Mention thread names.
2430
2431 2015-11-24 Pedro Alves <palves@redhat.com>
2432
2433 PR 17539
2434 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2435 program-spaces" example to ascending order listing.
2436 (Threads): Adjust "info threads" example to ascending order
2437 listing.
2438 (Forks): Adjust "info inferiors" example to ascending order
2439 listing.
2440
2441 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2442
2443 * gdb.texinfo (Process Record and Replay): Document "record
2444 instruction-history" modifiers.
2445
2446 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2447
2448 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2449 description.
2450 (Frame Filter Management): Move to later in the 'Examining the
2451 Stack' chapter.
2452 (Selection): Add entry for 'select-frame'.
2453
2454 2015-09-25 Doug Evans <dje@google.com>
2455
2456 * gdb.texinfo (Process Record and Replay): Fix syntax of
2457 "record instruction-history begin, end" and
2458 "record function-call-history begin, end".
2459
2460 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2461
2462 * gdb.texinfo (Specifying Source Directories): Fix
2463 substitute-path example.
2464
2465 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2466
2467 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2468
2469 2015-09-15 Pedro Alves <palves@redhat.com>
2470
2471 PR remote/18965
2472 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2473 the vforkdone description.
2474
2475 2015-09-15 Pedro Alves <palves@redhat.com>
2476
2477 PR remote/18965
2478 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2479 part indicates the thread ID of the parent process.
2480
2481 2015-09-15 Yao Qi <yao.qi@linaro.org>
2482
2483 * gdb.texinfo (General Query Packets): Add vContSupported to
2484 tables of 'gdbfeatures' and 'stub features' supported in the
2485 qSupported packet, as well as to the list containing stub
2486 feature details.
2487
2488 2015-09-11 Don Breazeal <donb@codesourcery.com>
2489
2490 * gdb.texinfo (Remote Configuration): Add exec event
2491 feature to table of packet settings.
2492 (Stop Reply Packets): Add exec events to the list of stop
2493 reasons.
2494 (General Query Packets): Add exec events to tables of
2495 'gdbfeatures' and 'stub features' supported in the qSupported
2496 packet, as well as to the list containing stub feature
2497 details.
2498
2499 2015-08-24 Pedro Alves <palves@redhat.com>
2500
2501 * gdb.texinfo (Remote Configuration): Document the "set/show
2502 remote multiprocess-extensions-packet" commands.
2503
2504 2015-08-24 Pedro Alves <palves@redhat.com>
2505
2506 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2507 <M32R>: Remove references to M32R/D.
2508 <M68K>: Remove references to target dbug.
2509 <MIPS Embedded>: Remove references to target r3900 and target
2510 array.
2511 <PowerPC Embedded>: Remove references to target dink32 and target
2512 ppcbug, target sds
2513 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2514
2515 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2516
2517 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2518
2519 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2520
2521 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2522
2523 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2524
2525 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2526 info bfds" to...
2527 (File Caching): A New section. Outline bfd caching, and add new
2528 description for "main set/show bfd-sharing".
2529
2530 2015-08-14 Doug Evans <xdje42@gmail.com>
2531
2532 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2533 disassembly.
2534 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2535
2536 2015-08-11 Keith Seitz <keiths@redhat.com>
2537
2538 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2539 Use "location(s)"instead of "linespec(s)".
2540 (Specifying a Location): Rewrite.
2541 Add subsections describing linespec, address, and explicit locations.
2542 Add node/menu for each subsection.
2543 (Source and Machine Code, C Preprocessor Macros)
2544 (Create and Delete Trace points)
2545 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2546 (Continuing at a Different Address): Remove "linespec" examples.
2547 Add reference to "Specify a Location"
2548 (The -break-insert Command): Rewrite. Add anchor.
2549 Add reference to appropriate manual section discussing locations.
2550 (The -dprintf-insert Command): Refer to -break-insert for
2551 specification of 'location'.
2552
2553 2015-08-07 Pedro Alves <palves@redhat.com>
2554
2555 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2556 target-non-stop".
2557
2558 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2559
2560 * gdb.texinfo (Process Record and Replay): Document prefixing of
2561 speculatively executed instructions in the "record instruction-history"
2562 command.
2563
2564 2015-07-20 Doug Evans <dje@google.com>
2565
2566 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2567
2568 2015-07-16 Doug Evans <dje@google.com>
2569
2570 * stabs.texinfo: @include gdb-cfg.texi.
2571
2572 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 Revert the previous 2 commits:
2575 gdbserver build-id attribute generator
2576 Validate symbol file using build-id
2577
2578 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2579
2580 * gdb.texinfo (Files): Add 'set validate-build-id'
2581 and 'show validate-build-id'.
2582
2583 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2584 Jan Kratochvil <jan.kratochvil@redhat.com>
2585
2586 gdbserver build-id attribute generator.
2587 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2588 'build-id' in description, example, new attribute in dtd.
2589
2590 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2591
2592 * gdb.texinfo (Selection): Update documentation for 'frame'
2593 command.
2594
2595 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2596
2597 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2598 focus commands.
2599
2600 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2601
2602 * gdb.texinfo (TUI): Add comma after @xref.
2603
2604 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2605
2606 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2607 commands.
2608
2609 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2610
2611 * gdb.texinfo (Process Record and Replay): Spell out that variables
2612 and registers are not available during btrace replay.
2613 Describe the new "record btrace pt" command.
2614 Describe the new "set|show record btrace pt buffer-size" options.
2615 (General Query Packets): Describe the new Qbtrace:pt and
2616 Qbtrace-conf:pt:size packets.
2617 Expand "bts" to "Branch Trace Store".
2618 Update the branch trace DTD.
2619
2620 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2621
2622 * gdb.texinfo (Command History): Document the new option
2623 "history remove-duplicates".
2624
2625 2015-06-19 Doug Evans <dje@google.com>
2626
2627 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2628 longer supported.
2629
2630 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2631
2632 * gdb.texinfo (Command History): Mention that setting
2633 GDBHISTSIZE to the empty string disables history truncation.
2634
2635 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2636
2637 PR gdb/16999
2638 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2639 behavior.
2640
2641 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2642
2643 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2644 with GDBHISTSIZE.
2645
2646 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2647
2648 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2649 bytes and memory units for -data-{read,write}-memory-bytes.
2650 (Packets): Same for m, M and X packets.
2651 * python.texi (Inferiors In Python): Same for read_memory and
2652 write_memory.
2653
2654 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2655
2656 * gdb.texinfo (Separate Debug Files): Document that PE is also
2657 supported.
2658
2659 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2660
2661 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2662 single table entry.
2663
2664 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2665
2666 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2667
2668
2669 2015-06-10 Gary Benson <gbenson@redhat.com>
2670
2671 * gdb.texinfo (Remote Configuration): Document the
2672 "set/show remote hostio-setfs-packet" command.
2673 (Host I/O Packets): Document the vFile:setfs packet.
2674
2675 2015-06-10 Gary Benson <gbenson@redhat.com>
2676
2677 * gdb.texinfo (Debugging Output): Document the "set/show debug
2678 linux-namespaces" command.
2679
2680 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2681 Mircea Gherzan <mircea.gherzan@intel.com>
2682
2683 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2684 and "set mpx bound".
2685
2686 2015-05-27 Doug Evans <dje@google.com>
2687
2688 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2689
2690 2015-05-26 Doug Evans <dje@google.com>
2691
2692 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2693 command renamings.
2694 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2695
2696 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2699
2700 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2701
2702 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2703 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2704
2705 2015-05-16 Doug Evans <xdje42@gmail.com>
2706
2707 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2708 memory ports.
2709
2710 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2711
2712 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2713
2714 2015-05-12 Don Breazeal <donb@codesourcery.com>
2715
2716 * gdb.texinfo (Forks): Note that fork debugging is
2717 supported in extended mode.
2718 (Remote Configuration): Add fork event features to table
2719 of packet settings.
2720 (Stop Reply Packets): Add fork events to list of stop reasons.
2721 (General Query Packets): Add fork events to tables of
2722 'gdbfeatures' and 'stub features' supported in the qSupported
2723 packet, as well as to the list containing stub feature
2724 details.
2725
2726 2015-05-12 Gary Benson <gbenson@redhat.com>
2727
2728 * gdb.texinfo (General Query Packets): Document
2729 qXfer:exec-file:read with empty annex.
2730
2731 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2732
2733 * python.texi (Values From Inferior): Add descriptions of new
2734 methods gdb.Value.reference_value and gdb.Value.const_value.
2735
2736 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2737
2738 * gdb.texinfo (Files): Add "info dll" documentation.
2739 (Cygwin Native): Remove "info dll" documentation.
2740
2741 2015-04-29 Doug Evans <dje@google.com>
2742
2743 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2744 Document.
2745 (Writing an Xmethod): Add get_result_type to example.
2746
2747 2015-04-28 Sasha Smundak <asmundak@google.com>
2748
2749 * python.texi: New method documented.
2750
2751 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2752
2753 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2754 format.
2755
2756 2015-04-24 Doug Evans <dje@google.com>
2757
2758 * python.texi (Xmethods In Python): Fix name of method to call the
2759 xmethod.
2760
2761 2015-04-17 Gary Benson <gbenson@redhat.com>
2762
2763 * gdb.texinfo (Connecting to a Remote Target): Mention that
2764 GDB can access program files from remote targets that support
2765 qXfer:exec-file:read and Host I/O packets.
2766
2767 2015-04-17 Gary Benson <gbenson@redhat.com>
2768
2769 * gdb.texinfo (Remote Configuration): Document the "set/show
2770 remote pid-to-exec-file-packet" command.
2771 (General Query Packets): Document the qXfer:exec-file:read
2772 qSupported features. Document the qXfer:exec-file:read packet.
2773
2774 2015-04-17 Gary Benson <gbenson@redhat.com>
2775
2776 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2777 applies to executable paths if supplied to GDB as absolute.
2778
2779 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2780
2781 * gdb.texinfo (Mode Options): Remove -xdb.
2782
2783 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2784 Eli Zaretskii <eliz@gnu.org>
2785
2786 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2787 compile, show debug compile. New subsection Compilation options for
2788 the compile command. New subsection Compiler search for the compile
2789 command.
2790
2791 2015-04-09 Andy Wingo <wingo@igalia.com>
2792
2793 * guile.texi (Frames In Guile): Describe frame-read-register.
2794
2795 2015-04-02 Gary Benson <gbenson@redhat.com>
2796
2797 * gdb.texinfo (set sysroot): Document "target:".
2798
2799 2015-04-01 Sasha Smundak <asmundak@google.com>
2800
2801 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2802 section.
2803
2804 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2805
2806 PR corefiles/16092
2807 * gdb.texinfo (gcore): Mention new command 'set
2808 use-coredump-filter'.
2809 (set use-coredump-filter): Document new command.
2810
2811 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2812
2813 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2814 documentation, reorder the info os entries in alphabetical order.
2815
2816 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2817
2818 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2819 -data-write-memory-bytes.
2820
2821 2015-03-24 Pedro Alves <palves@redhat.com>
2822
2823 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2824 mention that threads may sometimes run unlocked.
2825
2826 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2827
2828 * gdb.texinfo (Remote configuration): Document "set/show
2829 serial parity" command.
2830
2831 2015-03-18 Gary Benson <gbenson@redhat.com>
2832
2833 * gdb.texinfo (General Query Packets): Remove documentation
2834 for now-removed vFile:fstat qSupported features.
2835
2836 2015-03-11 Gary Benson <gbenson@redhat.com>
2837
2838 * gdb.texinfo (Remote Configuration): Document the
2839 "set/show remote hostio-fstat-packet" command.
2840 (General Query Packets): Document the vFile:fstat
2841 qSupported features.
2842 (Host I/O Packets): Document the vFile:fstat packet.
2843
2844 2015-03-11 Andy Wingo <wingo@igalia.com>
2845
2846 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2847
2848 2015-03-04 Pedro Alves <palves@redhat.com>
2849
2850 * gdb.texinfo (Remote Configuration): Document the "set/show
2851 remote swbreak-feature-packet" and "set/show remote
2852 hwbreak-feature-packet" commands.
2853 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2854 decription.
2855 (Stop Reply Packets): Document the swbreak and hwbreak stop
2856 reasons.
2857 (General Query Packets): Document the swbreak and hwbreak
2858 qSupported features.
2859 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2860
2861 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2862
2863 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2864 under *stopped.
2865
2866 2015-03-02 Doug Evans <xdje42@gmail.com>
2867
2868 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2869
2870 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2871
2872 * gdb.texinfo (S/390 and System z Features): Describe new feature
2873 "org.gnu.gdb.s390.vx".
2874
2875 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2876
2877 PR gdb/18008
2878 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2879 demangler-warning): Fix typo ("problam").
2880
2881 2015-02-19 David Taylor <dtaylor@emc.com>
2882
2883 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2884
2885 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2886
2887 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2888 point, DTrace'.
2889 (Static Probe Points): Modified to cover DTrace probes in addition
2890 to SystemTap probes. Also modified to cover the `enable probe'
2891 and `disable probe' commands.
2892
2893 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2894
2895 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2896 `disable probe' commands.
2897
2898 2015-02-12 David Taylor <dtaylor@emc.com>
2899
2900 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2901 fields of the QTDV packet.
2902
2903 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2904
2905 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2906 (Process Record and Replay): Describe new set|show commands.
2907 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2908
2909 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2910
2911 * gdb.texinfo (Process Record and Replay): Describe the "record
2912 btrace bts" command.
2913 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2914 (Branch Trace Configuration Format): New.
2915
2916 2015-01-31 Gary Benson <gbenson@redhat.com>
2917 Doug Evans <dje@google.com>
2918
2919 * gdb.texinfo (Command Completion): Document new
2920 "set/show max-completions" option.
2921
2922 2015-01-31 Doug Evans <xdje42@gmail.com>
2923
2924 * gdb.texinfo (Symbols): Document new commands
2925 "maint print symbol-cache", "maint print symbol-cache-statistics",
2926 "maint flush-symbol-cache". Document new option
2927 "maint set symbol-cache-size".
2928
2929 2015-01-31 Doug Evans <xdje42@gmail.com>
2930
2931 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2932 distinguish script files vs inlined scripts.
2933 * python.texi (Python Auto-loading): Ditto.
2934
2935 2015-01-30 Doug Evans <dje@google.com>
2936
2937 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2938 string if present.
2939
2940 2015-01-27 Doug Evans <dje@google.com>
2941
2942 * python.texi (Objfiles In Python): Document Objfile.username.
2943
2944 2015-01-27 Doug Evans <dje@google.com>
2945
2946 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2947 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2948
2949 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2950
2951 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2952
2953 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2954
2955 * doc/gdb.texinfo (TUI Commands): Document the possible
2956 values of NAME argument to 'winheight' command. Explain the
2957 effect of 'tabset' setting better.
2958
2959 2015-01-11 Doug Evans <xdje42@gmail.com>
2960
2961 PR gdb/15830
2962 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2963 (Symbols): Ditto.
2964 (Maintenance Commands): Delete docs for "maint demangle".
2965
2966 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2967
2968 * gdb.texinfo (Files): Remove documentation of the
2969 "add-shared-symbol-files" and "assf" commands.
2970 (Cygwin Native): Remove documentation of the "dll-symbols"
2971 command.
2972
2973 2014-12-17 Doug Evans <xdje42@gmail.com>
2974
2975 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2976
2977 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2978 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 * gdb.texinfo (Altering): Update.
2981 (Compiling and Injecting Code): New node.
2982
2983 2014-12-12 Doug Evans <dje@google.com>
2984
2985 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2986
2987 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2988
2989 * gdb.texinfo: Document "maint print user-registers".
2990
2991 2014-12-08 Doug Evans <dje@google.com>
2992
2993 * python.texi (Objfiles In Python): Document Objfile.owner.
2994
2995 2014-12-04 Doug Evans <dje@google.com>
2996
2997 * python.texi (Objfiles In Python): Document
2998 Objfile.add_separate_debug_file.
2999
3000 2014-12-04 Doug Evans <dje@google.com>
3001
3002 * python.texi (Objfiles In Python): Document Objfile.build_id.
3003
3004 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
3005
3006 * observer.texi (inferior_call_pre, inferior_call_post)
3007 (memory_changed, register_changed): New observers.
3008
3009 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
3010
3011 * python.texi (Events In Python): Document new events
3012 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
3013 and RegisterChangedEvent.
3014
3015 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3016
3017 Add add-auto-load-scripts-directory.
3018 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
3019 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
3020
3021 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3022
3023 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
3024 description typo.
3025
3026 2014-10-30 Doug Evans <dje@google.com>
3027
3028 * python.texi (Progspaces In Python): Document ability to add
3029 random attributes to gdb.Progspace objects.
3030 (Objfiles In Python): Document ability to add random attributes to
3031 gdb.objfile objects.
3032
3033 2014-10-27 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.texinfo (Continuing and Stepping): Add cross reference to
3036 info on stepping and signal handlers.
3037 (Signals): Explain stepping and signal handlers. Add context
3038 index entry, and cross references.
3039
3040 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
3041
3042 * python.texi (Breakpoints In Python): Add parenthesis after
3043 Breakpoint.delete. Clarify Breakpoint.enabled description so
3044 that it contains "disable".
3045
3046 2014-10-17 Doug Evans <dje@google.com>
3047
3048 * python.texi (Events In Python): Document clear_objfiles event.
3049
3050 2014-10-17 Doug Evans <dje@google.com>
3051
3052 * python.texi (Objfiles In Python): Document new progspace attribute.
3053
3054 2014-10-17 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
3057 (SVR4 Process Information): Delete mention of OSF/1.
3058
3059 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3060
3061 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
3062 exit-code field in -list-thread-groups output.
3063
3064 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3065
3066 * gdb.texinfo (Set Breaks): Add missing "@end table".
3067
3068 2014-09-22 Pedro Alves <palves@redhat.com>
3069
3070 * gdb.texinfo (Set Breaks): Document that "set breakpoint
3071 always-inserted off" is the default mode now. Delete
3072 documentation of "set breakpoint always-inserted auto".
3073
3074 2014-09-18 Doug Evans <dje@google.com>
3075
3076 * python.texi (Symbol Tables In Python): Document "producer"
3077 attribute of gdb.Symtab objects.
3078
3079 2014-09-16 Pedro Alves <palves@redhat.com>
3080
3081 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
3082 (Embedded OS): Remove VxWorks menu entry.
3083 (VxWorks): Remove node.
3084
3085 2014-09-13 Doug Evans <xdje42@gmail.com>
3086
3087 * gdb.texinfo (Signaling): Document new queue-signal command.
3088
3089 2014-09-06 Doug Evans <xdje42@gmail.com>
3090
3091 PR 15276
3092 * gdb.texinfo (Convenience Funs): Document $_caller_is,
3093 $_caller_matches, $_any_caller_is, $_any_caller_matches.
3094
3095 2014-09-03 Justin Lebar <jlebar@google.com>
3096
3097 * python.texi (Types In Python): Type.template_argument(n) returns a
3098 gdb.Value or a gdb.Type and throws an exception if n is out of
3099 range.
3100
3101 2014-09-03 Sasha Smundak <asmundak@google.com>
3102
3103 * python.texi (Frames in Python): Add read_register description.
3104
3105 2014-08-04 Tom Tromey <tromey@redhat.com>
3106
3107 * gdb.texinfo (Debugging Output): Update for change to "set debug
3108 target".
3109
3110 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
3111
3112 Pushed by Joel Brobecker <brobecker@adacore.com>.
3113 * Makefile.in (transform): New variable.
3114 (install-man1, install-man5): Apply $(transform) to man file names.
3115
3116 2014-07-26 Doug Evans <xdje42@gmail.com>
3117
3118 PR guile/17177
3119 * guile.texi (Guile Pretty Printing API): Fix typo.
3120 Document set-pretty-printers!, pretty-printers.
3121 (Selecting Guile Pretty-Printers): Update.
3122 Mention program-space based pretty-printers.
3123
3124 2014-07-25 Pedro Alves <palves@redhat.com>
3125 Eli Zaretskii <eliz@gnu.org>
3126
3127 * gdb.texinfo (Signaling) <signal command>: Explain what happens
3128 with multi-threaded programs.
3129
3130 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
3131
3132 * gdb.texinfo (MicroBlaze Features): Added.
3133
3134 2014-06-27 Yao Qi <yao@codesourcery.com>
3135
3136 * gdb.texinfo (Maintenance Commands): Update the output of
3137 'maint print dummy-frames' command.
3138
3139 2014-06-24 Eli Zaretskii <eliz@gnu.org>
3140
3141 * gdb.texinfo (Screen Size): Improve indexing.
3142
3143 2014-06-19 Gary Benson <gbenson@redhat.com>
3144
3145 * gdb.texinfo (Maintenance Commands): Document new
3146 "maint set/show catch-demangler-crashes" option.
3147
3148 2014-06-19 Gary Benson <gbenson@redhat.com>
3149
3150 * gdb.texinfo (Maintenance Commands): Document new
3151 "maint demangler-warning" command and new
3152 "maint set/show demangler-warning" option.
3153
3154 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
3155
3156 * python.texi (Xmethod API): Add space before the opening
3157 parenthesis in function descriptions.
3158
3159 2014-06-06 Doug Evans <xdje42@gmail.com>
3160
3161 * guile.texi (Guile Configuration): Document guile-data-directory.
3162
3163 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
3164
3165 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
3166
3167 2014-06-04 Doug Evans <xdje42@gmail.com>
3168
3169 * guile.texi (Breakpoints In Guile): Update.
3170
3171 2014-06-03 Joel Brobecker <brobecker@adacore.com>
3172
3173 * python.texi (Xmethod API): Fix reference to "Progspaces In
3174 Python".
3175
3176 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3177
3178 * python.texi (Xmethods In Python, XMethod API)
3179 (Writing an Xmethod): New nodes.
3180 (Python API): New menu entries "Xmethods In Python",
3181 "Xmethod API", "Writing an Xmethod".
3182
3183 2014-06-02 Doug Evans <xdje42@gmail.com>
3184
3185 * guile.texi (Guile API): Add entry for Parameters In Guile.
3186 (GDB Scheme Data Types): Mention <gdb:parameter> object.
3187 (Parameters In Guile): New node.
3188
3189 2014-06-02 Doug Evans <xdje42@gmail.com>
3190
3191 * guile.texi (Guile API): Add entry for Commands In Guile.
3192 (Basic Guile) <parse-and-eval>: Add reference.
3193 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
3194 (GDB Scheme Data Types): Mention <gdb:command> object.
3195 (Commands In Guile): New node.
3196
3197 2014-06-02 Doug Evans <xdje42@gmail.com>
3198
3199 * guile.texi (Guile API): Add entry for Progspaces In Guile.
3200 (GDB Scheme Data Types): Mention <gdb:progspace> object.
3201 (Progspaces In Guile): New node.
3202
3203 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
3204
3205 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
3206 * python.texi (Frames In Python): Mention
3207 gdb.FRAME_UNWIND_MEMORY_ERROR.
3208
3209 2014-05-29 Pedro Alves <palves@redhat.com>
3210 Tom Tromey <tromey@redhat.com>
3211
3212 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
3213 from example.
3214 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
3215 Mention that target-async is now deprecated.
3216 (Maintenance Commands): Document maint set/show target-async.
3217
3218 2014-05-29 Pedro Alves <palves@redhat.com>
3219
3220 * observer.texi (sync_execution_done, command_error): New
3221 subjects.
3222
3223 2014-05-29 Pedro Alves <palves@redhat.com>
3224
3225 PR gdb/13860
3226 * observer.texi (signal_received, end_stepping_range)
3227 (signal_exited, exited, no_history): New observer subjects.
3228
3229 2014-05-26 Andy Wingo <wingo@igalia.com>
3230
3231 * guile.texi (GDB Scheme Data Types): Remove documentation for
3232 removed interfaces. Update spelling of gdb-object-kind.
3233
3234 2014-05-26 Andy Wingo <wingo@igalia.com>
3235
3236 * guile.texi (Basic Guile): Fix some typos.
3237
3238 2014-05-26 Andy Wingo <wingo@igalia.com>
3239
3240 * guile.texi (Writing a Guile Pretty-Printer)
3241 (Guile Types Module): Fix excess parentheses in use-modules forms.
3242
3243 2014-05-24 Eli Zaretskii <eliz@gnu.org>
3244
3245 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
3246 (Breakpoints In Guile, Guile Printing Module)
3247 (Guile Exception Handling, Values From Inferior In Guile)
3248 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
3249 Don't use @var at the beginning of a sentence.
3250
3251 * gdb.texinfo (Frame Filter Management, Trace Files)
3252 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
3253 (PowerPC Embedded, Define, Annotations for Running)
3254 (IPA Protocol Commands, Packets, General Query Packets)
3255 (Tracepoint Packets, Notification Packets, Environment)
3256 (Inferiors and Programs, Set Breaks, Set Catchpoints)
3257 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
3258 (Frames, Backtrace, Selection, Expressions, Registers)
3259 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
3260 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
3261 (Source Annotations, Using JIT Debug Info Readers, Packets)
3262 (Stop Reply Packets, Host I/O Packets)
3263 (Target Description Format): Don't use @var at the beginning of a
3264 sentence.
3265
3266 * python.texi (Basic Python, Types In Python)
3267 (Commands In Python, Frames In Python, Line Tables In Python)
3268 (Breakpoints In Python, gdb.printing, gdb.types)
3269 (Type Printing API): Don't use @var at the beginning of a
3270 sentence.
3271
3272 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3273
3274 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
3275 replay-memory-access".
3276
3277 2014-05-21 Pedro Alves <palves@redhat.com>
3278
3279 * gdb.texinfo (Starting): Document "set/show
3280 auto-connect-native-target".
3281 (Target Commands): Document "target native".
3282
3283 2014-05-20 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
3286 not be remote specific. Add cross reference to the qCRC packet.
3287 (Separate Debug Files): Update cross reference to the qCRC packet.
3288 (General Query Packets) <qCRC packet>: Add anchor.
3289
3290 2014-05-17 Doug Evans <xdje42@gmail.com>
3291
3292 Copy over changes from guile.texi.
3293 * python.texi (Basic Python) <gdb.execute>: Add text.
3294 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
3295 (Values From Inferior) <Python string>: Add text.
3296 (Values From Inferior) <Value.string>: Clarify string length handling.
3297 (Pretty Printing API): Add cindex.
3298 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
3299 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
3300 @vindex.
3301 (Commands In Python) <COMPLETE_*>: Similarly.
3302 (Symbols In Python) <SYMBOL_*>: Similarly.
3303 (Breakpoints In Python) <WP_*>: Similarly.
3304 (Breakpoints In Python) <BP_*>: Similarly.
3305
3306 2014-05-17 David Taylor <dtaylor@emc.com>
3307
3308 * gdb.texinfo (General Query Packets): Add a note about thread IDs
3309 mentioned in the qfThreadInfo reply.
3310
3311 2014-05-16 Doug Evans <dje@google.com>
3312
3313 * gdb.texinfo (Mode Options): Add -D.
3314
3315 2014-05-09 Samuel Bronson <naesten@gmail.com>
3316
3317 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3318 "make -C".
3319
3320 2014-04-29 Tom Tromey <tromey@redhat.com>
3321
3322 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3323 "show debug varobj".
3324
3325 2014-05-01 David Taylor <dtaylor@emc.com>
3326
3327 * gdb.texinfo (compare-sections): Document the new -r (read-only)
3328 option.
3329
3330 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
3331 Walfred Tedeschi <walfred.tedeschi@intel.com>
3332
3333 * gdb.texinfo (i386 Features): Add description of AVX512
3334 registers.
3335
3336 2014-03-31 Doug Evans <dje@google.com>
3337
3338 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3339
3340 2014-03-30 Doug Evans <dje@google.com>
3341
3342 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3343 (Background Execution): Ditto.
3344
3345 2014-03-21 Pedro Alves <palves@redhat.com>
3346 Stan Shebs <stan@codesourcery.com>
3347 Hui Zhu <hui@codesourcery.com>
3348
3349 * gdb.texinfo (Packets): Add anchor to "? packet".
3350 Remove fixme and update introduction of "k packet".
3351 Add anchor to "vKill packet".
3352
3353 2014-03-12 Stan Shebs <stan@codesourcery.com>
3354
3355 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3356
3357 2014-02-26 Ludovic Courtès <ludo@gnu.org>
3358
3359 * guile.texi (Basic Guile): Document 'history-append!'.
3360
3361 2014-02-20 Joel Brobecker <brobecker@adacore.com>
3362
3363 * gdb.texinfo (Files): Document "add-shared-symbol-files"
3364 and "assf" as being deprecated.
3365 (Cygwin Native): Likewise for "dll-symbols".
3366 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3367 as a way to force the loading of symbols from a DLL.
3368
3369 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3370
3371 * python.texi (Values From Inferior): Add description about the
3372 new feature.
3373
3374 2014-02-17 Doug Evans <xdje42@gmail.com>
3375
3376 * Makefile.in (GDB_DOC_FILES): Add python.texi.
3377 * gdb.texinfo (Python): Moved to ...
3378 * python.texi: ... here. New file.
3379
3380 2014-02-17 Ludovic Courtès <ludo@gnu.org>
3381
3382 * guile.texi (Writing a Guile Pretty-Printer) <example>:
3383 Remove 'string-begins-with' procedure. Add 'pretty-printer'
3384 parameter to 'str-lookup-function' procedure. Look for
3385 the "std::string<" prefix.
3386 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3387 Adjust description.
3388
3389 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
3390
3391 * guile.texi (Values From Inferior In Guile): Remove stray
3392 parantheses for deffn.
3393 (Disassembly In Guile): Ditto.
3394
3395 2014-02-10 Stan Shebs <stan@codesourcery.com>
3396
3397 Add Doxygen support.
3398 * Makefile.in (doxy): New action, generates Doxygen files.
3399 (DOXYGEN): New.
3400 (doxyedit): New.
3401 * Doxyfile-base.in: New file.
3402 * Doxyfile-gdb-api.in: New file.
3403 * Doxyfile-gdb-xref.in: New file.
3404 * Doxyfile-gdbserver.in: New file.
3405 * doxy-index.in: New file.
3406 * filter-for-doxygen: New file.
3407 * filter-params.pl: New file.
3408
3409 2014-02-10 Doug Evans <xdje42@gmail.com>
3410
3411 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3412 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3413 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3414 (Guile docs): Include guile.texi.
3415 (objfile-gdbdotext file): Add objfile-gdb.scm.
3416 (dotdebug_gdb_scripts section): Mention Guile scripts.
3417 (Multiple Extension Languages): New node.
3418 * guile.texi: New file.
3419
3420 2014-01-28 Joel Brobecker <brobecker@adacore.com>
3421
3422 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3423 ignore-descriptive-types". commands.
3424
3425 2014-01-22 Doug Evans <dje@google.com>
3426
3427 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3428 (gdbserver man): Ditto.
3429
3430 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3431
3432 * gdb.texinfo: Document limited reverse/replay support
3433 for target record-btrace.
3434
3435 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3436
3437 * gdb.texinfo (Process Record and Replay): Update documentation.
3438
3439 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3440
3441 * gdb.texinfo (Process Record and Replay): Document new /c
3442 modifier accepted by "record function-call-history".
3443 Add /i modifier to "record function-call-history" example.
3444
3445 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3446 Joel Brobecker <brobecker@adacore.com>
3447
3448 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3449 markers. Remove one that was misplaced.
3450
3451 2014-01-10 Pedro Alves <palves@redhat.com>
3452
3453 * gdb.texinfo (Your Program's Environment) <set environment>:
3454 Mention the shell, and point at 'set exec-wrapper'.
3455
3456 2014-01-07 Joel Brobecker <brobecker@adacore.com>
3457
3458 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3459
3460 2013-12-30 Joel Brobecker <brobecker@adacore.com>
3461
3462 * gdb.texinfo (Types In Python): Clarify the documentation
3463 of attribute gdb.Field.bitpos.
3464
3465 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3466
3467 * gdb.texinfo (Types In Python): Fix the documentation of
3468 attribute "bitpos" in class gdb.Field for enum types. Add
3469 documentation for attribute "enumval" in that same class.
3470
3471 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3472
3473 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3474 @ftable.
3475
3476 2013-12-23 Doug Evans <xdje42@gmail.com>
3477
3478 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3479 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3480 corresponding section in Extending GDB.
3481 (Extending GDB): Move menu up. New menu item "Auto-loading
3482 extensions".
3483 (Sequences): New menu item "Auto-loading sequences".
3484 (Auto-loading sequences): New node.
3485 (Python): Rename section from Scripting GDB to Extending GDB.
3486 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3487 Move docs on ways to auto-load extensions to ...
3488 (Auto-loading extensions): ... here. New node.
3489
3490 2013-12-23 Joel Brobecker <brobecker@adacore.com>
3491
3492 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3493 in menu.
3494 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3495 command, now in a new node.
3496 (GDB/MI Support Commands): New node, with its contents being
3497 extracted from the "GDB/MI Miscellaneous Commands" node.
3498 A small paragraph introducing the section is also added at
3499 the start.
3500 (GDB/MI Miscellaneous Commands): Delete the description of the
3501 -info-gdb-mi-command, -list-features and -list-target-features
3502 commands, now hosted in the "GDB/MI Support Commands" node.
3503
3504 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3505
3506 PR python/16113
3507 * gdb.texinfo (Values From Inferior): Add a note about using
3508 gdb.Field objects as subscripts on gdb.Value objects.
3509 (Types In Python): Add description about the new attribute
3510 "parent_type" of gdb.Field objects.
3511
3512 2013-12-12 Joel Brobecker <brobecker@adacore.com>
3513
3514 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3515 entry for section docuumenting the -list-features GDB/MI command.
3516
3517 2013-12-10 Joel Brobecker <brobecker@adacore.com>
3518
3519 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3520 "exec-run-start-option" entry in the output of the "-list-features"
3521 command.
3522
3523 2013-12-04 Eli Zaretskii <eliz@gnu.org>
3524
3525 * gdb.texinfo (i386): Fix yesterday's commit.
3526
3527 2013-12-03 Tom Tromey <tromey@redhat.com>
3528
3529 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3530 documented here.
3531
3532 2013-12-03 Tom Tromey <tromey@redhat.com>
3533
3534 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3535
3536 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3537
3538 * gdb.texinfo (i386 Features): Add MPX feature registers.
3539 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3540 a subsubsection for MPX and describes the display of the
3541 boundary registers.
3542
3543 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3544
3545 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3546 documentation of the "ada-exceptions" entry.
3547
3548 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3549
3550 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3551 "^error" result record concerning the error message. Document
3552 the error code that may also be part of that result record.
3553 (GDB/MI Miscellaneous Commands): Document the
3554 "undefined-command-error-code" element in the output of
3555 the "-list-features" GDB/MI command.
3556
3557 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3558
3559 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3560 the new -info-gdb-mi-command GDB/MI command. Document
3561 the meaning of "-info-gdb-mi-command" in the output of
3562 -list-features.
3563
3564 2013-11-29 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3567 Update comment.
3568
3569 2013-11-24 Yao Qi <yao@codesourcery.com>
3570
3571 * gdb.texinfo (Caching Remote Data): Document new
3572 "set/show stack-cache" option.
3573
3574 2013-11-24 Yao Qi <yao@codesourcery.com>
3575
3576 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3577 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3578 "off" respectively.
3579
3580 2013-11-23 Yao Qi <yao@codesourcery.com>
3581
3582 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3583 of "displayhint" to the table about child results.
3584
3585 2013-11-21 Yao Qi <yao@codesourcery.com>
3586
3587 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3588 'dynamic' for the output of command -var-list-children.
3589
3590 2013-11-21 Yao Qi <yao@codesourcery.com>
3591
3592 * gdb.texinfo (Caching Target Data): Remove "see" before
3593 @pxref.
3594
3595 2013-11-20 Yao Qi <yao@codesourcery.com>
3596
3597 * gdb.texinfo (Caching Target Data): Update doc for
3598 per-address-space dcache.
3599
3600 2013-11-20 Yao Qi <yao@codesourcery.com>
3601
3602 * gdb.texinfo (Data): Rename menu item.
3603 (Caching Remote Data): Rename to ...
3604 (Caching Target Data): ... it. Update.
3605
3606 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3607
3608 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3609 "language-option" entry in the output of the "-list-features"
3610 command.
3611
3612 2013-11-15 Tom Tromey <tromey@redhat.com>
3613
3614 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3615 Add example.
3616
3617 2013-11-14 Tom Tromey <tromey@redhat.com>
3618
3619 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3620
3621 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3622
3623 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3624 (Context management): Place current subsection text into its own
3625 subsubsection. Add new subsubsection describing the "--language"
3626 command option.
3627
3628 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3629
3630 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3631 the documentation of "info-ada-exceptions" in the output
3632 of the "-list-features" command. Add the documentation
3633 of the "ada-exception" entry instead.
3634
3635 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3636
3637
3638 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3639 word of a couple of sentences to start with a capital letter.
3640
3641 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3642
3643 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3644 (Ada Exceptions): New node.
3645 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3646 Commands" node.
3647 (GDB/MI Ada Exceptions Commands): New node.
3648 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3649 field in the output of the "-list-features" command.
3650 * NEWS: Add entry for the new "info exceptions" CLI command,
3651 and for the new "-info-ada-exceptions" GDB/MI command.
3652
3653 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3654
3655 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3656 (Line Tables In Python): New node.
3657
3658 2013-11-08 Doug Evans <dje@google.com>
3659
3660 * gdb.texinfo (Debugging Output): Update text for
3661 "set debug dwarf2-read".
3662
3663 2013-11-08 Doug Evans <dje@google.com>
3664
3665 * gdb.texinfo (Debugging Output): Update text for
3666 "set debug symtab-create".
3667
3668 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3669
3670 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3671 constant.
3672
3673 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3674
3675 * gdb.texinfo (Breakpoints In Python): Document temporary
3676 option in breakpoint constructor, and add documentation to the
3677 temporary attribute.
3678
3679 2013-11-07 Yao Qi <yao@codesourcery.com>
3680
3681 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3682 output of "-var-info-expression".
3683
3684 2013-11-06 Pedro Alves <palves@redhat.com>
3685
3686 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3687 non-interactive mode.
3688 (Environment) <shell startup files warning>: Mention
3689 non-interactive mode. Mention .zshenv for Z shell, and talk about
3690 BASH_ENV instead of .bashrc for BASH.
3691
3692 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3693
3694 * gdb.texinfo (Commands to Specify Files): Add description
3695 of the remove-symbol-file command.
3696 * observer.texi: New free_objfile event
3697
3698 2013-10-24 Pedro Alves <palves@redhat.com>
3699
3700 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3701
3702 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3703
3704 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3705 New subsection inside which the "-catch-load" and "-catch-unload"
3706 commands documentation is now placed.
3707 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3708 documenting the "-catch-assert" and "-catch-exception" new
3709 GDB/MI commands.
3710
3711 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3712
3713 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3714
3715 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3716
3717 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3718 serial baud".
3719 (Remote Configuration): Replace "set remotebaud" by "set serial
3720 baud". Replace "show remotebaud" by "show serial baud".
3721
3722 2013-10-07 Pedro Alves <palves@redhat.com>
3723
3724 PR breakpoints/11568
3725 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3726 when the thread is removed from the thread list.
3727
3728 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3729
3730 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3731 Update entry for $_exitcode.
3732
3733 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3734
3735 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3736 new "--start" option.
3737
3738 2013-10-02 Pedro Alves <palves@redhat.com>
3739
3740 * gdb.texinfo (Registers): Expand description of saved registers
3741 in frames. Explain <not saved>.
3742
3743 2013-09-25 Doug Evans <dje@google.com>
3744
3745 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3746
3747 2013-09-16 Stan Shebs <stan@codesourcery.com>
3748
3749 Remove the internals manual gdbint.texinfo.
3750 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3751 (PDFFILES): Remove gdbint.pdf.
3752 (HTMLFILES): Remove gdbint/index.html.
3753 (HTMLFILES_INSTALL): Remove gdbint.
3754 (GDBINT_DOC_FILES): Remove.
3755 (dvi): Remove gdbint.dvi.
3756 (ps): Remove gdbint.ps.
3757 * gdbint.texinfo: Remove file.
3758 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3759
3760 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3761
3762 * gdb.texinfo (Convenience Functions): Mention new convenience
3763 function $_isvoid.
3764
3765 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3766
3767 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3768 (Standard Target Features): Add new node to menu.
3769 (S/390 and System z Features): New node.
3770
3771 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3772
3773 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3774 -list-target-features in the example.
3775
3776 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3777
3778 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3779 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3780
3781 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3782
3783 Sync documentation with gdb.base/gnu-debugdata.exp.
3784 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3785
3786 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3787
3788 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3789
3790 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3791 Yao Qi <yao@codesourcery.com>
3792
3793 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3794 Document new --skip-unavailable option.
3795 <-stack-list-variables>: Document new --skip-unavailable option.
3796
3797 2013-08-26 Doug Evans <dje@google.com>
3798
3799 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3800 an optional regexp.
3801
3802 2013-08-13 Tom Tromey <tromey@redhat.com>
3803
3804 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3805 Document GDB_PARALLEL and GDB_INOTIFY.
3806
3807 2013-08-09 Stan Shebs <stan@codesourcery.com>
3808
3809 * LRS: Remove file, describes a long-abandoned live-range
3810 splitting extension to stabs.
3811
3812 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3813
3814 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3815
3816 2013-07-17 Doug Evans <dje@google.com>
3817
3818 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3819
3820 2013-07-02 Tom Tromey <tromey@redhat.com>
3821
3822 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3823
3824 2013-06-28 Tom Tromey <tromey@redhat.com>
3825
3826 * Makefile.in (version.subst): Use version.in, not
3827 common/version.in.
3828 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3829 Likewise.
3830
3831 2013-06-27 Pedro Alves <palves@redhat.com>
3832
3833 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3834 dynamic symbol resolution code>: New section, based on infrun.c
3835 comment.
3836
3837 2013-06-26 Tom Tromey <tromey@redhat.com>
3838
3839 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3840 Update.
3841 (Releasing GDB): Likewise.
3842
3843 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3844 Yao Qi <yao@codesourcery.com>
3845
3846 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3847 -trace-frame-collected.
3848
3849 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3850
3851 * gdb.texinfo (Traceframe Info Format): Document tvar element
3852 and its attributes.
3853
3854 2013-06-25 Yao Qi <yao@codesourcery.com>
3855
3856 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3857
3858 2013-06-24 Tom Tromey <tromey@redhat.com>
3859
3860 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3861 (GDBvn.texi): Use version.subst.
3862 (version.subst): New target.
3863 (mostlyclean): Remove version.subst.
3864
3865 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3866
3867 * gdb.texinfo (GDB/MI Data Manipulation)
3868 <-data-list-register-values>: Document the --skip-unavailable
3869 option.
3870
3871 2013-06-07 Yao Qi <yao@codesourcery.com>
3872
3873 * gdb.texinfo (Symbols): Add kindex and cindex for
3874 'maint print msymbols'.
3875
3876 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3877
3878 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3879 response field name (thread-group to inferior).
3880
3881 2013-06-04 Gary Benson <gbenson@redhat.com>
3882
3883 * gdb.texinfo (General Query Packets/qSupported): Added
3884 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3885 to the table of currently defined stub features.
3886 Added a more detailed entry for "augmented-libraries-svr4-read".
3887 (General Query Packets/qXfer:libraries-svr4:read): Documented
3888 the augmented form of this packet.
3889
3890 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3891
3892 * gdb.texinfo (System-wide Configuration Scripts): Renames
3893 "Installed System-wide Configuration Scripts". Add associated
3894 @menu block.
3895
3896 2013-05-23 Yao Qi <yao@codesourcery.com>
3897 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.texinfo (Packets): Document 'vCont;r'.
3900 (Continuing and Stepping): Document target-assisted range
3901 stepping, and the 'set range-stepping' and 'show range-stepping'
3902 commands.
3903
3904 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3905
3906 * gdb.texinfo (Installed System-wide Configuration Scripts):
3907 Add subsection describing the scripts now available under
3908 the data-dir's system-gdbbinit subdirectory.
3909 * NEWS: Add entry announcing the availability of system-wide
3910 configuration scripts for ElinOS and Wind River Linux.
3911
3912 2013-05-21 Hui Zhu <hui@codesourcery.com>
3913
3914 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3915 "-dprintf-insert" command.
3916
3917 2013-05-17 Doug Evans <dje@google.com>
3918
3919 * gdb.texinfo (Maintenance Commands): Update doc for
3920 "maint check-psymtabs". Add doc for "maint check-symtabs",
3921 "maint expand-symtabs".
3922
3923 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3924
3925 * gdb.texinfo (Process Record and Replay): Document the
3926 "record goto" command and its sub-commands.
3927
3928 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3929
3930 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3931 (Python API): Add Frame Filters API, Frame Wrapper API,
3932 Writing a Frame Filter/Wrapper, Managing Management of Frame
3933 Filters chapter entries.
3934 (Frame Filters API): New Node.
3935 (Frame Wrapper API): New Node.
3936 (Writing a Frame Filter): New Node.
3937 (Managing Frame Filters): New Node.
3938 (Progspaces In Python): Add note about frame_filters attribute.
3939 (Objfiles in Python): Ditto.
3940 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3941 @anchors and --no-frame-filters option to -stack-list-variables,
3942 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3943 commands.
3944
3945 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3946
3947 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3948 Support" subsection documenting the XML format used to transfer
3949 shared library info on AIX.
3950
3951 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3952
3953 * gdb.texinfo (Debugging Output): Add documentation of
3954 "set debug aix-solib" and "show debug aix-solib" commands.
3955
3956 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3957
3958 * gdb.texinfo (Nios II): New section.
3959 (Nios II Features): New section.
3960
3961 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3962
3963 * gdbint.texinfo (Algorithms): Remove entries documenting
3964 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3965 SOLIB_CREATE_INFERIOR_HOOK.
3966
3967 2013-04-29 Tom Tromey <tromey@redhat.com>
3968
3969 PR python/14204:
3970 * gdb.texinfo (Python API): Fix menu entry.
3971 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3972 Define global and static block. Add example. Clarify
3973 block relationship for inline functions.
3974
3975 2013-04-29 Tom Tromey <tromey@redhat.com>
3976
3977 * gdb.texinfo (Python API): Mention Python help and keyword
3978 arguments. Move pagination text to Basic Python.
3979 (Basic Python): Put pagination text here. Document
3980 close-on-exec, SIGCHLD, and SIGINT.
3981
3982 2013-04-19 Pedro Alves <palves@redhat.com>
3983
3984 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3985 "signedness" instead of "signness".
3986
3987 2013-04-19 Pedro Alves <palves@redhat.com>
3988
3989 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3990 -Wno-pointer-sign text with text on -Wpointer-sign.
3991
3992 2013-04-16 Tom Tromey <tromey@redhat.com>
3993
3994 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3995 GCC that has the SDT probe points.
3996
3997 2013-04-15 Tom Tromey <tromey@redhat.com>
3998
3999 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
4000 exception catchpoints.
4001
4002 2013-04-15 Tom Tromey <tromey@redhat.com>
4003
4004 * gdb.texinfo (Set Catchpoints): Document $_exception.
4005 (Convenience Vars): Mention $_exception.
4006
4007 2013-04-15 Tom Tromey <tromey@redhat.com>
4008
4009 * gdb.texinfo (Set Catchpoints): Reorganize exception
4010 catchpoints. Document "catch rethrow".
4011 (Debugging C Plus Plus): Mention "catch rethrow".
4012
4013 2013-04-15 Tom Tromey <tromey@redhat.com>
4014
4015 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
4016
4017 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4018 Eli Zaretskii <eliz@gnu.org>
4019
4020 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
4021 line below the sample output.
4022
4023 2013-04-12 Eli Zaretskii <eliz@gnu.org>
4024
4025 * gdb.texinfo (Mode Options): Document '-configuration'.
4026 (Help): Document "show configuration".
4027 (Bug Reporting): Add requirements to include the configuration
4028 details in bug reports.
4029
4030 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4031
4032 * Makefile.in (MAN1S): Add gcore.1.
4033 Remove "Host, target, and site specific Makefile fragments" comment.
4034 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
4035 (install-man1, uninstall-man1): Conditionalize gcore.1.
4036 (gcore.1): New.
4037 * gdb.texinfo (Man Pages): Add gcore man.
4038 (gcore man): New node.
4039
4040 2013-04-10 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.texinfo (Process Record and Replay): Document that "set
4043 record full insn-number-max", "set record
4044 instruction-history-size" and "set record
4045 function-call-history-size" accept "unlimited".
4046 (Backtrace): Document that "set backtrace limit" accepts
4047 "unlimited".
4048 (List): Document that "set listsize" accepts "unlimited".
4049 (Print Settings)" Document that "set print max-symbolic-offset",
4050 "set print elements" and "set print repeats" accept "unlimited".
4051 (Starting and Stopping Trace Experiments): Document that "set
4052 trace-buffer-size" accepts "unlimited".
4053 (Remote Configuration): Document that "set tcp connect-timeout"
4054 accepts "unlimited".
4055 (Command History): Document that "set history size" accepts
4056 "unlimited".
4057 (Screen Size): Document that "set height" and "set width" accepts
4058 "unlimited". Adjust "set pagination"'s description to suggest
4059 "set height unlimited" instead of "set height 0".
4060
4061 2013-04-10 Yao Qi <yao@codesourcery.com>
4062
4063 * gdb.texinfo (Trace Files): Add "target ctf".
4064
4065 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4066
4067 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
4068
4069 * Makefile.in (install-man1, install-man5, uninstall-man1)
4070 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
4071
4072 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
4073
4074 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4075 Eli Zaretskii <eliz@gnu.org>
4076
4077 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
4078 parameters order. Remove "On some targets" for --attach. Document the
4079 --multi parameter and extended-remote command. Document all the
4080 options.
4081
4082 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4083
4084 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
4085 the list of supported languages.
4086
4087 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4088
4089 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4090 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
4091 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
4092 (diststuff): Add man.
4093 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
4094 (uninstall-man5): New.
4095 (STAGESTUFF): Add *.1 and *.5.
4096 (GDBvn.texi): Add SYSTEM_GDBINIT.
4097 (gdb.1, gdbserver.1, gdbinit.5): New.
4098 (maintainer-clean realclean): Add $(MANS).
4099 (install): Add install-man.
4100 (uninstall): Add uninstall-man.
4101 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
4102 (@copying): Wrap it by @c man begin COPYRIGHT.
4103 (Top): Add Man Pages.
4104 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
4105
4106 2013-04-02 Pedro Alves <palves@redhat.com>
4107
4108 * gdb.texinfo (Debugging Output): Document "set/show debug
4109 aarch64", "set/show debug coff-pe-read" and "set/show debug
4110 mach-o".
4111
4112 2013-04-02 Pedro Alves <palves@redhat.com>
4113
4114 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4115 table>: Add entry for "trace-buffer-size".
4116
4117 2013-03-28 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4120 table>: Add entry for "trace-status".
4121
4122 2013-03-28 Eli Zaretskii <eliz@gnu.org>
4123
4124 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
4125 @bullet", which is invalid (makeinfo 5.1 barfs).
4126
4127 2013-03-28 Pedro Alves <palves@redhat.com>
4128
4129 PR gdb/15294
4130
4131 * gdb.texinfo (List) <set listsize>: Adjust to document that
4132 listsize 0 means no limit, and remove mention of -1.
4133
4134 2013-03-22 Yao Qi <yao@codesourcery.com>
4135
4136 * gdb.texinfo (Embedded Processors): Remove menu item
4137 "OpenRISC 1000".
4138 (OpenRISC 1000): Remove.
4139
4140 2013-03-21 Doug Evans <dje@google.com>
4141
4142 * gdb.texinfo (Maintenance Commands): Add docs for
4143 "mt set per-command {space,time,symtab} {on,off}".
4144
4145 2013-03-14 Hui Zhu <hui@codesourcery.com>
4146 Yao Qi <yao@codesourcery.com>
4147
4148 * gdb.texinfo (Trace Files): Add "tsave -ctf".
4149
4150 2013-03-13 Keith Seitz <keiths@redhat.com>
4151
4152 * gdb.texinfo (Maintenance Commands): Add missing ')' for
4153 "maint agent" reference to Dynamic printf.
4154
4155 2013-03-11 Eli Zaretskii <eliz@gnu.org>
4156
4157 * gdb.texinfo (General Query Packets): Don't use colon in index
4158 entries visible to Info format.
4159
4160 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4161
4162 * gdb.texinfo (Process Record and Replay): Document record
4163 changes.
4164
4165 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4166
4167 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
4168 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
4169 qXfer:btrace:read.
4170
4171 2013-03-09 Eli Zaretskii <eliz@gnu.org>
4172
4173 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
4174 use colons in @anchor and @cindex entries.
4175
4176 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
4177
4178 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
4179
4180 2013-03-08 Stan Shebs <stan@codesourcery.com>
4181 Hafiz Abid Qadeer <abidh@codesourcery.com>
4182
4183 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4184 trace-buffer-size set and show commands.
4185 (Tracepoint Packets): Document QTBuffer:size.
4186 (General Query Packets): Document QTBuffer:size.
4187
4188 2013-02-21 Tom Tromey <tromey@redhat.com>
4189
4190 * gdb.texinfo: Remove bad @syncodeindex.
4191 (Values From Inferior, Types In Python, Inferiors In Python)
4192 (Events In Python, Threads In Python, Frames In Python, Blocks In
4193 Python, Symbols In Python, Symbol Tables In Python): Remove
4194 @tables.
4195 (Packets, General Query Packets, Tracepoint Packets)
4196 (Host I/O Packets): Use @w{} for empty @item.
4197
4198 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
4199
4200 * gdb.texinfo (Architectures In Python): Add description about
4201 the new method gdb.Architecture.disassemble.
4202
4203 2013-02-15 Pedro Alves <pedro@codesourcery.com>
4204 Hafiz Abid Qadeer <abidh@codesourcery.com>
4205
4206 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
4207 Document the "trace-file" field.
4208
4209 2013-02-07 Doug Evans <dje@google.com>
4210
4211 * gdb.texinfo (Machine Code): Clarify argument to disassemble
4212 command.
4213
4214 2013-02-06 Yao Qi <yao@codesourcery.com>
4215
4216 * gdb.texinfo (GDB/MI Async Records): Document new MI
4217 notification "=tsv-modified". Update the document of MI
4218 notification "=tsv-created".
4219 * observer.texi (GDB Observers): New observer tsv_modified.
4220 Update observer tsv_created and tsv_delete.
4221
4222 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
4223
4224 * gdb.texinfo (AArch64 Features): New section; document
4225 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
4226 (Architectures): Add new AArch64 section to document AArch64
4227 architecture specific commands.
4228 (ABI): Add description of the new OS ABI "Newlib" and its influence
4229 on the longjmp handling.
4230
4231 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
4232 Jan Kratochvil <jan.kratochvil@redhat.com>
4233
4234 * gdb.texinfo (Backtrace): Added description of 'filename-display'
4235 variable in 'set/show backtrace' section.
4236
4237 2013-01-31 Tom Tromey <tromey@redhat.com>
4238
4239 * gdb.texinfo (Target Commands): Fix typo.
4240
4241 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4242
4243 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
4244 describing the gdb.Architecture class.
4245 (Frames In Python): Add description about the new method
4246 gdb.Frame.architecture().
4247
4248 2013-01-23 Doug Evans <dje@google.com>
4249
4250 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
4251
4252 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4253
4254 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
4255 'thread-groups' field when printing a breakpoint in MI.
4256
4257 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4258 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
4259 to reflect that jit-reader-load now supports absolute file-names.
4260
4261 2013-01-16 Tom Tromey <tromey@redhat.com>
4262
4263 * gdb.texinfo (Set Catchpoints): Document "catch signal".
4264 (Signals): Likewise.
4265
4266 2013-01-16 Tom Tromey <tromey@redhat.com>
4267
4268 * gdb.texinfo (GDB/MI Breakpoint Information): Document
4269 "catch-type" field.
4270 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
4271
4272 2013-01-07 Tom Tromey <tromey@redhat.com>
4273
4274 * gdb.texinfo (Mode Options): Don't mention -epoch.
4275 (Data, Emacs): Remove obsolete comments.
4276
4277 2013-01-02 Tom Tromey <tromey@redhat.com>
4278
4279 * gdb.texinfo (GDB/MI Output Records): Update menu.
4280 (GDB/MI Breakpoint Information): New node.
4281 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
4282 <-break-insert>: Likewise.
4283
4284 2012-12-31 Yao Qi <yao@codesourcery.com>
4285
4286 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
4287 (Packets): Move "vStopped" packet to ...
4288 (Notification Packets): ... here. Describe the components
4289 of notification. Add a table of supported notifications.
4290 Add an example on the process of he async notification.
4291
4292 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4293
4294 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4295 present.
4296 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
4297 fullname output always present.
4298
4299 2012-12-23 Pierre Muller <muller@sourceware.org>
4300
4301 * gdbint.texinfo (Function prototypes): Require use of "extern"
4302 modifier for function prototypes in headers.
4303
4304 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4305
4306 * refcard.tex: Update copyright notice to GPL v3 or later.
4307 Update contact info.
4308
4309 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4310
4311 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
4312
4313 2012-12-15 Yao Qi <yao@codesourcery.com>
4314
4315 * gdb.texinfo (Debugging Output): Document 'set debug
4316 notification' and 'show debug notification'.
4317
4318 2012-12-15 Yao Qi <yao@codesourcery.com>
4319
4320 * gdb.texinfo (Listing Tracepoints): New item and example about
4321 'installed on target' output.
4322 Add more in the example about 'installed on target'.
4323 (GDB/MI Breakpoint Commands): Doc about 'installed field.
4324
4325 2012-12-14 Tom Tromey <tromey@redhat.com>
4326
4327 * gdb.texinfo (SVR4 Process Information): Mention core files.
4328
4329 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
4330
4331 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4332
4333 2012-12-12 Paul Koning <paul_koning@dell.com>
4334
4335 Add support for Python 3.
4336 * gdb.texinfo (Inferior.read_memory): Mention that the return
4337 value is a memoryview object if Python 3.
4338
4339 2012-12-11 Pedro Alves <palves@redhat.com>
4340
4341 * gdb.texinfo: Remove all mentions of Unixware throughout.
4342
4343 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4344
4345 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4346
4347 2012-11-29 Tom Tromey <tromey@redhat.com>
4348
4349 * gdb.texinfo (SVR4 Process Information): Document missing
4350 "info proc" subcommands.
4351
4352 2012-11-29 Yao Qi <yao@codesourcery.com>
4353
4354 PR gdb/1477.
4355 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4356 to 'auto' instead of 'gnu'.
4357
4358 2012-11-26 Tom Tromey <tromey@redhat.com>
4359
4360 * gdb.texinfo (MiniDebugInfo): New node.
4361 (GDB Files): Update.
4362
4363 2012-11-16 Doug Evans <dje@google.com>
4364
4365 * gdb.texinfo (System-wide configuration): If the system-wide init
4366 file lives in the data-directory, and --data-directory is provided,
4367 look for it there.
4368
4369 2012-11-15 Tom Tromey <tromey@redhat.com>
4370
4371 * gdb.texinfo (Signaling): Fix typo.
4372
4373 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4374
4375 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4376 parameter "count" of -data-write-memory-bytes, and add an example.
4377
4378 2012-11-12 Tom Tromey <tromey@redhat.com>
4379
4380 * gdb.texinfo (Symbols): Document "info type-printers",
4381 "enable type-printer" and "disable type-printer".
4382 (Python API): Add new node to menu.
4383 (Type Printing API): New node.
4384 (Progspaces In Python): Document type_printers field.
4385 (Objfiles In Python): Likewise.
4386 (gdb.types) <get_type_recognizers, apply_type_recognizers,
4387 register_type_printer, TypePrinter>: Document.
4388
4389 2012-11-12 Tom Tromey <tromey@redhat.com>
4390
4391 * gdb.texinfo (Symbols): Document "set print type methods",
4392 "set print type typedefs", and flags to ptype and whatis.
4393
4394 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4395
4396 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4397 the example -data-disassemble output. Extend the description of
4398 the -data-disassemble results to document all fields. Document
4399 the cli disassemble command as being related to -data-disassemble.
4400
4401 2012-11-09 Yao Qi <yao@codesourcery.com>
4402
4403 PR gdb/14777.
4404 * gdb.texinfo (OS Information): Remove doc on command
4405 'info udot'.
4406
4407 2012-11-08 Joel Brobecker <brobecker@adacore.com>
4408
4409 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4410 gdb.ini warning for Windows port.
4411
4412 2012-11-08 Yao Qi <yao@codesourcery.com>
4413
4414 * gdb.texinfo (Search): Add kindex for 'fo'.
4415
4416 2012-11-05 Tom Tromey <tromey@redhat.com>
4417
4418 PR python/14802:
4419 * gdb.texinfo (Functions In Python): Add example.
4420
4421 2012-11-03 Yao Qi <yao@codesourcery.com>
4422
4423 * observer.texi (GDB Observers): Remove observer
4424 'tracepoint_modified', 'tracepoint_created' and
4425 'tracepoint_deleted'.
4426
4427 2012-10-26 Tom Tromey <tromey@redhat.com>
4428
4429 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4430
4431 2012-10-25 Tom Tromey <tromey@redhat.com>
4432
4433 * gdb.texinfo (General Query Packets): Use @itemx.
4434
4435 2012-10-17 Yao Qi <yao@codesourcery.com>
4436
4437 * observer.texi (GDB Observers): Update observer
4438 'memory_changed'.
4439 * gdb.texinfo (GDB/MI Async Records): Document for
4440 "memory-changed" notification.
4441
4442 2012-10-15 Doug Evans <dje@google.com>
4443
4444 * gdb.texinfo (Mode Options): Document -nh.
4445 Elaborate on docs for -nx.
4446
4447 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4448
4449 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4450
4451 2012-09-21 Yao Qi <yao@codesourcery.com>
4452 Pedro Alves <palves@redhat.com>
4453
4454 * gdb.texinfo (GDB/MI Async Records): Document notification
4455 'record-started' and 'record-stopped'.
4456 * observer.texi (GDB Observers): New observer 'record-changed'.
4457
4458 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4459
4460 * gdb.texinfo: Document the removal of SH's 'regs' command.
4461
4462 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4463
4464 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4465
4466 2012-09-18 Yao Qi <yao@codesourcery.com>
4467
4468 * gdb.texinfo (GDB/MI Async Records): Document new MI
4469 notifications '=tsv-created' and '=tsv-deleted'.
4470 * observer.texi (GDB Observers): New observer tsv_created and
4471 tsv_deleted.
4472
4473 2012-09-18 Yao Qi <yao@codesourcery.com>
4474
4475 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4476 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4477 '=traceframe-changed'.
4478
4479 2012-09-17 Yao Qi <yao@codesourcery.com>
4480
4481 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4482 'set listsize'.
4483
4484 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4485 Eli Zaretskii <eliz@gnu.org>
4486
4487 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4488 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4489 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4490
4491 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4492
4493 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4494
4495 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4496
4497 Document how to return from "python-interactive" to GDB.
4498 * gdb.texinfo (Python Commands): Update documentation.
4499
4500 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4501
4502 Add a new "python-interactive" command that starts a standard
4503 Python interactive prompt with "pi" as alias, and add "py" as
4504 an alias to "python".
4505 * gdb.texinfo (Python Commands): Document the new commands.
4506
4507 2012-08-22 Tom Tromey <tromey@redhat.com>
4508
4509 * gdbint.texinfo (Host Definition): Remove documentation for
4510 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4511
4512 2012-08-17 Keith Seitz <keiths@redhat.com>
4513
4514 PR c++/13356
4515 * gdb.texinfo (Type and Range Checking): Remove warning.
4516 Remove spurious commas.
4517 Update text and examples for re-implementation of set/show
4518 check type.
4519 (C and C++ Type and Range Checks): Likewise.
4520
4521 2012-08-16 Yao Qi <yao@codesourcery.com>
4522
4523 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4524 is deprecated.
4525
4526 2012-08-13 Doug Evans <dje@google.com>
4527
4528 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4529 to include functions.
4530
4531 2012-08-10 Doug Evans <dje@google.com>
4532
4533 * gdb.texinfo (Convenience Funs): New node.
4534 (Types In Python): Document Type.vector.
4535
4536 2012-08-09 Yao Qi <yao@codesourcery.com>
4537
4538 * observer.texi: New observer command_param_changed.
4539 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4540
4541 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4542
4543 * gdbint.texinfo (Debugging GDB): In section
4544 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4545 Mention also gdb-gdb.py.
4546
4547 2012-08-07 Yao Qi <yao@codesourcery.com>
4548
4549 Revert the folloing patch:
4550 2012-08-06 Yao Qi <yao@codesourcery.com>
4551 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4552 remote hardware-watchpoint-limit' and 'set
4553 remote hardware-breakpoint-limit'.
4554
4555 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
4556
4557 * gdb.texinfo (Working Directory): Added information about new
4558 default argument for 'cd' command.
4559
4560 2012-08-06 Yao Qi <yao@codesourcery.com>
4561
4562 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4563 remote hardware-watchpoint-limit' and 'set
4564 remote hardware-breakpoint-limit'.
4565
4566 2012-08-06 Yao Qi <yao@codesourcery.com>
4567
4568 Fix PR14371.
4569
4570 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4571 '=breakpoint-deleted'.
4572
4573 2012-08-02 Yao Qi <yao@codesourcery.com>
4574
4575 * gdb.texinfo (Native): Remove node Neutrino.
4576
4577 2012-07-27 Yao Qi <yao@codesourcery.com>
4578
4579 * gdb.texinfo (IPA Protocol Commands): Document new command
4580 'close'.
4581
4582 2012-07-25 Tom Tromey <tromey@redhat.com>
4583
4584 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4585
4586 2012-07-20 Doug Evans <dje@google.com>
4587
4588 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4589 (Index Files): Document how to control the use of deprecated index
4590 sections.
4591 (Index Section Format): Replace --use-deprecated-index-sections with
4592 "set use-deprecated-index-sections on".
4593
4594 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4595
4596 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4597 indices into a single node "Index". Instead, join function and
4598 variable indices into a single index, separate from the concept
4599 index. Requested in
4600 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4601 (Top): Update the top-level menu: instead of one "Index" there are
4602 now separate entries "Concept Index" and "Function and Variable
4603 Index".
4604 (Concept Index, Function and Variable Index): New nodes.
4605 (Index): Node deleted.
4606
4607 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4608
4609 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4610 and "maint agent-eval".
4611
4612 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4613
4614 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4615 avoid file-name clashes between Index.html and index.html on
4616 case-insensitive filesystems. See the discussion starting in
4617 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4618 details of the problem.
4619 (Top): Update the master menu for the above.
4620 (Concept Index, Command and Variable Index): New nodes, instead of
4621 the old "Index" node that was deleted. All cross-references
4622 updated.
4623
4624 2012-07-02 Stan Shebs <stan@codesourcery.com>
4625
4626 * gdb.texinfo (Dynamic Printf): Mention agent style and
4627 disconnected dprintf.
4628 (Maintenance Commands): Describe maint agent-printf.
4629 (General Query Packets): Mention BreakpointCommands feature.
4630 (Packets): Document commands extension to Z0 packet.
4631 * agentexpr.texi (Bytecode Descriptions): Document printf
4632 bytecode.
4633
4634 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4635
4636 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4637 only after gdbinit files.
4638 (Startup): Move -iex and -iex commands down after gdbinit files.
4639
4640 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4641
4642 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4643 possibility.
4644
4645 2012-06-29 Tom Tromey <tromey@redhat.com>
4646
4647 * gdb.texinfo (Index Section Format): Update for version 7.
4648
4649 2012-06-28 Stan Shebs <stan@codesourcery.com>
4650
4651 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4652 example, add note about title column.
4653
4654 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4655
4656 * gdb.texinfo (Symbol Tables In Python): Add description about
4657 the new 'last' attribute of gdb.Symtab_and line.
4658
4659 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4660
4661 * gdb.texinfo (Symbol Tables In Python): Correct the description
4662 of the 'pc' attribute of gdb.Symtab_and_line.
4663
4664 2012-06-26 Doug Evans <dje@google.com>
4665
4666 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4667 and symtab-create.
4668
4669 2012-06-25 Keith Seitz <keiths@redhat.com>
4670
4671 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4672 from example. Remove "rbreak" from list of corresponding
4673 gdb commands.
4674
4675 2012-06-23 Doug Evans <dje@google.com>
4676
4677 * gdb.texinfo (Index Section Format): Document version 7 format.
4678
4679 2012-06-22 Yao Qi <yao@codesourcery.com>
4680
4681 * gdb.texinfo: Add missing cindex for some packets.
4682
4683 2012-06-20 Keith Seitz <keiths@redhat.com>
4684
4685 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4686 for -break-insert and document -p.
4687
4688 2012-06-20 Yao Qi <yao@codesourcery.com>
4689
4690 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4691 and "gdb.write_memory" with "Inferior.read_memory" and
4692 "Inferior.write_memory".
4693
4694 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4695
4696 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4697 (Free Documentation): Add @node line.
4698 (Continuing and Stepping) <advance location>: Use @item instead of
4699 @itemx.
4700 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4701 @itemx.
4702 (Embedded Processors): Put the link to "PA" to its correct place,
4703 according to document structure.
4704 (Python API): Put the link to "Lazy Strings In Python" to its
4705 correct place.
4706 (Index): Use @@ in @tex block to get a literal @.
4707
4708 * gdbint.texinfo: Fix the @subtitle line.
4709
4710 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4711 correct place.
4712
4713 2012-06-08 Yao Qi <yao@codesourcery.com>
4714
4715 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4716 Protocol'.
4717 (In-Process Agent Protocol, IPA Protocol Objects)
4718 (IPA Protocol Commands): New nodes.
4719 (Tracepoint Packets): Add anchors.
4720
4721 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4722
4723 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4724
4725 2012-06-06 Yao Qi <yao@codesourcery.com>
4726
4727 * gdb.texinfo: Update copyright year.
4728
4729 2012-05-23 Stan Shebs <stan@codesourcery.com>
4730 Kwok Cheung Yeung <kcy@codesourcery.com>
4731
4732 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4733
4734 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4737 Mention also --with-separate-debug-dir.
4738 (Auto-loading): Prepend $debugdir in the sample output.
4739 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4740 auto-load safe-path variable.
4741 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4742 Mention also $debugdir for 'set auto-load scripts-directory'.
4743
4744 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4745
4746 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4747 (MIPS Embedded, MIPS, MIPS Register packet Format)
4748 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4749 appropriate.
4750
4751 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4752 Maciej W. Rozycki <macro@codesourcery.com>
4753
4754 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4755 mips compression".
4756 (MIPS Breakpoint Kinds): New subsubsection.
4757
4758 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4759
4760 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4761 nodes for subsections. Add @acronym mark-ups and adjust
4762 formatting.
4763
4764 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4765
4766 Rename $ddir to $datadir.
4767 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4768 (objfile-gdb.py file): Rename $ddir to $datadir.
4769
4770 2012-05-18 Tom Tromey <tromey@redhat.com>
4771
4772 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4773
4774 2012-05-14 Stan Shebs <stan@codesourcery.com>
4775
4776 * gdb.texinfo (Dynamic Printf): New subsection.
4777
4778 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4779
4780 * gdb.texinfo (Basic Python): Add description about the function
4781 gdb.find_pc_line
4782
4783 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4784 Eli Zaretskii <eliz@gnu.org>
4785
4786 * gdb.texinfo (Separate Debug Files): Use plural form for global
4787 debugging information directory.
4788
4789 2012-05-11 Stan Shebs <stan@codesourcery.com>
4790 Kwok Cheung Yeung <kcy@codesourcery.com>
4791
4792 * gdb.texinfo (Operating System Auxiliary Information): Document new
4793 'info os' subcommands.
4794
4795 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4796
4797 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4798 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4799 (dotdebug_gdb_scripts section): Add reference
4800 to 'Auto-loading safe path'.
4801
4802 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4803
4804 Implement multi-component --with-auto-load-dir.
4805 * gdb.texinfo (Auto-loading): New references
4806 for 'set auto-load scripts-directory'
4807 and 'show auto-load scripts-directory'.
4808 (Auto-loading safe path): Describe the new default. Move $ddir
4809 substituation reference to 'objfile-gdb.py file'.
4810 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4811 script-name. Describe new 'set auto-load scripts-directory'
4812 and 'show auto-load scripts-directory'.
4813
4814 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4815
4816 Provide $ddir substitution for --with-auto-load-safe-path.
4817 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4818 (Auto-loading safe path): Likewise. Mention the default value,
4819 $ddir substitution, --with-auto-load-safe-path and
4820 --without-auto-load-safe-path.
4821 * observer.texi (gdb_datadir_changed): New.
4822
4823 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4824
4825 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4826 Twice.
4827
4828 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4829 directory separator by path separator.
4830
4831 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4832
4833 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4834 for 'set auto-load safe-path' optional. Mention if it is omitted.
4835 Change disabling security protection condition to "/", twice.
4836
4837 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4838
4839 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4840 the new methods global_block and static_block on gdb.Symtab
4841 objects.
4842
4843 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4844
4845 * gdb.texinfo (Blocks In Python): Add a note saying that future
4846 improvements to GDB and its infrastructure can move symbols
4847 across blocks within a symbol table.
4848
4849 2012-04-29 Yao Qi <yao@codesourcery.com>
4850
4851 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4852 (A29K): Remove.
4853
4854 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4855 Tom Tromey <tromey@redhat.com>
4856
4857 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4858 and generic static probe support on GDB.
4859
4860 2012-04-25 Doug Evans <dje@google.com>
4861
4862 * gdb.texinfo (Go): Fix thinko.
4863
4864 * gdb.texinfo (Supported Languages): Add Go.
4865 (Go): New node.
4866
4867 2012-04-25 Yao Qi <yao@codesourcery.com>
4868
4869 * gdbint.texinfo (Testsuite): New section `Board settings'.
4870
4871 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4872
4873 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4874 Three times.
4875
4876 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4877 Three times.
4878
4879 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4880
4881 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4882 by @table @asis. Fix formatting of one item.
4883
4884 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4885
4886 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4887
4888 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4889
4890 New option "set debug auto-load".
4891 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4892 (auto-load verbose mode): New node.
4893
4894 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4895
4896 New option "set auto-load safe-path".
4897 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4898 and "info auto-load" examples for safe-path. Put there also references
4899 for "set auto-load safe-path" and "show auto-load safe-path".
4900 New menu item for Auto-loading safe path.
4901 (Auto-loading safe path): New node.
4902 (Python Auto-loading): Update the expected output from "Missing"
4903 to "No".
4904
4905 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4906
4907 auto-load: Implementation.
4908 * gdb.texinfo (Mode Options): New anchor for -nx.
4909 (Startup): New anchors for Option -init-eval-command,
4910 Home Directory Init File
4911 and Init File in the Current Directory during Startup.
4912 Mention set auto-load local-gdbinit with a reference.
4913 Change the sample code to "set auto-load python-scripts".
4914 (Threads): New anchor set libthread-db-search-path.
4915 Provide references to libthread_db.so.1 file.
4916 (Controlling GDB): New menu item for Auto-loading.
4917 (Auto-loading, Init File in the Current Directory)
4918 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4919 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4920 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4921 reference.
4922 (Auto-loading): Rename to ...
4923 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4924 "set auto-load python-scripts", new anchor for it. Change
4925 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4926 for it. Change "info auto-load-scripts"
4927 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4928 to "Python scripts".
4929
4930 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4931
4932 PR mi/13393
4933 * gdb.texinfo (Print Settings): Extend the description for "set print
4934 object".
4935 (GDB/MI Variable Objects): Extend the description for -var-create and
4936 -var-list-children.
4937
4938 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4939
4940 * gdb.texinfo (Examining Data): Document the 'explore' command.
4941
4942 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4943
4944 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4945 to the children of a varobj and its update range when -var-update
4946 returns that the varobj's type changed.
4947
4948 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4949
4950 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4951 Create two new links fir 'objfile-gdb.py file'
4952 and 'dotdebug_gdb_scripts section'.
4953
4954 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4955
4956 * gdb.texinfo (Auto-loading): Rename node reference
4957 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4958 Twice.
4959 (.debug_gdb_scripts section): Rename the node ...
4960 (dotdebug_gdb_scripts section): ... here.
4961 (Maintenance Commands): Also rename this node reference.
4962
4963 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4964
4965 * gdb.texinfo (Python API/Values From Inferior): Add description
4966 about the new method Value.referenced_value. Add description on
4967 how Value.dereference is different (and similar) to
4968 Value.referenced_value.
4969
4970 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4971
4972 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4973 --init-eval-command=COMMAND, -iex.
4974 (Startup): Describe -iex and -ix. Simplify the example
4975 for "set auto-load-scripts off".
4976
4977 2012-03-16 Gary Benson <gbenson@redhat.com>
4978
4979 PR breakpoints/10738
4980 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4981 stating that GDB cannot set breakpoints on inlined functions.
4982 (Mode Options): Document --use-deprecated-index-sections.
4983 (Index Section Format): Document new index section version format.
4984
4985 2012-03-15 Tom Tromey <tromey@redhat.com>
4986
4987 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4988
4989 2012-03-13 Doug Evans <dje@google.com>
4990
4991 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4992 of "reload".
4993 (Symbols): Delete docs for set/show symbol-reloading.
4994 * gdbint.texinfo (Defining Other Architecture Features): Delete
4995 SYMBOL_RELOADING_DEFAULT.
4996 * refcard.tex: Delete reference to symbol-reloading.
4997
4998 2012-03-07 Pedro Alves <palves@redhat.com>
4999
5000 * gdb.texinfo (General Query Packets): Document new
5001 QProgramSignals packet.
5002 * gdb.texinfo (Remote configuration): Mention
5003 "program-signals-packet".
5004
5005 2012-03-05 Tristan Gingold <gingold@adacore.com>
5006
5007 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
5008
5009 2012-03-03 Yao Qi <yao@codesourcery.com>
5010
5011 * gdb.texinfo (In-Process Agent): New node.
5012 Document new commands.
5013 (General Query Packets): Add packet `QAgent'.
5014
5015 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
5016
5017 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
5018
5019 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
5020
5021 * gdb.texinfo (Commands In Python): Put example python macro in
5022 COMMAND_USER category rather than COMMAND_OBSCURE.
5023 Document gdb.COMMAND_USER.
5024 (User-defined Commands): Update documentation to clarify
5025 "set/show max-user-call-depth" and "show user" don't apply to python
5026 commands. Update documentation to clarify "help user-defined" may
5027 also include python commands defined as COMMAND_USER.
5028
5029 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5030
5031 * gdb.texinfo (Startup): Add option -ex description to the option -x
5032 description.
5033
5034 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5035
5036 * gdb.texinfo (Setting Breakpoints): Mention and explain the
5037 condition-evaluation breakpoint parameter.
5038 Mention condition-evaluation mode being shown in "info break".
5039 (Break Conditions): Add description for target-side
5040 conditional breakpoints.
5041 (Remote Configuration): Mention conditional-breakpoints-packet.
5042 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
5043 cond-expr.
5044 (General Query Packets): Mention new ConditionalBreakpoint feature.
5045
5046 2012-02-22 Tom Tromey <tromey@redhat.com>
5047
5048 * gdb.texinfo (Blocks In Python): Clarify block iteration.
5049
5050 2012-02-17 Tom Tromey <tromey@redhat.com>
5051
5052 PR python/10753:
5053 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
5054 directory.
5055
5056 2012-02-14 Stan Shebs <stan@codesourcery.com>
5057
5058 * gdb.texinfo (Disabling Breakpoints): Document enable count.
5059
5060 2012-02-13 Pedro Alves <palves@redhat.com>
5061
5062 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
5063 mips-idt-ecoff.
5064
5065 2012-02-09 Yao Qi <yao@codesourcery.com>
5066
5067 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
5068
5069 2012-02-07 Tom Tromey <tromey@redhat.com>
5070
5071 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
5072 Symbol.value.
5073
5074 2012-02-07 Tom Tromey <tromey@redhat.com>
5075
5076 * gdb.texinfo (Symbols In Python): Document Symbol.line.
5077
5078 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
5079
5080 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
5081
5082 2012-01-24 Tom Tromey <tromey@redhat.com>
5083
5084 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
5085 unload".
5086 (Files): Mention new catch commands.
5087 (GDB/MI Async Records): Likewise.
5088
5089 2012-01-24 Gary Benson <gbenson@redhat.com>
5090
5091 Delete #if 0'd out code.
5092 * gdb.texinfo (Frame Info): Remove "info catch".
5093
5094 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5095
5096 * gdb.texinfo (Remote Configuration): Document
5097 "set remote hostio-readlink-packet" command.
5098 (General Query Packets): Document vFile:readlink packet.
5099
5100 2012-01-16 Tom Tromey <tromey@redhat.com>
5101
5102 * gdb.texinfo (Specify Location): Document relative file name
5103 handling.
5104
5105 2012-01-16 Tom Tromey <tromey@redhat.com>
5106
5107 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
5108
5109 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5110 Eli Zaretskii <eliz@gnu.org>
5111
5112 * gdbint.texinfo (Coding Standards): Require braces for two lines of
5113 code.
5114
5115 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
5116
5117 * gdb.texinfo (Variables): Document use of :: for non-static
5118 variables.
5119
5120 2012-01-05 Joel Brobecker <brobecker@adacore.com>
5121
5122 * gdbint.texinfo (Start of New Year Procedure): Update
5123 to replace use of copyright.sh by use of copyright.py.
5124
5125 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5126
5127 Remove the gdbtui binary.
5128 * all-cfg.texi (GDBTUI): Remove.
5129 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
5130 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
5131 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
5132
5133 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
5134
5135 Introduce gdb.FinishBreakpoint in Python.
5136 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
5137 (Python API): Add menu entry for Finish Breakpoints.
5138
5139 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5140
5141 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
5142 tests.
5143
5144 2011-12-16 Doug Evans <dje@google.com>
5145
5146 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
5147
5148 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
5149
5150 * gdb.texinfo (Python Commands): Remove "maint set/show print
5151 stack". Add documentation for "set/show python print-stack".
5152
5153 2011-12-14 Pedro Alves <pedro@codesourcery.com>
5154
5155 * gdb.texinfo (Implementing a Remote Stub): Explain that you
5156 should transfer control to the stub in the startup code instead of
5157 in main. Mention the need to get past the initial breakpoint.
5158
5159 2011-12-06 Tom Tromey <tromey@redhat.com>
5160
5161 * gdb.texinfo (Set Breaks): Update for new behavior.
5162
5163 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5164
5165 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
5166 List Format for SVR4 Targets'.
5167 (General Query Packets): New item qXfer:libraries-svr4:read.
5168 (Library List Format for SVR4 Targets): New node.
5169
5170 2011-12-01 Tom Tromey <tromey@redhat.com>
5171
5172 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
5173 add.
5174
5175 2011-11-22 Tom Tromey <tromey@redhat.com>
5176
5177 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
5178 reasons.
5179
5180 2011-11-20 Stan Shebs <stan@codesourcery.com>
5181
5182 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5183 note-related options and variables.
5184 (Tracepoint Packets): Document packet changes.
5185
5186 2011-11-20 Sanjoy Das <sdas@igalia.com>
5187
5188 * gdb.texinfo (JIT Interface): Add documentation on writing and
5189 usind JIT debug info readers.
5190 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
5191 Debug Info Readers): New nodes.
5192
5193 2011-11-18 Yao Qi <yao@codesourcery.com>
5194
5195 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
5196 tracepoint.
5197
5198 2011-11-15 Doug Evans <dje@google.com>
5199
5200 * gdb.texinfo (Files): Document basenames-may-differ.
5201
5202 2011-11-14 Doug Evans <dje@google.com>
5203
5204 * gdb.texinfo (Shell Commands): Document "!".
5205
5206 2011-11-14 Stan Shebs <stan@codesourcery.com>
5207 Kwok Cheung Yeung <kcy@codesourcery.com>
5208
5209 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
5210 needed to get shorter fast tracepoints.
5211 (Tracepoint Packets): Document new qTMinFTPILen packet.
5212
5213 2011-11-14 Yao Qi <yao@codesourcery.com>
5214
5215 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
5216 behavior of tracepoint.
5217 (General Query Packets): New feature InstallInTrace.
5218 (Remote Configuration): Document "set remote
5219 install-in-trace-packet".
5220
5221 2011-11-12 Matt Rice <ratmice@gmail.com>
5222
5223 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
5224 Add arguments to info macro.
5225
5226 2011-11-10 Tom Tromey <tromey@redhat.com>
5227
5228 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
5229 manual.
5230 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
5231 (Macros): Add a footnote.
5232 (C): Remove paragraph about compiler options.
5233 (C Constants): Mention wide character and string constants.
5234 (C Plus Plus Expressions): Update compiler option advice. Mention
5235 using declarations. Mention ADL. Remove old HP compiler
5236 information.
5237
5238 2011-11-10 Tom Tromey <tromey@redhat.com>
5239
5240 PR c++/9257:
5241 * gdb.texinfo (Print Settings): Add an extra note about the need
5242 for a vtable.
5243
5244 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
5245
5246 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
5247 "set mips abi" documentation.
5248
5249 2011-11-04 Doug Evans <dje@google.com>
5250
5251 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
5252
5253 2011-11-03 Tom Tromey <tromey@redhat.com>
5254
5255 * gdb.texinfo (Stopping): Add menu entry.
5256 (Continuing and Stepping): Restore @node. Use @section, not
5257 @subsection.
5258
5259 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
5260
5261 * gdb.texinfo (Skipping Over Functions and Files): Remove node
5262 designation. Fix "Specify Location" cross-reference.
5263
5264 2011-11-02 Stan Shebs <stan@codesourcery.com>
5265
5266 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
5267 (General Query Packets): Describe tracenz feature.
5268 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
5269
5270 2011-10-28 Paul Koning <paul_koning@dell.com>
5271
5272 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
5273
5274 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
5275
5276 * gdb.texinfo ((Frames In Python): Document
5277 gdb.FRAME_UNWIND_FIRST_ERROR contant.
5278
5279 2011-10-26 Paul Koning <paul_koning@dell.com>
5280
5281 * gdb.texinfo (gdb.types): Document new deepitems function.
5282
5283 2011-10-25 Paul Koning <paul_koning@dell.com>
5284
5285 PR python/13327
5286
5287 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
5288 fetch_lazy method.
5289
5290 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5291
5292 PR python/12656
5293
5294 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
5295 global_block, static_block function.
5296
5297 2011-10-19 Tom Tromey <tromey@redhat.com>
5298
5299 * gdb.texinfo (Commands In Python): Add missing "@"s.
5300
5301 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
5302
5303 PR python/13285 Document named constants for frame unwind stop reasons
5304 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
5305 constants.
5306
5307 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5308
5309 Fix compatibility with texinfo versions older than 4.12.
5310 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
5311 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
5312 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
5313 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
5314 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
5315 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
5316 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
5317
5318 2011-10-09 Doug Evans <dje@google.com>
5319
5320 * gdb.texinfo (Extending GDB): Document alias command.
5321
5322 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5323
5324 Support @entry in input expressions.
5325 * gdb.texinfo (Variables): Describe @entry names suffix.
5326 (Print Settings): Add anchor for `set print entry-values'.
5327
5328 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5329 Eli Zaretskii <eliz@gnu.org>
5330
5331 Display @entry parameter values (without references).
5332 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
5333 example.
5334 (Print Settings): New description of set print entry-values and show
5335 print entry-values.
5336
5337 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5338 Eli Zaretskii <eliz@gnu.org>
5339
5340 Recognize virtual tail call frames.
5341 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5342 (Tail Call Frames): New node.
5343 (Frames In Python): Add gdb.TAILCALL_FRAME.
5344
5345 2011-10-07 Doug Evans <dje@google.com>
5346
5347 * gdb.texinfo (gdb.printing): Document new `replace' arg to
5348 register_pretty_printer.
5349
5350 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
5351
5352 PR python/12930
5353 PR python/12802
5354
5355 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5356 stop method.
5357
5358 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5359
5360 * gdb.texinfo (Starting your Program): "set disable-randomization"
5361 is no longer Linux-specific.
5362 (Remote Configuration): Document "set remote
5363 disable-randomization-packet".
5364 (General Query Packets): Document "QDisableRandomization" packet
5365 and add it to "qSupported" list.
5366
5367 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
5368
5369 Allow Python notification of new object-file loadings.
5370 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5371 event type.
5372
5373 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
5374
5375 PR python/12691: Add the inferior to Python exited event
5376 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5377
5378 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5379
5380 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5381 rephasing.
5382
5383 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5384
5385 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5386 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5387 as possible feature returned by the `-list-features'
5388 command.
5389
5390 2011-09-28 Paul Koning <paul_koning@dell.com>
5391
5392 * gdb.texinfo (gdb.Type): Document field access by dictionary
5393 key syntax.
5394
5395 2011-09-28 Yao Qi <yao@codesourcery.com>
5396
5397 * gdb.texinfo (Files): Update options for `add-symbol-file'.
5398 Add one space after option `-s'. Remove @r{} markup.
5399
5400 2011-09-27 Stan Shebs <stan@codesourcery.com>
5401
5402 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5403
5404 2011-09-16 Hui Zhu <teawater@gmail.com>
5405
5406 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5407 to *(unsigned char *)$esp@300.
5408
5409 2011-09-15 Paul Koning <paul_koning@dell.com>
5410
5411 * gdb.texinfo: Make style of Python functions and methods match
5412 the syntax of Python. Also put class and module names explicitly
5413 on function, member, and variable names, matching Python
5414 documentation conventions.
5415
5416 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5417
5418 PR Python/12692 Add gdb.selected_inferior() to Python interface.
5419 * gdb.texinfo (Inferiors In Python): Describe new
5420 gdb.selected_inferior() function.
5421
5422 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5423
5424 Handle multiple breakpoint hits in Python interface:
5425 * gdb.texinfo (Events In Python): New function documentation:
5426 gdb.BreakpointEvent.breakpoints. Indicate that
5427 gdb.BreakpointEvent.breakpoint is now deprecated.
5428
5429 2011-09-04 Joel Brobecker <brobecker@adacore.com>
5430
5431 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5432
5433 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5434
5435 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5436
5437 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5438
5439 * gdb.texinfo (Prompt): Add set/show extended-prompt
5440 documentation
5441 (Basic Python): Add prompt_hook anchor.
5442 (Python modules): Reword module text to reflect multiple modules.
5443 (gdb.prompt): Document gdb.prompt module.
5444
5445 2011-08-14 Yao Qi <yao@codesourcery.com>
5446
5447 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5448
5449 2011-08-14 Yao Qi <yao@codesourcery.com>
5450
5451 * gdb.texinfo (Standard Target Features): Document C6x features.
5452 (TIC6x Features): New node.
5453
5454 2011-08-12 Doug Evans <dje@google.com>
5455
5456 * gdb.texinfo (Symbols In Python): Document symbol.type.
5457
5458 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5459
5460 * gdb.texinfo (Python): Document command and function
5461 auto-loading.
5462
5463 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5464 Eli Zaretskii <eliz@gnu.org>
5465
5466 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5467 typedefs unrolling. Extend the sample code by an inner typedef and
5468 outer typedefs unrolling.
5469
5470 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5471
5472 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5473 size and line-size.
5474
5475 2011-07-21 Matt Rice <ratmice@gmail.com>
5476
5477 PR macros/12999
5478 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5479 Update text and cindex entries for info macro command.
5480
5481 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5482
5483 * observer.texi (GDB Observers): Add before_prompt observer.
5484 * gdb.texinfo (Basic Python): Add documentation for prompt
5485 substitution.
5486
5487 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5488
5489 PR python/12438
5490 * gdb.texinfo (Python Commands): Add deprecate note to maint
5491 set/show python print-stack. Document set/show python
5492 print-backtrace.
5493
5494 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5495
5496 * gdb.texinfo: Fix typos.
5497
5498 2011-07-01 Tom Tromey <tromey@redhat.com>
5499
5500 * gdb.texinfo (Debugging Output): Document set debug
5501 check-physname.
5502
5503 2011-06-29 Tom Tromey <tromey@redhat.com>
5504
5505 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5506 breakpoint-notifications feature.
5507
5508 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5509
5510 * gdb.texinfo (Target Description): Remove warning about
5511 possibly unstable format.
5512
5513 2011-06-03 Tom Tromey <tromey@redhat.com>
5514
5515 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5516 (Events In Python): Note that exit_code is optional.
5517
5518 2011-05-17 Pedro Alves <pedro@codesourcery.com>
5519
5520 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5521 required for multi-threading support.
5522 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5523 Hc are deprecated for multi-threading debugging. Point readers at
5524 the vCont packet.
5525
5526 2011-05-15 Doug Evans <dje@google.com>
5527
5528 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5529
5530 2011-05-13 Doug Evans <dje@google.com>
5531
5532 * gdb.texinfo (Threads): Document $sdir,$pdir.
5533 (Server): Document $pdir exception.
5534
5535 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5536
5537 * gdb.texinfo (Threads): Clarify default value for
5538 libthread-db-search-path.
5539
5540 * gdb.texinfo (Completion): Update example.
5541 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5542
5543 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5544
5545 * gdb.texinfo: Document change in the behaviour of the enable and
5546 disable GDB commands when applied to tracepoints.
5547 Document the EnableDisableTracepoints remote stub feature.
5548 Document QTEnable and QTDisable in the list of tracepoint packets.
5549
5550 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5551
5552 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5553 hsuser.texi.
5554 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5555 comment to hsuser.texi. Change rluser.texi name in the comment.
5556
5557 2011-05-10 Doug Evans <dje@google.com>
5558
5559 * gdb.texinfo (Threads): If an empty path is provided for
5560 libthread-db-search-path it is reset to its default value.
5561 (Server): Ditto.
5562
5563 2011-05-09 Doug Evans <dje@google.com>
5564
5565 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5566
5567 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5568 Thiago Jung Bauermann <bauerman@br.ibm.com>
5569
5570 Implement support for PowerPC BookE masked watchpoints.
5571 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5572 (PowerPC Embedded): Mention support of masked watchpoints.
5573
5574 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5575
5576 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5577 `@value{GDBN}'.
5578
5579 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5580
5581 * gdb.texinfo (titlepage): Remove dedication.
5582 (In Memoriam): New appendix.
5583
5584 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5585 Eli Zaretskii <eliz@gnu.org>
5586
5587 * gdb.texinfo (Index Section Format): Change the version to 5.
5588 Describe the different formula.
5589
5590 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5591 Eli Zaretskii <eliz@gnu.org>
5592
5593 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5594 for disconnected tracing.
5595 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5596 extended-remote relationship. Mention --once.
5597 (TCP port allocation lifecycle of @code{gdbserver}): New.
5598
5599 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5600
5601 * gdb.texinfo (Server): Improve indexing. Index all optional
5602 switches to gdbserver.
5603
5604 2011-04-20 Tom Tromey <tromey@redhat.com>
5605
5606 * gdb.texinfo (Index Section Format): New node.
5607 (Top): Add new node to menu.
5608
5609 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5610
5611 * gdb.texinfo (Maintenance Commands): Document `maint print
5612 remote-registers'.
5613
5614 2011-04-20 Tom Tromey <tromey@redhat.com>
5615
5616 * gdb.texinfo (Trace File Format): Move node later.
5617
5618 2011-04-19 Tom Tromey <tromey@redhat.com>
5619
5620 * gdbint.texinfo (Register Information Functions): Remove
5621 duplicate "the".
5622 * gdb.texinfo (Emacs): Remove duplicate "to".
5623 (GDB/MI Variable Objects): Remove duplicate "the".
5624 (General Query Packets): Likewise.
5625
5626 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5627
5628 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5629 "GDB/MI Ada Exception Information" node.
5630
5631 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5632
5633 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5634 the "exception-name" field in the *stopped async record.
5635
5636 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5637 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5638
5639 Implement support for PowerPC BookE ranged breakpoints.
5640 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5641
5642 2011-03-28 Tom Tromey <tromey@redhat.com>
5643
5644 * gdb.texinfo (Set Tracepoints): Fix typo.
5645
5646 2011-03-24 Tom Tromey <tromey@redhat.com>
5647
5648 * gdb.texinfo (Specify Location): Document `function:label'
5649 linespec.
5650
5651 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5652
5653 PR python/12149
5654
5655 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5656
5657 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5658
5659 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5660 (Inferiors In Python): Likewise.
5661 (Threads In Python): Likewise.
5662 (Symbols In Python): Likewise.
5663 (Objfiles In Python): Likewise.
5664 (Symbol Tables In Python): Likewise.
5665
5666 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5667
5668 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5669 display>: Explain that the commands accept number ranges.
5670
5671 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5672
5673 * gdb.texinfo (Breakpoints In Python): Add description and example
5674 of Python stop function operation.
5675
5676 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5677
5678 * gdb.texinfo (Parameters In Python): Document get_set_string and
5679 get_show_string methods.
5680
5681 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5682
5683 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5684
5685 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5686 circular-trace-buffer name.
5687
5688 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5689
5690 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5691 in the previous change.
5692
5693 2011-02-27 Michael Snyder <msnyder@vmware.com>
5694
5695 * gdb.texinfo (Inferiors and Programs): Update commands to show
5696 that they can accept multiple arguments.
5697
5698 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5699
5700 Revert the following patch (code patch was not approved):
5701 2011-02-21 Hui Zhu <teawater@gmail.com>
5702 * agentexpr.texi (bytecode descriptions): add printf.
5703 * gdb.texinfo (tracepoint action lists): add printf.
5704
5705 2011-02-23 Doug Evans <dje@google.com>
5706
5707 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5708
5709 2011-02-23 Michael Snyder <msnyder@vmware.com>
5710
5711 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5712 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5713 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5714
5715 2011-02-22 Doug Evans <dje@google.com>
5716
5717 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5718 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5719 add description of result, fix @defun formatting.
5720
5721 2011-02-21 Hui Zhu <teawater@gmail.com>
5722
5723 * agentexpr.texi (Bytecode Descriptions): Add printf.
5724 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5725
5726 2011-02-18 Tom Tromey <tromey@redhat.com>
5727
5728 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5729
5730 2011-02-14 Michael Snyder <msnyder@vmware.com>
5731
5732 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5733 Document new command "thread find".
5734
5735 2011-02-14 Michael Snyder <msnyder@vmware.com>
5736
5737 * gdb.texinfo (Threads): Update example of new thread message.
5738
5739 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5740
5741 * gdb.texinfo (Remote Configuration): Mention set/show remote
5742 traceframe-info.
5743 (Tools/Packages Optional for Building GDB): Mention that expat is
5744 used for traceframe info.
5745 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5746 (General Query Packets) <qSupported>: Describe the
5747 qXfer:traceframe-info:read feature.
5748 (qXfer::read): Describe qXfer:traceframe-info:read.
5749 (Traceframe Info Format): New section.
5750
5751 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5752
5753 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5754 for casts and unary operators.
5755
5756 2011-02-04 Tom Tromey <tromey@redhat.com>
5757
5758 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5759 is not useful.
5760
5761 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5762
5763 * gdb.texinfo: s/value optimized out/optimized out/g
5764
5765 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5766
5767 * gdb.texinfo (Other Misc Settings): Rework part of the
5768 documentation of the "set interactive mode" command.
5769
5770 2011-01-19 Tom Tromey <tromey@redhat.com>
5771
5772 * gdb.texinfo (Threads): Document thread name output and `thread
5773 name' command.
5774 (Threads In Python): Document Thread.name attribute.
5775 (GDB/MI Thread Commands): Document thread attributes.
5776
5777 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5778
5779 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5780 changes in mi/mi-cmd-disas.c
5781
5782 2011-01-12 Tom Tromey <tromey@redhat.com>
5783
5784 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5785 Fix "thread apply" text.
5786
5787 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5788 Thiago Jung Bauermann <bauerman@br.ibm.com>
5789
5790 Implement support for PowerPC BookE ranged watchpoints.
5791 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5792 the "set powerpc exact-watchpoints" flag.
5793
5794 2011-01-07 Tom Tromey <tromey@redhat.com>
5795
5796 * gdb.texinfo (Python API): Add descriptions to @menu items.
5797
5798 2011-01-06 Tom Tromey <tromey@redhat.com>
5799
5800 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5801
5802 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5803
5804 * gdb.texinfo (Debugging Output): Document "set debug jit".
5805
5806 2011-01-06 Tom Tromey <tromey@redhat.com>
5807
5808 PR python/12133:
5809 * gdb.texinfo (Frames In Python): Document various frame
5810 constants.
5811
5812 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5813
5814 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5815 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5816 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5817
5818 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5819
5820 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5821 (clean): Add GDBvn.texi.
5822
5823 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5824
5825 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5826 occasional case where the debugger prints an array address
5827 instead of the array itself.
5828
5829 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5830
5831 * gdb.texinfo (Packets) <read registers packet>: Document support
5832 for registers that were not collected.
5833
5834 2010-12-15 Doug Evans <dje@google.com>
5835
5836 * gdb.texinfo (Startup): Document auto-loading of scripts during
5837 startup.
5838 (Auto-loading): Delete "maint set python auto-load on|off".
5839 Add "set auto-load-scripts on|off".
5840
5841 2010-12-07 Doug Evans <dje@google.com>
5842
5843 * gdb.texinfo (Mode Options): Document -data-directory.
5844 (Data Files): Add reference to -data-directory.
5845
5846 2010-11-29 Doug Evans <dje@google.com>
5847
5848 * gdb.texinfo (Pretty-Printer Introduction): Change
5849 printer-name:subprinter-name to printer-name;subprinter-name.
5850
5851 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5852
5853 PR python/12199
5854
5855 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5856
5857 2010-11-23 Tom Tromey <tromey@redhat.com>
5858
5859 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5860 (Editing): Likewise.
5861 (Command History): Likewise.
5862 (TUI Keys): Likewise.
5863 (Bug Reporting): Conditionally include rluser.texi and
5864 inc-history.texinfo.
5865 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5866 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5867 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5868 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5869 (gdb.pdf): Likewise.
5870 (gdb.info): Likewise.
5871 (gdb/index.html): Likewise.
5872
5873 2010-11-23 Tom Tromey <tromey@redhat.com>
5874
5875 * Makefile.in (Makefile): Run ../config.status.
5876 (distclean): Update.
5877 * configure: Remove.
5878 * configure.ac: Remove.
5879
5880 2010-11-12 Tom Tromey <tromey@redhat.com>
5881
5882 * gdb.texinfo (Basic Python): Update. Add xref.
5883 (Exception Handling): Document new exception classes.
5884 (Types In Python): Update.
5885 (Frames In Python): Update.
5886
5887 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5888
5889 * gdb.texinfo (Breakpoints In Python): Document "internal"
5890 parameter, and visible attribute.
5891
5892 2010-11-05 Doug Evans <dje@google.com>
5893
5894 * gdb.texinfo (Source Path): Document "set directories".
5895
5896 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5897
5898 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5899 (OpenCL C): New node.
5900
5901 2010-11-02 Doug Evans <dje@google.com>
5902
5903 * gdb.texinfo (Pretty Printing): Expand into three sections,
5904 introduction, example, and commands.
5905 (Python API): Delete section Disabling Pretty-Printers, merge into
5906 Selecting Pretty-Printers.
5907 (Writing a Pretty-Printer): New section. Move the pretty-printer
5908 example here, and reformat to match python coding style. Add a second
5909 example using the gdb.printing module.
5910 (Python modules): Add gdb.printing.
5911
5912 2010-10-29 Doug Evans <dje@google.com>
5913
5914 * gdb.texinfo (Python): Fix long line.
5915
5916 2010-10-20 Doug Evans <dje@google.com>
5917
5918 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5919 All references updated. Correct sections marked as subsections.
5920 (Coding Standards): New chapter. Move the coding standard related
5921 subsections here. Add section on Python coding standards.
5922
5923 2010-10-13 Doug Evans <dje@google.com>
5924
5925 * gdb.texinfo (Python): Add "Python modules".
5926 (Types in Python): Add reference to gdb.types section.
5927 (Python modules): New node.
5928
5929 2010-10-11 Doug Evans <dje@google.com>
5930
5931 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5932 Python" from gdb.Value.type description.
5933
5934 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5935
5936 * gdb.texinfo (Ravenscar Profile): New node.
5937
5938 2010-09-22 Tom Tromey <tromey@redhat.com>
5939
5940 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5941
5942 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5943
5944 * gdb.texinfo (Values From Inferior): Clarify that
5945 value.dynamic_type works only in C++ programs with RTTI.
5946
5947 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5948
5949 * gdb.texinfo (Character Sets): Correctly reference host-charset
5950 in example.
5951
5952 2010-09-13 Tom Tromey <tromey@redhat.com>
5953
5954 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5955 Document "fullname" and "from".
5956
5957 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5958
5959 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5960 feature `reverse' output by -list-target-features.
5961
5962 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5963
5964 * gdb.texinfo (i386 Features): Remove an extra "@item".
5965
5966 2010-08-30 Tom Tromey <tromey@redhat.com>
5967
5968 PR python/11792:
5969 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5970
5971 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5972
5973 * gdb.texinfo (ARM Features): Document
5974 org.gnu.gdb.arm.m-profile.
5975
5976 2010-08-23 Tom Tromey <tromey@redhat.com>
5977
5978 PR python/11145:
5979 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5980 reinterpret_cast methods.
5981
5982 2010-08-23 Tom Tromey <tromey@redhat.com>
5983
5984 PR python/11915:
5985 * gdb.texinfo (Types In Python): Document array method.
5986
5987 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5988
5989 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5990
5991 2010-08-16 Tom Tromey <tromey@redhat.com>
5992
5993 * gdb.texinfo (Set Watchpoints): Document -location option.
5994
5995 2010-08-13 Doug Evans <dje@google.com>
5996
5997 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5998
5999 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
6000
6001 * gdb.texinfo (GDB/MI Data Manipulation): Document
6002 -data-read-memory-raw and -data-write-memory-raw.
6003
6004 2010-08-11 Tom Tromey <tromey@redhat.com>
6005 Phil Muldoon <pmuldoon@redhat.com>
6006
6007 * gdb.texinfo (Basic Python): Describe post_event API.
6008
6009 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
6010
6011 * gdb.texinfo (Basic Python): Describe solib_address and
6012 decode_line Python APIs
6013
6014 2010-08-10 Tom Tromey <tromey@redhat.com>
6015
6016 * gdb.texinfo (Pretty Printing API): Document
6017 gdb.default_visualizer.
6018
6019 2010-08-10 Tom Tromey <tromey@redhat.com>
6020
6021 Revert gdb-add-index addition:
6022 * gdb.texinfo (Index Files): Don't document gdb-add-index.
6023
6024 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6025 Eli Zaretskii <eliz@gnu.org>
6026
6027 * gdb.texinfo (Mode Options) <-batch>
6028 (Basic Python) <gdb.execute>: Describe setting width and height.
6029
6030 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
6031
6032 * gdb.texinfo (Threads): Document 'debug libthread-db'.
6033
6034 2010-07-30 Tom Tromey <tromey@redhat.com>
6035
6036 * gdb.texinfo (Index Files): Mention gdb-add-index.
6037
6038 2010-07-30 Hui Zhu <teawater@gmail.com>
6039
6040 * gdb.texinfo (Inferiors and Programs): Update the introduce of
6041 "detach inferior" and "kill inferior".
6042
6043 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
6044
6045 * gdb.texinfo (Machine Code): Update description of two forms of
6046 arguments, and add new example to demonstrate the new form.
6047
6048 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
6049
6050 * gdb.texinfo (Values From Inferior): Add value inferior function
6051 call description.
6052
6053 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6054
6055 * gdb.texinfo (Active Targets): Fix wrong comma placement.
6056
6057 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6058 Eli Zaretskii <eliz@gnu.org>
6059
6060 Make core files the process_stratum.
6061 * gdb.texinfo (Active Targets): Remove core_stratum. Include
6062 record_stratum example.
6063
6064 2010-07-13 Tom Tromey <tromey@redhat.com>
6065
6066 * gdb.texinfo (Index Files): New node.
6067
6068 2010-07-13 Tom Tromey <tromey@redhat.com>
6069
6070 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
6071
6072 2010-07-13 Tom Tromey <tromey@redhat.com>
6073
6074 * gdb.texinfo (Specify Location): Document labels.
6075
6076 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6077
6078 * gdb.texinfo (Create and Delete Tracepoints): Add more index
6079 entries for fast tracepoints and static tracepoints.
6080
6081 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6082
6083 * gdb.texinfo (General Query Packets) <qfThreadInfo,
6084 qsThreadInfo>: Spell out `l' as ell.
6085
6086 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6087
6088 * gdb.texinfo (Convenience Variables): Document $_sdata.
6089 (Commands to Set Tracepoints): Describe static tracepoints. Add
6090 `Listing Static Tracepoint Markers' menu entry. Document
6091 "strace".
6092 (Tracepoint Action Lists): Document collecting $_sdata.
6093 (Listing Static Tracepoint Markers): New subsection.
6094 (Tracepoints support in gdbserver): Mention static tracepoints.
6095 (remote packets, enabling and disabling): Mention
6096 read-sdata-object.
6097 (General Query Packets) <qSupported>: Document qXfer:sdata:read
6098 and StaticTracepoint.
6099 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
6100 Document qXfer:sdata:read.
6101 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
6102
6103 2010-06-29 Joel Brobecker <brobecker@adacore.com>
6104
6105 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
6106
6107 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
6108 Tom Tromey <tromey@redhat.com>
6109 Thiago Jung Bauermann <bauerman@br.ibm.com>
6110
6111 * gdb.texinfo (Inferiors In Python): New node.
6112 * gdb.texinfo (Threads In Python): New node.
6113
6114 2010-06-28 Joel Brobecker <brobecker@adacore.com>
6115
6116 * gdb.texinfo (Python): Document what the python directory is
6117 and what its location is.
6118 (Basic Python): Document the gdb.PYTHONDIR constant.
6119
6120 2010-06-25 Tom Tromey <tromey@redhat.com>
6121
6122 PR python/10808:
6123 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
6124
6125 2010-06-24 Hui Zhu <teawater@gmail.com>
6126
6127 * gdb.texinfo: (Commands for Controlled Output): Add
6128 documentation for command "eval".
6129
6130 2010-06-21 Stan Shebs <stan@codesourcery.com>
6131
6132 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
6133 * annotate.texinfo: Ditto.
6134 * gdbint.texinfo: Ditto.
6135 * stabs.texinfo: Ditto.
6136
6137 2010-06-22 Hui Zhu <teawater@gmail.com>
6138
6139 * gdb.texinfo: (Process Record and Replay): Add documentation
6140 for command "set record memory-query".
6141
6142 2010-06-21 Stan Shebs <stan@codesourcery.com>
6143
6144 * gdb.texinfo: Relicense under GFDL version 1.3.
6145 * annotate.texinfo: Relicense under GFDL version 1.3.
6146 * gdbint.texinfo: Relicense under GFDL version 1.3.
6147 * stabs.texinfo: Relicense under GFDL version 1.3.
6148 * fdl.texi: Update to version 1.3.
6149
6150 2010-06-18 Stan Shebs <stan@codesourcery.com>
6151
6152 * gdb.texinfo (Operating System Auxiliary Information): Describe
6153 "info os" when no arguments given.
6154
6155 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
6156 $_thread.
6157
6158 2010-06-18 Hui Zhu <teawater@gmail.com>
6159
6160 * gdb.texinfo: (Process Record and Replay): Add documentation
6161 for commands "record save" and "record restore".
6162
6163 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6164
6165 * gdb.texinfo: Include information about the correct use
6166 of addresses in the `watch' command.
6167
6168 2010-06-11 Stan Shebs <stan@codesourcery.com>
6169
6170 * gdb.texinfo (Observer Mode): New section.
6171 (General Query Packets): Document QAllow.
6172
6173 2010-06-04 Doug Evans <dje@google.com>
6174
6175 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
6176
6177 2010-06-03 Doug Evans <dje@google.com>
6178
6179 * gdbint.texinfo (Coding): Add subsection on command names.
6180
6181 2010-06-02 Tom Tromey <tromey@redhat.com>
6182
6183 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
6184 always-disassemble.
6185
6186 2010-06-01 Pedro Alves <pedro@codesourcery.com>
6187
6188 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
6189 gdbserver, and add cross reference.
6190 (Tracepoints support in gdbserver): New subsection.
6191
6192 2010-05-26 Pedro Alves <pedro@codesourcery.com>
6193
6194 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
6195 `qRelocInsn' feature.
6196 (Relocate instruction reply packet): New subsection
6197 of `Tracepoint Packets'.
6198 (Tracepoint Packets): Mention that packets QTDP and QTStart
6199 support the qRelocInsn request, and add cross reference to new
6200 subsection.
6201
6202 2010-05-25 Doug Evans <dje@google.com>
6203
6204 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
6205 (Commands In Python): Document gdb.string_to_argv.
6206
6207 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6208
6209 * gdbint.texinfo (Host Definition): Remove items NORETURN and
6210 ATTR_NORETURN.
6211
6212 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6213 Tom Tromey <tromey@redhat.com>
6214 Thiago Jung Bauermann <bauerman@br.ibm.com>
6215
6216 * gdb.texinfo (Parameters In Python): New Node.
6217
6218 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6219
6220 * gdb.texinfo: (Summary) Add mention about D language support.
6221 (Filenames): Add D suffixes.
6222 (D): New node.
6223
6224 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6225
6226 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
6227 of macro deleted from GDB code.
6228
6229 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6230
6231 * gdb.texinfo (Commands to specify files): Describe what how GDB
6232 looks up DOS-based filesystem paths on the system root. Document
6233 the new `set/show target-file-system-kind' commands.
6234
6235 2010-04-23 Doug Evans <dje@google.com>
6236
6237 * gdb.texinfo (Python): Move Auto-loading section here ...
6238 (Python API): from here.
6239 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
6240 (Maintenance Commands): Add docs for "maint print section-scripts".
6241
6242 2010-04-20 Chris Moller <cmoller@redhat.com>
6243
6244 * gdb.texinfo (Setting Breakpoints): Added description of
6245 filename-qualified rbreak.
6246 * refcard.tex (Breakpoints and Watchpoints): Added brief
6247 description of filename-qualified rbreak.
6248
6249 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6250
6251 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
6252 (Python API): Change the reference to Pretty Printing API.
6253 (Pretty Printing): Move the user part under the Data node. Reformat
6254 the sample output to 72 columns. Create a new reference to Pretty
6255 Printing API. Rename the API part ...
6256 (Pretty Printing API): To a new node name.
6257 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
6258 (GDB/MI Variable Objects): Change references to Pretty Printing API.
6259
6260 2010-04-21 Stan Shebs <stan@codesourcery.com>
6261
6262 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
6263 and commands.
6264 (Listing Tracepoints): Update to reflect current behavior.
6265
6266 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6267
6268 * gdb.texinfo (Examining memory): Update for change in string
6269 display with explicit size.
6270
6271 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6272
6273 PR breakpoints/8554.
6274
6275 * gdb.texinfo (Save Breakpoints): New node.
6276 (save-tracepoints): Rename to ...
6277 (save tracepoints): ... this. Mention that `save-tracepoints' is
6278 a deprecated alias to `save tracepoints'.
6279
6280 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6281
6282 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
6283 (info w32 thread-information-block): Document new command.
6284 (qGetTIBAddress): Document new gdbserver query.
6285 (maint set/show show-all-tib): Document new command.
6286
6287 2010-04-15 Doug Evans <dje@google.com>
6288
6289 * gdb.texinfo (Python API): Add progspaces section.
6290 (Selecting Pretty-Printers): Progspace pretty-printers are
6291 searched too.
6292 (Progspaces In Python): New section.
6293
6294 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
6295
6296 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6297
6298 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
6299 returns None.
6300
6301 2010-04-09 Stan Shebs <stan@codesourcery.com>
6302
6303 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6304 Describe the `frames-created' field, tweak grammar.
6305
6306 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6307
6308 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6309 Describe the `circular' and `disconnected' fields.
6310
6311 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
6312
6313 * gdb.texinfo (maint print registers): Mention unavailable and
6314 invisible registers.
6315
6316 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6317 Thiago Jung Bauermann <bauerman@br.ibm.com>
6318 Tom Tromey <tromey@redhat.com>
6319
6320 * gdb.texinfo (Breakpoints In Python): New Node.
6321
6322 2010-04-08 Stan Shebs <stan@codesourcery.com>
6323
6324 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6325 trace status fields.
6326
6327 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6328
6329 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6330 optional. Make org.gnu.gdb.i386.avx requires
6331 org.gnu.gdb.i386.avx.
6332
6333 2010-04-08 Doug Evans <dje@google.com>
6334
6335 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6336 search path, and document that gdb only scans the search path if
6337 the script's path doesn't specify a directory.
6338
6339 2010-04-05 Doug Evans <dje@google.com>
6340
6341 * gdb.texinfo (maint show python auto-load): Fix typo.
6342
6343 2010-04-04 Stan Shebs <stan@codesourcery.com>
6344
6345 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6346 (Setting Watchpoints): Update description of "info watch".
6347 (Disabling Breakpoints): Only "info break" lists all.
6348
6349 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6350 (tdump): Explain how tdump works.
6351
6352 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6353
6354 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6355 add cross reference.
6356
6357 2010-03-31 Pedro Alves <pedro@codesourcery.com>
6358
6359 * gdb.texinfo (TUI Commands): Mention that in some cases, these
6360 commands error out.
6361
6362 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6363
6364 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6365
6366 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6367
6368 * gdb.texinfo (General Query Packets): Add xmlRegisters.
6369
6370 2010-03-29 Stan Shebs <stan@codesourcery.com>
6371 Nathan Sidwell <nathan@codesourcery.com>
6372
6373 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6374 GDBN equivalent.
6375 (Set Tracepoints): Remove mention that conditional tracepoints
6376 don't exist.
6377 (Tracepoint Actions): Clarify when while-stepping collection
6378 happens, note that while-stepping does not automatically collect
6379 $pc.
6380
6381 2010-03-29 Stan Shebs <stan@codesourcery.com>
6382
6383 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6384 (General Query Packets): Describe TracepointSource.
6385
6386 2010-03-27 Matt Rice <ratmice@gmail.com>
6387
6388 * gdb.texinfo (ARM): Document arguments to "target sim".
6389 (Set Catchpoints): Use @dots{} instead of @r{...}.
6390
6391 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6392
6393 * gdb.texinfo (Tracepoint Packets): Remove mention that
6394 terror:string may be plain text, and drop mention of X prefix.
6395
6396 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
6397
6398 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6399
6400 2010-03-24 Stan Shebs <stan@codesourcery.com>
6401
6402 * gdb.texinfo (Tracepoint Packets): Document trace error status.
6403
6404 2010-03-24 Tom Tromey <tromey@redhat.com>
6405
6406 PR breakpoints/9352:
6407 * gdb.texinfo (Break Commands): Update.
6408
6409 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6410
6411 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6412 commands.
6413
6414 2010-03-16 Stan Shebs <stan@codesourcery.com>
6415
6416 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6417 circular-trace-buffer.
6418 (Tracepoint Packets): Describe QTBuffer, and details of the
6419 qTStatus reply.
6420
6421 2010-03-12 Stan Shebs <stan@codesourcery.com>
6422 Nathan Sidwell <nathan@codesourcery.com>
6423
6424 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6425 doing instruction stepping.
6426 (Tracepoint Restrictions): New node.
6427
6428 2010-03-10 Tom Tromey <tromey@redhat.com>
6429
6430 * gdbint.texinfo (Symbol Handling): Update.
6431
6432 2010-03-08 Tom Tromey <tromey@redhat.com>
6433
6434 PR cli/9591:
6435 * gdb.texinfo (Mode Options): Mention lack of pagination and
6436 confirmation with --batch.
6437 (Screen Size): Mention --batch.
6438 (Messages/Warnings): Likewise.
6439
6440 2010-03-05 Tom Tromey <tromey@redhat.com>
6441
6442 * gdb.texinfo (Basic Python): Document target_charset and
6443 target_wide_charset.
6444
6445 2010-03-05 Tom Tromey <tromey@redhat.com>
6446
6447 * gdb.texinfo (Data): Link to pretty-printing.
6448 (Output Formats): Likewise. Correct text.
6449
6450 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6451
6452 * gdb.texinfo (Types): Describe <struct> and <flags>.
6453
6454 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6455
6456 * gdb.texinfo (Frames In Python): Add block parameter and
6457 description to read_var text.
6458
6459 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
6460 Tom Tromey <tromey@redhat.com>
6461
6462 * gdb.texinfo (Types In Python): Describe block argument in
6463 template_argument and gdb.lookup_type.
6464
6465 2010-02-24 Tom Tromey <tromey@redhat.com>
6466
6467 * gdb.texinfo (Cygwin Native): Fix typo.
6468
6469 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6470
6471 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6472 and select method descriptions.
6473 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6474 Tables in Python to menu.
6475 (Blocks In Python): New node.
6476 (Symbols In Python): New node.
6477 (Symbol Tables in Python): New node.
6478
6479 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6480
6481 Multiexec MI
6482
6483 gdb/
6484 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6485
6486 gdb/doc/
6487 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6488 changes.
6489 (GDB/MI Program Execution): Document current behaviour of
6490 --all and --thread-group.
6491 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6492 -remove-inferior.
6493 * observer.texi (inferior_added, inferior_removed): New
6494 observers.
6495
6496 2010-02-19 Tom Tromey <tromey@redhat.com>
6497
6498 * gdbint.texinfo (Getting Started): Fix @node.
6499 (Debugging GDB): Likewise.
6500
6501 2010-02-13 Joel Brobecker <brobecker@adacore.com>
6502
6503 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6504 documenting the gdb_test_timeout variable.
6505
6506 2010-02-12 Jakob Engblom <jakob@virtutech.com>
6507
6508 * gdb.texinfo (MI commands): Added documentation of --reverse
6509 option to a set of MI commands. Restructured documentation of MI
6510 commands --exec-continue to reflect the complexity of reverse
6511 execution.
6512
6513 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6514
6515 * gdb.texinfo (Using the Collected Data): Specify that the address
6516 range of `tfind outsize' is exclusive, and that the address range
6517 of `tfind range' is inclusive.
6518 (Tracepoint Packets): Specify that the address range of
6519 `QTFrame:range' is inclusive, and that the address range of
6520 `QTFrame:outside' is exclusive
6521
6522 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6523
6524 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6525
6526 2010-02-10 Tom Tromey <tromey@redhat.com>
6527
6528 * gdb.texinfo (Debugging Output): Document set debug parser and
6529 show debug parser.
6530
6531 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6532
6533 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6534 i386_eflags and i386_mxcsr.
6535
6536 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6537
6538 * gdb.texinfo: Document i386 target features.
6539
6540 2010-02-05 Doug Evans <dje@google.com>
6541
6542 * gdbint.texinfo (Testsuite): Add a new section to document the
6543 various DejaGnu variables that may be overridden.
6544 Document INTERNAL_GDBFLAGS.
6545
6546 2010-02-04 Tom Tromey <tromey@redhat.com>
6547
6548 PR cli/8830:
6549 * gdb.texinfo (Files): -readnow comes before the filename for file
6550 and symbol-file.
6551
6552 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6553
6554 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6555 Document ARM breakpoint types.
6556 (Register Packet Format): Move into the new section.
6557 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6558
6559 2010-01-21 Joel Brobecker <brobecker@adacore.com>
6560
6561 * gdb.texinfo (File Options): Adjust the documentation of this
6562 switch to refer to the "source" command rather than partially
6563 duplicating some of the relevant information.
6564 (Extending GDB): Introduce and document the set/show script-extension
6565 setting.
6566 (Command Files): Add note explaining that the "source" command
6567 is also used to evalute scripts written in other languages.
6568 Remove the short slightly incorrect reference to sourcing Python
6569 scripts.
6570 (Python Commands): Document how to execute a Python script from GDB.
6571
6572 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6573
6574 * gdb.texinfo (Command Files): Fix typo.
6575
6576 2010-01-18 Tom Tromey <tromey@redhat.com>
6577
6578 * gdb.texinfo (File Options): Document -x on .py files.
6579 (Command Files): Document handling of Python scripts.
6580
6581 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6582
6583 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6584
6585 2010-01-15 Stan Shebs <stan@codesourcery.com>
6586
6587 * gdb.texinfo (Trace Files): New section.
6588 (Tracepoint Packets): Document QTSave and qTBuffer.
6589 (Trace File Format): New appendix.
6590
6591 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6592
6593 * gdb.texinfo (Values From Inferior): Document lazy_string value
6594 method.
6595 (Python API): Add Lazy strings menu item.
6596 (Lazy Strings In Python): New node.
6597
6598 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6599
6600 * gdb.texinfo (GDB/MI Thread Information): New.
6601 (GDB/MI Async Records): Document the core field in *stopped.
6602 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6603 documentation
6604 (Process list): Document that osdata document may contain
6605 threads.
6606 (Remote Serial Protocol): Document qXfer:threads.
6607
6608 2010-01-06 Stan Shebs <stan@codesourcery.com>
6609
6610 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6611 disconnected tracing.
6612 (Tracepoint Packets): Document new protocol.
6613
6614 2010-01-05 Stan Shebs <stan@codesourcery.com>
6615
6616 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6617 tracepoints.
6618 (Tracepoint Packets): Describe remote protocol for fast
6619 tracepoints.
6620
6621 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6622
6623 Update the "Start of New Year Procedure".
6624 * gdbint.texinfo: Add the list of files that need to be updated
6625 manually. Minor reformatting.
6626
6627 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6628
6629 * refcard.tex: Update copyright year in header and text.
6630
6631 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6632
6633 * agentexpr.texi: Add 2010 to the list of copyright years.
6634 * annotate.texinfo: Likewise.
6635 * gdb.texinfo: Likewise.
6636 * gdbint.texinfo: Likewise.
6637 * observer.texi: Likewise.
6638 * stabs.texinfo: Likewise.
6639
6640 2009-12-31 Stan Shebs <stan@codesourcery.com>
6641
6642 * gdb.texinfo (Tracepoint Actions): Describe teval.
6643
6644 2009-12-29 Stan Shebs <stan@codesourcery.com>
6645
6646 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6647
6648 2009-12-28 Stan Shebs <stan@codesourcery.com>
6649
6650 * gdb.texinfo (Trace State Variables): New section.
6651 (Tracepoint Packets): Describe trace state variable packets.
6652 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6653 variable bytecodes.
6654
6655 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6656
6657 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6658 declarations.
6659
6660 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6661
6662 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6663 -gdb-exit behaviour.
6664
6665 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6666
6667 * gpl.texi: Update to version 3 of the GPL.
6668
6669 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6670
6671 * Makefile.in: Update copyright header.
6672 * observer.texi: Fix the copyright header of the generated files.
6673
6674 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6675
6676 * gdb.texinfo (Types In Python): Describe range function.
6677
6678 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6679
6680 * gdb.texinfo (Types In Python): Describe "is_base_class".
6681
6682 2009-12-03 Tom Tromey <tromey@redhat.com>
6683
6684 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6685
6686 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6687
6688 * observer.texi: New memory_changed observer.
6689
6690 2009-12-01 Tom Tromey <tromey@redhat.com>
6691
6692 * gdb.texinfo (Reverse Execution): Fix typo.
6693
6694 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6695
6696 PR gdb/8704
6697
6698 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6699 are allowed after the breakpoint condition.
6700
6701 2009-11-23 Tom Tromey <tromey@redhat.com>
6702
6703 PR python/10782:
6704 * gdb.texinfo (Types In Python): Document Type.pointer.
6705
6706 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6707
6708 * gdb.texinfo (Machine Code): Adjust.
6709
6710 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6711
6712 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6713 (Using Agent Expressions): Delete cross reference.
6714
6715 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6716
6717 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6718 and @settitle directives up to help makeinfo find them.
6719
6720 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6721
6722 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6723 (Auto-loading): Use plural and note one can use multiple components now.
6724
6725 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6726
6727 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6728 -stack-list-arguments have the same documentation for parameter
6729 as -stack-list-locals. Add comas.
6730
6731 2009-10-27 Tom Tromey <tromey@redhat.com>
6732 Eli Zaretskii <eliz@gnu.org>
6733
6734 PR python/10781
6735
6736 * gdb.texinfo (Values From Inferior): Document cast method.
6737
6738 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6739
6740 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6741 and adjust example.
6742
6743 2009-10-22 Michael Snyder <msnyder@vmware.com>
6744
6745 * gdb.texinfo (Process Record and Replay): Document new form of
6746 info record command. Also document the new save and restore
6747 commands.
6748
6749 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6750
6751 * gdb.texinfo (Machine Code): Mention current pc marker.
6752 (Memory): Likewise.
6753
6754 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6755 Stan Shebs <stan@codesourcery.com>
6756
6757 * observer.texi (new_inferior): Rename to...
6758 (inferior_appeared): ... this.
6759
6760 * gdb.texinfo (Inferiors): Rename node to ...
6761 (Inferiors and Programs): ... this. Mention running multiple
6762 programs in the same debug session.
6763 <info inferiors>: Mention the new 'Executable' column if "info
6764 inferiors". Update examples. Document the "add-inferior",
6765 "clone-inferior", "remove-inferior" and "maint info
6766 program-spaces" commands.
6767 (Process): Rename node to...
6768 (Forks): ... this. Document "set|show follow-exec-mode".
6769
6770 2009-10-11 Michael Snyder <msnyder@vmware.com>
6771
6772 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6773 (ReverseContinue): Ditto.
6774
6775 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6776
6777 * gdb.texinfo (Server): Document libthread-db-search-path.
6778
6779 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6780
6781 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6782
6783 2009-10-06 Michael Eager <eager@eagercon.com>
6784
6785 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6786 (Embedded Processors): Add MicroBlaze.
6787 (MicroBlaze): New. Describe Xilinx MicroBlaze
6788
6789 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6790
6791 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6792
6793 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6794
6795 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6796
6797 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6798
6799 * observer.texi (solib_unloaded): Document explicitly the fact that
6800 this observer is called before the associated symbols are unloaded.
6801
6802 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6803
6804 * gdb.texinfo: Escape "{" and "}".
6805
6806 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6807
6808 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6809 -stack-list-variables.
6810
6811 2009-09-18 Tom Tromey <tromey@redhat.com>
6812
6813 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6814 is experimental.
6815
6816 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6817
6818 * gdb.texinfo (convenince variables): Mention
6819 $_siginfo could be empty.
6820
6821 2009-09-15 Tom Tromey <tromey@redhat.com>
6822
6823 * gdb.texinfo (GDB/MI Variable Objects): Document
6824 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6825 Expand -var-update documentation.
6826
6827 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6828
6829 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6830 feature.
6831
6832 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6833
6834 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6835
6836 2009-09-10 Michael Snyder <msnyder@vmware.com>
6837
6838 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6839 ReverseStep replies to the qSupported query.
6840
6841 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6842
6843 Add documentation for set/show interactive-mode.
6844 * gdb.texinfo (Other Misc Settings): New node.
6845
6846 2009-09-01 Doug Evans <dje@google.com>
6847
6848 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6849 non-stop mode's affect on remote caching.
6850
6851 2009-08-31 Jacob Potter <jdpotter@google.com>
6852 Doug Evans <dje@google.com>
6853
6854 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6855 Mark `set/show remotecache' options as obsolete.
6856 Document new `set/show stack-cache' option.
6857 Update text for `info dcache'.
6858
6859 2009-08-27 Doug Evans <dje@google.com>
6860
6861 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6862 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6863
6864 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6865
6866 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6867 about autoconf.
6868
6869 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6870
6871 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6872 small example, and describe its columns. Replace "inferior-id" by
6873 "infno" throughout.
6874
6875 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6876
6877 * gdbint.texinfo (Releasing GDB): Point to
6878 README-maintainer-mode file for required autoconf version.
6879 * configure.ac: Do not substitute datarootdir, htmldir,
6880 pdfdir, docdir. Do not process --with-datarootdir,
6881 --with-htmldir, --with-pdfdir, --with-docdir.
6882 * configure: Regenerate.
6883
6884 * configure: Regenerate.
6885
6886 2009-08-20 Reid Kleckner <reid@kleckner.net>
6887
6888 * gdb.texinfo: Add chapter on JIT interface.
6889
6890 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6891
6892 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6893 confirmation request.
6894
6895 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6896
6897 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6898 CRC definitions.
6899
6900 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6901
6902 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6903 -break-commands.
6904
6905 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6906
6907 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6908 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6909
6910 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6911
6912 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6913 "set spu stop-on-load" and "show spu stop-on-load" commands.
6914
6915 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6916
6917 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6918
6919 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6920
6921 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6922 org.gnu.gdb.arm.neon.
6923
6924 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6925
6926 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6927 optional element.
6928 (subsection OS ABI): New subsection.
6929
6930 2009-07-14 Stan Shebs <stan@codesourcery.com>
6931
6932 * gdb.texinfo (Tracepoint Conditions): New section.
6933 (General Query Packets): Describe ConditionalTracepoints.
6934 (Tracepoint Packets): Describe condition field.
6935 (Maintenance Commands): Describe maint agent-eval.
6936 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6937
6938 2009-07-11 Hui Zhu <teawater@gmail.com>
6939
6940 * gdb.texinfo (disassemble): Add a new modifier /r
6941 to "disassemble" command to make it print the raw instructions
6942 in hex as well as in symbolic form.
6943
6944 2009-07-09 Tom Tromey <tromey@redhat.com>
6945
6946 * gdbint.texinfo (Testsuite): Document parallel make check.
6947
6948 2009-07-09 Tom Tromey <tromey@redhat.com>
6949
6950 * gdbint.texinfo (Testsuite): Document test transcripts.
6951
6952 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6953
6954 * gdb.texinfo (Values From Inferior): Add length parameter
6955 description.
6956
6957 2009-07-04 Chris Genly <chris@genly.us>
6958
6959 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6960 in -var-list-children. Fix example according to what the code
6961 does.
6962
6963 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6964
6965 * gdb.texinfo (Debugging multiple inferiors): Document the
6966 "inferior", "detach inferior" and "kill inferior" commands.
6967 (Debugging Programs with Multiple Processes): Adjust to mention
6968 generic "inferior" commands. Delete mention of "detach fork" and
6969 "delete fork". Cross reference to "Debugging multiple inferiors"
6970 section.
6971
6972 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6973
6974 * gdbint.texinfo (Item Output Functions): Update signature
6975 for ui_out_field_core_addr.
6976
6977 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6978
6979 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6980 Update example code extrated from breakpoint.c.
6981
6982 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6983
6984 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6985 MI commands.
6986 (GDB/MI Symbol Query): Likewise.
6987 (GDB/MI File Commands): Likewise.
6988 (GDB/MI File Transfer Commands): Likewise.
6989 (GDB/MI Target Manipulation): Likewise.
6990 (GDB/MI Miscellaneous Commands): Likewise.
6991
6992 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6993
6994 * gdb.texinfo (Debugging Optimized Code): New chapter.
6995 (Compiling for Debugging): Reference it. Move some
6996 text to the new section.
6997
6998 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6999
7000 * doc/gdb.texinfo (Calling): Document
7001 set-unwind-on-terminating-exception usage.
7002
7003 2009-06-11 Pedro Alves <pedro@codesourcery.com>
7004
7005 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
7006 command.
7007
7008 2009-06-07 Pedro Alves <pedro@codesourcery.com>
7009
7010 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
7011 references.
7012
7013 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
7014
7015 * gdbint.texinfo: Rename formal parameters to gdbarch function
7016 protoypes from "current_gdbarch" to "gdbarch".
7017
7018 2009-05-28 Tom Tromey <tromey@redhat.com>
7019
7020 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
7021
7022 2009-05-27 Tom Tromey <tromey@redhat.com>
7023
7024 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
7025 feature.
7026 (GDB/MI Variable Objects): Document -var-set-visualizer.
7027
7028 2009-04-02 Tom Tromey <tromey@redhat.com>
7029
7030 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
7031 feature.
7032 (GDB/MI Variable Objects): Document -var-set-visualizer.
7033
7034 2009-05-27 Tom Tromey <tromey@redhat.com>
7035 Thiago Jung Bauermann <bauerman@br.ibm.com>
7036 Phil Muldoon <pmuldoon@redhat.com>
7037
7038 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
7039 (Pretty Printing): New node.
7040 (Selecting Pretty-Printers): Likewise.
7041 (Python API): Update.
7042 (Output Formats): Document /r format.
7043
7044 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
7045 Tom Tromey <tromey@redhat.com>
7046
7047 * gdb.texinfo (Types In Python): New node.
7048 (Values From Inferior): "type" is now an attribute.
7049 (Python API): Update.
7050
7051 2009-05-27 Tom Tromey <tromey@redhat.com>
7052 Thiago Jung Bauermann <bauerman@br.ibm.com>
7053 Phil Muldoon <pmuldoon@redhat.com>
7054
7055 * gdb.texinfo: Add @syncodeindex for `tp'.
7056 (Python API): Update.
7057 (Auto-loading): New node.
7058 (Objfiles In Python): New node.
7059
7060 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7061
7062 * gdb.texinfo (Threads): Document libthread-db-search-path.
7063
7064 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
7065
7066 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
7067
7068 2009-05-12 Pedro Alves <pedro@codesourcery.com>
7069
7070 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
7071 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
7072 show show-debug-regs' docs.
7073
7074 2009-05-08 Eli Zaretskii <eliz@gnu.org>
7075
7076 * gdb.texinfo (Process Record and Replay): Add description of
7077 reverse execution.
7078
7079 2009-05-07 Joel Brobecker <brobecker@adacore.com>
7080
7081 * gdbint.texinfo (Adding support for debugging core files): New node.
7082 (Native Debugging): Remove the ``Native core file Support'' section.
7083
7084 2009-05-01 Eli Zaretskii <eliz@gnu.org>
7085
7086 * gdb.texinfo (Process Record and Replay): Improve and clarify.
7087 Add index entries.
7088
7089 2009-04-30 Hui Zhu <teawater@gmail.com>
7090 Michael Snyder <msnyder@vmware.com>
7091
7092 * gdb.texinfo: (Process Record and Replay): Add documentation for
7093 process record and replay.
7094
7095 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7096
7097 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
7098 a new part on command-line defined macros.
7099
7100 2009-04-25 Eli Zaretskii <eliz@gnu.org>
7101
7102 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
7103 clarify the wording.
7104
7105 2009-04-23 Tom Tromey <tromey@redhat.com>
7106
7107 * gdb.texinfo (Data Files): New node.
7108 (GDB Files): Update menu.
7109
7110 2009-04-23 Joel Brobecker <brobecker@adacore.com>
7111
7112 * gdbint.texinfo (Defining Other Architecture Features): Remove
7113 entry for PROCESS_LINENUMBER_HOOK.
7114
7115 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
7116
7117 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
7118
7119 2009-04-22 Hui Zhu <teawater@gmail.com>
7120
7121 * gdb.texinfo (disassemble-next-line): Set the default of
7122 disassemble-next-line to off.
7123
7124 2009-04-21 Joseph Myers <joseph@codesourcery.com>
7125
7126 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
7127 --with-htmldir): New.
7128 * configure: Regenerate.
7129 * Makefile.in (datarootdir, docdir): Define.
7130 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
7131 instead of $(SET_TEXINPUTS).
7132 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
7133 gdbint.info instead of $(SET_TEXINPUTS).
7134 (gdbint/index.html): Use same -I options as for building
7135 gdbint.info.
7136 (stabs.dvi, stabs.pdf): Use same -I options as for building
7137 stabs.info instead of $(SET_TEXINPUTS).
7138 (stabs/index.html): Use same -I options as for building
7139 stabs.info.
7140 (annotate.dvi, annotate.pdf): Use same -I options as for building
7141 annotate.info instead of $(SET_TEXINPUTS).
7142 (annotate/index.html): Use same -I options as for building
7143 annotate.info.
7144
7145 2009-04-21 David Daney <ddaney@caviumnetworks.com>
7146
7147 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
7148
7149 2009-04-21 Joseph Myers <joseph@codesourcery.com>
7150
7151 * gdb.texinfo (Source Path): Document --with-relocated-sources.
7152
7153 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
7154 Joseph Myers <joseph@codesourcery.com>
7155
7156 * Makefile.in (MAKEHTML): Set to makeinfo --html.
7157 (MAKEHTMLFLAGS): Set to empty.
7158 (html__strip_dir): Define.
7159 (HTMLFILES): Define.
7160 (HTMLFILES_INSTALL): Define.
7161 (install-html): Copy new automake rule.
7162 (html): Depend on $(HTMLFILES).
7163 (gdb_toc.html): Rename to gdb/index.html.
7164 (gdbint_toc.html): Rename to gdbint/index.html.
7165 (stabs_toc.html): Rename to stabs/index.html.
7166 (annotate_toc.html): Rename to annotate/index.html.
7167
7168 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
7169
7170 * Makefile.in: Set pdfdir and htmldir from configure
7171 substitutions.
7172 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
7173 * configure: Regenerate.
7174
7175 2009-04-16 Joel Brobecker <brobecker@adacore.com>
7176
7177 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
7178 This macro is no longer used.
7179
7180 2009-04-15 Tom Tromey <tromey@redhat.com>
7181
7182 * gdb.texinfo (Character Sets): Document default character set.
7183
7184 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
7185
7186 * gdbint.texinfo: Change server name from sources.redhat.com to
7187 sourceware.org throughout.
7188
7189 2009-04-09 Joel Brobecker <brobecker@adacore.com>
7190
7191 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
7192 about a missing dot or coma after @xref.
7193
7194 2009-04-02 Joel Brobecker <brobecker@adacore.com>
7195
7196 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
7197 example, and add a small explanation about it.
7198 (Print Settings): Change the documentation of the "set print
7199 frame-arguments" to reflect the fact that the default is now "scalars".
7200
7201 2009-04-02 Joel Brobecker <brobecker@adacore.com>
7202
7203 * gdb.texinfo (Print Settings): Add kindex for command "set
7204 print frame-arguments".
7205
7206 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7207
7208 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
7209 breakpoints.
7210 (Set Breaks): Add reference to thread-specific and task-specific
7211 breakpoints.
7212
7213 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7214
7215 * gdb.texinfo (Ada Tasks): Remove the documentation about
7216 the "Running" state, as this state has been eliminated.
7217 Now all runnable tasks are shown as "Runnable".
7218
7219 2009-03-30 Stan Shebs <stan@codesourcery.com>
7220
7221 * gdb.texinfo (Tracepoints): Describe tracepoints as a
7222 special case of breakpoints.
7223 (Enable and Disable Tracepoints): Mention deprecation.
7224 (Listing Tracepoints): Update description and example.
7225
7226 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7227
7228 * gdb.texinfo (Frames in Python): New node.
7229 (Python API): Update.
7230
7231 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7232
7233 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
7234 from a method to an attribute.
7235
7236 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7237
7238 * gdb.texinfo (Values From Inferior): Document is_optimized_out
7239 attribute.
7240
7241 2009-03-25 Pedro Alves <pedro@codesourcery.com>
7242
7243 * observer.texi (thread_exit): Add "silent" parameter.
7244
7245 2009-03-22 Pedro Alves <pedro@codesourcery.com>
7246
7247 * observer.texi (about_to_proceed): New.
7248
7249 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
7250
7251 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
7252 field throughout to handle types with spaces in them. Fix typos
7253 found by aspell.
7254 (Summary, Requirements, Contributors): New first chapter,
7255 "Summary" added, old Requirements section moved there, and new
7256 section, "Contributors" added.
7257 (Initializing a New Architecture, Register Representation)
7258 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
7259 (Porting gdb): These sections extended and updated.
7260 (Compiler Characteristics): This section (empty) deleted.
7261 (Defining Other Architecture Features): This section renamed and
7262 duplicate material removed from (formerly "Target Conditionals").
7263 Use braces {} in @deftypeXX type field throughout to handle types
7264 with spaces in them. Typos found by aspell fixed.
7265
7266 * stack_frame.svg: New file, source of image for gdbint.texinfo.
7267 * stack_frame.pdf: Version of image for PDF output.
7268 * stack_frame.png: Version of image for HTML output and for Emacs.
7269 * stack_frame.txt: Version of image for Info output.
7270 * stack_frame.eps: Version of image for TeX DVI output.
7271
7272 2009-03-21 Eli Zaretskii <eliz@gnu.org>
7273
7274 * gdb.texinfo (Character Sets): Fix last change.
7275
7276 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7277
7278 * gdb.texinfo (Values From Inferior): Fix optional arguments
7279 markup.
7280 (Commands In Python): Adjust argument names of gdb.Command.__init__
7281 to what the function accepts as keywords.
7282
7283 2008-03-20 Tom Tromey <tromey@redhat.com>
7284
7285 * gdb.texinfo (Convenience Vars): Document convenience functions.
7286 (Functions In Python): New node.
7287 (Python API): Update.
7288
7289 2009-03-20 Tom Tromey <tromey@redhat.com>
7290
7291 * gdb.texinfo (Character Sets): Remove obsolete text. Document
7292 set target-wide-charset.
7293 (Requirements): Mention iconv.
7294
7295 2009-03-17 Hui Zhu <teawater@gmail.com>
7296
7297 * gdb.texinfo: Change the introduce of "disassemble-next-line".
7298
7299 2009-03-17 Hui Zhu <teawater@gmail.com>
7300
7301 * gdb.texinfo: Add documentation for disassemble-next-line.
7302
7303 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7304
7305 * gdb.texinfo (Commands In Python): Remove tindex entries.
7306
7307 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7308
7309 * gdb.texinfo (Returning): New description for missing debug info.
7310
7311 2009-03-14 Pedro Alves <pedro@codesourcery.com>
7312
7313 * gdb.texinfo (Remote Configuration): Document query-attached.
7314 (General Query Packets): Document qAttached.
7315
7316 2009-03-05 Pedro Alves <pedro@codesourcery.com>
7317
7318 * gdb.texinfo (Background Execution): Better describe the set
7319 target-async command.
7320 (Maintenance Commands): Delete description of the `maint set/show
7321 linux-async' and `maint set/show remote-async' commands.
7322
7323 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7324
7325 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7326 between sentences.
7327
7328 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7329
7330 * gdb.texinfo (GDB/MI Async Records): Document the
7331 =library-loaded and =library-unloaded notifications.
7332
7333 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7334
7335 * observer.texi (test_notification): New observer.
7336
7337 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7338
7339 * observer.texi: Add parameter 'print_frame' to normal_stop
7340 observer.
7341
7342 2009-02-07 Eli Zaretskii <eliz@gnu.org>
7343
7344 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7345 (Commands In Python): Fix COMMAND_* constants in last change. Use
7346 @kbd for interactive input. Add cross-references and index
7347 entries.
7348
7349 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7350
7351 * gdb.texinfo (Signals): Document $_siginfo.
7352 (Convenience Variables): Mention $_siginfo.
7353 (Remote Configuration): Document qXfer:siginfo:read,
7354 qXfer:siginfo:write packets, and the read-siginfo-object,
7355 write-siginfo-object commands.
7356
7357 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7358
7359 * gdbint.texinfo (Values): New chapter.
7360
7361 2009-02-06 Tom Tromey <tromey@redhat.com>
7362
7363 * gdb.texinfo (Python API): Add entry for Commands In Python.
7364 (Commands In Python): New node.
7365
7366 2009-02-05 Tom Tromey <tromey@redhat.com>
7367
7368 * gdb.texinfo (Values From Inferior): Document Value.string.
7369
7370 2009-02-05 Tom Tromey <tromey@redhat.com>
7371
7372 * gdb.texinfo (Basic Python): Document execute's from_tty
7373 argument.
7374
7375 2009-02-04 Tom Tromey <tromey@redhat.com>
7376
7377 * gdb.texinfo (Basic Python): Document gdb.history.
7378
7379 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7380
7381 * gdb.texinfo (GDB/MI Thread Commands): Document the
7382 'current-thread-id' field. Remove the example with zero threads,
7383 since current GDB won't ever report that if there's inferior.
7384
7385 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7386
7387 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7388 option to -break-insert.
7389
7390 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7391 Jerome Guitton <guitton@adacore.com>
7392
7393 * gdb.texinfo (Startup): Document --with-system-gdbinit.
7394 (System-wide configuration): New section.
7395
7396 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7397
7398 PR gdb/7580:
7399 * gdb.texinfo (Maintenance Commands): Document "maint set|show
7400 internal-error|internal-warning quit|corefile ask|yes|no".
7401
7402 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7403
7404 * gdb.texinfo (Using the `gdbserver' Program): Document
7405 --remote-debug.
7406
7407 2009-01-23 Doug Evans <dje@google.com>
7408
7409 * gdb.texinfo: Add nexti to list of commands that support
7410 background execution.
7411
7412 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7413
7414 * gdb.texinfo (Define, Hooks): Document prefix command support.
7415
7416 2009-01-14 Joseph Myers <joseph@codesourcery.com>
7417 Carlos O'Donell <carlos@codesourcery.com>
7418
7419 Fixes for makeinfo --html.
7420
7421 * annotate.texinfo: Use @copying and @insertcopying. Use
7422 @ifnottex in place of @ifinfo.
7423 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
7424 place of @ifinfo. Use @ifnotinfo for one index entry.
7425 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
7426 in place of @ifinfo.
7427 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
7428 in place of @ifinfo. Include contents at start unconditionally.
7429
7430 2009-01-13 Pedro Alves <pedro@codesourcery.com>
7431
7432 * gdb.texinfo (General Query Packets): Remove @var{} around the
7433 "spu" literal string.
7434
7435 2009-01-07 Pedro Alves <pedro@codesourcery.com>
7436
7437 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7438 program may be running in another process" errors.
7439 * gdbint.texinfo (Native Conditionals): Delete
7440 ONE_PROCESS_WRITETEXT description.
7441
7442 2009-01-07 Joel Brobecker <brobecker@adacore.com>
7443
7444 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7445 emacs local variable to be placed at the end of the ChangeLog.
7446 Add server.c and gdbreplay.c to the list of files where the
7447 copyright year needs to be updated.
7448
7449 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7450
7451 * gdb.texinfo (Remote Configuration): Document new
7452 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7453 commands.
7454
7455 2008-12-28 Pedro Alves <pedro@codesourcery.com>
7456
7457 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7458 FETCH_INFERIOR_REGISTERS.
7459 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7460 FETCH_INFERIOR_REGISTERS descriptions. Remove
7461 gdbarch_get_longjmp_target descrition, since already described in
7462 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7463 (Target Conditionals): ... here.
7464
7465 2008-12-16 Joel Brobecker <brobecker@adacore.com>
7466
7467 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7468 examples.
7469 (Additions to Ada): Likewise. Add the missing opening and closing
7470 parenthesis of the GDB prompt in one of the examples.
7471
7472 2008-12-14 Joel Brobecker <brobecker@adacore.com>
7473
7474 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7475 about the result of 'Address not being of type System.Address.
7476 This problem has been fixed a while ago.
7477
7478 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7479
7480 MI non-stop and multiprocess docs.
7481
7482 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7483 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7484 Adjust documentation for *stopped, document =thread-created,
7485 =thread-exited, =thread-group-created and =thread-group-exited.
7486 (GDB/MI Thread Commands): Document the 'state' field in
7487 -thread-info output.
7488 (GDB/MI Program Execution): Mention --all and --thread-group
7489 options.
7490 (GDB/MI Variable Objects): Describe floating and fixed variable
7491 objects.
7492 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
7493
7494 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7495
7496 * gdb.texinfo (Operating System Information): New appendix.
7497 (Operating System Auxiliary Information): Document 'info os processes'
7498 (Remote Configuration): Document 'osdata'
7499 (General Query Packets): Document qXfer:osdata:read.
7500
7501 2008-11-27 Tristan Gingold <gingold@adacore.com>
7502
7503 * gdb.texinfo (Darwin): Document Darwin specific features.
7504
7505 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7506
7507 * gdbint.texinfo (Target Conditionals): Extend the
7508 gdbarch_breakpoint_from_pc description.
7509
7510 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7511
7512 * gdb.texinfo (M68K Features): Fix typo.
7513
7514 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7515
7516 * gdb.texinfo (Symbols): Mention printing containing
7517 image name in "info symbol".
7518 (Maint translate-address): Likewise.
7519
7520 2008-11-18 Joel Brobecker <brobecker@adacore.com>
7521
7522 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7523 commands "catch load" and "catch unload".
7524
7525 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7526
7527 * gdb.texinfo (GDB/MI Async Records): Document
7528 =thread-selected.
7529
7530 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7531
7532 * observer.texi (new_inferior, inferior_exit): New observers.
7533
7534 2008-10-27 Pedro Alves <pedro@codesourcery.com>
7535
7536 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7537 .mt files, TM_CLIBS or TM_CDEPS.
7538 (x86 Watchpoints): Don't mention TDEPFILES.
7539
7540 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7541
7542 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7543 (Overview): Mention notifications and non-stop mode behavior.
7544 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7545 with non-stop mode behavior. Add vStopped description.
7546 (Stop Reply Packets): Update list of packets that return
7547 stop replies. Mention non-stop behavior.
7548 (General Query Packets): Document QNonStop packet and associated
7549 qSupported query response.
7550 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7551 behavior.
7552 (Notification Packets): New section.
7553 (Remote Non-Stop): New section.
7554 (File-I/O Overview): Mention non-stop behavior.
7555
7556 2008-10-24 Hui Zhu <teawater@gmail.com>
7557 Pedro Alves <pedro@codesourcery.com>
7558
7559 * gdb.texinfo (displaced-stepping): Describe the auto mode
7560 setting, and say it's the default. This is now a mainstream
7561 setting instead of a maintenance setting.
7562
7563 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7564
7565 * observer.texi (thread_stop_requested): New.
7566
7567 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7568
7569 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7570 (Patching): Replace incorrect usage of @samp by @kbd.
7571
7572 2008-10-17 Michael Snyder <msnyder@vmware.com>
7573
7574 * gdb.texinfo: Add documentation for reverse execution.
7575
7576 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7577 Eli Zaretskii <eliz@gnu.org>
7578
7579 * gdb.texinfo. (Values From Inferior): New subsubsection.
7580
7581 2008-10-06 Doug Evans <dje@google.com>
7582
7583 * gdb.texinfo (set debug dwarf2-die): Document it.
7584
7585 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7586
7587 * gdb.texinfo (catch) [exception]: Document how to insert
7588 a breakpoint on user-defined exceptions when the exception
7589 name is identical to one of the language-defined ones.
7590
7591 2008-09-27 Tom Tromey <tromey@redhat.com>
7592
7593 * gdb.texinfo (Macros): Remove text about stringification,
7594 varargs, and splicing.
7595
7596 2008-09-27 Tom Tromey <tromey@redhat.com>
7597
7598 * gdbint.texinfo (Language Support): Remove text about omitting
7599 support for a language.
7600
7601 2008-09-23 Doug Evans <dje@google.com>
7602
7603 * gdb.texinfo (info dcache): Update.
7604
7605 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7606
7607 * gdb.texinfo (Packets): Add info on thread-id syntax and
7608 multiprocess extensions.
7609 <D>: Document multiprocess form of packet.
7610 <H>: Use thread-id syntax.
7611 <T>: Likewise.
7612 <vCont>: Likewise. Note this is required for multiprocess.
7613 <vKill>: New packet.
7614 (Stop Reply Packets) <T>: Use thread-id syntax.
7615 <W>: Document multiprocess form of reply.
7616 <X>: Likewise.
7617 (General Query Packets) <qC>: Use thread-id syntax.
7618 <qfThreadInfo>: Likewise.
7619 <qGetTLSAddr>: Likewise.
7620 <qP>: Likewise.
7621 <qSupported>: Add "multiprocess" feature.
7622 <qThreadExtraInfo>: Use thread-id syntax.
7623
7624 2008-09-22 Stan Shebs <stan@codesourcery.com>
7625
7626 * gdb.texinfo (Inferiors): New section.
7627
7628 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7629
7630 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7631
7632 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7633
7634 * gdbint.texinfo (Target Conditionals): Remove documentation
7635 for gdbarch_name_of_malloc.
7636
7637 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7638
7639 * gdb.texinfo (Interrupts): Mention TCP interface for
7640 sending BREAK.
7641
7642 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7643
7644 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7645 argument prefix to "set sysroot".
7646
7647 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7648
7649 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7650 and False.
7651
7652 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7653
7654 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7655 for possible features of -list-features.
7656
7657 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7658
7659 * gdb.texinfo (Background execution): Adjust example
7660 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7661
7662 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7663
7664 * doc/gdb.texinfo (PowerPC): Fix typo.
7665 (PowerPC features): Fix typo.
7666
7667 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7668
7669 * observer.texi (thread_ptid_changed): New.
7670
7671 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7672
7673 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7674 (PowerPC features): Mention feature set for VSX registers.
7675
7676 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7677
7678 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7679 the direct visibility of all names in user-written packages.
7680
7681 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7682
7683 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7684 setting, and make it the default.
7685 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7686 non-stop script example.
7687
7688 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7689
7690 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7691 reference to the "Using Different Register and Memory Data
7692 Representation" section.
7693
7694 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7695
7696 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7697 (Remote Protocol): Add Packet Acknowledgment to menu.
7698 (Overview): Mention +/- can be disabled, and point to new section
7699 where this is discussed in detail.
7700 (General Query Packets): Document QStartNoAckMode packet, and
7701 corresponding qSupported reply.
7702 (Packet Acknowledgment): New section.
7703
7704 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7705 Pedro Alves <pedro@codesourcery.com>
7706
7707 * gdb.texinfo (Threads): Move paragraph about automatic thread
7708 selection to All-Stop Mode subsection.
7709 (Thread Stops): Reorganize existing material into subsections.
7710 Add introductory blurb and menu.
7711 (Non-Stop Mode): New subsection.
7712 (Background Execution): New subsection.
7713 (Maintenance Commands): Add cross-references from async mode
7714 commands to the new Background Execution section.
7715
7716 2008-08-06 Tom Tromey <tromey@redhat.com>
7717
7718 * gdb.texinfo (Extending GDB): New chapter.
7719 (Sequences): Demoted chapter, now a section under the new
7720 Extending GDB chapter.
7721 (Python): New section.
7722
7723 2008-07-31 Stan Shebs <stan@codesourcery.com>
7724
7725 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7726
7727 2008-07-29 Stan Shebs <stan@codesourcery.com>
7728
7729 * gdbint.texinfo: General round of cleanup and minor
7730 clarifications.
7731 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7732 (Longjmp Support): Update description to reflect how it is done
7733 for targets without using native header.
7734 (Symbol Handling): Add a little more general explanation.
7735 (COFF, ELF): Mention stabs encapsulation.
7736 (DWARF 3): New section.
7737 (Adding a New Host): Scrub out some obsolete bits.
7738 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7739 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7740 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7741 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7742 SEEK_SET, STOP_SIGNAL, USG.
7743 (Raw and Virtual Register Representations): Ditto for
7744 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7745 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7746 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7747 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7748 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7749 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7750 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7751 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7752 DEPRECATED_USE_STRUCT_CONVENTION.
7753 Describe gdbarch_deprecated_fp_regnum.
7754 Update description of gdbarch_print_insn.
7755 (Adding a New Target): Scrub out obsolete bits.
7756 (Obsolete Conditionals): Remove entire section.
7757
7758 2008-07-25 Tom Tromey <tromey@redhat.com>
7759
7760 * observer.texi (GDB Observers): Document new observers:
7761 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7762 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7763 architecture_changed.
7764
7765 2008-07-21 Stan Shebs <stan@codesourcery.com>
7766
7767 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7768 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7769
7770 2008-07-21 Tom Tromey <tromey@redhat.com>
7771
7772 * observer.texi (GDB Observers): Remove obsolete comment.
7773 <executable_changed>: Remove argument.
7774
7775 2008-07-18 Tom Tromey <tromey@redhat.com>
7776
7777 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7778
7779 2008-07-10 Doug Evans <dje@google.com>
7780
7781 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7782
7783 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7784
7785 * gdb.texinfo (Starting): Document "set disable-randomization".
7786
7787 2008-07-07 Andreas Schwab <schwab@suse.de>
7788
7789 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7790
7791 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7792
7793 * gdb.texinfo (GDB/MI Target Manipulation): Add
7794 example of -target-attach.
7795
7796 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7797
7798 * observer.texi (target_resumed): New observer.
7799 * gdb.texinfo (GDB/MI Output Records): Document *running.
7800
7801 2008-06-06 Tom Tromey <tromey@redhat.com>
7802
7803 * gdb.texinfo (Completion): Add field name example.
7804
7805 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7806
7807 * gdb.texinfo (GDB/MI Program Context): Added example
7808 to -exec-arguments
7809
7810 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7811
7812 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7813 annotation.
7814
7815 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7816 Nathan Sidwell <nathan@codesourcery.com>
7817 Joseph Myers <joseph@codesourcery.com>
7818
7819 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7820 and ACX_BUGURL.
7821 * configure: Regenerate.
7822 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7823 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7824 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7825 mailing-list-specific text about bug reporting unless
7826 BUGURL_DEFAULT.
7827
7828 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7829
7830 * gdb.texinfo (-target-select): Remove reference to target async.
7831 (Maintenance Commands): Document "maint set/show remote-async".
7832
7833 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7834
7835 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7836 in -target-file-get section.
7837
7838 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7839
7840 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7841 killing the inferior when it is already debugging a process.
7842
7843 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7844
7845 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7846 abbreviation for "finish".
7847
7848 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7849
7850 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7851
7852 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7853
7854 * gdbint.texinfo (Target Conditionals): Delete entry for
7855 gdbarch_dwarf_reg_to_regnum.
7856
7857 2008-05-09 Doug Evans <dje@google.com>
7858
7859 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7860
7861 2008-05-05 Doug Evans <dje@google.com>
7862
7863 * gdb.texinfo (disassemble): Document /m modifier.
7864
7865 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7866
7867 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7868 will not report the time of commands that run the target.
7869
7870 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7871
7872 * gdb.texinfo (GDB/MI Output Records): Add
7873 missing semicolon.
7874
7875 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7876
7877 * gdb.texinfo (GDB/MI Output Records):
7878 Document =thread-create and =thread-exited.
7879
7880 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7881
7882 * gdb.texinfo (GDB/MI Development and Front Ends):
7883 Remove mention of dmi-discuss.
7884
7885 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7886
7887 * observer.texi (thread_exit): New.
7888
7889 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7890
7891 * gdb.texinfo (Debugging Output): Document "set/show debug
7892 displaced".
7893 (Maintenance Commands): Document "maint set/show
7894 can-use-displaced-stepping".
7895
7896 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7897
7898 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7899 and set/show arm force-mode.
7900
7901 2008-05-02 Andreas Schwab <schwab@suse.de>
7902
7903 * gdbint.texinfo (Algorithms): Describe
7904 target_watchpoint_addr_within_range.
7905
7906 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7907
7908 * gdbint.texinfo (Stack Frames): New chapter.
7909 (Algorithms): Move Frames text to the new chapter.
7910 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7911 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7912
7913 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7914
7915 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7916 output does not necessary include any tokens.
7917
7918 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7919
7920 * gdb.texinfo (Set SH Calling convention): New @item.
7921 (Show SH Calling convention): Ditto.
7922
7923 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7924
7925 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7926
7927 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7928
7929 * gdb.texinfo (Set Breaks): Mention that multiple location
7930 breakpoints need line number info. Add index entries.
7931
7932 2008-04-19 Craig Silverstein <csilvers@google.com>
7933
7934 * gdb.texinfo (Requirements): Add an optional requirement on
7935 zlib.
7936 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7937 Compressed DWARF 2.
7938
7939 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7940
7941 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7942 sample output for 'stopped,reason="breakpoint-hit"' message.
7943 (GDB/MI Program Execution): Likewise.
7944
7945 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7946
7947 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7948 -var-set-format. Add -f option to -var-evaluate-expression.
7949
7950 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7951
7952 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7953 new node "Ambiguous Expressions". Replace references to this
7954 node by references to "Ambiguous Expressions" throughout.
7955 (Ambiguous Expressions): New node.
7956
7957 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7958
7959 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7960
7961 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7962
7963 * gdb.texinfo (Debugging Output): Document
7964 "set/show debug lin-lwp-async".
7965 (Maintenance Commands): Document "maint set/show linux-async".
7966
7967 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7968
7969 * gdb.texinfo (Expressions): Update description of malloced arrays.
7970
7971 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7972
7973 * gdb.texinfo (Thread Commands): Document
7974 -thread-info. Remove -thread-list-all-threads.
7975
7976 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7977
7978 Implement MI notification for new threads.
7979 * observer.texi (new_thread): Document.
7980
7981 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7982 Sandra Loosemore <sandra@codesourcery.com>
7983
7984 * gdb.texinfo (Library List Format): Update to mention the
7985 possibility to pass section addresses instead of segment
7986 addresses.
7987
7988 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7989
7990 * gdb.texinfo (Starting): Document "set exec-wrapper".
7991 (Server): Document gdbserver --wrapper.
7992
7993 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7994
7995 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7996 unreadable memory. Delete obsolete SPARClite reference.
7997
7998 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7999
8000 * gdb.texinfo (Starting): Mention always-running targets.
8001 (Target Commands): Add an anchor for load.
8002 (Connecting): Explain continue instead of run.
8003
8004 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
8005
8006 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
8007
8008 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
8009
8010 * gdb.texinfo (Set Breaks): Revert description of Enb column of
8011 breakpoint table.
8012
8013 2008-02-19 Pedro Alves <pedro@codesourcery.com>
8014
8015 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
8016 killing the inferior when it is already debugging a process.
8017
8018 2008-02-13 Markus Deuling <deuling@de.ibm.com>
8019
8020 * gdbint.texinfo (Build Script): New section. Mention new build script
8021 gdb_buildall.sh.
8022
8023 2008-02-01 Jim Blandy <jimb@red-bean.com>
8024
8025 * gdb.texinfo (Help): Summarize 'info args' correctly.
8026
8027 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8028
8029 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
8030 available in PowerPC architecture.
8031 (Embedded Processors): Change node name of PowerPC item in menu.
8032 (PowerPC): Rename to...
8033 (PowerPC Embedded): this.
8034 (Architectures): Add new PowerPC item in menu.
8035 (PowerPC): New node.
8036
8037 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
8038
8039 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
8040 commands.
8041
8042 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
8043
8044 * gdb.texinfo (Setting Catchpoints): Mention features
8045 supported on GNU/Linux.
8046
8047 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8048
8049 * gdb.texinfo (GDB/MI File Commands): Describe new output
8050 field for MI command -file-list-exec-source-file.
8051
8052 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8053
8054 * gdb.texinfo (Using the `gdbserver' Program): Add security
8055 warning. Rearrange into subsections and subsubsections. Document
8056 --multi and --debug. Correct --with-sysroot typo. Update --attach
8057 usage. Make load reference clearer. Document monitor exit.
8058 (Remote Configuration): Document set remote exec-file, attach-packet,
8059 and run-packet.
8060 (Packets): Document vAttach and vRun.
8061
8062 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
8063
8064 * gdb.texinfo (Processes): Mention process command.
8065 detach-on-follow -> detach-on-fork.
8066
8067 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
8068
8069 * gdbint.texinfo (Native Conditionals): Remove
8070 SHELL_COMMAND_CONCAT and SHELL_FILE.
8071
8072 2008-01-26 Eli Zaretskii <eliz@gnu.org>
8073
8074 * gdb.texinfo (Specify Location): Improve wording.
8075
8076 2008-01-23 Chris Demetriou <cgd@google.com>
8077
8078 * gdb.texinfo (Threads): Document new "set print thread-events"
8079 and "show print thread-events" commands.
8080
8081 2008-01-19 Eli Zaretskii <eliz@gnu.org>
8082
8083 * gdb.texinfo (Specify Location): New section.
8084 (Delete Breaks, Edit, Set Breaks): Remove description of
8085 locations. Instead, add a reference to "Specify Location".
8086 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
8087 (Symbols): Refer to "Specify Location" for the valid forms of
8088 linespecs and locations.
8089
8090 2008-01-18 Markus Deuling <deuling@de.ibm.com>
8091
8092 * gdbint.texinfo (Target Conditionals): Replace the description of
8093 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
8094
8095 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
8096
8097 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
8098 about &&var, which is rejected by the expression parser.
8099
8100 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
8101
8102 * gdb.texinfo (Output): Update documentation on using printf with DFP
8103 types.
8104
8105 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8106
8107 * gdb.texinfo (C and C++): Add Decimal Floating Point format
8108 subsubsection.
8109 (Decimal Floating Point format): New subsubsection.
8110
8111 2008-01-05 Pedro Alves <pedro@codesourcery.com>
8112
8113 * gdb.texinfo (File Options): Remove mention of the attempt to
8114 open a core file with the -p option. Don't list -c as a valid
8115 option to attach to a process.
8116
8117 2008-01-05 Pedro Alves <pedro@codesourcery.com>
8118
8119 * gdbint.texinfo (Host Conditionals): Remove mention of
8120 ALIGN_STACK_ON_ENTRY.
8121
8122 2008-01-05 Joel Brobecker <brobecker@adacore.com>
8123
8124 * gdbint.texinfo (Start of New Year Procedure): Add item
8125 describing how to update the source and documentation copyright
8126 notices.
8127
8128 2007-12-18 Jim Blandy <jimb@codesourcery.com>
8129
8130 * gdb.texinfo (Set Watchpoints): Integrate per-thread
8131 watchpoint explanation into the main description of the watchpoint
8132 command; update synopses of 'watch', 'rwatch', and 'awatch'
8133 commands.
8134
8135 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
8136
8137 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8138 Document 'pending-breakpoints' feature of
8139 -list-features.
8140
8141 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8142
8143 * gdb.texinfo: Add new parameter's description.
8144
8145 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8146
8147 * gdb.texinfo (Overview): Clarify run-length encoding
8148 example. Remove the restriction on "+" and "-" characters.
8149
8150 2007-12-15 Eli Zaretskii <eliz@gnu.org>
8151
8152 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
8153
8154 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8155
8156 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
8157 the -f option for -break-insert, remove -r option,
8158 and clarify specification of location.
8159
8160 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8161
8162 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
8163 formatting.
8164 (Remote Debugging): Add File Transfer section.
8165 (Remote Configuration): Document Host I/O packets.
8166 (GDB/MI): Add GDB/MI File Transfer Commands section.
8167 (Host I/O Packets): New section in "Remote Protocol".
8168 (Packets): Add vFile.
8169
8170 2007-11-17 Eli Zaretskii <eliz@gnu.org>
8171
8172 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
8173 breakpoints with multiple locations.
8174 (Breakpoint Menus): Improve wording.
8175 (Output): Fix last change.
8176
8177 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
8178
8179 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8180
8181 2007-11-15 Doug Evans <dje@google.com>
8182
8183 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
8184
8185 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
8186
8187 * gdbint.texinfo (Native Conditionals): Remove
8188 mention of CLEAR_SOLIB.
8189
8190 2007-11-11 Joel Brobecker <brobecker@adacore.com>
8191
8192 * gdb.texinfo (Print Settings): Add documentation for "set/show
8193 print frame-arguments".
8194
8195 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8196
8197 * gdb.texinfo (Output): Update printf command's description.
8198
8199 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8200
8201 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
8202 powerpc soft-float".
8203
8204 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8205
8206 * gdb.texinfo (Files): Correct formatting. Mention Expat
8207 requirement.
8208 (Requirements for Building GDB): Expand the list of Expat
8209 uses.
8210 (Library List Format, Memory Map Format): Mention Expat.
8211 (Target Descriptions): Update Expat wording.
8212
8213 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8214
8215 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
8216 Document that gdbarch_convert_register_p should return zero for no-op
8217 conversions.
8218
8219 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
8220
8221 * gdbint.texi (Compiler Characteristics): Move documentation
8222 of set_gdbarch_sofun_address_maybe_missing back to ...
8223 (Target Conditionals): ... here to fix build break.
8224
8225 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8226
8227 * gdbint.texi (Target Conditionals): Remove documentation of
8228 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
8229 (Compiler Characteristics): ... documentation of
8230 set_gdbarch_sofun_address_maybe_missing.
8231
8232 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8233
8234 * gdbint.texinfo (Target Conditionals): Use
8235 frame_unwind_register_unsigned in examples instead of
8236 frame_unwind_unsigned_register.
8237
8238 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8239
8240 * gdb.texinfo: Add TSIZE definition, removed statement about
8241 unbounded arrays being unimplemented.
8242
8243 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8244
8245 * gdb.texinfo (Predefined Target Types): Add int128
8246 and uint128.
8247 (Standard Target Features): Add PowerPC features.
8248
8249 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8250
8251 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
8252
8253 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8254
8255 * gdbint.texi (Target Conditionals): Remove documentation
8256 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
8257 gdbarch_extract_return_value, and gdbarch_store_return_value.
8258
8259 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8260
8261 * gdbint.texi (Target Conditionals): Remove documentation of
8262 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
8263
8264 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8265
8266 * gdb.texinfo: Mention that inaccessible-by-default is on by
8267 default.
8268
8269 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8270
8271 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
8272
8273 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8274
8275 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
8276 multi-threaded watchpoints.
8277 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
8278 checked. Describe sticky notification. Expand description
8279 of steppable and continuable watchpoints.
8280 (Watchpoints and Threads): New subsection.
8281
8282 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
8283
8284 * gdb.texinfo (Setting Breakpoints): Revise
8285 documentation for pending breakpoints. Document
8286 breakpoints with multiple locations.
8287
8288 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
8289
8290 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8291 Document -list-features.
8292
8293 2007-09-15 Eli Zaretskii <eliz@gnu.org>
8294
8295 * gdb.texinfo (Output): Spell out which features of C's printf are
8296 not supported by GDB's printf.
8297 (Separate Debug Files): More accurate wording regarding build ID
8298 and a reference to the ld manual rather than the Fedora wiki.
8299
8300 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8301 Jim Blandy <jimb@codesourcery.com>
8302
8303 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
8304 (Examining Memory): Update mentions of the 's' format.
8305 (Automatic Display): Likewise.
8306
8307 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
8308
8309 * gdb.texinfo: Update the FSF's Back-Cover Text.
8310
8311 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8312 Eli Zaretskii <eliz@gnu.org>
8313
8314 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
8315 Fixed the ``build ID'' name. New binaries build instructions for the
8316 build ID inclusion. Explain how the commands are specific to the build
8317 ID vs. debug link.
8318
8319 2007-09-01 Eli Zaretskii <eliz@gnu.org>
8320
8321 * gdb.texinfo (Separate Debug Files): Fix last change. Add
8322 indexing for ``build ID'' support.
8323
8324 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8325
8326 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8327 Enlisted BUILD ID to the debug file searching example.
8328 Included a BUILD ID `.note.gnu.build-id' section description.
8329 Updated/added the debug files splitting instructions for OBJCOPY.
8330
8331 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8332
8333 * gdb.texinfo (Variable Objects): Adjust docs
8334 for -var-info-expression and document
8335 -var-info-path-expression.
8336
8337 2007-08-20 Jim Blandy <jimb@codesourcery.com>
8338
8339 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8340 (title page): Include the dedication in the printed manual, as a
8341 separate page after the copyright notice.
8342
8343 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8344 don't break a @var across a line.
8345
8346 2007-07-25 Maciej W. Rozycki <macro@mips.com>
8347
8348 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8349 for include files.
8350
8351 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
8352
8353 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
8354 in annotate.texinfo.
8355 (Command History): Link to new node.
8356
8357 2007-07-05 Markus Deuling <deuling@de.ibm.com>
8358
8359 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8360
8361 2007-07-05 Eli Zaretskii <eliz@gnu.org>
8362
8363 * gdbint.texinfo (Target Conditionals): Fix last change.
8364
8365 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8366
8367 * gdb.texinfo: Replace following macros by their appropriate gdbarch
8368 routines:
8369 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8370 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8371 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8372 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8373 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8374 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8375 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8376 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8377 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8378 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8379 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8380 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8381 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8382 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8383 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8384 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8385 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8386 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8387 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8388 (SOFTWARE_SINGLE_STEP_P)
8389
8390 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8391 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8392
8393 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8394 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8395 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8396 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8397 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8398 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8399 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8400 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8401 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8402 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8403
8404 (Converting an existing Target Architecture to Multi-arch): Remove
8405 section.
8406
8407 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8408 (gdbarch_addr_bits_remove): Add code example.
8409
8410 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8411
8412 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8413
8414 * gdb.texinfo (Remote Configuration): Document library-info-packet.
8415 Add other missing entries. Adjust the table size to fit.
8416 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
8417 stop reasons including the new "library" event.
8418 (General Query Packets): Adjust table widths for qSupported. Mention
8419 qXfer:libraries:read reply to qSupported and document the new packet.
8420 (Library List Format): New section.
8421
8422 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8423
8424 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8425
8426 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
8427
8428 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8429
8430 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
8431
8432 * gdbint.texinfo (Register and Memory Data): Break sections
8433 into nodes and add a menu.
8434
8435 2007-06-21 Maciej W. Rozycki <macro@mips.com>
8436
8437 * gdb.texinfo (Examining Memory): Document the new behaviour.
8438
8439 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8440
8441 * gdb.texinfo (Standard Target Features): Document
8442 m68k features.
8443
8444 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8445
8446 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8447
8448 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8449
8450 * gdb.texinfo (Target Description Format): Add version attribute
8451 for <target>.
8452
8453 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8454
8455 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8456
8457 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8458
8459 * gdb.texinfo (MIPS Features): New subsection.
8460
8461 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8462 Markus Deuling <deuling@de.ibm.com>
8463
8464 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8465 and qXfer:spu:write packets and mention them under qSupported.
8466
8467 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8468 Markus Deuling <deuling@de.ibm.com>
8469
8470 * gdb.texinfo (Architectures): Add new SPU section to document
8471 Cell Broadband Engine SPU architecture specific commands.
8472
8473 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8474
8475 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8476 comments.
8477
8478 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
8479
8480 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8481
8482 2007-05-29 Jim Blandy <jimb@codesourcery.com>
8483
8484 * gdb.texinfo (Overview): Doc fix.
8485
8486 2007-05-22 Maciej W. Rozycki <macro@mips.com>
8487
8488 * gdb.texinfo (Remote Configuration): Document "set/show
8489 remoteflow".
8490
8491 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8492
8493 * gdb.texinfo (MIPS): Remove documentation for set mips
8494 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8495 stack-arg-size.
8496
8497 2007-05-14 Bob Wilson <bob.wilson@acm.org>
8498
8499 * all-cfg.texi (GDBTUI): New.
8500 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8501 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8502 (TUI Configuration): Edit to improve clarity and fix problems of
8503 both style and content.
8504
8505 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8506
8507 * observer.texi (GDB Observers): New observer "new_objfile".
8508
8509 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8510
8511 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8512
8513 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8514
8515 * gdb.texinfo (GDB/MI Variable Objects): Document
8516 frozen variables objects.
8517
8518 2007-04-13 Paul Brook <paul@codesourcery.com>
8519
8520 * gdb.texinfo: Document ieee_single and ieee_double target types.
8521
8522 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8523
8524 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8525 (Character Sets, Caching Data of Remote Targets): Likewise.
8526 (Targets): Delete Remote node. Move its text...
8527 (Debugging Remote Programs): ...to here. Delete description
8528 of the "remote" command.
8529 (Remote configuration): Delete description of "set remotedevice"
8530 and "show remotedevice".
8531 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8532
8533 2007-04-11 Steve Ellcey <sje@cup.hp.com>
8534
8535 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8536
8537 2007-04-11 Bob Wilson <bob.wilson@acm.org>
8538
8539 * gdb.texinfo (Contributors, Continuing and Stepping)
8540 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8541 (General Query Packets, File-I/O Remote Protocol Extension)
8542 (Protocol Basics, The F Reply Packet, Write)
8543 (Protocol-specific Representation of Datatypes, Memory Transfer):
8544 Fix hyphenation, punctuation and grammar problems.
8545 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8546 'section' instead of 'subsection' in the text.
8547 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8548 (i386): Remove period from section name.
8549 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8550 (Config Names, Configure Options): Use @file{configure}.
8551
8552 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8553
8554 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8555 and tab expansion.
8556
8557 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8558
8559 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8560
8561 2007-04-02 Bob Wilson <bob.wilson@acm.org>
8562
8563 * gdb.texinfo: Consistently capitalize all significant words in
8564 node names, chapter titles, section titles, and headings. Update
8565 cross references to match.
8566 (Starting and Stopping Trace Experiment): Make node name plural.
8567 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8568
8569 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8570
8571 * gdb.texinfo (WinCE): Delete obsolete subsection.
8572
8573 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8574
8575 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8576 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8577 references.
8578
8579 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8580
8581 * gdb.texinfo (Startup): Delete references to some alternate
8582 names for .gdbinit.
8583 (Thread): Remove LynxOS reference.
8584 (Tandem ST2000): Delete target-specific documentation.
8585 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8586 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8587 and GDB_OSABI_LYNXOS.
8588
8589 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8590
8591 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8592
8593 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8594
8595 * gdbint.texinfo (Target Conditionals): Remove mention of
8596 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8597 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8598
8599 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8600
8601 * Makefile.in: Add "pdfdir" installation
8602 directory, PDFTEX macro, support for "install-pdf" target,
8603 and rules for making a pdf version of refcard.texi.
8604 * refcard.tex: Specify paper size for PDF output.
8605
8606 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8607
8608 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8609
8610 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8611
8612 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8613 (Source Path, Character Sets, Macros, Define)
8614 (GDB/MI Result Records, GDB/MI Simple Examples)
8615 (GDB/MI Program Execution, GDB/MI File Commands)
8616 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8617 (Bug Reporting): Use @value{GCC}.
8618
8619 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8620
8621 * gdb.texinfo (Help): Fix formatting of examples.
8622 (Variables): Use @ifnotinfo instead of @iftex.
8623 (Non-debug DLL symbols): Use @ref instead of @pxref.
8624 (Sparclet File): Use @samp instead of quotes.
8625
8626 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8627
8628 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8629
8630 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8631
8632 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8633 the order of the nodes.
8634 (C Operators, C Constants, Debugging C): Remove extra menus.
8635 (Method Names in Commands): Do not specify next/prev/up nodes.
8636
8637 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8638
8639 * gdb.texinfo (File Options): Add missing parenthesis.
8640 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8641
8642 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8643
8644 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8645
8646 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8647
8648 * gdb.texinfo (Standard Target Features): Mention
8649 case insensitivity.
8650 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8651
8652 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8653
8654 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8655 (Files): Add section name to argument list for pxref.
8656 (Non-debug DLL symbols): Don't use `see' for pxref.
8657 (Embedded Processors): Fix typo.
8658 (GDB/MI Breakpoint Commands): Execution commands generate
8659 *stopped not ^done.
8660
8661 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8662
8663 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8664 values for in_scope. Mention that only root variables can be
8665 updated.
8666 (GDB/MI Development and Front Ends): Explain new values may be
8667 added to existing fields.
8668
8669 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8670
8671 * gdb.texinfo (-target-disconnect): Use @smallexample.
8672 (Requirements): Add anchor for Expat. Update description.
8673 (Target Descriptions): Mention Expat.
8674 (Target Description Format): Document new elements. Use
8675 @smallexample.
8676 (Predefined Target Types, Standard Target Features): New sections.
8677 * gdbint.texinfo (Target Descriptions): New section.
8678
8679 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8680
8681 * gdb.texinfo (Target Description Format): Add section on XInclude.
8682
8683 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8684
8685 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8686 command -enable-timings.
8687
8688 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8689
8690 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8691 descriptions for new/deleted elements in gdb_osabi. Add missing
8692 description for function generic_elf_osabi_sniff_abi_tag_sections.
8693
8694 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8695
8696 * gdb.texinfo (Maintenance Commands): Add documentation for
8697 the new "maint print target-stack" command.
8698
8699 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8700 Eli Zaretskii <eliz@gnu.org>
8701
8702 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8703
8704 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8705
8706 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8707 Use @value{NGCC} instead of @value{GCC}.
8708
8709 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8710
8711 * agentexpr.texi: Fix typos.
8712 * annotate.texinfo: Likewise.
8713 * gdb.texinfo: Likewise.
8714 * gdbint.texinfo: Likewise.
8715 * observer.texi: Likewise.
8716 * stabs.texinfo: Likewise.
8717
8718 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8719
8720 * gdbint.texinfo (Support Libraries): Remove mmalloc
8721 entry. Describe readline library.
8722
8723 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8724
8725 * gdb.texinfo (Target Descriptions): New section.
8726 (General Query Packets): Add QPassSignals anchor. Mention
8727 qXfer:features:read under qSupported. Expand mentions of
8728 qXfer:memory-map:read and QPassSignals. Document
8729 qXfer:features:read.
8730
8731 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8732
8733 * gdb.texinfo (Commands to specify files): Describe
8734 "set sysroot" and "show sysroot".
8735 (Using the `gdbserver' program): Lowercase argument
8736 to @var. Expand description of setting up GDB on the
8737 host.
8738
8739 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8740
8741 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8742 catch exception, catch exception unhandled, and catch assert
8743 commands.
8744
8745 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8746
8747 * gdb.texinfo (Debugging Output): Document "set debug xml"
8748 and "show debug xml".
8749
8750 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8751
8752 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8753
8754 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8755
8756 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8757
8758 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8759
8760 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8761 note in @ignore, to be removed later if nobody complains.
8762
8763 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8764
8765 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8766 of -var-delete.
8767
8768 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8769
8770 * gdb.texinfo (Setting breakpoints): Document
8771 automatic software/hardware breakpoint usage and
8772 the "set breakpoint auto-hw" command.
8773
8774 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8775
8776 * gdb.texinfo (Memory Access Checking): New.
8777
8778 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8779
8780 * gdb.texinfo (Remote configuration): Mention
8781 "pass-signals-packet".
8782 (General Query Packets): Document QPassSignals. Fix
8783 a typo.
8784
8785 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8786
8787 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8788
8789 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8790
8791 * gdb.texinfo (Remote configuration): Rewrite documentation for
8792 packet configuration commands.
8793 (OS Information): Adjust reference to qXfer:auxv:read.
8794 (General Query Packets): Remove references to read-aux-vector-packet
8795 and set remote get-thread-local-storage-address.
8796
8797 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8798
8799 * gdbint.texinfo (Target Architecture Definition): Add new
8800 Initializing a New Architecture section.
8801
8802 2006-10-31 David Taylor <dtaylor@emc.com>
8803
8804 * stabs.texinfo (Macro define and undefine): New node describing
8805 stabs for #define and #undef.
8806
8807 2006-10-27 Andreas Schwab <schwab@suse.de>
8808
8809 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8810
8811 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8812
8813 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8814 clarify on the possible meanings of ``expression'' watched by
8815 watchpoints. Add indexing.
8816 (Prompting, Errors, Invalidation, Annotations for Running)
8817 (Source Annotations): Fix index entries by adding "annotation" to
8818 them, to discriminate from index entries that point to the more
8819 general topic descriptions.
8820
8821 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8822
8823 * gdbint.texinfo (Target Vector Definition): Move most
8824 content into Existing Targets. Add a menu.
8825 (Existing Targets): New section, moved from Target Vector
8826 Definition. Use @subsection.
8827 (Managing Execution State): New section.
8828
8829 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8830
8831 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8832
8833 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8834
8835 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8836 (Command Syntax, Signals, Backtrace, Connecting)
8837 (Remote configuration, Renesas Boards, Console I/O): Fix last
8838 change: use Ctrl- instead of C-, except wrt Emacs.
8839 (File-I/O Examples): Put Ctrl-c in @kbd.
8840 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8841 (Console I/O): Use @samp with Ctrl-.
8842 (Signals, Set Breaks, Set Watchpoints): Document optional
8843 arguments to `info signals' `handle', `info breakpoints', and
8844 `info watchpoints'.
8845
8846 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8847
8848 * gdb.texinfo (Backtrace): Fix last change.
8849
8850 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8851
8852 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8853
8854 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8855
8856 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8857 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8858 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8859
8860 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8861 Daniel Jacobowitz <dan@codesourcery.com>
8862
8863 * gdb.texinfo (Packets): Document vFlashErase,
8864 vFlashWrite and vFlashDone packets.
8865 (General Query Packets): Document qXfer:memory-map:read.
8866 Add a new feature for qXfer:memory-map:read.
8867 (Memory map format): New section.
8868 (Target Commands): Mention that gdb can write flash.
8869
8870 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8871 Daniel Jacobowitz <dan@codesourcery.com>
8872
8873 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8874 memory regions and "mem auto".
8875
8876 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8877
8878 * gdbint.texinfo (Array Containers): New section.
8879
8880 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8881
8882 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8883 -stack-list-arguments HIGH_FRAME argument can be larger then the
8884 actual number of frames.
8885
8886 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8887
8888 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8889 -stack-list-locals HIGH_FRAME argument can be larger then the
8890 actual number of frames.
8891
8892 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8893
8894 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8895 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8896
8897 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8898
8899 * gdbint.texinfo (Overall Structure): New section "Source Tree
8900 Structure".
8901
8902 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8903
8904 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8905 responses.
8906
8907 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8908
8909 * gdb.texinfo (Source Path): Add documentation for new
8910 substitute-path commands.
8911
8912 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8913
8914 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8915 (Running Configure): ...here.
8916 (Requirements): New node. Mention expat.
8917
8918 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8919
8920 * gdb.texinfo (Target Commands): Remove
8921 'set download-write-size' and 'show download-write-size'.
8922
8923 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8924
8925 * stabs.texinfo (Member Type Descriptor): Correct example for
8926 pointer to member types.
8927
8928 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8929
8930 * gdb.texinfo (Optional warnings and messages): Add
8931 'set/show trace-commands'.
8932 (Command files): Add '-v' to source command.
8933
8934 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8935
8936 * gdb.texinfo (OS Information): Update qPart reference to
8937 qXfer.
8938 (Remote configuration): Likewise.
8939 (Overview): Move @cindex to the start of a paragraph. Talk
8940 about binary data encoding.
8941 (Packets): Refer to the overview for the details of the X
8942 packet encoding.
8943 (General Query Packets): Remove qPart description. Add qXfer
8944 description. Add an anchor to qSupported. Correct feature
8945 table title. Add a new feature for qXfer:auxv:read.
8946 (Interrupts): Add a missing parenthesis.
8947
8948 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8949
8950 * gdb.texinfo (KOD): Remove node.
8951 (GDB/MI Kod Commands): Remove commented out node.
8952
8953 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8954
8955 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8956 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8957 (GDB/MI Thread Commands, GDB/MI Program Execution)
8958 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8959 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8960 (GDB/MI File Commands, GDB/MI Target Manipulation)
8961 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8962 since the MI prompt is hard-wired into the code.
8963
8964 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8965
8966 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8967 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8968 (GDB/MI Data Manipulation): Remove description of unimplemented
8969 display related commands as variable objects perform this function
8970 and are superior: -display-delete, -display-disable,
8971 -display-enable, -display-insert and -display-list. Move
8972 -environment-cd, -environment-directory, -environment-path
8973 and -environment-pwd to "Program Context".
8974 (GDB/MI Program Control): Rename to "Program Execution". Move
8975 -exec-arguments -exec-abort to...
8976 (GDB/MI Program Context): ...here. New node split from "Data
8977 Manipulation".
8978
8979 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8980
8981 * gdb.texinfo (Remote configuration): Document set / show
8982 remote supported-packets.
8983 (General Query Packets): Document qSupported packet.
8984
8985 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8986
8987 * gdb.texinfo (system): Document behaviour with zero length
8988 string.
8989
8990 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8991
8992 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8993 and font markup.
8994 (Protocol basics): Likewise.
8995 (The F request packet): Likewise.
8996 (The F reply packet): Likewise.
8997 (Memory transfer): Move this node to be a subsubsection of
8998 "Protocol specific representation of datatypes".
8999 (The Ctrl-C message): More copy editing.
9000 (Console I/O): Likewise.
9001 (The isatty call): Delete this node, and merge its content into
9002 the "isatty" node. Fixed references elsewhere.
9003 (The system call): Delete this node, and merge its content into
9004 the "system" node. Fixed references elsewhere.
9005 (open): Reformat to use @table, and add appropriate font markup.
9006 (close): Likewise.
9007 (read): Likewise.
9008 (write): Likewise.
9009 (lseek): Likewise.
9010 (rename): Likewise.
9011 (unlink): Likewise.
9012 (stat/fstat): Likewise.
9013 (gettimeofday): Likewise.
9014 (isatty): Likewise.
9015 (system): Likewise, plus minor changes to fix confusing wording.
9016 (Integral datatypes): Fix font markup.
9017 (Pointer values): Likewise.
9018 (struct stat): Fix markup to use @table, plus minor copy editing.
9019 (struct timeval): Fix font markup, plus minor copy editing.
9020 (Constants): Minor copy editing.
9021 (Errno values): Add font markup.
9022 (File-I/O Examples): Likewise.
9023
9024 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
9025
9026 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
9027 (GDB/MI Simple Examples): Move node up one level. Use real
9028 examples.
9029 (GDB/MI Compatibility with CLI): Update.
9030 (GDB/MI Result Records): Add "connected" and "exit" result
9031 classes.
9032 (GDB/MI Stream Records): Clarify target output.
9033 (GDB/MI Command Description Format): Modify example description.
9034 (GDB/MI Breakpoint Table Commands): Rename to...
9035 (GDB/MI Breakpoint Commands): ...this
9036 (GDB/MI Breakpoint Commands): Add optional thread field.
9037 (GDB/MI Program Control): Add an introduction. Move "Program
9038 termination" examples into exec-run description.
9039 (GDB/MI File Commands): Mention similar CLI commands.
9040 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
9041 is similar to "-gdb-version".
9042
9043 2006-06-09 Eli Zaretskii <eliz@gnu.org>
9044
9045 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
9046
9047 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * gdb.texinfo (GDB/MI Development and Front Ends): Use
9050 sourceware.org for mailing lists.
9051 (GDB/MI File Commands): New node split from Program Control.
9052
9053 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9054
9055 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
9056
9057 2006-05-22 Eli Zaretskii <eliz@gnu.org>
9058
9059 * gdb.texinfo (Cygwin Native): Fix last change.
9060
9061 2006-05-22 Christopher Faylor <cgf@timesys.com>
9062
9063 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
9064
9065 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
9066
9067 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
9068 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
9069
9070 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9071
9072 * gdb.texinfo (General Query Packets): Recommend not starting
9073 new packets with qC and clarify.
9074
9075 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
9076
9077 * gdb.texinfo (M2 Types): New section.
9078
9079 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
9080
9081 * agentexpr.texi: Add a copyright and license notice.
9082 * observer.texi: Likewise, with GPL clause for function prototypes.
9083 Remove trailing whitespace.
9084
9085 2006-05-05 Jim Blandy <jimb@codesourcery.com>
9086
9087 * gdb.texinfo (General Query Packets): Document conventions for
9088 terminating packet names, and their violations.
9089
9090 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9091
9092 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
9093 * gdb.texinfo: Likewise.
9094
9095 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9096
9097 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
9098 and "show remotedebug".
9099 (Debugging Output): Add additional index entries.
9100
9101 2006-04-27 Michael Snyder <msnyder@redhat.com>
9102
9103 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
9104
9105 2006-04-22 Andrew Cagney <cagney@redhat.com>
9106
9107 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
9108 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
9109
9110 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
9111
9112 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
9113 and remove breakpoint prototypes.
9114 (Watchpoints): Move description of target_insert_hw_breakpoint and
9115 target_remove_hw_breakpoint ...
9116 (Breakpoints): ... to here. Document target_insert_breakpoint and
9117 target_remove_breakpoint.
9118
9119 2006-04-17 Jim Blandy <jimb@codesourcery.com>
9120
9121 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
9122 and C packets are optional.
9123
9124 2006-04-14 Frederic Riss <frederic.riss@st.com>
9125
9126 * gdb.texinfo (Specifying source directories): Update the description
9127 of the source file search to reflect the fact that the source path
9128 always contains at least $cdir and $cwd.
9129
9130 2006-03-31 Michael Snyder <msnyder@redhat.com>
9131
9132 * gdb.texinfo: Update copyright dates.
9133
9134 2006-03-31 Eli Zaretskii <eliz@gnu.org>
9135
9136 * gdb.texinfo (Overview): Add an index entry to "empty response".
9137
9138 2006-03-29 Steve Ellcey <sje@cup.hp.com>
9139
9140 * gdb.texinfo: Remove gdbserve.nlm documentation.
9141
9142 2006-03-28 Jim Blandy <jimb@codesourcery.com>
9143
9144 * gdbint.texinfo (Prologue Analysis): New section.
9145
9146 2006-03-07 Jim Blandy <jimb@red-bean.com>
9147
9148 * gdb.texinfo (Connecting): Document 'target remote pipe'.
9149
9150 * gdb.texinfo (Target Commands): Update text describing how to
9151 specify a target. Refer to the detailed section on remote
9152 debugging, not the brief mention.
9153
9154 * gdb.texinfo (Connecting): Organize the different 'target remote'
9155 connection methods into a table. Add a 'target remote' index
9156 entry. (!!!)
9157
9158 2006-02-17 Fred Fish <fnf@specifix.com>
9159
9160 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
9161 'ptype' commands to reflect the fact that the only significant
9162 difference between them is that ptype prints the complete type
9163 description instead of just the name.
9164
9165 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
9166
9167 * gdbint.texinfo (Watchpoints): Delete
9168 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
9169
9170 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
9171
9172 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
9173 times fields where needed. Fix typos. Update general form given
9174 for output of -break-insert.
9175 (GDB/MI): Abbreviate some unnecessarily long fullnames.
9176
9177 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
9178
9179 * gdbint.texinfo (Symbol Handling): Add a section
9180 on memory management.
9181
9182 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
9183
9184 * gdb.texinfo (Breakpoint table commands): Document the fullname
9185 field in -break-list output.
9186
9187 2006-02-03 Eli Zaretskii <eliz@gnu.org>
9188
9189 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
9190 debugging information produced by the various "set debug..."
9191 options.
9192
9193 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9194
9195 * gdb.texinfo (Files): Remove obsolete bits from the description
9196 of "symbol-file".
9197
9198 2006-01-25 Jim Blandy <jimb@redhat.com>
9199
9200 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
9201
9202 2006-01-24 Jim Blandy <jimb@redhat.com>
9203
9204 * gdbint.texinfo (Frames): Document the basics of GDB's register
9205 unwinding model, and explain the existence of the "sentinel" frame.
9206
9207 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
9208
9209 * gdb.texinfo (Choosing files): Mention that -directory is used
9210 for script files.
9211 (Specifying source directories): Likewise.
9212 (Command files): Explain how script files are found.
9213
9214 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9215
9216 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
9217 the threads in a multi-threaded program.
9218 (Threads): The threadno argument of "thread apply" can be a range
9219 of numbers.
9220
9221 2006-01-18 Jim Blandy <jimb@redhat.com>
9222
9223 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
9224 of warning flags.
9225
9226 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9227
9228 * gdb.texinfo (Sequences): Improve menu annotations.
9229 (Define): Add index entries for arguments of user-defined
9230 commands. Move the description of flow-control commands...
9231 (Command Files): ...to here. Document loop_break and
9232 loop_continue.
9233 (Define, Command Files): Document `end' and add index entries for
9234 it.
9235
9236 2006-01-04 Michael Snyder <msnyder@redhat.com>
9237
9238 * gdb.texinfo: Add documentation for linux-fork.
9239 * gdbint.texinfo: Add internal documentation for checkpoints.
9240
9241 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
9242
9243 * gdb.texinfo (Omissions from Ada): Document that there is now
9244 limited aggregate support.
9245
9246 2005-12-28 Eli Zaretskii <eliz@gnu.org>
9247
9248 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
9249 registers and the likes.
9250
9251 2005-12-24 Eli Zaretskii <eliz@gnu.org>
9252
9253 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
9254 (Symbols): Fix usage of "e.g.".
9255 (Memory Region Attributes): Fix usage of "etc."
9256
9257 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
9258 (Coding): Fix usage of "e.g.".
9259
9260 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9261
9262 * stabs.texinfo:
9263 * refcard.tex:
9264 * gpl.texi:
9265 * gdbint.texinfo:
9266 * gdb.texinfo:
9267 * gdb-cfg.texi:
9268 * fdl.texi:
9269 * annotate.texinfo:
9270 * all-cfg.texi:
9271 * Makefile.in: Add (C) after Copyright. Update the FSF
9272 address.
9273
9274 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9275
9276 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
9277 extend GDB with commands for external monitor.
9278
9279 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9280
9281 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
9282
9283 2005-11-25 Joel Brobecker <brobecker@adacore.com>
9284
9285 * gdbint.texinfo (Start of New Year Procedure): New chapter.
9286
9287 2005-11-21 Jim Blandy <jimb@redhat.com>
9288
9289 * gdb.texinfo (Tracepoint Packets): Document restrictions on
9290 placement of 'R' actions in tracepoint action packets; document
9291 dependence of 'X' and 'M' actions on a preceding 'R' action for
9292 their registers.
9293
9294 2005-11-19 Jim Blandy <jimb@redhat.com>
9295
9296 * gdb.texinfo (Tracepoint Packets): New node.
9297 (General Query Packets): Add entries for the tracepoint packets,
9298 referring to the "Tracepoint Packets" node.
9299 (Tracepoints): Add reference to "Tracepoint Packets".
9300
9301 2005-11-18 Kevin Buettner <kevinb@redhat.com>
9302
9303 * gdb.texinfo (set remotebreak): Add anchor.
9304 (X packet): Likewise.
9305 (Remote Protocol): Add new section `Interrupts' and new index
9306 entry `interrupts (remote protocol)'.
9307
9308 2005-11-18 Jim Blandy <jimb@redhat.com>
9309
9310 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
9311 entries into the General Query Packets section. Add a
9312 cross-reference to that section. Drop description of replies, as
9313 these are covered in the descriptions of each packet.
9314 (General Query Packets): Add introductory text. Explain naming
9315 conventions, and how the end of a name is recognized.
9316
9317 2005-11-17 Kevin Buettner <kevinb@redhat.com>
9318
9319 * gdb.texinfo (Remote configuration): Fix typo in description of
9320 "set remotebreak" command.
9321
9322 2005-11-16 Jim Blandy <jimb@redhat.com>
9323
9324 * gdb.texinfo (Packets, Stop Reply Packets)
9325 (General Query Packets): Various formatting cleanups.
9326 - Use @samp for packet contents.
9327 - Drop summaries from packet @item lines; the same information appears
9328 immediately below in the description.
9329 - Delete paragraph breaks after packet @item commands, so that the
9330 description appears directly to the right of the packet prototype
9331 in the printed manual, if it fits.
9332 - Place spaces in packet prototypes between @vars and non-@var
9333 letters, and explain that they're just for formatting.
9334 - Use @dots{} instead of '...'.
9335 - Fix uses of @code where @var was needed.
9336 - Replace "deprecated" markers with English text spelling out the
9337 packet's status and the preferred alternatives.
9338 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9339 what this ever meant.
9340 - Remove "(draft)" markers on 'i' packets; nobody has commented on
9341 this for a long time.
9342 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9343 implemented several times, and have been in use for years.
9344
9345 2005-11-15 Jim Blandy <jimb@redhat.com>
9346
9347 * gdb.texinfo (Packets): Add index entries for 'm' packet
9348 disclaimers.
9349
9350 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9351 of stub when processing an 'm' packet.
9352
9353 * gdb.texinfo (Packets): Mention that packets beginning with
9354 letters are reserved once, at the top, instead of actually listing
9355 them all and saying "reserved".
9356
9357 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
9358
9359 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9360 Change @var{$arg0 to @code{$arg0.
9361
9362 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
9363
9364 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9365
9366 2005-11-12 Jim Blandy <jimb@redhat.com>
9367
9368 * gdb.texinfo (General Query Packets): Put packets in alphabetical
9369 order. Remove extraneous 'z'.
9370
9371 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
9372
9373 * gdb.texinfo (Choosing files): Add --eval-command.
9374
9375 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
9376
9377 * gdb.texinfo (Choosing modes): Add --return-child-result.
9378
9379
9380 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
9381
9382 * gdb.texinfo (Choosing modes): Add --batch-silent.
9383
9384 2005-10-28 Eli Zaretskii <eliz@gnu.org>
9385
9386 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9387 "The -var-update Command".
9388
9389 2005-10-03 Joel Brobecker <brobecker@adacore.com>
9390
9391 * gdb.texinfo (Print Settings): Add documentation for set/show
9392 print array-indexes.
9393
9394 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9395
9396 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9397 6.2 and 6.3.
9398
9399 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9400
9401 * gdb.texinfo (File Options): Don't document --mapped, it's gone
9402 since 19-Jan-2004.
9403 (Files): Likewise.
9404 (Variables, Symbols): Document the "<incomplete type>" message and
9405 its reasons.
9406
9407 2005-08-01 Fred Fish <fnf@specifix.com>
9408
9409 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9410
9411 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
9412
9413 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9414 option for -var-list-children and -var-update.
9415 (GDB/MI Stack Manipulation): Simplify description of
9416 print-values option for -stack-list-locals.
9417 (GDB/MI Command Description Format): Clarify.
9418 (Mode Options): Spelling of superseded.
9419
9420 2005-07-12 Bob Rossi <bob@brasko.net>
9421
9422 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9423 corresponding GDB command comment.
9424
9425 2005-07-06 Bob Rossi <bob@brasko.net>
9426
9427 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9428 and -inferior-tty-show.
9429 (Input/Output): Document "set/show inferior-tty" and tty alias.
9430
9431 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9432
9433 * gdb.texinfo (Packets): Change description of 'D' packet to note
9434 that GDB does wait for a response.
9435
9436 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
9437
9438 * gdb.texinfo (History) Rename "Command History".
9439 (Command History): Move node "Server Prefix" from section on
9440 Annotations here.
9441
9442 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9443
9444 * gdb.texinfo (GDB/MI Stack Manipulation):
9445 Re-instate -stack-info-frame with example. Say that it gets
9446 info on selected frame, not current frame.
9447
9448 2005-06-18 Eli Zaretskii <eliz@gnu.org>
9449
9450 * gdb.texinfo (Server): Clarify that `file' should be used before
9451 connecting to the server.
9452 (Files): Add an xref to the above description.
9453 (Output Formats): More detailed description of the `c' format.
9454 (Memory): List explicitly all the formats supported by `x'.
9455 (Threads): Add an @cindex entry for "thread apply".
9456 (Files): Document the possibility of loading unlinked object
9457 files. Add more indexing for solib-absolute-prefix and
9458 --with-sysroot.
9459 (Machine Code): Document possible problems with locations in
9460 shared libraries.
9461 (Backtrace): Document that free-standing environments do not need
9462 to have a `main' function.
9463
9464 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
9465
9466 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9467 -stack-info-frame.
9468
9469 2005-06-07 Andrew Cagney <cagney@gnu.org>
9470
9471 * gdb.texinfo (Contributors): Note the original multi-arch
9472 contributors.
9473
9474 2005-06-03 Eli Zaretskii <eliz@gnu.org>
9475
9476 * gdb.texinfo (Registers): Add index entries for the standard
9477 registers.
9478 (Frames): Add cross-reference from frame pointer description to
9479 the Registers node.
9480 (Annotations Overview): Fix the reference to GDB name.
9481
9482 2005-06-01 Eli Zaretskii <eliz@gnu.org>
9483
9484 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9485 can-use-hw-watchpoints.
9486
9487 2005-05-28 Bob Rossi <bob@brasko.net>
9488
9489 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9490 the possible reasons why an exec async record would be returned to FE.
9491
9492 2005-05-26 Andrew Cagney <cagney@gnu.org>
9493
9494 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9495 Andrew Cagney implemented the original GDB/MI.
9496
9497 2005-05-23 Orjan Friberg <orjanf@axis.com>
9498
9499 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9500 documentation. Add documentation for cris-mode.
9501
9502 2005-05-20 Eli Zaretskii <eliz@gnu.org>
9503
9504 * gdb.texinfo (Numbers): Explain the example and make the wording
9505 more acurate.
9506
9507 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9508 Dennis Brueni <dennis@slickedit.com>
9509
9510 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9511 (GDB/MI Data Manipulation, GDB/MI Program Control)
9512 (GDB/MI Stack Manipulation): Update examples to include the fullname
9513 attribute in stack frames.
9514
9515 2005-05-12 Eli Zaretskii <eliz@gnu.org>
9516
9517 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9518 do with other non-standard names of init files.
9519
9520 2005-05-11 Eli Zaretskii <eliz@gnu.org>
9521
9522 * gdb.texinfo (Command Files): Move the description of the startup
9523 from here...
9524 (Startup): ...to this new subsection of the Invocation chapter.
9525 Rearrange the description of init files more logically and add a
9526 cross-reference to "Command Files". Document the special gdbinit
9527 name for CISCO 68k. Expand the description of what GDB does
9528 during startup.
9529 (History): Add index entry for HISTSIZE.
9530
9531 2005-05-02 Mark Kettenis <kettenis@gnu.org>
9532
9533 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9534
9535 2005-05-02 Eli Zaretskii <eliz@gnu.org>
9536
9537 * gdb.texinfo (SVR4 Process Information, The isatty call)
9538 (The system call): Don't use foo(N) notation for man pages and
9539 functions.
9540 (Compilation, DJGPP Native): Improve wording.
9541
9542 2005-04-27 Eli Zaretskii <eliz@gnu.org>
9543
9544 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9545 were optimized away.
9546
9547 2005-04-22 Eli Zaretskii <eliz@gnu.org>
9548
9549 * gdb.texinfo (Remote configuration): Document "set/show
9550 get-thread-local-storage-address". Add cross-reference to the
9551 description of the qGetTLSAddr packet.
9552 (General Query Packets): Mention "set remote
9553 get-thread-local-storage-address" and add a reference to its
9554 description.
9555
9556 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
9557
9558 * gdb.texinfo (Backtrace): Describe 'bt full'.
9559
9560 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
9561
9562 * gdb.texinfo (Mode Options): Fix typo.
9563 (GDB/MI): Describe how to invoke GDB/MI.
9564
9565 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9566
9567 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9568 references changed. Add description of "info udot".
9569 (Files): Document "set/show stop-on-solib-events".
9570 (M32R/D): Document "set/show download-path", "set/show
9571 board-address", "set/show server-address", "upload", "tload".
9572 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9573 "use_mon_code", "use_ib_break", "use_dbt_break".
9574 (Maintenance Commands): Improve indexing.
9575 (Target Commands): Document "set/show hash", "set/show debug
9576 monitor".
9577 (SVR4 Process Information): Document "info pidlist" and "info
9578 meminfo". Document "set/show procfs-tarce" and "set/show
9579 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9580 (Symbols, The Print Command with Objective-C): Improve indexing.
9581 (Objective-C): Add references to "info classes" and "info
9582 selectors".
9583 (Debugging Output): Improve wording. Document "set/show debug
9584 solib-frv". Fix "set/show debugvarobj".
9585 (Set Breaks): Add index entry for "hardware breakpoints".
9586 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9587 and "set/show usehardbreakpoints".
9588 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9589 monitor-prompt", "set/show monitor-warnings", "pmon".
9590 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9591 rdiromatzero", "set/show rdiheartbeat".
9592 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9593 "sds".
9594 (Embedded Processors): Document the "sim" command.
9595 (Remote): Document the "remote" command.
9596 (DJGPP Native): Document the "info serial" command.
9597 (Threads): Document "maint info sol-threads".
9598 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9599 (Set Breaks): Improve indexing.
9600 (Command Syntax): Add a reference to dont-repeat.
9601 (Define): Document "dont-repeat".
9602 (TUI Commands): Document "tabset".
9603 (WinCE): New subsection. Document "set/show remotedirectory",
9604 "set/show remoteupload", "set/show remoteaddhost".
9605
9606 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9607
9608 * gdb.texinfo (Hurd Native): New subsection, documents
9609 Hurd-specific commands.
9610 (Maintenance Commands): Add cross-reference to "Debugging Output".
9611 (Debugging Output): Document "set/show debug lin-lwp".
9612 (MIPS): Improve documentation of heuristic-fence-post. Document
9613 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9614 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9615 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9616 (ARM): Document ARM-specific commands.
9617 (AVR): New section. Document "info io_registers".
9618 (CRIS): New section. Document "set/show cris-version" and
9619 "set/show cris-dwarf2-cfi".
9620 (HPPA): New section. Document "set/show debug hppa" and "maint
9621 print unwind".
9622 (Neutrino): New subsection. Document "set/show debug nto-debug".
9623 (Super-H): New section. Document the "regs" command.
9624 (Debugging Output): Document "set/show debug aix-thread".
9625
9626 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9627
9628 * gdb.texinfo (Print Settings): Document "set/show print
9629 pascal_static-members", "set print repeats", "show print
9630 null-stop". Improve indexing. Fix documentation of "set print
9631 union".
9632 (Pascal): New section.
9633 (Supported languages): Rename from "Support"; all references
9634 updated. Add a menu item for Pascal.
9635 (Numbers): Document "set radix.
9636 (Screen Size): Document "set/show pagination".
9637 (MIPS Embedded): Remove "set processor" documentation.
9638 (Remote configuration): Document "set/show X/P/Z-packet",
9639 "set/show read-aux-vector-packet", "set/show remote
9640 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9641 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9642 remotedebug", "set/show remotebreak", "set/show remotedevice",
9643 "set/show remotelogfile".
9644 (Auxiliary Vector): Add reference to the description of the
9645 read-aux-vector-packet setting.
9646 (Set Watchpoints): Add a cross-reference to "set remote
9647 hardware-breakpoint-limit".
9648 (General Query Packets): Add indexing of requests and
9649 cross-references to related commands in "Remote configuration".
9650 (File-I/O Overview, The system call): Fix wording and typos.
9651 (Thread Stops): Add index entries.
9652 (Continuing and Stepping): Document "show step-mode".
9653 (i386): New node. Document "set/show struct-convention".
9654 (Files): Document "show trust-readonly-sections".
9655 (Calling): Document "set/show unwindonsignal".
9656 (Messages/Warnings): Add index entries.
9657 (Maintenance Commands): Document "set/show watchdog".
9658 (Annotations Overview): Document "show annotate".
9659 (Set Watchpoints): Add index entries.
9660 (Symbols): Fix doc of case-sensitive.
9661 (ABI): Document "show coerce-float-to-double".
9662 (Convenience Vars, Help): Improve indexing.
9663 (Machine Code): Document "show disassembly-flavor".
9664 (Debugging C plus plus): Document "show overload-resolution".
9665 (Value History, Signaling): Add index entries.
9666
9667 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9668
9669 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9670 (Processes): Fix wording.
9671 (History, List, Logging output, Define, Symbols, Print Settings):
9672 Improve indexing.
9673
9674 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9675
9676 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9677 redundant index entry for "target" command.
9678 (Backtrace): Add index entries.
9679 (Symbols, Fortran): Document the "set case-sensitive" command.
9680 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9681 (Print Settings): Add index entry for "set demangle-style".
9682 (Target Commands): Document "set download-write-size".
9683 (Debugging Output): Document "set exec-done-display".
9684
9685 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9686
9687 * gdb.texinfo (Files): Fix the name and documentation of
9688 add-shared-symbol-files. Document its alias assf. Update the
9689 list of OSs where GDB supports shared libraries. Fix markup.
9690 (Continuing and Stepping): Add reference to @var{location} in the
9691 text.
9692 (Dump/Restore Files): Fix reference to @{filename}.
9693 (Help): Fix wording.
9694 (Attach): Ditto.
9695 (Set Watchpoints): Ditto.
9696 (Backtrace): Remove redundant index entries. Improve index
9697 entries.
9698 (Delete Breaks): Fix wording.
9699 (Memory): Document the compare-sections command.
9700 (Memory Region Attributes): Improve wording.
9701 (Disabling): Improve wording.
9702 (Fortran): New subsection. Document the "info common" command.
9703 (Help): Document aliases "info copying" and "info warranty".
9704 (Caching Remote Data): New section. Document the "set/show
9705 remotecache" and "info dcache" commands.
9706 (Show): Fix wording of the documentation of the "set
9707 extension-language" command.
9708 (Signals): Add index entry for "info handle".
9709 (Memory Region Attributes): Fix punctuation.
9710 (Symbols): Change the arg name to "location" and refer to it in
9711 the text. Fix wording of "info types" doc.
9712 (Threads): Fix usage of @enumerate @item's.
9713 (Listing Tracepoints): Add index entry for "info tp".
9714 (Set Watchpoints): Add xref to "info break" description.
9715 (Macros): Add an index entry for "macro exp1". Document the
9716 "macro list" command.
9717 (Maintenance Commands): Document "flushregs", "maint agent",
9718 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9719 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9720 "maint print architecture", "maint print objfiles", "maint print
9721 statistics", "maint print type", "maint show-debug-regs", "maint
9722 space", "maint time", and "maint translate-address".
9723 (Connecting): Document the "monitor" command.
9724 (Annotations Overview): Describe the "set annotate" command.
9725
9726 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9727
9728 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9729 Rearrange index entries and improve wording about support for
9730 hardware watchpoints.
9731
9732 2005-03-10 Bob Rossi <bob@brasko.net>
9733
9734 * gdb.texinfo: Update copyright
9735
9736 2005-02-09 Theodore A. Roth <troth@openavr.org>
9737
9738 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9739 error.
9740
9741 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9742
9743 * observer.texi (executable_changed): New observer.
9744
9745 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9746
9747 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9748
9749 2005-01-17 Michael Snyder <msnyder@redhat.com>
9750
9751 * gdb.texinfo: Fix spelling, infinte -> infinite.
9752
9753 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9754
9755 * observer.texi (GDB Observers): Document "solib_loaded".
9756
9757 2005-01-07 Andrew Cagney <cagney@gnu.org>
9758
9759 * configure.ac: Rename configure.in, require autoconf 2.59.
9760 * configure: Re-generate.
9761
9762 * configure.in: Replace configdirs with multiple references to
9763 AC_CONFIG_SUBDIRS.
9764 * configure: Re-generate.
9765
9766 2005-01-04 Andrew Cagney <cagney@gnu.org>
9767
9768 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9769 part of the version number.
9770
9771 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9772
9773 * gdbint.texinfo (Algorithms): Remove description of
9774 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9775
9776 2004-12-07 Jim Blandy <jimb@redhat.com>
9777
9778 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9779 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9780 numbers.
9781
9782 2004-12-07 Andreas Schwab <schwab@suse.de>
9783
9784 * gdb.texinfo (Mode Options): Document -l option.
9785
9786 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9787
9788 * gdbint.texinfo (Algorithms): More accurate description of
9789 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9790 is not needed unless data-read and data-access watchpoints are
9791 supported. Add a description of how GDB checks whether the
9792 inferior stopped because a watchpoint was hit.
9793
9794 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9795
9796 * gdb.texinfo (Files): Add cross-reference to description of
9797 -readnow command-line switch.
9798
9799 2004-11-10 Randolph Chung <tausq@debian.org>
9800
9801 * gdb.texinfo: Document set/show backtrace past-entry commands.
9802 Rearrange index entries for set/show backtrace past-main.
9803
9804 2004-11-10 Jon Beniston <jon@beniston.com>
9805
9806 Committed by Andrew Cagney <cagney@gnu.org>.
9807 * gdb.texinfo (Remote Serial Protocol): Further describe
9808 binary transfer escaping mechanism .
9809
9810 2004-11-08 Randolph Chung <tausq@debian.org>
9811
9812 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9813 and "show debug infrun". Add index entries.
9814
9815 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9816
9817 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9818 "info proc" that are already implemented. Add index entries.
9819 (Working Directory): Add a cross-reference to "info proc" command.
9820 (Files): Add a tip for decreasing memory used for symtabs from
9821 shared libraries.
9822 (Starting): Fix whitespace; make "elaboration" stand out where it
9823 is first used, and add an index entry for the term.
9824 (Calling): Expand and elaborate text. Add "print". Add the
9825 description of problems with weak aliases.
9826 (Core File Generation): New section.
9827
9828 2004-10-12 Andrew Cagney <cagney@gnu.org>
9829
9830 * gdbint.texinfo (Versions and Branches): New chapter.
9831 (Releasing GDB): Delete "Versions and Branches" section.
9832 (Top): Add "Versions and Branches".
9833
9834 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9835
9836 * gdb.texinfo (Editing, History): Add cross-references to the
9837 included Readline and History user documentation. Remove
9838 references to the symbol have-readline-appendices which is unused
9839 and undefined.
9840 (History): Fix indexing.
9841
9842 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9843
9844 * gdbint.texinfo (target_stopped_data_address): Update to
9845 new prototype.
9846 (i386_stopped_data_address): Update prototype and description.
9847 (i386_stopped_by_watchpoint): New function and description.
9848
9849 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9850
9851 * gdb.texinfo (Filenames): Add Ada suffixes.
9852 (Ada) New section.
9853
9854 2004-09-27 Andrew Cagney <cagney@gnu.org>
9855 Robert Picco <Robert.Picco@hp.com>
9856
9857 * gdb.texinfo (Packets): Document the "p" packet.
9858
9859 2004-09-21 Jason Molenda (jmolenda@apple.com)
9860
9861 * gdb.texinfo (Paths and Names of the Source Files): Document the
9862 meaning of values in the 'desc' field of a SO stab.
9863
9864 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9865
9866 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9867 max-cache-age" and "maint show dwarf2 max-cache-age".
9868
9869 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9870
9871 * gdb.texinfo (Set Breaks): Add index entry for setting
9872 breakpoints on overloaded C++ functions that are not members of
9873 any classes. Add an example and an index entry for setting
9874 breakpoints on all program functions.
9875 (Character Sets, Macros, Overlay Commands)
9876 (Non-debug DLL symbols, GDB/MI Output Syntax)
9877 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9878 Use "(@value{GDBP})" instead of a literal "(gdb)".
9879
9880 2004-09-12 Andrew Cagney <cagney@gnu.org>
9881
9882 * gdbint.texinfo (Native Debugging): Delete description of
9883 FILES_INFO_HOOK.
9884
9885 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9886
9887 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9888 to hex_string_custom (not historically correct, but more
9889 understandable, given the current code).
9890
9891 2004-09-03 Andrew Cagney <cagney@gnu.org>
9892
9893 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9894
9895 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9896
9897 * observer.texi (solib_unloaded): New observer.
9898
9899 2004-08-24 Andrew Cagney <cagney@gnu.org>
9900
9901 * gdbint.texinfo (Target Architecture Definition): Add missing
9902 comma.
9903
9904 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9905
9906 * (Using the Testsuite): build != host is supported,
9907 but some test scripts do not support build != host.
9908
9909 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9910
9911 * gdbint.texinfo (Host Definition): Delete description of
9912 FCLOSE_PROVIDED and GETENV_PROVIDED.
9913
9914 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9915
9916 * gdbint.texinfo (Host Definition): Remove documentation for
9917 USE_O_NOCTTY, no longer used.
9918
9919 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9920
9921 * gdbint.texinfo (Host Definition): Delete description of
9922 NO_SYS_FILE.
9923 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9924 PTRACE_FP_BUG.
9925
9926 2004-08-05 Andrew Cagney <cagney@gnu.org>
9927
9928 * gdbint.texinfo (Target Architecture Definition): Delete
9929 reference to deprecated_read_fp.
9930
9931 2004-08-02 Andrew Cagney <cagney@gnu.org>
9932
9933 * gdbint.texinfo (Target Architecture Definition): Delete
9934 description of DEPRECATED_REGISTER_BYTES.
9935
9936 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9937
9938 * gdb.texinfo (Source Path): Document the new behavior of
9939 searching for the source files.
9940
9941 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9942
9943 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9944 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9945 (Auto Display): Improve indexing.
9946
9947 2004-07-16 Andrew Cagney <cagney@gnu.org>
9948
9949 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9950 "-noasync".
9951
9952 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9953
9954 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9955 have the same prefix have only their prefix in the index.
9956
9957 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9958
9959 * gdb.texinfo (BSD libkvm Interface): New node (section)
9960 (Native): Add it to the menu.
9961
9962 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9963
9964 * gdbint.texinfo (Target Architecture Definition): Remove
9965 PCC_SOL_BROKEN.
9966
9967 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9968
9969 * gdbint.texinfo (Target Architecture Definition): Remove
9970 SUN_FIXED_LBRAC_BUG.
9971
9972 2004-06-26 Andrew Cagney <cagney@gnu.org>
9973
9974 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9975
9976 2004-06-20 Andrew Cagney <cagney@gnu.org>
9977
9978 * gdbint.texinfo (Target Architecture Definition): Deprecate
9979 USE_STRUCT_CONVENTION.
9980
9981 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9982
9983 gdb.texinfo (Bug Reporting): Mention session recording,
9984 with the script command or Emacs.
9985
9986 2004-06-18 Andrew Cagney <cagney@gnu.org>
9987
9988 * gdbint.texinfo (Target Architecture Definition): Deprecate
9989 FUNCTION_START_OFFSET.
9990
9991 2004-06-14 Andrew Cagney <cagney@gnu.org>
9992
9993 Based on changes from Karl Berry.
9994 * gdb.texinfo: Do not use @sc in a direntry.
9995 * stabs.texinfo: Change @dircateogry to "Software development".
9996 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9997
9998 2004-06-13 Andrew Cagney <cagney@gnu.org>
9999
10000 * gdbint.texinfo (Target Architecture Definition): Delete
10001 description of RETURN_VALUE_ON_STACK.
10002
10003 2004-06-09 Andrew Cagney <cagney@gnu.org>
10004
10005 * gdbint.texinfo (Native Debugging): Restore "@table @code"
10006 deleted by previous patch.
10007
10008 2004-06-08 Andrew Cagney <cagney@gnu.org>
10009
10010 * gdbint.texinfo (Native Debugging): Delete documentation on
10011 ATTACH_DETACH.
10012
10013 2004-06-06 Randolph Chung <tausq@debian.org>
10014
10015 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
10016
10017 2004-06-06 Randolph Chung <tausq@debian.org>
10018
10019 * gdb.texinfo (push_dummy_call): Update argument list to match
10020 the new push_dummy_call method signature. Describe the function
10021 argument.
10022
10023 2004-05-24 Joel Brobecker <brobecker@gnat.com>
10024
10025 * gdb.texinfo (Starting): Document new start command.
10026
10027 2004-05-21 Andrew Cagney <cagney@redhat.com>
10028
10029 * observer.texi (GDB Observers): Document "inferior_created".
10030
10031 2004-05-08 Andrew Cagney <cagney@redhat.com>
10032
10033 * gdbint.texinfo (Target Architecture Definition): Delete
10034 description of DO_DEFERRED_STORES.
10035
10036 * gdbint.texinfo (Target Architecture Definition): Delete
10037 references to DEPRECATED_FIX_CALL_DUMMY.
10038
10039 * gdbint.texinfo (Target Architecture Definition): Delete
10040 description of DEPRECATED_CALL_DUMMY_WORDS,
10041 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
10042
10043 * gdbint.texinfo (Target Architecture Definition): Delete
10044 description of DEPRECATED_PUSH_DUMMY_FRAME.
10045
10046 * gdbint.texinfo (Target Architecture Definition): Delete
10047 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10048
10049 2004-05-07 Andrew Cagney <cagney@redhat.com>
10050
10051 * observer.texi (GDB Observers): Add "Debugging" section. Include
10052 cross reference to "set/show debug observer".
10053 * gdb.texinfo (Debugging Output): Document "set/show debug
10054 observer".
10055
10056 2004-05-01 Andrew Cagney <cagney@redhat.com>
10057
10058 * gdbint.texinfo (Target Architecture Definition): Delete
10059 description of DEPRECATED_PC_IN_SIGTRAMP.
10060
10061 2004-04-30 Andrew Cagney <cagney@redhat.com>
10062
10063 * gdbint.texinfo (Target Architecture Definition): Delete
10064 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
10065
10066 2004-04-30 Orjan Friberg <orjanf@axis.com>
10067
10068 * observer.texi (GDB Observers): Correct spelling.
10069
10070 2004-04-26 Orjan Friberg <orjanf@axis.com>
10071
10072 * observer.texi (GDB Observers): Add target_changed event.
10073
10074 2004-04-08 Andrew Cagney <cagney@redhat.com>
10075
10076 * observer.texi (GDB Observers): Rework, provide generic observer
10077 definitions and then a list of observable events.
10078
10079 2004-04-04 Andrew Cagney <cagney@redhat.com>
10080
10081 * gdbint.texinfo (Host Definition): Delete reference to
10082 NO_SIGINTERRUPT.
10083
10084 2004-04-02 Andrew Cagney <cagney@redhat.com>
10085
10086 * gdbint.texinfo (Target Architecture Definition): Delete
10087 reference to DEPRECATED_CALL_DUMMY_LENGTH.
10088
10089 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10090
10091 * gdb.texinfo (TUI Commands): Document tui reg commands.
10092
10093 2004-03-26 Andrew Cagney <cagney@redhat.com>
10094
10095 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
10096 "gdbtui".
10097 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
10098 (Contributors): Mention both Text and Terminal User Interface.
10099
10100 2004-03-23 Andrew Cagney <cagney@redhat.com>
10101
10102 * gdbint.texinfo (Target Architecture Definition): Deprecate
10103 references to SIGTRAMP_START and SIGTRAMP_END.
10104
10105 2004-03-23 Andrew Cagney <cagney@redhat.com>
10106
10107 * gdbint.texinfo (Target Architecture Definition): Deprecate
10108 references to PC_IN_SIGTRAMP.
10109
10110 2004-03-19 Andrew Cagney <cagney@redhat.com>
10111
10112 * gdbint.texinfo (Target Architecture Definition): Delete
10113 reference to GDB_TARGET_IS_HPPA.
10114
10115 2004-03-18 Andrew Cagney <cagney@redhat.com>
10116
10117 * gdbint.texinfo (Coding): Update section on gdbarch_data,
10118 describe pre_init and post_init.
10119
10120 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10121
10122 * gdb.texinfo (Debugging Output): Document values for "set debug
10123 target".
10124
10125 2004-02-28 Andrew Cagney <cagney@redhat.com>
10126
10127 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
10128
10129 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10130
10131 * gdb.texinfo (breakpoints): Add information about the
10132 new "set breakpoint pending" and "show breakpoint pending"
10133 commands.
10134
10135 2004-02-26 Andrew Cagney <cagney@redhat.com>
10136
10137 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
10138 in Per-architecture module data section.
10139
10140 2004-02-25 Roland McGrath <roland@redhat.com>
10141
10142 * gdb.texinfo (General Query Packets): Document qPart:... packets.
10143
10144 2004-02-24 Andrew Cagney <cagney@redhat.com>
10145
10146 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
10147 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
10148 * fdl.texi: Import Version 1.2, November 2002.
10149
10150 2004-02-17 Andrew Cagney <cagney@redhat.com>
10151
10152 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
10153
10154 2004-02-16 Andrew Cagney <cagney@redhat.com>
10155
10156 * gdbint.texinfo (Target Architecture Definition): Deprecate
10157 FRAMELESS_FUNCTION_INVOCATION.
10158
10159 2004-02-16 Andrew Cagney <cagney@redhat.com>
10160
10161 * gdbint.texinfo (Coding): Mention -Wunused-function.
10162
10163 2004-02-14 Andrew Cagney <cagney@redhat.com>
10164
10165 * gdbint.texinfo (Target Architecture Definition): Delete
10166 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10167
10168 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
10169
10170 * gdb.texinfo: Properly quote the name "C++".
10171 * gdbint.texinfo: Ditto.
10172 * stabs.texinfo: Ditto.
10173
10174 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
10175
10176 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
10177 minimal information about libiberty.
10178
10179 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
10180
10181 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
10182
10183 2004-02-04 Roland McGrath <roland@redhat.com>
10184
10185 * gdb.texinfo (Auxiliary Vector): New node (section).
10186 (Data): Add it to the menu.
10187
10188 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10189
10190 * gdb.texinfo (Breakpoints): Add information about pending
10191 breakpoint support.
10192
10193 2004-01-26 Andrew Cagney <cagney@redhat.com>
10194
10195 * gdb.texinfo (Overview): Delete references to the cisco protocol
10196 including the "N" response.
10197
10198 2004-01-26 Andrew Cagney <cagney@redhat.com>
10199
10200 * gdbint.texinfo (Target Architecture Definition): Rename
10201 EXTRACT_STRUCT_VALUE_ADDRESS to
10202 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10203
10204 2004-01-24 Eli Zaretskii <eliz@gnu.org>
10205
10206 * gdb.texinfo (KOD): Document "show os". Add index entries for
10207 "set/show os" and "info cisco" commands.
10208
10209 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10210
10211 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
10212
10213 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10214
10215 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
10216 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10217
10218 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
10219
10220 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
10221 -stack-list-locals.
10222 (GDB/MI Variable Objects): Describe extension to
10223 -var-list-children.
10224
10225 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10226
10227 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
10228
10229 2004-01-17 Andrew Cagney <cagney@redhat.com>
10230
10231 * gdbint.texinfo (Target Architecture Definition): Delete
10232 documentation on DEPRECATED_NPC_REGNUM.
10233
10234 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
10235
10236 * gdb.texinfo: Update copyright year. Mention that set
10237 follow-fork-mode is supported on GNU/Linux. Remove documentation of
10238 "set follow-fork-mode ask".
10239
10240 2004-01-13 Andrew Cagney <cagney@redhat.com>
10241
10242 * gdbint.texinfo: Update copyright year.
10243 (Coding): Add -Wunused-label to list of -Werror warnings.
10244
10245 2004-01-08 Jason Molenda <jmolenda@apple.com>
10246 Eli Zaretskii <eliz@gnu.org>
10247
10248 * gdb.texinfo: Update copyright.
10249 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
10250 around names, as appropriate. Minor syntax cleanup of
10251 _NSPrintForDebugger explanation. Two spaces after periods.
10252 GDBN used instead of lit. "gdb". Index entries added for
10253 print-object and _NSPrintForDebugger. @noindent added in one spot.
10254
10255 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
10256
10257 * stabs.texinfo: Add dircategory and direntry commands.
10258 * annotate.texinfo: Ditto.
10259
10260 2003-11-10 Andrew Cagney <cagney@redhat.com>
10261
10262 * gdbint.texinfo (Target Architecture Definition): Replace the
10263 return_value method's "inval" and "outval" parameters with
10264 "readbuf" and "writebuf".
10265
10266 2003-10-28 Jim Blandy <jimb@redhat.com>
10267
10268 * gdb.texinfo (The F request packet, The F reply packet): Renamed
10269 from "The `F' request packet" and "The `F' reply packet", to make
10270 texi2dvi happy.
10271 (File-I/O remote protocol extension): Update menu entries, too.
10272
10273 2003-10-26 Michael Chastain <mec@shout.net>
10274
10275 * gdb.texinfo (Thread Stops): Document the issue with
10276 premature return from system calls in multi-threaded programs.
10277
10278 2003-10-24 Andrew Cagney <cagney@redhat.com>
10279
10280 * annotate.texinfo: Fix "fortunatly"[sic].
10281
10282 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
10283
10284 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
10285 with "Hitachi" and "Mitsubishi".
10286
10287 2003-10-20 Andrew Cagney <cagney@redhat.com>
10288
10289 * gdbint.texinfo (Target Architecture Definition): Document
10290 gdbarch_return_value. Add cross references from
10291 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
10292 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
10293
10294 2003-10-18 Mark Kettenis <kettenis@gnu.org>
10295
10296 * gdbint.texinfo (Target Architecture Definition): Document
10297 regset_from_core_section.
10298
10299 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
10300
10301 * gdb.texinfo (M32R/D): Mention m32rsdi target.
10302
10303 2003-10-15 Kevin Buettner <kevinb@redhat.com>
10304
10305 From Anthony Green <green@redhat.com>:
10306 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
10307
10308 2003-10-14 Kevin Buettner <kevinb@redhat.com>
10309
10310 * gdb.texinfo (Breakpoint related warnings): New node.
10311 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
10312
10313 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
10314
10315 * gdb.texinfo (Remote Protocol): Document v and vCont.
10316
10317 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10318
10319 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10320 * gdbint.texinfo: Ditto.
10321
10322 2003-10-09 Andrew Cagney <cagney@redhat.com>
10323
10324 From 2003-09-18 David Anderson <davea@sgi.com>:
10325 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10326 "command".
10327
10328 2003-10-03 Andrew Cagney <cagney@redhat.com>
10329
10330 * gdbint.texinfo (Target Architecture Definition): Deprecate
10331 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
10332 just target.
10333
10334 2003-10-02 Andrew Cagney <cagney@redhat.com>
10335
10336 * gdbint.texinfo (Target Architecture Definition): Rename
10337 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10338 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10339 * gdbint.texinfo (Target Architecture Definition): Rename
10340
10341 2003-09-30 Andrew Cagney <cagney@redhat.com>
10342
10343 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
10344 (Target Architecture Definition):
10345
10346 * gdbint.texinfo (Target Architecture Definition): Rename
10347 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10348
10349 2003-09-29 Andrew Cagney <cagney@redhat.com>
10350
10351 * gdbint.texinfo (Target Architecture Definition): Delete
10352 documentation for NEED_TEXT_START_END.
10353
10354 * gdbint.texinfo (Target Architecture Definition): Rename
10355 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
10356 TARGET_WRITE_PC.
10357
10358 2003-09-22 Michael Chastain <mec@shout.net>
10359
10360 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10361
10362 2003-09-21 Anthony Green <green@redhat.com>
10363
10364 * gdbint.texinfo (Target Architecture Definition): Fix typos.
10365
10366 2003-09-21 Mark Kettenis <kettenis@gnu.org>
10367
10368 * gdbint.texinfo (Target Architecture Definition): Document
10369 stabs_argument_has_addr.
10370
10371 2003-09-18 Andrew Cagney <cagney@redhat.com>
10372
10373 * gdbint.texinfo (Target Architecture Definition): Delete
10374 documentation on REGISTER_NAMES.
10375
10376 2003-09-13 Mark Kettenis <kettenis@gnu.org>
10377
10378 * gdbint.texinfo (Target Architecture Definition): Replace
10379 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10380
10381 2003-09-11 Andrew Cagney <cagney@redhat.com>
10382
10383 * gdbint.texinfo (Target Architecture Definition): Replace
10384 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10385
10386 2003-08-18 Andrew Cagney <cagney@redhat.com>
10387
10388 * gdbint.texinfo (Target Architecture Definition): Document
10389 "frame_red_zone_size".
10390
10391 2003-08-09 Andrew Cagney <cagney@redhat.com>
10392
10393 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10394 with "set/show backtrace past-main" and "set/show backtrace
10395 limit".
10396
10397 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10398
10399 * Makefile.in (install-info): Support DESTDIR.
10400 (install-html): Likewise.
10401
10402 2003-08-07 Andrew Cagney <cagney@redhat.com>
10403
10404 Patch from Nick Roberts.
10405 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10406 bindings. Remove description of send-gdb-command.
10407
10408 2003-08-07 Andrew Cagney <cagney@redhat.com>
10409
10410 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10411 GDB 6.0.
10412
10413 2003-08-06 Andrew Cagney <cagney@redhat.com>
10414
10415 * gdb.texinfo (Mode Options): Mention that level three is the
10416 highest available and that level 2 is deprecated.
10417 (Annotations Overview): Mention annotation levels. Cross reference
10418 to "Limitations of the Annotation Interface" in annotate.texi.
10419 (TODO, Value Annotations, Frame Annotations): Delete section.
10420 (Displays, Breakpoint Info): Delete.
10421
10422 2003-08-04 Andrew Cagney <cagney@redhat.com>
10423
10424 * agentexpr.texi: Delete @bye.
10425 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10426 (stabs.info): Add $(srcdir) to include search path.
10427 (html): Depend on "annotate_toc.html", and not "annotate.html".
10428 * stabs.texinfo: Ditto. Include "fdl.texi".
10429 * gdbint.texinfo: Update copyright statement's list of invariant
10430 sections.
10431
10432 2003-07-28 Andrew Cagney <cagney@redhat.com>
10433
10434 * Makefile.in (INFO_DEPS): Add annotate.info.
10435 (dvi, ps, html, pdf): Add annotate.
10436 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10437 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10438 (ANNOTATE_DOC_FILES): New macro.
10439 (ANNOTATE_TEX_TMPS): New macro.
10440 (annotate.info, annotate_toc.html): Specify dependencies.
10441 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10442 * annotate.texinfo: Rename annotate.texi. Get building. Add
10443 "Migrating to GDB/MI" and "Limitations of the Annotation
10444 Interface" chapters. Mention why it is not part of the user
10445 guide. Update copyright notice. Include "fdl.texi".
10446
10447 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10448
10449 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10450
10451 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10452
10453 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10454
10455 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10456
10457 * gdb.texinfo (Server): Mention pidof.
10458
10459 2003-07-22 Andrew Cagney <cagney@redhat.com>
10460
10461 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10462 list.
10463
10464 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
10465
10466 * gdb.texinfo (Logging output): New chapter.
10467
10468 2003-06-24 Joel Brobecker <brobecker@gnat.com>
10469
10470 * gdb.texinfo (Unsupported languages): New section.
10471 (Languages): Add link to new section.
10472
10473 2003-06-22 Andrew Cagney <cagney@redhat.com>
10474
10475 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10476
10477 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10478
10479 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10480
10481 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10482
10483 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10484 * agentexpr.texi: Retitle section, and change it to an appendix.
10485 Comment out texinfo initialization. Factor a @var{} into two
10486 pieces to prevent makeinfo warnings.
10487 * gdb.texinfo: Add Agent Expressions appendix.
10488
10489 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
10490
10491 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10492
10493 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
10494
10495 * gdb.texinfo (Remote Debugging): New section "Connecting to a
10496 remote target". Document the "detach" and "disconnect" commands.
10497 (Server, Netware, Debug Session): Reference "Connecting to a
10498 remote target".
10499 (GDB/MI Target Manipulation): Document "-target-disconnect".
10500
10501 2003-06-13 Andrew Cagney <cagney@redhat.com>
10502
10503 * gdbint.texinfo (Target Architecture Definition): Deprecate
10504 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10505 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10506
10507 2003-06-09 Jim Blandy <jimb@redhat.com>
10508
10509 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10510
10511 2003-06-08 Andrew Cagney <cagney@redhat.com>
10512
10513 * gdbint.texinfo (Target Architecture Definition): Delete
10514 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10515
10516 2003-06-08 Andrew Cagney <cagney@redhat.com>
10517
10518 * gdbint.texinfo (Target Architecture Definition): Document
10519 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10520
10521 2003-06-07 Adam Fedor <fedor@gnu.org>
10522
10523 * gdb.texinfo: Add Objective-C documentation.
10524
10525 2003-06-01 Andrew Cagney <cagney@redhat.com>
10526
10527 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10528 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10529
10530 2003-05-21 Andrew Cagney <cagney@redhat.com>
10531
10532 * gdbint.texinfo (Target Architecture Definition): Delete
10533 references to "extract_address" and "store_address".
10534
10535 2003-05-16 Andrew Cagney <cagney@redhat.com>
10536
10537 * gdbint.texinfo (Target Architecture Definition): Replace
10538 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10539 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10540
10541 2003-05-14 Theodore A. Roth <troth@openavr.org>
10542
10543 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10544
10545 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10546
10547 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10548 (gdb.dvi): Likewise.
10549 (gdb.pdf): Likewise.
10550 (links2roff): Likewise.
10551
10552 2003-05-08 Jim Blandy <jimb@redhat.com>
10553
10554 * gdb.texinfo (Dump/Restore Files): Update documentation for
10555 'dump', 'append', and 'restore': note that format argument is
10556 optional; simplify presentation of the command variants; and be
10557 more precise about the formats.
10558
10559 2003-05-07 Jim Blandy <jimb@redhat.com>
10560
10561 * gdb.texinfo (Symbols): Update documentation: 'maint list
10562 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10563 symtabs' and 'maint info psymtabs'.
10564
10565 2003-05-05 Andrew Cagney <cagney@redhat.com>
10566
10567 * gdbint.texinfo (Target Architecture Definition): Make
10568 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10569 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10570 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10571
10572 2003-05-04 Andrew Cagney <cagney@redhat.com>
10573
10574 * gdb.texinfo (Maintenance Commands): Document "maint print
10575 dummy-frames".
10576
10577 2003-05-04 Andrew Cagney <cagney@redhat.com>
10578
10579 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10580
10581 2003-05-03 J. Brobecker <brobecker@gnat.com>
10582
10583 Thierry Schneider <tpschneider1@yahoo.com>
10584 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10585 for new MI command.
10586
10587 2003-05-03 Andrew Cagney <cagney@redhat.com>
10588
10589 * gdbint.texinfo (Target Architecture Definition): Document
10590 push_dummy_code. Add cross references.
10591
10592 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10593
10594 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10595 set/show charsets commands.
10596
10597 2003-04-28 Andrew Cagney <cagney@redhat.com>
10598
10599 * gdbint.texinfo (Target Architecture Definition): Replace
10600 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10601 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10602
10603 2003-04-28 Andrew Cagney <cagney@redhat.com>
10604
10605 * gdbint.texinfo (Target Architecture Definition): Rename
10606 "tm_print_insn" to "deprecated_tm_print_insn".
10607
10608 2003-04-09 Jim Blandy <jimb@redhat.com>
10609
10610 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10611 list psymtabs'.
10612
10613 2003-04-08 Andrew Cagney <cagney@redhat.com>
10614
10615 * gdbint.texinfo (Target Architecture Definition): Delete
10616 references to EXTRA_FRAME_INFO.
10617
10618 2003-04-08 Andrew Cagney <cagney@redhat.com>
10619
10620 * gdbint.texinfo (Target Architecture Definition): Delete
10621 PRINT_TYPELESS_INTEGER.
10622
10623 2003-04-02 J. Brobecker <brobecker@gnat.com>
10624
10625 * observer.texi (GDB Observers): Adjust the documentation for the
10626 normal_stop notification to better describe reality. Fix a couple
10627 of minor typos.
10628
10629 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10630
10631 * gdb.texinfo (GDB/MI Program Control): Add
10632 '-file-list-exec-source-file'
10633
10634 2003-03-31 Andrew Cagney <cagney@redhat.com>
10635
10636 * gdbint.texinfo (Target Architecture Definition): Delete
10637 references to CALL_DUMMY_P.
10638
10639 2003-03-30 Andrew Cagney <cagney@redhat.com>
10640
10641 * gdbint.texinfo (Target Architecture Definition): Remove
10642 reference to TARGET_WRITE_SP.
10643
10644 2003-03-27 Andrew Cagney <cagney@redhat.com>
10645
10646 * gdbint.texinfo (Target Architecture Definition): Remove
10647 references to write_sp.
10648
10649 2003-03-27 Andrew Cagney <cagney@redhat.com>
10650
10651 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10652 chapter body. Use @smallexample instead of @example.
10653 (Annotations): Ditto.
10654 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10655 annotate.texi.
10656
10657 2003-03-26 Andrew Cagney <cagney@redhat.com>
10658
10659 * gdbint.texinfo (Target Architecture Definition): Replace
10660 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10661 dummy_addr parameters.
10662
10663 2003-03-25 Andrew Cagney <cagney@redhat.com>
10664
10665 * gdbint.texinfo (Target Architecture Definition): Delete
10666 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10667 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10668 Add reference to PUSH_ARGUMENTS.
10669
10670 2003-03-23 Andrew Cagney <cagney@redhat.com>
10671
10672 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10673 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10674
10675 2003-03-18 J. Brobecker <brobecker@gnat.com>
10676
10677 * gdbint.texinfo (Algorithms): Add new section describing the
10678 Observer paradigm.
10679 (Top): Add menu entry to new observer appendix.
10680 * observer.texi: New file.
10681 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10682 new observer.texi file.
10683
10684 2003-03-17 Andrew Cagney <cagney@redhat.com>
10685
10686 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10687 that GNU Press update the manual version number.
10688
10689 2003-03-12 Andrew Cagney <cagney@redhat.com>
10690
10691 * gdbint.texinfo (Target Architecture Definition): Delete
10692 references to get_saved_register. Rename GET_SAVED_REGISTER to
10693 DEPRECATED_GET_SAVED_REGISTER.
10694
10695 2003-03-13 Andrew Cagney <cagney@redhat.com>
10696
10697 * gdbint.texinfo (Target Architecture Definition): Replace
10698 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10699
10700 2003-03-12 Andrew Cagney <cagney@redhat.com>
10701
10702 * gdbint.texinfo (Target Architecture Definition): Rename
10703 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10704
10705 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10706
10707 * gdb.texinfo: Add File-I/O documentation.
10708
10709 2003-03-10 Andrew Cagney <cagney@redhat.com>
10710
10711 * gdbint.texinfo (Target Architecture Definition): Cross reference
10712 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10713
10714 2003-03-07 Andrew Cagney <cagney@redhat.com>
10715
10716 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10717 frame" command.
10718
10719 2003-03-05 Andrew Cagney <cagney@redhat.com>
10720
10721 * gdbint.texinfo (Target Architecture Definition): Document
10722 unwind_dummy_id. Cross reference unwind_dummy_id and
10723 SAVE_DUMMY_FRAME_TOS.
10724
10725 2003-03-05 James Ingham <jingham@apple.com>
10726 Daniel Jacobowitz <drow@mvista.com>
10727
10728 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10729 and "show cp-abi".
10730
10731 2003-03-03 Andrew Cagney <cagney@redhat.com>
10732
10733 * gdbint.texinfo (Target Architecture Definition): Document
10734 register_type.
10735
10736 2003-03-03 Andrew Cagney <cagney@redhat.com>
10737
10738 * stabs.texinfo (Structures): Use @samp and separate @var's
10739 instead of a single @var containing a comma separated list.
10740 (Unions): Ditto.
10741
10742 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10743
10744 * Makefile.in (distclean): Remove config.log.
10745
10746 2003-03-01 Andrew Cagney <cagney@redhat.com>
10747
10748 * gdbint.texinfo (Target Architecture Definition): Rename
10749 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10750
10751 2003-03-01 Andrew Cagney <cagney@redhat.com>
10752
10753 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10754 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10755
10756 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10757
10758 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10759 (Non-debug DLL symbols): New node, describing the minimal symbols
10760 loaded from DLLs without real debugging symbols.
10761
10762 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10763
10764 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10765 hardware-breakpoint-limit".
10766 (Set Watchpoints): Add cross reference to "set remote
10767 hardware-watchpoint-limit".
10768 (Remote configuration options): New section.
10769
10770 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10771
10772 * gdbint.texinfo (Target Architecture Definition): Delete
10773 descrption of IS_TRAPPED_INTERNALVAR.
10774
10775 From Keith Seitz <keiths@redhat.com>:
10776 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10777 option "-i"/"--interpreter" to this chapter. Include index
10778 entries.
10779
10780 2003-02-04 David Carlton <carlton@math.stanford.edu>
10781
10782 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10783 (Variables): Recommend stabs+ and DWARF 2.
10784 (C plus plus expressions): Correct info about
10785 compiler versions, debug formats.
10786 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10787 PR symtab/874.
10788
10789 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10790
10791 * gdbint.texinfo (Target Architecture Definition): Delete
10792 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10793 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10794 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10795 references to nindy and i960.
10796 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10797
10798 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10799
10800 * gdbint.texinfo (Target Architecture Definition): Delete
10801 FLOAT_INFO.
10802
10803 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10804
10805 * stabs.texinfo (Member Type Descriptor): Clarify description of
10806 `@'. Suggested by Ben Hutchings.
10807
10808 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10809
10810 * gdb.texinfo (M68K): Delete reference to es1800.
10811
10812 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10813
10814 * gdb.texinfo (Maintenance Commands): Document `maint print
10815 reggroups' and `maint print register-groups'.
10816 * gdbint.texinfo (Target Architecture Definition): Document
10817 register_reggroup_p.
10818
10819 2003-01-23 Jim Blandy <jimb@redhat.com>
10820
10821 * gdb.texinfo (Separate Debug Files): New section.
10822
10823 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10824
10825 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10826 and "maint show profile".
10827
10828 2003-01-16 Michael Chastain <mec@shout.net>
10829
10830 * gdb.texinfo (Installing GDB): Warn against
10831 ".../gdb-VERSION/gdb/configure".
10832 (Separate Objdir): Likewise.
10833
10834 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10835
10836 * gdbint.texinfo (Target Architecture Definition): Delete
10837 definition of PRINT_REGISTER_HOOK.
10838
10839 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10840
10841 (OpenRISC 1000): Fix formatting of command names.
10842
10843 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10844
10845 * gdb.texinfo (Continuing and Stepping): Add new command
10846 'advance'. Clarify behavior of 'until'.
10847
10848 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10849
10850 * gdb.texinfo (Files): Document solib-absolute-prefix and
10851 solib-search-path.
10852
10853 2003-01-09 Michael Chastain <mec@shout.net>
10854
10855 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10856 (Create a Release): Add new instructions for new @file{src-release}.
10857 Document existing instructions for @file{Makefile.in} as
10858 being for @value{GDBN} 5.3.1 or earlier.
10859
10860 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10861
10862 * gdbint.texinfo (Target Architecture Definition): Mention
10863 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10864 allocate memory.
10865
10866 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10867
10868 * gdb.texinfo (Controlling GDB): Add @kindex for
10869 "show osabi".
10870 (Backtraces): Add @kindex's for backtrace-below-main.
10871
10872 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10873
10874 * gdb.texinfo (Controlling GDB): Document "set osabi".
10875
10876 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10877
10878 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10879 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10880
10881 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10882
10883 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10884 "set coerce-float-to-double".
10885 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10886
10887 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10888
10889 * stabs.texinfo: Remove obsolete text.
10890 * gdbint.texinfo: Ditto.
10891 * gdb.texinfo: Ditto.
10892
10893 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10894
10895 * fdl.texi: Revert the last change.
10896
10897 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10898
10899 * gdbint.texinfo (Target Architecture Definition): Update
10900 description of gdbarch_register_osabi.
10901
10902 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10903
10904 * agentexpr.texi: Fix typos.
10905 * annotate.texi: Likewise.
10906 * fdl.texi: Likewise.
10907
10908 2002-12-10 Andrew Cagney <cagney@redhat.com>
10909
10910 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10911 DEPRECATED_INIT_FRAME_PC.
10912
10913 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10914
10915 * gdbint.texinfo (Target Architecture Definition): Delete
10916 PC_IN_CALL_DUMMY.
10917
10918 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10919
10920 * gdbint.texinfo (Host Definition): Delete documentation on
10921 USE_GENERIC_DUMMY_FRAMES.
10922
10923 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10924
10925 Fix PR gdb/723 and PR gdb/245.
10926 * Makefile.in (install-info): Run the install-info command as part
10927 of the post install steps only.
10928 (uninstall-info): New target.
10929 (uninstall): New target.
10930
10931 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10932
10933 * Makefile.in (install): Make install do some real work.
10934
10935 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10936
10937 Fix POSIX problem reported by Paul Eggert.
10938 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10939 Fix PR gdb/527.
10940
10941 2002-10-26 Andrew Cagney <cagney@redhat.com>
10942
10943 * gdbint.texinfo (Target Architecture Definition): Delete
10944 definition of DO_REGISTERS_INFO.
10945
10946 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10947
10948 * gdbint.texinfo (Address Classes): Fix problems with insertion
10949 of ``{'' and ``}'' in example.
10950
10951 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10952
10953 * gdbint.texinfo (Address Classes): New section.
10954 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10955 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10956 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10957 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10958
10959 2002-10-11 Klee Dienes <kdienes@apple.com>
10960
10961 * gdb.texinfo (Registers): Mention vector registers as well as
10962 floating registers in the documentation for 'info registers' and
10963 'info all-registers'.
10964
10965 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10966
10967 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10968
10969 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10970
10971 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10972 interface definition.
10973
10974 2002-10-03 Marko Mlinar <markom@opencores.org>
10975
10976 * gdb.texinfo (Target Commands): Add or1k target specific
10977 commands.
10978 * gdb.texinfo (Contributors): Add myself to the contributors list.
10979
10980 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10981
10982 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10983 and "mi1" instead of "mi1" and "mi0".
10984
10985 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10986
10987 * gdb.texinfo (Packets): Fix typos "alligned".
10988 Correct z3/Z3 description. Correct z4/Z4 title.
10989
10990 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10991
10992 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10993
10994 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10995
10996 * gdb.texinfo: Use GNU/Linux instead of Linux.
10997
10998 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10999
11000 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
11001
11002 2002-09-24 Andrew Cagney <ac131313@redhat.com>
11003
11004 * gdb.texinfo: Replace @example with @smallexample.
11005
11006 2002-09-20 Kevin Buettner <kevinb@redhat.com>
11007
11008 From Eli Zaretskii <eliz@gnu.org>:
11009 * gdb.texinfo (Character Sets): Use @smallexample instead of
11010 @example. Use GNU/Linux instead of Linux.
11011
11012 2002-09-20 Jim Blandy <jimb@redhat.com>
11013
11014 * gdb.texinfo: Add character set documentation.
11015
11016 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
11017
11018 * gdb.texinfo: Document edit command.
11019
11020 2002-09-19 Andrew Cagney <ac131313@redhat.com>
11021
11022 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
11023 (Packets): Add cross reference from `b' packet to `z' packets.
11024
11025 2002-09-19 Andrew Cagney <ac131313@redhat.com>
11026
11027 * gdb.texinfo (Maintenance Commands): Document ``maint
11028 internal-error'' and ``maint internal-warning''.
11029
11030 * gdbint.texinfo (Target Architecture Definition): Revise
11031 description of STACK_ALIGN. Add description of FRAME_ALIGN.
11032
11033 2002-09-19 Joel Brobecker <brobecker@gnat.com>
11034
11035 * gdbint.texinfo (Target Conditionals): Document the new
11036 NAME_OF_MALLOC macro.
11037
11038 2002-09-05 Andrew Cagney <ac131313@redhat.com>
11039
11040 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
11041 engineer.
11042
11043 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
11044
11045 * gdb.texinfo (TUI Overview): Document status line fields.
11046
11047 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
11048
11049 * gdb.texinfo (TUI Commands): Document info win command.
11050
11051 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11052
11053 * gdb.texinfo (TUI Overview): Document breakpoint markers.
11054
11055 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11056
11057 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
11058 (TUI Keys): Likewise.
11059
11060 2002-08-25 Andrew Cagney <ac131313@redhat.com>
11061
11062 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
11063 for a packet receive.
11064
11065 2002-08-25 Andrew Cagney <ac131313@redhat.com>
11066
11067 * Makefile.in (clean): Move to end of file.
11068 (distclean, maintainer-clean, realclean): Ditto.
11069 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
11070 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
11071 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
11072 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
11073
11074 2002-08-24 Andrew Cagney <ac131313@redhat.com>
11075
11076 * Makefile.in (GDBINT_TEX_TMPS): Define.
11077 (gdbint.dvi, gdbint.pdf): Use
11078 (GDB_TEX_TMPS): Define.
11079 (gdb.dvi, gdb.pdf): Use.
11080 (STABS_TEX_TMPS): Define.
11081 (stabs.dvi, stabs.pdf): Use.
11082 (GDB_DOC_SOURCE_INCLUDES): New macros.
11083 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
11084 (GDBINT_DOC_FILES_INCLUDES): New macros.
11085 (GDBINT_DOC_BUILD_INCLUDES): New macros.
11086 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
11087 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
11088 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
11089 (links2roff): Replace SFILES_INCLUDED with
11090 GDB_DOC_SOURCE_INCLUDES.
11091 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
11092 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
11093 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
11094 dependencies.
11095 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
11096 dependencies.
11097 (gdbmi.texinfo): Delete rule.
11098 (inc-hist.texinfo): Delete rule.
11099 (rluser.texinfo): Delete rule.
11100
11101 2002-08-23 Andrew Cagney <cagney@redhat.com>
11102
11103 * gdbint.texinfo (Target Architecture Definition): Update
11104 STORE_RETURN_VALUE, mention regcache.
11105
11106 2002-08-21 Andrew Cagney <ac131313@redhat.com>
11107
11108 * gdbint.texinfo (Target Architecture Definition): Document
11109 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
11110
11111 2002-08-19 Andrew Cagney <ac131313@redhat.com>
11112
11113 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
11114 Fix minor typos. Add index entries.
11115
11116 2002-08-18 Andrew Cagney <ac131313@redhat.com>
11117
11118 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
11119
11120 2002-08-15 Andrew Cagney <ac131313@redhat.com>
11121
11122 * gdbint.texinfo (Target Architecture Definition): Document
11123 PRINT_VECTOR_INFO.
11124 * gdb.texinfo (Vector Unit): Document "info vectors" command.
11125
11126 2002-08-13 Andrew Cagney <ac131313@redhat.com>
11127
11128 * gdb.texinfo (Maintenance Commands): Document "maint print
11129 registers", "maint print raw-registers" and "maint print
11130 cooked-registers".
11131
11132 2002-08-08 Grace Sainsbury <graces@redhat.com>
11133
11134 From Mark Salter:
11135 * gdb.texinfo (Protocol): Document T packet extension to
11136 allow watchpoint address reporting.
11137
11138 2002-08-03 Andrew Cagney <ac131313@redhat.com>
11139
11140 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
11141
11142 2002-08-01 Andrew Cagney <cagney@redhat.com>
11143
11144 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
11145 to CHILL.
11146
11147 2002-08-01 Andrew Cagney <ac131313@redhat.com>
11148
11149 * gdbint.texinfo (Coding): Revise section "Include Files".
11150
11151 2002-07-24 Andrew Cagney <cagney@redhat.com>
11152
11153 * gdbint.texinfo: Obsolete references to m88k.
11154 * gdb.texinfo: Ditto.
11155
11156 2002-07-10 Joel Brobecker <brobecker@gnat.com>
11157
11158 * gdbint.texinfo (Create a release candiate): Add the location
11159 where the proper version of autoconf can be retrieved.
11160
11161 2002-07-09 Don Howard <dhoward@redhat.com>
11162
11163 * gdb.texinfo (Command Files): Further describe the behavior of
11164 sourced command files.
11165
11166 2002-06-27 Andrew Cagney <ac131313@redhat.com>
11167
11168 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
11169 (Coding): Clarify ISO C version that GDB assumes.
11170
11171 2002-06-26 Tom Tromey <tromey@redhat.com>
11172
11173 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
11174 add_setshow_cmd_full.
11175
11176 2002-06-25 Don Howard <dhoward@redhat.com>
11177
11178 * gdb.texinfo (Memory Region Attributes): Document new behavior
11179 for 'mem' command.
11180
11181 2002-06-11 Jim Blandy <jimb@redhat.com>
11182
11183 * gdb.texinfo (Symbols): Update documentation for `info source'
11184 command.
11185
11186 * gdb.texinfo (Macros): Call the command `info macro', not
11187 `show macro'.
11188
11189 2002-06-09 Andrew Cagney <ac131313@redhat.com>
11190
11191 * gdbint.texinfo (Coding): Add section ``Per-architecture module
11192 data''.
11193
11194 2002-06-09 Mark Kettenis <kettenis@gnu.org>
11195
11196 * gdbint.texinfo (Target Architecture Definition): Document
11197 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
11198
11199 2002-06-08 Andrew Cagney <ac131313@redhat.com>
11200
11201 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
11202 lists.
11203
11204 2002-06-08 Andrew Cagney <ac131313@redhat.com>
11205
11206 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
11207 Branch''.
11208
11209 2002-06-01 Andrew Cagney <ac131313@redhat.com>
11210
11211 * gdbint.texinfo (Target Architecture Definition): Add section
11212 ``Converting an existing Target Architecture to Multi-arch''.
11213
11214 2002-05-30 Andrew Cagney <ac131313@redhat.com>
11215
11216 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
11217 to ``Obsoleting code''. Revise.
11218
11219 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
11220
11221 * gdbint.texinfo: Document new generic OS ABI framework.
11222
11223 2002-05-17 Jim Blandy <jimb@redhat.com>
11224
11225 * gdb.texinfo (C Preprocessor Macros): New chapter.
11226 Include it in the main menu.
11227 (Contributors): Credit Jim Blandy with macro support.
11228 (Compilation): Explain how to get macro information into the
11229 executable.
11230 (Expressions): Note that preprocessor macros are expanded.
11231
11232 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
11233
11234 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
11235 options for `target remote'.
11236
11237 2002-05-13 Andrew Cagney <ac131313@redhat.com>
11238
11239 * gdbint.texinfo (Target Architecture Definition): Delete
11240 documentation on NNPC_REGNUM.
11241
11242 2002-05-11 Andrew Cagney <ac131313@redhat.com>
11243
11244 * gdbint.texinfo (Target Architecture Definition): Document
11245 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
11246 (Target Architecture Definition): Revise section `Using Different
11247 Register and Memory Data Representations'. Add section `Raw and
11248 Virtual Register Representations'.
11249
11250 2002-05-11 Andrew Cagney <ac131313@redhat.com>
11251
11252 * gdbint.texinfo (Target Architecture Definition): Mention
11253 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
11254 (Target Architecture Definition): Mention same. Add references to
11255 web pages.
11256
11257 2002-05-08 Michael Snyder <msnyder@redhat.com>
11258
11259 * stabs.texinfo (Attributes): Document new "vector" attribute.
11260
11261 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11262
11263 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
11264
11265 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11266
11267 * gdb.texinfo: Delete obsolete references to a29k.
11268
11269 2002-04-24 Andrew Cagney <ac131313@redhat.com>
11270
11271 * gdbint.texinfo (Target Architecture Definition): Replace
11272 IN_SIGTRAMP with PC_IN_SIGTRAMP.
11273
11274 2002-04-24 David S. Miller <davem@redhat.com>
11275
11276 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
11277
11278 2002-04-21 David S. Miller <davem@redhat.com>
11279
11280 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
11281
11282 2002-04-21 Andrew Cagney <ac131313@redhat.com>
11283
11284 * gdbint.texinfo (Target Architecture Definition): Delete
11285 definition of HAVE_REGISTER_WINDOWS.
11286
11287 2002-04-19 Eli Zaretskii <eliz@gnu.org>
11288
11289 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
11290 "Theodore A. Roth" <troth@verinet.com>.
11291
11292 2002-04-15 Don Howard <dhoward@redhat.com>
11293
11294 From Eli Zaretskii <eliz@gnu.org>
11295 * gdb.texinfo (show max-user-call-depth): Correct formatting.
11296 Provide a better explaination of this feature.
11297
11298 2002-04-14 Andrew Cagney <ac131313@redhat.com>
11299
11300 * gdbint.texinfo (Target Architecture Definition): Remove
11301 FRAME_CHAIN_COMBINE.
11302
11303 2002-04-12 Michael Chastain <mec@shout.net>
11304
11305 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
11306 REG_STACK_SEGMENT.
11307
11308 2002-04-09 Michael Chastain <mec@shout.net>
11309
11310 * gdbint.texinfo (Obsolete Conditionals): Remove references to
11311 PYRAMID_* macros.
11312
11313 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11314
11315 * gdb.texinfo (Bug Reporting): Document that the web is the
11316 prefered way of submitting bug reports.
11317 (Bug Reporting): Delete the s-mail address as the last resort.
11318
11319 2002-04-05 Andrew Cagney <ac131313@redhat.com>
11320
11321 * gdbint.texinfo (Target Architecture Definition): Delete
11322 references to TARGET_WRITE_FP and write_fp.
11323
11324 2002-03-27 Michael Snyder <msnyder@redhat.com>
11325
11326 * gdb.texinfo: Document new commands dump, append, and restore.
11327
11328 2002-03-27 Andrew Cagney <ac131313@redhat.com>
11329
11330 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11331 Branch'.
11332
11333 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11334
11335 * gdb.texinfo: Change all examples to @smallexample.
11336 * gdbint.texinfo: Ditto.
11337
11338 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11339
11340 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11341 Branches''.
11342
11343 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11344
11345 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11346 Policy''.
11347
11348 2002-03-04 Fred Fish <fnf@redhat.com>
11349
11350 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11351 expresson, suports, dependant, trhe, perhaphs, situtations,
11352 explictily, taged, oportunity, unfortunatly).
11353
11354 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11355
11356 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11357 Remove reference to 3.12.
11358
11359 2002-02-23 Paul Eggert <eggert@twinsun.com>
11360
11361 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11362 POSIX 1003.1-2001 no longer allows "head -1".
11363
11364 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11365
11366 * gdbint.texinfo: Include fdl.texi.
11367 (Top): Add GNU Free Documentation License.
11368 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11369 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11370 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11371 (gdbint.info): Add srcdir to include path.
11372 * gdb.texinfo: Include gpl.texi.
11373 (Top): Add Copying.
11374 * gpl.texi: New file.
11375
11376 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11377
11378 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11379
11380 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11381
11382 * gdb.texinfo: Document Cygwin native specific commands.
11383
11384 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11385
11386 * gdb.texinfo: Document gdbserver ``--attach'' command.
11387
11388 2002-02-07 Michael Snyder <msnyder@redhat.com>
11389
11390 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11391 to @code(_ovly_debug_event).
11392
11393 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11394
11395 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11396
11397 2002-02-06 Michael Snyder <msnyder@redhat.com>
11398
11399 * gdb.texinfo (overlays): Mention new magic symbol
11400 '_ovly_debug_event', which allows GDB to keep better track
11401 of overlays.
11402
11403 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11404
11405 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11406 (PRINT_FLOAT_INFO): Document it.
11407
11408 2002-02-03 Eli Zaretskii <eliz@gnu.org>
11409
11410 * gdb.texinfo (Memory Region Attributes): Fix the wording.
11411 Suggested by Dmitry Sivachenko.
11412
11413 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11414
11415 2002-02-01 Michael Snyder <msnyder@redhat.com>
11416
11417 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11418
11419 2002-01-30 Michael Snyder <msnyder@redhat.com>
11420
11421 * gdb.texinfo: (remote protocol): Gramatical fix-up.
11422 (set trust-readonly-sections): Document.
11423
11424 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11425
11426 * gdbint.texinfo (Releasing GDB): Revise and update.
11427
11428 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11429
11430 * gdbint.texinfo (Target Architecture Definition): Delete
11431 description of TARGET_BYTE_ORDER_DEFAULT.
11432
11433 2002-01-27 Eli Zaretskii <eliz@gnu.org>
11434
11435 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11436 <mitya@cavia.pp.ru>.
11437
11438 2002-01-23 Andrew Cagney <ac131313@redhat.com>
11439
11440 * libgdb.texinfo: Delete file.
11441
11442 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11443
11444 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11445 * gdbint.texinfo: Ditto.
11446
11447 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11448
11449 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11450
11451 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11452
11453 * Makefile.in: Update copyright.
11454 (TEXI2DVI): Define.
11455 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11456 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11457 gdb-cfg.texi.
11458 (TEXINDEX, PDFTEX): Delete makefile variables.
11459
11460 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11461
11462 * gdb.texinfo (Protocol): Move section to appendix.
11463
11464 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11465
11466 * gdb.texinfo (Remote Debugging): Create a menu.
11467 (Top): Add ``Remote Debugging'' to menu.
11468
11469 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11470
11471 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11472 serial protocol'' from here.
11473 (Remote Debugging): To here. New chapter.
11474
11475 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11476
11477 * gdbint.texinfo (Target Architecture Definition): Delete
11478 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11479
11480 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11481
11482 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11483 are no longer needed.
11484 (Porting GDB): Add maintainer note about configure.host.
11485
11486 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11487
11488 * gdbint.texinfo (Target Architecture Definition): Remove
11489 definition of IEEE_FLOAT.
11490
11491 2002-01-20 Eli Zaretskii <eliz@gnu.org>
11492
11493 * gdb.texinfo: Beautify copyright years; fix a typo.
11494 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11495 <3diff@gnu.org>
11496
11497 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11498
11499 * gdbint.texinfo (Host Definition): Remove references to
11500 MALLOC_INCOMPATIBLE.
11501
11502 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11503
11504 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11505 and xyz-xdep.o.
11506
11507 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11508
11509 * gdb.texinfo (Maintenance Commands): Add appendix.
11510 (Set Breaks): Copy ``maint info breakpoint'' doco to
11511 ``Maintenance Commands'' appendix. Add reference.
11512
11513 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11514
11515 * fdl.texi: Remove next/prev from @node.
11516
11517 2002-01-17 Eli Zaretskii <eliz@gnu.org>
11518
11519 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11520 for monstrous @multitable (from Brian Youmans).
11521
11522 * fdl.texi: New file.
11523
11524 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11525
11526 2002-01-15 Andrew Cagney <ac131313@redhat.com>
11527
11528 * gdbint.texinfo (Releasing GDB): New chapter.
11529
11530 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11531
11532 * gdb.texinfo (Embedded Processors, Calling program functions):
11533 Obsolete references to a29k.
11534
11535 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11536
11537 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11538 examples. Document that a code-block should do or discard its
11539 cleanups before exit.
11540
11541 2002-01-11 Michael Snyder <msnyder@redhat.com>
11542
11543 * gdb.texinfo (Choosing files): Change @samp to @file.
11544
11545 2002-01-05 Michael Snyder <msnyder@redhat.com>
11546
11547 * gdb.texinfo (--pid): Document new command line option (attach).
11548
11549 2002-01-07 Eli Zaretskii <eliz@gnu.org>
11550
11551 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11552 in the stub.
11553
11554 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11555
11556 * gdbint.texinfo (Target Architecture Definition): Replace
11557 BIG_ENDIAN with BFD_ENDIAN_BIG.
11558
11559 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11560
11561 * gdbint.texinfo (Target Architecture Definition): Replace
11562 value_ptr with struct value pointer.
11563
11564 2002-01-02 Eli Zaretskii <eliz@gnu.org>
11565
11566 * gdb.texinfo (Free Software): Fix wording.
11567
11568 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11569
11570 * gdb.texinfo (Free Software): New section ``Free Software Needs
11571 Free Documentation''.
11572
11573 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11574
11575 * stabs.texinfo:
11576 * gdb.texinfo:
11577 * gdbint.texinfo:
11578 * libgdb.texinfo:
11579 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11580
11581 2001-12-29 Michael Snyder <msnyder@redhat.com>
11582
11583 * gdb.texinfo (maint info sections): Fix typo.
11584
11585 2001-12-26 Michael Snyder <msnyder@redhat.com>
11586
11587 * gdb.texinfo (maint info sections): Document.
11588
11589 * gdb.texinfo (info proc): Comment out documentation for
11590 'info proc' sub-options that are currently not implemented.
11591
11592 2001-12-20 Jim Blandy <jimb@redhat.com>
11593
11594 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11595
11596 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11597
11598 * gdbint.texinfo (Target Architecture Definition): Replace
11599 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11600
11601 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11602
11603 * gdbint.texinfo (Host Definition): Delete documentation on
11604 HOST_BYTE_ORDER.
11605
11606 2001-11-30 Jim Blandy <jimb@redhat.com>
11607
11608 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11609 overlay support. Add to top-level menu.
11610
11611 2001-11-26 Tom Tromey <tromey@redhat.com>
11612
11613 * gdb.texinfo (Command Syntax): Document C-o binding.
11614
11615 2001-07-26 Christopher Faylor <cgf@redhat.com>
11616
11617 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11618 use since it is described in the referenced section.
11619
11620 From Eli Zaretskii <eliz@gnu.org>
11621 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11622 clearer when using DJGPP.
11623
11624 2001-11-24 Christopher Faylor <cgf@redhat.com>
11625
11626 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11627 specifically refer to MS-DOS.
11628 (command files): Mention gdb.ini is only used on MS-DOS.
11629
11630 2001-11-21 Tom Tromey <tromey@redhat.com>
11631
11632 * gdb.texinfo (Invoking GDB): Document --args.
11633 (Mode Options): Likewise.
11634
11635 2001-11-21 Jim Blandy <jimb@redhat.com>
11636
11637 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11638 Delete documentation; this macro has been removed from the
11639 sources.
11640
11641 2001-11-13 Jim Blandy <jimb@redhat.com>
11642
11643 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11644
11645 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11646
11647 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11648
11649 2001-11-05 Michael Snyder <msnyder@redhat.com>
11650
11651 * gdb.texinfo (info functions): Document use of backslash to
11652 quote regexp chars in function names such as "operator*()".
11653
11654 2001-11-01 Fred Fish <fnf@redhat.com>
11655
11656 * gdbint.texinfo (SOLIB_ADD): Document additional new
11657 "readsyms" arg.
11658
11659 2001-10-30 Don Howard <dhoward@redhat.com>
11660
11661 * gdb.texinfo: (Command Files) Added documentation for the
11662 behavior of gdb with input redirected from a file.
11663
11664 2001-10-28 Fred Fish <fnf@redhat.com>
11665
11666 * gdb.texinfo (auto-solib-add): Change docs to match
11667 implementation change.
11668 (auto-solib-limit): Add docs for new variable.
11669
11670 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11671
11672 * gdbint.texinfo (Target Architecture Definition): Function
11673 value_as_pointer renamed to value_as_address.
11674
11675 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11676
11677 * gdbint.texinfo (Target Architecture Definition): Default
11678 POINTER_TO_ADDRESS functions assume unsigned addresses.
11679 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11680 posting by Jim Blandy.
11681
11682 2001-10-12 Jim Blandy <jimb@redhat.com>
11683
11684 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11685 version of texi2html (1.64) doesn't support this flag any more.
11686
11687 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11688
11689 * gdbint.texinfo (Host Definition): Remove description of
11690 MEM_FNS_DECLARED.
11691
11692 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11693
11694 * gdbint.texinfo (Host Definition): Remove description of
11695 HAVE_SIGSETMASK.
11696
11697 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11698
11699 * gdbint.texinfo (Target Architecture Definition): Add
11700 explanation of TARGET_PRINT_INSN macro.
11701
11702 2001-08-30 Jim Blandy <jimb@redhat.com>
11703
11704 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11705 Explain what it means to load relocatable files.
11706
11707 2001-08-28 Jim Blandy <jimb@redhat.com>
11708
11709 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11710 info `top' menu.
11711
11712 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11713
11714 * gdbint.texinfo: Add a cautionary note about macro use.
11715
11716 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11717
11718 * gdb.texinfo: Explain omitting the hostname in the
11719 `target remote' command.
11720
11721 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11722
11723 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11724 and END-INFO-DIR-ENTRY.
11725
11726 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11727
11728 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11729
11730 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11731
11732 * gdbint.texinfo (libgdb): Rewrite.
11733
11734 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11735
11736 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11737
11738 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11739
11740 * gdb.texinfo (TUI): New chapter, document the TUI.
11741 (Mode Options): Document the -tui option.
11742
11743 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11744
11745 * gdbint.texinfo (Host Definition): Remove description of
11746 NEED_POSIX_SETPGID.
11747
11748 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11749
11750 * gdb.tex (DJGPP Native): New node, with descriptions of
11751 DJGPP-specific commands.
11752
11753 2001-07-19 John R. Moore <jmoore@redhat.com>
11754
11755 * gdbint.texinfo: Three misspellings.
11756
11757 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11758
11759 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11760 `test` expressions on bash. Problem reported by Colin Walters.
11761
11762 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11763
11764 * gdbint.texinfo (User Interface): Update ui-out documentation to
11765 refelect recent UI/MI updates.
11766
11767 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11768
11769 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11770 interpreters.
11771
11772 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11773
11774 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11775 structure and not macros.
11776 (Host Definition): Document that much of this chapter is obsolete.
11777 (Target Architecture Definition): Update list of files that make
11778 up a target architecture.
11779 (Coding): Update.
11780
11781 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11782
11783 * gdbint.texinfo (Target Architecture Definition): Update
11784 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11785 The latter has been changed to a true predicate.
11786
11787 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11788
11789 * annotate.texi: Add @noindent where needed. From Dmitry
11790 Sivachenko <dima@Chg.RU>.
11791 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11792
11793 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11794
11795 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11796
11797 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11798
11799 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11800 returns ``OK''. Document that the ``R'' packet does not reply.
11801
11802 2001-06-13 Michael Snyder <msnyder@redhat.com>
11803
11804 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11805
11806 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11807
11808 * gdb.texinfo (Signals): Clarify the default setting of signal
11809 handling.
11810
11811 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11812
11813 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11814 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11815
11816 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11817
11818 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11819
11820 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11821
11822 * gdbint.texinfo (Clean Design and Portable Implementation):
11823 Renamed from "Clean Design".
11824 (Clean Design and Portable Implementation): Document portable
11825 methods of handling file names, and the associated macros.
11826
11827 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11828
11829 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11830 command and provide a cross-reference to its description.
11831 (Symbols): Note that "info scope" is useful for trace experiments.
11832
11833 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11834
11835 * gdb.texinfo (Symbols): Document "info scope".
11836 (Tracepoints): New chapter.
11837 (Contributors): Update for v5.1.
11838 <All nodes>: Change "C++" to "C@t{++}".
11839
11840 * gdbint.texinfo (User Interface): A new section about ui_out
11841 functions, based on text written by Fernando Nasser.
11842
11843 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11844
11845 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11846
11847 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11848
11849 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11850
11851 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11852 Replace "GDB" with "@value{GDBN}". Fix markup.
11853
11854 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11855
11856 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11857 a cross-reference to its description.
11858 (Symbols): Document "info symbol".
11859
11860 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11861
11862 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11863 subsection "x86 Watchpoints".
11864 (Target Architecture Definition): Document the macros
11865 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11866 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11867
11868 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11869
11870 * gdbint.texinfo (Target Architecture Definition): Update
11871 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11872 list.
11873
11874 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11875
11876 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11877 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11878
11879 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11880
11881 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11882
11883 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11884
11885 * gdb.texinfo (Environment): Document that `path' does not change
11886 the value of PATH in GDB's own environment (it did in the past,
11887 but that was changed on March 15, 1994). Reported by Doug Evans
11888 <dje@transmeta.com>.
11889
11890 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11891 its line. Fix markup of commands and macros. Add an Index node
11892 and index entries.
11893
11894 2001-01-23 J.T. Conklin <jtc@redback.com>
11895
11896 * gdb.texinfo (Memory region attributes): New manual section.
11897
11898 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11899
11900 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11901
11902 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11903
11904 * refcard.tex: Version and copyright fixed. From Phil Edwards
11905 <pedwards@disaster.jaj.com>.
11906
11907 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11908
11909 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11910 DWARF2_REG_TO_REGNUM): Document.
11911
11912 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11913
11914 * gdbint.texinfo (Coding): Update current value of
11915 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11916
11917 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11918
11919 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11920 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11921
11922 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11923
11924 * gdb.texinfo: Document new 'set step-mode' command.
11925
11926 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11927
11928 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11929 changes from Dmitry Sivachenko <dima@Chg.RU>.
11930
11931 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11932
11933 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11934 From Steven Johnson <sbjohnson@ozemail.com.au>.
11935
11936 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11937
11938 * gdbint.texinfo (Overall Structure): Spelling fix.
11939
11940 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11941
11942 * gdbint.texinfo (Target Architecture Definition): Document that
11943 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11944 for which REGISTER_CONVERTIBLE returns a zero value.
11945
11946 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11947
11948 * Makefile.in (install-info): Find files to install in either the
11949 build or source directories (adapted from Makefile.am).
11950
11951 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11952
11953 * stabs.texinfo: Fix spelling errors.
11954 (String Field): FILE-NUMBER starts from 0, not 1.
11955
11956 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11957
11958 * refcard.tex: Remove \centerline from the blurb. Patch from
11959 Brian Youmans.
11960
11961 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11962
11963 * Makefile.in (install-info): Support installation from outside of
11964 the source directory. Reported by Mark Harig
11965 <markh@frazier.landmark.com>.
11966
11967 2000-06-20 J.T. Conklin <jtc@redback.com>
11968
11969 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11970
11971 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11972
11973 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11974 Generate using pdftex.
11975 (PDFTEX): Define.
11976 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11977 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11978 @contents at the start.
11979
11980 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11981
11982 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11983 Youmans.
11984
11985 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11986
11987 From Brian Youmans:
11988 * gdb.texinfo: Fix ``et al.''.
11989
11990 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11991
11992 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11993 loop.
11994
11995 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11996
11997 * configure: Regenerate.
11998
11999 2000-05-17 Eli Zaretskii <eliz@gnu.org>
12000
12001 * Makefile.in (install-info): Run install-info on installed Info
12002 files.
12003
12004 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
12005
12006 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
12007 Andrew Cagney.
12008
12009 2000-05-09 Eli Zaretskii <eliz@gnu.org>
12010
12011 * gdb.texinfo: Proofreading changes from Brian Youmans.
12012
12013 2000-05-01 Nick Duffek <nsd@cygnus.com>
12014
12015 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
12016 startup sequence, minor edits.
12017
12018 2000-05-01 Eli Zaretskii <eliz@gnu.org>
12019
12020 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
12021 TeX.
12022
12023 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
12024 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
12025 like `n' and `s' which look weird. Convert some of the @kindex to
12026 @vindex, when they refer to variables, not commands.
12027
12028 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
12029
12030 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
12031
12032 2000-04-23 Eli Zaretskii <eliz@gnu.org>
12033
12034 * Makefile.in (GDBMI_DIR): New variable.
12035 (SET_TEXINPUTS): Add $(GDBMI_DIR).
12036 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
12037 (gdbmi.texinfo): New target, for texi2roff.
12038 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
12039 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
12040
12041 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
12042 gdbmi.texinfo.
12043 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
12044 comment.
12045
12046 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12047
12048 * gdb.texinfo (Files): Update description of add-symbol-file
12049 command.
12050
12051 2000-04-17 Eli Zaretskii <eliz@gnu.org>
12052
12053 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
12054 prevents the build (and is generally a Bad Idea).
12055
12056 2000-04-17 Eli Zaretskii <eliz@gnu.org>
12057
12058 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
12059 a comma inside @var.
12060 (Command Files): Index markup changes from Dmitry Sivachenko
12061 <dima@Chg.RU>.
12062
12063 2000-04-16 Eli Zaretskii <eliz@gnu.org>
12064
12065 * Makefile.in (LN_S): Define.
12066 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
12067 invoke "ln -s" unless it is known to work.
12068
12069 * configure.in (AC_PROG_LN_S): Add.
12070
12071 2000-04-14 Jim Blandy <jimb@redhat.com>
12072
12073 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
12074 section.
12075 (Target Conditionals): Document ADDRESS_TO_POINTER,
12076 POINTER_TO_ADDRESS.
12077
12078 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
12079
12080 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
12081 gdb-cfg.texi to get the value.
12082
12083 2000-04-10 Jim Blandy <jimb@redhat.com>
12084
12085 * gdbint.texinfo (Target Architecture Definition): Fix
12086 cross-references.
12087
12088 2000-04-08 Jim Blandy <jimb@redhat.com>
12089
12090 * gdbint.texinfo (Using Different Register and Memory Data
12091 Representations): New section.
12092 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
12093 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
12094 REGISTER_CONVERT_TO_RAW): Document.
12095
12096 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
12097
12098 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
12099 for acknowledgments.
12100
12101 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
12102
12103 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
12104 qThreadExtraInfo.
12105
12106 2000-03-28 J.T. Conklin <jtc@redback.com>
12107
12108 * gdb.texinfo: Clarify which remote debug protocol commands are
12109 required and which are optional.
12110
12111 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
12112
12113 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
12114 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
12115 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
12116 * annotate.texi: Update.
12117
12118 2000-03-28 Stan Shebs <shebs@apple.com>
12119
12120 * gdb.texinfo: Update dates, bump to Eighth Edition (note
12121 expectation of additional changes before release), update
12122 ISBN, add copy of top-level menu for @ifhtml, remove explicit
12123 node links, rephrase and/or shorten lines to fix formatting
12124 problem in both regular and @smallbook formats.
12125 * annotate.texi: Shorten lines in example, use smallexample
12126 consistently everywhere.
12127 * Makefile.in: Add comment about texinfo 4.0 html generation.
12128 (SFILES_INCLUDED): Add annotate.texi.
12129
12130 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
12131
12132 * gdb.texinfo (Debugging Output): Added new section, documenting
12133 the "set/show debug" commands.
12134
12135 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
12136
12137 * annotate.texi (Annotations): When GDBN omit @chapter and @node
12138 entry.
12139
12140 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
12141 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
12142 @chapter and @node entries.
12143
12144 * gdb.texinfo: Link all top-level nodes.
12145
12146 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12147
12148 * Makefile.in (install-info): Create $(infodir) before installing
12149 files.
12150
12151 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12152
12153 From David Whedon <dwhedon@gordian.com>
12154 * gdbint.texinfo : Added paragraphs about command deprecation.
12155
12156 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
12157
12158 * gdb.texinfo: Add documentation for the apropos command.
12159
12160 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12161
12162 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
12163
12164 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12165
12166 * gdb.texinfo: Add white space to prevent overprinting in
12167 two places.
12168
12169 2000-03-17 Stan Shebs <shebs@apple.com>
12170
12171 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
12172 <dima@Chg.RU>, also clarification of allowed content for
12173 string constants.
12174
12175 2000-03-16 Eli Zaretskii <eliz@gnu.org>
12176
12177 * gdb.texinfo (main menu): Add Annotations.
12178 (File Options): Add @cindex entries for each command-line option.
12179 Document --epoch, --annotate, --async, --interpreter, --write,
12180 --statistics, and --version.
12181
12182 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
12183 of GDB.
12184
12185 2000-02-23 Jim Blandy <jimb@redhat.com>
12186
12187 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
12188
12189 2000-02-22 Jim Blandy <jimb@redhat.com>
12190
12191 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
12192
12193 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
12194
12195 * Makefile.in (diststuff): New target.
12196
12197 2000-02-15 Kevin Buettner <kevinb@redhat.com>
12198
12199 * agentexpr.texi: Fix wording regarding Intel's IA-64
12200 architecture. [From Jim Wilson.]
12201
12202 2000-01-16 Tom Tromey <tromey@cygnus.com>
12203
12204 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
12205 (Delete Breaks): Mention range arguments.
12206 (Disabling): Likewise.
12207
12208 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
12209
12210 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
12211
12212 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
12213
12214 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
12215 valid functions.
12216
12217 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
12218
12219 * gdb.texinfo: Clarify regular expressions used in rbreak.
12220
12221 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
12222
12223 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
12224 MEMORY_REMOVE_BREAKPOINT): Document.
12225
12226 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
12227
12228 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
12229 offset re-using the DATA offset instead.
12230
12231 1999-10-11 Jim Kingdon <kingdon@redhat.com>
12232
12233 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
12234
12235 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
12236
12237 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
12238
12239 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
12240
12241 From Dmitry Sivachenko <demon@gpad.ac.ru>:
12242 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
12243 typos.
12244
12245 * gdb.texinfo: Various minor wording and formatting improvements,
12246 mentions of additional command-line options.
12247
12248 1999-09-30 Fred Fish <fnf@cygnus.com>
12249
12250 * gdb.texinfo: Document additional forms of specifying section
12251 names and addresses for the add-symbol-file command.
12252
12253 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
12254
12255 * gdbint.texinfo: Fix typo, add the word "have".
12256
12257 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
12258
12259 * gdbint.texinfo (Target Architecture Definition): Document the
12260 SKIP_PERMANENT_BREAKPOINT macro.
12261
12262 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12263
12264 * gdb.texinfo: Fiks speling errers.
12265
12266 * gdb.texinfo: Fix uses of @multitable.
12267
12268 From Eli Zaretskii <eliz@gnu.org>:
12269 * gdb.texinfo: Include details specific to DOS host, clarify
12270 some confusing language, fix @ref/@xref/@pxref usages, add
12271 comments about using with optimization, add more indexing,
12272 fix info about disassembly-flavor.
12273
12274 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
12275
12276 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
12277 SKIP_SOLIB_RESOLVER): Define.
12278
12279 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
12280
12281 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
12282 ``g'' packets.
12283
12284 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
12285
12286 * gdb.texinfo: Create a new "Configurations" chapter with
12287 platform-specific info, inline remote.texi and move sections of it
12288 into the new chapter, move bits about info proc, heuristic search,
12289 and register stack into the new chapter.
12290 * remote.texi: Remove, now part of gdb.texinfo.
12291 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
12292
12293 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
12294
12295 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
12296 GDB_TARGET_IS_MACH386): These kludges have gone away.
12297
12298 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
12299
12300 * gdbint.texinfo (Target Architecture Definition): Mention
12301 TDEPLIBS.
12302
12303 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
12304
12305 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
12306 surrounding text to fit HP-UX bits into general info.
12307 (HPPA-cfg.texi): Remove, no longer useful.
12308
12309 * gdb.texinfo: Remove explicit links from @node lines, remove
12310 HP-added "Detailed Node Listing" from main menu which confuses
12311 things.
12312
12313 From Dmitry Sivachenko <dima@Chg.RU>:
12314 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
12315 in description of `set environment'.
12316
12317 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12318
12319 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12320
12321 1999-08-12 Ben Elliston <bje@cygnus.com>
12322
12323 * gdbint.texinfo (Breakpoint Handling): Add missing words.
12324
12325 1999-08-10 Eli Zaretskii <eliz@gnu.org>
12326
12327 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
12328 watch, awatch, and rwatch. Explain why the latter two cannot be
12329 set as software watchpoints. Document that watchpoints for local
12330 variables are deleted when the debuggee terminates.
12331
12332 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
12333
12334 * remote.texi (Protocol): Further clarification of the "qRcmd"
12335 packet. Allow E.. response packet. "qRcmd" packet is no longer
12336 reserved.
12337
12338 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12339
12340 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12341 * gdb.texinfo: Ditto.
12342
12343 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
12344
12345 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12346
12347 1999-08-06 Tom Tromey <tromey@cygnus.com>
12348
12349 * gdb.texinfo (KOD): New node.
12350
12351 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
12352
12353 * remote.texi (Rcmd): Fix minor formatting typos.
12354
12355 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
12356
12357 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
12358 packets.
12359
12360 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
12361
12362 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12363 fixes.
12364
12365 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
12366
12367 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12368
12369 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12370
12371 * remote.texi (Communication Protocol): ``v'' is in use. Fix
12372 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
12373 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
12374 packets that are not supported on all hosts. Expand examples.
12375 Spell check.
12376
12377 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12378
12379 * Makefile.in: Recognize html, install-html. Add targets
12380 to build HTML versions of documentation via texi2html.
12381
12382 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
12383
12384 * gdbint.texinfo (Testsuite): New chapter, information about the
12385 testsuite.
12386
12387 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
12388
12389 * remote.texi (Communication Protocol): Rewrite.
12390
12391 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
12392
12393 * stabs.texinfo: Fix uses of xref.
12394
12395 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
12396
12397 * gdbint.texinfo: Add an anti-printf exhortation, and update the
12398 info about patch submission.
12399
12400 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
12401
12402 From Per Bothner <bothner@cygnus.com>:
12403 * gdb.texinfo: Document Chill support.
12404
12405 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
12406
12407 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
12408 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12409 Document that the value should be greater-than or equal-to zero.
12410 (NO_STD_REGS): Document. Deprecate.
12411
12412 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12413
12414 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
12415 Document that these are not used.
12416
12417 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12418
12419 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12420
12421 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
12422
12423 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
12424 numargs was dropped.
12425
12426 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
12427
12428 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12429
12430 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12431
12432 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
12433 Update.
12434
12435 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12436
12437 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12438 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12439
12440 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12441
12442 * gdbint.texinfo: Fix typos: $ -> @.
12443
12444 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12445
12446 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
12447 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12448 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12449 BREAKPOINT_FROM_PC.
12450
12451 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12452
12453 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
12454 CALL_DUMMY_STACK_ADJUST): Document.
12455
12456 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12457
12458 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
12459 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
12460
12461 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12462
12463 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12464 longer exists.
12465
12466 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12467
12468 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
12469 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12470 they make the manual source incomprehensible.
12471 * h8-cfg.texi: Remove, hasn't been used in years.
12472
12473 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12474
12475 * gdb.texinfo: Update the credits.
12476
12477 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12478
12479 * gdb.texinfo: Fix mistakes noticed in printout of last
12480 draft, add Alpha to discussion of heuristic fence post.
12481
12482 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12483
12484 * gdb.texinfo, remote.texi: Many changes; update to Seventh
12485 Edition, merge some HP changes into mainline, describe some
12486 previously undocumented features, describe more of the target
12487 commands available, eliminate obsolete section on renamed
12488 commands.
12489 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12490
12491 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12492
12493 * gdb.texinfo: Make many HPPA conditionals unconditional,
12494 including catchpoint description, since now on for all configs.
12495 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12496 specializations.
12497
12498 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12499
12500 * Makefile.in (GDBvn.texi): Fix match expression to work with
12501 current format of VERSION in gdb/Makefile.in.
12502 * gdb.texinfo: Fix node ref to match new readline.
12503
12504 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12505
12506 * gdb.texinfo: Changes made as part of a project to merge in
12507 changes made by HP. Documentation makes extensive use of
12508 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12509 on remote debugging. There are differences in documentation
12510 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12511 the HP manual discusses catchpoints, hardware watchpoints, and
12512 some HPUX specific limitations for shared library support.
12513
12514 There are also a number of @node changes.
12515
12516 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12517
12518 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12519 (C Usage): Same.
12520
12521 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12522
12523 The following changes were made by Edith Epstein
12524 <eepstein@cygnus.com> as part of a project to merge in changes
12525 made by HP.
12526
12527 * HPPA-cfg.texi: new file.
12528
12529 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12530
12531 * refcard.tex: change documentation about catch.
12532 removed info catch.
12533
12534 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12535
12536 * gdbint.texinfo: Expand on GDB's coding standards,
12537 specify the use of arg names with prototypes.
12538
12539 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12540
12541 * gdb.texinfo: Fix tipo.
12542
12543 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12544
12545 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12546 TARGET_BYTE_ORDER_SELECTABLE_P.
12547
12548 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12549
12550 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12551
12552 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12553
12554 * agentexpr.texi: New file.
12555
12556 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12557
12558 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12559
12560 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12561
12562 * remote.texi: Changed wording that implied that the GDB remote
12563 protocol caches register values instead of GDB itself.
12564
12565 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12566
12567 * gdbint.texinfo: Add some info about symbol readers.
12568 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12569 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12570 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12571 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12572
12573 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12574
12575 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12576
12577 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12578
12579 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12580
12581 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12582
12583 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12584 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12585
12586 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12587
12588 * gdbint.texinfo: Fix minor typos.
12589
12590 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12591
12592 * gdbint.texinfo: Complete overhaul. Group descriptions more
12593 logically, add more info on generic algorithms, remove much
12594 obsolete and/or wrong material.
12595
12596 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12597
12598 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12599
12600 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12601
12602 * refcard.tex: Copyright, address updates.
12603
12604 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12605
12606 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12607 for the edition instead of confusing GDB-version-like numbers.
12608
12609 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12610
12611 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12612
12613 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12614
12615 * LRS: Reformat a bit to keep text under 80 columns.
12616
12617 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12618
12619 * gdb.texinfo: Add some credits, mention bug monitor.
12620 * remote.texi: Mention mips monitor targets.
12621 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12622
12623 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12624
12625 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12626 files, finish sorting of host vs target vs native macros, describe
12627 some more of them.
12628
12629 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12630
12631 * gdbint.texinfo (Host Conditionals): Document change from
12632 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12633
12634 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12635
12636 * gdbint.texinfo (Host Conditionals): Document
12637 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12638
12639 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12640
12641 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12642 Document LSEEK_NOT_LINEAR.
12643
12644 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12645
12646 * stabs.texinfo (Stab Section Basics): Make it clear that only
12647 some versions of the GNU linker remove the leading N_UNDF symbol.
12648
12649 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12650
12651 * stabs.texinfo (String Field): Document type number pairs here,
12652 instead of in the Sun specific section.
12653 (Include Files): The GNU linker supports the N_BINCL
12654 optimization. Clarify the N_BINCL value, and what it is used
12655 for.
12656 (Procedures): Document N_FUN with an empty string to mark the end
12657 of a function.
12658 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12659 (Sun Differences): Remove this node, as the information is now
12660 elsewhere in the main document.
12661 (Stab Section Basics): Mention that the GNU linker may optimize
12662 stabs and remove the leading N_UNDF symbol.
12663
12664 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12665
12666 * gdb.texinfo, refcard.tex: Restore author credit
12667
12668 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12669
12670 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12671 are macros that take an single argument.
12672
12673 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12674
12675 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12676 documentation to account for START and END macros taking
12677 one arg.
12678
12679 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12680
12681 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12682 * gdb.texinfo (Frames): Fix typo.
12683
12684 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12685
12686 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12687 a target_signal as arg type, not a pid.
12688
12689 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12690
12691 * gdb.texinfo: Document `set assembly-language'.
12692
12693 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12694
12695 * remote.texi: Update list of stubs in the GDB distribution.
12696
12697 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12698
12699 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12700 Also document that some systems can use mmalloc but must define
12701 this if their C runtime allocates memory that is later freed.
12702 (MMCHECK_FORCE): Document new macro.
12703
12704 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12705
12706 * remote.texi: Add documentation for target Sparclet.
12707
12708 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12709
12710 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12711 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12712 * configure.in: Rewritten for autoconf.
12713 * configure: New.
12714
12715 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12716
12717 * Makefile.in (DVIPS): New define, set to dvips.
12718 (dvi): Add stabs.dvi.
12719 (ps): New target.
12720 (all-doc): Depend on info, dvi, and ps targets.
12721 (STAGESTUFF): Add *.ps and *.dvi files.
12722 (clean-info, clean-dvi): Remove.
12723 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12724 rules completely rewritten.
12725 (maintainer-clean): Remove clean-info and clean-dvi
12726 dependencies and put their actions in the rules.
12727 (gdb.ps): New target
12728 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12729 intermediate TeX files, whether they have 2 or 3 character
12730 extensions.
12731 (gdbint.ps): Add target and rules.
12732 (gdb-internals): Delete unused target.
12733 (Makefile): Depends upon config.status also.
12734
12735 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12736
12737 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12738 set.
12739
12740 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12741
12742 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12743 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12744
12745 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12746
12747 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12748
12749 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12750
12751 * gdb.texinfo (Print settings): Document
12752 `set/show print static-members' commands.
12753
12754 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12755
12756 * gdbint.texinfo (Native): Document name change, coredep.c to
12757 core-aout.c.
12758
12759 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12760
12761 * stabs.texinfo (Include Files): Document the values the SunOS4
12762 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12763
12764 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12765
12766 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12767 Fix typo.
12768
12769 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12770
12771 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12772 "gdb.tar.Z".
12773
12774 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12775
12776 * Makefile.in (maintainer-clean): New target, synonym for
12777 realclean.
12778
12779 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12780
12781 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12782
12783 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12784
12785 * Update all FSF addresses except those in COPYING* files.
12786
12787 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12788
12789 From Richard Earnshaw (rearnsha@armltd.co.uk):
12790 * gdb.texinfo (convenience variables): Document $_exitcode.
12791 (quit): Document optional expression to use as exit code.
12792
12793 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12794
12795 * gdb.texinfo, remote.texi: Brought up to date with various
12796 GDB changes.
12797
12798 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12799
12800 * gdb.texinfo: Update dates and versions, fix comments about
12801 hardware watchpoints in future releases and about the
12802 sharedlibrary command.
12803
12804 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12805
12806 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12807 C_FUN stab. Other cleanups.
12808
12809 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12810
12811 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12812 for the sparc stub.
12813
12814 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12815
12816 * annotate.texi: Clarify which addresses have differing formats
12817 depending on the language and which do not.
12818
12819 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12820
12821 * remote.texi (NetWare): Changed example to use BOARD= instead of
12822 NODE= argument to reflect correspoding change to gdbserve.nlm.
12823
12824 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12825
12826 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12827 GDB, as well as AIX dbx, supports the size type attribute.
12828
12829 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12830
12831 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12832
12833 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12834
12835 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12836 and new 'if' and 'while' commands.
12837
12838 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12839
12840 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12841
12842 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12843
12844 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12845 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12846 NetWare targets. Mostly stolen from the Server node.
12847
12848 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12849
12850 * gdb.texinfo (Setting): Talk about the language of a source file
12851 versus the working language. The old documentation did not match
12852 what GDB did.
12853
12854 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12855
12856 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12857 of a source file.
12858
12859 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12860
12861 * gdb.texinfo (Processes): New node.
12862
12863 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12864
12865 * remote.texi: Update documentation of set/show mipsfpu.
12866
12867 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12868
12869 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12870 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12871
12872 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12873
12874 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12875 obsolete conditionals, described some others.
12876
12877 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12878
12879 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12880 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12881
12882 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12883
12884 * gdbint.texinfo: Put regex conditionals in their own table.
12885
12886 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12887
12888 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12889 described or fixed the descriptions of many others.
12890
12891 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12892
12893 * gdb.texinfo: Add some more credits.
12894 * gdbint.texinfo: Capitalize GDB consistently, describe some
12895 macros and remove some.
12896
12897 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12898
12899 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12900 obsolete conditionals, described some others.
12901
12902 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12903
12904 * gdb.texinfo (help targets): Changed to `help target', which
12905 is the correct gdb command.
12906
12907 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12908
12909 * annotate.texi (TODO): New node, for keeping track of annotations
12910 suggested but not yet implemented.
12911
12912 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12913
12914 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12915 another symbol, it is not the address itself.
12916
12917 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12918
12919 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12920 of stabs-in-coff sections.
12921
12922 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12923
12924 * annotate.texi: Change edition to 0.5 and date to May 1994.
12925 Add index.
12926 (Frames): New node, for frame annotation.
12927 (Displays): New node, for display annotation.
12928
12929 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12930 when waiting for your program to stop.
12931
12932 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12933
12934 * annotate.texi (Breakpoint Info): Document annotation of header
12935 fields and record annotation.
12936
12937 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12938
12939 * annotate.texi: New file, to document annotations.
12940
12941 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12942
12943 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12944 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12945
12946 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12947
12948 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12949 section, and say n_strx field is compilation unit relative.
12950 * stabs.texinfo: Don't use @code for a.out when it is the name of
12951 an object file format.
12952
12953 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12954
12955 * gdb.texinfo: Refer to file names, not path names, per rms
12956 convention.
12957 (Arguments): Fix typo.
12958
12959 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12960
12961 * stabs.texinfo (Global Variables): Talk about stabs in files
12962 where variables are referenced, but not defined.
12963
12964 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12965
12966 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12967 Cplusplus to new nodes Member Type Descriptor and Method Type
12968 Descriptor. Re-write stuff for #.
12969
12970 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12971
12972 * gdb.texinfo (Print Settings): Don't document "set print
12973 fast-symbolic-addr off". The bug which it worked around was fixed
12974 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12975
12976 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12977 N_ENTRY node.
12978
12979 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12980
12981 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12982
12983 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12984 references to ieee-float.c.
12985
12986 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12987
12988 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12989 match what the code actually does.
12990
12991 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12992
12993 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12994
12995 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12996
12997 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12998 i, and b.
12999
13000 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
13001
13002 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
13003 well as for ELF and SOM. Unify the descriptions of ELF and SOM
13004 as "stabs in sections" rather than just saying "ELF and SOM".
13005 Also make that stuff apply to COFF.
13006
13007 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13008
13009 * gdb.texinfo (Formatting Documentation): Change GhostScript to
13010 Ghostscript.
13011
13012 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13013
13014 * gdb.texinfo (Continuing and Stepping): When talking about "step"
13015 versus functions without line numbers, also mention stepping into
13016 them as well as "step" when you are in them. Tell the user how to
13017 deal with the situation. Add comment about "debugging information".
13018
13019 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13020
13021 * stabs.texinfo (Enumerations): Document restriction on where
13022 enumeration types can appear and still win with GDB.
13023
13024 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13025
13026 * stabs.texinfo (Negative Type Numbers): Document format for type
13027 -16.
13028
13029 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13030
13031 * gdb.texinfo (Selection, Frame Info): Update information about
13032 arbitrary frame specficiations.
13033
13034 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
13035
13036 * gdb.texinfo, remote.texi: general editing pass prior to Net release
13037
13038 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13039
13040 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
13041
13042 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
13043
13044 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
13045
13046 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13047
13048 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
13049 Differences node to Statics node.
13050 (Statics): Discuss XCOFF use of V symbol descriptor.
13051
13052 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
13053 not clean.
13054
13055 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
13056
13057 * gdb.texinfo (Print Settings): Document `set print
13058 fast-symbolic-addr' and improve the doc for some other
13059 `set print's.
13060
13061 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13062
13063 * stabs.texinfo (String Field): Talk about defining several type
13064 numbers at once.
13065 Fix lint regarding changing node ELF Transformations to
13066 ELF and SOM Transformations.
13067
13068 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
13069
13070 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
13071
13072 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13073
13074 * stabs.texinfo (Cross-References): `::' is for nested types only
13075 within <>.
13076 (Structures): Document static members.
13077
13078 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13079
13080 * stabs.texinfo: Document S type attribute.
13081
13082 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13083
13084 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
13085
13086 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
13087
13088 * gdbint.texinfo: Fix a few typos.
13089
13090 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13091
13092 * gdb.texinfo, remote.texi: formatting improvements
13093
13094 * gdb.texinfo (New Features): mention threads.
13095 (Summary, C): fix xrefs in newly contributed text.
13096 (Threads): index entries, clarifications, example
13097 (passim): minor typos fixed, phrasing improvements
13098
13099 * remote.texi (Bootstrapping): rephrase text on ^C and add index
13100 entries; (Server): explain use of gdbserver w/real-time systems,
13101 add example of conflicting TCP port; (MIPS Remote) break up
13102 running text into table, highlighting commands, and add example.
13103
13104 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13105
13106 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
13107
13108 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13109
13110 * stabs.texinfo (Nested Symbols): New node.
13111 (String Field, Symbol Descriptors, Cross-References): Refer to it.
13112
13113 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13114
13115 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
13116 to picking which Bbss.bss symbol to use, and (because there seems to
13117 be no good way of doing it) re-write some of the text to make it
13118 sound like Bbss.bss isn't such a great idea after all (as currently
13119 designed).
13120
13121 * gdb.texinfo (C): In addition to saying people have to use g++ for
13122 good results, say they have to use stabs. Specifically say cfront
13123 doesn't work well.
13124 (Summary): Merge in information on Modula-2, Pascal, and Chill from
13125 the gdb README. Add xrefs to places where the support for the various
13126 languages is described in detail.
13127
13128 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13129
13130 * stabs.texinfo: Clean up stuff about visibility and virtual
13131 characters.
13132
13133 * stabs.texinfo (N_M2C): Cite Sun doc.
13134
13135 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13136
13137 * gdb.texinfo: updates re threads.
13138 * remote.texinfo: avoid index entries starting with digits.
13139
13140 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13141
13142 * stabs.texinfo (Enumerations): Talk about large, negative and
13143 octal values. Clean up cross reference to type attributes.
13144 (String Field): Say that GDB 4.11 supports size attribute.
13145
13146 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13147
13148 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
13149 is a mandatory step. Make the stuff about that more concise.
13150
13151 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13152
13153 * stabs.texinfo (Class Names): New node.
13154
13155 * gdb.texinfo (Command Files): Explain order of init file reading.
13156
13157 * remote.texi (Bootstrapping): Talk about getting the serial driver
13158 to deal with ^C sent by gdb to stop the remote system.
13159
13160 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
13161
13162 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
13163
13164 * libgdb.texinfo (Defining Commands): made the DOC arg
13165 to gdb_define_app_command a char * instead of char **
13166 per a suggestion from kingdon.
13167
13168 * libgdb.texinfo: total rewrite from a different starting
13169 premise.
13170
13171 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13172
13173 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
13174 floats passed as doubles (to improve clarity).
13175
13176 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13177
13178 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
13179
13180 * a4rc.sed: update to work with Andreas Vogel papersize params
13181
13182 * refcard.tex: use Andreas Vogel simplifications of papersize
13183 params; remove useless version info; update copyright date.
13184
13185 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13186
13187 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
13188
13189 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13190
13191 * gdb.texinfo (Files): Say what address the load command loads it at.
13192
13193 * stabs.texinfo (Common Blocks): Minor cleanups.
13194
13195 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
13196 that Sun has backed away from the linker kludge and thus the relevant
13197 issue is changes to the SunPRO tools, not the Solaris linker.
13198
13199 * stabs.texinfo (Traditional Integer Types): Clean up description
13200 of octal bounds a little bit. Document extra leading zeroes.
13201
13202 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13203
13204 * gdb.texinfo (Signaling): Update for symbolic symbol names
13205 and add a section explaining the difference between the GDB
13206 signal command and the shell kill utility.
13207
13208 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
13209
13210 * libgdb.texinfo: added `@' to braces that were unescaped.
13211
13212 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
13213
13214 * libgdb.texinfo: new file. Spec for the gdb library.
13215
13216 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13217
13218 * stabs.texinfo (Include Files): Fix typo (start -> end).
13219
13220 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13221
13222 * gdb.texinfo, remote.texi: assorted small improvements, mostly
13223 from Melissa at FSF's editing pass.
13224
13225 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13226
13227 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
13228 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
13229 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
13230
13231 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13232
13233 * remote.texi (Bootstrapping): Discuss 386 call gates.
13234
13235 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13236
13237 * stabs.texinfo (Based Variables): New node.
13238
13239 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13240
13241 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
13242 names, sizes, and formats to suggest how not to lose.
13243
13244 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13245
13246 * stabs.texinfo (Methods): Fix typo.
13247
13248 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13249
13250 * gdb.texinfo: Fix a few typos.
13251
13252 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13253
13254 * gdb.texinfo: Clarify how well it works with Fortran.
13255
13256 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
13257 More on relocating stabs in ELF files.
13258
13259 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13260
13261 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
13262
13263 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13264
13265 * stabs.texinfo (Local Variable Parameters): Talk about nameless
13266 parameters on VAX.
13267
13268 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13269
13270 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
13271
13272 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13273
13274 * stabs.texinfo: Make info author notice match the TeX author notice.
13275
13276 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13277
13278 * stabs.texinfo: Initial-caps all words in node names and
13279 non-trivial words in section names.
13280
13281 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13282
13283 * stabs.texinfo: Many minor cleanups.
13284
13285 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
13286
13287 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
13288
13289 * stabs.texinfo: Remove full description of big example.
13290 It's not really helpful; just use pieces of it where appropriate.
13291 Add more Texinfo formatting directives (@samp, etc.).
13292 Use @deffn to define stab types.
13293 Eliminate some wordiness. Break up some nodes.
13294 Add an (alphabetized) index of symbol types.
13295 Use consistent capitalization style in node and section names.
13296
13297 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
13298
13299 * gdb.texinfo: Change typo "Two two" to "The two".
13300
13301 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13302
13303 * stabs.texinfo (XCOFF-differences): Remove references to
13304 non-existent types N_DECL and N_RPSYM.
13305
13306 * stabs.texinfo (String Field): Say that type attributes bug is
13307 fixed in GDB 4.10, since it is.
13308
13309 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
13310
13311 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
13312
13313 * stabs.texinfo: Formatting cleanups.
13314
13315 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13316
13317 * stabs.texinfo: When explaining the n_type of a stab, standardize
13318 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13319 no tabs, use @r).
13320 (Global Variables): Clean up.
13321
13322 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13323
13324 * stabs.texinfo (Stack Variables): Re-write.
13325
13326 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13327
13328 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13329 addresses of a source file. Also revise formatting.
13330 Change "object module" or "object file" to "source file".
13331 Various: Miscellaneous cleanups.
13332
13333 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13334
13335 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13336
13337 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
13338
13339 * gdbint.texinfo: Removed many nonsensical machine-collected
13340 host and target conditionals, described some of the remainder.
13341
13342 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13343
13344 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13345
13346 * gdbint.texinfo (Top): Add name to @top line, and re-write the
13347 paragraph which follows.
13348
13349 * gdbint.texinfo (Host): Use @code not @samp for Makefile
13350 variables. Looks better and avoids overful hbox.
13351
13352 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13353
13354 * stabs.texinfo (Procedures): Improve stuff on nested functions.
13355
13356 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13357
13358 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13359 retransmit-timeout
13360
13361 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13362
13363 * gdbint.texinfo: Update statement about `some ancient Unix
13364 systems, like Ultrix 4.0' to Ultrix 4.2.
13365
13366 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
13367
13368 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13369
13370 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13371
13372 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
13373 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13374
13375 * remote.texi: new name for former gdbinv-s.texi
13376
13377 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13378
13379 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
13380
13381 * gdbinv-s.texi: Documented timeout and retransmit-timeout
13382 variables for MIPS remote debugging protocol.
13383
13384 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13385
13386 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13387
13388 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13389
13390 * Makefile.in (refcard.dvi): Use srcdir where necessary.
13391
13392 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
13393
13394 * gdb.texinfo: repair conditional bugs in text markup
13395
13396 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13397
13398 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13399 to select Modula-2 material.
13400
13401 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13402
13403 * stabs.texinfo: Cleanups regarding statics.
13404
13405 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13406 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
13407
13408 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13409
13410 * stabs.texinfo: N_MAIN is sometimes used for C.
13411
13412 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13413
13414 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13415
13416 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
13417
13418 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
13419 removed from the code by Kingdon.
13420
13421 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13422
13423 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13424 input when evaluating breakpoint conditions; the bug has been fixed.
13425
13426 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13427 sets the ignore count to N-1, not to N.
13428
13429 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13430
13431 * refcard.tex (\hoffset): correct longstanding error to match
13432 intended offset; avoids cutting off edge on some printers
13433
13434 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13435
13436 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13437
13438 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13439
13440 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13441
13442 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13443
13444 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13445 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13446 collect sed edits if any, apply to refcard before formatting;
13447 (refcard.ps) stop implying PS fonts if PS output requested;
13448 (lrefcard.ps) delete extra target for variant PS fonts
13449
13450 * refcard.tex: parametrize papersize dependent info, collect
13451 in easily replaced spot
13452
13453 * a4rc.sed: new file, edits to refcard for A4 paper
13454
13455 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13456
13457 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13458
13459 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13460
13461 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13462
13463 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13464
13465 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13466 politely rather than rudely.
13467
13468 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13469
13470 * stabs.texinfo: Document common blocks.
13471
13472 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13473
13474 * stabs.texinfo: Add some basic info about stabs-in-elf.
13475
13476 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13477
13478 * stabs.texinfo (Top): Minor cleanup.
13479
13480 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13481
13482 * Makefile.in (install-info): remove parentdir support
13483
13484 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13485
13486 * gdb.texinfo (Copying): delete this node and references to it;
13487 RMS says this manual need not carry GPL. (passim): Improvements
13488 from last round at FSF, largely due to Ian Taylor review, and
13489 minor formatting improvements.
13490
13491 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13492 largely due to Ian Taylor review. (Debug Session): minor edits to
13493 new text.
13494
13495 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13496
13497 * Makefile.in (realclean): Remove info and dvi files too.
13498
13499 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13500
13501 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13502 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13503 * gdb.texinfo: Change accordingly.
13504
13505 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13506 N_{L,R}BRAC,N_SLINE are relative to.
13507
13508 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13509
13510 * Makefile.in (GDBvn.texi): Update atomically.
13511
13512 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13513
13514 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13515
13516 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13517
13518 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13519 addresses together. Also motivate the set print symbol-filename
13520 command and suggest other solutions.
13521
13522 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13523
13524 * gdb.texinfo (set print elements): Note that the number of
13525 elements is set to unlimited by "set print elements 0".
13526
13527 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13528
13529 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13530 NF_LDOUBLE means.
13531 (Stab Types): Include Solaris stab types.
13532 (Procedures): Document Solaris extensions.
13533
13534 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13535
13536 * gdb.texinfo: Add `set print symbol-filename' doc.
13537
13538 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13539
13540 * stabs.texinfo (Arrays): Talk about type definition vs. type
13541 information.
13542
13543 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13544 the trailing semicolon.
13545
13546 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13547
13548 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13549 and merge in other parts of the document addressing these subjects.
13550 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13551
13552 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13553 at the end of a range type.
13554
13555 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13556 AIX extensions.
13557
13558 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13559
13560 * stabs.texinfo (Stabs Format): Misc fixes.
13561
13562 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13563
13564 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13565 (Traditional builtin types): Document convex convention for long long.
13566 (Negative builtin types): Discuss type names, and misc fixes.
13567
13568 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13569
13570 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13571 point types used with @samp{R} type descriptor.
13572 (Symbol Descriptors): Describe how to handle conflict between
13573 different meanings of @samp{P} symbol descriptor.
13574
13575 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13576
13577 * stabs.texinfo: Remove node Quick Reference and put its children
13578 directly under the main menu.
13579
13580 * stabs.texinfo: Many more changes to bring it into line with
13581 AIX documentation and reality. I think it now has all the
13582 information from the AIX documentation, except that I burned
13583 out when I got to variant records (Pascal and Modula-2) and
13584 all the COBOL types. Oh well, we can add them later when we're
13585 worrying more about those languages.
13586
13587 * stabs.texinfo (Automatic variables): Talk about what it means
13588 to omit the symbol descriptor.
13589
13590 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13591
13592 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13593 gcc2 behavior with promoted args.
13594
13595 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13596
13597 * gdb.texinfo: include readline appendices in info version of manual
13598
13599 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13600
13601 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13602 target remote.
13603
13604 * gdb.texinfo (Machine Code): more index entries for disassemble
13605
13606 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13607
13608 * Clarify the intended use of the gdb-testers and gdb-patches
13609 mailing lists, and shrink gzip comment.
13610
13611 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13612
13613 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13614 DOSHOST configuration of manual.
13615
13616 * gdb.texinfo (MIPS Stack): new node.
13617
13618 * all-config.texi (MIPS) new switch.
13619
13620 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13621 tense; (MIPS Remote) new node.
13622
13623 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13624 bug; (Environment) less passive, other small cleanups in text about
13625 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13626 (Remote) new MIPS Remote menu entry.
13627
13628 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13629
13630 * stabs.texinfo: Many changes to include information from the
13631 AIX documentation.
13632
13633 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13634
13635 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13636
13637 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13638 Add PRINTF_HAS_LONG_LONG references.
13639
13640 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13641
13642 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13643 `set demangle-style arm' (not cfront); mention can type `q' to
13644 discard output, when gdb pages.
13645
13646 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13647
13648 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13649 Move a bunch of information from ../README.
13650 (Getting Started): New node.
13651
13652 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13653
13654 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13655
13656 * gdb.texinfo: advance manual revision dates to present
13657
13658 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13659 stop using silly Roman numerals in @set variable names
13660
13661 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13662
13663 * stabs.texinfo (Parameters): Keep trying to get this right.
13664
13665 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13666
13667 * stabs.texinfo (Parameters): More on "local parameters".
13668
13669 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13670
13671 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13672
13673 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13674
13675 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13676 (Parameters): Rewrite.
13677 (xcoff-differences, Sun-differences): Minor changes.
13678
13679 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13680
13681 * stabs.texinfo: Minor cleanup.
13682
13683 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13684
13685 * gdbint.texinfo: Minor xcoff stuff.
13686
13687 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13688
13689 * gdbint.texinfo: Update for new config directory structure.
13690 Add info about internal type data structures.
13691
13692 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13693
13694 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13695 $(srcdir).
13696 (gdb-config.texi): Depend on file in $(srcdir).
13697
13698 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13699
13700 * stabs.texinfo: Fixes about N_SO.
13701
13702 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13703
13704 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13705
13706 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13707
13708 * gdb.texinfo: include list of nonstandard init file names
13709
13710 * *-config.texi: new switch GENERIC for text that applies *only*
13711 to (usual) multiple-target version of manual
13712
13713 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13714 h8 config
13715
13716 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13717 in menus (rather than conditionally selected multiple alternative
13718 menus).
13719
13720 * Makefile.in: define and use DOC_CONFIG var to select
13721 configuration for GDB user manual.
13722
13723 * gdb-config.texi: delete from repository, generate from Makefile.
13724
13725 * all-config.texi: normal `generic' configuration file, formerly
13726 stored as gdb-config.texi
13727
13728 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13729
13730 * Makefile.in: add dvi target to build all .dvi files
13731
13732 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13733
13734 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13735
13736 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13737
13738 * stabs.texi: The `this' pointer is now known by the name
13739 `this' instead of `$t'.
13740
13741 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13742
13743 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13744 host conditionals.
13745 * stabs.texinfo: More array fixes inspired by Jim's.
13746
13747 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13748
13749 * stabs.texinfo: Fixes re arrays and continuations.
13750
13751 * gdbint.texinfo: Add XCOFF node.
13752
13753 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13754
13755 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13756
13757 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13758
13759 * stabs.texinfo: Fix for array types to mention lower bounds.
13760
13761 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13762
13763 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13764
13765 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13766
13767 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13768
13769 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13770
13771 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13772 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13773
13774 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13775
13776 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13777
13778 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13779
13780 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13781
13782 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13783
13784 * gdb.texinfo, gdbinv-s.texi: misc updates
13785
13786 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13787
13788 * gdbint.texinfo: Brief documentation for longjmp support,
13789 from an email msg by Stu.
13790
13791 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13792
13793 * stabs.texinfo: Fix description of floating point "range"
13794 types (which really define basic types). Reported by Jim Meehan,
13795 <meehan@src.dec.com>.
13796
13797 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13798
13799 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13800
13801 * gdbint.texinfo: Slightly expand section on supporting a new
13802 object file format.
13803
13804 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13805
13806 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13807 intermediate file.
13808
13809 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13810
13811 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13812
13813 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13814
13815 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13816
13817 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13818 as well as Z8002.
13819
13820 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13821
13822 * gdbint.texinfo (Host Conditionals): Remove
13823 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13824 MEM_FNS_DECLARED.
13825 (Target Conditionals): Remove all of the above.
13826
13827 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13828
13829 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13830 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13831
13832 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13833
13834 * gdbint.texinfo: Add sections on clean design and on how to send
13835 in changes.
13836
13837 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13838
13839 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13840
13841 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13842
13843 * gdbint.texinfo: nm.h now included in defs.h.
13844
13845 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13846
13847 * gdb.texinfo: Fix typo, reported by Karl Berry.
13848
13849 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13850
13851 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13852
13853 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13854
13855 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13856
13857 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13858
13859 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13860 (all @node commands): Use new form to avoid nitpicking errors.
13861 * gdbint.texinfo: Document host/native/target split.
13862
13863 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13864
13865 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13866
13867 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13868
13869 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13870
13871 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13872
13873 * gdbint.texinfo: fixed a stray email address (needs @@),
13874 added @table @code to node "Native Conditionals"
13875
13876 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13877
13878 * gdbint.texinfo: document a few more macros, create new section
13879 for native macros.
13880
13881 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13882
13883 * gdb.texinfo: Document command hooks.
13884
13885 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13886
13887 * gdbint.texinfo: Describe coding style of GDB.
13888
13889 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13890
13891 * stabs.texinfo: Minor wording changes.
13892
13893 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13894
13895 * gdbint.texinfo: Improve release doc slightly.
13896
13897 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13898
13899 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13900 for two new remote targets---29K using UDI, and Tandem ST2000
13901 using STDBUG.
13902
13903 * all.m4, none.m4: new m4 switch, _ST2000__
13904
13905 * all.m4: turn on H8/300 stuff for generic manual
13906
13907 * gdbinv-s.m4.in: remove text on special procedures to continue
13908 after explicit call to breakpoint() in serial stubs.
13909
13910 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13911
13912 * gdbint.texinfo: Improve doc of GDB config macros.
13913
13914 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13915
13916 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13917 These will be reinserted when examined.
13918
13919 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13920
13921 * gdb.texinfo: fix shameful error of agreement reported by
13922 jimb@occs.cs.oberlin.edu (Jim Blandy)
13923 * gdb.texinfo: remove old partial discussion of remote serial
13924 protocol (via serial debug stubs)
13925 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13926 use of serial debug stubs
13927
13928 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13929
13930 * gdbint.texinfo: Make a start at documenting all the #if macros
13931 in GDB. At least list them all, and start separating them into
13932 host-specific and target-specific.
13933
13934 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13935
13936 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13937 examples (not consistent w others).
13938 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13939 for generic vn of doc
13940
13941 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13942
13943 * Makefile.in: always create installation directories.
13944
13945 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13946
13947 * gdb.texinfo: in h8 config, do not describe searching commands.
13948
13949 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13950
13951 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13952 conditionals; introduce a few generic switches that may be
13953 useful for other cross-dev or dos-hosted configs.
13954
13955 * gdb.texinfo: fix typo in "info reg" description
13956
13957 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13958
13959 * stabs.texinfo: Minor updates from running TeX over it.
13960 * Makefile.in (stabs.dvi, stabs.ps): Add.
13961
13962 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13963
13964 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13965 First pass at converting it to texinfo.
13966
13967 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13968
13969 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13970 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13971
13972 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13973
13974 * gdbint.texinfo: Add section on partial symbol tables.
13975
13976 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13977
13978 * gdb.texinfo: Document new am29k setting.
13979
13980 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13981
13982 * gdb.texinfo: document `set remotedebug' and `set
13983 rstack_high_address'.
13984
13985 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13986
13987 * gdb.texinfo: slight expansion of new text on reading info files
13988 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13989 H8/300 from DOS.
13990
13991 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13992
13993 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13994
13995 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13996
13997 * gdb.texinfo: Say how to read the `info' files.
13998
13999 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
14000
14001 * Makefile.in: gm4 -> m4.
14002
14003 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
14004
14005 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
14006 Documentation' ahead of `Installing GDB' to match README.
14007 Update shared library doc, -readnow and -mapped, and directory
14008 structure (add glob and mmalloc). Update configure doc.
14009
14010 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
14011
14012 * Makefile.in: remove $(srcdir) from gdb.info rule.
14013
14014 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14015
14016 * Makefile.in: commented out gdb-all.texinfo rule. This is
14017 temporary.
14018
14019 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14020
14021 * Makefile.in, configure.in: removed traces of namesubdir,
14022 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14023 copyrights to '92, '13, changed some from Cygnus to FSF.
14024
14025 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
14026
14027 * gdb.texinfo: Improve how we ask for bug reports.
14028
14029 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14030
14031 * Makefile.in: infodir belongs in datadir.
14032
14033 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14034
14035 * Makefile.in: remove spaces following hyphens, bsd make can't
14036 cope. install using INSTALL_DATA. added clean-info. added
14037 standards.text support.
14038
14039 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14040
14041 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14042 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14043 and mandir now keyed off datadir by default.
14044
14045 \f
14046 Local Variables:
14047 mode: change-log
14048 left-margin: 8
14049 fill-column: 74
14050 version-control: never
14051 coding: utf-8
14052 End:
This page took 0.408375 seconds and 4 git commands to generate.