gdb: use gdb::optional instead of passing a pointer to gdb::array_view
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * python.texinfo (Breakpoints In Python): Add BP_CATCHPOINT
4 description.
5
6 2021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * guile.texinfo (Breakpoints In Guile): Add BP_CATCHPOINT
9 description.
10
11 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.texinfo (RISC-V Features): Mention vector register feature.
14
15 2021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * python.texi (Unwinding Frames in Python): Mention
18 PendingFrame.level.
19 (Frames In Python): Mention Frame.level.
20
21 2021-06-16 Felix Willgerodt <felix.willgerodt@intel.com>
22
23 * gdb.texinfo (Process Record and Replay): Stop mentioning lines
24 for "record function-call-history" and
25 "set record function-call-history-size".
26
27 2021-06-08 Lancelot Six <lsix@lancelotsix.com>
28
29 * python.texi (Writing a Pretty-Printer): Use 'is None' instead of
30 '== None'.
31
32 2021-06-05 Shahab Vahedi <shahab@synopsys.com>
33
34 * gdb.texinfo (Source and Machine Code): Document 'set
35 disassembler-options' support for the ARC target.
36
37 2021-06-04 Hannes Domani <ssbssa@yahoo.de>
38
39 * python.texi (TUI Windows In Python): Document Window.click.
40
41 2021-05-29 Hannes Domani <ssbssa@yahoo.de>
42
43 * python.texi (Writing a Frame Filter): Fix example.
44
45 2021-05-27 Hannes Domani <ssbssa@yahoo.de>
46
47 * python.texi (TUI Windows In Python): Document "full_window"
48 argument.
49
50 2021-05-27 Hannes Domani <ssbssa@yahoo.de>
51
52 * python.texi (Symbols In Python): Document gdb.SYMBOL_LOC_LABEL.
53
54 2021-05-25 Hannes Domani <ssbssa@yahoo.de>
55
56 * python.texi (Symbols In Python): Fix gdb.SYMBOL_LOC_COMMON_BLOCK.
57
58 2021-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
59
60 * gdb.texi (Initialization Files): Add '@:' after 'e.g.'.
61 (Source Path): Likewise.
62 (GDB/MI Development and Front Ends): Likewise.
63 (ARM Features): Likewise.
64 (gdb man): Likewise.
65
66 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
67
68 * python.texi (Inferiors In Python): Mention the 'connection_num'
69 attribute.
70
71 2021-05-12 George Barrett <bob@bob131.so>
72
73 * guile.texi (Values From Inferior In Guile): Add documentation
74 for value-const-value.
75
76 2021-05-12 George Barrett <bob@bob131.so>
77
78 * guile.texi (Values From Inferior In Guile): Add documentation
79 for value-reference-value. Add documentation for
80 value-rvalue-reference-value.
81
82 2021-05-12 George Barrett <bob@bob131.so>
83
84 * guile.texi (Types In Guile): Add documentation for
85 TYPE_CODE_RVALUE_REF.
86
87 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
88
89 * guile.texinfo (Breakpoints In Guile): Reword sentence.
90 * python.texinfo (Breakpoints In Python): Reword sentence.
91
92 2021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * python.texinfo (Python Commands): Document 'set debug
95 py-unwind' and 'show debug py-unwind'.
96
97 2021-05-09 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * python.texinfo (Python Commands): Document 'set debug
100 py-breakpoint' and 'show debug py-breakpoint'.
101
102 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
103
104 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
105 '--force' flag of the '-break-condition' command.
106
107 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
108
109 * gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
110 '--force-condition' flag of the '-break-insert' and
111 '-dprintf-insert' commands.
112
113 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
114
115 * python.texi (Types In Python): Re-organize Type.fields doc.
116 Mention handling of array types. Correct doc for when calling
117 the method on another type.
118
119 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
120
121 * gdb.texinfo (Initialization Files): Use @env when referencing
122 environment variables.
123 (Shell Commands): Likewise.
124 (Starting): Likewise.
125 (Arguments): Likewise.
126 (Environment): Likewise.
127 (Edit): Likewise.
128 (Compiling and Injecting Code): Likewise.
129 (Files): Likewise.
130 (Command History): Likewise.
131 (Screen Size): Likewise.
132 (Emacs): Likewise.
133
134 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * python.texinfo (Python Commands): Mention new commands.
137
138 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
139
140 PR gdb/22640
141 * gdb.texinfo (Symbols): Describe the 'x' and 'd' flags of the
142 ptype command, describe 'set print type hex' and 'show print
143 type hex' commands. Update 'ptype/o' examples.
144
145 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
146
147 * gdb.texinfo (GDB/MI Breakpoint Information): Update the
148 description for the 'enabled' field of breakpoint locations.
149
150 2021-04-15 Tom Tromey <tom@tromey.com>
151 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.texinfo (Mode Options): Mention "set startup-quietly".
154
155 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 PR cli/25956
158 * gdb.texinfo (File Options): Mention new command line options.
159 (Startup): Discuss when early init files are processed.
160 (Initialization Files): Add description of early init files.
161 (Output Styling): Update description of 'version' style.
162 (gdb man): Mention early init files.
163
164 2021-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add missing
167 parentheses to GDB prompt in example, and replace '(gdb)' with
168 '(@value{GDBP})' in one example where the latter was already in
169 use.
170
171 2021-03-29 Luis Machado <luis.machado@linaro.org>
172
173 * gdb.textinfo (Memory Tagging): Make it a @section.
174
175 2021-03-24 Luis Machado <luis.machado@linaro.org>
176
177 * gdb.texinfo (Data): Document memory tagging changes to the "print"
178 command.
179 (Examining Memory): Document memory tagging changes to the "x"
180 command.
181 (Memory Tagging): Update with more information on changes to the "x"
182 and "print" commands.
183
184 2021-03-24 Luis Machado <luis.machado@linaro.org>
185
186 * gdb.texinfo (Memory Tagging): New subsection and node.
187 (AArch64 Memory Tagging Extension): New subsection.
188
189 2021-03-24 Luis Machado <luis.machado@linaro.org>
190
191 * gdb.texinfo (General Query Packets): Document qMemTags and
192 QMemTags. Document the "memory-tagging" feature.
193 (ARM-Specific Protocol Details): Document memory tag types.
194
195 2021-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
196
197 * python.texinfo (Parameters In Python): Return empty string in
198 small example code.
199
200 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 * gdb.texinfo (Files): Document new 'maint info target-sections'
203 command.
204
205 2021-02-17 Lancelot Six <lsix@lancelotsix.com>
206
207 PR cli/17290
208 * gdb.texinfo (Remote Configuration): Fix show remote
209 interrupt-sequence and show remote interrupt-on-connect.
210
211 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.texinfo (Files): Update documentation for 'maint info
214 sections'.
215
216 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * python.texinfo (TUI Windows In Python): Extend description of
219 TuiWindow.is_valid.
220
221 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
222
223 * gdb.texinfo (Inferiors Connections and Programs): Document the
224 inferior command when used without argument.
225
226 2021-01-27 Tom Tromey <tromey@adacore.com>
227
228 * gdb.texinfo (Auto-loading extensions): Remove extraneous space.
229
230 2021-01-25 Marco Barisione <mbarisione@undo.io>
231
232 * python.texi: Add parentheses to print statements/functions.
233
234 2021-01-25 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * gdb.texinfo (Specify Location): Move menu to the end of the
237 node.
238 (Auto-loading): Likewise.
239 (Extending GDB): Likewise.
240 (TUI): Likewise.
241 (Operating System Information): Likewise.
242
243 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 PR cli/25956
246 * gdb.texinfo (Output Styling): Document version style.
247
248 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * gdb.texinfo (Auto-loading extensions): Add additional cross
251 references and move @menu to the end of the node.
252
253 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
254
255 * gdb.texinfo (Aliases): Move @menu to the end of the node.
256
257 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
260
261 2021-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 * gdb.texinfo (Commands): Update menu.
264 (Extending GDB): Likewise.
265 (Command aliases default args): Moved later into the document,
266 added a cindex entry. Renamed the section 'Automatically prepend
267 default arguments to user-defined aliases' to 'Default Arguments'.
268 (Aliases): Moved earlier in the document. Minor rewording of the
269 first paragraph, down-cased the text inside all uses of @var, and
270 added a cross reference to the Python code. Renamed the section
271 'Creating new spellings of existing commands' to 'Command
272 Aliases'.
273
274 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
275
276 PR python/19151
277 * python.texi (Breakpoints In Python): Document
278 gdb.BP_HARDWARE_BREAKPOINT.
279
280 2021-01-01 Joel Brobecker <brobecker@adacore.com>
281
282 * gdb.texinfo, refcard.tex: Update copyright year range.
283
284 2020-12-29 Hannes Domani <ssbssa@yahoo.de>
285
286 * python.texi (Frame Decorator API): Fix method name.
287
288 2020-12-23 Alex Bennée <alex.bennee@linaro.org>
289
290 * gdb.texinfo (Packets): Clarify language for ? packet.
291
292 2020-12-21 Joel Brobecker <brobecker@adacore.com>
293
294 * gdb.texinfo (Requirements): Add GMP to list of requirements.
295
296 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
297
298 * python.texi (TUI Windows In Python): Remove erroneous 'a'.
299
300 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
301
302 * python.texi (Values From Inferior): Document the address keyword.
303
304 2020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
305
306 PR gdb/27088
307 * gdb.texinfo (Range Checking): Fix "show check range" command
308 name.
309
310 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * gdb.texinfo (Caching Target Data): Document 'maint flush
313 dcache'.
314
315 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
318 (Maintenance Commands): Document 'maint flush register-cache'.
319
320 2020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
321
322 * Makefile.in: Delete GDBvn.texi and version.subst only in
323 the maintainer-clean target.
324
325 2020-11-29 Hannes Domani <ssbssa@yahoo.de>
326
327 PR python/26974
328 * python.texi: Fix docu for static members argument.
329
330 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
331
332 * gdb.texinfo (Debugging Output): Document 'set/show debug
333 fortran-array-slicing'.
334 (Special Fortran Commands): Document 'set/show fortran
335 repack-array-slices'.
336
337 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * gdb.texinfo (Maintenance Commands): Update description of 'maint
340 print c-tdesc'.
341
342 2020-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
343
344 * gdb.texinfo (Mode Options): Descriptions of initialization files
345 has been moved to 'Initialization Files'.
346 (Startup): Likewise.
347 (Initialization Files): New node.
348 (gdb man): Update to mention alternative file paths.
349 (gdbinit man): Likewise.
350
351 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
352
353 * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
354 of the 'break'command.
355 * gdb.texinfo (Conditions): Document the '-force' flag of the
356 'condition' command.
357
358 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
359
360 * gdb.texinfo (Set Breaks): Document disabling of breakpoint
361 locations for which the breakpoint condition is invalid.
362
363 2020-10-06 Michael Forney <mforney@mforney.org>
364
365 * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
366 install condition.
367
368 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
369
370 * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
371
372 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
373
374 * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
375
376 2020-09-13 Pedro Alves <pedro@palves.net>
377
378 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
379 "-break-insert --qualified" and "-dprintf-insert --qualified".
380
381 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
382
383 * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
384
385 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
386
387 * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
388 Features.
389
390 2020-08-07 Tom Tromey <tromey@adacore.com>
391
392 * gdb.texinfo (Ravenscar Profile): Add examples.
393 Document runtime initialization limitation.
394
395 2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
396
397 * gdb.texinfo (Contributors): Add information for the eBPF
398 support.
399 (BPF): New section.
400
401 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * python.texi (Unwinding Frames in Python): Update descriptions
404 for PendingFrame.read_register and
405 gdb.UnwindInfo.add_saved_register.
406 (Frames In Python): Update description of Frame.read_register.
407
408 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * python.texi (Registers In Python): Document new find function.
411
412 2020-07-22 Kevin Buettner <kevinb@redhat.com>
413
414 * gdb.texinfo (Maintenance Commands): Add documentation for
415 new command "maintenance print core-file-backed-mappings".
416
417 2020-07-22 Reuben Thomas <rrt@sc3d.org>
418
419 * gdb.texinfo (Remote Protocol, Overview): Correct the description
420 of which remote protocol commands are mandatory for a stub to
421 implement.
422
423 2020-07-20 Ludovic Courtès <ludo@gnu.org>
424
425 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
426
427 2020-07-20 Ludovic Courtès <ludo@gnu.org>
428
429 * guile.texi (Memory Ports in Guile): Mark
430 'memory-port-read-buffer-size',
431 'set-memory-port-read-buffer-size!',
432 'memory-port-write-buffer-size',
433 'set-memory-port-read-buffer-size!' as deprecated.
434 (Guile Introduction): Clarify which Guile
435 versions are supported.
436
437 2020-07-13 Paul Carroll <pcarroll@codesourcery.com>
438
439 PR gdb/25716
440
441 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
442 apply' and adjust xrefs to it.
443
444 2020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
445
446 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
447
448 2020-07-08 Hannes Domani <ssbssa@yahoo.de>
449
450 * gdb.texinfo: Document Windows drive conversion of
451 'set auto-load scripts-directory'.
452
453 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
454
455 * gdb.texi (Registers): Add @anchor for 'info registers
456 <reggroup>' command.
457 * python.texi (Architectures In Python): Document new
458 register_groups method.
459 (Registers In Python): Document two new object types related to
460 register groups.
461
462 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * python.texi (Python API): Add new section to the menu.
465 (Frames In Python): Add new @anchor.
466 (Architectures In Python): Document new registers method.
467 (Registers In Python): New section.
468
469 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
470
471 * python.texi (Unwinding Frames in Python): Document
472 PendingFrame.architecture method.
473
474 2020-06-26 Eli Zaretskii <eliz@gnu.org>
475
476 * gdb.texinfo (Shell Commands): More accurate description of use
477 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
478
479 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
480
481 * gdb.texinfo (Maintenance Commands): Document new 'maint print
482 xml-desc' command.
483
484 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
485
486 * gdb.texinfo (Command aliases default args): New node documenting
487 how to use default args for a command using aliases.
488 (Aliases): Document the new 'DEFAULT-ARGS...' option.
489 (Help): Update help aliases text and describe when full alias
490 definition is provided.
491
492 2020-06-11 Tom Tromey <tromey@adacore.com>
493
494 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
495
496 2020-06-10 Jonny Grant <jg@jguk.org>
497
498 * gdb.texinfo: Remove broken links Previous and Up from
499 contents.
500
501 2020-05-23 Tom Tromey <tom@tromey.com>
502
503 * gdb.texinfo (Output Styling): Don't mention completion styling.
504 (Editing): Don't mention readline completion styling.
505
506 2020-05-23 Tom Tromey <tom@tromey.com>
507
508 * gdb.texinfo (Output Styling): Mention completion styling.
509 (Editing): Mention readline completion styling.
510
511 2020-05-19 Pedro Alves <palves@redhat.com>
512
513 * gdb.texinfo (Attach): Update exec-file-mismatch description to
514 mention build IDs.
515 (Separate Debug Files): Add "build id" anchor.
516
517 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
518
519 * gdb.texinfo (Help): Document the help and apropos changes.
520 (Aliases): Document new meaning of -a abbreviation flag.
521
522 2020-05-05 Kamil Rytarowski <n54@gmx.com>
523
524 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
525 (info proc exe, info proc mappings, info proc stat): Mention
526 NetBSD support.
527
528 2020-04-28 Tom Tromey <tom@tromey.com>
529
530 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
531
532 2020-04-27 Tom Tromey <tromey@adacore.com>
533
534 * python.texi (Types In Python): Mention missing fields. Add
535 dynamic type example.
536
537 2020-04-24 Tom Tromey <tromey@adacore.com>
538
539 PR python/23662:
540 * python.texi (Types In Python): Document new features.
541
542 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
543
544 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
545 clears makeinfo warnings.
546 * python.texi: Add a missing period trailing an @xref{} clause;
547 this clears a makeinfo warning.
548
549 2020-03-06 Tom de Vries <tdevries@suse.de>
550
551 * gdb.texinfo: Fix "the the".
552
553 2020-03-04 Tom de Vries <tdevries@suse.de>
554
555 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
556 * python.texi: Same.
557
558 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * gdb.texinfo (Command History): Extend description for
561 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
562 'set history filename' being optional. Describe the effect of an
563 empty history filename on 'set history save on'.
564
565 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
568 output.
569
570 2020-02-22 Tom Tromey <tom@tromey.com>
571
572 * python.texi (Python API): Add menu item.
573 (TUI Windows In Python): New node.
574
575 2020-02-22 Tom Tromey <tom@tromey.com>
576
577 PR tui/17850:
578 * gdb.texinfo (TUI Commands): Document horizontal layouts.
579
580 2020-02-22 Tom Tromey <tom@tromey.com>
581
582 * gdb.texinfo (TUI Overview): Mention user layouts.
583 (TUI Commands): Document "tui new-layout".
584
585 2020-01-26 Tom Tromey <tromey@adacore.com>
586
587 * gdb.texinfo (M68K Features): Document floating-point feature
588 correspondence.
589
590 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
591
592 * gdb.texinfo (Attach): Document the new option and the
593 set/show commands.
594 (Connecting): Reference the exec-file-mismatch option.
595
596 2020-01-10 Pedro Alves <palves@redhat.com>
597
598 * gdb.texinfo (Starting): Say "current inferior not connected"
599 instead of "GDB not connected".
600 (Inferiors and Programs): Rename node to ...
601 (Inferiors Connections and Programs): ... this. Update all
602 references. Talk about multiple target connections. Update "info
603 inferiors" info to mention the connections column. Describe "info
604 connections". Document "add-inferior -no-connection".
605 * guile.texi, python.texi: Update cross references.
606
607 2020-01-01 Joel Brobecker <brobecker@adacore.com>
608
609 * gdb.texinfo, refcard.tex: Update copyright year range.
610
611 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * python.texi (Symbols In Python): Remove duplicate description of
614 gdb.lookup_global_symbol.
615
616 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
617
618 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
619
620 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
621
622 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
623 as -r is ambiguous. Update the print - TAB TAB completion result.
624 (Data): Document new option -raw-values. Use -p and -pretty in the
625 example, as -r is ambiguous.
626 (Print Settings): Document set print raw values.
627 (Pretty-Printer Commands): Document interaction between enabled
628 pretty printers and -raw-values/-raw-frame-arguments.
629
630 2019-12-10 Tom Tromey <tom@tromey.com>
631
632 * python.texi (gdb.prompt): Use correct quotes in example.
633 Shorten sample text.
634
635 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
636
637 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
638 -max-results to some -symbol-info-* commands.
639
640 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
641
642 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
643 -symbol-info-module-functions and -symbol-info-module-variables.
644
645 2019-12-01 Tom Tromey <tom@tromey.com>
646
647 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
648 (Output Styling): Document new settings.
649
650 2019-12-01 Tom Tromey <tom@tromey.com>
651
652 * gdb.texinfo (TUI Configuration): Document new setting.
653
654 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
655
656 * gdb.texinfo (Define): Indicate that user-defined prefix can
657 be used in 'define' command. Document 'define-prefix' command.
658
659 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
660
661 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
662 -symbol-info-modules.
663
664 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
665
666 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
667 -symbol-info-functions, -symbol-info-types, and
668 -symbol-info-variables.
669
670 2019-11-26 Tom Tromey <tom@tromey.com>
671
672 * gdb.texinfo (Maintenance Commands): Document new maint
673 commands.
674
675 2019-11-25 Luis Machado <luis.machado@linaro.org>
676
677 * gdb.texinfo (Debugging Output): Document set debug
678 remote-packet-max-chars.
679
680 2019-11-14 Tom de Vries <tdevries@suse.de>
681
682 * gdb.texinfo: Fix typos.
683 * python.texi: Same.
684 * stabs.texinfo: Same.
685
686 2019-11-12 Tom Tromey <tom@tromey.com>
687
688 * gdb.texinfo (Maintenance Commands): Document new command.
689
690 2019-11-11 Tom Tromey <tom@tromey.com>
691
692 * gdb.texinfo (TUI Keys): Document readline function names.
693
694 2019-11-11 Tom Tromey <tom@tromey.com>
695
696 * gdb.texinfo (Editing): Document operate-and-get-next.
697
698 2019-11-11 Tom Tromey <tromey@adacore.com>
699
700 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
701
702 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
703
704 * python.texi (Symbols In Python): Add documentation for
705 gdb.lookup_static_symbols.
706
707 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * python.texi (Symbols In Python): Extend documentation for
710 gdb.lookup_static_symbol.
711
712 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * gdb.texinfo (Symbols): Document new 'info module variables' and
715 'info module functions' commands.
716
717 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * gdb.texinfo (Symbols): Document new 'info modules' command.
720
721 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
722
723 * gdb.texinfo (Convenience Funs): Document the new
724 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
725 convenience functions.
726
727 2019-10-29 Christian Biesinger <cbiesinger@google.com>
728
729 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
730 generation.
731 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
732 option.
733
734 2019-10-23 Tom Tromey <tom@tromey.com>
735
736 * Makefile.in (READLINE_DIR): Update.
737
738 2019-10-23 Christian Biesinger <cbiesinger@google.com>
739
740 * python.texi (Threads In Python): Add a note for how to get the
741 list of threads.
742
743 2019-10-07 Tom de Vries <tdevries@suse.de>
744
745 * gdb.texinfo: Fix typo.
746 * guile.texi: Same.
747 * python.texi: Same.
748
749 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
750
751 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
752
753 2019-10-02 Tom Tromey <tromey@adacore.com>
754
755 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
756 $_ada_exception.
757
758 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
759
760 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
761 qXfer:spu:read and qXfer:spu:write.
762 (General Query Packets): Likewise.
763 (Cell Broadband Engine SPU architecture): Remove subsection.
764
765 2019-09-18 Tom Tromey <tom@tromey.com>
766
767 * gdb.texinfo (Editing): Document readline application name.
768 (TUI Single Key Mode): Document TUI SingleKey keymap name.
769
770 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
771
772 * gdb.texinfo (Source Path): Additional text to better describe
773 how the source path directory list is used when searching for
774 source files.
775
776 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
777
778 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
779 examples.
780
781 2019-09-10 Tom Tromey <tromey@adacore.com>
782
783 * gdb.texinfo (Index Files): Update Ada text.
784
785 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
786
787 * gdb.texinfo (Symbols): Add information about the -n flag to
788 "info variables" and "info functions".
789
790 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
791
792 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
793
794 2019-08-16 Alan Hayward <alan.hayward@arm.com>
795
796 * gdb.texinfo (AArch64 Pointer Authentication)
797 (GDB/MI Breakpoint Information) (Frame Information): Document
798 addr_field.
799
800 2019-08-12 Tom Tromey <tom@tromey.com>
801
802 * gdb.texinfo (Configure Options): Document minimum version of
803 readline.
804
805 2019-08-09 Alan Hayward <alan.hayward@arm.com>
806
807 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
808
809 2019-08-07 Alan Hayward <alan.hayward@arm.com>
810
811 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
812
813 2019-08-05 Christian Biesinger <cbiesinger@google.com>
814
815 * python.texi (Blocks In Python): Document dictionary access on blocks.
816
817 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
818
819 * gdb.texinfo (Symbols): Document new args -dirname and -basename
820 of "info sources" command.
821
822 2019-07-30 Christian Biesinger <cbiesinger@google.com>
823
824 * python.texi (Symbols In Python): Document new function
825 gdb.lookup_static_symbol.
826
827 2019-07-29 Christian Biesinger <cbiesinger@google.com>
828
829 * python.texi (Objfiles In Python): Document new functions
830 Objfile.lookup_{global,static}_symbol.
831
832 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
833
834 * gdb.texinfo (Backtrace): Document the new '-frame-info'
835 backtrace option. Reference 'set print frame-info'.
836 (Print Settings): Document 'set|show print frame-info'.
837 Document new 'presence' value for 'set print frame-arguments.
838
839 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
840
841 * gdb.texinfo (Symbols): Add information about -q flag to "info
842 types".
843
844 2019-07-20 Kevin Buettner <kevinb@redhat.com>
845
846 * python.texi (python command): Revise example to match
847 command behavior.
848
849 2019-07-09 Pedro Alves <palves@redhat.com>
850
851 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
852 examples to show type=catchpoint instead of type=breakpoint and an
853 address.
854
855 2019-07-03 Pedro Alves <palves@redhat.com>
856 Philippe Waroquiers <philippe.waroquiers@skynet.be>
857
858 * gdb.texinfo (Command Settings): New node documenting the general
859 concept of settings, how to change them, and the new "with"
860 command.
861 (Maintenance Commands): Document "maint with".
862
863 2019-07-03 Pedro Alves <palves@redhat.com>
864
865 * gdb.texinfo (Maintenance Commands): Document "maint set/show
866 test-settings" instead of "maint test-settings set/show".
867
868 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
869
870 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
871 deals with a file that has the same name as the specified pid to
872 attach to. Add example using -p option.
873 (gdb man): Remove same sentence as in previous item.
874
875 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
876
877 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
878 node.
879 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
880 new MI commands.
881
882 2019-06-13 Pedro Alves <palves@redhat.com>
883
884 * gdb.texinfo (Command Completion): Mention command options too.
885 (Command Options): New node.
886 (Threads): Add anchors. Extend descriptions of the "taas" and
887 "tfaas" commands.
888 (Backtrace): Describe new options of the "backtrace" command. Add
889 anchors.
890 (Frame Apply): Describe new options of the "frame apply" and
891 "faas" commands. Add anchors.
892 (Data): Describe new options of the "print" command. Add anchors.
893 (Compiling and Injecting Code): Mention options of the "compile
894 print" command.
895 (Maintenance Commands): Mention "maint test-options" subcommands
896 and the "maint show test-options-completion-result" command.
897
898 2019-06-13 Pedro Alves <palves@redhat.com>
899
900 * gdb.texinfo (Print Settings): Document "set/show print
901 raw-frame-arguments" instead of "set/show print raw
902 frame-arguments".
903
904 2019-06-13 Pedro Alves <palves@redhat.com>
905
906 * gdb.texinfo (Maintenance Commands): Document "maint
907 test-settings" commands.
908
909 2019-06-06 Amos Bird <amosbird@gmail.com>
910
911 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
912 annotation.
913
914 2019-06-04 Christian Biesinger <cbiesinger@google.com>
915
916 * python.texi: Document new gdb.Type.objfile property.
917
918 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
919
920 * gdb.texinfo (Help): Document the new -v apropos flag.
921 (Output Styling): Document the style name styling done by "show style".
922 Document the new title and highlight styles.
923
924 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
925
926 * gdb.texinfo (Shell Commands): Document pipe command.
927 (Logging Output): Add a reference to pipe command.
928 (Convenience Variables): Document $_shell_exitcode and
929 $_shell_exitstatus.
930
931 2019-05-29 Tom Tromey <tromey@adacore.com>
932
933 * gdb.texinfo (Continuing and Stepping): Document new
934 commands.
935
936 2019-05-22 Alan Hayward <alan.hayward@arm.com>
937
938 * gdb.texinfo (Shell Commands): Add debugredirect.
939
940 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
941
942 * gdb.texinfo: Minor formatting fixes.
943
944 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
945
946 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
947 MI command -complete.
948
949 2019-05-14 Tom de Vries <tdevries@suse.de>
950
951 * gdb.texinfo (Automatic symbol index cache): Add concept and command
952 index entries.
953
954 2019-05-14 Tom de Vries <tdevries@suse.de>
955
956 * gdb.texinfo (Maintenance Commands): Remove superfluous
957 quoting on command index entry for "maint info selftests".
958
959 2019-05-10 Tom Tromey <tromey@adacore.com>
960
961 * python.texi (Pretty Printing API): Mention lazy computation for
962 "children".
963
964 2019-05-10 Tom Tromey <tromey@adacore.com>
965
966 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
967 exception" and "catch handlers". Move "catch exception unhandled"
968 text. Use @var for "catch load" and "catch unload"
969
970 2019-05-08 Tom Tromey <tromey@adacore.com>
971
972 * gdb.texinfo (Symbols): Document change to ptype/o.
973
974 2019-05-03 Eli Zaretskii <eliz@gnu.org>
975
976 * gdb.texinfo (Separate Debug Files): Document how the
977 subdirectory of the global debug directory is computed on
978 MS-Windows/MS-DOS.
979
980 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * gdb.texinfo (Print Settings): Document 'print max-depth'.
983 * guile.texi (Guile Pretty Printing API): Document that 'print
984 max-depth' can effect the display of a values children.
985 * python.texi (Pretty Printing API): Likewise.
986 (Values From Inferior): Document max_depth keyword.
987
988 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
989
990 * gdb.texinfo (Calling): Document the new
991 set|show may-call-functions.
992
993 2019-04-22 Pedro Alves <palves@redhat.com>
994
995 * gdb.texinfo (Reverse Execution): Mention and xref process record
996 and replay. Mention remote and system emulators.
997 (Process Record and Replay): List supported architectures.
998 Mention that "record btrace" is only supported on Intel
999 processors.
1000
1001 2019-04-17 Alan Hayward <alan.hayward@arm.com>
1002
1003 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
1004 (Monitor Commands for gdbserver)
1005 (gdbserver man): Add debug-file option.
1006
1007 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1008
1009 * python.texi (Inferiors In Python): Rename
1010 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
1011 Add note about the former being deprecated.
1012
1013 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1014
1015 * python.texi (Threads In Python): Add description for method
1016 InferiorThread.handle.
1017
1018 2019-04-07 Tom Tromey <tom@tromey.com>
1019
1020 * Makefile.in (all): Depend on "info".
1021
1022 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1023
1024 * gdb.texinfo (Convenience Funs): Document '$_creal' and
1025 '$_cimag'.
1026
1027 2019-03-30 Eli Zaretskii <eliz@gnu.org>
1028
1029 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
1030 $_gdb_minor.
1031
1032 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1033
1034 * python.texi (Pretty Printing API): Document use of None for the
1035 display_hint.
1036
1037 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1038 Jiong Wang <jiong.wang@arm.com>
1039
1040 * gdb.texinfo (AArch64 Features): Describe pauth feature.
1041
1042 2019-03-20 Tom Tromey <tromey@adacore.com>
1043
1044 * python.texi (Selecting Pretty-Printers): Use @defvar for
1045 gdb.pretty_printers.
1046
1047 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
1048
1049 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
1050 of table, "@end @table" -> "@end table".
1051
1052 2019-03-14 Tom Tromey <tromey@adacore.com>
1053
1054 * gdb.texinfo (Output Styling): Document "set style source" and
1055 "show style source".
1056
1057 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1058
1059 * gdb.texinfo (Mode Options): Mention mi3.
1060 (Interpreters): Likewise.
1061 (GDB/MI Development and Front Ends): Add entry for MI 3 in
1062 version table. Document -fix-multi-location-breakpoint-output.
1063 (GDB/MI Breakpoint Information): Document format of breakpoint
1064 location output.
1065
1066 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
1067
1068 * python.texi (Values From Inferior): Change synopsys of the
1069 second form of Value.__init__.
1070
1071 2019-03-02 Eli Zaretskii <eliz@gnu.org>
1072
1073 * gdb.texinfo (Output Styling): Fix typos. Document the default
1074 foreground colors of the available styles.
1075
1076 2019-02-27 Kevin Buettner <kevinb@redhat.com>
1077
1078 * gdb.texinfo (Configure Options): Document minimum python
1079 version.
1080
1081 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1082
1083 * python.texi (Values From Inferior): Document second form
1084 of Value.__init__.
1085
1086 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1087
1088 * gdb.texinfo: Update copyright year ranges.
1089 * refcard.tex: Likewise.
1090
1091 2019-02-21 Alan Hayward <alan.hayward@arm.com>
1092
1093 * gdb.texinfo: Update style defaults.
1094
1095 2019-02-21 Tom Tromey <tromey@adacore.com>
1096
1097 * gdb.texinfo (Remote Configuration): Remove trailing "." from
1098 @item.
1099
1100 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
1101
1102 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
1103 MI versions. Update text around it.
1104
1105 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1106
1107 * gdb.texinfo (PowerPC Features): Document the alias
1108 pseudo-registers for the org.gnu.gdb.power.altivec feature.
1109
1110 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1111
1112 * gdb.texinfo (Print Settings): Remove mention of specific
1113 demangle-style values, just refer to the in-process help.
1114
1115 2018-12-28 Tom Tromey <tom@tromey.com>
1116
1117 * gdb.texinfo (Output Styling): New node.
1118
1119 2018-12-13 John Baldwin <jhb@FreeBSD.org>
1120
1121 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
1122 (Native): Add a FreeBSD subsection.
1123 (FreeBSD): Document use of system call aliases for compatibility
1124 system calls.
1125
1126 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
1127
1128 * gdb.texinfo (Standard Target Features): Add RISC-V Features
1129 sub-section.
1130
1131 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1132
1133 * gdb.texinfo (Examining the Symbol Table): Document language choice
1134 for 'info types|functions|variables' commands.
1135 (Setting Breakpoints): Document language choice to print
1136 the functions in which a breakpoint is set.
1137
1138 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1139
1140 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
1141 requirements for the org.gnu.gdb.power.vsx feature.
1142
1143 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1144
1145 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
1146 output to match the current implementation.
1147
1148 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1149
1150 * gdb.texinfo (Information About a Frame): Document changes
1151 to 'info args' and 'info locals'.
1152 (Examining the Symbol Table): Document changes to 'info functions'
1153 and 'info variables'.
1154
1155 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1156
1157 * gdb.texinfo (PowerPC Features): Describe new features
1158 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
1159 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
1160 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
1161 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
1162
1163 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1164
1165 * gdb.texinfo (PowerPC Features): Describe new features
1166 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
1167
1168 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1169
1170 * gdb.texinfo (PowerPC Features): Describe new feature
1171 "org.gnu.gdb.power.tar".
1172
1173 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1174
1175 * gdb.texinfo (PowerPC Features): Describe new features
1176 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
1177
1178 2018-10-20 Tom Tromey <tom@tromey.com>
1179
1180 * gdb.texinfo (TUI Commands): Add @end table.
1181 (TUI Configuration): Remove stray @end table.
1182
1183 2018-10-19 Tom Tromey <tom@tromey.com>
1184
1185 PR tui/18388:
1186 * gdb.texinfo (TUI Commands): Remove tabset documentation.
1187 (TUI Configuration): Document "set tui tab-width".
1188
1189 2018-10-09 Tom Tromey <tom@tromey.com>
1190
1191 * python.texi (Inferiors In Python): Link to "Frames In Python",
1192 not "Unwinding Frames in Python".
1193
1194 2018-10-09 Tom Tromey <tom@tromey.com>
1195
1196 * gdb.texinfo (Configure Options): Update --enable-ubsan
1197 documentation.
1198
1199 2018-10-08 John Baldwin <jhb@FreeBSD.org>
1200
1201 * gdb.texinfo (Contributors): Add SRI International and University
1202 of Cambridge for FreeBSD/riscv.
1203
1204 2018-10-06 Tom Tromey <tom@tromey.com>
1205
1206 PR python/19399:
1207 * python.texi (Inferiors In Python): Document
1208 Inferior.Architecture.
1209
1210 2018-10-06 Tom Tromey <tom@tromey.com>
1211
1212 PR python/21765:
1213 * python.texi (Symbols In Python): Document the module and
1214 common-block domains. Remove documentation for incorrect
1215 domains.
1216
1217 2018-10-03 Tom Tromey <tom@tromey.com>
1218
1219 * gdb.texinfo (Configure Options): Document --enable-ubsan.
1220
1221 2018-10-02 John Darrington <john@darrington.wattle.id.au>
1222
1223 * gdb.texinfo (Remote Connection Commands): Describe
1224 the changes to target remote and target extended-remote
1225 relating to Unix domain sockets.
1226
1227 2018-10-01 Tom Tromey <tom@tromey.com>
1228
1229 * gdb.texinfo (Configure Options): Document configure options.
1230
1231 2018-09-29 Tom Tromey <tom@tromey.com>
1232
1233 * gdb.texinfo (Requirements): Mention C++, GNU make.
1234 (Requirements): Sort the table. Add more libraries.
1235 (Running Configure): Remove obsolete text.
1236 (Separate Objdir): Likewise.
1237 (Configure Options): Likewise.
1238
1239 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1240
1241 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
1242 to highlight that the number is also the frame's level.
1243 (Selection): Rewrite documentation for 'frame' and 'select-frame'
1244 commands.
1245 (Frame Info): Rewrite documentation for 'info frame' command.
1246
1247 2018-09-23 Tom Tromey <tom@tromey.com>
1248
1249 PR python/18852:
1250 * python.texi (Parameters In Python): Document exception behavior
1251 of get_set_string.
1252
1253 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1254
1255 * gdb.texinfo (info proc): Remove "running".
1256 (info proc mappings): Replace "program" with "process".
1257
1258 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1259
1260 * gdb.texinfo (Process Information): Document "info proc files"
1261 command.
1262
1263 2018-09-17 Tom Tromey <tom@tromey.com>
1264
1265 * gdb.texinfo (Index Files): Update for cache directory change on
1266 macOS.
1267
1268 2018-09-16 Tom Tromey <tom@tromey.com>
1269
1270 * python.texi (Basic Python): Update docs for find_pc_line,
1271 solib_name.
1272 (Progspaces In Python): Update docs for current_progspace.
1273 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
1274 Move method documentation before example.
1275
1276 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1277
1278 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
1279
1280 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1281 2018-09-13 Tom Tromey <tom@tromey.com>
1282
1283 * python.texi (Program Spaces In Python): Document the
1284 Progspace.objfiles method.
1285 (Objfiles In Python): Mention that gdb.objfiles() is identical
1286 to gdb.selected_inferior().progspace.objfiles().
1287
1288 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1289 2018-09-13 Tom Tromey <tom@tromey.com>
1290
1291 * python.texi (Inferiors In Python): Document
1292 Inferior.progspace.
1293 (Program Spaces In Python): Document that
1294 gdb.current_progspace() is the same as
1295 gdb.selected_inferior().progspace.
1296
1297 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1298
1299 * python.texi (Basic Python): Mention the string representation
1300 of GDB Python objects.
1301
1302 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1303
1304 * gdb.texinfo (Skipping Over Functions and Files): Document
1305 set/show debug skip.
1306
1307 2018-09-10 Tom Tromey <tom@tromey.com>
1308
1309 * python.texi (Frames In Python, Blocks In Python)
1310 (Symbols In Python, Symbol Tables In Python)
1311 (Lazy Strings In Python): Remove periods from section titles.
1312
1313 2018-09-10 Tom Tromey <tom@tromey.com>
1314
1315 * python.texi (Pretty Printing API): Swap sentence order.
1316
1317 2018-09-10 Tom Tromey <tom@tromey.com>
1318
1319 PR python/16461:
1320 * python.texi (Values From Inferior): Mention use of virtual
1321 table.
1322
1323 2018-09-10 Tom Tromey <tom@tromey.com>
1324
1325 * python.texi (Basic Python): Parenthesize argument to
1326 decode_line.
1327
1328 2018-09-10 Tom Tromey <tom@tromey.com>
1329
1330 * python.texi (Python): Mention Python versions. Don't mention
1331 execfile.
1332
1333 2018-09-10 Tom Tromey <tom@tromey.com>
1334
1335 PR python/19808:
1336 * python.texi (Unwinding Frames in Python): Rewrite
1337 create_unwind_info documentation. Update read_register
1338 documentation and add a note about unwinder caution.
1339
1340 2018-09-10 Tom Tromey <tom@tromey.com>
1341
1342 PR python/18909:
1343 * python.texi (Events In Python): Fix inferior_call
1344 documentation.
1345
1346 2018-09-10 Tom Tromey <tom@tromey.com>
1347
1348 PR python/17752:
1349 * python.texi (Frame Filter API): Remove period from subsection
1350 title. Mention 100 as good default priority.
1351 (Frame Decorator API): Remove period from subsection title.
1352 Mention FrameDecorator module.
1353
1354 2018-09-10 Tom Tromey <tom@tromey.com>
1355
1356 PR python/23108:
1357 * python.texi (Exception Handling): Rearrange gdb.GdbError text
1358 and add a table.
1359
1360 2018-09-10 Tom Tromey <tom@tromey.com>
1361
1362 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1363 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1364 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1365 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1366
1367 2018-09-10 Tom Tromey <tom@tromey.com>
1368
1369 PR python/16484:
1370 * python.texi (Frames In Python): Document that Frame.block can
1371 throw.
1372
1373 2018-09-10 Tom Tromey <tom@tromey.com>
1374
1375 PR python/23487:
1376 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1377
1378 2018-09-10 Tom Tromey <tom@tromey.com>
1379
1380 PR python/16033:
1381 * python.texi (Blocks In Python): Document that Block.end is
1382 exclusive.
1383
1384 2018-08-29 Keith Seitz <keiths@redhat.com>
1385
1386 * gdb.texinfo (Compiling and injecting code in GDB): Document
1387 set/show "compile-oracle" and "compile-cplus-types" commands.
1388
1389 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1390
1391 * gdb.texinfo (The -stack-list-frames Command): Update description
1392 to mention "arch".
1393 Update MI examples throughout the document to contain "arch" in
1394 frame output.
1395
1396 2018-08-21 Alan Hayward <alan.hayward@arm.com>
1397
1398 * gdb.texinfo (AArch64 SVE): New subsubsection.
1399
1400 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1401
1402 * gdb.texinfo (GDB/MI Data Manipulation): Document
1403 "-data-disassemble -a addr".
1404 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1405 feature.
1406
1407 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1408
1409 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1410 symbol index cache.
1411
1412 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1413
1414 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1415 option sections to further clarify that gcore can take more
1416 than one PID, and that "-o" is used to specify a prefix, not a
1417 filename.
1418
1419 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1420
1421 * gdb.texinfo (Maintenance Commands): Add description of
1422 maintenance command to control dwarf unwinders.
1423
1424 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1425
1426 * gdb.texinfo (Debugging Programs with Multiple Threads):
1427 Document changes to 'thread apply'. Document 'taas'.
1428 Document 'tfaas'.
1429 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1430
1431 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1432 Jan Kratochvil <jan.kratochvil@redhat.com>
1433 Paul Fertser <fercerpav@gmail.com>
1434 Tsutomu Seki <sekiriki@gmail.com>
1435
1436 * gdb.texinfo (Remote Connection Commands): Add explanation
1437 about new IPv6 support. Add new connection prefixes.
1438
1439 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1440
1441 * gdb.texinfo (Remote Configuration): Update descriptions for
1442 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1443 and hardware-watchpoint-length-limit variables.
1444
1445 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1446
1447 PR tdep/8282
1448 * gdb.texinfo (Source and Machine Code): Document `set
1449 disassembler-options' support for the MIPS target.
1450
1451 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1452
1453 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1454
1455 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1456
1457 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1458 is no longer mandatory.
1459
1460 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1461
1462 * gdb.texinfo (Files): Document "symbol-file -o offset".
1463
1464 2018-06-14 Tom de Vries <tdevries@suse.de>
1465
1466 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1467
1468 2018-06-11 Eli Zaretskii <eliz@gnu.org>
1469
1470 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1471
1472 2018-06-08 Gary Benson <gbenson@redhat.com>
1473
1474 * gdb.texinfo (Maintenance Commands): Document "maint check
1475 libthread-db" and "maint set/show check-libthread-db".
1476
1477 2018-06-05 Tom Tromey <tom@tromey.com>
1478
1479 PR cli/12326:
1480 * gdb.texinfo (Screen Size): Document "c" response to pagination
1481 prompt.
1482
1483 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1484
1485 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1486 selection details with the `set endian auto' mode.
1487
1488 2018-05-31 Alan Hayward <alan.hayward@arm.com>
1489
1490 * gdb.texinfo: Describe SVE feature.
1491
1492 2018-05-04 Tom Tromey <tom@tromey.com>
1493
1494 PR python/22731:
1495 * python.texi (Breakpoints In Python): Mention that "commands" is
1496 writable.
1497
1498 2018-05-02 Tom Tromey <tom@tromey.com>
1499
1500 PR python/20084:
1501 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1502 PARAM_ZUINTEGER_UNLIMITED.
1503
1504 2018-04-30 Tom Tromey <tom@tromey.com>
1505
1506 * python.texi (Types In Python): Document Type.align.
1507
1508 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1509
1510 * gdb.texinfo (Symbols): Mention the fact that "info
1511 variables/functions/types" show source files and line numbers.
1512
1513 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1514
1515 * gdb.texinfo: Document set/show record btrace cpu.
1516
1517 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1518
1519 * gdb.texinfo (Ada Settings): New subsubsection.
1520
1521 2018-03-26 Tom Tromey <tom@tromey.com>
1522
1523 PR backtrace/15582:
1524 * gdb.texinfo (Backtrace): Mention "hide" argument.
1525
1526 2018-03-26 Tom Tromey <tom@tromey.com>
1527
1528 * gdb.texinfo (Backtrace): Describe options individually.
1529
1530 2018-03-19 Tom Tromey <tom@tromey.com>
1531
1532 * observer.texi: Remove.
1533
1534 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1535
1536 * gdb.texinfo (Debugging Output): Document "set/show debug
1537 fbsd-nat".
1538
1539 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1540
1541 * gdb.texinfo (Machine Code): Additional information about "info
1542 line" command.
1543
1544 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1545
1546 * gdb.texinfo (gdb-add-index man): Add pindex.
1547
1548 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1549
1550 * gdb.texinfo (set cwd): Add period.
1551 (gdb-add-index man): Move anchor.
1552
1553 2017-01-12 Tom Tromey <tom@tromey.com>
1554 Sergio Durigan Junior <sergiodj@redhat.com>
1555
1556 * gdb.texinfo (Index Files): Mention gdb-add-index.
1557 (gdb-add-index man): New section.
1558 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1559 from gdb.texinfo.
1560
1561 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1562
1563 * gdb.texinfo (pwd): Fix whitespace.
1564
1565 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1566
1567 * gdb.texinfo (pwd): Update cross-reference for Process Information
1568 node and remove explicit /proc reference.
1569 (Native): Rename subsection from SVR4 Process Information to
1570 Process Information.
1571 (Process Information): Reword introduction to be less /proc
1572 centric. Document support for "info proc" on FreeBSD.
1573
1574 2018-01-03 Xavier Roirand <roirand@adacore.com>
1575
1576 * gdb.texinfo (Set Catchpoints): Add documentation for new
1577 "catch handlers" action.
1578
1579 2017-12-27 Stafford Horne <shorne@gmail.com>
1580
1581 * gdb.texinfo (Target Description Format): Explain that arbitrary
1582 strings are now allowed for register groups.
1583
1584 2017-12-27 Stafford Horne <shorne@gmail.com>
1585
1586 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1587
1588 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1589
1590 PR cli/16224
1591 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1592
1593 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1594
1595 * python.texi (Manipulating breakpoints using Python): Document
1596 qualified parameter to gdb.Breakpoint.
1597
1598 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1599
1600 * python.texi (Manipulating breakpoints using Python): Split doc
1601 of Breakpoint.__init__ in two, split text in multiple
1602 paragraphs, don't nest parameter square brackets.
1603
1604 2017-12-12 Stafford Horne <shorne@gmail.com>
1605 Stefan Wallentowitz <stefan@wallentowitz.de>
1606 Franck Jullien <franck.jullien@gmail.com>
1607 Jeremy Bennett <jeremy.bennett@embecosm.com>
1608
1609 * gdb.texinfo: Add OpenRISC documentation.
1610
1611 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1612
1613 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1614
1615 2017-12-07 Keith Seitz <keiths@redhat.com>
1616
1617 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1618 and "show print type nested-type-limit".
1619
1620 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1621
1622 * python.texi (Breakpoints In Python): Add text relating
1623 to allowed explicit locations and keywords in gdb.Breakpoints.
1624
1625 2017-12-04 Tom Tromey <tom@tromey.com>
1626
1627 * gdb.texinfo (Rust): Update trait object status
1628
1629 2017-12-01 Andrew Cagney <cagney@redhat.com>
1630 Joel Brobecker <brobecker@adacore.com>
1631 Sergio Durigan Junior <sergiodj@redhat.com>
1632
1633 * gdb.texinfo (File Options): Document --readnever.
1634 (Commands to Specify Files): Likewise, for 'symbol-file' and
1635 'add-symbol-file'.
1636
1637 2017-11-29 Pedro Alves <palves@redhat.com>
1638
1639 PR c++/19436
1640 * gdb.texinfo (Debugging C Plus Plus): Document setting
1641 breakpoints in functions with ABI tags.
1642
1643 2017-11-29 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.texinfo (Linespec Locations): Document how "function" is
1646 interpreted in C++ and Ada. Document "-qualified".
1647 (Explicit Locations): Document how "-function" is interpreted in
1648 C++ and Ada. Document "-qualified".
1649
1650 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1651
1652 PR gdb/21945
1653 * gdb.texinfo (Search Memory): Update description and example
1654 about how to search a string without NULL terminator.
1655
1656 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1657
1658 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1659 new "exception-message" field.
1660
1661 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1662
1663 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1664
1665 2017-11-24 Pedro Alves <palves@redhat.com>
1666
1667 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1668 false claim that GDB inserts quoting automatically.
1669 (Symbols): Add anchor.
1670
1671 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1672
1673 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1674
1675 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1676
1677 * python.texi (Basic Python): Add rbreak documentation.
1678
1679 2017-11-07 Xavier Roirand <roirand@adacore.com>
1680 Pedro Alves <palves@redhat.com>
1681
1682 * gdb.texinfo (Set Breaks): Document support for breakpoint
1683 location ranges in the enable/disable commands.
1684
1685 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1686
1687 * gdb.texinfo (Starting your Program) <The working directory.>:
1688 Mention remote debugging.
1689 (Working Directory) <Your Program's Working Directory>:
1690 Likewise.
1691 (Connecting) <Remote Packet>: Add "set-working-dir"
1692 and "QSetWorkingDir" to the table.
1693 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1694 packet.
1695
1696 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1697
1698 * gdb.texinfo (Starting your Program) <The working directory.>:
1699 Mention new "set cwd" command.
1700 (Working Directory) <Your Program's Working Directory>:
1701 Rephrase to explain that "set cwd" exists and is the default
1702 way to change the inferior's cwd.
1703
1704 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1705
1706 * gdb.texinfo (S/390 and System z Features): Document the new
1707 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1708
1709 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1710
1711 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1712 attribute.
1713
1714 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1715
1716 * python.texi (Inferiors In Python): Add description for method
1717 Inferior.thread_from_thread_handle.
1718
1719 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1720
1721 * gdb.texinfo (Starting your Program): Add description of
1722 starti command. Mention starti command as an alternative for
1723 debugging the elaboration phase.
1724
1725 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1726
1727 * gdb.texinfo (Maintenance Commands): Document filter parameter
1728 of "maint selftest". Document "maint info selftests" command.
1729
1730 2017-09-11 Tom Tromey <tom@tromey.com>
1731
1732 * python.texi (Events In Python): Document new events.
1733
1734 2017-09-04 Pedro Alves <palves@redhat.com>
1735
1736 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1737 no-debug-info variables.
1738 (Symbols) <Examining the Symbol Table>: Document inspecting
1739 no-debug-info types.
1740 (Calling) <Calling functions with no debug info>: New subsection,
1741 documenting calling no-debug-info functions.
1742 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1743
1744 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1745
1746 * gdb.texinfo (set environment): Add @anchor. Explain that
1747 environment variables set by the user are sent to GDBserver.
1748 (unset environment): Likewise, but for unsetting variables.
1749 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1750 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1751 "environment-reset" and "QEnvironmentReset" to the table.
1752 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1753 QEnvironmentReset>: New item, explaining the packet.
1754
1755 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1756
1757 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1758 "Compiler search for the compile command" descriptions of set
1759 compile-gcc and show compile-gcc.
1760
1761 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1762
1763 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1764 ADI support.
1765 * NEWS: Add "adi examine" and "adi assign" commands.
1766
1767 2017-08-18 Yao Qi <yao.qi@linaro.org>
1768
1769 * gdb.texinfo (Server): Document "--selftest".
1770
1771 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1772
1773 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1774 Single-Key mode.
1775
1776 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1777
1778 PR gdb/21925
1779 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1780 set...").
1781
1782 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1783
1784 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1785 conditional expression.
1786
1787 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1788
1789 * agentexpr.texi (rot): Fix symbolic description, improve
1790 textual description.
1791
1792 2017-07-26 Yao Qi <yao.qi@linaro.org>
1793
1794 * gdb.texinfo (Maintenance Commands): Document command
1795 "maint check xml-descriptions".
1796
1797 2017-07-26 Yao Qi <yao.qi@linaro.org>
1798
1799 * gdb.texinfo (Maintenance Commands): Document optional
1800 argument of "maint print c-tdesc".
1801
1802 2017-07-18 Yao Qi <yao.qi@linaro.org>
1803
1804 * gdb.texinfo (Maintenance Commands): Improve the doc to
1805 command "maint print c-tdesc".
1806
1807 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1808
1809 PR gdb/21606
1810 * python.texi (Python representation of Symbols.): Replace
1811 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1812 * guile.texi (Guile representation of Symbols.): Likewise.
1813
1814 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1815
1816 * gdb.texinfo (Optional Messages about Internal Happenings):
1817 Document {set,show} debug separate-debug-file commands.
1818
1819 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1820
1821 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1822 (Connecting) <Remote Packet>: Add "startup-with-shell"
1823 and "QStartupWithShell" to the table.
1824 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1825 packet.
1826
1827 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1828
1829 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1830
1831 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1832
1833 * python.texi (Recording in Python): Factor out the documentation of
1834 gdb.RecordInstruction's super class.
1835
1836 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1837
1838 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1839 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1840 prev and next.
1841
1842 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1843
1844 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1845 gdb.RecordInstruction
1846
1847 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1848
1849 * python.texi (Recording in Python): Add documentation for
1850 gdb.RecordGap and remove documentation of special cases for
1851 gdb.BtraceInstruction.
1852
1853 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1854
1855 * python.texi (Recording in Python): Remove Record.ptid defvar.
1856
1857 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1858
1859 * gdb.texinfo (GDB/MI Thread Information): Add missing
1860 fields, re-word some things.
1861 (GDB/MI Thread Commands): Describe fields found in the output of
1862 -thread-info, remove description of fields in the
1863 thread output tuple, replace with a cross-reference to "GDB/MI
1864 Thread Information".
1865
1866 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1867
1868 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1869 from -thread-info output.
1870
1871 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1872
1873 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1874
1875 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1876
1877 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1878
1879 2017-03-22 Yao Qi <yao.qi@linaro.org>
1880
1881 * python.texi (Inferiors In Python): Remove @code from Python.
1882
1883 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1884
1885 * python.texi (Recordings In Python): Document return type of
1886 gdb.BtraceInstruction.data.
1887
1888 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1889
1890 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1891 command file-list-shared-libraries
1892 (GDB/MI Async Records): Update documentation of library-loaded with new
1893 field.
1894
1895 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1896
1897 PR gdb/14441
1898 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1899 supports both lvalue and rvalue references.
1900
1901 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1902
1903 PR gdb/14441
1904 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1905 table of constants.
1906
1907 2017-03-16 Doug Evans <dje@google.com>
1908
1909 * guile.texi (Lazy Strings In Guile): Mention arrays.
1910 * python.texi (Lazy Strings In Python): Ditto.
1911
1912 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1913
1914 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1915 character "@".
1916
1917 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1918
1919 * Memory Protection Extensions: Add information about inferior
1920 calls.
1921
1922 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1923
1924 * gdb.texinfo: Document new set/show disassembler-options
1925 commands.
1926
1927 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1928
1929 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1930 DW_TAG_GNU_* and DW_AT_GNU_*.
1931
1932 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1933
1934 * python.texi (Recordings In Python): New section.
1935
1936 2017-02-14 Tom Tromey <tom@tromey.com>
1937
1938 PR python/13598:
1939 * python.texi (Events In Python): Document events.before_prompt.
1940
1941 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1942
1943 * gdb.texinfo (Target Commands): Document the optional offset
1944 argument for the load command.
1945
1946 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1947
1948 PR gdb/21122
1949 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1950 space-separated breakpoint lists. Also add a missing @table command
1951 and @cindex for breakpoint lists.
1952
1953 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1954
1955 PR tdep/20936
1956 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1957 (Sparc Features): New node.
1958
1959 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1960
1961 * gdb.texinfo (i386 Features): Add system segment registers
1962 as feature.
1963
1964 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1965
1966 * python.texi (Events In Python): Fix typo.
1967
1968 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1969 Luis Machado <lgustavo@codesourcery.com>
1970
1971 * gdb.texinfo (-target-flash-erase): New MI command description.
1972 (flash-erase): New CLI command description.
1973
1974 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1975
1976 * gdb.texinfo (Contributors): Add SRI International and University
1977 of Cambridge for FreeBSD/mips.
1978
1979 2016-12-22 Doug Evans <xdje42@gmail.com>
1980
1981 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1982 commands.
1983
1984 2016-12-02 Pedro Alves <palves@redhat.com>
1985
1986 * gdb.texinfo (User-defined Commands): Limit on number of
1987 arguments passed to user-defined commands removed; update.
1988
1989 2016-12-02 Pedro Alves <palves@redhat.com>
1990
1991 PR cli/20559
1992 * gdb.texinfo (Define): Add example of using "eval" to process a
1993 variable number of arguments.
1994 (Output) <eval>: Add anchor.
1995
1996 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1997
1998 * Makefile.in: Likewise.
1999
2000 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2001
2002 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
2003 xref.
2004
2005 2016-10-29 Pedro Alves <palves@redhat.com>
2006
2007 * gdb.texinfo (Packets) <vCont>: Remove mention of default
2008 actions.
2009
2010 2016-10-26 Pedro Alves <palves@redhat.com>
2011
2012 * gdb.texinfo (Packets): Clarify vCont packets with multiple
2013 actions that match a thread, and what happens when an action
2014 matches a thread that is already running.
2015
2016 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2017
2018 * gdb.texinfo (Using Trace Files): Fix typo.
2019 (GDB/MI Tracepoint Commands): Likewise.
2020
2021 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
2022
2023 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
2024 of -trace-save.
2025
2026 2016-10-06 Tom Tromey <tom@tromey.com>
2027
2028 * guile.texi (Types In Guile): Remove Java mentions.
2029 * python.texi (Types In Python): Remove Java mentions.
2030 * gdb.texinfo (Address Locations, Supported Languages)
2031 (Index Section Format): Remove Java mentions.
2032
2033 2016-08-15 Doug Evans <dje@google.com>
2034
2035 * gdb.texinfo (Target Description Format): Update docs on "end"
2036 field spec and field default type.
2037
2038 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2039 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
2040
2041 PR gdb/20487
2042 * gdb.texinfo (Context management): Update mention of frame
2043 change notifications.
2044 (gdb/mi Async Records): Document frame field in
2045 =thread-select event.
2046 * observer.texi (GDB Observers): New user_selected_context_changed
2047 observer.
2048
2049 2016-09-28 Tom Tromey <tom@tromey.com>
2050
2051 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
2052 than "memory breakpoint". Further document "kind". Move
2053 protocol-details link earlier.
2054 <z1>: Document the cmd_list argument. Fix typo.
2055 <g>: Remove incorrect sentence.
2056 (Stop Reply Packets): Document "OK" response to requests when in
2057 non-stop mode.
2058 <swbreak>: Use "software breakpoint" rather than "memory
2059 breakpoint".
2060 <create>: Document that "R" is ignored.
2061 <W, X, w>: Document formatting of "AA".
2062 (Notification Packets): Use "%Stop", not "%%Stop".
2063
2064 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2065
2066 * gdb.texinfo (Embedded Processors): Document ARC.
2067 (Synopsys ARC): New section.
2068 (Standard Target Features): Document ARC features.
2069 (ARC Features): New section.
2070
2071 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2072
2073 * .gitignore: New file.
2074
2075 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2076
2077 * gdb.texinfo (Input/Output): Mention possibility to unset
2078 inferior-tty.
2079
2080 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2081
2082 * gdb.texinfo: Resume btrace on reconnect.
2083
2084 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2085
2086 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
2087 syscall.
2088
2089 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
2090
2091 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
2092 command.
2093
2094 2016-07-13 Tom Tromey <tom@tromey.com>
2095
2096 PR python/15620, PR python/18620:
2097 * python.texi (Events In Python): Document new breakpoint events.
2098
2099 2016-07-13 Tom Tromey <tom@tromey.com>
2100
2101 PR python/17698:
2102 * python.texi (Breakpoints In Python): Document
2103 Breakpoint.pending.
2104
2105 2016-07-13 Tom Tromey <tom@tromey.com>
2106
2107 * python.texi (Breakpoints In Python): Move table of types and
2108 table of watchpoint types earlier in node.
2109
2110 2016-07-12 Tom Tromey <tom@tromey.com>
2111
2112 PR python/19293:
2113 * python.texi (Frames In Python): Document
2114 gdb.invalidate_cached_frames.
2115
2116 2016-06-21 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.texinfo (Interpreters): Update intepreter-exec section,
2119 document new-ui and explain use case.
2120
2121 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2122
2123 * gdb.texinfo (Standard Target Features): Document NDS32 features.
2124 (NDS32 Features): New Section.
2125
2126 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2127
2128 * gdb.texinfo (Examining Memory): Document negative repeat
2129 count in the 'x' command.
2130
2131 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2132
2133 * gdb.texinfo (GDB/MI Async Records): Document method and
2134 format fields in =record-started.
2135 * observer.texi (record_changed): Add method and format
2136 parameters.
2137
2138 2016-05-27 Eli Zaretskii <eliz@gnu.org>
2139
2140 * gdb.texinfo (General Query Packets): Move the description of the
2141 response before the long list of the specific 'read' and 'write'
2142 requests.
2143
2144 2016-05-23 Tom Tromey <tom@tromey.com>
2145
2146 * python.texi (Basic Python): Document gdb.breakpoints return.
2147
2148 2016-05-24 Tom Tromey <tom@tromey.com>
2149
2150 PR gdb/19194:
2151 * gdb.texinfo (gdb man): Fix typo.
2152
2153 2016-05-17 Tom Tromey <tom@tromey.com>
2154
2155 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
2156 (Rust): New node.
2157
2158 2016-05-17 Tom Tromey <tom@tromey.com>
2159
2160 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
2161
2162 2016-04-27 Yao Qi <yao.qi@linaro.org>
2163
2164 * gdb.texinfo (tfind): Complete doc about tfind without
2165 argument.
2166
2167 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
2168
2169 * agentexpr.texi (byte): Fix zero_ext description.
2170
2171 2016-03-31 Pedro Alves <palves@redhat.com>
2172
2173 * gdb.texinfo (M32R/SDI): Delete node.
2174 (MIPS Embedded): Remove references to the MIPS remote debugging
2175 protocol, PMON and variants, and the associated commands.
2176
2177 2016-03-15 Doug Evans <dje@google.com>
2178
2179 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
2180 (Target Description Format): Mention enum types. Update docs on
2181 flags types.
2182 (Predefined Target Types): Add "bool".
2183 (Enum Target Types): New node.
2184
2185 2016-03-15 Pedro Alves <palves@redhat.com>
2186
2187 * gdb.texinfo (Tracepoint Actions): Fix typo.
2188
2189 2016-03-15 Pedro Alves <palves@redhat.com>
2190 Andreas Arnez <arnez@linux.vnet.ibm.com>
2191 Marcin Kościelnicki <koriakin@0x04.net>
2192
2193 * gdb.texinfo (Tracepoint Actions): Document possible
2194 unreliability of '$_ret'.
2195
2196 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
2197
2198 * gdb.texinfo (Symbols): Document new 'maint info line-table'
2199 command.
2200
2201 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
2202
2203 * gdb.texinfo (Convenience Functions): Document $_as_string.
2204
2205 2016-02-23 Doug Evans <dje@google.com>
2206
2207 * gdb.texinfo (Skipping Over Functions and Files): Document new
2208 options to "skip" command. Update docs of output of "info skip".
2209
2210 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
2211
2212 * gdb.texinfo (Signals): Add bound violation display hints for
2213 a SIGSEGV.
2214
2215 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
2216
2217 * gdb.texinfo (Trace File Format): Add documentation for description
2218 section lines.
2219
2220 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2221
2222 * gdb.texinfo (Trace File Format): Remove misleading information
2223 about register block ordering.
2224
2225 2016-02-01 Doug Evans <dje@google.com>
2226
2227 * gdb.texinfo (Value Sizes): Fix typo.
2228
2229 2016-02-01 Doug Evans <dje@google.com>
2230
2231 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
2232
2233 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2234
2235 * gdb.texinfo (Value Sizes): New section.
2236 (Data): Add the 'Value Sizes' node to the menu.
2237
2238 2016-01-26 John Baldwin <jhb@FreeBSD.org>
2239
2240 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
2241
2242 2016-01-19 John Baldwin <jhb@FreeBSD.org>
2243
2244 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
2245
2246 2016-01-18 Pedro Alves <palves@redhat.com>
2247
2248 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
2249 of the thread that hit a breakpoint or received a signal.
2250
2251 2016-01-15 Pedro Alves <palves@redhat.com>
2252
2253 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
2254
2255 2016-01-13 Pedro Alves <palves@redhat.com>
2256
2257 * gdb.texinfo (Threads): Document the $_gthread convenience
2258 variable.
2259 (Convenience Vars): Likewise.
2260
2261 2016-01-13 Pedro Alves <palves@redhat.com>
2262
2263 * gdb.texinfo (Threads): Document "info threads -gid".
2264
2265 2016-01-13 Pedro Alves <palves@redhat.com>
2266
2267 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
2268 anchor.
2269 (Threads In Python): Document new InferiorThread.global_num
2270 attribute.
2271
2272 2016-01-07 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.texinfo (Threads): Document per-inferior thread IDs,
2275 qualified thread IDs, global thread IDs and thread ID lists.
2276 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
2277 thread IDs.
2278 (Convenience Vars): Document the $_thread convenience variable.
2279 (Ada Tasks): Adjust to refer to thread IDs.
2280 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2281 Commands, GDB/MI Variable Objects): Update to mention global
2282 thread IDs.
2283 * guile.texi (Breakpoints In Guile)
2284 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2285 global thread IDs instead of thread IDs.
2286 * python.texi (Threads In Python): Adjust documentation of
2287 InferiorThread.num.
2288 (Breakpoint.thread): Mention global thread IDs instead of thread
2289 IDs.
2290
2291 2016-01-13 Pedro Alves <palves@redhat.com>
2292
2293 * python.texi (Threads In Python): Document
2294 InferiorThread.inferior.
2295
2296 2016-01-13 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2299 convenience variable.
2300 (Convenience Vars): Likewise.
2301
2302 2016-01-12 Josh Stone <jistone@redhat.com>
2303 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2304
2305 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2306 (Stop Reply Packets): List the syscall entry and return stop reasons.
2307 (General Query Packets): Describe QCatchSyscalls, and add it to the
2308 table and the detailed list of stub features.
2309
2310 2016-01-12 Pedro Alves <palves@redhat.com>
2311
2312 Remove use of the registered trademark symbol throughout.
2313
2314 2016-01-12 Yao Qi <yao.qi@linaro.org>
2315
2316 * gdb.texinfo (Interrupts): Update the document on handling
2317 interrupt when program is stopped.
2318
2319 2015-12-11 Don Breazeal <donb@codesourcery.com>
2320
2321 * gdb.texinfo (Forks): Correct Linux kernel version where
2322 fork and exec events are supported, add notes about support
2323 of these events in target remote mode.
2324 (Connecting): Reorganize and clarify distinctions between
2325 target remote, extended-remote, and multiprocess.
2326 Reorganize related text from separate sections into new
2327 sections.
2328 (Server): Note effects of target extended-remote mode.
2329 Delete section on Multi-Process Mode for gdbserver.
2330 Move some text to "Connecting" node.
2331
2332 2015-12-10 Pedro Alves <palves@redhat.com>
2333
2334 * gdb.texinfo (Threads): Replace warning with explanation
2335 about single-threaded programs.
2336
2337 2015-12-10 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.texinfo (Threads): Remove mention of SGI.
2340 (Forks): Remove mention of HP-UX.
2341 (Breakpoints): Remove mention of HP-UX.
2342 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2343 Reword in terms of architectures.
2344 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2345 mention supported systems.
2346 (Convenience Vars): Don't mention HP-UX.
2347 (Jumping): Remove mention of HP-UX in comment.
2348 (Files) <shared libraries>: Update supported shared library types
2349 list. Remove mention of HP-UX.
2350 (Native): Remove HP-UX subsection.
2351 (SVR4 Process Information): Remove mention of HP-UX.
2352
2353 2015-12-10 Pedro Alves <palves@redhat.com>
2354
2355 * gdb.texinfo (Stack): Reorder menu.
2356
2357 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
2358
2359 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2360 -var-set-format's new zero-hexadecimal format.
2361
2362 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
2363
2364 * gdb.texinfo (Ada Mode Into): Move overloading support
2365 description to its own node.
2366 (Overloading support for Ada): New node.
2367
2368 2015-11-30 Pedro Alves <palves@redhat.com>
2369
2370 PR 14618
2371 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2372 (Remote Configuration): Add the "set/show remote
2373 no-resumed-stop-reply" to the available settings table.
2374 (General Query Packets): Document the "no-resumed" qSupported
2375 feature.
2376
2377 2015-11-30 Pedro Alves <palves@redhat.com>
2378
2379 * gdb.texinfo (Remote Configuration): List "set/show remote
2380 thread-events" command in configuration table.
2381 (Stop Reply Packets): Document "T05 create" stop
2382 reason and 'w' stop reply.
2383 (General Query Packets): Document QThreadEvents packet. Document
2384 QThreadEvents qSupported feature.
2385
2386 2015-11-30 Pedro Alves <palves@redhat.com>
2387
2388 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2389 anchor.
2390 (Packets): Document vCtrlC.
2391
2392 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2393
2394 * gdb.texinfo (Thread List Format): Mention thread names.
2395
2396 2015-11-24 Pedro Alves <palves@redhat.com>
2397
2398 PR 17539
2399 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2400 program-spaces" example to ascending order listing.
2401 (Threads): Adjust "info threads" example to ascending order
2402 listing.
2403 (Forks): Adjust "info inferiors" example to ascending order
2404 listing.
2405
2406 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2407
2408 * gdb.texinfo (Process Record and Replay): Document "record
2409 instruction-history" modifiers.
2410
2411 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2412
2413 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2414 description.
2415 (Frame Filter Management): Move to later in the 'Examining the
2416 Stack' chapter.
2417 (Selection): Add entry for 'select-frame'.
2418
2419 2015-09-25 Doug Evans <dje@google.com>
2420
2421 * gdb.texinfo (Process Record and Replay): Fix syntax of
2422 "record instruction-history begin, end" and
2423 "record function-call-history begin, end".
2424
2425 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2426
2427 * gdb.texinfo (Specifying Source Directories): Fix
2428 substitute-path example.
2429
2430 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2431
2432 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2433
2434 2015-09-15 Pedro Alves <palves@redhat.com>
2435
2436 PR remote/18965
2437 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2438 the vforkdone description.
2439
2440 2015-09-15 Pedro Alves <palves@redhat.com>
2441
2442 PR remote/18965
2443 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2444 part indicates the thread ID of the parent process.
2445
2446 2015-09-15 Yao Qi <yao.qi@linaro.org>
2447
2448 * gdb.texinfo (General Query Packets): Add vContSupported to
2449 tables of 'gdbfeatures' and 'stub features' supported in the
2450 qSupported packet, as well as to the list containing stub
2451 feature details.
2452
2453 2015-09-11 Don Breazeal <donb@codesourcery.com>
2454
2455 * gdb.texinfo (Remote Configuration): Add exec event
2456 feature to table of packet settings.
2457 (Stop Reply Packets): Add exec events to the list of stop
2458 reasons.
2459 (General Query Packets): Add exec events to tables of
2460 'gdbfeatures' and 'stub features' supported in the qSupported
2461 packet, as well as to the list containing stub feature
2462 details.
2463
2464 2015-08-24 Pedro Alves <palves@redhat.com>
2465
2466 * gdb.texinfo (Remote Configuration): Document the "set/show
2467 remote multiprocess-extensions-packet" commands.
2468
2469 2015-08-24 Pedro Alves <palves@redhat.com>
2470
2471 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2472 <M32R>: Remove references to M32R/D.
2473 <M68K>: Remove references to target dbug.
2474 <MIPS Embedded>: Remove references to target r3900 and target
2475 array.
2476 <PowerPC Embedded>: Remove references to target dink32 and target
2477 ppcbug, target sds
2478 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2479
2480 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2481
2482 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2483
2484 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2485
2486 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2487
2488 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2489
2490 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2491 info bfds" to...
2492 (File Caching): A New section. Outline bfd caching, and add new
2493 description for "main set/show bfd-sharing".
2494
2495 2015-08-14 Doug Evans <xdje42@gmail.com>
2496
2497 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2498 disassembly.
2499 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2500
2501 2015-08-11 Keith Seitz <keiths@redhat.com>
2502
2503 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2504 Use "location(s)"instead of "linespec(s)".
2505 (Specifying a Location): Rewrite.
2506 Add subsections describing linespec, address, and explicit locations.
2507 Add node/menu for each subsection.
2508 (Source and Machine Code, C Preprocessor Macros)
2509 (Create and Delete Trace points)
2510 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2511 (Continuing at a Different Address): Remove "linespec" examples.
2512 Add reference to "Specify a Location"
2513 (The -break-insert Command): Rewrite. Add anchor.
2514 Add reference to appropriate manual section discussing locations.
2515 (The -dprintf-insert Command): Refer to -break-insert for
2516 specification of 'location'.
2517
2518 2015-08-07 Pedro Alves <palves@redhat.com>
2519
2520 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2521 target-non-stop".
2522
2523 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2524
2525 * gdb.texinfo (Process Record and Replay): Document prefixing of
2526 speculatively executed instructions in the "record instruction-history"
2527 command.
2528
2529 2015-07-20 Doug Evans <dje@google.com>
2530
2531 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2532
2533 2015-07-16 Doug Evans <dje@google.com>
2534
2535 * stabs.texinfo: @include gdb-cfg.texi.
2536
2537 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2538
2539 Revert the previous 2 commits:
2540 gdbserver build-id attribute generator
2541 Validate symbol file using build-id
2542
2543 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2544
2545 * gdb.texinfo (Files): Add 'set validate-build-id'
2546 and 'show validate-build-id'.
2547
2548 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2549 Jan Kratochvil <jan.kratochvil@redhat.com>
2550
2551 gdbserver build-id attribute generator.
2552 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2553 'build-id' in description, example, new attribute in dtd.
2554
2555 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * gdb.texinfo (Selection): Update documentation for 'frame'
2558 command.
2559
2560 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2561
2562 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2563 focus commands.
2564
2565 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2566
2567 * gdb.texinfo (TUI): Add comma after @xref.
2568
2569 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2570
2571 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2572 commands.
2573
2574 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2575
2576 * gdb.texinfo (Process Record and Replay): Spell out that variables
2577 and registers are not available during btrace replay.
2578 Describe the new "record btrace pt" command.
2579 Describe the new "set|show record btrace pt buffer-size" options.
2580 (General Query Packets): Describe the new Qbtrace:pt and
2581 Qbtrace-conf:pt:size packets.
2582 Expand "bts" to "Branch Trace Store".
2583 Update the branch trace DTD.
2584
2585 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2586
2587 * gdb.texinfo (Command History): Document the new option
2588 "history remove-duplicates".
2589
2590 2015-06-19 Doug Evans <dje@google.com>
2591
2592 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2593 longer supported.
2594
2595 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2596
2597 * gdb.texinfo (Command History): Mention that setting
2598 GDBHISTSIZE to the empty string disables history truncation.
2599
2600 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2601
2602 PR gdb/16999
2603 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2604 behavior.
2605
2606 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2607
2608 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2609 with GDBHISTSIZE.
2610
2611 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2612
2613 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2614 bytes and memory units for -data-{read,write}-memory-bytes.
2615 (Packets): Same for m, M and X packets.
2616 * python.texi (Inferiors In Python): Same for read_memory and
2617 write_memory.
2618
2619 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2620
2621 * gdb.texinfo (Separate Debug Files): Document that PE is also
2622 supported.
2623
2624 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2625
2626 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2627 single table entry.
2628
2629 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2630
2631 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2632
2633
2634 2015-06-10 Gary Benson <gbenson@redhat.com>
2635
2636 * gdb.texinfo (Remote Configuration): Document the
2637 "set/show remote hostio-setfs-packet" command.
2638 (Host I/O Packets): Document the vFile:setfs packet.
2639
2640 2015-06-10 Gary Benson <gbenson@redhat.com>
2641
2642 * gdb.texinfo (Debugging Output): Document the "set/show debug
2643 linux-namespaces" command.
2644
2645 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2646 Mircea Gherzan <mircea.gherzan@intel.com>
2647
2648 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2649 and "set mpx bound".
2650
2651 2015-05-27 Doug Evans <dje@google.com>
2652
2653 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2654
2655 2015-05-26 Doug Evans <dje@google.com>
2656
2657 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2658 command renamings.
2659 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2660
2661 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2664
2665 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2668 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2669
2670 2015-05-16 Doug Evans <xdje42@gmail.com>
2671
2672 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2673 memory ports.
2674
2675 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2676
2677 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2678
2679 2015-05-12 Don Breazeal <donb@codesourcery.com>
2680
2681 * gdb.texinfo (Forks): Note that fork debugging is
2682 supported in extended mode.
2683 (Remote Configuration): Add fork event features to table
2684 of packet settings.
2685 (Stop Reply Packets): Add fork events to list of stop reasons.
2686 (General Query Packets): Add fork events to tables of
2687 'gdbfeatures' and 'stub features' supported in the qSupported
2688 packet, as well as to the list containing stub feature
2689 details.
2690
2691 2015-05-12 Gary Benson <gbenson@redhat.com>
2692
2693 * gdb.texinfo (General Query Packets): Document
2694 qXfer:exec-file:read with empty annex.
2695
2696 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2697
2698 * python.texi (Values From Inferior): Add descriptions of new
2699 methods gdb.Value.reference_value and gdb.Value.const_value.
2700
2701 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2702
2703 * gdb.texinfo (Files): Add "info dll" documentation.
2704 (Cygwin Native): Remove "info dll" documentation.
2705
2706 2015-04-29 Doug Evans <dje@google.com>
2707
2708 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2709 Document.
2710 (Writing an Xmethod): Add get_result_type to example.
2711
2712 2015-04-28 Sasha Smundak <asmundak@google.com>
2713
2714 * python.texi: New method documented.
2715
2716 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2717
2718 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2719 format.
2720
2721 2015-04-24 Doug Evans <dje@google.com>
2722
2723 * python.texi (Xmethods In Python): Fix name of method to call the
2724 xmethod.
2725
2726 2015-04-17 Gary Benson <gbenson@redhat.com>
2727
2728 * gdb.texinfo (Connecting to a Remote Target): Mention that
2729 GDB can access program files from remote targets that support
2730 qXfer:exec-file:read and Host I/O packets.
2731
2732 2015-04-17 Gary Benson <gbenson@redhat.com>
2733
2734 * gdb.texinfo (Remote Configuration): Document the "set/show
2735 remote pid-to-exec-file-packet" command.
2736 (General Query Packets): Document the qXfer:exec-file:read
2737 qSupported features. Document the qXfer:exec-file:read packet.
2738
2739 2015-04-17 Gary Benson <gbenson@redhat.com>
2740
2741 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2742 applies to executable paths if supplied to GDB as absolute.
2743
2744 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2745
2746 * gdb.texinfo (Mode Options): Remove -xdb.
2747
2748 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2749 Eli Zaretskii <eliz@gnu.org>
2750
2751 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2752 compile, show debug compile. New subsection Compilation options for
2753 the compile command. New subsection Compiler search for the compile
2754 command.
2755
2756 2015-04-09 Andy Wingo <wingo@igalia.com>
2757
2758 * guile.texi (Frames In Guile): Describe frame-read-register.
2759
2760 2015-04-02 Gary Benson <gbenson@redhat.com>
2761
2762 * gdb.texinfo (set sysroot): Document "target:".
2763
2764 2015-04-01 Sasha Smundak <asmundak@google.com>
2765
2766 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2767 section.
2768
2769 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2770
2771 PR corefiles/16092
2772 * gdb.texinfo (gcore): Mention new command 'set
2773 use-coredump-filter'.
2774 (set use-coredump-filter): Document new command.
2775
2776 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2777
2778 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2779 documentation, reorder the info os entries in alphabetical order.
2780
2781 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2782
2783 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2784 -data-write-memory-bytes.
2785
2786 2015-03-24 Pedro Alves <palves@redhat.com>
2787
2788 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2789 mention that threads may sometimes run unlocked.
2790
2791 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2792
2793 * gdb.texinfo (Remote configuration): Document "set/show
2794 serial parity" command.
2795
2796 2015-03-18 Gary Benson <gbenson@redhat.com>
2797
2798 * gdb.texinfo (General Query Packets): Remove documentation
2799 for now-removed vFile:fstat qSupported features.
2800
2801 2015-03-11 Gary Benson <gbenson@redhat.com>
2802
2803 * gdb.texinfo (Remote Configuration): Document the
2804 "set/show remote hostio-fstat-packet" command.
2805 (General Query Packets): Document the vFile:fstat
2806 qSupported features.
2807 (Host I/O Packets): Document the vFile:fstat packet.
2808
2809 2015-03-11 Andy Wingo <wingo@igalia.com>
2810
2811 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2812
2813 2015-03-04 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.texinfo (Remote Configuration): Document the "set/show
2816 remote swbreak-feature-packet" and "set/show remote
2817 hwbreak-feature-packet" commands.
2818 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2819 decription.
2820 (Stop Reply Packets): Document the swbreak and hwbreak stop
2821 reasons.
2822 (General Query Packets): Document the swbreak and hwbreak
2823 qSupported features.
2824 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2825
2826 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2827
2828 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2829 under *stopped.
2830
2831 2015-03-02 Doug Evans <xdje42@gmail.com>
2832
2833 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2834
2835 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2836
2837 * gdb.texinfo (S/390 and System z Features): Describe new feature
2838 "org.gnu.gdb.s390.vx".
2839
2840 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2841
2842 PR gdb/18008
2843 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2844 demangler-warning): Fix typo ("problam").
2845
2846 2015-02-19 David Taylor <dtaylor@emc.com>
2847
2848 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2849
2850 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2851
2852 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2853 point, DTrace'.
2854 (Static Probe Points): Modified to cover DTrace probes in addition
2855 to SystemTap probes. Also modified to cover the `enable probe'
2856 and `disable probe' commands.
2857
2858 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2859
2860 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2861 `disable probe' commands.
2862
2863 2015-02-12 David Taylor <dtaylor@emc.com>
2864
2865 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2866 fields of the QTDV packet.
2867
2868 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2869
2870 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2871 (Process Record and Replay): Describe new set|show commands.
2872 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2873
2874 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2875
2876 * gdb.texinfo (Process Record and Replay): Describe the "record
2877 btrace bts" command.
2878 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2879 (Branch Trace Configuration Format): New.
2880
2881 2015-01-31 Gary Benson <gbenson@redhat.com>
2882 Doug Evans <dje@google.com>
2883
2884 * gdb.texinfo (Command Completion): Document new
2885 "set/show max-completions" option.
2886
2887 2015-01-31 Doug Evans <xdje42@gmail.com>
2888
2889 * gdb.texinfo (Symbols): Document new commands
2890 "maint print symbol-cache", "maint print symbol-cache-statistics",
2891 "maint flush-symbol-cache". Document new option
2892 "maint set symbol-cache-size".
2893
2894 2015-01-31 Doug Evans <xdje42@gmail.com>
2895
2896 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2897 distinguish script files vs inlined scripts.
2898 * python.texi (Python Auto-loading): Ditto.
2899
2900 2015-01-30 Doug Evans <dje@google.com>
2901
2902 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2903 string if present.
2904
2905 2015-01-27 Doug Evans <dje@google.com>
2906
2907 * python.texi (Objfiles In Python): Document Objfile.username.
2908
2909 2015-01-27 Doug Evans <dje@google.com>
2910
2911 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2912 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2913
2914 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2915
2916 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2917
2918 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2919
2920 * doc/gdb.texinfo (TUI Commands): Document the possible
2921 values of NAME argument to 'winheight' command. Explain the
2922 effect of 'tabset' setting better.
2923
2924 2015-01-11 Doug Evans <xdje42@gmail.com>
2925
2926 PR gdb/15830
2927 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2928 (Symbols): Ditto.
2929 (Maintenance Commands): Delete docs for "maint demangle".
2930
2931 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2932
2933 * gdb.texinfo (Files): Remove documentation of the
2934 "add-shared-symbol-files" and "assf" commands.
2935 (Cygwin Native): Remove documentation of the "dll-symbols"
2936 command.
2937
2938 2014-12-17 Doug Evans <xdje42@gmail.com>
2939
2940 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2941
2942 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2943 Jan Kratochvil <jan.kratochvil@redhat.com>
2944
2945 * gdb.texinfo (Altering): Update.
2946 (Compiling and Injecting Code): New node.
2947
2948 2014-12-12 Doug Evans <dje@google.com>
2949
2950 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2951
2952 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2953
2954 * gdb.texinfo: Document "maint print user-registers".
2955
2956 2014-12-08 Doug Evans <dje@google.com>
2957
2958 * python.texi (Objfiles In Python): Document Objfile.owner.
2959
2960 2014-12-04 Doug Evans <dje@google.com>
2961
2962 * python.texi (Objfiles In Python): Document
2963 Objfile.add_separate_debug_file.
2964
2965 2014-12-04 Doug Evans <dje@google.com>
2966
2967 * python.texi (Objfiles In Python): Document Objfile.build_id.
2968
2969 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2970
2971 * observer.texi (inferior_call_pre, inferior_call_post)
2972 (memory_changed, register_changed): New observers.
2973
2974 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2975
2976 * python.texi (Events In Python): Document new events
2977 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2978 and RegisterChangedEvent.
2979
2980 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2981
2982 Add add-auto-load-scripts-directory.
2983 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2984 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2985
2986 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2987
2988 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2989 description typo.
2990
2991 2014-10-30 Doug Evans <dje@google.com>
2992
2993 * python.texi (Progspaces In Python): Document ability to add
2994 random attributes to gdb.Progspace objects.
2995 (Objfiles In Python): Document ability to add random attributes to
2996 gdb.objfile objects.
2997
2998 2014-10-27 Pedro Alves <palves@redhat.com>
2999
3000 * gdb.texinfo (Continuing and Stepping): Add cross reference to
3001 info on stepping and signal handlers.
3002 (Signals): Explain stepping and signal handlers. Add context
3003 index entry, and cross references.
3004
3005 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
3006
3007 * python.texi (Breakpoints In Python): Add parenthesis after
3008 Breakpoint.delete. Clarify Breakpoint.enabled description so
3009 that it contains "disable".
3010
3011 2014-10-17 Doug Evans <dje@google.com>
3012
3013 * python.texi (Events In Python): Document clear_objfiles event.
3014
3015 2014-10-17 Doug Evans <dje@google.com>
3016
3017 * python.texi (Objfiles In Python): Document new progspace attribute.
3018
3019 2014-10-17 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
3022 (SVR4 Process Information): Delete mention of OSF/1.
3023
3024 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3025
3026 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
3027 exit-code field in -list-thread-groups output.
3028
3029 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3030
3031 * gdb.texinfo (Set Breaks): Add missing "@end table".
3032
3033 2014-09-22 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.texinfo (Set Breaks): Document that "set breakpoint
3036 always-inserted off" is the default mode now. Delete
3037 documentation of "set breakpoint always-inserted auto".
3038
3039 2014-09-18 Doug Evans <dje@google.com>
3040
3041 * python.texi (Symbol Tables In Python): Document "producer"
3042 attribute of gdb.Symtab objects.
3043
3044 2014-09-16 Pedro Alves <palves@redhat.com>
3045
3046 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
3047 (Embedded OS): Remove VxWorks menu entry.
3048 (VxWorks): Remove node.
3049
3050 2014-09-13 Doug Evans <xdje42@gmail.com>
3051
3052 * gdb.texinfo (Signaling): Document new queue-signal command.
3053
3054 2014-09-06 Doug Evans <xdje42@gmail.com>
3055
3056 PR 15276
3057 * gdb.texinfo (Convenience Funs): Document $_caller_is,
3058 $_caller_matches, $_any_caller_is, $_any_caller_matches.
3059
3060 2014-09-03 Justin Lebar <jlebar@google.com>
3061
3062 * python.texi (Types In Python): Type.template_argument(n) returns a
3063 gdb.Value or a gdb.Type and throws an exception if n is out of
3064 range.
3065
3066 2014-09-03 Sasha Smundak <asmundak@google.com>
3067
3068 * python.texi (Frames in Python): Add read_register description.
3069
3070 2014-08-04 Tom Tromey <tromey@redhat.com>
3071
3072 * gdb.texinfo (Debugging Output): Update for change to "set debug
3073 target".
3074
3075 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
3076
3077 Pushed by Joel Brobecker <brobecker@adacore.com>.
3078 * Makefile.in (transform): New variable.
3079 (install-man1, install-man5): Apply $(transform) to man file names.
3080
3081 2014-07-26 Doug Evans <xdje42@gmail.com>
3082
3083 PR guile/17177
3084 * guile.texi (Guile Pretty Printing API): Fix typo.
3085 Document set-pretty-printers!, pretty-printers.
3086 (Selecting Guile Pretty-Printers): Update.
3087 Mention program-space based pretty-printers.
3088
3089 2014-07-25 Pedro Alves <palves@redhat.com>
3090 Eli Zaretskii <eliz@gnu.org>
3091
3092 * gdb.texinfo (Signaling) <signal command>: Explain what happens
3093 with multi-threaded programs.
3094
3095 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
3096
3097 * gdb.texinfo (MicroBlaze Features): Added.
3098
3099 2014-06-27 Yao Qi <yao@codesourcery.com>
3100
3101 * gdb.texinfo (Maintenance Commands): Update the output of
3102 'maint print dummy-frames' command.
3103
3104 2014-06-24 Eli Zaretskii <eliz@gnu.org>
3105
3106 * gdb.texinfo (Screen Size): Improve indexing.
3107
3108 2014-06-19 Gary Benson <gbenson@redhat.com>
3109
3110 * gdb.texinfo (Maintenance Commands): Document new
3111 "maint set/show catch-demangler-crashes" option.
3112
3113 2014-06-19 Gary Benson <gbenson@redhat.com>
3114
3115 * gdb.texinfo (Maintenance Commands): Document new
3116 "maint demangler-warning" command and new
3117 "maint set/show demangler-warning" option.
3118
3119 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
3120
3121 * python.texi (Xmethod API): Add space before the opening
3122 parenthesis in function descriptions.
3123
3124 2014-06-06 Doug Evans <xdje42@gmail.com>
3125
3126 * guile.texi (Guile Configuration): Document guile-data-directory.
3127
3128 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
3129
3130 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
3131
3132 2014-06-04 Doug Evans <xdje42@gmail.com>
3133
3134 * guile.texi (Breakpoints In Guile): Update.
3135
3136 2014-06-03 Joel Brobecker <brobecker@adacore.com>
3137
3138 * python.texi (Xmethod API): Fix reference to "Progspaces In
3139 Python".
3140
3141 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3142
3143 * python.texi (Xmethods In Python, XMethod API)
3144 (Writing an Xmethod): New nodes.
3145 (Python API): New menu entries "Xmethods In Python",
3146 "Xmethod API", "Writing an Xmethod".
3147
3148 2014-06-02 Doug Evans <xdje42@gmail.com>
3149
3150 * guile.texi (Guile API): Add entry for Parameters In Guile.
3151 (GDB Scheme Data Types): Mention <gdb:parameter> object.
3152 (Parameters In Guile): New node.
3153
3154 2014-06-02 Doug Evans <xdje42@gmail.com>
3155
3156 * guile.texi (Guile API): Add entry for Commands In Guile.
3157 (Basic Guile) <parse-and-eval>: Add reference.
3158 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
3159 (GDB Scheme Data Types): Mention <gdb:command> object.
3160 (Commands In Guile): New node.
3161
3162 2014-06-02 Doug Evans <xdje42@gmail.com>
3163
3164 * guile.texi (Guile API): Add entry for Progspaces In Guile.
3165 (GDB Scheme Data Types): Mention <gdb:progspace> object.
3166 (Progspaces In Guile): New node.
3167
3168 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
3169
3170 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
3171 * python.texi (Frames In Python): Mention
3172 gdb.FRAME_UNWIND_MEMORY_ERROR.
3173
3174 2014-05-29 Pedro Alves <palves@redhat.com>
3175 Tom Tromey <tromey@redhat.com>
3176
3177 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
3178 from example.
3179 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
3180 Mention that target-async is now deprecated.
3181 (Maintenance Commands): Document maint set/show target-async.
3182
3183 2014-05-29 Pedro Alves <palves@redhat.com>
3184
3185 * observer.texi (sync_execution_done, command_error): New
3186 subjects.
3187
3188 2014-05-29 Pedro Alves <palves@redhat.com>
3189
3190 PR gdb/13860
3191 * observer.texi (signal_received, end_stepping_range)
3192 (signal_exited, exited, no_history): New observer subjects.
3193
3194 2014-05-26 Andy Wingo <wingo@igalia.com>
3195
3196 * guile.texi (GDB Scheme Data Types): Remove documentation for
3197 removed interfaces. Update spelling of gdb-object-kind.
3198
3199 2014-05-26 Andy Wingo <wingo@igalia.com>
3200
3201 * guile.texi (Basic Guile): Fix some typos.
3202
3203 2014-05-26 Andy Wingo <wingo@igalia.com>
3204
3205 * guile.texi (Writing a Guile Pretty-Printer)
3206 (Guile Types Module): Fix excess parentheses in use-modules forms.
3207
3208 2014-05-24 Eli Zaretskii <eliz@gnu.org>
3209
3210 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
3211 (Breakpoints In Guile, Guile Printing Module)
3212 (Guile Exception Handling, Values From Inferior In Guile)
3213 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
3214 Don't use @var at the beginning of a sentence.
3215
3216 * gdb.texinfo (Frame Filter Management, Trace Files)
3217 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
3218 (PowerPC Embedded, Define, Annotations for Running)
3219 (IPA Protocol Commands, Packets, General Query Packets)
3220 (Tracepoint Packets, Notification Packets, Environment)
3221 (Inferiors and Programs, Set Breaks, Set Catchpoints)
3222 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
3223 (Frames, Backtrace, Selection, Expressions, Registers)
3224 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
3225 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
3226 (Source Annotations, Using JIT Debug Info Readers, Packets)
3227 (Stop Reply Packets, Host I/O Packets)
3228 (Target Description Format): Don't use @var at the beginning of a
3229 sentence.
3230
3231 * python.texi (Basic Python, Types In Python)
3232 (Commands In Python, Frames In Python, Line Tables In Python)
3233 (Breakpoints In Python, gdb.printing, gdb.types)
3234 (Type Printing API): Don't use @var at the beginning of a
3235 sentence.
3236
3237 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3238
3239 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
3240 replay-memory-access".
3241
3242 2014-05-21 Pedro Alves <palves@redhat.com>
3243
3244 * gdb.texinfo (Starting): Document "set/show
3245 auto-connect-native-target".
3246 (Target Commands): Document "target native".
3247
3248 2014-05-20 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
3251 not be remote specific. Add cross reference to the qCRC packet.
3252 (Separate Debug Files): Update cross reference to the qCRC packet.
3253 (General Query Packets) <qCRC packet>: Add anchor.
3254
3255 2014-05-17 Doug Evans <xdje42@gmail.com>
3256
3257 Copy over changes from guile.texi.
3258 * python.texi (Basic Python) <gdb.execute>: Add text.
3259 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
3260 (Values From Inferior) <Python string>: Add text.
3261 (Values From Inferior) <Value.string>: Clarify string length handling.
3262 (Pretty Printing API): Add cindex.
3263 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
3264 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
3265 @vindex.
3266 (Commands In Python) <COMPLETE_*>: Similarly.
3267 (Symbols In Python) <SYMBOL_*>: Similarly.
3268 (Breakpoints In Python) <WP_*>: Similarly.
3269 (Breakpoints In Python) <BP_*>: Similarly.
3270
3271 2014-05-17 David Taylor <dtaylor@emc.com>
3272
3273 * gdb.texinfo (General Query Packets): Add a note about thread IDs
3274 mentioned in the qfThreadInfo reply.
3275
3276 2014-05-16 Doug Evans <dje@google.com>
3277
3278 * gdb.texinfo (Mode Options): Add -D.
3279
3280 2014-05-09 Samuel Bronson <naesten@gmail.com>
3281
3282 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3283 "make -C".
3284
3285 2014-04-29 Tom Tromey <tromey@redhat.com>
3286
3287 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3288 "show debug varobj".
3289
3290 2014-05-01 David Taylor <dtaylor@emc.com>
3291
3292 * gdb.texinfo (compare-sections): Document the new -r (read-only)
3293 option.
3294
3295 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
3296 Walfred Tedeschi <walfred.tedeschi@intel.com>
3297
3298 * gdb.texinfo (i386 Features): Add description of AVX512
3299 registers.
3300
3301 2014-03-31 Doug Evans <dje@google.com>
3302
3303 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3304
3305 2014-03-30 Doug Evans <dje@google.com>
3306
3307 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3308 (Background Execution): Ditto.
3309
3310 2014-03-21 Pedro Alves <palves@redhat.com>
3311 Stan Shebs <stan@codesourcery.com>
3312 Hui Zhu <hui@codesourcery.com>
3313
3314 * gdb.texinfo (Packets): Add anchor to "? packet".
3315 Remove fixme and update introduction of "k packet".
3316 Add anchor to "vKill packet".
3317
3318 2014-03-12 Stan Shebs <stan@codesourcery.com>
3319
3320 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3321
3322 2014-02-26 Ludovic Courtès <ludo@gnu.org>
3323
3324 * guile.texi (Basic Guile): Document 'history-append!'.
3325
3326 2014-02-20 Joel Brobecker <brobecker@adacore.com>
3327
3328 * gdb.texinfo (Files): Document "add-shared-symbol-files"
3329 and "assf" as being deprecated.
3330 (Cygwin Native): Likewise for "dll-symbols".
3331 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3332 as a way to force the loading of symbols from a DLL.
3333
3334 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3335
3336 * python.texi (Values From Inferior): Add description about the
3337 new feature.
3338
3339 2014-02-17 Doug Evans <xdje42@gmail.com>
3340
3341 * Makefile.in (GDB_DOC_FILES): Add python.texi.
3342 * gdb.texinfo (Python): Moved to ...
3343 * python.texi: ... here. New file.
3344
3345 2014-02-17 Ludovic Courtès <ludo@gnu.org>
3346
3347 * guile.texi (Writing a Guile Pretty-Printer) <example>:
3348 Remove 'string-begins-with' procedure. Add 'pretty-printer'
3349 parameter to 'str-lookup-function' procedure. Look for
3350 the "std::string<" prefix.
3351 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3352 Adjust description.
3353
3354 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
3355
3356 * guile.texi (Values From Inferior In Guile): Remove stray
3357 parantheses for deffn.
3358 (Disassembly In Guile): Ditto.
3359
3360 2014-02-10 Stan Shebs <stan@codesourcery.com>
3361
3362 Add Doxygen support.
3363 * Makefile.in (doxy): New action, generates Doxygen files.
3364 (DOXYGEN): New.
3365 (doxyedit): New.
3366 * Doxyfile-base.in: New file.
3367 * Doxyfile-gdb-api.in: New file.
3368 * Doxyfile-gdb-xref.in: New file.
3369 * Doxyfile-gdbserver.in: New file.
3370 * doxy-index.in: New file.
3371 * filter-for-doxygen: New file.
3372 * filter-params.pl: New file.
3373
3374 2014-02-10 Doug Evans <xdje42@gmail.com>
3375
3376 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3377 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3378 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3379 (Guile docs): Include guile.texi.
3380 (objfile-gdbdotext file): Add objfile-gdb.scm.
3381 (dotdebug_gdb_scripts section): Mention Guile scripts.
3382 (Multiple Extension Languages): New node.
3383 * guile.texi: New file.
3384
3385 2014-01-28 Joel Brobecker <brobecker@adacore.com>
3386
3387 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3388 ignore-descriptive-types". commands.
3389
3390 2014-01-22 Doug Evans <dje@google.com>
3391
3392 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3393 (gdbserver man): Ditto.
3394
3395 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3396
3397 * gdb.texinfo: Document limited reverse/replay support
3398 for target record-btrace.
3399
3400 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3401
3402 * gdb.texinfo (Process Record and Replay): Update documentation.
3403
3404 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3405
3406 * gdb.texinfo (Process Record and Replay): Document new /c
3407 modifier accepted by "record function-call-history".
3408 Add /i modifier to "record function-call-history" example.
3409
3410 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3411 Joel Brobecker <brobecker@adacore.com>
3412
3413 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3414 markers. Remove one that was misplaced.
3415
3416 2014-01-10 Pedro Alves <palves@redhat.com>
3417
3418 * gdb.texinfo (Your Program's Environment) <set environment>:
3419 Mention the shell, and point at 'set exec-wrapper'.
3420
3421 2014-01-07 Joel Brobecker <brobecker@adacore.com>
3422
3423 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3424
3425 2013-12-30 Joel Brobecker <brobecker@adacore.com>
3426
3427 * gdb.texinfo (Types In Python): Clarify the documentation
3428 of attribute gdb.Field.bitpos.
3429
3430 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3431
3432 * gdb.texinfo (Types In Python): Fix the documentation of
3433 attribute "bitpos" in class gdb.Field for enum types. Add
3434 documentation for attribute "enumval" in that same class.
3435
3436 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3437
3438 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3439 @ftable.
3440
3441 2013-12-23 Doug Evans <xdje42@gmail.com>
3442
3443 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3444 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3445 corresponding section in Extending GDB.
3446 (Extending GDB): Move menu up. New menu item "Auto-loading
3447 extensions".
3448 (Sequences): New menu item "Auto-loading sequences".
3449 (Auto-loading sequences): New node.
3450 (Python): Rename section from Scripting GDB to Extending GDB.
3451 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3452 Move docs on ways to auto-load extensions to ...
3453 (Auto-loading extensions): ... here. New node.
3454
3455 2013-12-23 Joel Brobecker <brobecker@adacore.com>
3456
3457 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3458 in menu.
3459 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3460 command, now in a new node.
3461 (GDB/MI Support Commands): New node, with its contents being
3462 extracted from the "GDB/MI Miscellaneous Commands" node.
3463 A small paragraph introducing the section is also added at
3464 the start.
3465 (GDB/MI Miscellaneous Commands): Delete the description of the
3466 -info-gdb-mi-command, -list-features and -list-target-features
3467 commands, now hosted in the "GDB/MI Support Commands" node.
3468
3469 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3470
3471 PR python/16113
3472 * gdb.texinfo (Values From Inferior): Add a note about using
3473 gdb.Field objects as subscripts on gdb.Value objects.
3474 (Types In Python): Add description about the new attribute
3475 "parent_type" of gdb.Field objects.
3476
3477 2013-12-12 Joel Brobecker <brobecker@adacore.com>
3478
3479 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3480 entry for section docuumenting the -list-features GDB/MI command.
3481
3482 2013-12-10 Joel Brobecker <brobecker@adacore.com>
3483
3484 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3485 "exec-run-start-option" entry in the output of the "-list-features"
3486 command.
3487
3488 2013-12-04 Eli Zaretskii <eliz@gnu.org>
3489
3490 * gdb.texinfo (i386): Fix yesterday's commit.
3491
3492 2013-12-03 Tom Tromey <tromey@redhat.com>
3493
3494 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3495 documented here.
3496
3497 2013-12-03 Tom Tromey <tromey@redhat.com>
3498
3499 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3500
3501 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3502
3503 * gdb.texinfo (i386 Features): Add MPX feature registers.
3504 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3505 a subsubsection for MPX and describes the display of the
3506 boundary registers.
3507
3508 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3509
3510 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3511 documentation of the "ada-exceptions" entry.
3512
3513 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3514
3515 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3516 "^error" result record concerning the error message. Document
3517 the error code that may also be part of that result record.
3518 (GDB/MI Miscellaneous Commands): Document the
3519 "undefined-command-error-code" element in the output of
3520 the "-list-features" GDB/MI command.
3521
3522 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3523
3524 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3525 the new -info-gdb-mi-command GDB/MI command. Document
3526 the meaning of "-info-gdb-mi-command" in the output of
3527 -list-features.
3528
3529 2013-11-29 Pedro Alves <palves@redhat.com>
3530
3531 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3532 Update comment.
3533
3534 2013-11-24 Yao Qi <yao@codesourcery.com>
3535
3536 * gdb.texinfo (Caching Remote Data): Document new
3537 "set/show stack-cache" option.
3538
3539 2013-11-24 Yao Qi <yao@codesourcery.com>
3540
3541 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3542 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3543 "off" respectively.
3544
3545 2013-11-23 Yao Qi <yao@codesourcery.com>
3546
3547 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3548 of "displayhint" to the table about child results.
3549
3550 2013-11-21 Yao Qi <yao@codesourcery.com>
3551
3552 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3553 'dynamic' for the output of command -var-list-children.
3554
3555 2013-11-21 Yao Qi <yao@codesourcery.com>
3556
3557 * gdb.texinfo (Caching Target Data): Remove "see" before
3558 @pxref.
3559
3560 2013-11-20 Yao Qi <yao@codesourcery.com>
3561
3562 * gdb.texinfo (Caching Target Data): Update doc for
3563 per-address-space dcache.
3564
3565 2013-11-20 Yao Qi <yao@codesourcery.com>
3566
3567 * gdb.texinfo (Data): Rename menu item.
3568 (Caching Remote Data): Rename to ...
3569 (Caching Target Data): ... it. Update.
3570
3571 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3572
3573 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3574 "language-option" entry in the output of the "-list-features"
3575 command.
3576
3577 2013-11-15 Tom Tromey <tromey@redhat.com>
3578
3579 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3580 Add example.
3581
3582 2013-11-14 Tom Tromey <tromey@redhat.com>
3583
3584 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3585
3586 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3587
3588 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3589 (Context management): Place current subsection text into its own
3590 subsubsection. Add new subsubsection describing the "--language"
3591 command option.
3592
3593 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3594
3595 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3596 the documentation of "info-ada-exceptions" in the output
3597 of the "-list-features" command. Add the documentation
3598 of the "ada-exception" entry instead.
3599
3600 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3601
3602
3603 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3604 word of a couple of sentences to start with a capital letter.
3605
3606 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3607
3608 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3609 (Ada Exceptions): New node.
3610 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3611 Commands" node.
3612 (GDB/MI Ada Exceptions Commands): New node.
3613 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3614 field in the output of the "-list-features" command.
3615 * NEWS: Add entry for the new "info exceptions" CLI command,
3616 and for the new "-info-ada-exceptions" GDB/MI command.
3617
3618 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3619
3620 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3621 (Line Tables In Python): New node.
3622
3623 2013-11-08 Doug Evans <dje@google.com>
3624
3625 * gdb.texinfo (Debugging Output): Update text for
3626 "set debug dwarf2-read".
3627
3628 2013-11-08 Doug Evans <dje@google.com>
3629
3630 * gdb.texinfo (Debugging Output): Update text for
3631 "set debug symtab-create".
3632
3633 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3634
3635 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3636 constant.
3637
3638 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3639
3640 * gdb.texinfo (Breakpoints In Python): Document temporary
3641 option in breakpoint constructor, and add documentation to the
3642 temporary attribute.
3643
3644 2013-11-07 Yao Qi <yao@codesourcery.com>
3645
3646 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3647 output of "-var-info-expression".
3648
3649 2013-11-06 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3652 non-interactive mode.
3653 (Environment) <shell startup files warning>: Mention
3654 non-interactive mode. Mention .zshenv for Z shell, and talk about
3655 BASH_ENV instead of .bashrc for BASH.
3656
3657 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3658
3659 * gdb.texinfo (Commands to Specify Files): Add description
3660 of the remove-symbol-file command.
3661 * observer.texi: New free_objfile event
3662
3663 2013-10-24 Pedro Alves <palves@redhat.com>
3664
3665 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3666
3667 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3668
3669 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3670 New subsection inside which the "-catch-load" and "-catch-unload"
3671 commands documentation is now placed.
3672 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3673 documenting the "-catch-assert" and "-catch-exception" new
3674 GDB/MI commands.
3675
3676 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3677
3678 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3679
3680 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3681
3682 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3683 serial baud".
3684 (Remote Configuration): Replace "set remotebaud" by "set serial
3685 baud". Replace "show remotebaud" by "show serial baud".
3686
3687 2013-10-07 Pedro Alves <palves@redhat.com>
3688
3689 PR breakpoints/11568
3690 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3691 when the thread is removed from the thread list.
3692
3693 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3694
3695 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3696 Update entry for $_exitcode.
3697
3698 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3699
3700 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3701 new "--start" option.
3702
3703 2013-10-02 Pedro Alves <palves@redhat.com>
3704
3705 * gdb.texinfo (Registers): Expand description of saved registers
3706 in frames. Explain <not saved>.
3707
3708 2013-09-25 Doug Evans <dje@google.com>
3709
3710 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3711
3712 2013-09-16 Stan Shebs <stan@codesourcery.com>
3713
3714 Remove the internals manual gdbint.texinfo.
3715 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3716 (PDFFILES): Remove gdbint.pdf.
3717 (HTMLFILES): Remove gdbint/index.html.
3718 (HTMLFILES_INSTALL): Remove gdbint.
3719 (GDBINT_DOC_FILES): Remove.
3720 (dvi): Remove gdbint.dvi.
3721 (ps): Remove gdbint.ps.
3722 * gdbint.texinfo: Remove file.
3723 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3724
3725 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3726
3727 * gdb.texinfo (Convenience Functions): Mention new convenience
3728 function $_isvoid.
3729
3730 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3731
3732 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3733 (Standard Target Features): Add new node to menu.
3734 (S/390 and System z Features): New node.
3735
3736 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3737
3738 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3739 -list-target-features in the example.
3740
3741 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3742
3743 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3744 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3745
3746 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3747
3748 Sync documentation with gdb.base/gnu-debugdata.exp.
3749 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3750
3751 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3752
3753 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3754
3755 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3756 Yao Qi <yao@codesourcery.com>
3757
3758 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3759 Document new --skip-unavailable option.
3760 <-stack-list-variables>: Document new --skip-unavailable option.
3761
3762 2013-08-26 Doug Evans <dje@google.com>
3763
3764 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3765 an optional regexp.
3766
3767 2013-08-13 Tom Tromey <tromey@redhat.com>
3768
3769 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3770 Document GDB_PARALLEL and GDB_INOTIFY.
3771
3772 2013-08-09 Stan Shebs <stan@codesourcery.com>
3773
3774 * LRS: Remove file, describes a long-abandoned live-range
3775 splitting extension to stabs.
3776
3777 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3778
3779 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3780
3781 2013-07-17 Doug Evans <dje@google.com>
3782
3783 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3784
3785 2013-07-02 Tom Tromey <tromey@redhat.com>
3786
3787 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3788
3789 2013-06-28 Tom Tromey <tromey@redhat.com>
3790
3791 * Makefile.in (version.subst): Use version.in, not
3792 common/version.in.
3793 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3794 Likewise.
3795
3796 2013-06-27 Pedro Alves <palves@redhat.com>
3797
3798 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3799 dynamic symbol resolution code>: New section, based on infrun.c
3800 comment.
3801
3802 2013-06-26 Tom Tromey <tromey@redhat.com>
3803
3804 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3805 Update.
3806 (Releasing GDB): Likewise.
3807
3808 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3809 Yao Qi <yao@codesourcery.com>
3810
3811 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3812 -trace-frame-collected.
3813
3814 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3815
3816 * gdb.texinfo (Traceframe Info Format): Document tvar element
3817 and its attributes.
3818
3819 2013-06-25 Yao Qi <yao@codesourcery.com>
3820
3821 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3822
3823 2013-06-24 Tom Tromey <tromey@redhat.com>
3824
3825 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3826 (GDBvn.texi): Use version.subst.
3827 (version.subst): New target.
3828 (mostlyclean): Remove version.subst.
3829
3830 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3831
3832 * gdb.texinfo (GDB/MI Data Manipulation)
3833 <-data-list-register-values>: Document the --skip-unavailable
3834 option.
3835
3836 2013-06-07 Yao Qi <yao@codesourcery.com>
3837
3838 * gdb.texinfo (Symbols): Add kindex and cindex for
3839 'maint print msymbols'.
3840
3841 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3842
3843 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3844 response field name (thread-group to inferior).
3845
3846 2013-06-04 Gary Benson <gbenson@redhat.com>
3847
3848 * gdb.texinfo (General Query Packets/qSupported): Added
3849 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3850 to the table of currently defined stub features.
3851 Added a more detailed entry for "augmented-libraries-svr4-read".
3852 (General Query Packets/qXfer:libraries-svr4:read): Documented
3853 the augmented form of this packet.
3854
3855 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3856
3857 * gdb.texinfo (System-wide Configuration Scripts): Renames
3858 "Installed System-wide Configuration Scripts". Add associated
3859 @menu block.
3860
3861 2013-05-23 Yao Qi <yao@codesourcery.com>
3862 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.texinfo (Packets): Document 'vCont;r'.
3865 (Continuing and Stepping): Document target-assisted range
3866 stepping, and the 'set range-stepping' and 'show range-stepping'
3867 commands.
3868
3869 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3870
3871 * gdb.texinfo (Installed System-wide Configuration Scripts):
3872 Add subsection describing the scripts now available under
3873 the data-dir's system-gdbbinit subdirectory.
3874 * NEWS: Add entry announcing the availability of system-wide
3875 configuration scripts for ElinOS and Wind River Linux.
3876
3877 2013-05-21 Hui Zhu <hui@codesourcery.com>
3878
3879 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3880 "-dprintf-insert" command.
3881
3882 2013-05-17 Doug Evans <dje@google.com>
3883
3884 * gdb.texinfo (Maintenance Commands): Update doc for
3885 "maint check-psymtabs". Add doc for "maint check-symtabs",
3886 "maint expand-symtabs".
3887
3888 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3889
3890 * gdb.texinfo (Process Record and Replay): Document the
3891 "record goto" command and its sub-commands.
3892
3893 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3894
3895 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3896 (Python API): Add Frame Filters API, Frame Wrapper API,
3897 Writing a Frame Filter/Wrapper, Managing Management of Frame
3898 Filters chapter entries.
3899 (Frame Filters API): New Node.
3900 (Frame Wrapper API): New Node.
3901 (Writing a Frame Filter): New Node.
3902 (Managing Frame Filters): New Node.
3903 (Progspaces In Python): Add note about frame_filters attribute.
3904 (Objfiles in Python): Ditto.
3905 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3906 @anchors and --no-frame-filters option to -stack-list-variables,
3907 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3908 commands.
3909
3910 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3911
3912 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3913 Support" subsection documenting the XML format used to transfer
3914 shared library info on AIX.
3915
3916 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3917
3918 * gdb.texinfo (Debugging Output): Add documentation of
3919 "set debug aix-solib" and "show debug aix-solib" commands.
3920
3921 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3922
3923 * gdb.texinfo (Nios II): New section.
3924 (Nios II Features): New section.
3925
3926 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3927
3928 * gdbint.texinfo (Algorithms): Remove entries documenting
3929 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3930 SOLIB_CREATE_INFERIOR_HOOK.
3931
3932 2013-04-29 Tom Tromey <tromey@redhat.com>
3933
3934 PR python/14204:
3935 * gdb.texinfo (Python API): Fix menu entry.
3936 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3937 Define global and static block. Add example. Clarify
3938 block relationship for inline functions.
3939
3940 2013-04-29 Tom Tromey <tromey@redhat.com>
3941
3942 * gdb.texinfo (Python API): Mention Python help and keyword
3943 arguments. Move pagination text to Basic Python.
3944 (Basic Python): Put pagination text here. Document
3945 close-on-exec, SIGCHLD, and SIGINT.
3946
3947 2013-04-19 Pedro Alves <palves@redhat.com>
3948
3949 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3950 "signedness" instead of "signness".
3951
3952 2013-04-19 Pedro Alves <palves@redhat.com>
3953
3954 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3955 -Wno-pointer-sign text with text on -Wpointer-sign.
3956
3957 2013-04-16 Tom Tromey <tromey@redhat.com>
3958
3959 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3960 GCC that has the SDT probe points.
3961
3962 2013-04-15 Tom Tromey <tromey@redhat.com>
3963
3964 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3965 exception catchpoints.
3966
3967 2013-04-15 Tom Tromey <tromey@redhat.com>
3968
3969 * gdb.texinfo (Set Catchpoints): Document $_exception.
3970 (Convenience Vars): Mention $_exception.
3971
3972 2013-04-15 Tom Tromey <tromey@redhat.com>
3973
3974 * gdb.texinfo (Set Catchpoints): Reorganize exception
3975 catchpoints. Document "catch rethrow".
3976 (Debugging C Plus Plus): Mention "catch rethrow".
3977
3978 2013-04-15 Tom Tromey <tromey@redhat.com>
3979
3980 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3981
3982 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3983 Eli Zaretskii <eliz@gnu.org>
3984
3985 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3986 line below the sample output.
3987
3988 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3989
3990 * gdb.texinfo (Mode Options): Document '-configuration'.
3991 (Help): Document "show configuration".
3992 (Bug Reporting): Add requirements to include the configuration
3993 details in bug reports.
3994
3995 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3996
3997 * Makefile.in (MAN1S): Add gcore.1.
3998 Remove "Host, target, and site specific Makefile fragments" comment.
3999 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
4000 (install-man1, uninstall-man1): Conditionalize gcore.1.
4001 (gcore.1): New.
4002 * gdb.texinfo (Man Pages): Add gcore man.
4003 (gcore man): New node.
4004
4005 2013-04-10 Pedro Alves <palves@redhat.com>
4006
4007 * gdb.texinfo (Process Record and Replay): Document that "set
4008 record full insn-number-max", "set record
4009 instruction-history-size" and "set record
4010 function-call-history-size" accept "unlimited".
4011 (Backtrace): Document that "set backtrace limit" accepts
4012 "unlimited".
4013 (List): Document that "set listsize" accepts "unlimited".
4014 (Print Settings)" Document that "set print max-symbolic-offset",
4015 "set print elements" and "set print repeats" accept "unlimited".
4016 (Starting and Stopping Trace Experiments): Document that "set
4017 trace-buffer-size" accepts "unlimited".
4018 (Remote Configuration): Document that "set tcp connect-timeout"
4019 accepts "unlimited".
4020 (Command History): Document that "set history size" accepts
4021 "unlimited".
4022 (Screen Size): Document that "set height" and "set width" accepts
4023 "unlimited". Adjust "set pagination"'s description to suggest
4024 "set height unlimited" instead of "set height 0".
4025
4026 2013-04-10 Yao Qi <yao@codesourcery.com>
4027
4028 * gdb.texinfo (Trace Files): Add "target ctf".
4029
4030 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4031
4032 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
4033
4034 * Makefile.in (install-man1, install-man5, uninstall-man1)
4035 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
4036
4037 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
4038
4039 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4040 Eli Zaretskii <eliz@gnu.org>
4041
4042 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
4043 parameters order. Remove "On some targets" for --attach. Document the
4044 --multi parameter and extended-remote command. Document all the
4045 options.
4046
4047 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
4050 the list of supported languages.
4051
4052 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4053
4054 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4055 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
4056 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
4057 (diststuff): Add man.
4058 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
4059 (uninstall-man5): New.
4060 (STAGESTUFF): Add *.1 and *.5.
4061 (GDBvn.texi): Add SYSTEM_GDBINIT.
4062 (gdb.1, gdbserver.1, gdbinit.5): New.
4063 (maintainer-clean realclean): Add $(MANS).
4064 (install): Add install-man.
4065 (uninstall): Add uninstall-man.
4066 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
4067 (@copying): Wrap it by @c man begin COPYRIGHT.
4068 (Top): Add Man Pages.
4069 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
4070
4071 2013-04-02 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.texinfo (Debugging Output): Document "set/show debug
4074 aarch64", "set/show debug coff-pe-read" and "set/show debug
4075 mach-o".
4076
4077 2013-04-02 Pedro Alves <palves@redhat.com>
4078
4079 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4080 table>: Add entry for "trace-buffer-size".
4081
4082 2013-03-28 Pedro Alves <palves@redhat.com>
4083
4084 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
4085 table>: Add entry for "trace-status".
4086
4087 2013-03-28 Eli Zaretskii <eliz@gnu.org>
4088
4089 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
4090 @bullet", which is invalid (makeinfo 5.1 barfs).
4091
4092 2013-03-28 Pedro Alves <palves@redhat.com>
4093
4094 PR gdb/15294
4095
4096 * gdb.texinfo (List) <set listsize>: Adjust to document that
4097 listsize 0 means no limit, and remove mention of -1.
4098
4099 2013-03-22 Yao Qi <yao@codesourcery.com>
4100
4101 * gdb.texinfo (Embedded Processors): Remove menu item
4102 "OpenRISC 1000".
4103 (OpenRISC 1000): Remove.
4104
4105 2013-03-21 Doug Evans <dje@google.com>
4106
4107 * gdb.texinfo (Maintenance Commands): Add docs for
4108 "mt set per-command {space,time,symtab} {on,off}".
4109
4110 2013-03-14 Hui Zhu <hui@codesourcery.com>
4111 Yao Qi <yao@codesourcery.com>
4112
4113 * gdb.texinfo (Trace Files): Add "tsave -ctf".
4114
4115 2013-03-13 Keith Seitz <keiths@redhat.com>
4116
4117 * gdb.texinfo (Maintenance Commands): Add missing ')' for
4118 "maint agent" reference to Dynamic printf.
4119
4120 2013-03-11 Eli Zaretskii <eliz@gnu.org>
4121
4122 * gdb.texinfo (General Query Packets): Don't use colon in index
4123 entries visible to Info format.
4124
4125 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4126
4127 * gdb.texinfo (Process Record and Replay): Document record
4128 changes.
4129
4130 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4131
4132 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
4133 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
4134 qXfer:btrace:read.
4135
4136 2013-03-09 Eli Zaretskii <eliz@gnu.org>
4137
4138 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
4139 use colons in @anchor and @cindex entries.
4140
4141 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
4142
4143 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
4144
4145 2013-03-08 Stan Shebs <stan@codesourcery.com>
4146 Hafiz Abid Qadeer <abidh@codesourcery.com>
4147
4148 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4149 trace-buffer-size set and show commands.
4150 (Tracepoint Packets): Document QTBuffer:size.
4151 (General Query Packets): Document QTBuffer:size.
4152
4153 2013-02-21 Tom Tromey <tromey@redhat.com>
4154
4155 * gdb.texinfo: Remove bad @syncodeindex.
4156 (Values From Inferior, Types In Python, Inferiors In Python)
4157 (Events In Python, Threads In Python, Frames In Python, Blocks In
4158 Python, Symbols In Python, Symbol Tables In Python): Remove
4159 @tables.
4160 (Packets, General Query Packets, Tracepoint Packets)
4161 (Host I/O Packets): Use @w{} for empty @item.
4162
4163 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
4164
4165 * gdb.texinfo (Architectures In Python): Add description about
4166 the new method gdb.Architecture.disassemble.
4167
4168 2013-02-15 Pedro Alves <pedro@codesourcery.com>
4169 Hafiz Abid Qadeer <abidh@codesourcery.com>
4170
4171 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
4172 Document the "trace-file" field.
4173
4174 2013-02-07 Doug Evans <dje@google.com>
4175
4176 * gdb.texinfo (Machine Code): Clarify argument to disassemble
4177 command.
4178
4179 2013-02-06 Yao Qi <yao@codesourcery.com>
4180
4181 * gdb.texinfo (GDB/MI Async Records): Document new MI
4182 notification "=tsv-modified". Update the document of MI
4183 notification "=tsv-created".
4184 * observer.texi (GDB Observers): New observer tsv_modified.
4185 Update observer tsv_created and tsv_delete.
4186
4187 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
4188
4189 * gdb.texinfo (AArch64 Features): New section; document
4190 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
4191 (Architectures): Add new AArch64 section to document AArch64
4192 architecture specific commands.
4193 (ABI): Add description of the new OS ABI "Newlib" and its influence
4194 on the longjmp handling.
4195
4196 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
4197 Jan Kratochvil <jan.kratochvil@redhat.com>
4198
4199 * gdb.texinfo (Backtrace): Added description of 'filename-display'
4200 variable in 'set/show backtrace' section.
4201
4202 2013-01-31 Tom Tromey <tromey@redhat.com>
4203
4204 * gdb.texinfo (Target Commands): Fix typo.
4205
4206 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4207
4208 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
4209 describing the gdb.Architecture class.
4210 (Frames In Python): Add description about the new method
4211 gdb.Frame.architecture().
4212
4213 2013-01-23 Doug Evans <dje@google.com>
4214
4215 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
4216
4217 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4218
4219 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
4220 'thread-groups' field when printing a breakpoint in MI.
4221
4222 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4223 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
4224 to reflect that jit-reader-load now supports absolute file-names.
4225
4226 2013-01-16 Tom Tromey <tromey@redhat.com>
4227
4228 * gdb.texinfo (Set Catchpoints): Document "catch signal".
4229 (Signals): Likewise.
4230
4231 2013-01-16 Tom Tromey <tromey@redhat.com>
4232
4233 * gdb.texinfo (GDB/MI Breakpoint Information): Document
4234 "catch-type" field.
4235 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
4236
4237 2013-01-07 Tom Tromey <tromey@redhat.com>
4238
4239 * gdb.texinfo (Mode Options): Don't mention -epoch.
4240 (Data, Emacs): Remove obsolete comments.
4241
4242 2013-01-02 Tom Tromey <tromey@redhat.com>
4243
4244 * gdb.texinfo (GDB/MI Output Records): Update menu.
4245 (GDB/MI Breakpoint Information): New node.
4246 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
4247 <-break-insert>: Likewise.
4248
4249 2012-12-31 Yao Qi <yao@codesourcery.com>
4250
4251 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
4252 (Packets): Move "vStopped" packet to ...
4253 (Notification Packets): ... here. Describe the components
4254 of notification. Add a table of supported notifications.
4255 Add an example on the process of he async notification.
4256
4257 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4258
4259 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4260 present.
4261 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
4262 fullname output always present.
4263
4264 2012-12-23 Pierre Muller <muller@sourceware.org>
4265
4266 * gdbint.texinfo (Function prototypes): Require use of "extern"
4267 modifier for function prototypes in headers.
4268
4269 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4270
4271 * refcard.tex: Update copyright notice to GPL v3 or later.
4272 Update contact info.
4273
4274 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4275
4276 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
4277
4278 2012-12-15 Yao Qi <yao@codesourcery.com>
4279
4280 * gdb.texinfo (Debugging Output): Document 'set debug
4281 notification' and 'show debug notification'.
4282
4283 2012-12-15 Yao Qi <yao@codesourcery.com>
4284
4285 * gdb.texinfo (Listing Tracepoints): New item and example about
4286 'installed on target' output.
4287 Add more in the example about 'installed on target'.
4288 (GDB/MI Breakpoint Commands): Doc about 'installed field.
4289
4290 2012-12-14 Tom Tromey <tromey@redhat.com>
4291
4292 * gdb.texinfo (SVR4 Process Information): Mention core files.
4293
4294 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
4295
4296 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4297
4298 2012-12-12 Paul Koning <paul_koning@dell.com>
4299
4300 Add support for Python 3.
4301 * gdb.texinfo (Inferior.read_memory): Mention that the return
4302 value is a memoryview object if Python 3.
4303
4304 2012-12-11 Pedro Alves <palves@redhat.com>
4305
4306 * gdb.texinfo: Remove all mentions of Unixware throughout.
4307
4308 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4309
4310 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4311
4312 2012-11-29 Tom Tromey <tromey@redhat.com>
4313
4314 * gdb.texinfo (SVR4 Process Information): Document missing
4315 "info proc" subcommands.
4316
4317 2012-11-29 Yao Qi <yao@codesourcery.com>
4318
4319 PR gdb/1477.
4320 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4321 to 'auto' instead of 'gnu'.
4322
4323 2012-11-26 Tom Tromey <tromey@redhat.com>
4324
4325 * gdb.texinfo (MiniDebugInfo): New node.
4326 (GDB Files): Update.
4327
4328 2012-11-16 Doug Evans <dje@google.com>
4329
4330 * gdb.texinfo (System-wide configuration): If the system-wide init
4331 file lives in the data-directory, and --data-directory is provided,
4332 look for it there.
4333
4334 2012-11-15 Tom Tromey <tromey@redhat.com>
4335
4336 * gdb.texinfo (Signaling): Fix typo.
4337
4338 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4339
4340 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4341 parameter "count" of -data-write-memory-bytes, and add an example.
4342
4343 2012-11-12 Tom Tromey <tromey@redhat.com>
4344
4345 * gdb.texinfo (Symbols): Document "info type-printers",
4346 "enable type-printer" and "disable type-printer".
4347 (Python API): Add new node to menu.
4348 (Type Printing API): New node.
4349 (Progspaces In Python): Document type_printers field.
4350 (Objfiles In Python): Likewise.
4351 (gdb.types) <get_type_recognizers, apply_type_recognizers,
4352 register_type_printer, TypePrinter>: Document.
4353
4354 2012-11-12 Tom Tromey <tromey@redhat.com>
4355
4356 * gdb.texinfo (Symbols): Document "set print type methods",
4357 "set print type typedefs", and flags to ptype and whatis.
4358
4359 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4360
4361 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4362 the example -data-disassemble output. Extend the description of
4363 the -data-disassemble results to document all fields. Document
4364 the cli disassemble command as being related to -data-disassemble.
4365
4366 2012-11-09 Yao Qi <yao@codesourcery.com>
4367
4368 PR gdb/14777.
4369 * gdb.texinfo (OS Information): Remove doc on command
4370 'info udot'.
4371
4372 2012-11-08 Joel Brobecker <brobecker@adacore.com>
4373
4374 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4375 gdb.ini warning for Windows port.
4376
4377 2012-11-08 Yao Qi <yao@codesourcery.com>
4378
4379 * gdb.texinfo (Search): Add kindex for 'fo'.
4380
4381 2012-11-05 Tom Tromey <tromey@redhat.com>
4382
4383 PR python/14802:
4384 * gdb.texinfo (Functions In Python): Add example.
4385
4386 2012-11-03 Yao Qi <yao@codesourcery.com>
4387
4388 * observer.texi (GDB Observers): Remove observer
4389 'tracepoint_modified', 'tracepoint_created' and
4390 'tracepoint_deleted'.
4391
4392 2012-10-26 Tom Tromey <tromey@redhat.com>
4393
4394 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4395
4396 2012-10-25 Tom Tromey <tromey@redhat.com>
4397
4398 * gdb.texinfo (General Query Packets): Use @itemx.
4399
4400 2012-10-17 Yao Qi <yao@codesourcery.com>
4401
4402 * observer.texi (GDB Observers): Update observer
4403 'memory_changed'.
4404 * gdb.texinfo (GDB/MI Async Records): Document for
4405 "memory-changed" notification.
4406
4407 2012-10-15 Doug Evans <dje@google.com>
4408
4409 * gdb.texinfo (Mode Options): Document -nh.
4410 Elaborate on docs for -nx.
4411
4412 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4413
4414 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4415
4416 2012-09-21 Yao Qi <yao@codesourcery.com>
4417 Pedro Alves <palves@redhat.com>
4418
4419 * gdb.texinfo (GDB/MI Async Records): Document notification
4420 'record-started' and 'record-stopped'.
4421 * observer.texi (GDB Observers): New observer 'record-changed'.
4422
4423 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4424
4425 * gdb.texinfo: Document the removal of SH's 'regs' command.
4426
4427 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4428
4429 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4430
4431 2012-09-18 Yao Qi <yao@codesourcery.com>
4432
4433 * gdb.texinfo (GDB/MI Async Records): Document new MI
4434 notifications '=tsv-created' and '=tsv-deleted'.
4435 * observer.texi (GDB Observers): New observer tsv_created and
4436 tsv_deleted.
4437
4438 2012-09-18 Yao Qi <yao@codesourcery.com>
4439
4440 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4441 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4442 '=traceframe-changed'.
4443
4444 2012-09-17 Yao Qi <yao@codesourcery.com>
4445
4446 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4447 'set listsize'.
4448
4449 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4450 Eli Zaretskii <eliz@gnu.org>
4451
4452 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4453 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4454 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4455
4456 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4457
4458 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4459
4460 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4461
4462 Document how to return from "python-interactive" to GDB.
4463 * gdb.texinfo (Python Commands): Update documentation.
4464
4465 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4466
4467 Add a new "python-interactive" command that starts a standard
4468 Python interactive prompt with "pi" as alias, and add "py" as
4469 an alias to "python".
4470 * gdb.texinfo (Python Commands): Document the new commands.
4471
4472 2012-08-22 Tom Tromey <tromey@redhat.com>
4473
4474 * gdbint.texinfo (Host Definition): Remove documentation for
4475 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4476
4477 2012-08-17 Keith Seitz <keiths@redhat.com>
4478
4479 PR c++/13356
4480 * gdb.texinfo (Type and Range Checking): Remove warning.
4481 Remove spurious commas.
4482 Update text and examples for re-implementation of set/show
4483 check type.
4484 (C and C++ Type and Range Checks): Likewise.
4485
4486 2012-08-16 Yao Qi <yao@codesourcery.com>
4487
4488 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4489 is deprecated.
4490
4491 2012-08-13 Doug Evans <dje@google.com>
4492
4493 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4494 to include functions.
4495
4496 2012-08-10 Doug Evans <dje@google.com>
4497
4498 * gdb.texinfo (Convenience Funs): New node.
4499 (Types In Python): Document Type.vector.
4500
4501 2012-08-09 Yao Qi <yao@codesourcery.com>
4502
4503 * observer.texi: New observer command_param_changed.
4504 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4505
4506 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 * gdbint.texinfo (Debugging GDB): In section
4509 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4510 Mention also gdb-gdb.py.
4511
4512 2012-08-07 Yao Qi <yao@codesourcery.com>
4513
4514 Revert the folloing patch:
4515 2012-08-06 Yao Qi <yao@codesourcery.com>
4516 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4517 remote hardware-watchpoint-limit' and 'set
4518 remote hardware-breakpoint-limit'.
4519
4520 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
4521
4522 * gdb.texinfo (Working Directory): Added information about new
4523 default argument for 'cd' command.
4524
4525 2012-08-06 Yao Qi <yao@codesourcery.com>
4526
4527 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4528 remote hardware-watchpoint-limit' and 'set
4529 remote hardware-breakpoint-limit'.
4530
4531 2012-08-06 Yao Qi <yao@codesourcery.com>
4532
4533 Fix PR14371.
4534
4535 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4536 '=breakpoint-deleted'.
4537
4538 2012-08-02 Yao Qi <yao@codesourcery.com>
4539
4540 * gdb.texinfo (Native): Remove node Neutrino.
4541
4542 2012-07-27 Yao Qi <yao@codesourcery.com>
4543
4544 * gdb.texinfo (IPA Protocol Commands): Document new command
4545 'close'.
4546
4547 2012-07-25 Tom Tromey <tromey@redhat.com>
4548
4549 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4550
4551 2012-07-20 Doug Evans <dje@google.com>
4552
4553 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4554 (Index Files): Document how to control the use of deprecated index
4555 sections.
4556 (Index Section Format): Replace --use-deprecated-index-sections with
4557 "set use-deprecated-index-sections on".
4558
4559 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4560
4561 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4562 indices into a single node "Index". Instead, join function and
4563 variable indices into a single index, separate from the concept
4564 index. Requested in
4565 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4566 (Top): Update the top-level menu: instead of one "Index" there are
4567 now separate entries "Concept Index" and "Function and Variable
4568 Index".
4569 (Concept Index, Function and Variable Index): New nodes.
4570 (Index): Node deleted.
4571
4572 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4573
4574 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4575 and "maint agent-eval".
4576
4577 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4578
4579 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4580 avoid file-name clashes between Index.html and index.html on
4581 case-insensitive filesystems. See the discussion starting in
4582 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4583 details of the problem.
4584 (Top): Update the master menu for the above.
4585 (Concept Index, Command and Variable Index): New nodes, instead of
4586 the old "Index" node that was deleted. All cross-references
4587 updated.
4588
4589 2012-07-02 Stan Shebs <stan@codesourcery.com>
4590
4591 * gdb.texinfo (Dynamic Printf): Mention agent style and
4592 disconnected dprintf.
4593 (Maintenance Commands): Describe maint agent-printf.
4594 (General Query Packets): Mention BreakpointCommands feature.
4595 (Packets): Document commands extension to Z0 packet.
4596 * agentexpr.texi (Bytecode Descriptions): Document printf
4597 bytecode.
4598
4599 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4600
4601 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4602 only after gdbinit files.
4603 (Startup): Move -iex and -iex commands down after gdbinit files.
4604
4605 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4606
4607 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4608 possibility.
4609
4610 2012-06-29 Tom Tromey <tromey@redhat.com>
4611
4612 * gdb.texinfo (Index Section Format): Update for version 7.
4613
4614 2012-06-28 Stan Shebs <stan@codesourcery.com>
4615
4616 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4617 example, add note about title column.
4618
4619 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4620
4621 * gdb.texinfo (Symbol Tables In Python): Add description about
4622 the new 'last' attribute of gdb.Symtab_and line.
4623
4624 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4625
4626 * gdb.texinfo (Symbol Tables In Python): Correct the description
4627 of the 'pc' attribute of gdb.Symtab_and_line.
4628
4629 2012-06-26 Doug Evans <dje@google.com>
4630
4631 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4632 and symtab-create.
4633
4634 2012-06-25 Keith Seitz <keiths@redhat.com>
4635
4636 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4637 from example. Remove "rbreak" from list of corresponding
4638 gdb commands.
4639
4640 2012-06-23 Doug Evans <dje@google.com>
4641
4642 * gdb.texinfo (Index Section Format): Document version 7 format.
4643
4644 2012-06-22 Yao Qi <yao@codesourcery.com>
4645
4646 * gdb.texinfo: Add missing cindex for some packets.
4647
4648 2012-06-20 Keith Seitz <keiths@redhat.com>
4649
4650 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4651 for -break-insert and document -p.
4652
4653 2012-06-20 Yao Qi <yao@codesourcery.com>
4654
4655 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4656 and "gdb.write_memory" with "Inferior.read_memory" and
4657 "Inferior.write_memory".
4658
4659 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4660
4661 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4662 (Free Documentation): Add @node line.
4663 (Continuing and Stepping) <advance location>: Use @item instead of
4664 @itemx.
4665 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4666 @itemx.
4667 (Embedded Processors): Put the link to "PA" to its correct place,
4668 according to document structure.
4669 (Python API): Put the link to "Lazy Strings In Python" to its
4670 correct place.
4671 (Index): Use @@ in @tex block to get a literal @.
4672
4673 * gdbint.texinfo: Fix the @subtitle line.
4674
4675 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4676 correct place.
4677
4678 2012-06-08 Yao Qi <yao@codesourcery.com>
4679
4680 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4681 Protocol'.
4682 (In-Process Agent Protocol, IPA Protocol Objects)
4683 (IPA Protocol Commands): New nodes.
4684 (Tracepoint Packets): Add anchors.
4685
4686 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4687
4688 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4689
4690 2012-06-06 Yao Qi <yao@codesourcery.com>
4691
4692 * gdb.texinfo: Update copyright year.
4693
4694 2012-05-23 Stan Shebs <stan@codesourcery.com>
4695 Kwok Cheung Yeung <kcy@codesourcery.com>
4696
4697 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4698
4699 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4700
4701 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4702 Mention also --with-separate-debug-dir.
4703 (Auto-loading): Prepend $debugdir in the sample output.
4704 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4705 auto-load safe-path variable.
4706 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4707 Mention also $debugdir for 'set auto-load scripts-directory'.
4708
4709 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4710
4711 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4712 (MIPS Embedded, MIPS, MIPS Register packet Format)
4713 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4714 appropriate.
4715
4716 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4717 Maciej W. Rozycki <macro@codesourcery.com>
4718
4719 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4720 mips compression".
4721 (MIPS Breakpoint Kinds): New subsubsection.
4722
4723 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4724
4725 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4726 nodes for subsections. Add @acronym mark-ups and adjust
4727 formatting.
4728
4729 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4730
4731 Rename $ddir to $datadir.
4732 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4733 (objfile-gdb.py file): Rename $ddir to $datadir.
4734
4735 2012-05-18 Tom Tromey <tromey@redhat.com>
4736
4737 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4738
4739 2012-05-14 Stan Shebs <stan@codesourcery.com>
4740
4741 * gdb.texinfo (Dynamic Printf): New subsection.
4742
4743 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4744
4745 * gdb.texinfo (Basic Python): Add description about the function
4746 gdb.find_pc_line
4747
4748 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4749 Eli Zaretskii <eliz@gnu.org>
4750
4751 * gdb.texinfo (Separate Debug Files): Use plural form for global
4752 debugging information directory.
4753
4754 2012-05-11 Stan Shebs <stan@codesourcery.com>
4755 Kwok Cheung Yeung <kcy@codesourcery.com>
4756
4757 * gdb.texinfo (Operating System Auxiliary Information): Document new
4758 'info os' subcommands.
4759
4760 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4761
4762 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4763 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4764 (dotdebug_gdb_scripts section): Add reference
4765 to 'Auto-loading safe path'.
4766
4767 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4768
4769 Implement multi-component --with-auto-load-dir.
4770 * gdb.texinfo (Auto-loading): New references
4771 for 'set auto-load scripts-directory'
4772 and 'show auto-load scripts-directory'.
4773 (Auto-loading safe path): Describe the new default. Move $ddir
4774 substituation reference to 'objfile-gdb.py file'.
4775 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4776 script-name. Describe new 'set auto-load scripts-directory'
4777 and 'show auto-load scripts-directory'.
4778
4779 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4780
4781 Provide $ddir substitution for --with-auto-load-safe-path.
4782 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4783 (Auto-loading safe path): Likewise. Mention the default value,
4784 $ddir substitution, --with-auto-load-safe-path and
4785 --without-auto-load-safe-path.
4786 * observer.texi (gdb_datadir_changed): New.
4787
4788 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4789
4790 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4791 Twice.
4792
4793 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4794 directory separator by path separator.
4795
4796 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4797
4798 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4799 for 'set auto-load safe-path' optional. Mention if it is omitted.
4800 Change disabling security protection condition to "/", twice.
4801
4802 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4803
4804 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4805 the new methods global_block and static_block on gdb.Symtab
4806 objects.
4807
4808 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4809
4810 * gdb.texinfo (Blocks In Python): Add a note saying that future
4811 improvements to GDB and its infrastructure can move symbols
4812 across blocks within a symbol table.
4813
4814 2012-04-29 Yao Qi <yao@codesourcery.com>
4815
4816 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4817 (A29K): Remove.
4818
4819 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4820 Tom Tromey <tromey@redhat.com>
4821
4822 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4823 and generic static probe support on GDB.
4824
4825 2012-04-25 Doug Evans <dje@google.com>
4826
4827 * gdb.texinfo (Go): Fix thinko.
4828
4829 * gdb.texinfo (Supported Languages): Add Go.
4830 (Go): New node.
4831
4832 2012-04-25 Yao Qi <yao@codesourcery.com>
4833
4834 * gdbint.texinfo (Testsuite): New section `Board settings'.
4835
4836 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4837
4838 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4839 Three times.
4840
4841 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4842 Three times.
4843
4844 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4845
4846 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4847 by @table @asis. Fix formatting of one item.
4848
4849 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4850
4851 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4852
4853 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4854
4855 New option "set debug auto-load".
4856 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4857 (auto-load verbose mode): New node.
4858
4859 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4860
4861 New option "set auto-load safe-path".
4862 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4863 and "info auto-load" examples for safe-path. Put there also references
4864 for "set auto-load safe-path" and "show auto-load safe-path".
4865 New menu item for Auto-loading safe path.
4866 (Auto-loading safe path): New node.
4867 (Python Auto-loading): Update the expected output from "Missing"
4868 to "No".
4869
4870 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4871
4872 auto-load: Implementation.
4873 * gdb.texinfo (Mode Options): New anchor for -nx.
4874 (Startup): New anchors for Option -init-eval-command,
4875 Home Directory Init File
4876 and Init File in the Current Directory during Startup.
4877 Mention set auto-load local-gdbinit with a reference.
4878 Change the sample code to "set auto-load python-scripts".
4879 (Threads): New anchor set libthread-db-search-path.
4880 Provide references to libthread_db.so.1 file.
4881 (Controlling GDB): New menu item for Auto-loading.
4882 (Auto-loading, Init File in the Current Directory)
4883 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4884 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4885 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4886 reference.
4887 (Auto-loading): Rename to ...
4888 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4889 "set auto-load python-scripts", new anchor for it. Change
4890 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4891 for it. Change "info auto-load-scripts"
4892 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4893 to "Python scripts".
4894
4895 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4896
4897 PR mi/13393
4898 * gdb.texinfo (Print Settings): Extend the description for "set print
4899 object".
4900 (GDB/MI Variable Objects): Extend the description for -var-create and
4901 -var-list-children.
4902
4903 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4904
4905 * gdb.texinfo (Examining Data): Document the 'explore' command.
4906
4907 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4908
4909 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4910 to the children of a varobj and its update range when -var-update
4911 returns that the varobj's type changed.
4912
4913 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4914
4915 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4916 Create two new links fir 'objfile-gdb.py file'
4917 and 'dotdebug_gdb_scripts section'.
4918
4919 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4920
4921 * gdb.texinfo (Auto-loading): Rename node reference
4922 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4923 Twice.
4924 (.debug_gdb_scripts section): Rename the node ...
4925 (dotdebug_gdb_scripts section): ... here.
4926 (Maintenance Commands): Also rename this node reference.
4927
4928 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4929
4930 * gdb.texinfo (Python API/Values From Inferior): Add description
4931 about the new method Value.referenced_value. Add description on
4932 how Value.dereference is different (and similar) to
4933 Value.referenced_value.
4934
4935 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4936
4937 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4938 --init-eval-command=COMMAND, -iex.
4939 (Startup): Describe -iex and -ix. Simplify the example
4940 for "set auto-load-scripts off".
4941
4942 2012-03-16 Gary Benson <gbenson@redhat.com>
4943
4944 PR breakpoints/10738
4945 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4946 stating that GDB cannot set breakpoints on inlined functions.
4947 (Mode Options): Document --use-deprecated-index-sections.
4948 (Index Section Format): Document new index section version format.
4949
4950 2012-03-15 Tom Tromey <tromey@redhat.com>
4951
4952 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4953
4954 2012-03-13 Doug Evans <dje@google.com>
4955
4956 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4957 of "reload".
4958 (Symbols): Delete docs for set/show symbol-reloading.
4959 * gdbint.texinfo (Defining Other Architecture Features): Delete
4960 SYMBOL_RELOADING_DEFAULT.
4961 * refcard.tex: Delete reference to symbol-reloading.
4962
4963 2012-03-07 Pedro Alves <palves@redhat.com>
4964
4965 * gdb.texinfo (General Query Packets): Document new
4966 QProgramSignals packet.
4967 * gdb.texinfo (Remote configuration): Mention
4968 "program-signals-packet".
4969
4970 2012-03-05 Tristan Gingold <gingold@adacore.com>
4971
4972 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4973
4974 2012-03-03 Yao Qi <yao@codesourcery.com>
4975
4976 * gdb.texinfo (In-Process Agent): New node.
4977 Document new commands.
4978 (General Query Packets): Add packet `QAgent'.
4979
4980 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4981
4982 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4983
4984 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4985
4986 * gdb.texinfo (Commands In Python): Put example python macro in
4987 COMMAND_USER category rather than COMMAND_OBSCURE.
4988 Document gdb.COMMAND_USER.
4989 (User-defined Commands): Update documentation to clarify
4990 "set/show max-user-call-depth" and "show user" don't apply to python
4991 commands. Update documentation to clarify "help user-defined" may
4992 also include python commands defined as COMMAND_USER.
4993
4994 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4995
4996 * gdb.texinfo (Startup): Add option -ex description to the option -x
4997 description.
4998
4999 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5000
5001 * gdb.texinfo (Setting Breakpoints): Mention and explain the
5002 condition-evaluation breakpoint parameter.
5003 Mention condition-evaluation mode being shown in "info break".
5004 (Break Conditions): Add description for target-side
5005 conditional breakpoints.
5006 (Remote Configuration): Mention conditional-breakpoints-packet.
5007 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
5008 cond-expr.
5009 (General Query Packets): Mention new ConditionalBreakpoint feature.
5010
5011 2012-02-22 Tom Tromey <tromey@redhat.com>
5012
5013 * gdb.texinfo (Blocks In Python): Clarify block iteration.
5014
5015 2012-02-17 Tom Tromey <tromey@redhat.com>
5016
5017 PR python/10753:
5018 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
5019 directory.
5020
5021 2012-02-14 Stan Shebs <stan@codesourcery.com>
5022
5023 * gdb.texinfo (Disabling Breakpoints): Document enable count.
5024
5025 2012-02-13 Pedro Alves <palves@redhat.com>
5026
5027 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
5028 mips-idt-ecoff.
5029
5030 2012-02-09 Yao Qi <yao@codesourcery.com>
5031
5032 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
5033
5034 2012-02-07 Tom Tromey <tromey@redhat.com>
5035
5036 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
5037 Symbol.value.
5038
5039 2012-02-07 Tom Tromey <tromey@redhat.com>
5040
5041 * gdb.texinfo (Symbols In Python): Document Symbol.line.
5042
5043 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
5044
5045 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
5046
5047 2012-01-24 Tom Tromey <tromey@redhat.com>
5048
5049 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
5050 unload".
5051 (Files): Mention new catch commands.
5052 (GDB/MI Async Records): Likewise.
5053
5054 2012-01-24 Gary Benson <gbenson@redhat.com>
5055
5056 Delete #if 0'd out code.
5057 * gdb.texinfo (Frame Info): Remove "info catch".
5058
5059 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5060
5061 * gdb.texinfo (Remote Configuration): Document
5062 "set remote hostio-readlink-packet" command.
5063 (General Query Packets): Document vFile:readlink packet.
5064
5065 2012-01-16 Tom Tromey <tromey@redhat.com>
5066
5067 * gdb.texinfo (Specify Location): Document relative file name
5068 handling.
5069
5070 2012-01-16 Tom Tromey <tromey@redhat.com>
5071
5072 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
5073
5074 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5075 Eli Zaretskii <eliz@gnu.org>
5076
5077 * gdbint.texinfo (Coding Standards): Require braces for two lines of
5078 code.
5079
5080 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
5081
5082 * gdb.texinfo (Variables): Document use of :: for non-static
5083 variables.
5084
5085 2012-01-05 Joel Brobecker <brobecker@adacore.com>
5086
5087 * gdbint.texinfo (Start of New Year Procedure): Update
5088 to replace use of copyright.sh by use of copyright.py.
5089
5090 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5091
5092 Remove the gdbtui binary.
5093 * all-cfg.texi (GDBTUI): Remove.
5094 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
5095 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
5096 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
5097
5098 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
5099
5100 Introduce gdb.FinishBreakpoint in Python.
5101 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
5102 (Python API): Add menu entry for Finish Breakpoints.
5103
5104 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5105
5106 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
5107 tests.
5108
5109 2011-12-16 Doug Evans <dje@google.com>
5110
5111 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
5112
5113 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
5114
5115 * gdb.texinfo (Python Commands): Remove "maint set/show print
5116 stack". Add documentation for "set/show python print-stack".
5117
5118 2011-12-14 Pedro Alves <pedro@codesourcery.com>
5119
5120 * gdb.texinfo (Implementing a Remote Stub): Explain that you
5121 should transfer control to the stub in the startup code instead of
5122 in main. Mention the need to get past the initial breakpoint.
5123
5124 2011-12-06 Tom Tromey <tromey@redhat.com>
5125
5126 * gdb.texinfo (Set Breaks): Update for new behavior.
5127
5128 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5129
5130 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
5131 List Format for SVR4 Targets'.
5132 (General Query Packets): New item qXfer:libraries-svr4:read.
5133 (Library List Format for SVR4 Targets): New node.
5134
5135 2011-12-01 Tom Tromey <tromey@redhat.com>
5136
5137 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
5138 add.
5139
5140 2011-11-22 Tom Tromey <tromey@redhat.com>
5141
5142 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
5143 reasons.
5144
5145 2011-11-20 Stan Shebs <stan@codesourcery.com>
5146
5147 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5148 note-related options and variables.
5149 (Tracepoint Packets): Document packet changes.
5150
5151 2011-11-20 Sanjoy Das <sdas@igalia.com>
5152
5153 * gdb.texinfo (JIT Interface): Add documentation on writing and
5154 usind JIT debug info readers.
5155 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
5156 Debug Info Readers): New nodes.
5157
5158 2011-11-18 Yao Qi <yao@codesourcery.com>
5159
5160 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
5161 tracepoint.
5162
5163 2011-11-15 Doug Evans <dje@google.com>
5164
5165 * gdb.texinfo (Files): Document basenames-may-differ.
5166
5167 2011-11-14 Doug Evans <dje@google.com>
5168
5169 * gdb.texinfo (Shell Commands): Document "!".
5170
5171 2011-11-14 Stan Shebs <stan@codesourcery.com>
5172 Kwok Cheung Yeung <kcy@codesourcery.com>
5173
5174 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
5175 needed to get shorter fast tracepoints.
5176 (Tracepoint Packets): Document new qTMinFTPILen packet.
5177
5178 2011-11-14 Yao Qi <yao@codesourcery.com>
5179
5180 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
5181 behavior of tracepoint.
5182 (General Query Packets): New feature InstallInTrace.
5183 (Remote Configuration): Document "set remote
5184 install-in-trace-packet".
5185
5186 2011-11-12 Matt Rice <ratmice@gmail.com>
5187
5188 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
5189 Add arguments to info macro.
5190
5191 2011-11-10 Tom Tromey <tromey@redhat.com>
5192
5193 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
5194 manual.
5195 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
5196 (Macros): Add a footnote.
5197 (C): Remove paragraph about compiler options.
5198 (C Constants): Mention wide character and string constants.
5199 (C Plus Plus Expressions): Update compiler option advice. Mention
5200 using declarations. Mention ADL. Remove old HP compiler
5201 information.
5202
5203 2011-11-10 Tom Tromey <tromey@redhat.com>
5204
5205 PR c++/9257:
5206 * gdb.texinfo (Print Settings): Add an extra note about the need
5207 for a vtable.
5208
5209 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
5210
5211 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
5212 "set mips abi" documentation.
5213
5214 2011-11-04 Doug Evans <dje@google.com>
5215
5216 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
5217
5218 2011-11-03 Tom Tromey <tromey@redhat.com>
5219
5220 * gdb.texinfo (Stopping): Add menu entry.
5221 (Continuing and Stepping): Restore @node. Use @section, not
5222 @subsection.
5223
5224 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
5225
5226 * gdb.texinfo (Skipping Over Functions and Files): Remove node
5227 designation. Fix "Specify Location" cross-reference.
5228
5229 2011-11-02 Stan Shebs <stan@codesourcery.com>
5230
5231 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
5232 (General Query Packets): Describe tracenz feature.
5233 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
5234
5235 2011-10-28 Paul Koning <paul_koning@dell.com>
5236
5237 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
5238
5239 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
5240
5241 * gdb.texinfo ((Frames In Python): Document
5242 gdb.FRAME_UNWIND_FIRST_ERROR contant.
5243
5244 2011-10-26 Paul Koning <paul_koning@dell.com>
5245
5246 * gdb.texinfo (gdb.types): Document new deepitems function.
5247
5248 2011-10-25 Paul Koning <paul_koning@dell.com>
5249
5250 PR python/13327
5251
5252 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
5253 fetch_lazy method.
5254
5255 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5256
5257 PR python/12656
5258
5259 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
5260 global_block, static_block function.
5261
5262 2011-10-19 Tom Tromey <tromey@redhat.com>
5263
5264 * gdb.texinfo (Commands In Python): Add missing "@"s.
5265
5266 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
5267
5268 PR python/13285 Document named constants for frame unwind stop reasons
5269 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
5270 constants.
5271
5272 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5273
5274 Fix compatibility with texinfo versions older than 4.12.
5275 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
5276 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
5277 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
5278 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
5279 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
5280 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
5281 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
5282
5283 2011-10-09 Doug Evans <dje@google.com>
5284
5285 * gdb.texinfo (Extending GDB): Document alias command.
5286
5287 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5288
5289 Support @entry in input expressions.
5290 * gdb.texinfo (Variables): Describe @entry names suffix.
5291 (Print Settings): Add anchor for `set print entry-values'.
5292
5293 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5294 Eli Zaretskii <eliz@gnu.org>
5295
5296 Display @entry parameter values (without references).
5297 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
5298 example.
5299 (Print Settings): New description of set print entry-values and show
5300 print entry-values.
5301
5302 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5303 Eli Zaretskii <eliz@gnu.org>
5304
5305 Recognize virtual tail call frames.
5306 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5307 (Tail Call Frames): New node.
5308 (Frames In Python): Add gdb.TAILCALL_FRAME.
5309
5310 2011-10-07 Doug Evans <dje@google.com>
5311
5312 * gdb.texinfo (gdb.printing): Document new `replace' arg to
5313 register_pretty_printer.
5314
5315 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
5316
5317 PR python/12930
5318 PR python/12802
5319
5320 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5321 stop method.
5322
5323 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5324
5325 * gdb.texinfo (Starting your Program): "set disable-randomization"
5326 is no longer Linux-specific.
5327 (Remote Configuration): Document "set remote
5328 disable-randomization-packet".
5329 (General Query Packets): Document "QDisableRandomization" packet
5330 and add it to "qSupported" list.
5331
5332 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
5333
5334 Allow Python notification of new object-file loadings.
5335 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5336 event type.
5337
5338 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
5339
5340 PR python/12691: Add the inferior to Python exited event
5341 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5342
5343 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5344
5345 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5346 rephasing.
5347
5348 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5349
5350 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5351 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5352 as possible feature returned by the `-list-features'
5353 command.
5354
5355 2011-09-28 Paul Koning <paul_koning@dell.com>
5356
5357 * gdb.texinfo (gdb.Type): Document field access by dictionary
5358 key syntax.
5359
5360 2011-09-28 Yao Qi <yao@codesourcery.com>
5361
5362 * gdb.texinfo (Files): Update options for `add-symbol-file'.
5363 Add one space after option `-s'. Remove @r{} markup.
5364
5365 2011-09-27 Stan Shebs <stan@codesourcery.com>
5366
5367 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5368
5369 2011-09-16 Hui Zhu <teawater@gmail.com>
5370
5371 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5372 to *(unsigned char *)$esp@300.
5373
5374 2011-09-15 Paul Koning <paul_koning@dell.com>
5375
5376 * gdb.texinfo: Make style of Python functions and methods match
5377 the syntax of Python. Also put class and module names explicitly
5378 on function, member, and variable names, matching Python
5379 documentation conventions.
5380
5381 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5382
5383 PR Python/12692 Add gdb.selected_inferior() to Python interface.
5384 * gdb.texinfo (Inferiors In Python): Describe new
5385 gdb.selected_inferior() function.
5386
5387 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5388
5389 Handle multiple breakpoint hits in Python interface:
5390 * gdb.texinfo (Events In Python): New function documentation:
5391 gdb.BreakpointEvent.breakpoints. Indicate that
5392 gdb.BreakpointEvent.breakpoint is now deprecated.
5393
5394 2011-09-04 Joel Brobecker <brobecker@adacore.com>
5395
5396 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5397
5398 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5399
5400 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5401
5402 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5403
5404 * gdb.texinfo (Prompt): Add set/show extended-prompt
5405 documentation
5406 (Basic Python): Add prompt_hook anchor.
5407 (Python modules): Reword module text to reflect multiple modules.
5408 (gdb.prompt): Document gdb.prompt module.
5409
5410 2011-08-14 Yao Qi <yao@codesourcery.com>
5411
5412 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5413
5414 2011-08-14 Yao Qi <yao@codesourcery.com>
5415
5416 * gdb.texinfo (Standard Target Features): Document C6x features.
5417 (TIC6x Features): New node.
5418
5419 2011-08-12 Doug Evans <dje@google.com>
5420
5421 * gdb.texinfo (Symbols In Python): Document symbol.type.
5422
5423 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5424
5425 * gdb.texinfo (Python): Document command and function
5426 auto-loading.
5427
5428 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5429 Eli Zaretskii <eliz@gnu.org>
5430
5431 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5432 typedefs unrolling. Extend the sample code by an inner typedef and
5433 outer typedefs unrolling.
5434
5435 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5436
5437 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5438 size and line-size.
5439
5440 2011-07-21 Matt Rice <ratmice@gmail.com>
5441
5442 PR macros/12999
5443 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5444 Update text and cindex entries for info macro command.
5445
5446 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5447
5448 * observer.texi (GDB Observers): Add before_prompt observer.
5449 * gdb.texinfo (Basic Python): Add documentation for prompt
5450 substitution.
5451
5452 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5453
5454 PR python/12438
5455 * gdb.texinfo (Python Commands): Add deprecate note to maint
5456 set/show python print-stack. Document set/show python
5457 print-backtrace.
5458
5459 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5460
5461 * gdb.texinfo: Fix typos.
5462
5463 2011-07-01 Tom Tromey <tromey@redhat.com>
5464
5465 * gdb.texinfo (Debugging Output): Document set debug
5466 check-physname.
5467
5468 2011-06-29 Tom Tromey <tromey@redhat.com>
5469
5470 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5471 breakpoint-notifications feature.
5472
5473 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5474
5475 * gdb.texinfo (Target Description): Remove warning about
5476 possibly unstable format.
5477
5478 2011-06-03 Tom Tromey <tromey@redhat.com>
5479
5480 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5481 (Events In Python): Note that exit_code is optional.
5482
5483 2011-05-17 Pedro Alves <pedro@codesourcery.com>
5484
5485 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5486 required for multi-threading support.
5487 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5488 Hc are deprecated for multi-threading debugging. Point readers at
5489 the vCont packet.
5490
5491 2011-05-15 Doug Evans <dje@google.com>
5492
5493 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5494
5495 2011-05-13 Doug Evans <dje@google.com>
5496
5497 * gdb.texinfo (Threads): Document $sdir,$pdir.
5498 (Server): Document $pdir exception.
5499
5500 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5501
5502 * gdb.texinfo (Threads): Clarify default value for
5503 libthread-db-search-path.
5504
5505 * gdb.texinfo (Completion): Update example.
5506 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5507
5508 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5509
5510 * gdb.texinfo: Document change in the behaviour of the enable and
5511 disable GDB commands when applied to tracepoints.
5512 Document the EnableDisableTracepoints remote stub feature.
5513 Document QTEnable and QTDisable in the list of tracepoint packets.
5514
5515 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5516
5517 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5518 hsuser.texi.
5519 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5520 comment to hsuser.texi. Change rluser.texi name in the comment.
5521
5522 2011-05-10 Doug Evans <dje@google.com>
5523
5524 * gdb.texinfo (Threads): If an empty path is provided for
5525 libthread-db-search-path it is reset to its default value.
5526 (Server): Ditto.
5527
5528 2011-05-09 Doug Evans <dje@google.com>
5529
5530 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5531
5532 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5533 Thiago Jung Bauermann <bauerman@br.ibm.com>
5534
5535 Implement support for PowerPC BookE masked watchpoints.
5536 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5537 (PowerPC Embedded): Mention support of masked watchpoints.
5538
5539 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5540
5541 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5542 `@value{GDBN}'.
5543
5544 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5545
5546 * gdb.texinfo (titlepage): Remove dedication.
5547 (In Memoriam): New appendix.
5548
5549 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5550 Eli Zaretskii <eliz@gnu.org>
5551
5552 * gdb.texinfo (Index Section Format): Change the version to 5.
5553 Describe the different formula.
5554
5555 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5556 Eli Zaretskii <eliz@gnu.org>
5557
5558 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5559 for disconnected tracing.
5560 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5561 extended-remote relationship. Mention --once.
5562 (TCP port allocation lifecycle of @code{gdbserver}): New.
5563
5564 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5565
5566 * gdb.texinfo (Server): Improve indexing. Index all optional
5567 switches to gdbserver.
5568
5569 2011-04-20 Tom Tromey <tromey@redhat.com>
5570
5571 * gdb.texinfo (Index Section Format): New node.
5572 (Top): Add new node to menu.
5573
5574 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5575
5576 * gdb.texinfo (Maintenance Commands): Document `maint print
5577 remote-registers'.
5578
5579 2011-04-20 Tom Tromey <tromey@redhat.com>
5580
5581 * gdb.texinfo (Trace File Format): Move node later.
5582
5583 2011-04-19 Tom Tromey <tromey@redhat.com>
5584
5585 * gdbint.texinfo (Register Information Functions): Remove
5586 duplicate "the".
5587 * gdb.texinfo (Emacs): Remove duplicate "to".
5588 (GDB/MI Variable Objects): Remove duplicate "the".
5589 (General Query Packets): Likewise.
5590
5591 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5592
5593 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5594 "GDB/MI Ada Exception Information" node.
5595
5596 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5597
5598 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5599 the "exception-name" field in the *stopped async record.
5600
5601 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5602 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5603
5604 Implement support for PowerPC BookE ranged breakpoints.
5605 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5606
5607 2011-03-28 Tom Tromey <tromey@redhat.com>
5608
5609 * gdb.texinfo (Set Tracepoints): Fix typo.
5610
5611 2011-03-24 Tom Tromey <tromey@redhat.com>
5612
5613 * gdb.texinfo (Specify Location): Document `function:label'
5614 linespec.
5615
5616 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5617
5618 PR python/12149
5619
5620 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5621
5622 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5623
5624 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5625 (Inferiors In Python): Likewise.
5626 (Threads In Python): Likewise.
5627 (Symbols In Python): Likewise.
5628 (Objfiles In Python): Likewise.
5629 (Symbol Tables In Python): Likewise.
5630
5631 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5632
5633 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5634 display>: Explain that the commands accept number ranges.
5635
5636 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5637
5638 * gdb.texinfo (Breakpoints In Python): Add description and example
5639 of Python stop function operation.
5640
5641 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5642
5643 * gdb.texinfo (Parameters In Python): Document get_set_string and
5644 get_show_string methods.
5645
5646 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5647
5648 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5649
5650 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5651 circular-trace-buffer name.
5652
5653 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5654
5655 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5656 in the previous change.
5657
5658 2011-02-27 Michael Snyder <msnyder@vmware.com>
5659
5660 * gdb.texinfo (Inferiors and Programs): Update commands to show
5661 that they can accept multiple arguments.
5662
5663 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5664
5665 Revert the following patch (code patch was not approved):
5666 2011-02-21 Hui Zhu <teawater@gmail.com>
5667 * agentexpr.texi (bytecode descriptions): add printf.
5668 * gdb.texinfo (tracepoint action lists): add printf.
5669
5670 2011-02-23 Doug Evans <dje@google.com>
5671
5672 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5673
5674 2011-02-23 Michael Snyder <msnyder@vmware.com>
5675
5676 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5677 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5678 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5679
5680 2011-02-22 Doug Evans <dje@google.com>
5681
5682 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5683 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5684 add description of result, fix @defun formatting.
5685
5686 2011-02-21 Hui Zhu <teawater@gmail.com>
5687
5688 * agentexpr.texi (Bytecode Descriptions): Add printf.
5689 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5690
5691 2011-02-18 Tom Tromey <tromey@redhat.com>
5692
5693 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5694
5695 2011-02-14 Michael Snyder <msnyder@vmware.com>
5696
5697 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5698 Document new command "thread find".
5699
5700 2011-02-14 Michael Snyder <msnyder@vmware.com>
5701
5702 * gdb.texinfo (Threads): Update example of new thread message.
5703
5704 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5705
5706 * gdb.texinfo (Remote Configuration): Mention set/show remote
5707 traceframe-info.
5708 (Tools/Packages Optional for Building GDB): Mention that expat is
5709 used for traceframe info.
5710 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5711 (General Query Packets) <qSupported>: Describe the
5712 qXfer:traceframe-info:read feature.
5713 (qXfer::read): Describe qXfer:traceframe-info:read.
5714 (Traceframe Info Format): New section.
5715
5716 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5717
5718 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5719 for casts and unary operators.
5720
5721 2011-02-04 Tom Tromey <tromey@redhat.com>
5722
5723 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5724 is not useful.
5725
5726 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5727
5728 * gdb.texinfo: s/value optimized out/optimized out/g
5729
5730 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5731
5732 * gdb.texinfo (Other Misc Settings): Rework part of the
5733 documentation of the "set interactive mode" command.
5734
5735 2011-01-19 Tom Tromey <tromey@redhat.com>
5736
5737 * gdb.texinfo (Threads): Document thread name output and `thread
5738 name' command.
5739 (Threads In Python): Document Thread.name attribute.
5740 (GDB/MI Thread Commands): Document thread attributes.
5741
5742 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5743
5744 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5745 changes in mi/mi-cmd-disas.c
5746
5747 2011-01-12 Tom Tromey <tromey@redhat.com>
5748
5749 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5750 Fix "thread apply" text.
5751
5752 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5753 Thiago Jung Bauermann <bauerman@br.ibm.com>
5754
5755 Implement support for PowerPC BookE ranged watchpoints.
5756 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5757 the "set powerpc exact-watchpoints" flag.
5758
5759 2011-01-07 Tom Tromey <tromey@redhat.com>
5760
5761 * gdb.texinfo (Python API): Add descriptions to @menu items.
5762
5763 2011-01-06 Tom Tromey <tromey@redhat.com>
5764
5765 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5766
5767 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5768
5769 * gdb.texinfo (Debugging Output): Document "set debug jit".
5770
5771 2011-01-06 Tom Tromey <tromey@redhat.com>
5772
5773 PR python/12133:
5774 * gdb.texinfo (Frames In Python): Document various frame
5775 constants.
5776
5777 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5778
5779 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5780 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5781 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5782
5783 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5784
5785 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5786 (clean): Add GDBvn.texi.
5787
5788 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5789
5790 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5791 occasional case where the debugger prints an array address
5792 instead of the array itself.
5793
5794 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5795
5796 * gdb.texinfo (Packets) <read registers packet>: Document support
5797 for registers that were not collected.
5798
5799 2010-12-15 Doug Evans <dje@google.com>
5800
5801 * gdb.texinfo (Startup): Document auto-loading of scripts during
5802 startup.
5803 (Auto-loading): Delete "maint set python auto-load on|off".
5804 Add "set auto-load-scripts on|off".
5805
5806 2010-12-07 Doug Evans <dje@google.com>
5807
5808 * gdb.texinfo (Mode Options): Document -data-directory.
5809 (Data Files): Add reference to -data-directory.
5810
5811 2010-11-29 Doug Evans <dje@google.com>
5812
5813 * gdb.texinfo (Pretty-Printer Introduction): Change
5814 printer-name:subprinter-name to printer-name;subprinter-name.
5815
5816 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5817
5818 PR python/12199
5819
5820 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5821
5822 2010-11-23 Tom Tromey <tromey@redhat.com>
5823
5824 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5825 (Editing): Likewise.
5826 (Command History): Likewise.
5827 (TUI Keys): Likewise.
5828 (Bug Reporting): Conditionally include rluser.texi and
5829 inc-history.texinfo.
5830 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5831 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5832 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5833 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5834 (gdb.pdf): Likewise.
5835 (gdb.info): Likewise.
5836 (gdb/index.html): Likewise.
5837
5838 2010-11-23 Tom Tromey <tromey@redhat.com>
5839
5840 * Makefile.in (Makefile): Run ../config.status.
5841 (distclean): Update.
5842 * configure: Remove.
5843 * configure.ac: Remove.
5844
5845 2010-11-12 Tom Tromey <tromey@redhat.com>
5846
5847 * gdb.texinfo (Basic Python): Update. Add xref.
5848 (Exception Handling): Document new exception classes.
5849 (Types In Python): Update.
5850 (Frames In Python): Update.
5851
5852 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5853
5854 * gdb.texinfo (Breakpoints In Python): Document "internal"
5855 parameter, and visible attribute.
5856
5857 2010-11-05 Doug Evans <dje@google.com>
5858
5859 * gdb.texinfo (Source Path): Document "set directories".
5860
5861 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5862
5863 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5864 (OpenCL C): New node.
5865
5866 2010-11-02 Doug Evans <dje@google.com>
5867
5868 * gdb.texinfo (Pretty Printing): Expand into three sections,
5869 introduction, example, and commands.
5870 (Python API): Delete section Disabling Pretty-Printers, merge into
5871 Selecting Pretty-Printers.
5872 (Writing a Pretty-Printer): New section. Move the pretty-printer
5873 example here, and reformat to match python coding style. Add a second
5874 example using the gdb.printing module.
5875 (Python modules): Add gdb.printing.
5876
5877 2010-10-29 Doug Evans <dje@google.com>
5878
5879 * gdb.texinfo (Python): Fix long line.
5880
5881 2010-10-20 Doug Evans <dje@google.com>
5882
5883 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5884 All references updated. Correct sections marked as subsections.
5885 (Coding Standards): New chapter. Move the coding standard related
5886 subsections here. Add section on Python coding standards.
5887
5888 2010-10-13 Doug Evans <dje@google.com>
5889
5890 * gdb.texinfo (Python): Add "Python modules".
5891 (Types in Python): Add reference to gdb.types section.
5892 (Python modules): New node.
5893
5894 2010-10-11 Doug Evans <dje@google.com>
5895
5896 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5897 Python" from gdb.Value.type description.
5898
5899 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5900
5901 * gdb.texinfo (Ravenscar Profile): New node.
5902
5903 2010-09-22 Tom Tromey <tromey@redhat.com>
5904
5905 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5906
5907 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5908
5909 * gdb.texinfo (Values From Inferior): Clarify that
5910 value.dynamic_type works only in C++ programs with RTTI.
5911
5912 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5913
5914 * gdb.texinfo (Character Sets): Correctly reference host-charset
5915 in example.
5916
5917 2010-09-13 Tom Tromey <tromey@redhat.com>
5918
5919 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5920 Document "fullname" and "from".
5921
5922 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5923
5924 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5925 feature `reverse' output by -list-target-features.
5926
5927 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5928
5929 * gdb.texinfo (i386 Features): Remove an extra "@item".
5930
5931 2010-08-30 Tom Tromey <tromey@redhat.com>
5932
5933 PR python/11792:
5934 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5935
5936 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5937
5938 * gdb.texinfo (ARM Features): Document
5939 org.gnu.gdb.arm.m-profile.
5940
5941 2010-08-23 Tom Tromey <tromey@redhat.com>
5942
5943 PR python/11145:
5944 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5945 reinterpret_cast methods.
5946
5947 2010-08-23 Tom Tromey <tromey@redhat.com>
5948
5949 PR python/11915:
5950 * gdb.texinfo (Types In Python): Document array method.
5951
5952 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5953
5954 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5955
5956 2010-08-16 Tom Tromey <tromey@redhat.com>
5957
5958 * gdb.texinfo (Set Watchpoints): Document -location option.
5959
5960 2010-08-13 Doug Evans <dje@google.com>
5961
5962 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5963
5964 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5965
5966 * gdb.texinfo (GDB/MI Data Manipulation): Document
5967 -data-read-memory-raw and -data-write-memory-raw.
5968
5969 2010-08-11 Tom Tromey <tromey@redhat.com>
5970 Phil Muldoon <pmuldoon@redhat.com>
5971
5972 * gdb.texinfo (Basic Python): Describe post_event API.
5973
5974 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5975
5976 * gdb.texinfo (Basic Python): Describe solib_address and
5977 decode_line Python APIs
5978
5979 2010-08-10 Tom Tromey <tromey@redhat.com>
5980
5981 * gdb.texinfo (Pretty Printing API): Document
5982 gdb.default_visualizer.
5983
5984 2010-08-10 Tom Tromey <tromey@redhat.com>
5985
5986 Revert gdb-add-index addition:
5987 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5988
5989 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5990 Eli Zaretskii <eliz@gnu.org>
5991
5992 * gdb.texinfo (Mode Options) <-batch>
5993 (Basic Python) <gdb.execute>: Describe setting width and height.
5994
5995 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5996
5997 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5998
5999 2010-07-30 Tom Tromey <tromey@redhat.com>
6000
6001 * gdb.texinfo (Index Files): Mention gdb-add-index.
6002
6003 2010-07-30 Hui Zhu <teawater@gmail.com>
6004
6005 * gdb.texinfo (Inferiors and Programs): Update the introduce of
6006 "detach inferior" and "kill inferior".
6007
6008 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
6009
6010 * gdb.texinfo (Machine Code): Update description of two forms of
6011 arguments, and add new example to demonstrate the new form.
6012
6013 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
6014
6015 * gdb.texinfo (Values From Inferior): Add value inferior function
6016 call description.
6017
6018 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6019
6020 * gdb.texinfo (Active Targets): Fix wrong comma placement.
6021
6022 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6023 Eli Zaretskii <eliz@gnu.org>
6024
6025 Make core files the process_stratum.
6026 * gdb.texinfo (Active Targets): Remove core_stratum. Include
6027 record_stratum example.
6028
6029 2010-07-13 Tom Tromey <tromey@redhat.com>
6030
6031 * gdb.texinfo (Index Files): New node.
6032
6033 2010-07-13 Tom Tromey <tromey@redhat.com>
6034
6035 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
6036
6037 2010-07-13 Tom Tromey <tromey@redhat.com>
6038
6039 * gdb.texinfo (Specify Location): Document labels.
6040
6041 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6042
6043 * gdb.texinfo (Create and Delete Tracepoints): Add more index
6044 entries for fast tracepoints and static tracepoints.
6045
6046 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6047
6048 * gdb.texinfo (General Query Packets) <qfThreadInfo,
6049 qsThreadInfo>: Spell out `l' as ell.
6050
6051 2010-07-01 Pedro Alves <pedro@codesourcery.com>
6052
6053 * gdb.texinfo (Convenience Variables): Document $_sdata.
6054 (Commands to Set Tracepoints): Describe static tracepoints. Add
6055 `Listing Static Tracepoint Markers' menu entry. Document
6056 "strace".
6057 (Tracepoint Action Lists): Document collecting $_sdata.
6058 (Listing Static Tracepoint Markers): New subsection.
6059 (Tracepoints support in gdbserver): Mention static tracepoints.
6060 (remote packets, enabling and disabling): Mention
6061 read-sdata-object.
6062 (General Query Packets) <qSupported>: Document qXfer:sdata:read
6063 and StaticTracepoint.
6064 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
6065 Document qXfer:sdata:read.
6066 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
6067
6068 2010-06-29 Joel Brobecker <brobecker@adacore.com>
6069
6070 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
6071
6072 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
6073 Tom Tromey <tromey@redhat.com>
6074 Thiago Jung Bauermann <bauerman@br.ibm.com>
6075
6076 * gdb.texinfo (Inferiors In Python): New node.
6077 * gdb.texinfo (Threads In Python): New node.
6078
6079 2010-06-28 Joel Brobecker <brobecker@adacore.com>
6080
6081 * gdb.texinfo (Python): Document what the python directory is
6082 and what its location is.
6083 (Basic Python): Document the gdb.PYTHONDIR constant.
6084
6085 2010-06-25 Tom Tromey <tromey@redhat.com>
6086
6087 PR python/10808:
6088 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
6089
6090 2010-06-24 Hui Zhu <teawater@gmail.com>
6091
6092 * gdb.texinfo: (Commands for Controlled Output): Add
6093 documentation for command "eval".
6094
6095 2010-06-21 Stan Shebs <stan@codesourcery.com>
6096
6097 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
6098 * annotate.texinfo: Ditto.
6099 * gdbint.texinfo: Ditto.
6100 * stabs.texinfo: Ditto.
6101
6102 2010-06-22 Hui Zhu <teawater@gmail.com>
6103
6104 * gdb.texinfo: (Process Record and Replay): Add documentation
6105 for command "set record memory-query".
6106
6107 2010-06-21 Stan Shebs <stan@codesourcery.com>
6108
6109 * gdb.texinfo: Relicense under GFDL version 1.3.
6110 * annotate.texinfo: Relicense under GFDL version 1.3.
6111 * gdbint.texinfo: Relicense under GFDL version 1.3.
6112 * stabs.texinfo: Relicense under GFDL version 1.3.
6113 * fdl.texi: Update to version 1.3.
6114
6115 2010-06-18 Stan Shebs <stan@codesourcery.com>
6116
6117 * gdb.texinfo (Operating System Auxiliary Information): Describe
6118 "info os" when no arguments given.
6119
6120 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
6121 $_thread.
6122
6123 2010-06-18 Hui Zhu <teawater@gmail.com>
6124
6125 * gdb.texinfo: (Process Record and Replay): Add documentation
6126 for commands "record save" and "record restore".
6127
6128 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6129
6130 * gdb.texinfo: Include information about the correct use
6131 of addresses in the `watch' command.
6132
6133 2010-06-11 Stan Shebs <stan@codesourcery.com>
6134
6135 * gdb.texinfo (Observer Mode): New section.
6136 (General Query Packets): Document QAllow.
6137
6138 2010-06-04 Doug Evans <dje@google.com>
6139
6140 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
6141
6142 2010-06-03 Doug Evans <dje@google.com>
6143
6144 * gdbint.texinfo (Coding): Add subsection on command names.
6145
6146 2010-06-02 Tom Tromey <tromey@redhat.com>
6147
6148 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
6149 always-disassemble.
6150
6151 2010-06-01 Pedro Alves <pedro@codesourcery.com>
6152
6153 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
6154 gdbserver, and add cross reference.
6155 (Tracepoints support in gdbserver): New subsection.
6156
6157 2010-05-26 Pedro Alves <pedro@codesourcery.com>
6158
6159 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
6160 `qRelocInsn' feature.
6161 (Relocate instruction reply packet): New subsection
6162 of `Tracepoint Packets'.
6163 (Tracepoint Packets): Mention that packets QTDP and QTStart
6164 support the qRelocInsn request, and add cross reference to new
6165 subsection.
6166
6167 2010-05-25 Doug Evans <dje@google.com>
6168
6169 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
6170 (Commands In Python): Document gdb.string_to_argv.
6171
6172 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6173
6174 * gdbint.texinfo (Host Definition): Remove items NORETURN and
6175 ATTR_NORETURN.
6176
6177 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6178 Tom Tromey <tromey@redhat.com>
6179 Thiago Jung Bauermann <bauerman@br.ibm.com>
6180
6181 * gdb.texinfo (Parameters In Python): New Node.
6182
6183 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6184
6185 * gdb.texinfo: (Summary) Add mention about D language support.
6186 (Filenames): Add D suffixes.
6187 (D): New node.
6188
6189 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6190
6191 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
6192 of macro deleted from GDB code.
6193
6194 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6195
6196 * gdb.texinfo (Commands to specify files): Describe what how GDB
6197 looks up DOS-based filesystem paths on the system root. Document
6198 the new `set/show target-file-system-kind' commands.
6199
6200 2010-04-23 Doug Evans <dje@google.com>
6201
6202 * gdb.texinfo (Python): Move Auto-loading section here ...
6203 (Python API): from here.
6204 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
6205 (Maintenance Commands): Add docs for "maint print section-scripts".
6206
6207 2010-04-20 Chris Moller <cmoller@redhat.com>
6208
6209 * gdb.texinfo (Setting Breakpoints): Added description of
6210 filename-qualified rbreak.
6211 * refcard.tex (Breakpoints and Watchpoints): Added brief
6212 description of filename-qualified rbreak.
6213
6214 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6215
6216 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
6217 (Python API): Change the reference to Pretty Printing API.
6218 (Pretty Printing): Move the user part under the Data node. Reformat
6219 the sample output to 72 columns. Create a new reference to Pretty
6220 Printing API. Rename the API part ...
6221 (Pretty Printing API): To a new node name.
6222 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
6223 (GDB/MI Variable Objects): Change references to Pretty Printing API.
6224
6225 2010-04-21 Stan Shebs <stan@codesourcery.com>
6226
6227 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
6228 and commands.
6229 (Listing Tracepoints): Update to reflect current behavior.
6230
6231 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6232
6233 * gdb.texinfo (Examining memory): Update for change in string
6234 display with explicit size.
6235
6236 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6237
6238 PR breakpoints/8554.
6239
6240 * gdb.texinfo (Save Breakpoints): New node.
6241 (save-tracepoints): Rename to ...
6242 (save tracepoints): ... this. Mention that `save-tracepoints' is
6243 a deprecated alias to `save tracepoints'.
6244
6245 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6246
6247 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
6248 (info w32 thread-information-block): Document new command.
6249 (qGetTIBAddress): Document new gdbserver query.
6250 (maint set/show show-all-tib): Document new command.
6251
6252 2010-04-15 Doug Evans <dje@google.com>
6253
6254 * gdb.texinfo (Python API): Add progspaces section.
6255 (Selecting Pretty-Printers): Progspace pretty-printers are
6256 searched too.
6257 (Progspaces In Python): New section.
6258
6259 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
6260
6261 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6262
6263 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
6264 returns None.
6265
6266 2010-04-09 Stan Shebs <stan@codesourcery.com>
6267
6268 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6269 Describe the `frames-created' field, tweak grammar.
6270
6271 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6272
6273 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6274 Describe the `circular' and `disconnected' fields.
6275
6276 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
6277
6278 * gdb.texinfo (maint print registers): Mention unavailable and
6279 invisible registers.
6280
6281 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6282 Thiago Jung Bauermann <bauerman@br.ibm.com>
6283 Tom Tromey <tromey@redhat.com>
6284
6285 * gdb.texinfo (Breakpoints In Python): New Node.
6286
6287 2010-04-08 Stan Shebs <stan@codesourcery.com>
6288
6289 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6290 trace status fields.
6291
6292 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6293
6294 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6295 optional. Make org.gnu.gdb.i386.avx requires
6296 org.gnu.gdb.i386.avx.
6297
6298 2010-04-08 Doug Evans <dje@google.com>
6299
6300 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6301 search path, and document that gdb only scans the search path if
6302 the script's path doesn't specify a directory.
6303
6304 2010-04-05 Doug Evans <dje@google.com>
6305
6306 * gdb.texinfo (maint show python auto-load): Fix typo.
6307
6308 2010-04-04 Stan Shebs <stan@codesourcery.com>
6309
6310 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6311 (Setting Watchpoints): Update description of "info watch".
6312 (Disabling Breakpoints): Only "info break" lists all.
6313
6314 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6315 (tdump): Explain how tdump works.
6316
6317 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6318
6319 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6320 add cross reference.
6321
6322 2010-03-31 Pedro Alves <pedro@codesourcery.com>
6323
6324 * gdb.texinfo (TUI Commands): Mention that in some cases, these
6325 commands error out.
6326
6327 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6328
6329 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6330
6331 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6332
6333 * gdb.texinfo (General Query Packets): Add xmlRegisters.
6334
6335 2010-03-29 Stan Shebs <stan@codesourcery.com>
6336 Nathan Sidwell <nathan@codesourcery.com>
6337
6338 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6339 GDBN equivalent.
6340 (Set Tracepoints): Remove mention that conditional tracepoints
6341 don't exist.
6342 (Tracepoint Actions): Clarify when while-stepping collection
6343 happens, note that while-stepping does not automatically collect
6344 $pc.
6345
6346 2010-03-29 Stan Shebs <stan@codesourcery.com>
6347
6348 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6349 (General Query Packets): Describe TracepointSource.
6350
6351 2010-03-27 Matt Rice <ratmice@gmail.com>
6352
6353 * gdb.texinfo (ARM): Document arguments to "target sim".
6354 (Set Catchpoints): Use @dots{} instead of @r{...}.
6355
6356 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6357
6358 * gdb.texinfo (Tracepoint Packets): Remove mention that
6359 terror:string may be plain text, and drop mention of X prefix.
6360
6361 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
6362
6363 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6364
6365 2010-03-24 Stan Shebs <stan@codesourcery.com>
6366
6367 * gdb.texinfo (Tracepoint Packets): Document trace error status.
6368
6369 2010-03-24 Tom Tromey <tromey@redhat.com>
6370
6371 PR breakpoints/9352:
6372 * gdb.texinfo (Break Commands): Update.
6373
6374 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6375
6376 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6377 commands.
6378
6379 2010-03-16 Stan Shebs <stan@codesourcery.com>
6380
6381 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6382 circular-trace-buffer.
6383 (Tracepoint Packets): Describe QTBuffer, and details of the
6384 qTStatus reply.
6385
6386 2010-03-12 Stan Shebs <stan@codesourcery.com>
6387 Nathan Sidwell <nathan@codesourcery.com>
6388
6389 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6390 doing instruction stepping.
6391 (Tracepoint Restrictions): New node.
6392
6393 2010-03-10 Tom Tromey <tromey@redhat.com>
6394
6395 * gdbint.texinfo (Symbol Handling): Update.
6396
6397 2010-03-08 Tom Tromey <tromey@redhat.com>
6398
6399 PR cli/9591:
6400 * gdb.texinfo (Mode Options): Mention lack of pagination and
6401 confirmation with --batch.
6402 (Screen Size): Mention --batch.
6403 (Messages/Warnings): Likewise.
6404
6405 2010-03-05 Tom Tromey <tromey@redhat.com>
6406
6407 * gdb.texinfo (Basic Python): Document target_charset and
6408 target_wide_charset.
6409
6410 2010-03-05 Tom Tromey <tromey@redhat.com>
6411
6412 * gdb.texinfo (Data): Link to pretty-printing.
6413 (Output Formats): Likewise. Correct text.
6414
6415 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6416
6417 * gdb.texinfo (Types): Describe <struct> and <flags>.
6418
6419 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6420
6421 * gdb.texinfo (Frames In Python): Add block parameter and
6422 description to read_var text.
6423
6424 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
6425 Tom Tromey <tromey@redhat.com>
6426
6427 * gdb.texinfo (Types In Python): Describe block argument in
6428 template_argument and gdb.lookup_type.
6429
6430 2010-02-24 Tom Tromey <tromey@redhat.com>
6431
6432 * gdb.texinfo (Cygwin Native): Fix typo.
6433
6434 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6435
6436 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6437 and select method descriptions.
6438 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6439 Tables in Python to menu.
6440 (Blocks In Python): New node.
6441 (Symbols In Python): New node.
6442 (Symbol Tables in Python): New node.
6443
6444 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6445
6446 Multiexec MI
6447
6448 gdb/
6449 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6450
6451 gdb/doc/
6452 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6453 changes.
6454 (GDB/MI Program Execution): Document current behaviour of
6455 --all and --thread-group.
6456 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6457 -remove-inferior.
6458 * observer.texi (inferior_added, inferior_removed): New
6459 observers.
6460
6461 2010-02-19 Tom Tromey <tromey@redhat.com>
6462
6463 * gdbint.texinfo (Getting Started): Fix @node.
6464 (Debugging GDB): Likewise.
6465
6466 2010-02-13 Joel Brobecker <brobecker@adacore.com>
6467
6468 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6469 documenting the gdb_test_timeout variable.
6470
6471 2010-02-12 Jakob Engblom <jakob@virtutech.com>
6472
6473 * gdb.texinfo (MI commands): Added documentation of --reverse
6474 option to a set of MI commands. Restructured documentation of MI
6475 commands --exec-continue to reflect the complexity of reverse
6476 execution.
6477
6478 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6479
6480 * gdb.texinfo (Using the Collected Data): Specify that the address
6481 range of `tfind outsize' is exclusive, and that the address range
6482 of `tfind range' is inclusive.
6483 (Tracepoint Packets): Specify that the address range of
6484 `QTFrame:range' is inclusive, and that the address range of
6485 `QTFrame:outside' is exclusive
6486
6487 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6488
6489 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6490
6491 2010-02-10 Tom Tromey <tromey@redhat.com>
6492
6493 * gdb.texinfo (Debugging Output): Document set debug parser and
6494 show debug parser.
6495
6496 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6497
6498 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6499 i386_eflags and i386_mxcsr.
6500
6501 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6502
6503 * gdb.texinfo: Document i386 target features.
6504
6505 2010-02-05 Doug Evans <dje@google.com>
6506
6507 * gdbint.texinfo (Testsuite): Add a new section to document the
6508 various DejaGnu variables that may be overridden.
6509 Document INTERNAL_GDBFLAGS.
6510
6511 2010-02-04 Tom Tromey <tromey@redhat.com>
6512
6513 PR cli/8830:
6514 * gdb.texinfo (Files): -readnow comes before the filename for file
6515 and symbol-file.
6516
6517 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6518
6519 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6520 Document ARM breakpoint types.
6521 (Register Packet Format): Move into the new section.
6522 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6523
6524 2010-01-21 Joel Brobecker <brobecker@adacore.com>
6525
6526 * gdb.texinfo (File Options): Adjust the documentation of this
6527 switch to refer to the "source" command rather than partially
6528 duplicating some of the relevant information.
6529 (Extending GDB): Introduce and document the set/show script-extension
6530 setting.
6531 (Command Files): Add note explaining that the "source" command
6532 is also used to evalute scripts written in other languages.
6533 Remove the short slightly incorrect reference to sourcing Python
6534 scripts.
6535 (Python Commands): Document how to execute a Python script from GDB.
6536
6537 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6538
6539 * gdb.texinfo (Command Files): Fix typo.
6540
6541 2010-01-18 Tom Tromey <tromey@redhat.com>
6542
6543 * gdb.texinfo (File Options): Document -x on .py files.
6544 (Command Files): Document handling of Python scripts.
6545
6546 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6547
6548 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6549
6550 2010-01-15 Stan Shebs <stan@codesourcery.com>
6551
6552 * gdb.texinfo (Trace Files): New section.
6553 (Tracepoint Packets): Document QTSave and qTBuffer.
6554 (Trace File Format): New appendix.
6555
6556 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6557
6558 * gdb.texinfo (Values From Inferior): Document lazy_string value
6559 method.
6560 (Python API): Add Lazy strings menu item.
6561 (Lazy Strings In Python): New node.
6562
6563 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6564
6565 * gdb.texinfo (GDB/MI Thread Information): New.
6566 (GDB/MI Async Records): Document the core field in *stopped.
6567 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6568 documentation
6569 (Process list): Document that osdata document may contain
6570 threads.
6571 (Remote Serial Protocol): Document qXfer:threads.
6572
6573 2010-01-06 Stan Shebs <stan@codesourcery.com>
6574
6575 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6576 disconnected tracing.
6577 (Tracepoint Packets): Document new protocol.
6578
6579 2010-01-05 Stan Shebs <stan@codesourcery.com>
6580
6581 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6582 tracepoints.
6583 (Tracepoint Packets): Describe remote protocol for fast
6584 tracepoints.
6585
6586 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6587
6588 Update the "Start of New Year Procedure".
6589 * gdbint.texinfo: Add the list of files that need to be updated
6590 manually. Minor reformatting.
6591
6592 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6593
6594 * refcard.tex: Update copyright year in header and text.
6595
6596 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6597
6598 * agentexpr.texi: Add 2010 to the list of copyright years.
6599 * annotate.texinfo: Likewise.
6600 * gdb.texinfo: Likewise.
6601 * gdbint.texinfo: Likewise.
6602 * observer.texi: Likewise.
6603 * stabs.texinfo: Likewise.
6604
6605 2009-12-31 Stan Shebs <stan@codesourcery.com>
6606
6607 * gdb.texinfo (Tracepoint Actions): Describe teval.
6608
6609 2009-12-29 Stan Shebs <stan@codesourcery.com>
6610
6611 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6612
6613 2009-12-28 Stan Shebs <stan@codesourcery.com>
6614
6615 * gdb.texinfo (Trace State Variables): New section.
6616 (Tracepoint Packets): Describe trace state variable packets.
6617 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6618 variable bytecodes.
6619
6620 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6621
6622 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6623 declarations.
6624
6625 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6626
6627 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6628 -gdb-exit behaviour.
6629
6630 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6631
6632 * gpl.texi: Update to version 3 of the GPL.
6633
6634 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6635
6636 * Makefile.in: Update copyright header.
6637 * observer.texi: Fix the copyright header of the generated files.
6638
6639 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6640
6641 * gdb.texinfo (Types In Python): Describe range function.
6642
6643 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6644
6645 * gdb.texinfo (Types In Python): Describe "is_base_class".
6646
6647 2009-12-03 Tom Tromey <tromey@redhat.com>
6648
6649 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6650
6651 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6652
6653 * observer.texi: New memory_changed observer.
6654
6655 2009-12-01 Tom Tromey <tromey@redhat.com>
6656
6657 * gdb.texinfo (Reverse Execution): Fix typo.
6658
6659 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6660
6661 PR gdb/8704
6662
6663 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6664 are allowed after the breakpoint condition.
6665
6666 2009-11-23 Tom Tromey <tromey@redhat.com>
6667
6668 PR python/10782:
6669 * gdb.texinfo (Types In Python): Document Type.pointer.
6670
6671 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6672
6673 * gdb.texinfo (Machine Code): Adjust.
6674
6675 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6676
6677 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6678 (Using Agent Expressions): Delete cross reference.
6679
6680 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6681
6682 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6683 and @settitle directives up to help makeinfo find them.
6684
6685 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6686
6687 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6688 (Auto-loading): Use plural and note one can use multiple components now.
6689
6690 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6691
6692 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6693 -stack-list-arguments have the same documentation for parameter
6694 as -stack-list-locals. Add comas.
6695
6696 2009-10-27 Tom Tromey <tromey@redhat.com>
6697 Eli Zaretskii <eliz@gnu.org>
6698
6699 PR python/10781
6700
6701 * gdb.texinfo (Values From Inferior): Document cast method.
6702
6703 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6704
6705 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6706 and adjust example.
6707
6708 2009-10-22 Michael Snyder <msnyder@vmware.com>
6709
6710 * gdb.texinfo (Process Record and Replay): Document new form of
6711 info record command. Also document the new save and restore
6712 commands.
6713
6714 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6715
6716 * gdb.texinfo (Machine Code): Mention current pc marker.
6717 (Memory): Likewise.
6718
6719 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6720 Stan Shebs <stan@codesourcery.com>
6721
6722 * observer.texi (new_inferior): Rename to...
6723 (inferior_appeared): ... this.
6724
6725 * gdb.texinfo (Inferiors): Rename node to ...
6726 (Inferiors and Programs): ... this. Mention running multiple
6727 programs in the same debug session.
6728 <info inferiors>: Mention the new 'Executable' column if "info
6729 inferiors". Update examples. Document the "add-inferior",
6730 "clone-inferior", "remove-inferior" and "maint info
6731 program-spaces" commands.
6732 (Process): Rename node to...
6733 (Forks): ... this. Document "set|show follow-exec-mode".
6734
6735 2009-10-11 Michael Snyder <msnyder@vmware.com>
6736
6737 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6738 (ReverseContinue): Ditto.
6739
6740 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6741
6742 * gdb.texinfo (Server): Document libthread-db-search-path.
6743
6744 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6745
6746 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6747
6748 2009-10-06 Michael Eager <eager@eagercon.com>
6749
6750 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6751 (Embedded Processors): Add MicroBlaze.
6752 (MicroBlaze): New. Describe Xilinx MicroBlaze
6753
6754 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6755
6756 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6757
6758 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6759
6760 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6761
6762 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6763
6764 * observer.texi (solib_unloaded): Document explicitly the fact that
6765 this observer is called before the associated symbols are unloaded.
6766
6767 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6768
6769 * gdb.texinfo: Escape "{" and "}".
6770
6771 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6772
6773 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6774 -stack-list-variables.
6775
6776 2009-09-18 Tom Tromey <tromey@redhat.com>
6777
6778 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6779 is experimental.
6780
6781 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6782
6783 * gdb.texinfo (convenince variables): Mention
6784 $_siginfo could be empty.
6785
6786 2009-09-15 Tom Tromey <tromey@redhat.com>
6787
6788 * gdb.texinfo (GDB/MI Variable Objects): Document
6789 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6790 Expand -var-update documentation.
6791
6792 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6793
6794 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6795 feature.
6796
6797 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6798
6799 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6800
6801 2009-09-10 Michael Snyder <msnyder@vmware.com>
6802
6803 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6804 ReverseStep replies to the qSupported query.
6805
6806 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6807
6808 Add documentation for set/show interactive-mode.
6809 * gdb.texinfo (Other Misc Settings): New node.
6810
6811 2009-09-01 Doug Evans <dje@google.com>
6812
6813 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6814 non-stop mode's affect on remote caching.
6815
6816 2009-08-31 Jacob Potter <jdpotter@google.com>
6817 Doug Evans <dje@google.com>
6818
6819 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6820 Mark `set/show remotecache' options as obsolete.
6821 Document new `set/show stack-cache' option.
6822 Update text for `info dcache'.
6823
6824 2009-08-27 Doug Evans <dje@google.com>
6825
6826 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6827 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6828
6829 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6830
6831 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6832 about autoconf.
6833
6834 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6835
6836 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6837 small example, and describe its columns. Replace "inferior-id" by
6838 "infno" throughout.
6839
6840 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6841
6842 * gdbint.texinfo (Releasing GDB): Point to
6843 README-maintainer-mode file for required autoconf version.
6844 * configure.ac: Do not substitute datarootdir, htmldir,
6845 pdfdir, docdir. Do not process --with-datarootdir,
6846 --with-htmldir, --with-pdfdir, --with-docdir.
6847 * configure: Regenerate.
6848
6849 * configure: Regenerate.
6850
6851 2009-08-20 Reid Kleckner <reid@kleckner.net>
6852
6853 * gdb.texinfo: Add chapter on JIT interface.
6854
6855 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6856
6857 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6858 confirmation request.
6859
6860 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6861
6862 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6863 CRC definitions.
6864
6865 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6866
6867 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6868 -break-commands.
6869
6870 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6871
6872 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6873 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6874
6875 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6876
6877 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6878 "set spu stop-on-load" and "show spu stop-on-load" commands.
6879
6880 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6881
6882 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6883
6884 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6885
6886 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6887 org.gnu.gdb.arm.neon.
6888
6889 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6890
6891 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6892 optional element.
6893 (subsection OS ABI): New subsection.
6894
6895 2009-07-14 Stan Shebs <stan@codesourcery.com>
6896
6897 * gdb.texinfo (Tracepoint Conditions): New section.
6898 (General Query Packets): Describe ConditionalTracepoints.
6899 (Tracepoint Packets): Describe condition field.
6900 (Maintenance Commands): Describe maint agent-eval.
6901 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6902
6903 2009-07-11 Hui Zhu <teawater@gmail.com>
6904
6905 * gdb.texinfo (disassemble): Add a new modifier /r
6906 to "disassemble" command to make it print the raw instructions
6907 in hex as well as in symbolic form.
6908
6909 2009-07-09 Tom Tromey <tromey@redhat.com>
6910
6911 * gdbint.texinfo (Testsuite): Document parallel make check.
6912
6913 2009-07-09 Tom Tromey <tromey@redhat.com>
6914
6915 * gdbint.texinfo (Testsuite): Document test transcripts.
6916
6917 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6918
6919 * gdb.texinfo (Values From Inferior): Add length parameter
6920 description.
6921
6922 2009-07-04 Chris Genly <chris@genly.us>
6923
6924 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6925 in -var-list-children. Fix example according to what the code
6926 does.
6927
6928 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6929
6930 * gdb.texinfo (Debugging multiple inferiors): Document the
6931 "inferior", "detach inferior" and "kill inferior" commands.
6932 (Debugging Programs with Multiple Processes): Adjust to mention
6933 generic "inferior" commands. Delete mention of "detach fork" and
6934 "delete fork". Cross reference to "Debugging multiple inferiors"
6935 section.
6936
6937 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6938
6939 * gdbint.texinfo (Item Output Functions): Update signature
6940 for ui_out_field_core_addr.
6941
6942 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6943
6944 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6945 Update example code extrated from breakpoint.c.
6946
6947 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6948
6949 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6950 MI commands.
6951 (GDB/MI Symbol Query): Likewise.
6952 (GDB/MI File Commands): Likewise.
6953 (GDB/MI File Transfer Commands): Likewise.
6954 (GDB/MI Target Manipulation): Likewise.
6955 (GDB/MI Miscellaneous Commands): Likewise.
6956
6957 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6958
6959 * gdb.texinfo (Debugging Optimized Code): New chapter.
6960 (Compiling for Debugging): Reference it. Move some
6961 text to the new section.
6962
6963 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6964
6965 * doc/gdb.texinfo (Calling): Document
6966 set-unwind-on-terminating-exception usage.
6967
6968 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6969
6970 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6971 command.
6972
6973 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6974
6975 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6976 references.
6977
6978 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6979
6980 * gdbint.texinfo: Rename formal parameters to gdbarch function
6981 protoypes from "current_gdbarch" to "gdbarch".
6982
6983 2009-05-28 Tom Tromey <tromey@redhat.com>
6984
6985 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6986
6987 2009-05-27 Tom Tromey <tromey@redhat.com>
6988
6989 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6990 feature.
6991 (GDB/MI Variable Objects): Document -var-set-visualizer.
6992
6993 2009-04-02 Tom Tromey <tromey@redhat.com>
6994
6995 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6996 feature.
6997 (GDB/MI Variable Objects): Document -var-set-visualizer.
6998
6999 2009-05-27 Tom Tromey <tromey@redhat.com>
7000 Thiago Jung Bauermann <bauerman@br.ibm.com>
7001 Phil Muldoon <pmuldoon@redhat.com>
7002
7003 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
7004 (Pretty Printing): New node.
7005 (Selecting Pretty-Printers): Likewise.
7006 (Python API): Update.
7007 (Output Formats): Document /r format.
7008
7009 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
7010 Tom Tromey <tromey@redhat.com>
7011
7012 * gdb.texinfo (Types In Python): New node.
7013 (Values From Inferior): "type" is now an attribute.
7014 (Python API): Update.
7015
7016 2009-05-27 Tom Tromey <tromey@redhat.com>
7017 Thiago Jung Bauermann <bauerman@br.ibm.com>
7018 Phil Muldoon <pmuldoon@redhat.com>
7019
7020 * gdb.texinfo: Add @syncodeindex for `tp'.
7021 (Python API): Update.
7022 (Auto-loading): New node.
7023 (Objfiles In Python): New node.
7024
7025 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7026
7027 * gdb.texinfo (Threads): Document libthread-db-search-path.
7028
7029 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
7030
7031 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
7032
7033 2009-05-12 Pedro Alves <pedro@codesourcery.com>
7034
7035 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
7036 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
7037 show show-debug-regs' docs.
7038
7039 2009-05-08 Eli Zaretskii <eliz@gnu.org>
7040
7041 * gdb.texinfo (Process Record and Replay): Add description of
7042 reverse execution.
7043
7044 2009-05-07 Joel Brobecker <brobecker@adacore.com>
7045
7046 * gdbint.texinfo (Adding support for debugging core files): New node.
7047 (Native Debugging): Remove the ``Native core file Support'' section.
7048
7049 2009-05-01 Eli Zaretskii <eliz@gnu.org>
7050
7051 * gdb.texinfo (Process Record and Replay): Improve and clarify.
7052 Add index entries.
7053
7054 2009-04-30 Hui Zhu <teawater@gmail.com>
7055 Michael Snyder <msnyder@vmware.com>
7056
7057 * gdb.texinfo: (Process Record and Replay): Add documentation for
7058 process record and replay.
7059
7060 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7061
7062 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
7063 a new part on command-line defined macros.
7064
7065 2009-04-25 Eli Zaretskii <eliz@gnu.org>
7066
7067 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
7068 clarify the wording.
7069
7070 2009-04-23 Tom Tromey <tromey@redhat.com>
7071
7072 * gdb.texinfo (Data Files): New node.
7073 (GDB Files): Update menu.
7074
7075 2009-04-23 Joel Brobecker <brobecker@adacore.com>
7076
7077 * gdbint.texinfo (Defining Other Architecture Features): Remove
7078 entry for PROCESS_LINENUMBER_HOOK.
7079
7080 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
7081
7082 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
7083
7084 2009-04-22 Hui Zhu <teawater@gmail.com>
7085
7086 * gdb.texinfo (disassemble-next-line): Set the default of
7087 disassemble-next-line to off.
7088
7089 2009-04-21 Joseph Myers <joseph@codesourcery.com>
7090
7091 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
7092 --with-htmldir): New.
7093 * configure: Regenerate.
7094 * Makefile.in (datarootdir, docdir): Define.
7095 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
7096 instead of $(SET_TEXINPUTS).
7097 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
7098 gdbint.info instead of $(SET_TEXINPUTS).
7099 (gdbint/index.html): Use same -I options as for building
7100 gdbint.info.
7101 (stabs.dvi, stabs.pdf): Use same -I options as for building
7102 stabs.info instead of $(SET_TEXINPUTS).
7103 (stabs/index.html): Use same -I options as for building
7104 stabs.info.
7105 (annotate.dvi, annotate.pdf): Use same -I options as for building
7106 annotate.info instead of $(SET_TEXINPUTS).
7107 (annotate/index.html): Use same -I options as for building
7108 annotate.info.
7109
7110 2009-04-21 David Daney <ddaney@caviumnetworks.com>
7111
7112 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
7113
7114 2009-04-21 Joseph Myers <joseph@codesourcery.com>
7115
7116 * gdb.texinfo (Source Path): Document --with-relocated-sources.
7117
7118 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
7119 Joseph Myers <joseph@codesourcery.com>
7120
7121 * Makefile.in (MAKEHTML): Set to makeinfo --html.
7122 (MAKEHTMLFLAGS): Set to empty.
7123 (html__strip_dir): Define.
7124 (HTMLFILES): Define.
7125 (HTMLFILES_INSTALL): Define.
7126 (install-html): Copy new automake rule.
7127 (html): Depend on $(HTMLFILES).
7128 (gdb_toc.html): Rename to gdb/index.html.
7129 (gdbint_toc.html): Rename to gdbint/index.html.
7130 (stabs_toc.html): Rename to stabs/index.html.
7131 (annotate_toc.html): Rename to annotate/index.html.
7132
7133 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
7134
7135 * Makefile.in: Set pdfdir and htmldir from configure
7136 substitutions.
7137 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
7138 * configure: Regenerate.
7139
7140 2009-04-16 Joel Brobecker <brobecker@adacore.com>
7141
7142 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
7143 This macro is no longer used.
7144
7145 2009-04-15 Tom Tromey <tromey@redhat.com>
7146
7147 * gdb.texinfo (Character Sets): Document default character set.
7148
7149 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
7150
7151 * gdbint.texinfo: Change server name from sources.redhat.com to
7152 sourceware.org throughout.
7153
7154 2009-04-09 Joel Brobecker <brobecker@adacore.com>
7155
7156 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
7157 about a missing dot or coma after @xref.
7158
7159 2009-04-02 Joel Brobecker <brobecker@adacore.com>
7160
7161 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
7162 example, and add a small explanation about it.
7163 (Print Settings): Change the documentation of the "set print
7164 frame-arguments" to reflect the fact that the default is now "scalars".
7165
7166 2009-04-02 Joel Brobecker <brobecker@adacore.com>
7167
7168 * gdb.texinfo (Print Settings): Add kindex for command "set
7169 print frame-arguments".
7170
7171 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7172
7173 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
7174 breakpoints.
7175 (Set Breaks): Add reference to thread-specific and task-specific
7176 breakpoints.
7177
7178 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7179
7180 * gdb.texinfo (Ada Tasks): Remove the documentation about
7181 the "Running" state, as this state has been eliminated.
7182 Now all runnable tasks are shown as "Runnable".
7183
7184 2009-03-30 Stan Shebs <stan@codesourcery.com>
7185
7186 * gdb.texinfo (Tracepoints): Describe tracepoints as a
7187 special case of breakpoints.
7188 (Enable and Disable Tracepoints): Mention deprecation.
7189 (Listing Tracepoints): Update description and example.
7190
7191 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7192
7193 * gdb.texinfo (Frames in Python): New node.
7194 (Python API): Update.
7195
7196 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7197
7198 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
7199 from a method to an attribute.
7200
7201 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7202
7203 * gdb.texinfo (Values From Inferior): Document is_optimized_out
7204 attribute.
7205
7206 2009-03-25 Pedro Alves <pedro@codesourcery.com>
7207
7208 * observer.texi (thread_exit): Add "silent" parameter.
7209
7210 2009-03-22 Pedro Alves <pedro@codesourcery.com>
7211
7212 * observer.texi (about_to_proceed): New.
7213
7214 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
7215
7216 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
7217 field throughout to handle types with spaces in them. Fix typos
7218 found by aspell.
7219 (Summary, Requirements, Contributors): New first chapter,
7220 "Summary" added, old Requirements section moved there, and new
7221 section, "Contributors" added.
7222 (Initializing a New Architecture, Register Representation)
7223 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
7224 (Porting gdb): These sections extended and updated.
7225 (Compiler Characteristics): This section (empty) deleted.
7226 (Defining Other Architecture Features): This section renamed and
7227 duplicate material removed from (formerly "Target Conditionals").
7228 Use braces {} in @deftypeXX type field throughout to handle types
7229 with spaces in them. Typos found by aspell fixed.
7230
7231 * stack_frame.svg: New file, source of image for gdbint.texinfo.
7232 * stack_frame.pdf: Version of image for PDF output.
7233 * stack_frame.png: Version of image for HTML output and for Emacs.
7234 * stack_frame.txt: Version of image for Info output.
7235 * stack_frame.eps: Version of image for TeX DVI output.
7236
7237 2009-03-21 Eli Zaretskii <eliz@gnu.org>
7238
7239 * gdb.texinfo (Character Sets): Fix last change.
7240
7241 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7242
7243 * gdb.texinfo (Values From Inferior): Fix optional arguments
7244 markup.
7245 (Commands In Python): Adjust argument names of gdb.Command.__init__
7246 to what the function accepts as keywords.
7247
7248 2008-03-20 Tom Tromey <tromey@redhat.com>
7249
7250 * gdb.texinfo (Convenience Vars): Document convenience functions.
7251 (Functions In Python): New node.
7252 (Python API): Update.
7253
7254 2009-03-20 Tom Tromey <tromey@redhat.com>
7255
7256 * gdb.texinfo (Character Sets): Remove obsolete text. Document
7257 set target-wide-charset.
7258 (Requirements): Mention iconv.
7259
7260 2009-03-17 Hui Zhu <teawater@gmail.com>
7261
7262 * gdb.texinfo: Change the introduce of "disassemble-next-line".
7263
7264 2009-03-17 Hui Zhu <teawater@gmail.com>
7265
7266 * gdb.texinfo: Add documentation for disassemble-next-line.
7267
7268 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7269
7270 * gdb.texinfo (Commands In Python): Remove tindex entries.
7271
7272 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7273
7274 * gdb.texinfo (Returning): New description for missing debug info.
7275
7276 2009-03-14 Pedro Alves <pedro@codesourcery.com>
7277
7278 * gdb.texinfo (Remote Configuration): Document query-attached.
7279 (General Query Packets): Document qAttached.
7280
7281 2009-03-05 Pedro Alves <pedro@codesourcery.com>
7282
7283 * gdb.texinfo (Background Execution): Better describe the set
7284 target-async command.
7285 (Maintenance Commands): Delete description of the `maint set/show
7286 linux-async' and `maint set/show remote-async' commands.
7287
7288 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7289
7290 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7291 between sentences.
7292
7293 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7294
7295 * gdb.texinfo (GDB/MI Async Records): Document the
7296 =library-loaded and =library-unloaded notifications.
7297
7298 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7299
7300 * observer.texi (test_notification): New observer.
7301
7302 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7303
7304 * observer.texi: Add parameter 'print_frame' to normal_stop
7305 observer.
7306
7307 2009-02-07 Eli Zaretskii <eliz@gnu.org>
7308
7309 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7310 (Commands In Python): Fix COMMAND_* constants in last change. Use
7311 @kbd for interactive input. Add cross-references and index
7312 entries.
7313
7314 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7315
7316 * gdb.texinfo (Signals): Document $_siginfo.
7317 (Convenience Variables): Mention $_siginfo.
7318 (Remote Configuration): Document qXfer:siginfo:read,
7319 qXfer:siginfo:write packets, and the read-siginfo-object,
7320 write-siginfo-object commands.
7321
7322 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7323
7324 * gdbint.texinfo (Values): New chapter.
7325
7326 2009-02-06 Tom Tromey <tromey@redhat.com>
7327
7328 * gdb.texinfo (Python API): Add entry for Commands In Python.
7329 (Commands In Python): New node.
7330
7331 2009-02-05 Tom Tromey <tromey@redhat.com>
7332
7333 * gdb.texinfo (Values From Inferior): Document Value.string.
7334
7335 2009-02-05 Tom Tromey <tromey@redhat.com>
7336
7337 * gdb.texinfo (Basic Python): Document execute's from_tty
7338 argument.
7339
7340 2009-02-04 Tom Tromey <tromey@redhat.com>
7341
7342 * gdb.texinfo (Basic Python): Document gdb.history.
7343
7344 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7345
7346 * gdb.texinfo (GDB/MI Thread Commands): Document the
7347 'current-thread-id' field. Remove the example with zero threads,
7348 since current GDB won't ever report that if there's inferior.
7349
7350 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7351
7352 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7353 option to -break-insert.
7354
7355 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7356 Jerome Guitton <guitton@adacore.com>
7357
7358 * gdb.texinfo (Startup): Document --with-system-gdbinit.
7359 (System-wide configuration): New section.
7360
7361 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7362
7363 PR gdb/7580:
7364 * gdb.texinfo (Maintenance Commands): Document "maint set|show
7365 internal-error|internal-warning quit|corefile ask|yes|no".
7366
7367 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7368
7369 * gdb.texinfo (Using the `gdbserver' Program): Document
7370 --remote-debug.
7371
7372 2009-01-23 Doug Evans <dje@google.com>
7373
7374 * gdb.texinfo: Add nexti to list of commands that support
7375 background execution.
7376
7377 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7378
7379 * gdb.texinfo (Define, Hooks): Document prefix command support.
7380
7381 2009-01-14 Joseph Myers <joseph@codesourcery.com>
7382 Carlos O'Donell <carlos@codesourcery.com>
7383
7384 Fixes for makeinfo --html.
7385
7386 * annotate.texinfo: Use @copying and @insertcopying. Use
7387 @ifnottex in place of @ifinfo.
7388 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
7389 place of @ifinfo. Use @ifnotinfo for one index entry.
7390 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
7391 in place of @ifinfo.
7392 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
7393 in place of @ifinfo. Include contents at start unconditionally.
7394
7395 2009-01-13 Pedro Alves <pedro@codesourcery.com>
7396
7397 * gdb.texinfo (General Query Packets): Remove @var{} around the
7398 "spu" literal string.
7399
7400 2009-01-07 Pedro Alves <pedro@codesourcery.com>
7401
7402 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7403 program may be running in another process" errors.
7404 * gdbint.texinfo (Native Conditionals): Delete
7405 ONE_PROCESS_WRITETEXT description.
7406
7407 2009-01-07 Joel Brobecker <brobecker@adacore.com>
7408
7409 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7410 emacs local variable to be placed at the end of the ChangeLog.
7411 Add server.c and gdbreplay.c to the list of files where the
7412 copyright year needs to be updated.
7413
7414 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7415
7416 * gdb.texinfo (Remote Configuration): Document new
7417 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7418 commands.
7419
7420 2008-12-28 Pedro Alves <pedro@codesourcery.com>
7421
7422 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7423 FETCH_INFERIOR_REGISTERS.
7424 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7425 FETCH_INFERIOR_REGISTERS descriptions. Remove
7426 gdbarch_get_longjmp_target descrition, since already described in
7427 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7428 (Target Conditionals): ... here.
7429
7430 2008-12-16 Joel Brobecker <brobecker@adacore.com>
7431
7432 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7433 examples.
7434 (Additions to Ada): Likewise. Add the missing opening and closing
7435 parenthesis of the GDB prompt in one of the examples.
7436
7437 2008-12-14 Joel Brobecker <brobecker@adacore.com>
7438
7439 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7440 about the result of 'Address not being of type System.Address.
7441 This problem has been fixed a while ago.
7442
7443 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7444
7445 MI non-stop and multiprocess docs.
7446
7447 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7448 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7449 Adjust documentation for *stopped, document =thread-created,
7450 =thread-exited, =thread-group-created and =thread-group-exited.
7451 (GDB/MI Thread Commands): Document the 'state' field in
7452 -thread-info output.
7453 (GDB/MI Program Execution): Mention --all and --thread-group
7454 options.
7455 (GDB/MI Variable Objects): Describe floating and fixed variable
7456 objects.
7457 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
7458
7459 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7460
7461 * gdb.texinfo (Operating System Information): New appendix.
7462 (Operating System Auxiliary Information): Document 'info os processes'
7463 (Remote Configuration): Document 'osdata'
7464 (General Query Packets): Document qXfer:osdata:read.
7465
7466 2008-11-27 Tristan Gingold <gingold@adacore.com>
7467
7468 * gdb.texinfo (Darwin): Document Darwin specific features.
7469
7470 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7471
7472 * gdbint.texinfo (Target Conditionals): Extend the
7473 gdbarch_breakpoint_from_pc description.
7474
7475 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7476
7477 * gdb.texinfo (M68K Features): Fix typo.
7478
7479 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7480
7481 * gdb.texinfo (Symbols): Mention printing containing
7482 image name in "info symbol".
7483 (Maint translate-address): Likewise.
7484
7485 2008-11-18 Joel Brobecker <brobecker@adacore.com>
7486
7487 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7488 commands "catch load" and "catch unload".
7489
7490 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7491
7492 * gdb.texinfo (GDB/MI Async Records): Document
7493 =thread-selected.
7494
7495 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7496
7497 * observer.texi (new_inferior, inferior_exit): New observers.
7498
7499 2008-10-27 Pedro Alves <pedro@codesourcery.com>
7500
7501 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7502 .mt files, TM_CLIBS or TM_CDEPS.
7503 (x86 Watchpoints): Don't mention TDEPFILES.
7504
7505 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7506
7507 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7508 (Overview): Mention notifications and non-stop mode behavior.
7509 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7510 with non-stop mode behavior. Add vStopped description.
7511 (Stop Reply Packets): Update list of packets that return
7512 stop replies. Mention non-stop behavior.
7513 (General Query Packets): Document QNonStop packet and associated
7514 qSupported query response.
7515 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7516 behavior.
7517 (Notification Packets): New section.
7518 (Remote Non-Stop): New section.
7519 (File-I/O Overview): Mention non-stop behavior.
7520
7521 2008-10-24 Hui Zhu <teawater@gmail.com>
7522 Pedro Alves <pedro@codesourcery.com>
7523
7524 * gdb.texinfo (displaced-stepping): Describe the auto mode
7525 setting, and say it's the default. This is now a mainstream
7526 setting instead of a maintenance setting.
7527
7528 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7529
7530 * observer.texi (thread_stop_requested): New.
7531
7532 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7533
7534 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7535 (Patching): Replace incorrect usage of @samp by @kbd.
7536
7537 2008-10-17 Michael Snyder <msnyder@vmware.com>
7538
7539 * gdb.texinfo: Add documentation for reverse execution.
7540
7541 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7542 Eli Zaretskii <eliz@gnu.org>
7543
7544 * gdb.texinfo. (Values From Inferior): New subsubsection.
7545
7546 2008-10-06 Doug Evans <dje@google.com>
7547
7548 * gdb.texinfo (set debug dwarf2-die): Document it.
7549
7550 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7551
7552 * gdb.texinfo (catch) [exception]: Document how to insert
7553 a breakpoint on user-defined exceptions when the exception
7554 name is identical to one of the language-defined ones.
7555
7556 2008-09-27 Tom Tromey <tromey@redhat.com>
7557
7558 * gdb.texinfo (Macros): Remove text about stringification,
7559 varargs, and splicing.
7560
7561 2008-09-27 Tom Tromey <tromey@redhat.com>
7562
7563 * gdbint.texinfo (Language Support): Remove text about omitting
7564 support for a language.
7565
7566 2008-09-23 Doug Evans <dje@google.com>
7567
7568 * gdb.texinfo (info dcache): Update.
7569
7570 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7571
7572 * gdb.texinfo (Packets): Add info on thread-id syntax and
7573 multiprocess extensions.
7574 <D>: Document multiprocess form of packet.
7575 <H>: Use thread-id syntax.
7576 <T>: Likewise.
7577 <vCont>: Likewise. Note this is required for multiprocess.
7578 <vKill>: New packet.
7579 (Stop Reply Packets) <T>: Use thread-id syntax.
7580 <W>: Document multiprocess form of reply.
7581 <X>: Likewise.
7582 (General Query Packets) <qC>: Use thread-id syntax.
7583 <qfThreadInfo>: Likewise.
7584 <qGetTLSAddr>: Likewise.
7585 <qP>: Likewise.
7586 <qSupported>: Add "multiprocess" feature.
7587 <qThreadExtraInfo>: Use thread-id syntax.
7588
7589 2008-09-22 Stan Shebs <stan@codesourcery.com>
7590
7591 * gdb.texinfo (Inferiors): New section.
7592
7593 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7594
7595 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7596
7597 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7598
7599 * gdbint.texinfo (Target Conditionals): Remove documentation
7600 for gdbarch_name_of_malloc.
7601
7602 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7603
7604 * gdb.texinfo (Interrupts): Mention TCP interface for
7605 sending BREAK.
7606
7607 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7608
7609 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7610 argument prefix to "set sysroot".
7611
7612 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7613
7614 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7615 and False.
7616
7617 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7618
7619 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7620 for possible features of -list-features.
7621
7622 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7623
7624 * gdb.texinfo (Background execution): Adjust example
7625 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7626
7627 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7628
7629 * doc/gdb.texinfo (PowerPC): Fix typo.
7630 (PowerPC features): Fix typo.
7631
7632 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7633
7634 * observer.texi (thread_ptid_changed): New.
7635
7636 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7637
7638 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7639 (PowerPC features): Mention feature set for VSX registers.
7640
7641 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7642
7643 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7644 the direct visibility of all names in user-written packages.
7645
7646 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7647
7648 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7649 setting, and make it the default.
7650 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7651 non-stop script example.
7652
7653 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7654
7655 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7656 reference to the "Using Different Register and Memory Data
7657 Representation" section.
7658
7659 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7660
7661 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7662 (Remote Protocol): Add Packet Acknowledgment to menu.
7663 (Overview): Mention +/- can be disabled, and point to new section
7664 where this is discussed in detail.
7665 (General Query Packets): Document QStartNoAckMode packet, and
7666 corresponding qSupported reply.
7667 (Packet Acknowledgment): New section.
7668
7669 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7670 Pedro Alves <pedro@codesourcery.com>
7671
7672 * gdb.texinfo (Threads): Move paragraph about automatic thread
7673 selection to All-Stop Mode subsection.
7674 (Thread Stops): Reorganize existing material into subsections.
7675 Add introductory blurb and menu.
7676 (Non-Stop Mode): New subsection.
7677 (Background Execution): New subsection.
7678 (Maintenance Commands): Add cross-references from async mode
7679 commands to the new Background Execution section.
7680
7681 2008-08-06 Tom Tromey <tromey@redhat.com>
7682
7683 * gdb.texinfo (Extending GDB): New chapter.
7684 (Sequences): Demoted chapter, now a section under the new
7685 Extending GDB chapter.
7686 (Python): New section.
7687
7688 2008-07-31 Stan Shebs <stan@codesourcery.com>
7689
7690 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7691
7692 2008-07-29 Stan Shebs <stan@codesourcery.com>
7693
7694 * gdbint.texinfo: General round of cleanup and minor
7695 clarifications.
7696 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7697 (Longjmp Support): Update description to reflect how it is done
7698 for targets without using native header.
7699 (Symbol Handling): Add a little more general explanation.
7700 (COFF, ELF): Mention stabs encapsulation.
7701 (DWARF 3): New section.
7702 (Adding a New Host): Scrub out some obsolete bits.
7703 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7704 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7705 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7706 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7707 SEEK_SET, STOP_SIGNAL, USG.
7708 (Raw and Virtual Register Representations): Ditto for
7709 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7710 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7711 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7712 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7713 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7714 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7715 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7716 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7717 DEPRECATED_USE_STRUCT_CONVENTION.
7718 Describe gdbarch_deprecated_fp_regnum.
7719 Update description of gdbarch_print_insn.
7720 (Adding a New Target): Scrub out obsolete bits.
7721 (Obsolete Conditionals): Remove entire section.
7722
7723 2008-07-25 Tom Tromey <tromey@redhat.com>
7724
7725 * observer.texi (GDB Observers): Document new observers:
7726 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7727 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7728 architecture_changed.
7729
7730 2008-07-21 Stan Shebs <stan@codesourcery.com>
7731
7732 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7733 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7734
7735 2008-07-21 Tom Tromey <tromey@redhat.com>
7736
7737 * observer.texi (GDB Observers): Remove obsolete comment.
7738 <executable_changed>: Remove argument.
7739
7740 2008-07-18 Tom Tromey <tromey@redhat.com>
7741
7742 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7743
7744 2008-07-10 Doug Evans <dje@google.com>
7745
7746 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7747
7748 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7749
7750 * gdb.texinfo (Starting): Document "set disable-randomization".
7751
7752 2008-07-07 Andreas Schwab <schwab@suse.de>
7753
7754 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7755
7756 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7757
7758 * gdb.texinfo (GDB/MI Target Manipulation): Add
7759 example of -target-attach.
7760
7761 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7762
7763 * observer.texi (target_resumed): New observer.
7764 * gdb.texinfo (GDB/MI Output Records): Document *running.
7765
7766 2008-06-06 Tom Tromey <tromey@redhat.com>
7767
7768 * gdb.texinfo (Completion): Add field name example.
7769
7770 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7771
7772 * gdb.texinfo (GDB/MI Program Context): Added example
7773 to -exec-arguments
7774
7775 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7776
7777 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7778 annotation.
7779
7780 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7781 Nathan Sidwell <nathan@codesourcery.com>
7782 Joseph Myers <joseph@codesourcery.com>
7783
7784 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7785 and ACX_BUGURL.
7786 * configure: Regenerate.
7787 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7788 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7789 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7790 mailing-list-specific text about bug reporting unless
7791 BUGURL_DEFAULT.
7792
7793 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7794
7795 * gdb.texinfo (-target-select): Remove reference to target async.
7796 (Maintenance Commands): Document "maint set/show remote-async".
7797
7798 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7799
7800 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7801 in -target-file-get section.
7802
7803 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7804
7805 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7806 killing the inferior when it is already debugging a process.
7807
7808 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7809
7810 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7811 abbreviation for "finish".
7812
7813 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7814
7815 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7816
7817 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7818
7819 * gdbint.texinfo (Target Conditionals): Delete entry for
7820 gdbarch_dwarf_reg_to_regnum.
7821
7822 2008-05-09 Doug Evans <dje@google.com>
7823
7824 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7825
7826 2008-05-05 Doug Evans <dje@google.com>
7827
7828 * gdb.texinfo (disassemble): Document /m modifier.
7829
7830 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7831
7832 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7833 will not report the time of commands that run the target.
7834
7835 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7836
7837 * gdb.texinfo (GDB/MI Output Records): Add
7838 missing semicolon.
7839
7840 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7841
7842 * gdb.texinfo (GDB/MI Output Records):
7843 Document =thread-create and =thread-exited.
7844
7845 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7846
7847 * gdb.texinfo (GDB/MI Development and Front Ends):
7848 Remove mention of dmi-discuss.
7849
7850 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7851
7852 * observer.texi (thread_exit): New.
7853
7854 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7855
7856 * gdb.texinfo (Debugging Output): Document "set/show debug
7857 displaced".
7858 (Maintenance Commands): Document "maint set/show
7859 can-use-displaced-stepping".
7860
7861 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7862
7863 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7864 and set/show arm force-mode.
7865
7866 2008-05-02 Andreas Schwab <schwab@suse.de>
7867
7868 * gdbint.texinfo (Algorithms): Describe
7869 target_watchpoint_addr_within_range.
7870
7871 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7872
7873 * gdbint.texinfo (Stack Frames): New chapter.
7874 (Algorithms): Move Frames text to the new chapter.
7875 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7876 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7877
7878 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7879
7880 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7881 output does not necessary include any tokens.
7882
7883 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7884
7885 * gdb.texinfo (Set SH Calling convention): New @item.
7886 (Show SH Calling convention): Ditto.
7887
7888 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7889
7890 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7891
7892 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7893
7894 * gdb.texinfo (Set Breaks): Mention that multiple location
7895 breakpoints need line number info. Add index entries.
7896
7897 2008-04-19 Craig Silverstein <csilvers@google.com>
7898
7899 * gdb.texinfo (Requirements): Add an optional requirement on
7900 zlib.
7901 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7902 Compressed DWARF 2.
7903
7904 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7905
7906 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7907 sample output for 'stopped,reason="breakpoint-hit"' message.
7908 (GDB/MI Program Execution): Likewise.
7909
7910 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7911
7912 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7913 -var-set-format. Add -f option to -var-evaluate-expression.
7914
7915 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7916
7917 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7918 new node "Ambiguous Expressions". Replace references to this
7919 node by references to "Ambiguous Expressions" throughout.
7920 (Ambiguous Expressions): New node.
7921
7922 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7923
7924 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7925
7926 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7927
7928 * gdb.texinfo (Debugging Output): Document
7929 "set/show debug lin-lwp-async".
7930 (Maintenance Commands): Document "maint set/show linux-async".
7931
7932 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7933
7934 * gdb.texinfo (Expressions): Update description of malloced arrays.
7935
7936 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7937
7938 * gdb.texinfo (Thread Commands): Document
7939 -thread-info. Remove -thread-list-all-threads.
7940
7941 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7942
7943 Implement MI notification for new threads.
7944 * observer.texi (new_thread): Document.
7945
7946 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7947 Sandra Loosemore <sandra@codesourcery.com>
7948
7949 * gdb.texinfo (Library List Format): Update to mention the
7950 possibility to pass section addresses instead of segment
7951 addresses.
7952
7953 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7954
7955 * gdb.texinfo (Starting): Document "set exec-wrapper".
7956 (Server): Document gdbserver --wrapper.
7957
7958 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7959
7960 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7961 unreadable memory. Delete obsolete SPARClite reference.
7962
7963 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7964
7965 * gdb.texinfo (Starting): Mention always-running targets.
7966 (Target Commands): Add an anchor for load.
7967 (Connecting): Explain continue instead of run.
7968
7969 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7970
7971 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7972
7973 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7974
7975 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7976 breakpoint table.
7977
7978 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7979
7980 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7981 killing the inferior when it is already debugging a process.
7982
7983 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7984
7985 * gdbint.texinfo (Build Script): New section. Mention new build script
7986 gdb_buildall.sh.
7987
7988 2008-02-01 Jim Blandy <jimb@red-bean.com>
7989
7990 * gdb.texinfo (Help): Summarize 'info args' correctly.
7991
7992 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7993
7994 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7995 available in PowerPC architecture.
7996 (Embedded Processors): Change node name of PowerPC item in menu.
7997 (PowerPC): Rename to...
7998 (PowerPC Embedded): this.
7999 (Architectures): Add new PowerPC item in menu.
8000 (PowerPC): New node.
8001
8002 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
8003
8004 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
8005 commands.
8006
8007 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
8008
8009 * gdb.texinfo (Setting Catchpoints): Mention features
8010 supported on GNU/Linux.
8011
8012 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8013
8014 * gdb.texinfo (GDB/MI File Commands): Describe new output
8015 field for MI command -file-list-exec-source-file.
8016
8017 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8018
8019 * gdb.texinfo (Using the `gdbserver' Program): Add security
8020 warning. Rearrange into subsections and subsubsections. Document
8021 --multi and --debug. Correct --with-sysroot typo. Update --attach
8022 usage. Make load reference clearer. Document monitor exit.
8023 (Remote Configuration): Document set remote exec-file, attach-packet,
8024 and run-packet.
8025 (Packets): Document vAttach and vRun.
8026
8027 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
8028
8029 * gdb.texinfo (Processes): Mention process command.
8030 detach-on-follow -> detach-on-fork.
8031
8032 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
8033
8034 * gdbint.texinfo (Native Conditionals): Remove
8035 SHELL_COMMAND_CONCAT and SHELL_FILE.
8036
8037 2008-01-26 Eli Zaretskii <eliz@gnu.org>
8038
8039 * gdb.texinfo (Specify Location): Improve wording.
8040
8041 2008-01-23 Chris Demetriou <cgd@google.com>
8042
8043 * gdb.texinfo (Threads): Document new "set print thread-events"
8044 and "show print thread-events" commands.
8045
8046 2008-01-19 Eli Zaretskii <eliz@gnu.org>
8047
8048 * gdb.texinfo (Specify Location): New section.
8049 (Delete Breaks, Edit, Set Breaks): Remove description of
8050 locations. Instead, add a reference to "Specify Location".
8051 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
8052 (Symbols): Refer to "Specify Location" for the valid forms of
8053 linespecs and locations.
8054
8055 2008-01-18 Markus Deuling <deuling@de.ibm.com>
8056
8057 * gdbint.texinfo (Target Conditionals): Replace the description of
8058 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
8059
8060 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
8061
8062 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
8063 about &&var, which is rejected by the expression parser.
8064
8065 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
8066
8067 * gdb.texinfo (Output): Update documentation on using printf with DFP
8068 types.
8069
8070 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8071
8072 * gdb.texinfo (C and C++): Add Decimal Floating Point format
8073 subsubsection.
8074 (Decimal Floating Point format): New subsubsection.
8075
8076 2008-01-05 Pedro Alves <pedro@codesourcery.com>
8077
8078 * gdb.texinfo (File Options): Remove mention of the attempt to
8079 open a core file with the -p option. Don't list -c as a valid
8080 option to attach to a process.
8081
8082 2008-01-05 Pedro Alves <pedro@codesourcery.com>
8083
8084 * gdbint.texinfo (Host Conditionals): Remove mention of
8085 ALIGN_STACK_ON_ENTRY.
8086
8087 2008-01-05 Joel Brobecker <brobecker@adacore.com>
8088
8089 * gdbint.texinfo (Start of New Year Procedure): Add item
8090 describing how to update the source and documentation copyright
8091 notices.
8092
8093 2007-12-18 Jim Blandy <jimb@codesourcery.com>
8094
8095 * gdb.texinfo (Set Watchpoints): Integrate per-thread
8096 watchpoint explanation into the main description of the watchpoint
8097 command; update synopses of 'watch', 'rwatch', and 'awatch'
8098 commands.
8099
8100 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
8101
8102 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8103 Document 'pending-breakpoints' feature of
8104 -list-features.
8105
8106 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8107
8108 * gdb.texinfo: Add new parameter's description.
8109
8110 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8111
8112 * gdb.texinfo (Overview): Clarify run-length encoding
8113 example. Remove the restriction on "+" and "-" characters.
8114
8115 2007-12-15 Eli Zaretskii <eliz@gnu.org>
8116
8117 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
8118
8119 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8120
8121 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
8122 the -f option for -break-insert, remove -r option,
8123 and clarify specification of location.
8124
8125 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8126
8127 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
8128 formatting.
8129 (Remote Debugging): Add File Transfer section.
8130 (Remote Configuration): Document Host I/O packets.
8131 (GDB/MI): Add GDB/MI File Transfer Commands section.
8132 (Host I/O Packets): New section in "Remote Protocol".
8133 (Packets): Add vFile.
8134
8135 2007-11-17 Eli Zaretskii <eliz@gnu.org>
8136
8137 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
8138 breakpoints with multiple locations.
8139 (Breakpoint Menus): Improve wording.
8140 (Output): Fix last change.
8141
8142 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
8143
8144 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8145
8146 2007-11-15 Doug Evans <dje@google.com>
8147
8148 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
8149
8150 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
8151
8152 * gdbint.texinfo (Native Conditionals): Remove
8153 mention of CLEAR_SOLIB.
8154
8155 2007-11-11 Joel Brobecker <brobecker@adacore.com>
8156
8157 * gdb.texinfo (Print Settings): Add documentation for "set/show
8158 print frame-arguments".
8159
8160 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8161
8162 * gdb.texinfo (Output): Update printf command's description.
8163
8164 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8165
8166 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
8167 powerpc soft-float".
8168
8169 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8170
8171 * gdb.texinfo (Files): Correct formatting. Mention Expat
8172 requirement.
8173 (Requirements for Building GDB): Expand the list of Expat
8174 uses.
8175 (Library List Format, Memory Map Format): Mention Expat.
8176 (Target Descriptions): Update Expat wording.
8177
8178 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8179
8180 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
8181 Document that gdbarch_convert_register_p should return zero for no-op
8182 conversions.
8183
8184 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
8185
8186 * gdbint.texi (Compiler Characteristics): Move documentation
8187 of set_gdbarch_sofun_address_maybe_missing back to ...
8188 (Target Conditionals): ... here to fix build break.
8189
8190 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8191
8192 * gdbint.texi (Target Conditionals): Remove documentation of
8193 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
8194 (Compiler Characteristics): ... documentation of
8195 set_gdbarch_sofun_address_maybe_missing.
8196
8197 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8198
8199 * gdbint.texinfo (Target Conditionals): Use
8200 frame_unwind_register_unsigned in examples instead of
8201 frame_unwind_unsigned_register.
8202
8203 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8204
8205 * gdb.texinfo: Add TSIZE definition, removed statement about
8206 unbounded arrays being unimplemented.
8207
8208 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8209
8210 * gdb.texinfo (Predefined Target Types): Add int128
8211 and uint128.
8212 (Standard Target Features): Add PowerPC features.
8213
8214 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8215
8216 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
8217
8218 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8219
8220 * gdbint.texi (Target Conditionals): Remove documentation
8221 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
8222 gdbarch_extract_return_value, and gdbarch_store_return_value.
8223
8224 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8225
8226 * gdbint.texi (Target Conditionals): Remove documentation of
8227 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
8228
8229 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8230
8231 * gdb.texinfo: Mention that inaccessible-by-default is on by
8232 default.
8233
8234 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8235
8236 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
8237
8238 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8239
8240 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
8241 multi-threaded watchpoints.
8242 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
8243 checked. Describe sticky notification. Expand description
8244 of steppable and continuable watchpoints.
8245 (Watchpoints and Threads): New subsection.
8246
8247 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
8248
8249 * gdb.texinfo (Setting Breakpoints): Revise
8250 documentation for pending breakpoints. Document
8251 breakpoints with multiple locations.
8252
8253 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
8254
8255 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8256 Document -list-features.
8257
8258 2007-09-15 Eli Zaretskii <eliz@gnu.org>
8259
8260 * gdb.texinfo (Output): Spell out which features of C's printf are
8261 not supported by GDB's printf.
8262 (Separate Debug Files): More accurate wording regarding build ID
8263 and a reference to the ld manual rather than the Fedora wiki.
8264
8265 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8266 Jim Blandy <jimb@codesourcery.com>
8267
8268 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
8269 (Examining Memory): Update mentions of the 's' format.
8270 (Automatic Display): Likewise.
8271
8272 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
8273
8274 * gdb.texinfo: Update the FSF's Back-Cover Text.
8275
8276 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8277 Eli Zaretskii <eliz@gnu.org>
8278
8279 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
8280 Fixed the ``build ID'' name. New binaries build instructions for the
8281 build ID inclusion. Explain how the commands are specific to the build
8282 ID vs. debug link.
8283
8284 2007-09-01 Eli Zaretskii <eliz@gnu.org>
8285
8286 * gdb.texinfo (Separate Debug Files): Fix last change. Add
8287 indexing for ``build ID'' support.
8288
8289 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8290
8291 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8292 Enlisted BUILD ID to the debug file searching example.
8293 Included a BUILD ID `.note.gnu.build-id' section description.
8294 Updated/added the debug files splitting instructions for OBJCOPY.
8295
8296 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8297
8298 * gdb.texinfo (Variable Objects): Adjust docs
8299 for -var-info-expression and document
8300 -var-info-path-expression.
8301
8302 2007-08-20 Jim Blandy <jimb@codesourcery.com>
8303
8304 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8305 (title page): Include the dedication in the printed manual, as a
8306 separate page after the copyright notice.
8307
8308 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8309 don't break a @var across a line.
8310
8311 2007-07-25 Maciej W. Rozycki <macro@mips.com>
8312
8313 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8314 for include files.
8315
8316 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
8317
8318 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
8319 in annotate.texinfo.
8320 (Command History): Link to new node.
8321
8322 2007-07-05 Markus Deuling <deuling@de.ibm.com>
8323
8324 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8325
8326 2007-07-05 Eli Zaretskii <eliz@gnu.org>
8327
8328 * gdbint.texinfo (Target Conditionals): Fix last change.
8329
8330 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8331
8332 * gdb.texinfo: Replace following macros by their appropriate gdbarch
8333 routines:
8334 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8335 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8336 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8337 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8338 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8339 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8340 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8341 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8342 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8343 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8344 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8345 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8346 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8347 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8348 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8349 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8350 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8351 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8352 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8353 (SOFTWARE_SINGLE_STEP_P)
8354
8355 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8356 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8357
8358 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8359 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8360 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8361 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8362 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8363 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8364 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8365 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8366 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8367 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8368
8369 (Converting an existing Target Architecture to Multi-arch): Remove
8370 section.
8371
8372 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8373 (gdbarch_addr_bits_remove): Add code example.
8374
8375 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8376
8377 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8378
8379 * gdb.texinfo (Remote Configuration): Document library-info-packet.
8380 Add other missing entries. Adjust the table size to fit.
8381 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
8382 stop reasons including the new "library" event.
8383 (General Query Packets): Adjust table widths for qSupported. Mention
8384 qXfer:libraries:read reply to qSupported and document the new packet.
8385 (Library List Format): New section.
8386
8387 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8388
8389 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8390
8391 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
8392
8393 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8394
8395 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
8396
8397 * gdbint.texinfo (Register and Memory Data): Break sections
8398 into nodes and add a menu.
8399
8400 2007-06-21 Maciej W. Rozycki <macro@mips.com>
8401
8402 * gdb.texinfo (Examining Memory): Document the new behaviour.
8403
8404 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8405
8406 * gdb.texinfo (Standard Target Features): Document
8407 m68k features.
8408
8409 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8410
8411 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8412
8413 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8414
8415 * gdb.texinfo (Target Description Format): Add version attribute
8416 for <target>.
8417
8418 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8419
8420 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8421
8422 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8423
8424 * gdb.texinfo (MIPS Features): New subsection.
8425
8426 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8427 Markus Deuling <deuling@de.ibm.com>
8428
8429 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8430 and qXfer:spu:write packets and mention them under qSupported.
8431
8432 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8433 Markus Deuling <deuling@de.ibm.com>
8434
8435 * gdb.texinfo (Architectures): Add new SPU section to document
8436 Cell Broadband Engine SPU architecture specific commands.
8437
8438 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8439
8440 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8441 comments.
8442
8443 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
8444
8445 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8446
8447 2007-05-29 Jim Blandy <jimb@codesourcery.com>
8448
8449 * gdb.texinfo (Overview): Doc fix.
8450
8451 2007-05-22 Maciej W. Rozycki <macro@mips.com>
8452
8453 * gdb.texinfo (Remote Configuration): Document "set/show
8454 remoteflow".
8455
8456 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8457
8458 * gdb.texinfo (MIPS): Remove documentation for set mips
8459 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8460 stack-arg-size.
8461
8462 2007-05-14 Bob Wilson <bob.wilson@acm.org>
8463
8464 * all-cfg.texi (GDBTUI): New.
8465 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8466 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8467 (TUI Configuration): Edit to improve clarity and fix problems of
8468 both style and content.
8469
8470 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8471
8472 * observer.texi (GDB Observers): New observer "new_objfile".
8473
8474 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8475
8476 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8477
8478 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8479
8480 * gdb.texinfo (GDB/MI Variable Objects): Document
8481 frozen variables objects.
8482
8483 2007-04-13 Paul Brook <paul@codesourcery.com>
8484
8485 * gdb.texinfo: Document ieee_single and ieee_double target types.
8486
8487 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8488
8489 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8490 (Character Sets, Caching Data of Remote Targets): Likewise.
8491 (Targets): Delete Remote node. Move its text...
8492 (Debugging Remote Programs): ...to here. Delete description
8493 of the "remote" command.
8494 (Remote configuration): Delete description of "set remotedevice"
8495 and "show remotedevice".
8496 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8497
8498 2007-04-11 Steve Ellcey <sje@cup.hp.com>
8499
8500 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8501
8502 2007-04-11 Bob Wilson <bob.wilson@acm.org>
8503
8504 * gdb.texinfo (Contributors, Continuing and Stepping)
8505 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8506 (General Query Packets, File-I/O Remote Protocol Extension)
8507 (Protocol Basics, The F Reply Packet, Write)
8508 (Protocol-specific Representation of Datatypes, Memory Transfer):
8509 Fix hyphenation, punctuation and grammar problems.
8510 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8511 'section' instead of 'subsection' in the text.
8512 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8513 (i386): Remove period from section name.
8514 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8515 (Config Names, Configure Options): Use @file{configure}.
8516
8517 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8518
8519 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8520 and tab expansion.
8521
8522 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8523
8524 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8525
8526 2007-04-02 Bob Wilson <bob.wilson@acm.org>
8527
8528 * gdb.texinfo: Consistently capitalize all significant words in
8529 node names, chapter titles, section titles, and headings. Update
8530 cross references to match.
8531 (Starting and Stopping Trace Experiment): Make node name plural.
8532 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8533
8534 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8535
8536 * gdb.texinfo (WinCE): Delete obsolete subsection.
8537
8538 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8539
8540 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8541 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8542 references.
8543
8544 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8545
8546 * gdb.texinfo (Startup): Delete references to some alternate
8547 names for .gdbinit.
8548 (Thread): Remove LynxOS reference.
8549 (Tandem ST2000): Delete target-specific documentation.
8550 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8551 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8552 and GDB_OSABI_LYNXOS.
8553
8554 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8555
8556 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8557
8558 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8559
8560 * gdbint.texinfo (Target Conditionals): Remove mention of
8561 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8562 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8563
8564 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8565
8566 * Makefile.in: Add "pdfdir" installation
8567 directory, PDFTEX macro, support for "install-pdf" target,
8568 and rules for making a pdf version of refcard.texi.
8569 * refcard.tex: Specify paper size for PDF output.
8570
8571 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8572
8573 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8574
8575 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8576
8577 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8578 (Source Path, Character Sets, Macros, Define)
8579 (GDB/MI Result Records, GDB/MI Simple Examples)
8580 (GDB/MI Program Execution, GDB/MI File Commands)
8581 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8582 (Bug Reporting): Use @value{GCC}.
8583
8584 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8585
8586 * gdb.texinfo (Help): Fix formatting of examples.
8587 (Variables): Use @ifnotinfo instead of @iftex.
8588 (Non-debug DLL symbols): Use @ref instead of @pxref.
8589 (Sparclet File): Use @samp instead of quotes.
8590
8591 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8592
8593 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8594
8595 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8596
8597 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8598 the order of the nodes.
8599 (C Operators, C Constants, Debugging C): Remove extra menus.
8600 (Method Names in Commands): Do not specify next/prev/up nodes.
8601
8602 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8603
8604 * gdb.texinfo (File Options): Add missing parenthesis.
8605 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8606
8607 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8608
8609 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8610
8611 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8612
8613 * gdb.texinfo (Standard Target Features): Mention
8614 case insensitivity.
8615 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8616
8617 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8618
8619 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8620 (Files): Add section name to argument list for pxref.
8621 (Non-debug DLL symbols): Don't use `see' for pxref.
8622 (Embedded Processors): Fix typo.
8623 (GDB/MI Breakpoint Commands): Execution commands generate
8624 *stopped not ^done.
8625
8626 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8627
8628 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8629 values for in_scope. Mention that only root variables can be
8630 updated.
8631 (GDB/MI Development and Front Ends): Explain new values may be
8632 added to existing fields.
8633
8634 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8635
8636 * gdb.texinfo (-target-disconnect): Use @smallexample.
8637 (Requirements): Add anchor for Expat. Update description.
8638 (Target Descriptions): Mention Expat.
8639 (Target Description Format): Document new elements. Use
8640 @smallexample.
8641 (Predefined Target Types, Standard Target Features): New sections.
8642 * gdbint.texinfo (Target Descriptions): New section.
8643
8644 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8645
8646 * gdb.texinfo (Target Description Format): Add section on XInclude.
8647
8648 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8649
8650 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8651 command -enable-timings.
8652
8653 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8654
8655 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8656 descriptions for new/deleted elements in gdb_osabi. Add missing
8657 description for function generic_elf_osabi_sniff_abi_tag_sections.
8658
8659 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8660
8661 * gdb.texinfo (Maintenance Commands): Add documentation for
8662 the new "maint print target-stack" command.
8663
8664 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8665 Eli Zaretskii <eliz@gnu.org>
8666
8667 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8668
8669 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8670
8671 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8672 Use @value{NGCC} instead of @value{GCC}.
8673
8674 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8675
8676 * agentexpr.texi: Fix typos.
8677 * annotate.texinfo: Likewise.
8678 * gdb.texinfo: Likewise.
8679 * gdbint.texinfo: Likewise.
8680 * observer.texi: Likewise.
8681 * stabs.texinfo: Likewise.
8682
8683 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8684
8685 * gdbint.texinfo (Support Libraries): Remove mmalloc
8686 entry. Describe readline library.
8687
8688 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8689
8690 * gdb.texinfo (Target Descriptions): New section.
8691 (General Query Packets): Add QPassSignals anchor. Mention
8692 qXfer:features:read under qSupported. Expand mentions of
8693 qXfer:memory-map:read and QPassSignals. Document
8694 qXfer:features:read.
8695
8696 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8697
8698 * gdb.texinfo (Commands to specify files): Describe
8699 "set sysroot" and "show sysroot".
8700 (Using the `gdbserver' program): Lowercase argument
8701 to @var. Expand description of setting up GDB on the
8702 host.
8703
8704 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8705
8706 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8707 catch exception, catch exception unhandled, and catch assert
8708 commands.
8709
8710 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8711
8712 * gdb.texinfo (Debugging Output): Document "set debug xml"
8713 and "show debug xml".
8714
8715 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8716
8717 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8718
8719 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8720
8721 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8722
8723 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8724
8725 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8726 note in @ignore, to be removed later if nobody complains.
8727
8728 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8729
8730 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8731 of -var-delete.
8732
8733 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8734
8735 * gdb.texinfo (Setting breakpoints): Document
8736 automatic software/hardware breakpoint usage and
8737 the "set breakpoint auto-hw" command.
8738
8739 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8740
8741 * gdb.texinfo (Memory Access Checking): New.
8742
8743 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8744
8745 * gdb.texinfo (Remote configuration): Mention
8746 "pass-signals-packet".
8747 (General Query Packets): Document QPassSignals. Fix
8748 a typo.
8749
8750 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8751
8752 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8753
8754 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8755
8756 * gdb.texinfo (Remote configuration): Rewrite documentation for
8757 packet configuration commands.
8758 (OS Information): Adjust reference to qXfer:auxv:read.
8759 (General Query Packets): Remove references to read-aux-vector-packet
8760 and set remote get-thread-local-storage-address.
8761
8762 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8763
8764 * gdbint.texinfo (Target Architecture Definition): Add new
8765 Initializing a New Architecture section.
8766
8767 2006-10-31 David Taylor <dtaylor@emc.com>
8768
8769 * stabs.texinfo (Macro define and undefine): New node describing
8770 stabs for #define and #undef.
8771
8772 2006-10-27 Andreas Schwab <schwab@suse.de>
8773
8774 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8775
8776 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8777
8778 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8779 clarify on the possible meanings of ``expression'' watched by
8780 watchpoints. Add indexing.
8781 (Prompting, Errors, Invalidation, Annotations for Running)
8782 (Source Annotations): Fix index entries by adding "annotation" to
8783 them, to discriminate from index entries that point to the more
8784 general topic descriptions.
8785
8786 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8787
8788 * gdbint.texinfo (Target Vector Definition): Move most
8789 content into Existing Targets. Add a menu.
8790 (Existing Targets): New section, moved from Target Vector
8791 Definition. Use @subsection.
8792 (Managing Execution State): New section.
8793
8794 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8795
8796 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8797
8798 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8799
8800 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8801 (Command Syntax, Signals, Backtrace, Connecting)
8802 (Remote configuration, Renesas Boards, Console I/O): Fix last
8803 change: use Ctrl- instead of C-, except wrt Emacs.
8804 (File-I/O Examples): Put Ctrl-c in @kbd.
8805 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8806 (Console I/O): Use @samp with Ctrl-.
8807 (Signals, Set Breaks, Set Watchpoints): Document optional
8808 arguments to `info signals' `handle', `info breakpoints', and
8809 `info watchpoints'.
8810
8811 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8812
8813 * gdb.texinfo (Backtrace): Fix last change.
8814
8815 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8816
8817 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8818
8819 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8820
8821 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8822 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8823 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8824
8825 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8826 Daniel Jacobowitz <dan@codesourcery.com>
8827
8828 * gdb.texinfo (Packets): Document vFlashErase,
8829 vFlashWrite and vFlashDone packets.
8830 (General Query Packets): Document qXfer:memory-map:read.
8831 Add a new feature for qXfer:memory-map:read.
8832 (Memory map format): New section.
8833 (Target Commands): Mention that gdb can write flash.
8834
8835 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8836 Daniel Jacobowitz <dan@codesourcery.com>
8837
8838 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8839 memory regions and "mem auto".
8840
8841 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8842
8843 * gdbint.texinfo (Array Containers): New section.
8844
8845 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8846
8847 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8848 -stack-list-arguments HIGH_FRAME argument can be larger then the
8849 actual number of frames.
8850
8851 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8852
8853 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8854 -stack-list-locals HIGH_FRAME argument can be larger then the
8855 actual number of frames.
8856
8857 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8858
8859 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8860 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8861
8862 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8863
8864 * gdbint.texinfo (Overall Structure): New section "Source Tree
8865 Structure".
8866
8867 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8868
8869 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8870 responses.
8871
8872 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8873
8874 * gdb.texinfo (Source Path): Add documentation for new
8875 substitute-path commands.
8876
8877 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8878
8879 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8880 (Running Configure): ...here.
8881 (Requirements): New node. Mention expat.
8882
8883 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8884
8885 * gdb.texinfo (Target Commands): Remove
8886 'set download-write-size' and 'show download-write-size'.
8887
8888 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8889
8890 * stabs.texinfo (Member Type Descriptor): Correct example for
8891 pointer to member types.
8892
8893 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8894
8895 * gdb.texinfo (Optional warnings and messages): Add
8896 'set/show trace-commands'.
8897 (Command files): Add '-v' to source command.
8898
8899 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8900
8901 * gdb.texinfo (OS Information): Update qPart reference to
8902 qXfer.
8903 (Remote configuration): Likewise.
8904 (Overview): Move @cindex to the start of a paragraph. Talk
8905 about binary data encoding.
8906 (Packets): Refer to the overview for the details of the X
8907 packet encoding.
8908 (General Query Packets): Remove qPart description. Add qXfer
8909 description. Add an anchor to qSupported. Correct feature
8910 table title. Add a new feature for qXfer:auxv:read.
8911 (Interrupts): Add a missing parenthesis.
8912
8913 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8914
8915 * gdb.texinfo (KOD): Remove node.
8916 (GDB/MI Kod Commands): Remove commented out node.
8917
8918 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8919
8920 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8921 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8922 (GDB/MI Thread Commands, GDB/MI Program Execution)
8923 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8924 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8925 (GDB/MI File Commands, GDB/MI Target Manipulation)
8926 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8927 since the MI prompt is hard-wired into the code.
8928
8929 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8930
8931 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8932 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8933 (GDB/MI Data Manipulation): Remove description of unimplemented
8934 display related commands as variable objects perform this function
8935 and are superior: -display-delete, -display-disable,
8936 -display-enable, -display-insert and -display-list. Move
8937 -environment-cd, -environment-directory, -environment-path
8938 and -environment-pwd to "Program Context".
8939 (GDB/MI Program Control): Rename to "Program Execution". Move
8940 -exec-arguments -exec-abort to...
8941 (GDB/MI Program Context): ...here. New node split from "Data
8942 Manipulation".
8943
8944 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8945
8946 * gdb.texinfo (Remote configuration): Document set / show
8947 remote supported-packets.
8948 (General Query Packets): Document qSupported packet.
8949
8950 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8951
8952 * gdb.texinfo (system): Document behaviour with zero length
8953 string.
8954
8955 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8956
8957 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8958 and font markup.
8959 (Protocol basics): Likewise.
8960 (The F request packet): Likewise.
8961 (The F reply packet): Likewise.
8962 (Memory transfer): Move this node to be a subsubsection of
8963 "Protocol specific representation of datatypes".
8964 (The Ctrl-C message): More copy editing.
8965 (Console I/O): Likewise.
8966 (The isatty call): Delete this node, and merge its content into
8967 the "isatty" node. Fixed references elsewhere.
8968 (The system call): Delete this node, and merge its content into
8969 the "system" node. Fixed references elsewhere.
8970 (open): Reformat to use @table, and add appropriate font markup.
8971 (close): Likewise.
8972 (read): Likewise.
8973 (write): Likewise.
8974 (lseek): Likewise.
8975 (rename): Likewise.
8976 (unlink): Likewise.
8977 (stat/fstat): Likewise.
8978 (gettimeofday): Likewise.
8979 (isatty): Likewise.
8980 (system): Likewise, plus minor changes to fix confusing wording.
8981 (Integral datatypes): Fix font markup.
8982 (Pointer values): Likewise.
8983 (struct stat): Fix markup to use @table, plus minor copy editing.
8984 (struct timeval): Fix font markup, plus minor copy editing.
8985 (Constants): Minor copy editing.
8986 (Errno values): Add font markup.
8987 (File-I/O Examples): Likewise.
8988
8989 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8990
8991 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8992 (GDB/MI Simple Examples): Move node up one level. Use real
8993 examples.
8994 (GDB/MI Compatibility with CLI): Update.
8995 (GDB/MI Result Records): Add "connected" and "exit" result
8996 classes.
8997 (GDB/MI Stream Records): Clarify target output.
8998 (GDB/MI Command Description Format): Modify example description.
8999 (GDB/MI Breakpoint Table Commands): Rename to...
9000 (GDB/MI Breakpoint Commands): ...this
9001 (GDB/MI Breakpoint Commands): Add optional thread field.
9002 (GDB/MI Program Control): Add an introduction. Move "Program
9003 termination" examples into exec-run description.
9004 (GDB/MI File Commands): Mention similar CLI commands.
9005 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
9006 is similar to "-gdb-version".
9007
9008 2006-06-09 Eli Zaretskii <eliz@gnu.org>
9009
9010 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
9011
9012 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
9013
9014 * gdb.texinfo (GDB/MI Development and Front Ends): Use
9015 sourceware.org for mailing lists.
9016 (GDB/MI File Commands): New node split from Program Control.
9017
9018 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9019
9020 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
9021
9022 2006-05-22 Eli Zaretskii <eliz@gnu.org>
9023
9024 * gdb.texinfo (Cygwin Native): Fix last change.
9025
9026 2006-05-22 Christopher Faylor <cgf@timesys.com>
9027
9028 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
9029
9030 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
9031
9032 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
9033 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
9034
9035 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9036
9037 * gdb.texinfo (General Query Packets): Recommend not starting
9038 new packets with qC and clarify.
9039
9040 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
9041
9042 * gdb.texinfo (M2 Types): New section.
9043
9044 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
9045
9046 * agentexpr.texi: Add a copyright and license notice.
9047 * observer.texi: Likewise, with GPL clause for function prototypes.
9048 Remove trailing whitespace.
9049
9050 2006-05-05 Jim Blandy <jimb@codesourcery.com>
9051
9052 * gdb.texinfo (General Query Packets): Document conventions for
9053 terminating packet names, and their violations.
9054
9055 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9056
9057 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
9058 * gdb.texinfo: Likewise.
9059
9060 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9061
9062 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
9063 and "show remotedebug".
9064 (Debugging Output): Add additional index entries.
9065
9066 2006-04-27 Michael Snyder <msnyder@redhat.com>
9067
9068 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
9069
9070 2006-04-22 Andrew Cagney <cagney@redhat.com>
9071
9072 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
9073 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
9074
9075 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
9076
9077 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
9078 and remove breakpoint prototypes.
9079 (Watchpoints): Move description of target_insert_hw_breakpoint and
9080 target_remove_hw_breakpoint ...
9081 (Breakpoints): ... to here. Document target_insert_breakpoint and
9082 target_remove_breakpoint.
9083
9084 2006-04-17 Jim Blandy <jimb@codesourcery.com>
9085
9086 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
9087 and C packets are optional.
9088
9089 2006-04-14 Frederic Riss <frederic.riss@st.com>
9090
9091 * gdb.texinfo (Specifying source directories): Update the description
9092 of the source file search to reflect the fact that the source path
9093 always contains at least $cdir and $cwd.
9094
9095 2006-03-31 Michael Snyder <msnyder@redhat.com>
9096
9097 * gdb.texinfo: Update copyright dates.
9098
9099 2006-03-31 Eli Zaretskii <eliz@gnu.org>
9100
9101 * gdb.texinfo (Overview): Add an index entry to "empty response".
9102
9103 2006-03-29 Steve Ellcey <sje@cup.hp.com>
9104
9105 * gdb.texinfo: Remove gdbserve.nlm documentation.
9106
9107 2006-03-28 Jim Blandy <jimb@codesourcery.com>
9108
9109 * gdbint.texinfo (Prologue Analysis): New section.
9110
9111 2006-03-07 Jim Blandy <jimb@red-bean.com>
9112
9113 * gdb.texinfo (Connecting): Document 'target remote pipe'.
9114
9115 * gdb.texinfo (Target Commands): Update text describing how to
9116 specify a target. Refer to the detailed section on remote
9117 debugging, not the brief mention.
9118
9119 * gdb.texinfo (Connecting): Organize the different 'target remote'
9120 connection methods into a table. Add a 'target remote' index
9121 entry. (!!!)
9122
9123 2006-02-17 Fred Fish <fnf@specifix.com>
9124
9125 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
9126 'ptype' commands to reflect the fact that the only significant
9127 difference between them is that ptype prints the complete type
9128 description instead of just the name.
9129
9130 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
9131
9132 * gdbint.texinfo (Watchpoints): Delete
9133 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
9134
9135 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
9136
9137 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
9138 times fields where needed. Fix typos. Update general form given
9139 for output of -break-insert.
9140 (GDB/MI): Abbreviate some unnecessarily long fullnames.
9141
9142 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
9143
9144 * gdbint.texinfo (Symbol Handling): Add a section
9145 on memory management.
9146
9147 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
9148
9149 * gdb.texinfo (Breakpoint table commands): Document the fullname
9150 field in -break-list output.
9151
9152 2006-02-03 Eli Zaretskii <eliz@gnu.org>
9153
9154 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
9155 debugging information produced by the various "set debug..."
9156 options.
9157
9158 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9159
9160 * gdb.texinfo (Files): Remove obsolete bits from the description
9161 of "symbol-file".
9162
9163 2006-01-25 Jim Blandy <jimb@redhat.com>
9164
9165 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
9166
9167 2006-01-24 Jim Blandy <jimb@redhat.com>
9168
9169 * gdbint.texinfo (Frames): Document the basics of GDB's register
9170 unwinding model, and explain the existence of the "sentinel" frame.
9171
9172 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
9173
9174 * gdb.texinfo (Choosing files): Mention that -directory is used
9175 for script files.
9176 (Specifying source directories): Likewise.
9177 (Command files): Explain how script files are found.
9178
9179 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9180
9181 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
9182 the threads in a multi-threaded program.
9183 (Threads): The threadno argument of "thread apply" can be a range
9184 of numbers.
9185
9186 2006-01-18 Jim Blandy <jimb@redhat.com>
9187
9188 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
9189 of warning flags.
9190
9191 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9192
9193 * gdb.texinfo (Sequences): Improve menu annotations.
9194 (Define): Add index entries for arguments of user-defined
9195 commands. Move the description of flow-control commands...
9196 (Command Files): ...to here. Document loop_break and
9197 loop_continue.
9198 (Define, Command Files): Document `end' and add index entries for
9199 it.
9200
9201 2006-01-04 Michael Snyder <msnyder@redhat.com>
9202
9203 * gdb.texinfo: Add documentation for linux-fork.
9204 * gdbint.texinfo: Add internal documentation for checkpoints.
9205
9206 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
9207
9208 * gdb.texinfo (Omissions from Ada): Document that there is now
9209 limited aggregate support.
9210
9211 2005-12-28 Eli Zaretskii <eliz@gnu.org>
9212
9213 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
9214 registers and the likes.
9215
9216 2005-12-24 Eli Zaretskii <eliz@gnu.org>
9217
9218 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
9219 (Symbols): Fix usage of "e.g.".
9220 (Memory Region Attributes): Fix usage of "etc."
9221
9222 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
9223 (Coding): Fix usage of "e.g.".
9224
9225 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9226
9227 * stabs.texinfo:
9228 * refcard.tex:
9229 * gpl.texi:
9230 * gdbint.texinfo:
9231 * gdb.texinfo:
9232 * gdb-cfg.texi:
9233 * fdl.texi:
9234 * annotate.texinfo:
9235 * all-cfg.texi:
9236 * Makefile.in: Add (C) after Copyright. Update the FSF
9237 address.
9238
9239 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9240
9241 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
9242 extend GDB with commands for external monitor.
9243
9244 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9245
9246 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
9247
9248 2005-11-25 Joel Brobecker <brobecker@adacore.com>
9249
9250 * gdbint.texinfo (Start of New Year Procedure): New chapter.
9251
9252 2005-11-21 Jim Blandy <jimb@redhat.com>
9253
9254 * gdb.texinfo (Tracepoint Packets): Document restrictions on
9255 placement of 'R' actions in tracepoint action packets; document
9256 dependence of 'X' and 'M' actions on a preceding 'R' action for
9257 their registers.
9258
9259 2005-11-19 Jim Blandy <jimb@redhat.com>
9260
9261 * gdb.texinfo (Tracepoint Packets): New node.
9262 (General Query Packets): Add entries for the tracepoint packets,
9263 referring to the "Tracepoint Packets" node.
9264 (Tracepoints): Add reference to "Tracepoint Packets".
9265
9266 2005-11-18 Kevin Buettner <kevinb@redhat.com>
9267
9268 * gdb.texinfo (set remotebreak): Add anchor.
9269 (X packet): Likewise.
9270 (Remote Protocol): Add new section `Interrupts' and new index
9271 entry `interrupts (remote protocol)'.
9272
9273 2005-11-18 Jim Blandy <jimb@redhat.com>
9274
9275 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
9276 entries into the General Query Packets section. Add a
9277 cross-reference to that section. Drop description of replies, as
9278 these are covered in the descriptions of each packet.
9279 (General Query Packets): Add introductory text. Explain naming
9280 conventions, and how the end of a name is recognized.
9281
9282 2005-11-17 Kevin Buettner <kevinb@redhat.com>
9283
9284 * gdb.texinfo (Remote configuration): Fix typo in description of
9285 "set remotebreak" command.
9286
9287 2005-11-16 Jim Blandy <jimb@redhat.com>
9288
9289 * gdb.texinfo (Packets, Stop Reply Packets)
9290 (General Query Packets): Various formatting cleanups.
9291 - Use @samp for packet contents.
9292 - Drop summaries from packet @item lines; the same information appears
9293 immediately below in the description.
9294 - Delete paragraph breaks after packet @item commands, so that the
9295 description appears directly to the right of the packet prototype
9296 in the printed manual, if it fits.
9297 - Place spaces in packet prototypes between @vars and non-@var
9298 letters, and explain that they're just for formatting.
9299 - Use @dots{} instead of '...'.
9300 - Fix uses of @code where @var was needed.
9301 - Replace "deprecated" markers with English text spelling out the
9302 packet's status and the preferred alternatives.
9303 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9304 what this ever meant.
9305 - Remove "(draft)" markers on 'i' packets; nobody has commented on
9306 this for a long time.
9307 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9308 implemented several times, and have been in use for years.
9309
9310 2005-11-15 Jim Blandy <jimb@redhat.com>
9311
9312 * gdb.texinfo (Packets): Add index entries for 'm' packet
9313 disclaimers.
9314
9315 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9316 of stub when processing an 'm' packet.
9317
9318 * gdb.texinfo (Packets): Mention that packets beginning with
9319 letters are reserved once, at the top, instead of actually listing
9320 them all and saying "reserved".
9321
9322 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
9323
9324 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9325 Change @var{$arg0 to @code{$arg0.
9326
9327 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
9328
9329 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9330
9331 2005-11-12 Jim Blandy <jimb@redhat.com>
9332
9333 * gdb.texinfo (General Query Packets): Put packets in alphabetical
9334 order. Remove extraneous 'z'.
9335
9336 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
9337
9338 * gdb.texinfo (Choosing files): Add --eval-command.
9339
9340 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
9341
9342 * gdb.texinfo (Choosing modes): Add --return-child-result.
9343
9344
9345 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
9346
9347 * gdb.texinfo (Choosing modes): Add --batch-silent.
9348
9349 2005-10-28 Eli Zaretskii <eliz@gnu.org>
9350
9351 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9352 "The -var-update Command".
9353
9354 2005-10-03 Joel Brobecker <brobecker@adacore.com>
9355
9356 * gdb.texinfo (Print Settings): Add documentation for set/show
9357 print array-indexes.
9358
9359 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9360
9361 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9362 6.2 and 6.3.
9363
9364 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9365
9366 * gdb.texinfo (File Options): Don't document --mapped, it's gone
9367 since 19-Jan-2004.
9368 (Files): Likewise.
9369 (Variables, Symbols): Document the "<incomplete type>" message and
9370 its reasons.
9371
9372 2005-08-01 Fred Fish <fnf@specifix.com>
9373
9374 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9375
9376 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
9377
9378 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9379 option for -var-list-children and -var-update.
9380 (GDB/MI Stack Manipulation): Simplify description of
9381 print-values option for -stack-list-locals.
9382 (GDB/MI Command Description Format): Clarify.
9383 (Mode Options): Spelling of superseded.
9384
9385 2005-07-12 Bob Rossi <bob@brasko.net>
9386
9387 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9388 corresponding GDB command comment.
9389
9390 2005-07-06 Bob Rossi <bob@brasko.net>
9391
9392 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9393 and -inferior-tty-show.
9394 (Input/Output): Document "set/show inferior-tty" and tty alias.
9395
9396 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9397
9398 * gdb.texinfo (Packets): Change description of 'D' packet to note
9399 that GDB does wait for a response.
9400
9401 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
9402
9403 * gdb.texinfo (History) Rename "Command History".
9404 (Command History): Move node "Server Prefix" from section on
9405 Annotations here.
9406
9407 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9408
9409 * gdb.texinfo (GDB/MI Stack Manipulation):
9410 Re-instate -stack-info-frame with example. Say that it gets
9411 info on selected frame, not current frame.
9412
9413 2005-06-18 Eli Zaretskii <eliz@gnu.org>
9414
9415 * gdb.texinfo (Server): Clarify that `file' should be used before
9416 connecting to the server.
9417 (Files): Add an xref to the above description.
9418 (Output Formats): More detailed description of the `c' format.
9419 (Memory): List explicitly all the formats supported by `x'.
9420 (Threads): Add an @cindex entry for "thread apply".
9421 (Files): Document the possibility of loading unlinked object
9422 files. Add more indexing for solib-absolute-prefix and
9423 --with-sysroot.
9424 (Machine Code): Document possible problems with locations in
9425 shared libraries.
9426 (Backtrace): Document that free-standing environments do not need
9427 to have a `main' function.
9428
9429 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
9430
9431 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9432 -stack-info-frame.
9433
9434 2005-06-07 Andrew Cagney <cagney@gnu.org>
9435
9436 * gdb.texinfo (Contributors): Note the original multi-arch
9437 contributors.
9438
9439 2005-06-03 Eli Zaretskii <eliz@gnu.org>
9440
9441 * gdb.texinfo (Registers): Add index entries for the standard
9442 registers.
9443 (Frames): Add cross-reference from frame pointer description to
9444 the Registers node.
9445 (Annotations Overview): Fix the reference to GDB name.
9446
9447 2005-06-01 Eli Zaretskii <eliz@gnu.org>
9448
9449 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9450 can-use-hw-watchpoints.
9451
9452 2005-05-28 Bob Rossi <bob@brasko.net>
9453
9454 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9455 the possible reasons why an exec async record would be returned to FE.
9456
9457 2005-05-26 Andrew Cagney <cagney@gnu.org>
9458
9459 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9460 Andrew Cagney implemented the original GDB/MI.
9461
9462 2005-05-23 Orjan Friberg <orjanf@axis.com>
9463
9464 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9465 documentation. Add documentation for cris-mode.
9466
9467 2005-05-20 Eli Zaretskii <eliz@gnu.org>
9468
9469 * gdb.texinfo (Numbers): Explain the example and make the wording
9470 more acurate.
9471
9472 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9473 Dennis Brueni <dennis@slickedit.com>
9474
9475 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9476 (GDB/MI Data Manipulation, GDB/MI Program Control)
9477 (GDB/MI Stack Manipulation): Update examples to include the fullname
9478 attribute in stack frames.
9479
9480 2005-05-12 Eli Zaretskii <eliz@gnu.org>
9481
9482 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9483 do with other non-standard names of init files.
9484
9485 2005-05-11 Eli Zaretskii <eliz@gnu.org>
9486
9487 * gdb.texinfo (Command Files): Move the description of the startup
9488 from here...
9489 (Startup): ...to this new subsection of the Invocation chapter.
9490 Rearrange the description of init files more logically and add a
9491 cross-reference to "Command Files". Document the special gdbinit
9492 name for CISCO 68k. Expand the description of what GDB does
9493 during startup.
9494 (History): Add index entry for HISTSIZE.
9495
9496 2005-05-02 Mark Kettenis <kettenis@gnu.org>
9497
9498 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9499
9500 2005-05-02 Eli Zaretskii <eliz@gnu.org>
9501
9502 * gdb.texinfo (SVR4 Process Information, The isatty call)
9503 (The system call): Don't use foo(N) notation for man pages and
9504 functions.
9505 (Compilation, DJGPP Native): Improve wording.
9506
9507 2005-04-27 Eli Zaretskii <eliz@gnu.org>
9508
9509 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9510 were optimized away.
9511
9512 2005-04-22 Eli Zaretskii <eliz@gnu.org>
9513
9514 * gdb.texinfo (Remote configuration): Document "set/show
9515 get-thread-local-storage-address". Add cross-reference to the
9516 description of the qGetTLSAddr packet.
9517 (General Query Packets): Mention "set remote
9518 get-thread-local-storage-address" and add a reference to its
9519 description.
9520
9521 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
9522
9523 * gdb.texinfo (Backtrace): Describe 'bt full'.
9524
9525 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
9526
9527 * gdb.texinfo (Mode Options): Fix typo.
9528 (GDB/MI): Describe how to invoke GDB/MI.
9529
9530 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9531
9532 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9533 references changed. Add description of "info udot".
9534 (Files): Document "set/show stop-on-solib-events".
9535 (M32R/D): Document "set/show download-path", "set/show
9536 board-address", "set/show server-address", "upload", "tload".
9537 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9538 "use_mon_code", "use_ib_break", "use_dbt_break".
9539 (Maintenance Commands): Improve indexing.
9540 (Target Commands): Document "set/show hash", "set/show debug
9541 monitor".
9542 (SVR4 Process Information): Document "info pidlist" and "info
9543 meminfo". Document "set/show procfs-tarce" and "set/show
9544 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9545 (Symbols, The Print Command with Objective-C): Improve indexing.
9546 (Objective-C): Add references to "info classes" and "info
9547 selectors".
9548 (Debugging Output): Improve wording. Document "set/show debug
9549 solib-frv". Fix "set/show debugvarobj".
9550 (Set Breaks): Add index entry for "hardware breakpoints".
9551 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9552 and "set/show usehardbreakpoints".
9553 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9554 monitor-prompt", "set/show monitor-warnings", "pmon".
9555 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9556 rdiromatzero", "set/show rdiheartbeat".
9557 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9558 "sds".
9559 (Embedded Processors): Document the "sim" command.
9560 (Remote): Document the "remote" command.
9561 (DJGPP Native): Document the "info serial" command.
9562 (Threads): Document "maint info sol-threads".
9563 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9564 (Set Breaks): Improve indexing.
9565 (Command Syntax): Add a reference to dont-repeat.
9566 (Define): Document "dont-repeat".
9567 (TUI Commands): Document "tabset".
9568 (WinCE): New subsection. Document "set/show remotedirectory",
9569 "set/show remoteupload", "set/show remoteaddhost".
9570
9571 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9572
9573 * gdb.texinfo (Hurd Native): New subsection, documents
9574 Hurd-specific commands.
9575 (Maintenance Commands): Add cross-reference to "Debugging Output".
9576 (Debugging Output): Document "set/show debug lin-lwp".
9577 (MIPS): Improve documentation of heuristic-fence-post. Document
9578 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9579 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9580 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9581 (ARM): Document ARM-specific commands.
9582 (AVR): New section. Document "info io_registers".
9583 (CRIS): New section. Document "set/show cris-version" and
9584 "set/show cris-dwarf2-cfi".
9585 (HPPA): New section. Document "set/show debug hppa" and "maint
9586 print unwind".
9587 (Neutrino): New subsection. Document "set/show debug nto-debug".
9588 (Super-H): New section. Document the "regs" command.
9589 (Debugging Output): Document "set/show debug aix-thread".
9590
9591 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9592
9593 * gdb.texinfo (Print Settings): Document "set/show print
9594 pascal_static-members", "set print repeats", "show print
9595 null-stop". Improve indexing. Fix documentation of "set print
9596 union".
9597 (Pascal): New section.
9598 (Supported languages): Rename from "Support"; all references
9599 updated. Add a menu item for Pascal.
9600 (Numbers): Document "set radix.
9601 (Screen Size): Document "set/show pagination".
9602 (MIPS Embedded): Remove "set processor" documentation.
9603 (Remote configuration): Document "set/show X/P/Z-packet",
9604 "set/show read-aux-vector-packet", "set/show remote
9605 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9606 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9607 remotedebug", "set/show remotebreak", "set/show remotedevice",
9608 "set/show remotelogfile".
9609 (Auxiliary Vector): Add reference to the description of the
9610 read-aux-vector-packet setting.
9611 (Set Watchpoints): Add a cross-reference to "set remote
9612 hardware-breakpoint-limit".
9613 (General Query Packets): Add indexing of requests and
9614 cross-references to related commands in "Remote configuration".
9615 (File-I/O Overview, The system call): Fix wording and typos.
9616 (Thread Stops): Add index entries.
9617 (Continuing and Stepping): Document "show step-mode".
9618 (i386): New node. Document "set/show struct-convention".
9619 (Files): Document "show trust-readonly-sections".
9620 (Calling): Document "set/show unwindonsignal".
9621 (Messages/Warnings): Add index entries.
9622 (Maintenance Commands): Document "set/show watchdog".
9623 (Annotations Overview): Document "show annotate".
9624 (Set Watchpoints): Add index entries.
9625 (Symbols): Fix doc of case-sensitive.
9626 (ABI): Document "show coerce-float-to-double".
9627 (Convenience Vars, Help): Improve indexing.
9628 (Machine Code): Document "show disassembly-flavor".
9629 (Debugging C plus plus): Document "show overload-resolution".
9630 (Value History, Signaling): Add index entries.
9631
9632 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9633
9634 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9635 (Processes): Fix wording.
9636 (History, List, Logging output, Define, Symbols, Print Settings):
9637 Improve indexing.
9638
9639 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9640
9641 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9642 redundant index entry for "target" command.
9643 (Backtrace): Add index entries.
9644 (Symbols, Fortran): Document the "set case-sensitive" command.
9645 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9646 (Print Settings): Add index entry for "set demangle-style".
9647 (Target Commands): Document "set download-write-size".
9648 (Debugging Output): Document "set exec-done-display".
9649
9650 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9651
9652 * gdb.texinfo (Files): Fix the name and documentation of
9653 add-shared-symbol-files. Document its alias assf. Update the
9654 list of OSs where GDB supports shared libraries. Fix markup.
9655 (Continuing and Stepping): Add reference to @var{location} in the
9656 text.
9657 (Dump/Restore Files): Fix reference to @{filename}.
9658 (Help): Fix wording.
9659 (Attach): Ditto.
9660 (Set Watchpoints): Ditto.
9661 (Backtrace): Remove redundant index entries. Improve index
9662 entries.
9663 (Delete Breaks): Fix wording.
9664 (Memory): Document the compare-sections command.
9665 (Memory Region Attributes): Improve wording.
9666 (Disabling): Improve wording.
9667 (Fortran): New subsection. Document the "info common" command.
9668 (Help): Document aliases "info copying" and "info warranty".
9669 (Caching Remote Data): New section. Document the "set/show
9670 remotecache" and "info dcache" commands.
9671 (Show): Fix wording of the documentation of the "set
9672 extension-language" command.
9673 (Signals): Add index entry for "info handle".
9674 (Memory Region Attributes): Fix punctuation.
9675 (Symbols): Change the arg name to "location" and refer to it in
9676 the text. Fix wording of "info types" doc.
9677 (Threads): Fix usage of @enumerate @item's.
9678 (Listing Tracepoints): Add index entry for "info tp".
9679 (Set Watchpoints): Add xref to "info break" description.
9680 (Macros): Add an index entry for "macro exp1". Document the
9681 "macro list" command.
9682 (Maintenance Commands): Document "flushregs", "maint agent",
9683 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9684 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9685 "maint print architecture", "maint print objfiles", "maint print
9686 statistics", "maint print type", "maint show-debug-regs", "maint
9687 space", "maint time", and "maint translate-address".
9688 (Connecting): Document the "monitor" command.
9689 (Annotations Overview): Describe the "set annotate" command.
9690
9691 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9692
9693 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9694 Rearrange index entries and improve wording about support for
9695 hardware watchpoints.
9696
9697 2005-03-10 Bob Rossi <bob@brasko.net>
9698
9699 * gdb.texinfo: Update copyright
9700
9701 2005-02-09 Theodore A. Roth <troth@openavr.org>
9702
9703 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9704 error.
9705
9706 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9707
9708 * observer.texi (executable_changed): New observer.
9709
9710 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9711
9712 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9713
9714 2005-01-17 Michael Snyder <msnyder@redhat.com>
9715
9716 * gdb.texinfo: Fix spelling, infinte -> infinite.
9717
9718 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9719
9720 * observer.texi (GDB Observers): Document "solib_loaded".
9721
9722 2005-01-07 Andrew Cagney <cagney@gnu.org>
9723
9724 * configure.ac: Rename configure.in, require autoconf 2.59.
9725 * configure: Re-generate.
9726
9727 * configure.in: Replace configdirs with multiple references to
9728 AC_CONFIG_SUBDIRS.
9729 * configure: Re-generate.
9730
9731 2005-01-04 Andrew Cagney <cagney@gnu.org>
9732
9733 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9734 part of the version number.
9735
9736 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9737
9738 * gdbint.texinfo (Algorithms): Remove description of
9739 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9740
9741 2004-12-07 Jim Blandy <jimb@redhat.com>
9742
9743 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9744 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9745 numbers.
9746
9747 2004-12-07 Andreas Schwab <schwab@suse.de>
9748
9749 * gdb.texinfo (Mode Options): Document -l option.
9750
9751 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9752
9753 * gdbint.texinfo (Algorithms): More accurate description of
9754 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9755 is not needed unless data-read and data-access watchpoints are
9756 supported. Add a description of how GDB checks whether the
9757 inferior stopped because a watchpoint was hit.
9758
9759 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9760
9761 * gdb.texinfo (Files): Add cross-reference to description of
9762 -readnow command-line switch.
9763
9764 2004-11-10 Randolph Chung <tausq@debian.org>
9765
9766 * gdb.texinfo: Document set/show backtrace past-entry commands.
9767 Rearrange index entries for set/show backtrace past-main.
9768
9769 2004-11-10 Jon Beniston <jon@beniston.com>
9770
9771 Committed by Andrew Cagney <cagney@gnu.org>.
9772 * gdb.texinfo (Remote Serial Protocol): Further describe
9773 binary transfer escaping mechanism .
9774
9775 2004-11-08 Randolph Chung <tausq@debian.org>
9776
9777 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9778 and "show debug infrun". Add index entries.
9779
9780 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9781
9782 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9783 "info proc" that are already implemented. Add index entries.
9784 (Working Directory): Add a cross-reference to "info proc" command.
9785 (Files): Add a tip for decreasing memory used for symtabs from
9786 shared libraries.
9787 (Starting): Fix whitespace; make "elaboration" stand out where it
9788 is first used, and add an index entry for the term.
9789 (Calling): Expand and elaborate text. Add "print". Add the
9790 description of problems with weak aliases.
9791 (Core File Generation): New section.
9792
9793 2004-10-12 Andrew Cagney <cagney@gnu.org>
9794
9795 * gdbint.texinfo (Versions and Branches): New chapter.
9796 (Releasing GDB): Delete "Versions and Branches" section.
9797 (Top): Add "Versions and Branches".
9798
9799 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9800
9801 * gdb.texinfo (Editing, History): Add cross-references to the
9802 included Readline and History user documentation. Remove
9803 references to the symbol have-readline-appendices which is unused
9804 and undefined.
9805 (History): Fix indexing.
9806
9807 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9808
9809 * gdbint.texinfo (target_stopped_data_address): Update to
9810 new prototype.
9811 (i386_stopped_data_address): Update prototype and description.
9812 (i386_stopped_by_watchpoint): New function and description.
9813
9814 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9815
9816 * gdb.texinfo (Filenames): Add Ada suffixes.
9817 (Ada) New section.
9818
9819 2004-09-27 Andrew Cagney <cagney@gnu.org>
9820 Robert Picco <Robert.Picco@hp.com>
9821
9822 * gdb.texinfo (Packets): Document the "p" packet.
9823
9824 2004-09-21 Jason Molenda (jmolenda@apple.com)
9825
9826 * gdb.texinfo (Paths and Names of the Source Files): Document the
9827 meaning of values in the 'desc' field of a SO stab.
9828
9829 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9830
9831 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9832 max-cache-age" and "maint show dwarf2 max-cache-age".
9833
9834 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9835
9836 * gdb.texinfo (Set Breaks): Add index entry for setting
9837 breakpoints on overloaded C++ functions that are not members of
9838 any classes. Add an example and an index entry for setting
9839 breakpoints on all program functions.
9840 (Character Sets, Macros, Overlay Commands)
9841 (Non-debug DLL symbols, GDB/MI Output Syntax)
9842 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9843 Use "(@value{GDBP})" instead of a literal "(gdb)".
9844
9845 2004-09-12 Andrew Cagney <cagney@gnu.org>
9846
9847 * gdbint.texinfo (Native Debugging): Delete description of
9848 FILES_INFO_HOOK.
9849
9850 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9851
9852 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9853 to hex_string_custom (not historically correct, but more
9854 understandable, given the current code).
9855
9856 2004-09-03 Andrew Cagney <cagney@gnu.org>
9857
9858 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9859
9860 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9861
9862 * observer.texi (solib_unloaded): New observer.
9863
9864 2004-08-24 Andrew Cagney <cagney@gnu.org>
9865
9866 * gdbint.texinfo (Target Architecture Definition): Add missing
9867 comma.
9868
9869 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9870
9871 * (Using the Testsuite): build != host is supported,
9872 but some test scripts do not support build != host.
9873
9874 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9875
9876 * gdbint.texinfo (Host Definition): Delete description of
9877 FCLOSE_PROVIDED and GETENV_PROVIDED.
9878
9879 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9880
9881 * gdbint.texinfo (Host Definition): Remove documentation for
9882 USE_O_NOCTTY, no longer used.
9883
9884 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9885
9886 * gdbint.texinfo (Host Definition): Delete description of
9887 NO_SYS_FILE.
9888 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9889 PTRACE_FP_BUG.
9890
9891 2004-08-05 Andrew Cagney <cagney@gnu.org>
9892
9893 * gdbint.texinfo (Target Architecture Definition): Delete
9894 reference to deprecated_read_fp.
9895
9896 2004-08-02 Andrew Cagney <cagney@gnu.org>
9897
9898 * gdbint.texinfo (Target Architecture Definition): Delete
9899 description of DEPRECATED_REGISTER_BYTES.
9900
9901 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9902
9903 * gdb.texinfo (Source Path): Document the new behavior of
9904 searching for the source files.
9905
9906 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9907
9908 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9909 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9910 (Auto Display): Improve indexing.
9911
9912 2004-07-16 Andrew Cagney <cagney@gnu.org>
9913
9914 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9915 "-noasync".
9916
9917 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9918
9919 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9920 have the same prefix have only their prefix in the index.
9921
9922 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9923
9924 * gdb.texinfo (BSD libkvm Interface): New node (section)
9925 (Native): Add it to the menu.
9926
9927 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9928
9929 * gdbint.texinfo (Target Architecture Definition): Remove
9930 PCC_SOL_BROKEN.
9931
9932 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9933
9934 * gdbint.texinfo (Target Architecture Definition): Remove
9935 SUN_FIXED_LBRAC_BUG.
9936
9937 2004-06-26 Andrew Cagney <cagney@gnu.org>
9938
9939 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9940
9941 2004-06-20 Andrew Cagney <cagney@gnu.org>
9942
9943 * gdbint.texinfo (Target Architecture Definition): Deprecate
9944 USE_STRUCT_CONVENTION.
9945
9946 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9947
9948 gdb.texinfo (Bug Reporting): Mention session recording,
9949 with the script command or Emacs.
9950
9951 2004-06-18 Andrew Cagney <cagney@gnu.org>
9952
9953 * gdbint.texinfo (Target Architecture Definition): Deprecate
9954 FUNCTION_START_OFFSET.
9955
9956 2004-06-14 Andrew Cagney <cagney@gnu.org>
9957
9958 Based on changes from Karl Berry.
9959 * gdb.texinfo: Do not use @sc in a direntry.
9960 * stabs.texinfo: Change @dircateogry to "Software development".
9961 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9962
9963 2004-06-13 Andrew Cagney <cagney@gnu.org>
9964
9965 * gdbint.texinfo (Target Architecture Definition): Delete
9966 description of RETURN_VALUE_ON_STACK.
9967
9968 2004-06-09 Andrew Cagney <cagney@gnu.org>
9969
9970 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9971 deleted by previous patch.
9972
9973 2004-06-08 Andrew Cagney <cagney@gnu.org>
9974
9975 * gdbint.texinfo (Native Debugging): Delete documentation on
9976 ATTACH_DETACH.
9977
9978 2004-06-06 Randolph Chung <tausq@debian.org>
9979
9980 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9981
9982 2004-06-06 Randolph Chung <tausq@debian.org>
9983
9984 * gdb.texinfo (push_dummy_call): Update argument list to match
9985 the new push_dummy_call method signature. Describe the function
9986 argument.
9987
9988 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9989
9990 * gdb.texinfo (Starting): Document new start command.
9991
9992 2004-05-21 Andrew Cagney <cagney@redhat.com>
9993
9994 * observer.texi (GDB Observers): Document "inferior_created".
9995
9996 2004-05-08 Andrew Cagney <cagney@redhat.com>
9997
9998 * gdbint.texinfo (Target Architecture Definition): Delete
9999 description of DO_DEFERRED_STORES.
10000
10001 * gdbint.texinfo (Target Architecture Definition): Delete
10002 references to DEPRECATED_FIX_CALL_DUMMY.
10003
10004 * gdbint.texinfo (Target Architecture Definition): Delete
10005 description of DEPRECATED_CALL_DUMMY_WORDS,
10006 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
10007
10008 * gdbint.texinfo (Target Architecture Definition): Delete
10009 description of DEPRECATED_PUSH_DUMMY_FRAME.
10010
10011 * gdbint.texinfo (Target Architecture Definition): Delete
10012 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10013
10014 2004-05-07 Andrew Cagney <cagney@redhat.com>
10015
10016 * observer.texi (GDB Observers): Add "Debugging" section. Include
10017 cross reference to "set/show debug observer".
10018 * gdb.texinfo (Debugging Output): Document "set/show debug
10019 observer".
10020
10021 2004-05-01 Andrew Cagney <cagney@redhat.com>
10022
10023 * gdbint.texinfo (Target Architecture Definition): Delete
10024 description of DEPRECATED_PC_IN_SIGTRAMP.
10025
10026 2004-04-30 Andrew Cagney <cagney@redhat.com>
10027
10028 * gdbint.texinfo (Target Architecture Definition): Delete
10029 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
10030
10031 2004-04-30 Orjan Friberg <orjanf@axis.com>
10032
10033 * observer.texi (GDB Observers): Correct spelling.
10034
10035 2004-04-26 Orjan Friberg <orjanf@axis.com>
10036
10037 * observer.texi (GDB Observers): Add target_changed event.
10038
10039 2004-04-08 Andrew Cagney <cagney@redhat.com>
10040
10041 * observer.texi (GDB Observers): Rework, provide generic observer
10042 definitions and then a list of observable events.
10043
10044 2004-04-04 Andrew Cagney <cagney@redhat.com>
10045
10046 * gdbint.texinfo (Host Definition): Delete reference to
10047 NO_SIGINTERRUPT.
10048
10049 2004-04-02 Andrew Cagney <cagney@redhat.com>
10050
10051 * gdbint.texinfo (Target Architecture Definition): Delete
10052 reference to DEPRECATED_CALL_DUMMY_LENGTH.
10053
10054 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10055
10056 * gdb.texinfo (TUI Commands): Document tui reg commands.
10057
10058 2004-03-26 Andrew Cagney <cagney@redhat.com>
10059
10060 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
10061 "gdbtui".
10062 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
10063 (Contributors): Mention both Text and Terminal User Interface.
10064
10065 2004-03-23 Andrew Cagney <cagney@redhat.com>
10066
10067 * gdbint.texinfo (Target Architecture Definition): Deprecate
10068 references to SIGTRAMP_START and SIGTRAMP_END.
10069
10070 2004-03-23 Andrew Cagney <cagney@redhat.com>
10071
10072 * gdbint.texinfo (Target Architecture Definition): Deprecate
10073 references to PC_IN_SIGTRAMP.
10074
10075 2004-03-19 Andrew Cagney <cagney@redhat.com>
10076
10077 * gdbint.texinfo (Target Architecture Definition): Delete
10078 reference to GDB_TARGET_IS_HPPA.
10079
10080 2004-03-18 Andrew Cagney <cagney@redhat.com>
10081
10082 * gdbint.texinfo (Coding): Update section on gdbarch_data,
10083 describe pre_init and post_init.
10084
10085 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10086
10087 * gdb.texinfo (Debugging Output): Document values for "set debug
10088 target".
10089
10090 2004-02-28 Andrew Cagney <cagney@redhat.com>
10091
10092 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
10093
10094 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10095
10096 * gdb.texinfo (breakpoints): Add information about the
10097 new "set breakpoint pending" and "show breakpoint pending"
10098 commands.
10099
10100 2004-02-26 Andrew Cagney <cagney@redhat.com>
10101
10102 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
10103 in Per-architecture module data section.
10104
10105 2004-02-25 Roland McGrath <roland@redhat.com>
10106
10107 * gdb.texinfo (General Query Packets): Document qPart:... packets.
10108
10109 2004-02-24 Andrew Cagney <cagney@redhat.com>
10110
10111 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
10112 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
10113 * fdl.texi: Import Version 1.2, November 2002.
10114
10115 2004-02-17 Andrew Cagney <cagney@redhat.com>
10116
10117 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
10118
10119 2004-02-16 Andrew Cagney <cagney@redhat.com>
10120
10121 * gdbint.texinfo (Target Architecture Definition): Deprecate
10122 FRAMELESS_FUNCTION_INVOCATION.
10123
10124 2004-02-16 Andrew Cagney <cagney@redhat.com>
10125
10126 * gdbint.texinfo (Coding): Mention -Wunused-function.
10127
10128 2004-02-14 Andrew Cagney <cagney@redhat.com>
10129
10130 * gdbint.texinfo (Target Architecture Definition): Delete
10131 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10132
10133 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
10134
10135 * gdb.texinfo: Properly quote the name "C++".
10136 * gdbint.texinfo: Ditto.
10137 * stabs.texinfo: Ditto.
10138
10139 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
10140
10141 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
10142 minimal information about libiberty.
10143
10144 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
10145
10146 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
10147
10148 2004-02-04 Roland McGrath <roland@redhat.com>
10149
10150 * gdb.texinfo (Auxiliary Vector): New node (section).
10151 (Data): Add it to the menu.
10152
10153 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10154
10155 * gdb.texinfo (Breakpoints): Add information about pending
10156 breakpoint support.
10157
10158 2004-01-26 Andrew Cagney <cagney@redhat.com>
10159
10160 * gdb.texinfo (Overview): Delete references to the cisco protocol
10161 including the "N" response.
10162
10163 2004-01-26 Andrew Cagney <cagney@redhat.com>
10164
10165 * gdbint.texinfo (Target Architecture Definition): Rename
10166 EXTRACT_STRUCT_VALUE_ADDRESS to
10167 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10168
10169 2004-01-24 Eli Zaretskii <eliz@gnu.org>
10170
10171 * gdb.texinfo (KOD): Document "show os". Add index entries for
10172 "set/show os" and "info cisco" commands.
10173
10174 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10175
10176 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
10177
10178 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10179
10180 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
10181 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10182
10183 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
10184
10185 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
10186 -stack-list-locals.
10187 (GDB/MI Variable Objects): Describe extension to
10188 -var-list-children.
10189
10190 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10191
10192 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
10193
10194 2004-01-17 Andrew Cagney <cagney@redhat.com>
10195
10196 * gdbint.texinfo (Target Architecture Definition): Delete
10197 documentation on DEPRECATED_NPC_REGNUM.
10198
10199 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
10200
10201 * gdb.texinfo: Update copyright year. Mention that set
10202 follow-fork-mode is supported on GNU/Linux. Remove documentation of
10203 "set follow-fork-mode ask".
10204
10205 2004-01-13 Andrew Cagney <cagney@redhat.com>
10206
10207 * gdbint.texinfo: Update copyright year.
10208 (Coding): Add -Wunused-label to list of -Werror warnings.
10209
10210 2004-01-08 Jason Molenda <jmolenda@apple.com>
10211 Eli Zaretskii <eliz@gnu.org>
10212
10213 * gdb.texinfo: Update copyright.
10214 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
10215 around names, as appropriate. Minor syntax cleanup of
10216 _NSPrintForDebugger explanation. Two spaces after periods.
10217 GDBN used instead of lit. "gdb". Index entries added for
10218 print-object and _NSPrintForDebugger. @noindent added in one spot.
10219
10220 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
10221
10222 * stabs.texinfo: Add dircategory and direntry commands.
10223 * annotate.texinfo: Ditto.
10224
10225 2003-11-10 Andrew Cagney <cagney@redhat.com>
10226
10227 * gdbint.texinfo (Target Architecture Definition): Replace the
10228 return_value method's "inval" and "outval" parameters with
10229 "readbuf" and "writebuf".
10230
10231 2003-10-28 Jim Blandy <jimb@redhat.com>
10232
10233 * gdb.texinfo (The F request packet, The F reply packet): Renamed
10234 from "The `F' request packet" and "The `F' reply packet", to make
10235 texi2dvi happy.
10236 (File-I/O remote protocol extension): Update menu entries, too.
10237
10238 2003-10-26 Michael Chastain <mec@shout.net>
10239
10240 * gdb.texinfo (Thread Stops): Document the issue with
10241 premature return from system calls in multi-threaded programs.
10242
10243 2003-10-24 Andrew Cagney <cagney@redhat.com>
10244
10245 * annotate.texinfo: Fix "fortunatly"[sic].
10246
10247 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
10248
10249 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
10250 with "Hitachi" and "Mitsubishi".
10251
10252 2003-10-20 Andrew Cagney <cagney@redhat.com>
10253
10254 * gdbint.texinfo (Target Architecture Definition): Document
10255 gdbarch_return_value. Add cross references from
10256 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
10257 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
10258
10259 2003-10-18 Mark Kettenis <kettenis@gnu.org>
10260
10261 * gdbint.texinfo (Target Architecture Definition): Document
10262 regset_from_core_section.
10263
10264 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
10265
10266 * gdb.texinfo (M32R/D): Mention m32rsdi target.
10267
10268 2003-10-15 Kevin Buettner <kevinb@redhat.com>
10269
10270 From Anthony Green <green@redhat.com>:
10271 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
10272
10273 2003-10-14 Kevin Buettner <kevinb@redhat.com>
10274
10275 * gdb.texinfo (Breakpoint related warnings): New node.
10276 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
10277
10278 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
10279
10280 * gdb.texinfo (Remote Protocol): Document v and vCont.
10281
10282 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10283
10284 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10285 * gdbint.texinfo: Ditto.
10286
10287 2003-10-09 Andrew Cagney <cagney@redhat.com>
10288
10289 From 2003-09-18 David Anderson <davea@sgi.com>:
10290 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10291 "command".
10292
10293 2003-10-03 Andrew Cagney <cagney@redhat.com>
10294
10295 * gdbint.texinfo (Target Architecture Definition): Deprecate
10296 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
10297 just target.
10298
10299 2003-10-02 Andrew Cagney <cagney@redhat.com>
10300
10301 * gdbint.texinfo (Target Architecture Definition): Rename
10302 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10303 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10304 * gdbint.texinfo (Target Architecture Definition): Rename
10305
10306 2003-09-30 Andrew Cagney <cagney@redhat.com>
10307
10308 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
10309 (Target Architecture Definition):
10310
10311 * gdbint.texinfo (Target Architecture Definition): Rename
10312 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10313
10314 2003-09-29 Andrew Cagney <cagney@redhat.com>
10315
10316 * gdbint.texinfo (Target Architecture Definition): Delete
10317 documentation for NEED_TEXT_START_END.
10318
10319 * gdbint.texinfo (Target Architecture Definition): Rename
10320 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
10321 TARGET_WRITE_PC.
10322
10323 2003-09-22 Michael Chastain <mec@shout.net>
10324
10325 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10326
10327 2003-09-21 Anthony Green <green@redhat.com>
10328
10329 * gdbint.texinfo (Target Architecture Definition): Fix typos.
10330
10331 2003-09-21 Mark Kettenis <kettenis@gnu.org>
10332
10333 * gdbint.texinfo (Target Architecture Definition): Document
10334 stabs_argument_has_addr.
10335
10336 2003-09-18 Andrew Cagney <cagney@redhat.com>
10337
10338 * gdbint.texinfo (Target Architecture Definition): Delete
10339 documentation on REGISTER_NAMES.
10340
10341 2003-09-13 Mark Kettenis <kettenis@gnu.org>
10342
10343 * gdbint.texinfo (Target Architecture Definition): Replace
10344 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10345
10346 2003-09-11 Andrew Cagney <cagney@redhat.com>
10347
10348 * gdbint.texinfo (Target Architecture Definition): Replace
10349 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10350
10351 2003-08-18 Andrew Cagney <cagney@redhat.com>
10352
10353 * gdbint.texinfo (Target Architecture Definition): Document
10354 "frame_red_zone_size".
10355
10356 2003-08-09 Andrew Cagney <cagney@redhat.com>
10357
10358 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10359 with "set/show backtrace past-main" and "set/show backtrace
10360 limit".
10361
10362 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10363
10364 * Makefile.in (install-info): Support DESTDIR.
10365 (install-html): Likewise.
10366
10367 2003-08-07 Andrew Cagney <cagney@redhat.com>
10368
10369 Patch from Nick Roberts.
10370 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10371 bindings. Remove description of send-gdb-command.
10372
10373 2003-08-07 Andrew Cagney <cagney@redhat.com>
10374
10375 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10376 GDB 6.0.
10377
10378 2003-08-06 Andrew Cagney <cagney@redhat.com>
10379
10380 * gdb.texinfo (Mode Options): Mention that level three is the
10381 highest available and that level 2 is deprecated.
10382 (Annotations Overview): Mention annotation levels. Cross reference
10383 to "Limitations of the Annotation Interface" in annotate.texi.
10384 (TODO, Value Annotations, Frame Annotations): Delete section.
10385 (Displays, Breakpoint Info): Delete.
10386
10387 2003-08-04 Andrew Cagney <cagney@redhat.com>
10388
10389 * agentexpr.texi: Delete @bye.
10390 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10391 (stabs.info): Add $(srcdir) to include search path.
10392 (html): Depend on "annotate_toc.html", and not "annotate.html".
10393 * stabs.texinfo: Ditto. Include "fdl.texi".
10394 * gdbint.texinfo: Update copyright statement's list of invariant
10395 sections.
10396
10397 2003-07-28 Andrew Cagney <cagney@redhat.com>
10398
10399 * Makefile.in (INFO_DEPS): Add annotate.info.
10400 (dvi, ps, html, pdf): Add annotate.
10401 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10402 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10403 (ANNOTATE_DOC_FILES): New macro.
10404 (ANNOTATE_TEX_TMPS): New macro.
10405 (annotate.info, annotate_toc.html): Specify dependencies.
10406 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10407 * annotate.texinfo: Rename annotate.texi. Get building. Add
10408 "Migrating to GDB/MI" and "Limitations of the Annotation
10409 Interface" chapters. Mention why it is not part of the user
10410 guide. Update copyright notice. Include "fdl.texi".
10411
10412 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10413
10414 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10415
10416 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10417
10418 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10419
10420 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10421
10422 * gdb.texinfo (Server): Mention pidof.
10423
10424 2003-07-22 Andrew Cagney <cagney@redhat.com>
10425
10426 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10427 list.
10428
10429 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
10430
10431 * gdb.texinfo (Logging output): New chapter.
10432
10433 2003-06-24 Joel Brobecker <brobecker@gnat.com>
10434
10435 * gdb.texinfo (Unsupported languages): New section.
10436 (Languages): Add link to new section.
10437
10438 2003-06-22 Andrew Cagney <cagney@redhat.com>
10439
10440 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10441
10442 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10443
10444 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10445
10446 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10447
10448 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10449 * agentexpr.texi: Retitle section, and change it to an appendix.
10450 Comment out texinfo initialization. Factor a @var{} into two
10451 pieces to prevent makeinfo warnings.
10452 * gdb.texinfo: Add Agent Expressions appendix.
10453
10454 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
10455
10456 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10457
10458 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
10459
10460 * gdb.texinfo (Remote Debugging): New section "Connecting to a
10461 remote target". Document the "detach" and "disconnect" commands.
10462 (Server, Netware, Debug Session): Reference "Connecting to a
10463 remote target".
10464 (GDB/MI Target Manipulation): Document "-target-disconnect".
10465
10466 2003-06-13 Andrew Cagney <cagney@redhat.com>
10467
10468 * gdbint.texinfo (Target Architecture Definition): Deprecate
10469 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10470 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10471
10472 2003-06-09 Jim Blandy <jimb@redhat.com>
10473
10474 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10475
10476 2003-06-08 Andrew Cagney <cagney@redhat.com>
10477
10478 * gdbint.texinfo (Target Architecture Definition): Delete
10479 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10480
10481 2003-06-08 Andrew Cagney <cagney@redhat.com>
10482
10483 * gdbint.texinfo (Target Architecture Definition): Document
10484 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10485
10486 2003-06-07 Adam Fedor <fedor@gnu.org>
10487
10488 * gdb.texinfo: Add Objective-C documentation.
10489
10490 2003-06-01 Andrew Cagney <cagney@redhat.com>
10491
10492 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10493 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10494
10495 2003-05-21 Andrew Cagney <cagney@redhat.com>
10496
10497 * gdbint.texinfo (Target Architecture Definition): Delete
10498 references to "extract_address" and "store_address".
10499
10500 2003-05-16 Andrew Cagney <cagney@redhat.com>
10501
10502 * gdbint.texinfo (Target Architecture Definition): Replace
10503 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10504 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10505
10506 2003-05-14 Theodore A. Roth <troth@openavr.org>
10507
10508 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10509
10510 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10511
10512 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10513 (gdb.dvi): Likewise.
10514 (gdb.pdf): Likewise.
10515 (links2roff): Likewise.
10516
10517 2003-05-08 Jim Blandy <jimb@redhat.com>
10518
10519 * gdb.texinfo (Dump/Restore Files): Update documentation for
10520 'dump', 'append', and 'restore': note that format argument is
10521 optional; simplify presentation of the command variants; and be
10522 more precise about the formats.
10523
10524 2003-05-07 Jim Blandy <jimb@redhat.com>
10525
10526 * gdb.texinfo (Symbols): Update documentation: 'maint list
10527 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10528 symtabs' and 'maint info psymtabs'.
10529
10530 2003-05-05 Andrew Cagney <cagney@redhat.com>
10531
10532 * gdbint.texinfo (Target Architecture Definition): Make
10533 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10534 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10535 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10536
10537 2003-05-04 Andrew Cagney <cagney@redhat.com>
10538
10539 * gdb.texinfo (Maintenance Commands): Document "maint print
10540 dummy-frames".
10541
10542 2003-05-04 Andrew Cagney <cagney@redhat.com>
10543
10544 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10545
10546 2003-05-03 J. Brobecker <brobecker@gnat.com>
10547
10548 Thierry Schneider <tpschneider1@yahoo.com>
10549 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10550 for new MI command.
10551
10552 2003-05-03 Andrew Cagney <cagney@redhat.com>
10553
10554 * gdbint.texinfo (Target Architecture Definition): Document
10555 push_dummy_code. Add cross references.
10556
10557 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10558
10559 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10560 set/show charsets commands.
10561
10562 2003-04-28 Andrew Cagney <cagney@redhat.com>
10563
10564 * gdbint.texinfo (Target Architecture Definition): Replace
10565 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10566 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10567
10568 2003-04-28 Andrew Cagney <cagney@redhat.com>
10569
10570 * gdbint.texinfo (Target Architecture Definition): Rename
10571 "tm_print_insn" to "deprecated_tm_print_insn".
10572
10573 2003-04-09 Jim Blandy <jimb@redhat.com>
10574
10575 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10576 list psymtabs'.
10577
10578 2003-04-08 Andrew Cagney <cagney@redhat.com>
10579
10580 * gdbint.texinfo (Target Architecture Definition): Delete
10581 references to EXTRA_FRAME_INFO.
10582
10583 2003-04-08 Andrew Cagney <cagney@redhat.com>
10584
10585 * gdbint.texinfo (Target Architecture Definition): Delete
10586 PRINT_TYPELESS_INTEGER.
10587
10588 2003-04-02 J. Brobecker <brobecker@gnat.com>
10589
10590 * observer.texi (GDB Observers): Adjust the documentation for the
10591 normal_stop notification to better describe reality. Fix a couple
10592 of minor typos.
10593
10594 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10595
10596 * gdb.texinfo (GDB/MI Program Control): Add
10597 '-file-list-exec-source-file'
10598
10599 2003-03-31 Andrew Cagney <cagney@redhat.com>
10600
10601 * gdbint.texinfo (Target Architecture Definition): Delete
10602 references to CALL_DUMMY_P.
10603
10604 2003-03-30 Andrew Cagney <cagney@redhat.com>
10605
10606 * gdbint.texinfo (Target Architecture Definition): Remove
10607 reference to TARGET_WRITE_SP.
10608
10609 2003-03-27 Andrew Cagney <cagney@redhat.com>
10610
10611 * gdbint.texinfo (Target Architecture Definition): Remove
10612 references to write_sp.
10613
10614 2003-03-27 Andrew Cagney <cagney@redhat.com>
10615
10616 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10617 chapter body. Use @smallexample instead of @example.
10618 (Annotations): Ditto.
10619 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10620 annotate.texi.
10621
10622 2003-03-26 Andrew Cagney <cagney@redhat.com>
10623
10624 * gdbint.texinfo (Target Architecture Definition): Replace
10625 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10626 dummy_addr parameters.
10627
10628 2003-03-25 Andrew Cagney <cagney@redhat.com>
10629
10630 * gdbint.texinfo (Target Architecture Definition): Delete
10631 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10632 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10633 Add reference to PUSH_ARGUMENTS.
10634
10635 2003-03-23 Andrew Cagney <cagney@redhat.com>
10636
10637 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10638 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10639
10640 2003-03-18 J. Brobecker <brobecker@gnat.com>
10641
10642 * gdbint.texinfo (Algorithms): Add new section describing the
10643 Observer paradigm.
10644 (Top): Add menu entry to new observer appendix.
10645 * observer.texi: New file.
10646 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10647 new observer.texi file.
10648
10649 2003-03-17 Andrew Cagney <cagney@redhat.com>
10650
10651 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10652 that GNU Press update the manual version number.
10653
10654 2003-03-12 Andrew Cagney <cagney@redhat.com>
10655
10656 * gdbint.texinfo (Target Architecture Definition): Delete
10657 references to get_saved_register. Rename GET_SAVED_REGISTER to
10658 DEPRECATED_GET_SAVED_REGISTER.
10659
10660 2003-03-13 Andrew Cagney <cagney@redhat.com>
10661
10662 * gdbint.texinfo (Target Architecture Definition): Replace
10663 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10664
10665 2003-03-12 Andrew Cagney <cagney@redhat.com>
10666
10667 * gdbint.texinfo (Target Architecture Definition): Rename
10668 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10669
10670 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10671
10672 * gdb.texinfo: Add File-I/O documentation.
10673
10674 2003-03-10 Andrew Cagney <cagney@redhat.com>
10675
10676 * gdbint.texinfo (Target Architecture Definition): Cross reference
10677 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10678
10679 2003-03-07 Andrew Cagney <cagney@redhat.com>
10680
10681 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10682 frame" command.
10683
10684 2003-03-05 Andrew Cagney <cagney@redhat.com>
10685
10686 * gdbint.texinfo (Target Architecture Definition): Document
10687 unwind_dummy_id. Cross reference unwind_dummy_id and
10688 SAVE_DUMMY_FRAME_TOS.
10689
10690 2003-03-05 James Ingham <jingham@apple.com>
10691 Daniel Jacobowitz <drow@mvista.com>
10692
10693 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10694 and "show cp-abi".
10695
10696 2003-03-03 Andrew Cagney <cagney@redhat.com>
10697
10698 * gdbint.texinfo (Target Architecture Definition): Document
10699 register_type.
10700
10701 2003-03-03 Andrew Cagney <cagney@redhat.com>
10702
10703 * stabs.texinfo (Structures): Use @samp and separate @var's
10704 instead of a single @var containing a comma separated list.
10705 (Unions): Ditto.
10706
10707 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10708
10709 * Makefile.in (distclean): Remove config.log.
10710
10711 2003-03-01 Andrew Cagney <cagney@redhat.com>
10712
10713 * gdbint.texinfo (Target Architecture Definition): Rename
10714 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10715
10716 2003-03-01 Andrew Cagney <cagney@redhat.com>
10717
10718 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10719 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10720
10721 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10722
10723 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10724 (Non-debug DLL symbols): New node, describing the minimal symbols
10725 loaded from DLLs without real debugging symbols.
10726
10727 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10728
10729 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10730 hardware-breakpoint-limit".
10731 (Set Watchpoints): Add cross reference to "set remote
10732 hardware-watchpoint-limit".
10733 (Remote configuration options): New section.
10734
10735 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10736
10737 * gdbint.texinfo (Target Architecture Definition): Delete
10738 descrption of IS_TRAPPED_INTERNALVAR.
10739
10740 From Keith Seitz <keiths@redhat.com>:
10741 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10742 option "-i"/"--interpreter" to this chapter. Include index
10743 entries.
10744
10745 2003-02-04 David Carlton <carlton@math.stanford.edu>
10746
10747 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10748 (Variables): Recommend stabs+ and DWARF 2.
10749 (C plus plus expressions): Correct info about
10750 compiler versions, debug formats.
10751 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10752 PR symtab/874.
10753
10754 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10755
10756 * gdbint.texinfo (Target Architecture Definition): Delete
10757 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10758 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10759 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10760 references to nindy and i960.
10761 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10762
10763 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10764
10765 * gdbint.texinfo (Target Architecture Definition): Delete
10766 FLOAT_INFO.
10767
10768 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10769
10770 * stabs.texinfo (Member Type Descriptor): Clarify description of
10771 `@'. Suggested by Ben Hutchings.
10772
10773 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10774
10775 * gdb.texinfo (M68K): Delete reference to es1800.
10776
10777 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10778
10779 * gdb.texinfo (Maintenance Commands): Document `maint print
10780 reggroups' and `maint print register-groups'.
10781 * gdbint.texinfo (Target Architecture Definition): Document
10782 register_reggroup_p.
10783
10784 2003-01-23 Jim Blandy <jimb@redhat.com>
10785
10786 * gdb.texinfo (Separate Debug Files): New section.
10787
10788 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10789
10790 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10791 and "maint show profile".
10792
10793 2003-01-16 Michael Chastain <mec@shout.net>
10794
10795 * gdb.texinfo (Installing GDB): Warn against
10796 ".../gdb-VERSION/gdb/configure".
10797 (Separate Objdir): Likewise.
10798
10799 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10800
10801 * gdbint.texinfo (Target Architecture Definition): Delete
10802 definition of PRINT_REGISTER_HOOK.
10803
10804 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10805
10806 (OpenRISC 1000): Fix formatting of command names.
10807
10808 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10809
10810 * gdb.texinfo (Continuing and Stepping): Add new command
10811 'advance'. Clarify behavior of 'until'.
10812
10813 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10814
10815 * gdb.texinfo (Files): Document solib-absolute-prefix and
10816 solib-search-path.
10817
10818 2003-01-09 Michael Chastain <mec@shout.net>
10819
10820 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10821 (Create a Release): Add new instructions for new @file{src-release}.
10822 Document existing instructions for @file{Makefile.in} as
10823 being for @value{GDBN} 5.3.1 or earlier.
10824
10825 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10826
10827 * gdbint.texinfo (Target Architecture Definition): Mention
10828 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10829 allocate memory.
10830
10831 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10832
10833 * gdb.texinfo (Controlling GDB): Add @kindex for
10834 "show osabi".
10835 (Backtraces): Add @kindex's for backtrace-below-main.
10836
10837 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10838
10839 * gdb.texinfo (Controlling GDB): Document "set osabi".
10840
10841 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10842
10843 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10844 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10845
10846 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10847
10848 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10849 "set coerce-float-to-double".
10850 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10851
10852 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10853
10854 * stabs.texinfo: Remove obsolete text.
10855 * gdbint.texinfo: Ditto.
10856 * gdb.texinfo: Ditto.
10857
10858 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10859
10860 * fdl.texi: Revert the last change.
10861
10862 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10863
10864 * gdbint.texinfo (Target Architecture Definition): Update
10865 description of gdbarch_register_osabi.
10866
10867 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10868
10869 * agentexpr.texi: Fix typos.
10870 * annotate.texi: Likewise.
10871 * fdl.texi: Likewise.
10872
10873 2002-12-10 Andrew Cagney <cagney@redhat.com>
10874
10875 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10876 DEPRECATED_INIT_FRAME_PC.
10877
10878 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10879
10880 * gdbint.texinfo (Target Architecture Definition): Delete
10881 PC_IN_CALL_DUMMY.
10882
10883 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10884
10885 * gdbint.texinfo (Host Definition): Delete documentation on
10886 USE_GENERIC_DUMMY_FRAMES.
10887
10888 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10889
10890 Fix PR gdb/723 and PR gdb/245.
10891 * Makefile.in (install-info): Run the install-info command as part
10892 of the post install steps only.
10893 (uninstall-info): New target.
10894 (uninstall): New target.
10895
10896 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10897
10898 * Makefile.in (install): Make install do some real work.
10899
10900 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10901
10902 Fix POSIX problem reported by Paul Eggert.
10903 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10904 Fix PR gdb/527.
10905
10906 2002-10-26 Andrew Cagney <cagney@redhat.com>
10907
10908 * gdbint.texinfo (Target Architecture Definition): Delete
10909 definition of DO_REGISTERS_INFO.
10910
10911 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10912
10913 * gdbint.texinfo (Address Classes): Fix problems with insertion
10914 of ``{'' and ``}'' in example.
10915
10916 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10917
10918 * gdbint.texinfo (Address Classes): New section.
10919 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10920 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10921 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10922 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10923
10924 2002-10-11 Klee Dienes <kdienes@apple.com>
10925
10926 * gdb.texinfo (Registers): Mention vector registers as well as
10927 floating registers in the documentation for 'info registers' and
10928 'info all-registers'.
10929
10930 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10931
10932 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10933
10934 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10935
10936 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10937 interface definition.
10938
10939 2002-10-03 Marko Mlinar <markom@opencores.org>
10940
10941 * gdb.texinfo (Target Commands): Add or1k target specific
10942 commands.
10943 * gdb.texinfo (Contributors): Add myself to the contributors list.
10944
10945 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10946
10947 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10948 and "mi1" instead of "mi1" and "mi0".
10949
10950 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10951
10952 * gdb.texinfo (Packets): Fix typos "alligned".
10953 Correct z3/Z3 description. Correct z4/Z4 title.
10954
10955 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10956
10957 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10958
10959 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10960
10961 * gdb.texinfo: Use GNU/Linux instead of Linux.
10962
10963 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10964
10965 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10966
10967 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10968
10969 * gdb.texinfo: Replace @example with @smallexample.
10970
10971 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10972
10973 From Eli Zaretskii <eliz@gnu.org>:
10974 * gdb.texinfo (Character Sets): Use @smallexample instead of
10975 @example. Use GNU/Linux instead of Linux.
10976
10977 2002-09-20 Jim Blandy <jimb@redhat.com>
10978
10979 * gdb.texinfo: Add character set documentation.
10980
10981 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
10982
10983 * gdb.texinfo: Document edit command.
10984
10985 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10986
10987 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10988 (Packets): Add cross reference from `b' packet to `z' packets.
10989
10990 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10991
10992 * gdb.texinfo (Maintenance Commands): Document ``maint
10993 internal-error'' and ``maint internal-warning''.
10994
10995 * gdbint.texinfo (Target Architecture Definition): Revise
10996 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10997
10998 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10999
11000 * gdbint.texinfo (Target Conditionals): Document the new
11001 NAME_OF_MALLOC macro.
11002
11003 2002-09-05 Andrew Cagney <ac131313@redhat.com>
11004
11005 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
11006 engineer.
11007
11008 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
11009
11010 * gdb.texinfo (TUI Overview): Document status line fields.
11011
11012 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
11013
11014 * gdb.texinfo (TUI Commands): Document info win command.
11015
11016 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11017
11018 * gdb.texinfo (TUI Overview): Document breakpoint markers.
11019
11020 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
11021
11022 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
11023 (TUI Keys): Likewise.
11024
11025 2002-08-25 Andrew Cagney <ac131313@redhat.com>
11026
11027 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
11028 for a packet receive.
11029
11030 2002-08-25 Andrew Cagney <ac131313@redhat.com>
11031
11032 * Makefile.in (clean): Move to end of file.
11033 (distclean, maintainer-clean, realclean): Ditto.
11034 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
11035 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
11036 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
11037 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
11038
11039 2002-08-24 Andrew Cagney <ac131313@redhat.com>
11040
11041 * Makefile.in (GDBINT_TEX_TMPS): Define.
11042 (gdbint.dvi, gdbint.pdf): Use
11043 (GDB_TEX_TMPS): Define.
11044 (gdb.dvi, gdb.pdf): Use.
11045 (STABS_TEX_TMPS): Define.
11046 (stabs.dvi, stabs.pdf): Use.
11047 (GDB_DOC_SOURCE_INCLUDES): New macros.
11048 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
11049 (GDBINT_DOC_FILES_INCLUDES): New macros.
11050 (GDBINT_DOC_BUILD_INCLUDES): New macros.
11051 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
11052 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
11053 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
11054 (links2roff): Replace SFILES_INCLUDED with
11055 GDB_DOC_SOURCE_INCLUDES.
11056 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
11057 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
11058 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
11059 dependencies.
11060 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
11061 dependencies.
11062 (gdbmi.texinfo): Delete rule.
11063 (inc-hist.texinfo): Delete rule.
11064 (rluser.texinfo): Delete rule.
11065
11066 2002-08-23 Andrew Cagney <cagney@redhat.com>
11067
11068 * gdbint.texinfo (Target Architecture Definition): Update
11069 STORE_RETURN_VALUE, mention regcache.
11070
11071 2002-08-21 Andrew Cagney <ac131313@redhat.com>
11072
11073 * gdbint.texinfo (Target Architecture Definition): Document
11074 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
11075
11076 2002-08-19 Andrew Cagney <ac131313@redhat.com>
11077
11078 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
11079 Fix minor typos. Add index entries.
11080
11081 2002-08-18 Andrew Cagney <ac131313@redhat.com>
11082
11083 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
11084
11085 2002-08-15 Andrew Cagney <ac131313@redhat.com>
11086
11087 * gdbint.texinfo (Target Architecture Definition): Document
11088 PRINT_VECTOR_INFO.
11089 * gdb.texinfo (Vector Unit): Document "info vectors" command.
11090
11091 2002-08-13 Andrew Cagney <ac131313@redhat.com>
11092
11093 * gdb.texinfo (Maintenance Commands): Document "maint print
11094 registers", "maint print raw-registers" and "maint print
11095 cooked-registers".
11096
11097 2002-08-08 Grace Sainsbury <graces@redhat.com>
11098
11099 From Mark Salter:
11100 * gdb.texinfo (Protocol): Document T packet extension to
11101 allow watchpoint address reporting.
11102
11103 2002-08-03 Andrew Cagney <ac131313@redhat.com>
11104
11105 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
11106
11107 2002-08-01 Andrew Cagney <cagney@redhat.com>
11108
11109 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
11110 to CHILL.
11111
11112 2002-08-01 Andrew Cagney <ac131313@redhat.com>
11113
11114 * gdbint.texinfo (Coding): Revise section "Include Files".
11115
11116 2002-07-24 Andrew Cagney <cagney@redhat.com>
11117
11118 * gdbint.texinfo: Obsolete references to m88k.
11119 * gdb.texinfo: Ditto.
11120
11121 2002-07-10 Joel Brobecker <brobecker@gnat.com>
11122
11123 * gdbint.texinfo (Create a release candiate): Add the location
11124 where the proper version of autoconf can be retrieved.
11125
11126 2002-07-09 Don Howard <dhoward@redhat.com>
11127
11128 * gdb.texinfo (Command Files): Further describe the behavior of
11129 sourced command files.
11130
11131 2002-06-27 Andrew Cagney <ac131313@redhat.com>
11132
11133 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
11134 (Coding): Clarify ISO C version that GDB assumes.
11135
11136 2002-06-26 Tom Tromey <tromey@redhat.com>
11137
11138 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
11139 add_setshow_cmd_full.
11140
11141 2002-06-25 Don Howard <dhoward@redhat.com>
11142
11143 * gdb.texinfo (Memory Region Attributes): Document new behavior
11144 for 'mem' command.
11145
11146 2002-06-11 Jim Blandy <jimb@redhat.com>
11147
11148 * gdb.texinfo (Symbols): Update documentation for `info source'
11149 command.
11150
11151 * gdb.texinfo (Macros): Call the command `info macro', not
11152 `show macro'.
11153
11154 2002-06-09 Andrew Cagney <ac131313@redhat.com>
11155
11156 * gdbint.texinfo (Coding): Add section ``Per-architecture module
11157 data''.
11158
11159 2002-06-09 Mark Kettenis <kettenis@gnu.org>
11160
11161 * gdbint.texinfo (Target Architecture Definition): Document
11162 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
11163
11164 2002-06-08 Andrew Cagney <ac131313@redhat.com>
11165
11166 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
11167 lists.
11168
11169 2002-06-08 Andrew Cagney <ac131313@redhat.com>
11170
11171 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
11172 Branch''.
11173
11174 2002-06-01 Andrew Cagney <ac131313@redhat.com>
11175
11176 * gdbint.texinfo (Target Architecture Definition): Add section
11177 ``Converting an existing Target Architecture to Multi-arch''.
11178
11179 2002-05-30 Andrew Cagney <ac131313@redhat.com>
11180
11181 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
11182 to ``Obsoleting code''. Revise.
11183
11184 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
11185
11186 * gdbint.texinfo: Document new generic OS ABI framework.
11187
11188 2002-05-17 Jim Blandy <jimb@redhat.com>
11189
11190 * gdb.texinfo (C Preprocessor Macros): New chapter.
11191 Include it in the main menu.
11192 (Contributors): Credit Jim Blandy with macro support.
11193 (Compilation): Explain how to get macro information into the
11194 executable.
11195 (Expressions): Note that preprocessor macros are expanded.
11196
11197 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
11198
11199 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
11200 options for `target remote'.
11201
11202 2002-05-13 Andrew Cagney <ac131313@redhat.com>
11203
11204 * gdbint.texinfo (Target Architecture Definition): Delete
11205 documentation on NNPC_REGNUM.
11206
11207 2002-05-11 Andrew Cagney <ac131313@redhat.com>
11208
11209 * gdbint.texinfo (Target Architecture Definition): Document
11210 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
11211 (Target Architecture Definition): Revise section `Using Different
11212 Register and Memory Data Representations'. Add section `Raw and
11213 Virtual Register Representations'.
11214
11215 2002-05-11 Andrew Cagney <ac131313@redhat.com>
11216
11217 * gdbint.texinfo (Target Architecture Definition): Mention
11218 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
11219 (Target Architecture Definition): Mention same. Add references to
11220 web pages.
11221
11222 2002-05-08 Michael Snyder <msnyder@redhat.com>
11223
11224 * stabs.texinfo (Attributes): Document new "vector" attribute.
11225
11226 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11227
11228 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
11229
11230 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11231
11232 * gdb.texinfo: Delete obsolete references to a29k.
11233
11234 2002-04-24 Andrew Cagney <ac131313@redhat.com>
11235
11236 * gdbint.texinfo (Target Architecture Definition): Replace
11237 IN_SIGTRAMP with PC_IN_SIGTRAMP.
11238
11239 2002-04-24 David S. Miller <davem@redhat.com>
11240
11241 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
11242
11243 2002-04-21 David S. Miller <davem@redhat.com>
11244
11245 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
11246
11247 2002-04-21 Andrew Cagney <ac131313@redhat.com>
11248
11249 * gdbint.texinfo (Target Architecture Definition): Delete
11250 definition of HAVE_REGISTER_WINDOWS.
11251
11252 2002-04-19 Eli Zaretskii <eliz@gnu.org>
11253
11254 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
11255 "Theodore A. Roth" <troth@verinet.com>.
11256
11257 2002-04-15 Don Howard <dhoward@redhat.com>
11258
11259 From Eli Zaretskii <eliz@gnu.org>
11260 * gdb.texinfo (show max-user-call-depth): Correct formatting.
11261 Provide a better explaination of this feature.
11262
11263 2002-04-14 Andrew Cagney <ac131313@redhat.com>
11264
11265 * gdbint.texinfo (Target Architecture Definition): Remove
11266 FRAME_CHAIN_COMBINE.
11267
11268 2002-04-12 Michael Chastain <mec@shout.net>
11269
11270 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
11271 REG_STACK_SEGMENT.
11272
11273 2002-04-09 Michael Chastain <mec@shout.net>
11274
11275 * gdbint.texinfo (Obsolete Conditionals): Remove references to
11276 PYRAMID_* macros.
11277
11278 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11279
11280 * gdb.texinfo (Bug Reporting): Document that the web is the
11281 prefered way of submitting bug reports.
11282 (Bug Reporting): Delete the s-mail address as the last resort.
11283
11284 2002-04-05 Andrew Cagney <ac131313@redhat.com>
11285
11286 * gdbint.texinfo (Target Architecture Definition): Delete
11287 references to TARGET_WRITE_FP and write_fp.
11288
11289 2002-03-27 Michael Snyder <msnyder@redhat.com>
11290
11291 * gdb.texinfo: Document new commands dump, append, and restore.
11292
11293 2002-03-27 Andrew Cagney <ac131313@redhat.com>
11294
11295 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11296 Branch'.
11297
11298 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11299
11300 * gdb.texinfo: Change all examples to @smallexample.
11301 * gdbint.texinfo: Ditto.
11302
11303 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11304
11305 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11306 Branches''.
11307
11308 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11309
11310 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11311 Policy''.
11312
11313 2002-03-04 Fred Fish <fnf@redhat.com>
11314
11315 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11316 expresson, suports, dependant, trhe, perhaphs, situtations,
11317 explictily, taged, oportunity, unfortunatly).
11318
11319 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11320
11321 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11322 Remove reference to 3.12.
11323
11324 2002-02-23 Paul Eggert <eggert@twinsun.com>
11325
11326 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11327 POSIX 1003.1-2001 no longer allows "head -1".
11328
11329 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11330
11331 * gdbint.texinfo: Include fdl.texi.
11332 (Top): Add GNU Free Documentation License.
11333 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11334 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11335 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11336 (gdbint.info): Add srcdir to include path.
11337 * gdb.texinfo: Include gpl.texi.
11338 (Top): Add Copying.
11339 * gpl.texi: New file.
11340
11341 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11342
11343 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11344
11345 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11346
11347 * gdb.texinfo: Document Cygwin native specific commands.
11348
11349 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11350
11351 * gdb.texinfo: Document gdbserver ``--attach'' command.
11352
11353 2002-02-07 Michael Snyder <msnyder@redhat.com>
11354
11355 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11356 to @code(_ovly_debug_event).
11357
11358 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11359
11360 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11361
11362 2002-02-06 Michael Snyder <msnyder@redhat.com>
11363
11364 * gdb.texinfo (overlays): Mention new magic symbol
11365 '_ovly_debug_event', which allows GDB to keep better track
11366 of overlays.
11367
11368 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11369
11370 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11371 (PRINT_FLOAT_INFO): Document it.
11372
11373 2002-02-03 Eli Zaretskii <eliz@gnu.org>
11374
11375 * gdb.texinfo (Memory Region Attributes): Fix the wording.
11376 Suggested by Dmitry Sivachenko.
11377
11378 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11379
11380 2002-02-01 Michael Snyder <msnyder@redhat.com>
11381
11382 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11383
11384 2002-01-30 Michael Snyder <msnyder@redhat.com>
11385
11386 * gdb.texinfo: (remote protocol): Gramatical fix-up.
11387 (set trust-readonly-sections): Document.
11388
11389 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11390
11391 * gdbint.texinfo (Releasing GDB): Revise and update.
11392
11393 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11394
11395 * gdbint.texinfo (Target Architecture Definition): Delete
11396 description of TARGET_BYTE_ORDER_DEFAULT.
11397
11398 2002-01-27 Eli Zaretskii <eliz@gnu.org>
11399
11400 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11401 <mitya@cavia.pp.ru>.
11402
11403 2002-01-23 Andrew Cagney <ac131313@redhat.com>
11404
11405 * libgdb.texinfo: Delete file.
11406
11407 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11408
11409 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11410 * gdbint.texinfo: Ditto.
11411
11412 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11413
11414 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11415
11416 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11417
11418 * Makefile.in: Update copyright.
11419 (TEXI2DVI): Define.
11420 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11421 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11422 gdb-cfg.texi.
11423 (TEXINDEX, PDFTEX): Delete makefile variables.
11424
11425 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11426
11427 * gdb.texinfo (Protocol): Move section to appendix.
11428
11429 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11430
11431 * gdb.texinfo (Remote Debugging): Create a menu.
11432 (Top): Add ``Remote Debugging'' to menu.
11433
11434 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11435
11436 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11437 serial protocol'' from here.
11438 (Remote Debugging): To here. New chapter.
11439
11440 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11441
11442 * gdbint.texinfo (Target Architecture Definition): Delete
11443 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11444
11445 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11446
11447 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11448 are no longer needed.
11449 (Porting GDB): Add maintainer note about configure.host.
11450
11451 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11452
11453 * gdbint.texinfo (Target Architecture Definition): Remove
11454 definition of IEEE_FLOAT.
11455
11456 2002-01-20 Eli Zaretskii <eliz@gnu.org>
11457
11458 * gdb.texinfo: Beautify copyright years; fix a typo.
11459 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11460 <3diff@gnu.org>
11461
11462 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11463
11464 * gdbint.texinfo (Host Definition): Remove references to
11465 MALLOC_INCOMPATIBLE.
11466
11467 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11468
11469 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11470 and xyz-xdep.o.
11471
11472 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11473
11474 * gdb.texinfo (Maintenance Commands): Add appendix.
11475 (Set Breaks): Copy ``maint info breakpoint'' doco to
11476 ``Maintenance Commands'' appendix. Add reference.
11477
11478 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11479
11480 * fdl.texi: Remove next/prev from @node.
11481
11482 2002-01-17 Eli Zaretskii <eliz@gnu.org>
11483
11484 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11485 for monstrous @multitable (from Brian Youmans).
11486
11487 * fdl.texi: New file.
11488
11489 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11490
11491 2002-01-15 Andrew Cagney <ac131313@redhat.com>
11492
11493 * gdbint.texinfo (Releasing GDB): New chapter.
11494
11495 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11496
11497 * gdb.texinfo (Embedded Processors, Calling program functions):
11498 Obsolete references to a29k.
11499
11500 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11501
11502 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11503 examples. Document that a code-block should do or discard its
11504 cleanups before exit.
11505
11506 2002-01-11 Michael Snyder <msnyder@redhat.com>
11507
11508 * gdb.texinfo (Choosing files): Change @samp to @file.
11509
11510 2002-01-05 Michael Snyder <msnyder@redhat.com>
11511
11512 * gdb.texinfo (--pid): Document new command line option (attach).
11513
11514 2002-01-07 Eli Zaretskii <eliz@gnu.org>
11515
11516 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11517 in the stub.
11518
11519 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11520
11521 * gdbint.texinfo (Target Architecture Definition): Replace
11522 BIG_ENDIAN with BFD_ENDIAN_BIG.
11523
11524 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11525
11526 * gdbint.texinfo (Target Architecture Definition): Replace
11527 value_ptr with struct value pointer.
11528
11529 2002-01-02 Eli Zaretskii <eliz@gnu.org>
11530
11531 * gdb.texinfo (Free Software): Fix wording.
11532
11533 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11534
11535 * gdb.texinfo (Free Software): New section ``Free Software Needs
11536 Free Documentation''.
11537
11538 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11539
11540 * stabs.texinfo:
11541 * gdb.texinfo:
11542 * gdbint.texinfo:
11543 * libgdb.texinfo:
11544 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11545
11546 2001-12-29 Michael Snyder <msnyder@redhat.com>
11547
11548 * gdb.texinfo (maint info sections): Fix typo.
11549
11550 2001-12-26 Michael Snyder <msnyder@redhat.com>
11551
11552 * gdb.texinfo (maint info sections): Document.
11553
11554 * gdb.texinfo (info proc): Comment out documentation for
11555 'info proc' sub-options that are currently not implemented.
11556
11557 2001-12-20 Jim Blandy <jimb@redhat.com>
11558
11559 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11560
11561 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11562
11563 * gdbint.texinfo (Target Architecture Definition): Replace
11564 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11565
11566 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11567
11568 * gdbint.texinfo (Host Definition): Delete documentation on
11569 HOST_BYTE_ORDER.
11570
11571 2001-11-30 Jim Blandy <jimb@redhat.com>
11572
11573 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11574 overlay support. Add to top-level menu.
11575
11576 2001-11-26 Tom Tromey <tromey@redhat.com>
11577
11578 * gdb.texinfo (Command Syntax): Document C-o binding.
11579
11580 2001-07-26 Christopher Faylor <cgf@redhat.com>
11581
11582 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11583 use since it is described in the referenced section.
11584
11585 From Eli Zaretskii <eliz@gnu.org>
11586 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11587 clearer when using DJGPP.
11588
11589 2001-11-24 Christopher Faylor <cgf@redhat.com>
11590
11591 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11592 specifically refer to MS-DOS.
11593 (command files): Mention gdb.ini is only used on MS-DOS.
11594
11595 2001-11-21 Tom Tromey <tromey@redhat.com>
11596
11597 * gdb.texinfo (Invoking GDB): Document --args.
11598 (Mode Options): Likewise.
11599
11600 2001-11-21 Jim Blandy <jimb@redhat.com>
11601
11602 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11603 Delete documentation; this macro has been removed from the
11604 sources.
11605
11606 2001-11-13 Jim Blandy <jimb@redhat.com>
11607
11608 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11609
11610 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11611
11612 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11613
11614 2001-11-05 Michael Snyder <msnyder@redhat.com>
11615
11616 * gdb.texinfo (info functions): Document use of backslash to
11617 quote regexp chars in function names such as "operator*()".
11618
11619 2001-11-01 Fred Fish <fnf@redhat.com>
11620
11621 * gdbint.texinfo (SOLIB_ADD): Document additional new
11622 "readsyms" arg.
11623
11624 2001-10-30 Don Howard <dhoward@redhat.com>
11625
11626 * gdb.texinfo: (Command Files) Added documentation for the
11627 behavior of gdb with input redirected from a file.
11628
11629 2001-10-28 Fred Fish <fnf@redhat.com>
11630
11631 * gdb.texinfo (auto-solib-add): Change docs to match
11632 implementation change.
11633 (auto-solib-limit): Add docs for new variable.
11634
11635 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11636
11637 * gdbint.texinfo (Target Architecture Definition): Function
11638 value_as_pointer renamed to value_as_address.
11639
11640 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11641
11642 * gdbint.texinfo (Target Architecture Definition): Default
11643 POINTER_TO_ADDRESS functions assume unsigned addresses.
11644 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11645 posting by Jim Blandy.
11646
11647 2001-10-12 Jim Blandy <jimb@redhat.com>
11648
11649 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11650 version of texi2html (1.64) doesn't support this flag any more.
11651
11652 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11653
11654 * gdbint.texinfo (Host Definition): Remove description of
11655 MEM_FNS_DECLARED.
11656
11657 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11658
11659 * gdbint.texinfo (Host Definition): Remove description of
11660 HAVE_SIGSETMASK.
11661
11662 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11663
11664 * gdbint.texinfo (Target Architecture Definition): Add
11665 explanation of TARGET_PRINT_INSN macro.
11666
11667 2001-08-30 Jim Blandy <jimb@redhat.com>
11668
11669 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11670 Explain what it means to load relocatable files.
11671
11672 2001-08-28 Jim Blandy <jimb@redhat.com>
11673
11674 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11675 info `top' menu.
11676
11677 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11678
11679 * gdbint.texinfo: Add a cautionary note about macro use.
11680
11681 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11682
11683 * gdb.texinfo: Explain omitting the hostname in the
11684 `target remote' command.
11685
11686 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11687
11688 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11689 and END-INFO-DIR-ENTRY.
11690
11691 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11692
11693 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11694
11695 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11696
11697 * gdbint.texinfo (libgdb): Rewrite.
11698
11699 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11700
11701 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11702
11703 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11704
11705 * gdb.texinfo (TUI): New chapter, document the TUI.
11706 (Mode Options): Document the -tui option.
11707
11708 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11709
11710 * gdbint.texinfo (Host Definition): Remove description of
11711 NEED_POSIX_SETPGID.
11712
11713 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11714
11715 * gdb.tex (DJGPP Native): New node, with descriptions of
11716 DJGPP-specific commands.
11717
11718 2001-07-19 John R. Moore <jmoore@redhat.com>
11719
11720 * gdbint.texinfo: Three misspellings.
11721
11722 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11723
11724 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11725 `test` expressions on bash. Problem reported by Colin Walters.
11726
11727 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11728
11729 * gdbint.texinfo (User Interface): Update ui-out documentation to
11730 refelect recent UI/MI updates.
11731
11732 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11733
11734 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11735 interpreters.
11736
11737 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11738
11739 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11740 structure and not macros.
11741 (Host Definition): Document that much of this chapter is obsolete.
11742 (Target Architecture Definition): Update list of files that make
11743 up a target architecture.
11744 (Coding): Update.
11745
11746 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11747
11748 * gdbint.texinfo (Target Architecture Definition): Update
11749 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11750 The latter has been changed to a true predicate.
11751
11752 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11753
11754 * annotate.texi: Add @noindent where needed. From Dmitry
11755 Sivachenko <dima@Chg.RU>.
11756 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11757
11758 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11759
11760 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11761
11762 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11763
11764 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11765 returns ``OK''. Document that the ``R'' packet does not reply.
11766
11767 2001-06-13 Michael Snyder <msnyder@redhat.com>
11768
11769 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11770
11771 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11772
11773 * gdb.texinfo (Signals): Clarify the default setting of signal
11774 handling.
11775
11776 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11777
11778 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11779 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11780
11781 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11782
11783 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11784
11785 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11786
11787 * gdbint.texinfo (Clean Design and Portable Implementation):
11788 Renamed from "Clean Design".
11789 (Clean Design and Portable Implementation): Document portable
11790 methods of handling file names, and the associated macros.
11791
11792 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11793
11794 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11795 command and provide a cross-reference to its description.
11796 (Symbols): Note that "info scope" is useful for trace experiments.
11797
11798 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11799
11800 * gdb.texinfo (Symbols): Document "info scope".
11801 (Tracepoints): New chapter.
11802 (Contributors): Update for v5.1.
11803 <All nodes>: Change "C++" to "C@t{++}".
11804
11805 * gdbint.texinfo (User Interface): A new section about ui_out
11806 functions, based on text written by Fernando Nasser.
11807
11808 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11809
11810 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11811
11812 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11813
11814 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11815
11816 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11817 Replace "GDB" with "@value{GDBN}". Fix markup.
11818
11819 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11820
11821 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11822 a cross-reference to its description.
11823 (Symbols): Document "info symbol".
11824
11825 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11826
11827 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11828 subsection "x86 Watchpoints".
11829 (Target Architecture Definition): Document the macros
11830 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11831 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11832
11833 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11834
11835 * gdbint.texinfo (Target Architecture Definition): Update
11836 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11837 list.
11838
11839 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11840
11841 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11842 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11843
11844 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11845
11846 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11847
11848 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11849
11850 * gdb.texinfo (Environment): Document that `path' does not change
11851 the value of PATH in GDB's own environment (it did in the past,
11852 but that was changed on March 15, 1994). Reported by Doug Evans
11853 <dje@transmeta.com>.
11854
11855 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11856 its line. Fix markup of commands and macros. Add an Index node
11857 and index entries.
11858
11859 2001-01-23 J.T. Conklin <jtc@redback.com>
11860
11861 * gdb.texinfo (Memory region attributes): New manual section.
11862
11863 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11864
11865 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11866
11867 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11868
11869 * refcard.tex: Version and copyright fixed. From Phil Edwards
11870 <pedwards@disaster.jaj.com>.
11871
11872 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11873
11874 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11875 DWARF2_REG_TO_REGNUM): Document.
11876
11877 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11878
11879 * gdbint.texinfo (Coding): Update current value of
11880 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11881
11882 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11883
11884 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11885 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11886
11887 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11888
11889 * gdb.texinfo: Document new 'set step-mode' command.
11890
11891 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11892
11893 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11894 changes from Dmitry Sivachenko <dima@Chg.RU>.
11895
11896 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11897
11898 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11899 From Steven Johnson <sbjohnson@ozemail.com.au>.
11900
11901 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11902
11903 * gdbint.texinfo (Overall Structure): Spelling fix.
11904
11905 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11906
11907 * gdbint.texinfo (Target Architecture Definition): Document that
11908 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11909 for which REGISTER_CONVERTIBLE returns a zero value.
11910
11911 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11912
11913 * Makefile.in (install-info): Find files to install in either the
11914 build or source directories (adapted from Makefile.am).
11915
11916 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11917
11918 * stabs.texinfo: Fix spelling errors.
11919 (String Field): FILE-NUMBER starts from 0, not 1.
11920
11921 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11922
11923 * refcard.tex: Remove \centerline from the blurb. Patch from
11924 Brian Youmans.
11925
11926 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11927
11928 * Makefile.in (install-info): Support installation from outside of
11929 the source directory. Reported by Mark Harig
11930 <markh@frazier.landmark.com>.
11931
11932 2000-06-20 J.T. Conklin <jtc@redback.com>
11933
11934 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11935
11936 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11937
11938 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11939 Generate using pdftex.
11940 (PDFTEX): Define.
11941 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11942 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11943 @contents at the start.
11944
11945 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11946
11947 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11948 Youmans.
11949
11950 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11951
11952 From Brian Youmans:
11953 * gdb.texinfo: Fix ``et al.''.
11954
11955 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11956
11957 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11958 loop.
11959
11960 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11961
11962 * configure: Regenerate.
11963
11964 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11965
11966 * Makefile.in (install-info): Run install-info on installed Info
11967 files.
11968
11969 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11970
11971 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11972 Andrew Cagney.
11973
11974 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11975
11976 * gdb.texinfo: Proofreading changes from Brian Youmans.
11977
11978 2000-05-01 Nick Duffek <nsd@cygnus.com>
11979
11980 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11981 startup sequence, minor edits.
11982
11983 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11984
11985 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11986 TeX.
11987
11988 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11989 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11990 like `n' and `s' which look weird. Convert some of the @kindex to
11991 @vindex, when they refer to variables, not commands.
11992
11993 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11994
11995 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11996
11997 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11998
11999 * Makefile.in (GDBMI_DIR): New variable.
12000 (SET_TEXINPUTS): Add $(GDBMI_DIR).
12001 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
12002 (gdbmi.texinfo): New target, for texi2roff.
12003 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
12004 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
12005
12006 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
12007 gdbmi.texinfo.
12008 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
12009 comment.
12010
12011 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12012
12013 * gdb.texinfo (Files): Update description of add-symbol-file
12014 command.
12015
12016 2000-04-17 Eli Zaretskii <eliz@gnu.org>
12017
12018 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
12019 prevents the build (and is generally a Bad Idea).
12020
12021 2000-04-17 Eli Zaretskii <eliz@gnu.org>
12022
12023 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
12024 a comma inside @var.
12025 (Command Files): Index markup changes from Dmitry Sivachenko
12026 <dima@Chg.RU>.
12027
12028 2000-04-16 Eli Zaretskii <eliz@gnu.org>
12029
12030 * Makefile.in (LN_S): Define.
12031 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
12032 invoke "ln -s" unless it is known to work.
12033
12034 * configure.in (AC_PROG_LN_S): Add.
12035
12036 2000-04-14 Jim Blandy <jimb@redhat.com>
12037
12038 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
12039 section.
12040 (Target Conditionals): Document ADDRESS_TO_POINTER,
12041 POINTER_TO_ADDRESS.
12042
12043 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
12044
12045 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
12046 gdb-cfg.texi to get the value.
12047
12048 2000-04-10 Jim Blandy <jimb@redhat.com>
12049
12050 * gdbint.texinfo (Target Architecture Definition): Fix
12051 cross-references.
12052
12053 2000-04-08 Jim Blandy <jimb@redhat.com>
12054
12055 * gdbint.texinfo (Using Different Register and Memory Data
12056 Representations): New section.
12057 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
12058 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
12059 REGISTER_CONVERT_TO_RAW): Document.
12060
12061 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
12062
12063 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
12064 for acknowledgments.
12065
12066 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
12067
12068 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
12069 qThreadExtraInfo.
12070
12071 2000-03-28 J.T. Conklin <jtc@redback.com>
12072
12073 * gdb.texinfo: Clarify which remote debug protocol commands are
12074 required and which are optional.
12075
12076 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
12077
12078 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
12079 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
12080 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
12081 * annotate.texi: Update.
12082
12083 2000-03-28 Stan Shebs <shebs@apple.com>
12084
12085 * gdb.texinfo: Update dates, bump to Eighth Edition (note
12086 expectation of additional changes before release), update
12087 ISBN, add copy of top-level menu for @ifhtml, remove explicit
12088 node links, rephrase and/or shorten lines to fix formatting
12089 problem in both regular and @smallbook formats.
12090 * annotate.texi: Shorten lines in example, use smallexample
12091 consistently everywhere.
12092 * Makefile.in: Add comment about texinfo 4.0 html generation.
12093 (SFILES_INCLUDED): Add annotate.texi.
12094
12095 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
12096
12097 * gdb.texinfo (Debugging Output): Added new section, documenting
12098 the "set/show debug" commands.
12099
12100 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
12101
12102 * annotate.texi (Annotations): When GDBN omit @chapter and @node
12103 entry.
12104
12105 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
12106 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
12107 @chapter and @node entries.
12108
12109 * gdb.texinfo: Link all top-level nodes.
12110
12111 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12112
12113 * Makefile.in (install-info): Create $(infodir) before installing
12114 files.
12115
12116 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
12117
12118 From David Whedon <dwhedon@gordian.com>
12119 * gdbint.texinfo : Added paragraphs about command deprecation.
12120
12121 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
12122
12123 * gdb.texinfo: Add documentation for the apropos command.
12124
12125 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12126
12127 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
12128
12129 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
12130
12131 * gdb.texinfo: Add white space to prevent overprinting in
12132 two places.
12133
12134 2000-03-17 Stan Shebs <shebs@apple.com>
12135
12136 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
12137 <dima@Chg.RU>, also clarification of allowed content for
12138 string constants.
12139
12140 2000-03-16 Eli Zaretskii <eliz@gnu.org>
12141
12142 * gdb.texinfo (main menu): Add Annotations.
12143 (File Options): Add @cindex entries for each command-line option.
12144 Document --epoch, --annotate, --async, --interpreter, --write,
12145 --statistics, and --version.
12146
12147 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
12148 of GDB.
12149
12150 2000-02-23 Jim Blandy <jimb@redhat.com>
12151
12152 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
12153
12154 2000-02-22 Jim Blandy <jimb@redhat.com>
12155
12156 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
12157
12158 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
12159
12160 * Makefile.in (diststuff): New target.
12161
12162 2000-02-15 Kevin Buettner <kevinb@redhat.com>
12163
12164 * agentexpr.texi: Fix wording regarding Intel's IA-64
12165 architecture. [From Jim Wilson.]
12166
12167 2000-01-16 Tom Tromey <tromey@cygnus.com>
12168
12169 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
12170 (Delete Breaks): Mention range arguments.
12171 (Disabling): Likewise.
12172
12173 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
12174
12175 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
12176
12177 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
12178
12179 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
12180 valid functions.
12181
12182 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
12183
12184 * gdb.texinfo: Clarify regular expressions used in rbreak.
12185
12186 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
12187
12188 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
12189 MEMORY_REMOVE_BREAKPOINT): Document.
12190
12191 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
12192
12193 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
12194 offset re-using the DATA offset instead.
12195
12196 1999-10-11 Jim Kingdon <kingdon@redhat.com>
12197
12198 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
12199
12200 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
12201
12202 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
12203
12204 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
12205
12206 From Dmitry Sivachenko <demon@gpad.ac.ru>:
12207 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
12208 typos.
12209
12210 * gdb.texinfo: Various minor wording and formatting improvements,
12211 mentions of additional command-line options.
12212
12213 1999-09-30 Fred Fish <fnf@cygnus.com>
12214
12215 * gdb.texinfo: Document additional forms of specifying section
12216 names and addresses for the add-symbol-file command.
12217
12218 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
12219
12220 * gdbint.texinfo: Fix typo, add the word "have".
12221
12222 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
12223
12224 * gdbint.texinfo (Target Architecture Definition): Document the
12225 SKIP_PERMANENT_BREAKPOINT macro.
12226
12227 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12228
12229 * gdb.texinfo: Fiks speling errers.
12230
12231 * gdb.texinfo: Fix uses of @multitable.
12232
12233 From Eli Zaretskii <eliz@gnu.org>:
12234 * gdb.texinfo: Include details specific to DOS host, clarify
12235 some confusing language, fix @ref/@xref/@pxref usages, add
12236 comments about using with optimization, add more indexing,
12237 fix info about disassembly-flavor.
12238
12239 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
12240
12241 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
12242 SKIP_SOLIB_RESOLVER): Define.
12243
12244 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
12245
12246 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
12247 ``g'' packets.
12248
12249 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
12250
12251 * gdb.texinfo: Create a new "Configurations" chapter with
12252 platform-specific info, inline remote.texi and move sections of it
12253 into the new chapter, move bits about info proc, heuristic search,
12254 and register stack into the new chapter.
12255 * remote.texi: Remove, now part of gdb.texinfo.
12256 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
12257
12258 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
12259
12260 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
12261 GDB_TARGET_IS_MACH386): These kludges have gone away.
12262
12263 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
12264
12265 * gdbint.texinfo (Target Architecture Definition): Mention
12266 TDEPLIBS.
12267
12268 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
12269
12270 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
12271 surrounding text to fit HP-UX bits into general info.
12272 (HPPA-cfg.texi): Remove, no longer useful.
12273
12274 * gdb.texinfo: Remove explicit links from @node lines, remove
12275 HP-added "Detailed Node Listing" from main menu which confuses
12276 things.
12277
12278 From Dmitry Sivachenko <dima@Chg.RU>:
12279 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
12280 in description of `set environment'.
12281
12282 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12283
12284 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12285
12286 1999-08-12 Ben Elliston <bje@cygnus.com>
12287
12288 * gdbint.texinfo (Breakpoint Handling): Add missing words.
12289
12290 1999-08-10 Eli Zaretskii <eliz@gnu.org>
12291
12292 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
12293 watch, awatch, and rwatch. Explain why the latter two cannot be
12294 set as software watchpoints. Document that watchpoints for local
12295 variables are deleted when the debuggee terminates.
12296
12297 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
12298
12299 * remote.texi (Protocol): Further clarification of the "qRcmd"
12300 packet. Allow E.. response packet. "qRcmd" packet is no longer
12301 reserved.
12302
12303 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12304
12305 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12306 * gdb.texinfo: Ditto.
12307
12308 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
12309
12310 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12311
12312 1999-08-06 Tom Tromey <tromey@cygnus.com>
12313
12314 * gdb.texinfo (KOD): New node.
12315
12316 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
12317
12318 * remote.texi (Rcmd): Fix minor formatting typos.
12319
12320 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
12321
12322 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
12323 packets.
12324
12325 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
12326
12327 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12328 fixes.
12329
12330 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
12331
12332 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12333
12334 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12335
12336 * remote.texi (Communication Protocol): ``v'' is in use. Fix
12337 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
12338 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
12339 packets that are not supported on all hosts. Expand examples.
12340 Spell check.
12341
12342 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12343
12344 * Makefile.in: Recognize html, install-html. Add targets
12345 to build HTML versions of documentation via texi2html.
12346
12347 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
12348
12349 * gdbint.texinfo (Testsuite): New chapter, information about the
12350 testsuite.
12351
12352 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
12353
12354 * remote.texi (Communication Protocol): Rewrite.
12355
12356 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
12357
12358 * stabs.texinfo: Fix uses of xref.
12359
12360 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
12361
12362 * gdbint.texinfo: Add an anti-printf exhortation, and update the
12363 info about patch submission.
12364
12365 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
12366
12367 From Per Bothner <bothner@cygnus.com>:
12368 * gdb.texinfo: Document Chill support.
12369
12370 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
12371
12372 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
12373 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12374 Document that the value should be greater-than or equal-to zero.
12375 (NO_STD_REGS): Document. Deprecate.
12376
12377 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12378
12379 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
12380 Document that these are not used.
12381
12382 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12383
12384 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12385
12386 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
12387
12388 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
12389 numargs was dropped.
12390
12391 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
12392
12393 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12394
12395 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12396
12397 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
12398 Update.
12399
12400 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12401
12402 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12403 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12404
12405 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12406
12407 * gdbint.texinfo: Fix typos: $ -> @.
12408
12409 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12410
12411 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
12412 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12413 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12414 BREAKPOINT_FROM_PC.
12415
12416 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12417
12418 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
12419 CALL_DUMMY_STACK_ADJUST): Document.
12420
12421 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12422
12423 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
12424 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
12425
12426 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12427
12428 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12429 longer exists.
12430
12431 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12432
12433 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
12434 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12435 they make the manual source incomprehensible.
12436 * h8-cfg.texi: Remove, hasn't been used in years.
12437
12438 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12439
12440 * gdb.texinfo: Update the credits.
12441
12442 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12443
12444 * gdb.texinfo: Fix mistakes noticed in printout of last
12445 draft, add Alpha to discussion of heuristic fence post.
12446
12447 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12448
12449 * gdb.texinfo, remote.texi: Many changes; update to Seventh
12450 Edition, merge some HP changes into mainline, describe some
12451 previously undocumented features, describe more of the target
12452 commands available, eliminate obsolete section on renamed
12453 commands.
12454 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12455
12456 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12457
12458 * gdb.texinfo: Make many HPPA conditionals unconditional,
12459 including catchpoint description, since now on for all configs.
12460 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12461 specializations.
12462
12463 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12464
12465 * Makefile.in (GDBvn.texi): Fix match expression to work with
12466 current format of VERSION in gdb/Makefile.in.
12467 * gdb.texinfo: Fix node ref to match new readline.
12468
12469 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12470
12471 * gdb.texinfo: Changes made as part of a project to merge in
12472 changes made by HP. Documentation makes extensive use of
12473 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12474 on remote debugging. There are differences in documentation
12475 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12476 the HP manual discusses catchpoints, hardware watchpoints, and
12477 some HPUX specific limitations for shared library support.
12478
12479 There are also a number of @node changes.
12480
12481 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12482
12483 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12484 (C Usage): Same.
12485
12486 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12487
12488 The following changes were made by Edith Epstein
12489 <eepstein@cygnus.com> as part of a project to merge in changes
12490 made by HP.
12491
12492 * HPPA-cfg.texi: new file.
12493
12494 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12495
12496 * refcard.tex: change documentation about catch.
12497 removed info catch.
12498
12499 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12500
12501 * gdbint.texinfo: Expand on GDB's coding standards,
12502 specify the use of arg names with prototypes.
12503
12504 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12505
12506 * gdb.texinfo: Fix tipo.
12507
12508 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12509
12510 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12511 TARGET_BYTE_ORDER_SELECTABLE_P.
12512
12513 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12514
12515 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12516
12517 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12518
12519 * agentexpr.texi: New file.
12520
12521 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12522
12523 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12524
12525 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12526
12527 * remote.texi: Changed wording that implied that the GDB remote
12528 protocol caches register values instead of GDB itself.
12529
12530 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12531
12532 * gdbint.texinfo: Add some info about symbol readers.
12533 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12534 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12535 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12536 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12537
12538 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12539
12540 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12541
12542 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12543
12544 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12545
12546 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12547
12548 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12549 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12550
12551 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12552
12553 * gdbint.texinfo: Fix minor typos.
12554
12555 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12556
12557 * gdbint.texinfo: Complete overhaul. Group descriptions more
12558 logically, add more info on generic algorithms, remove much
12559 obsolete and/or wrong material.
12560
12561 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12562
12563 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12564
12565 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12566
12567 * refcard.tex: Copyright, address updates.
12568
12569 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12570
12571 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12572 for the edition instead of confusing GDB-version-like numbers.
12573
12574 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12575
12576 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12577
12578 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12579
12580 * LRS: Reformat a bit to keep text under 80 columns.
12581
12582 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12583
12584 * gdb.texinfo: Add some credits, mention bug monitor.
12585 * remote.texi: Mention mips monitor targets.
12586 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12587
12588 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12589
12590 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12591 files, finish sorting of host vs target vs native macros, describe
12592 some more of them.
12593
12594 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12595
12596 * gdbint.texinfo (Host Conditionals): Document change from
12597 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12598
12599 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12600
12601 * gdbint.texinfo (Host Conditionals): Document
12602 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12603
12604 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12605
12606 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12607 Document LSEEK_NOT_LINEAR.
12608
12609 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12610
12611 * stabs.texinfo (Stab Section Basics): Make it clear that only
12612 some versions of the GNU linker remove the leading N_UNDF symbol.
12613
12614 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12615
12616 * stabs.texinfo (String Field): Document type number pairs here,
12617 instead of in the Sun specific section.
12618 (Include Files): The GNU linker supports the N_BINCL
12619 optimization. Clarify the N_BINCL value, and what it is used
12620 for.
12621 (Procedures): Document N_FUN with an empty string to mark the end
12622 of a function.
12623 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12624 (Sun Differences): Remove this node, as the information is now
12625 elsewhere in the main document.
12626 (Stab Section Basics): Mention that the GNU linker may optimize
12627 stabs and remove the leading N_UNDF symbol.
12628
12629 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12630
12631 * gdb.texinfo, refcard.tex: Restore author credit
12632
12633 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12634
12635 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12636 are macros that take an single argument.
12637
12638 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12639
12640 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12641 documentation to account for START and END macros taking
12642 one arg.
12643
12644 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12645
12646 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12647 * gdb.texinfo (Frames): Fix typo.
12648
12649 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12650
12651 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12652 a target_signal as arg type, not a pid.
12653
12654 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12655
12656 * gdb.texinfo: Document `set assembly-language'.
12657
12658 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12659
12660 * remote.texi: Update list of stubs in the GDB distribution.
12661
12662 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12663
12664 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12665 Also document that some systems can use mmalloc but must define
12666 this if their C runtime allocates memory that is later freed.
12667 (MMCHECK_FORCE): Document new macro.
12668
12669 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12670
12671 * remote.texi: Add documentation for target Sparclet.
12672
12673 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12674
12675 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12676 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12677 * configure.in: Rewritten for autoconf.
12678 * configure: New.
12679
12680 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12681
12682 * Makefile.in (DVIPS): New define, set to dvips.
12683 (dvi): Add stabs.dvi.
12684 (ps): New target.
12685 (all-doc): Depend on info, dvi, and ps targets.
12686 (STAGESTUFF): Add *.ps and *.dvi files.
12687 (clean-info, clean-dvi): Remove.
12688 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12689 rules completely rewritten.
12690 (maintainer-clean): Remove clean-info and clean-dvi
12691 dependencies and put their actions in the rules.
12692 (gdb.ps): New target
12693 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12694 intermediate TeX files, whether they have 2 or 3 character
12695 extensions.
12696 (gdbint.ps): Add target and rules.
12697 (gdb-internals): Delete unused target.
12698 (Makefile): Depends upon config.status also.
12699
12700 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12701
12702 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12703 set.
12704
12705 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12706
12707 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12708 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12709
12710 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12711
12712 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12713
12714 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12715
12716 * gdb.texinfo (Print settings): Document
12717 `set/show print static-members' commands.
12718
12719 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12720
12721 * gdbint.texinfo (Native): Document name change, coredep.c to
12722 core-aout.c.
12723
12724 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12725
12726 * stabs.texinfo (Include Files): Document the values the SunOS4
12727 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12728
12729 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12730
12731 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12732 Fix typo.
12733
12734 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12735
12736 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12737 "gdb.tar.Z".
12738
12739 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12740
12741 * Makefile.in (maintainer-clean): New target, synonym for
12742 realclean.
12743
12744 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12745
12746 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12747
12748 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12749
12750 * Update all FSF addresses except those in COPYING* files.
12751
12752 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12753
12754 From Richard Earnshaw (rearnsha@armltd.co.uk):
12755 * gdb.texinfo (convenience variables): Document $_exitcode.
12756 (quit): Document optional expression to use as exit code.
12757
12758 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12759
12760 * gdb.texinfo, remote.texi: Brought up to date with various
12761 GDB changes.
12762
12763 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12764
12765 * gdb.texinfo: Update dates and versions, fix comments about
12766 hardware watchpoints in future releases and about the
12767 sharedlibrary command.
12768
12769 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12770
12771 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12772 C_FUN stab. Other cleanups.
12773
12774 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12775
12776 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12777 for the sparc stub.
12778
12779 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12780
12781 * annotate.texi: Clarify which addresses have differing formats
12782 depending on the language and which do not.
12783
12784 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12785
12786 * remote.texi (NetWare): Changed example to use BOARD= instead of
12787 NODE= argument to reflect correspoding change to gdbserve.nlm.
12788
12789 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12790
12791 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12792 GDB, as well as AIX dbx, supports the size type attribute.
12793
12794 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12795
12796 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12797
12798 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12799
12800 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12801 and new 'if' and 'while' commands.
12802
12803 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12804
12805 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12806
12807 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12808
12809 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12810 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12811 NetWare targets. Mostly stolen from the Server node.
12812
12813 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12814
12815 * gdb.texinfo (Setting): Talk about the language of a source file
12816 versus the working language. The old documentation did not match
12817 what GDB did.
12818
12819 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12820
12821 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12822 of a source file.
12823
12824 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12825
12826 * gdb.texinfo (Processes): New node.
12827
12828 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12829
12830 * remote.texi: Update documentation of set/show mipsfpu.
12831
12832 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12833
12834 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12835 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12836
12837 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12838
12839 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12840 obsolete conditionals, described some others.
12841
12842 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12843
12844 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12845 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12846
12847 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12848
12849 * gdbint.texinfo: Put regex conditionals in their own table.
12850
12851 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12852
12853 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12854 described or fixed the descriptions of many others.
12855
12856 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12857
12858 * gdb.texinfo: Add some more credits.
12859 * gdbint.texinfo: Capitalize GDB consistently, describe some
12860 macros and remove some.
12861
12862 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12863
12864 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12865 obsolete conditionals, described some others.
12866
12867 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12868
12869 * gdb.texinfo (help targets): Changed to `help target', which
12870 is the correct gdb command.
12871
12872 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12873
12874 * annotate.texi (TODO): New node, for keeping track of annotations
12875 suggested but not yet implemented.
12876
12877 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12878
12879 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12880 another symbol, it is not the address itself.
12881
12882 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12883
12884 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12885 of stabs-in-coff sections.
12886
12887 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12888
12889 * annotate.texi: Change edition to 0.5 and date to May 1994.
12890 Add index.
12891 (Frames): New node, for frame annotation.
12892 (Displays): New node, for display annotation.
12893
12894 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12895 when waiting for your program to stop.
12896
12897 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12898
12899 * annotate.texi (Breakpoint Info): Document annotation of header
12900 fields and record annotation.
12901
12902 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12903
12904 * annotate.texi: New file, to document annotations.
12905
12906 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12907
12908 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12909 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12910
12911 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12912
12913 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12914 section, and say n_strx field is compilation unit relative.
12915 * stabs.texinfo: Don't use @code for a.out when it is the name of
12916 an object file format.
12917
12918 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12919
12920 * gdb.texinfo: Refer to file names, not path names, per rms
12921 convention.
12922 (Arguments): Fix typo.
12923
12924 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12925
12926 * stabs.texinfo (Global Variables): Talk about stabs in files
12927 where variables are referenced, but not defined.
12928
12929 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12930
12931 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12932 Cplusplus to new nodes Member Type Descriptor and Method Type
12933 Descriptor. Re-write stuff for #.
12934
12935 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12936
12937 * gdb.texinfo (Print Settings): Don't document "set print
12938 fast-symbolic-addr off". The bug which it worked around was fixed
12939 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12940
12941 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12942 N_ENTRY node.
12943
12944 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12945
12946 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12947
12948 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12949 references to ieee-float.c.
12950
12951 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12952
12953 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12954 match what the code actually does.
12955
12956 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12957
12958 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12959
12960 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12961
12962 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12963 i, and b.
12964
12965 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12966
12967 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12968 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12969 as "stabs in sections" rather than just saying "ELF and SOM".
12970 Also make that stuff apply to COFF.
12971
12972 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12973
12974 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12975 Ghostscript.
12976
12977 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12978
12979 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12980 versus functions without line numbers, also mention stepping into
12981 them as well as "step" when you are in them. Tell the user how to
12982 deal with the situation. Add comment about "debugging information".
12983
12984 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12985
12986 * stabs.texinfo (Enumerations): Document restriction on where
12987 enumeration types can appear and still win with GDB.
12988
12989 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12990
12991 * stabs.texinfo (Negative Type Numbers): Document format for type
12992 -16.
12993
12994 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12995
12996 * gdb.texinfo (Selection, Frame Info): Update information about
12997 arbitrary frame specficiations.
12998
12999 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
13000
13001 * gdb.texinfo, remote.texi: general editing pass prior to Net release
13002
13003 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13004
13005 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
13006
13007 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
13008
13009 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
13010
13011 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13012
13013 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
13014 Differences node to Statics node.
13015 (Statics): Discuss XCOFF use of V symbol descriptor.
13016
13017 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
13018 not clean.
13019
13020 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
13021
13022 * gdb.texinfo (Print Settings): Document `set print
13023 fast-symbolic-addr' and improve the doc for some other
13024 `set print's.
13025
13026 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13027
13028 * stabs.texinfo (String Field): Talk about defining several type
13029 numbers at once.
13030 Fix lint regarding changing node ELF Transformations to
13031 ELF and SOM Transformations.
13032
13033 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
13034
13035 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
13036
13037 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13038
13039 * stabs.texinfo (Cross-References): `::' is for nested types only
13040 within <>.
13041 (Structures): Document static members.
13042
13043 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13044
13045 * stabs.texinfo: Document S type attribute.
13046
13047 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13048
13049 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
13050
13051 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
13052
13053 * gdbint.texinfo: Fix a few typos.
13054
13055 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13056
13057 * gdb.texinfo, remote.texi: formatting improvements
13058
13059 * gdb.texinfo (New Features): mention threads.
13060 (Summary, C): fix xrefs in newly contributed text.
13061 (Threads): index entries, clarifications, example
13062 (passim): minor typos fixed, phrasing improvements
13063
13064 * remote.texi (Bootstrapping): rephrase text on ^C and add index
13065 entries; (Server): explain use of gdbserver w/real-time systems,
13066 add example of conflicting TCP port; (MIPS Remote) break up
13067 running text into table, highlighting commands, and add example.
13068
13069 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13070
13071 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
13072
13073 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13074
13075 * stabs.texinfo (Nested Symbols): New node.
13076 (String Field, Symbol Descriptors, Cross-References): Refer to it.
13077
13078 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13079
13080 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
13081 to picking which Bbss.bss symbol to use, and (because there seems to
13082 be no good way of doing it) re-write some of the text to make it
13083 sound like Bbss.bss isn't such a great idea after all (as currently
13084 designed).
13085
13086 * gdb.texinfo (C): In addition to saying people have to use g++ for
13087 good results, say they have to use stabs. Specifically say cfront
13088 doesn't work well.
13089 (Summary): Merge in information on Modula-2, Pascal, and Chill from
13090 the gdb README. Add xrefs to places where the support for the various
13091 languages is described in detail.
13092
13093 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13094
13095 * stabs.texinfo: Clean up stuff about visibility and virtual
13096 characters.
13097
13098 * stabs.texinfo (N_M2C): Cite Sun doc.
13099
13100 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13101
13102 * gdb.texinfo: updates re threads.
13103 * remote.texinfo: avoid index entries starting with digits.
13104
13105 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13106
13107 * stabs.texinfo (Enumerations): Talk about large, negative and
13108 octal values. Clean up cross reference to type attributes.
13109 (String Field): Say that GDB 4.11 supports size attribute.
13110
13111 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13112
13113 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
13114 is a mandatory step. Make the stuff about that more concise.
13115
13116 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13117
13118 * stabs.texinfo (Class Names): New node.
13119
13120 * gdb.texinfo (Command Files): Explain order of init file reading.
13121
13122 * remote.texi (Bootstrapping): Talk about getting the serial driver
13123 to deal with ^C sent by gdb to stop the remote system.
13124
13125 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
13126
13127 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
13128
13129 * libgdb.texinfo (Defining Commands): made the DOC arg
13130 to gdb_define_app_command a char * instead of char **
13131 per a suggestion from kingdon.
13132
13133 * libgdb.texinfo: total rewrite from a different starting
13134 premise.
13135
13136 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13137
13138 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
13139 floats passed as doubles (to improve clarity).
13140
13141 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13142
13143 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
13144
13145 * a4rc.sed: update to work with Andreas Vogel papersize params
13146
13147 * refcard.tex: use Andreas Vogel simplifications of papersize
13148 params; remove useless version info; update copyright date.
13149
13150 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13151
13152 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
13153
13154 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13155
13156 * gdb.texinfo (Files): Say what address the load command loads it at.
13157
13158 * stabs.texinfo (Common Blocks): Minor cleanups.
13159
13160 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
13161 that Sun has backed away from the linker kludge and thus the relevant
13162 issue is changes to the SunPRO tools, not the Solaris linker.
13163
13164 * stabs.texinfo (Traditional Integer Types): Clean up description
13165 of octal bounds a little bit. Document extra leading zeroes.
13166
13167 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13168
13169 * gdb.texinfo (Signaling): Update for symbolic symbol names
13170 and add a section explaining the difference between the GDB
13171 signal command and the shell kill utility.
13172
13173 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
13174
13175 * libgdb.texinfo: added `@' to braces that were unescaped.
13176
13177 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
13178
13179 * libgdb.texinfo: new file. Spec for the gdb library.
13180
13181 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13182
13183 * stabs.texinfo (Include Files): Fix typo (start -> end).
13184
13185 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13186
13187 * gdb.texinfo, remote.texi: assorted small improvements, mostly
13188 from Melissa at FSF's editing pass.
13189
13190 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13191
13192 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
13193 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
13194 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
13195
13196 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13197
13198 * remote.texi (Bootstrapping): Discuss 386 call gates.
13199
13200 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13201
13202 * stabs.texinfo (Based Variables): New node.
13203
13204 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13205
13206 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
13207 names, sizes, and formats to suggest how not to lose.
13208
13209 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13210
13211 * stabs.texinfo (Methods): Fix typo.
13212
13213 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13214
13215 * gdb.texinfo: Fix a few typos.
13216
13217 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13218
13219 * gdb.texinfo: Clarify how well it works with Fortran.
13220
13221 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
13222 More on relocating stabs in ELF files.
13223
13224 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13225
13226 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
13227
13228 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13229
13230 * stabs.texinfo (Local Variable Parameters): Talk about nameless
13231 parameters on VAX.
13232
13233 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13234
13235 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
13236
13237 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13238
13239 * stabs.texinfo: Make info author notice match the TeX author notice.
13240
13241 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13242
13243 * stabs.texinfo: Initial-caps all words in node names and
13244 non-trivial words in section names.
13245
13246 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13247
13248 * stabs.texinfo: Many minor cleanups.
13249
13250 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
13251
13252 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
13253
13254 * stabs.texinfo: Remove full description of big example.
13255 It's not really helpful; just use pieces of it where appropriate.
13256 Add more Texinfo formatting directives (@samp, etc.).
13257 Use @deffn to define stab types.
13258 Eliminate some wordiness. Break up some nodes.
13259 Add an (alphabetized) index of symbol types.
13260 Use consistent capitalization style in node and section names.
13261
13262 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
13263
13264 * gdb.texinfo: Change typo "Two two" to "The two".
13265
13266 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13267
13268 * stabs.texinfo (XCOFF-differences): Remove references to
13269 non-existent types N_DECL and N_RPSYM.
13270
13271 * stabs.texinfo (String Field): Say that type attributes bug is
13272 fixed in GDB 4.10, since it is.
13273
13274 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
13275
13276 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
13277
13278 * stabs.texinfo: Formatting cleanups.
13279
13280 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13281
13282 * stabs.texinfo: When explaining the n_type of a stab, standardize
13283 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13284 no tabs, use @r).
13285 (Global Variables): Clean up.
13286
13287 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13288
13289 * stabs.texinfo (Stack Variables): Re-write.
13290
13291 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13292
13293 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13294 addresses of a source file. Also revise formatting.
13295 Change "object module" or "object file" to "source file".
13296 Various: Miscellaneous cleanups.
13297
13298 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13299
13300 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13301
13302 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
13303
13304 * gdbint.texinfo: Removed many nonsensical machine-collected
13305 host and target conditionals, described some of the remainder.
13306
13307 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13308
13309 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13310
13311 * gdbint.texinfo (Top): Add name to @top line, and re-write the
13312 paragraph which follows.
13313
13314 * gdbint.texinfo (Host): Use @code not @samp for Makefile
13315 variables. Looks better and avoids overful hbox.
13316
13317 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13318
13319 * stabs.texinfo (Procedures): Improve stuff on nested functions.
13320
13321 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13322
13323 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13324 retransmit-timeout
13325
13326 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13327
13328 * gdbint.texinfo: Update statement about `some ancient Unix
13329 systems, like Ultrix 4.0' to Ultrix 4.2.
13330
13331 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
13332
13333 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13334
13335 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13336
13337 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
13338 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13339
13340 * remote.texi: new name for former gdbinv-s.texi
13341
13342 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13343
13344 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
13345
13346 * gdbinv-s.texi: Documented timeout and retransmit-timeout
13347 variables for MIPS remote debugging protocol.
13348
13349 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13350
13351 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13352
13353 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13354
13355 * Makefile.in (refcard.dvi): Use srcdir where necessary.
13356
13357 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
13358
13359 * gdb.texinfo: repair conditional bugs in text markup
13360
13361 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13362
13363 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13364 to select Modula-2 material.
13365
13366 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13367
13368 * stabs.texinfo: Cleanups regarding statics.
13369
13370 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13371 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
13372
13373 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13374
13375 * stabs.texinfo: N_MAIN is sometimes used for C.
13376
13377 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13378
13379 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13380
13381 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
13382
13383 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
13384 removed from the code by Kingdon.
13385
13386 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13387
13388 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13389 input when evaluating breakpoint conditions; the bug has been fixed.
13390
13391 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13392 sets the ignore count to N-1, not to N.
13393
13394 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13395
13396 * refcard.tex (\hoffset): correct longstanding error to match
13397 intended offset; avoids cutting off edge on some printers
13398
13399 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13400
13401 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13402
13403 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13404
13405 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13406
13407 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13408
13409 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13410 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13411 collect sed edits if any, apply to refcard before formatting;
13412 (refcard.ps) stop implying PS fonts if PS output requested;
13413 (lrefcard.ps) delete extra target for variant PS fonts
13414
13415 * refcard.tex: parametrize papersize dependent info, collect
13416 in easily replaced spot
13417
13418 * a4rc.sed: new file, edits to refcard for A4 paper
13419
13420 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13421
13422 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13423
13424 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13425
13426 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13427
13428 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13429
13430 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13431 politely rather than rudely.
13432
13433 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13434
13435 * stabs.texinfo: Document common blocks.
13436
13437 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13438
13439 * stabs.texinfo: Add some basic info about stabs-in-elf.
13440
13441 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13442
13443 * stabs.texinfo (Top): Minor cleanup.
13444
13445 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13446
13447 * Makefile.in (install-info): remove parentdir support
13448
13449 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13450
13451 * gdb.texinfo (Copying): delete this node and references to it;
13452 RMS says this manual need not carry GPL. (passim): Improvements
13453 from last round at FSF, largely due to Ian Taylor review, and
13454 minor formatting improvements.
13455
13456 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13457 largely due to Ian Taylor review. (Debug Session): minor edits to
13458 new text.
13459
13460 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13461
13462 * Makefile.in (realclean): Remove info and dvi files too.
13463
13464 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13465
13466 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13467 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13468 * gdb.texinfo: Change accordingly.
13469
13470 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13471 N_{L,R}BRAC,N_SLINE are relative to.
13472
13473 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13474
13475 * Makefile.in (GDBvn.texi): Update atomically.
13476
13477 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13478
13479 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13480
13481 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13482
13483 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13484 addresses together. Also motivate the set print symbol-filename
13485 command and suggest other solutions.
13486
13487 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13488
13489 * gdb.texinfo (set print elements): Note that the number of
13490 elements is set to unlimited by "set print elements 0".
13491
13492 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13493
13494 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13495 NF_LDOUBLE means.
13496 (Stab Types): Include Solaris stab types.
13497 (Procedures): Document Solaris extensions.
13498
13499 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13500
13501 * gdb.texinfo: Add `set print symbol-filename' doc.
13502
13503 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13504
13505 * stabs.texinfo (Arrays): Talk about type definition vs. type
13506 information.
13507
13508 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13509 the trailing semicolon.
13510
13511 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13512
13513 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13514 and merge in other parts of the document addressing these subjects.
13515 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13516
13517 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13518 at the end of a range type.
13519
13520 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13521 AIX extensions.
13522
13523 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13524
13525 * stabs.texinfo (Stabs Format): Misc fixes.
13526
13527 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13528
13529 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13530 (Traditional builtin types): Document convex convention for long long.
13531 (Negative builtin types): Discuss type names, and misc fixes.
13532
13533 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13534
13535 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13536 point types used with @samp{R} type descriptor.
13537 (Symbol Descriptors): Describe how to handle conflict between
13538 different meanings of @samp{P} symbol descriptor.
13539
13540 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13541
13542 * stabs.texinfo: Remove node Quick Reference and put its children
13543 directly under the main menu.
13544
13545 * stabs.texinfo: Many more changes to bring it into line with
13546 AIX documentation and reality. I think it now has all the
13547 information from the AIX documentation, except that I burned
13548 out when I got to variant records (Pascal and Modula-2) and
13549 all the COBOL types. Oh well, we can add them later when we're
13550 worrying more about those languages.
13551
13552 * stabs.texinfo (Automatic variables): Talk about what it means
13553 to omit the symbol descriptor.
13554
13555 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13556
13557 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13558 gcc2 behavior with promoted args.
13559
13560 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13561
13562 * gdb.texinfo: include readline appendices in info version of manual
13563
13564 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13565
13566 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13567 target remote.
13568
13569 * gdb.texinfo (Machine Code): more index entries for disassemble
13570
13571 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13572
13573 * Clarify the intended use of the gdb-testers and gdb-patches
13574 mailing lists, and shrink gzip comment.
13575
13576 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13577
13578 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13579 DOSHOST configuration of manual.
13580
13581 * gdb.texinfo (MIPS Stack): new node.
13582
13583 * all-config.texi (MIPS) new switch.
13584
13585 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13586 tense; (MIPS Remote) new node.
13587
13588 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13589 bug; (Environment) less passive, other small cleanups in text about
13590 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13591 (Remote) new MIPS Remote menu entry.
13592
13593 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13594
13595 * stabs.texinfo: Many changes to include information from the
13596 AIX documentation.
13597
13598 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13599
13600 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13601
13602 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13603 Add PRINTF_HAS_LONG_LONG references.
13604
13605 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13606
13607 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13608 `set demangle-style arm' (not cfront); mention can type `q' to
13609 discard output, when gdb pages.
13610
13611 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13612
13613 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13614 Move a bunch of information from ../README.
13615 (Getting Started): New node.
13616
13617 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13618
13619 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13620
13621 * gdb.texinfo: advance manual revision dates to present
13622
13623 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13624 stop using silly Roman numerals in @set variable names
13625
13626 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13627
13628 * stabs.texinfo (Parameters): Keep trying to get this right.
13629
13630 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13631
13632 * stabs.texinfo (Parameters): More on "local parameters".
13633
13634 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13635
13636 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13637
13638 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13639
13640 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13641 (Parameters): Rewrite.
13642 (xcoff-differences, Sun-differences): Minor changes.
13643
13644 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13645
13646 * stabs.texinfo: Minor cleanup.
13647
13648 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13649
13650 * gdbint.texinfo: Minor xcoff stuff.
13651
13652 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13653
13654 * gdbint.texinfo: Update for new config directory structure.
13655 Add info about internal type data structures.
13656
13657 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13658
13659 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13660 $(srcdir).
13661 (gdb-config.texi): Depend on file in $(srcdir).
13662
13663 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13664
13665 * stabs.texinfo: Fixes about N_SO.
13666
13667 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13668
13669 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13670
13671 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13672
13673 * gdb.texinfo: include list of nonstandard init file names
13674
13675 * *-config.texi: new switch GENERIC for text that applies *only*
13676 to (usual) multiple-target version of manual
13677
13678 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13679 h8 config
13680
13681 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13682 in menus (rather than conditionally selected multiple alternative
13683 menus).
13684
13685 * Makefile.in: define and use DOC_CONFIG var to select
13686 configuration for GDB user manual.
13687
13688 * gdb-config.texi: delete from repository, generate from Makefile.
13689
13690 * all-config.texi: normal `generic' configuration file, formerly
13691 stored as gdb-config.texi
13692
13693 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13694
13695 * Makefile.in: add dvi target to build all .dvi files
13696
13697 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13698
13699 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13700
13701 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13702
13703 * stabs.texi: The `this' pointer is now known by the name
13704 `this' instead of `$t'.
13705
13706 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13707
13708 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13709 host conditionals.
13710 * stabs.texinfo: More array fixes inspired by Jim's.
13711
13712 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13713
13714 * stabs.texinfo: Fixes re arrays and continuations.
13715
13716 * gdbint.texinfo: Add XCOFF node.
13717
13718 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13719
13720 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13721
13722 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13723
13724 * stabs.texinfo: Fix for array types to mention lower bounds.
13725
13726 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13727
13728 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13729
13730 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13731
13732 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13733
13734 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13735
13736 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13737 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13738
13739 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13740
13741 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13742
13743 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13744
13745 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13746
13747 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13748
13749 * gdb.texinfo, gdbinv-s.texi: misc updates
13750
13751 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13752
13753 * gdbint.texinfo: Brief documentation for longjmp support,
13754 from an email msg by Stu.
13755
13756 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13757
13758 * stabs.texinfo: Fix description of floating point "range"
13759 types (which really define basic types). Reported by Jim Meehan,
13760 <meehan@src.dec.com>.
13761
13762 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13763
13764 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13765
13766 * gdbint.texinfo: Slightly expand section on supporting a new
13767 object file format.
13768
13769 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13770
13771 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13772 intermediate file.
13773
13774 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13775
13776 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13777
13778 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13779
13780 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13781
13782 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13783 as well as Z8002.
13784
13785 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13786
13787 * gdbint.texinfo (Host Conditionals): Remove
13788 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13789 MEM_FNS_DECLARED.
13790 (Target Conditionals): Remove all of the above.
13791
13792 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13793
13794 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13795 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13796
13797 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13798
13799 * gdbint.texinfo: Add sections on clean design and on how to send
13800 in changes.
13801
13802 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13803
13804 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13805
13806 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13807
13808 * gdbint.texinfo: nm.h now included in defs.h.
13809
13810 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13811
13812 * gdb.texinfo: Fix typo, reported by Karl Berry.
13813
13814 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13815
13816 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13817
13818 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13819
13820 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13821
13822 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13823
13824 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13825 (all @node commands): Use new form to avoid nitpicking errors.
13826 * gdbint.texinfo: Document host/native/target split.
13827
13828 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13829
13830 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13831
13832 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13833
13834 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13835
13836 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13837
13838 * gdbint.texinfo: fixed a stray email address (needs @@),
13839 added @table @code to node "Native Conditionals"
13840
13841 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13842
13843 * gdbint.texinfo: document a few more macros, create new section
13844 for native macros.
13845
13846 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13847
13848 * gdb.texinfo: Document command hooks.
13849
13850 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13851
13852 * gdbint.texinfo: Describe coding style of GDB.
13853
13854 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13855
13856 * stabs.texinfo: Minor wording changes.
13857
13858 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13859
13860 * gdbint.texinfo: Improve release doc slightly.
13861
13862 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13863
13864 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13865 for two new remote targets---29K using UDI, and Tandem ST2000
13866 using STDBUG.
13867
13868 * all.m4, none.m4: new m4 switch, _ST2000__
13869
13870 * all.m4: turn on H8/300 stuff for generic manual
13871
13872 * gdbinv-s.m4.in: remove text on special procedures to continue
13873 after explicit call to breakpoint() in serial stubs.
13874
13875 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13876
13877 * gdbint.texinfo: Improve doc of GDB config macros.
13878
13879 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13880
13881 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13882 These will be reinserted when examined.
13883
13884 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13885
13886 * gdb.texinfo: fix shameful error of agreement reported by
13887 jimb@occs.cs.oberlin.edu (Jim Blandy)
13888 * gdb.texinfo: remove old partial discussion of remote serial
13889 protocol (via serial debug stubs)
13890 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13891 use of serial debug stubs
13892
13893 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13894
13895 * gdbint.texinfo: Make a start at documenting all the #if macros
13896 in GDB. At least list them all, and start separating them into
13897 host-specific and target-specific.
13898
13899 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13900
13901 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13902 examples (not consistent w others).
13903 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13904 for generic vn of doc
13905
13906 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13907
13908 * Makefile.in: always create installation directories.
13909
13910 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13911
13912 * gdb.texinfo: in h8 config, do not describe searching commands.
13913
13914 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13915
13916 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13917 conditionals; introduce a few generic switches that may be
13918 useful for other cross-dev or dos-hosted configs.
13919
13920 * gdb.texinfo: fix typo in "info reg" description
13921
13922 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13923
13924 * stabs.texinfo: Minor updates from running TeX over it.
13925 * Makefile.in (stabs.dvi, stabs.ps): Add.
13926
13927 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13928
13929 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13930 First pass at converting it to texinfo.
13931
13932 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13933
13934 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13935 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13936
13937 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13938
13939 * gdbint.texinfo: Add section on partial symbol tables.
13940
13941 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13942
13943 * gdb.texinfo: Document new am29k setting.
13944
13945 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13946
13947 * gdb.texinfo: document `set remotedebug' and `set
13948 rstack_high_address'.
13949
13950 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13951
13952 * gdb.texinfo: slight expansion of new text on reading info files
13953 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13954 H8/300 from DOS.
13955
13956 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13957
13958 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13959
13960 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13961
13962 * gdb.texinfo: Say how to read the `info' files.
13963
13964 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13965
13966 * Makefile.in: gm4 -> m4.
13967
13968 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13969
13970 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13971 Documentation' ahead of `Installing GDB' to match README.
13972 Update shared library doc, -readnow and -mapped, and directory
13973 structure (add glob and mmalloc). Update configure doc.
13974
13975 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13976
13977 * Makefile.in: remove $(srcdir) from gdb.info rule.
13978
13979 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13980
13981 * Makefile.in: commented out gdb-all.texinfo rule. This is
13982 temporary.
13983
13984 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13985
13986 * Makefile.in, configure.in: removed traces of namesubdir,
13987 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13988 copyrights to '92, '13, changed some from Cygnus to FSF.
13989
13990 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13991
13992 * gdb.texinfo: Improve how we ask for bug reports.
13993
13994 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13995
13996 * Makefile.in: infodir belongs in datadir.
13997
13998 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13999
14000 * Makefile.in: remove spaces following hyphens, bsd make can't
14001 cope. install using INSTALL_DATA. added clean-info. added
14002 standards.text support.
14003
14004 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14005
14006 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14007 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14008 and mandir now keyed off datadir by default.
14009
14010 \f
14011 Local Variables:
14012 mode: change-log
14013 left-margin: 8
14014 fill-column: 74
14015 version-control: never
14016 coding: utf-8
14017 End:
This page took 0.31885 seconds and 4 git commands to generate.