]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/doc/ChangeLog
gdb: add "set startup-quietly" command
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
1 2021-04-15 Tom Tromey <tom@tromey.com>
2 Andrew Burgess <andrew.burgess@embecosm.com>
3
4 * gdb.texinfo (Mode Options): Mention "set startup-quietly".
5
6 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 PR cli/25956
9 * gdb.texinfo (File Options): Mention new command line options.
10 (Startup): Discuss when early init files are processed.
11 (Initialization Files): Add description of early init files.
12 (Output Styling): Update description of 'version' style.
13 (gdb man): Mention early init files.
14
15 2021-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add missing
18 parentheses to GDB prompt in example, and replace '(gdb)' with
19 '(@value{GDBP})' in one example where the latter was already in
20 use.
21
22 2021-03-29 Luis Machado <luis.machado@linaro.org>
23
24 * gdb.textinfo (Memory Tagging): Make it a @section.
25
26 2021-03-24 Luis Machado <luis.machado@linaro.org>
27
28 * gdb.texinfo (Data): Document memory tagging changes to the "print"
29 command.
30 (Examining Memory): Document memory tagging changes to the "x"
31 command.
32 (Memory Tagging): Update with more information on changes to the "x"
33 and "print" commands.
34
35 2021-03-24 Luis Machado <luis.machado@linaro.org>
36
37 * gdb.texinfo (Memory Tagging): New subsection and node.
38 (AArch64 Memory Tagging Extension): New subsection.
39
40 2021-03-24 Luis Machado <luis.machado@linaro.org>
41
42 * gdb.texinfo (General Query Packets): Document qMemTags and
43 QMemTags. Document the "memory-tagging" feature.
44 (ARM-Specific Protocol Details): Document memory tag types.
45
46 2021-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * python.texinfo (Parameters In Python): Return empty string in
49 small example code.
50
51 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.texinfo (Files): Document new 'maint info target-sections'
54 command.
55
56 2021-02-17 Lancelot Six <lsix@lancelotsix.com>
57
58 PR cli/17290
59 * gdb.texinfo (Remote Configuration): Fix show remote
60 interrupt-sequence and show remote interrupt-on-connect.
61
62 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * gdb.texinfo (Files): Update documentation for 'maint info
65 sections'.
66
67 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * python.texinfo (TUI Windows In Python): Extend description of
70 TuiWindow.is_valid.
71
72 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
73
74 * gdb.texinfo (Inferiors Connections and Programs): Document the
75 inferior command when used without argument.
76
77 2021-01-27 Tom Tromey <tromey@adacore.com>
78
79 * gdb.texinfo (Auto-loading extensions): Remove extraneous space.
80
81 2021-01-25 Marco Barisione <mbarisione@undo.io>
82
83 * python.texi: Add parentheses to print statements/functions.
84
85 2021-01-25 Andrew Burgess <andrew.burgess@embecosm.com>
86
87 * gdb.texinfo (Specify Location): Move menu to the end of the
88 node.
89 (Auto-loading): Likewise.
90 (Extending GDB): Likewise.
91 (TUI): Likewise.
92 (Operating System Information): Likewise.
93
94 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 PR cli/25956
97 * gdb.texinfo (Output Styling): Document version style.
98
99 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.texinfo (Auto-loading extensions): Add additional cross
102 references and move @menu to the end of the node.
103
104 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * gdb.texinfo (Aliases): Move @menu to the end of the node.
107
108 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
111
112 2021-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * gdb.texinfo (Commands): Update menu.
115 (Extending GDB): Likewise.
116 (Command aliases default args): Moved later into the document,
117 added a cindex entry. Renamed the section 'Automatically prepend
118 default arguments to user-defined aliases' to 'Default Arguments'.
119 (Aliases): Moved earlier in the document. Minor rewording of the
120 first paragraph, down-cased the text inside all uses of @var, and
121 added a cross reference to the Python code. Renamed the section
122 'Creating new spellings of existing commands' to 'Command
123 Aliases'.
124
125 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
126
127 PR python/19151
128 * python.texi (Breakpoints In Python): Document
129 gdb.BP_HARDWARE_BREAKPOINT.
130
131 2021-01-01 Joel Brobecker <brobecker@adacore.com>
132
133 * gdb.texinfo, refcard.tex: Update copyright year range.
134
135 2020-12-29 Hannes Domani <ssbssa@yahoo.de>
136
137 * python.texi (Frame Decorator API): Fix method name.
138
139 2020-12-23 Alex Bennée <alex.bennee@linaro.org>
140
141 * gdb.texinfo (Packets): Clarify language for ? packet.
142
143 2020-12-21 Joel Brobecker <brobecker@adacore.com>
144
145 * gdb.texinfo (Requirements): Add GMP to list of requirements.
146
147 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
148
149 * python.texi (TUI Windows In Python): Remove erroneous 'a'.
150
151 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
152
153 * python.texi (Values From Inferior): Document the address keyword.
154
155 2020-12-17 Simon Marchi <simon.marchi@polymtl.ca>
156
157 PR gdb/27088
158 * gdb.texinfo (Range Checking): Fix "show check range" command
159 name.
160
161 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
162
163 * gdb.texinfo (Caching Target Data): Document 'maint flush
164 dcache'.
165
166 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
167
168 * gdb.texinfo (Symbols): Document 'maint flush symbol-cache'.
169 (Maintenance Commands): Document 'maint flush register-cache'.
170
171 2020-12-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
172
173 * Makefile.in: Delete GDBvn.texi and version.subst only in
174 the maintainer-clean target.
175
176 2020-11-29 Hannes Domani <ssbssa@yahoo.de>
177
178 PR python/26974
179 * python.texi: Fix docu for static members argument.
180
181 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
182
183 * gdb.texinfo (Debugging Output): Document 'set/show debug
184 fortran-array-slicing'.
185 (Special Fortran Commands): Document 'set/show fortran
186 repack-array-slices'.
187
188 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
189
190 * gdb.texinfo (Maintenance Commands): Update description of 'maint
191 print c-tdesc'.
192
193 2020-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * gdb.texinfo (Mode Options): Descriptions of initialization files
196 has been moved to 'Initialization Files'.
197 (Startup): Likewise.
198 (Initialization Files): New node.
199 (gdb man): Update to mention alternative file paths.
200 (gdbinit man): Likewise.
201
202 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
203
204 * gdb.texinfo (Set Breaks): Document the '-force-condition' flag
205 of the 'break'command.
206 * gdb.texinfo (Conditions): Document the '-force' flag of the
207 'condition' command.
208
209 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
210
211 * gdb.texinfo (Set Breaks): Document disabling of breakpoint
212 locations for which the breakpoint condition is invalid.
213
214 2020-10-06 Michael Forney <mforney@mforney.org>
215
216 * Makefile.in (HAVE_NATIVE_GCORE_HOST): Add for gcore.1
217 install condition.
218
219 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
220
221 * gdb.texinfo (Debugging Output): Add set/show debug event-loop.
222
223 2020-10-04 Simon Marchi <simon.marchi@polymtl.ca>
224
225 * gdb.texinfo (Debugging Output): Add empty lines, fix typo.
226
227 2020-09-13 Pedro Alves <pedro@palves.net>
228
229 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
230 "-break-insert --qualified" and "-dprintf-insert --qualified".
231
232 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
233
234 * gdb.texinfo (Synopsys ARC): Document LP_START, LP_END and BTA.
235
236 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
237
238 * gdb.texinfo (Synopsys ARC): Update the documentation for ARC
239 Features.
240
241 2020-08-07 Tom Tromey <tromey@adacore.com>
242
243 * gdb.texinfo (Ravenscar Profile): Add examples.
244 Document runtime initialization limitation.
245
246 2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
247
248 * gdb.texinfo (Contributors): Add information for the eBPF
249 support.
250 (BPF): New section.
251
252 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * python.texi (Unwinding Frames in Python): Update descriptions
255 for PendingFrame.read_register and
256 gdb.UnwindInfo.add_saved_register.
257 (Frames In Python): Update description of Frame.read_register.
258
259 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * python.texi (Registers In Python): Document new find function.
262
263 2020-07-22 Kevin Buettner <kevinb@redhat.com>
264
265 * gdb.texinfo (Maintenance Commands): Add documentation for
266 new command "maintenance print core-file-backed-mappings".
267
268 2020-07-22 Reuben Thomas <rrt@sc3d.org>
269
270 * gdb.texinfo (Remote Protocol, Overview): Correct the description
271 of which remote protocol commands are mandatory for a stub to
272 implement.
273
274 2020-07-20 Ludovic Courtès <ludo@gnu.org>
275
276 * doc/guile.texi (Guile Introduction): Mention Guile 3.0.
277
278 2020-07-20 Ludovic Courtès <ludo@gnu.org>
279
280 * guile.texi (Memory Ports in Guile): Mark
281 'memory-port-read-buffer-size',
282 'set-memory-port-read-buffer-size!',
283 'memory-port-write-buffer-size',
284 'set-memory-port-read-buffer-size!' as deprecated.
285 (Guile Introduction): Clarify which Guile
286 versions are supported.
287
288 2020-07-13 Paul Carroll <pcarroll@codesourcery.com>
289
290 PR gdb/25716
291
292 * gdb.texinfo (Frame Apply): Remove anchor for 'frame
293 apply' and adjust xrefs to it.
294
295 2020-07-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
296
297 * gdb.texinfo (Attach): Update exec-file-mismatch doc.
298
299 2020-07-08 Hannes Domani <ssbssa@yahoo.de>
300
301 * gdb.texinfo: Document Windows drive conversion of
302 'set auto-load scripts-directory'.
303
304 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
305
306 * gdb.texi (Registers): Add @anchor for 'info registers
307 <reggroup>' command.
308 * python.texi (Architectures In Python): Document new
309 register_groups method.
310 (Registers In Python): Document two new object types related to
311 register groups.
312
313 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
314
315 * python.texi (Python API): Add new section to the menu.
316 (Frames In Python): Add new @anchor.
317 (Architectures In Python): Document new registers method.
318 (Registers In Python): New section.
319
320 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * python.texi (Unwinding Frames in Python): Document
323 PendingFrame.architecture method.
324
325 2020-06-26 Eli Zaretskii <eliz@gnu.org>
326
327 * gdb.texinfo (Shell Commands): More accurate description of use
328 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
329
330 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
331
332 * gdb.texinfo (Maintenance Commands): Document new 'maint print
333 xml-desc' command.
334
335 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
336
337 * gdb.texinfo (Command aliases default args): New node documenting
338 how to use default args for a command using aliases.
339 (Aliases): Document the new 'DEFAULT-ARGS...' option.
340 (Help): Update help aliases text and describe when full alias
341 definition is provided.
342
343 2020-06-11 Tom Tromey <tromey@adacore.com>
344
345 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
346
347 2020-06-10 Jonny Grant <jg@jguk.org>
348
349 * gdb.texinfo: Remove broken links Previous and Up from
350 contents.
351
352 2020-05-23 Tom Tromey <tom@tromey.com>
353
354 * gdb.texinfo (Output Styling): Don't mention completion styling.
355 (Editing): Don't mention readline completion styling.
356
357 2020-05-23 Tom Tromey <tom@tromey.com>
358
359 * gdb.texinfo (Output Styling): Mention completion styling.
360 (Editing): Mention readline completion styling.
361
362 2020-05-19 Pedro Alves <palves@redhat.com>
363
364 * gdb.texinfo (Attach): Update exec-file-mismatch description to
365 mention build IDs.
366 (Separate Debug Files): Add "build id" anchor.
367
368 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
369
370 * gdb.texinfo (Help): Document the help and apropos changes.
371 (Aliases): Document new meaning of -a abbreviation flag.
372
373 2020-05-05 Kamil Rytarowski <n54@gmx.com>
374
375 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
376 (info proc exe, info proc mappings, info proc stat): Mention
377 NetBSD support.
378
379 2020-04-28 Tom Tromey <tom@tromey.com>
380
381 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
382
383 2020-04-27 Tom Tromey <tromey@adacore.com>
384
385 * python.texi (Types In Python): Mention missing fields. Add
386 dynamic type example.
387
388 2020-04-24 Tom Tromey <tromey@adacore.com>
389
390 PR python/23662:
391 * python.texi (Types In Python): Document new features.
392
393 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
394
395 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
396 clears makeinfo warnings.
397 * python.texi: Add a missing period trailing an @xref{} clause;
398 this clears a makeinfo warning.
399
400 2020-03-06 Tom de Vries <tdevries@suse.de>
401
402 * gdb.texinfo: Fix "the the".
403
404 2020-03-04 Tom de Vries <tdevries@suse.de>
405
406 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
407 * python.texi: Same.
408
409 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
410
411 * gdb.texinfo (Command History): Extend description for
412 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
413 'set history filename' being optional. Describe the effect of an
414 empty history filename on 'set history save on'.
415
416 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
419 output.
420
421 2020-02-22 Tom Tromey <tom@tromey.com>
422
423 * python.texi (Python API): Add menu item.
424 (TUI Windows In Python): New node.
425
426 2020-02-22 Tom Tromey <tom@tromey.com>
427
428 PR tui/17850:
429 * gdb.texinfo (TUI Commands): Document horizontal layouts.
430
431 2020-02-22 Tom Tromey <tom@tromey.com>
432
433 * gdb.texinfo (TUI Overview): Mention user layouts.
434 (TUI Commands): Document "tui new-layout".
435
436 2020-01-26 Tom Tromey <tromey@adacore.com>
437
438 * gdb.texinfo (M68K Features): Document floating-point feature
439 correspondence.
440
441 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
442
443 * gdb.texinfo (Attach): Document the new option and the
444 set/show commands.
445 (Connecting): Reference the exec-file-mismatch option.
446
447 2020-01-10 Pedro Alves <palves@redhat.com>
448
449 * gdb.texinfo (Starting): Say "current inferior not connected"
450 instead of "GDB not connected".
451 (Inferiors and Programs): Rename node to ...
452 (Inferiors Connections and Programs): ... this. Update all
453 references. Talk about multiple target connections. Update "info
454 inferiors" info to mention the connections column. Describe "info
455 connections". Document "add-inferior -no-connection".
456 * guile.texi, python.texi: Update cross references.
457
458 2020-01-01 Joel Brobecker <brobecker@adacore.com>
459
460 * gdb.texinfo, refcard.tex: Update copyright year range.
461
462 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * python.texi (Symbols In Python): Remove duplicate description of
465 gdb.lookup_global_symbol.
466
467 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
468
469 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
470
471 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
472
473 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
474 as -r is ambiguous. Update the print - TAB TAB completion result.
475 (Data): Document new option -raw-values. Use -p and -pretty in the
476 example, as -r is ambiguous.
477 (Print Settings): Document set print raw values.
478 (Pretty-Printer Commands): Document interaction between enabled
479 pretty printers and -raw-values/-raw-frame-arguments.
480
481 2019-12-10 Tom Tromey <tom@tromey.com>
482
483 * python.texi (gdb.prompt): Use correct quotes in example.
484 Shorten sample text.
485
486 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
489 -max-results to some -symbol-info-* commands.
490
491 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
494 -symbol-info-module-functions and -symbol-info-module-variables.
495
496 2019-12-01 Tom Tromey <tom@tromey.com>
497
498 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
499 (Output Styling): Document new settings.
500
501 2019-12-01 Tom Tromey <tom@tromey.com>
502
503 * gdb.texinfo (TUI Configuration): Document new setting.
504
505 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
506
507 * gdb.texinfo (Define): Indicate that user-defined prefix can
508 be used in 'define' command. Document 'define-prefix' command.
509
510 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
513 -symbol-info-modules.
514
515 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
518 -symbol-info-functions, -symbol-info-types, and
519 -symbol-info-variables.
520
521 2019-11-26 Tom Tromey <tom@tromey.com>
522
523 * gdb.texinfo (Maintenance Commands): Document new maint
524 commands.
525
526 2019-11-25 Luis Machado <luis.machado@linaro.org>
527
528 * gdb.texinfo (Debugging Output): Document set debug
529 remote-packet-max-chars.
530
531 2019-11-14 Tom de Vries <tdevries@suse.de>
532
533 * gdb.texinfo: Fix typos.
534 * python.texi: Same.
535 * stabs.texinfo: Same.
536
537 2019-11-12 Tom Tromey <tom@tromey.com>
538
539 * gdb.texinfo (Maintenance Commands): Document new command.
540
541 2019-11-11 Tom Tromey <tom@tromey.com>
542
543 * gdb.texinfo (TUI Keys): Document readline function names.
544
545 2019-11-11 Tom Tromey <tom@tromey.com>
546
547 * gdb.texinfo (Editing): Document operate-and-get-next.
548
549 2019-11-11 Tom Tromey <tromey@adacore.com>
550
551 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
552
553 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
554
555 * python.texi (Symbols In Python): Add documentation for
556 gdb.lookup_static_symbols.
557
558 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * python.texi (Symbols In Python): Extend documentation for
561 gdb.lookup_static_symbol.
562
563 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
564
565 * gdb.texinfo (Symbols): Document new 'info module variables' and
566 'info module functions' commands.
567
568 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * gdb.texinfo (Symbols): Document new 'info modules' command.
571
572 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
573
574 * gdb.texinfo (Convenience Funs): Document the new
575 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
576 convenience functions.
577
578 2019-10-29 Christian Biesinger <cbiesinger@google.com>
579
580 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
581 generation.
582 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
583 option.
584
585 2019-10-23 Tom Tromey <tom@tromey.com>
586
587 * Makefile.in (READLINE_DIR): Update.
588
589 2019-10-23 Christian Biesinger <cbiesinger@google.com>
590
591 * python.texi (Threads In Python): Add a note for how to get the
592 list of threads.
593
594 2019-10-07 Tom de Vries <tdevries@suse.de>
595
596 * gdb.texinfo: Fix typo.
597 * guile.texi: Same.
598 * python.texi: Same.
599
600 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
601
602 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
603
604 2019-10-02 Tom Tromey <tromey@adacore.com>
605
606 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
607 $_ada_exception.
608
609 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
610
611 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
612 qXfer:spu:read and qXfer:spu:write.
613 (General Query Packets): Likewise.
614 (Cell Broadband Engine SPU architecture): Remove subsection.
615
616 2019-09-18 Tom Tromey <tom@tromey.com>
617
618 * gdb.texinfo (Editing): Document readline application name.
619 (TUI Single Key Mode): Document TUI SingleKey keymap name.
620
621 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * gdb.texinfo (Source Path): Additional text to better describe
624 how the source path directory list is used when searching for
625 source files.
626
627 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
628
629 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
630 examples.
631
632 2019-09-10 Tom Tromey <tromey@adacore.com>
633
634 * gdb.texinfo (Index Files): Update Ada text.
635
636 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
637
638 * gdb.texinfo (Symbols): Add information about the -n flag to
639 "info variables" and "info functions".
640
641 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
642
643 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
644
645 2019-08-16 Alan Hayward <alan.hayward@arm.com>
646
647 * gdb.texinfo (AArch64 Pointer Authentication)
648 (GDB/MI Breakpoint Information) (Frame Information): Document
649 addr_field.
650
651 2019-08-12 Tom Tromey <tom@tromey.com>
652
653 * gdb.texinfo (Configure Options): Document minimum version of
654 readline.
655
656 2019-08-09 Alan Hayward <alan.hayward@arm.com>
657
658 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
659
660 2019-08-07 Alan Hayward <alan.hayward@arm.com>
661
662 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
663
664 2019-08-05 Christian Biesinger <cbiesinger@google.com>
665
666 * python.texi (Blocks In Python): Document dictionary access on blocks.
667
668 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
669
670 * gdb.texinfo (Symbols): Document new args -dirname and -basename
671 of "info sources" command.
672
673 2019-07-30 Christian Biesinger <cbiesinger@google.com>
674
675 * python.texi (Symbols In Python): Document new function
676 gdb.lookup_static_symbol.
677
678 2019-07-29 Christian Biesinger <cbiesinger@google.com>
679
680 * python.texi (Objfiles In Python): Document new functions
681 Objfile.lookup_{global,static}_symbol.
682
683 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
684
685 * gdb.texinfo (Backtrace): Document the new '-frame-info'
686 backtrace option. Reference 'set print frame-info'.
687 (Print Settings): Document 'set|show print frame-info'.
688 Document new 'presence' value for 'set print frame-arguments.
689
690 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
691
692 * gdb.texinfo (Symbols): Add information about -q flag to "info
693 types".
694
695 2019-07-20 Kevin Buettner <kevinb@redhat.com>
696
697 * python.texi (python command): Revise example to match
698 command behavior.
699
700 2019-07-09 Pedro Alves <palves@redhat.com>
701
702 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
703 examples to show type=catchpoint instead of type=breakpoint and an
704 address.
705
706 2019-07-03 Pedro Alves <palves@redhat.com>
707 Philippe Waroquiers <philippe.waroquiers@skynet.be>
708
709 * gdb.texinfo (Command Settings): New node documenting the general
710 concept of settings, how to change them, and the new "with"
711 command.
712 (Maintenance Commands): Document "maint with".
713
714 2019-07-03 Pedro Alves <palves@redhat.com>
715
716 * gdb.texinfo (Maintenance Commands): Document "maint set/show
717 test-settings" instead of "maint test-settings set/show".
718
719 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
720
721 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
722 deals with a file that has the same name as the specified pid to
723 attach to. Add example using -p option.
724 (gdb man): Remove same sentence as in previous item.
725
726 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
727
728 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
729 node.
730 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
731 new MI commands.
732
733 2019-06-13 Pedro Alves <palves@redhat.com>
734
735 * gdb.texinfo (Command Completion): Mention command options too.
736 (Command Options): New node.
737 (Threads): Add anchors. Extend descriptions of the "taas" and
738 "tfaas" commands.
739 (Backtrace): Describe new options of the "backtrace" command. Add
740 anchors.
741 (Frame Apply): Describe new options of the "frame apply" and
742 "faas" commands. Add anchors.
743 (Data): Describe new options of the "print" command. Add anchors.
744 (Compiling and Injecting Code): Mention options of the "compile
745 print" command.
746 (Maintenance Commands): Mention "maint test-options" subcommands
747 and the "maint show test-options-completion-result" command.
748
749 2019-06-13 Pedro Alves <palves@redhat.com>
750
751 * gdb.texinfo (Print Settings): Document "set/show print
752 raw-frame-arguments" instead of "set/show print raw
753 frame-arguments".
754
755 2019-06-13 Pedro Alves <palves@redhat.com>
756
757 * gdb.texinfo (Maintenance Commands): Document "maint
758 test-settings" commands.
759
760 2019-06-06 Amos Bird <amosbird@gmail.com>
761
762 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
763 annotation.
764
765 2019-06-04 Christian Biesinger <cbiesinger@google.com>
766
767 * python.texi: Document new gdb.Type.objfile property.
768
769 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
770
771 * gdb.texinfo (Help): Document the new -v apropos flag.
772 (Output Styling): Document the style name styling done by "show style".
773 Document the new title and highlight styles.
774
775 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
776
777 * gdb.texinfo (Shell Commands): Document pipe command.
778 (Logging Output): Add a reference to pipe command.
779 (Convenience Variables): Document $_shell_exitcode and
780 $_shell_exitstatus.
781
782 2019-05-29 Tom Tromey <tromey@adacore.com>
783
784 * gdb.texinfo (Continuing and Stepping): Document new
785 commands.
786
787 2019-05-22 Alan Hayward <alan.hayward@arm.com>
788
789 * gdb.texinfo (Shell Commands): Add debugredirect.
790
791 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
792
793 * gdb.texinfo: Minor formatting fixes.
794
795 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
796
797 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
798 MI command -complete.
799
800 2019-05-14 Tom de Vries <tdevries@suse.de>
801
802 * gdb.texinfo (Automatic symbol index cache): Add concept and command
803 index entries.
804
805 2019-05-14 Tom de Vries <tdevries@suse.de>
806
807 * gdb.texinfo (Maintenance Commands): Remove superfluous
808 quoting on command index entry for "maint info selftests".
809
810 2019-05-10 Tom Tromey <tromey@adacore.com>
811
812 * python.texi (Pretty Printing API): Mention lazy computation for
813 "children".
814
815 2019-05-10 Tom Tromey <tromey@adacore.com>
816
817 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
818 exception" and "catch handlers". Move "catch exception unhandled"
819 text. Use @var for "catch load" and "catch unload"
820
821 2019-05-08 Tom Tromey <tromey@adacore.com>
822
823 * gdb.texinfo (Symbols): Document change to ptype/o.
824
825 2019-05-03 Eli Zaretskii <eliz@gnu.org>
826
827 * gdb.texinfo (Separate Debug Files): Document how the
828 subdirectory of the global debug directory is computed on
829 MS-Windows/MS-DOS.
830
831 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.texinfo (Print Settings): Document 'print max-depth'.
834 * guile.texi (Guile Pretty Printing API): Document that 'print
835 max-depth' can effect the display of a values children.
836 * python.texi (Pretty Printing API): Likewise.
837 (Values From Inferior): Document max_depth keyword.
838
839 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
840
841 * gdb.texinfo (Calling): Document the new
842 set|show may-call-functions.
843
844 2019-04-22 Pedro Alves <palves@redhat.com>
845
846 * gdb.texinfo (Reverse Execution): Mention and xref process record
847 and replay. Mention remote and system emulators.
848 (Process Record and Replay): List supported architectures.
849 Mention that "record btrace" is only supported on Intel
850 processors.
851
852 2019-04-17 Alan Hayward <alan.hayward@arm.com>
853
854 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
855 (Monitor Commands for gdbserver)
856 (gdbserver man): Add debug-file option.
857
858 2019-04-08 Kevin Buettner <kevinb@redhat.com>
859
860 * python.texi (Inferiors In Python): Rename
861 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
862 Add note about the former being deprecated.
863
864 2019-04-08 Kevin Buettner <kevinb@redhat.com>
865
866 * python.texi (Threads In Python): Add description for method
867 InferiorThread.handle.
868
869 2019-04-07 Tom Tromey <tom@tromey.com>
870
871 * Makefile.in (all): Depend on "info".
872
873 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
874
875 * gdb.texinfo (Convenience Funs): Document '$_creal' and
876 '$_cimag'.
877
878 2019-03-30 Eli Zaretskii <eliz@gnu.org>
879
880 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
881 $_gdb_minor.
882
883 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
884
885 * python.texi (Pretty Printing API): Document use of None for the
886 display_hint.
887
888 2019-03-22 Alan Hayward <alan.hayward@arm.com>
889 Jiong Wang <jiong.wang@arm.com>
890
891 * gdb.texinfo (AArch64 Features): Describe pauth feature.
892
893 2019-03-20 Tom Tromey <tromey@adacore.com>
894
895 * python.texi (Selecting Pretty-Printers): Use @defvar for
896 gdb.pretty_printers.
897
898 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
899
900 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
901 of table, "@end @table" -> "@end table".
902
903 2019-03-14 Tom Tromey <tromey@adacore.com>
904
905 * gdb.texinfo (Output Styling): Document "set style source" and
906 "show style source".
907
908 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
909
910 * gdb.texinfo (Mode Options): Mention mi3.
911 (Interpreters): Likewise.
912 (GDB/MI Development and Front Ends): Add entry for MI 3 in
913 version table. Document -fix-multi-location-breakpoint-output.
914 (GDB/MI Breakpoint Information): Document format of breakpoint
915 location output.
916
917 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
918
919 * python.texi (Values From Inferior): Change synopsys of the
920 second form of Value.__init__.
921
922 2019-03-02 Eli Zaretskii <eliz@gnu.org>
923
924 * gdb.texinfo (Output Styling): Fix typos. Document the default
925 foreground colors of the available styles.
926
927 2019-02-27 Kevin Buettner <kevinb@redhat.com>
928
929 * gdb.texinfo (Configure Options): Document minimum python
930 version.
931
932 2019-02-26 Kevin Buettner <kevinb@redhat.com>
933
934 * python.texi (Values From Inferior): Document second form
935 of Value.__init__.
936
937 2019-02-23 Joel Brobecker <brobecker@adacore.com>
938
939 * gdb.texinfo: Update copyright year ranges.
940 * refcard.tex: Likewise.
941
942 2019-02-21 Alan Hayward <alan.hayward@arm.com>
943
944 * gdb.texinfo: Update style defaults.
945
946 2019-02-21 Tom Tromey <tromey@adacore.com>
947
948 * gdb.texinfo (Remote Configuration): Remove trailing "." from
949 @item.
950
951 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
952
953 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
954 MI versions. Update text around it.
955
956 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
957
958 * gdb.texinfo (PowerPC Features): Document the alias
959 pseudo-registers for the org.gnu.gdb.power.altivec feature.
960
961 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
962
963 * gdb.texinfo (Print Settings): Remove mention of specific
964 demangle-style values, just refer to the in-process help.
965
966 2018-12-28 Tom Tromey <tom@tromey.com>
967
968 * gdb.texinfo (Output Styling): New node.
969
970 2018-12-13 John Baldwin <jhb@FreeBSD.org>
971
972 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
973 (Native): Add a FreeBSD subsection.
974 (FreeBSD): Document use of system call aliases for compatibility
975 system calls.
976
977 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.texinfo (Standard Target Features): Add RISC-V Features
980 sub-section.
981
982 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
983
984 * gdb.texinfo (Examining the Symbol Table): Document language choice
985 for 'info types|functions|variables' commands.
986 (Setting Breakpoints): Document language choice to print
987 the functions in which a breakpoint is set.
988
989 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
990
991 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
992 requirements for the org.gnu.gdb.power.vsx feature.
993
994 2018-11-01 Joel Brobecker <brobecker@adacore.com>
995
996 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
997 output to match the current implementation.
998
999 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1000
1001 * gdb.texinfo (Information About a Frame): Document changes
1002 to 'info args' and 'info locals'.
1003 (Examining the Symbol Table): Document changes to 'info functions'
1004 and 'info variables'.
1005
1006 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1007
1008 * gdb.texinfo (PowerPC Features): Describe new features
1009 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
1010 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
1011 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
1012 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
1013
1014 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1015
1016 * gdb.texinfo (PowerPC Features): Describe new features
1017 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
1018
1019 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1020
1021 * gdb.texinfo (PowerPC Features): Describe new feature
1022 "org.gnu.gdb.power.tar".
1023
1024 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1025
1026 * gdb.texinfo (PowerPC Features): Describe new features
1027 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
1028
1029 2018-10-20 Tom Tromey <tom@tromey.com>
1030
1031 * gdb.texinfo (TUI Commands): Add @end table.
1032 (TUI Configuration): Remove stray @end table.
1033
1034 2018-10-19 Tom Tromey <tom@tromey.com>
1035
1036 PR tui/18388:
1037 * gdb.texinfo (TUI Commands): Remove tabset documentation.
1038 (TUI Configuration): Document "set tui tab-width".
1039
1040 2018-10-09 Tom Tromey <tom@tromey.com>
1041
1042 * python.texi (Inferiors In Python): Link to "Frames In Python",
1043 not "Unwinding Frames in Python".
1044
1045 2018-10-09 Tom Tromey <tom@tromey.com>
1046
1047 * gdb.texinfo (Configure Options): Update --enable-ubsan
1048 documentation.
1049
1050 2018-10-08 John Baldwin <jhb@FreeBSD.org>
1051
1052 * gdb.texinfo (Contributors): Add SRI International and University
1053 of Cambridge for FreeBSD/riscv.
1054
1055 2018-10-06 Tom Tromey <tom@tromey.com>
1056
1057 PR python/19399:
1058 * python.texi (Inferiors In Python): Document
1059 Inferior.Architecture.
1060
1061 2018-10-06 Tom Tromey <tom@tromey.com>
1062
1063 PR python/21765:
1064 * python.texi (Symbols In Python): Document the module and
1065 common-block domains. Remove documentation for incorrect
1066 domains.
1067
1068 2018-10-03 Tom Tromey <tom@tromey.com>
1069
1070 * gdb.texinfo (Configure Options): Document --enable-ubsan.
1071
1072 2018-10-02 John Darrington <john@darrington.wattle.id.au>
1073
1074 * gdb.texinfo (Remote Connection Commands): Describe
1075 the changes to target remote and target extended-remote
1076 relating to Unix domain sockets.
1077
1078 2018-10-01 Tom Tromey <tom@tromey.com>
1079
1080 * gdb.texinfo (Configure Options): Document configure options.
1081
1082 2018-09-29 Tom Tromey <tom@tromey.com>
1083
1084 * gdb.texinfo (Requirements): Mention C++, GNU make.
1085 (Requirements): Sort the table. Add more libraries.
1086 (Running Configure): Remove obsolete text.
1087 (Separate Objdir): Likewise.
1088 (Configure Options): Likewise.
1089
1090 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1091
1092 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
1093 to highlight that the number is also the frame's level.
1094 (Selection): Rewrite documentation for 'frame' and 'select-frame'
1095 commands.
1096 (Frame Info): Rewrite documentation for 'info frame' command.
1097
1098 2018-09-23 Tom Tromey <tom@tromey.com>
1099
1100 PR python/18852:
1101 * python.texi (Parameters In Python): Document exception behavior
1102 of get_set_string.
1103
1104 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1105
1106 * gdb.texinfo (info proc): Remove "running".
1107 (info proc mappings): Replace "program" with "process".
1108
1109 2018-09-18 John Baldwin <jhb@FreeBSD.org>
1110
1111 * gdb.texinfo (Process Information): Document "info proc files"
1112 command.
1113
1114 2018-09-17 Tom Tromey <tom@tromey.com>
1115
1116 * gdb.texinfo (Index Files): Update for cache directory change on
1117 macOS.
1118
1119 2018-09-16 Tom Tromey <tom@tromey.com>
1120
1121 * python.texi (Basic Python): Update docs for find_pc_line,
1122 solib_name.
1123 (Progspaces In Python): Update docs for current_progspace.
1124 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
1125 Move method documentation before example.
1126
1127 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1128
1129 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
1130
1131 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1132 2018-09-13 Tom Tromey <tom@tromey.com>
1133
1134 * python.texi (Program Spaces In Python): Document the
1135 Progspace.objfiles method.
1136 (Objfiles In Python): Mention that gdb.objfiles() is identical
1137 to gdb.selected_inferior().progspace.objfiles().
1138
1139 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1140 2018-09-13 Tom Tromey <tom@tromey.com>
1141
1142 * python.texi (Inferiors In Python): Document
1143 Inferior.progspace.
1144 (Program Spaces In Python): Document that
1145 gdb.current_progspace() is the same as
1146 gdb.selected_inferior().progspace.
1147
1148 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1149
1150 * python.texi (Basic Python): Mention the string representation
1151 of GDB Python objects.
1152
1153 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1154
1155 * gdb.texinfo (Skipping Over Functions and Files): Document
1156 set/show debug skip.
1157
1158 2018-09-10 Tom Tromey <tom@tromey.com>
1159
1160 * python.texi (Frames In Python, Blocks In Python)
1161 (Symbols In Python, Symbol Tables In Python)
1162 (Lazy Strings In Python): Remove periods from section titles.
1163
1164 2018-09-10 Tom Tromey <tom@tromey.com>
1165
1166 * python.texi (Pretty Printing API): Swap sentence order.
1167
1168 2018-09-10 Tom Tromey <tom@tromey.com>
1169
1170 PR python/16461:
1171 * python.texi (Values From Inferior): Mention use of virtual
1172 table.
1173
1174 2018-09-10 Tom Tromey <tom@tromey.com>
1175
1176 * python.texi (Basic Python): Parenthesize argument to
1177 decode_line.
1178
1179 2018-09-10 Tom Tromey <tom@tromey.com>
1180
1181 * python.texi (Python): Mention Python versions. Don't mention
1182 execfile.
1183
1184 2018-09-10 Tom Tromey <tom@tromey.com>
1185
1186 PR python/19808:
1187 * python.texi (Unwinding Frames in Python): Rewrite
1188 create_unwind_info documentation. Update read_register
1189 documentation and add a note about unwinder caution.
1190
1191 2018-09-10 Tom Tromey <tom@tromey.com>
1192
1193 PR python/18909:
1194 * python.texi (Events In Python): Fix inferior_call
1195 documentation.
1196
1197 2018-09-10 Tom Tromey <tom@tromey.com>
1198
1199 PR python/17752:
1200 * python.texi (Frame Filter API): Remove period from subsection
1201 title. Mention 100 as good default priority.
1202 (Frame Decorator API): Remove period from subsection title.
1203 Mention FrameDecorator module.
1204
1205 2018-09-10 Tom Tromey <tom@tromey.com>
1206
1207 PR python/23108:
1208 * python.texi (Exception Handling): Rearrange gdb.GdbError text
1209 and add a table.
1210
1211 2018-09-10 Tom Tromey <tom@tromey.com>
1212
1213 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
1214 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
1215 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
1216 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
1217
1218 2018-09-10 Tom Tromey <tom@tromey.com>
1219
1220 PR python/16484:
1221 * python.texi (Frames In Python): Document that Frame.block can
1222 throw.
1223
1224 2018-09-10 Tom Tromey <tom@tromey.com>
1225
1226 PR python/23487:
1227 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
1228
1229 2018-09-10 Tom Tromey <tom@tromey.com>
1230
1231 PR python/16033:
1232 * python.texi (Blocks In Python): Document that Block.end is
1233 exclusive.
1234
1235 2018-08-29 Keith Seitz <keiths@redhat.com>
1236
1237 * gdb.texinfo (Compiling and injecting code in GDB): Document
1238 set/show "compile-oracle" and "compile-cplus-types" commands.
1239
1240 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1241
1242 * gdb.texinfo (The -stack-list-frames Command): Update description
1243 to mention "arch".
1244 Update MI examples throughout the document to contain "arch" in
1245 frame output.
1246
1247 2018-08-21 Alan Hayward <alan.hayward@arm.com>
1248
1249 * gdb.texinfo (AArch64 SVE): New subsubsection.
1250
1251 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1252
1253 * gdb.texinfo (GDB/MI Data Manipulation): Document
1254 "-data-disassemble -a addr".
1255 (GDB/MI Support Commands): Document "data-disassemble-a-option"
1256 feature.
1257
1258 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1259
1260 * gdb.texinfo (Index Files Speed Up GDB): Add section about
1261 symbol index cache.
1262
1263 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
1264
1265 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
1266 option sections to further clarify that gcore can take more
1267 than one PID, and that "-o" is used to specify a prefix, not a
1268 filename.
1269
1270 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * gdb.texinfo (Maintenance Commands): Add description of
1273 maintenance command to control dwarf unwinders.
1274
1275 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1276
1277 * gdb.texinfo (Debugging Programs with Multiple Threads):
1278 Document changes to 'thread apply'. Document 'taas'.
1279 Document 'tfaas'.
1280 (Examining the Stack): Document 'frame apply'. Document 'faas'.
1281
1282 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1283 Jan Kratochvil <jan.kratochvil@redhat.com>
1284 Paul Fertser <fercerpav@gmail.com>
1285 Tsutomu Seki <sekiriki@gmail.com>
1286
1287 * gdb.texinfo (Remote Connection Commands): Add explanation
1288 about new IPv6 support. Add new connection prefixes.
1289
1290 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.texinfo (Remote Configuration): Update descriptions for
1293 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
1294 and hardware-watchpoint-length-limit variables.
1295
1296 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1297
1298 PR tdep/8282
1299 * gdb.texinfo (Source and Machine Code): Document `set
1300 disassembler-options' support for the MIPS target.
1301
1302 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1303
1304 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1305
1306 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1307
1308 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1309 is no longer mandatory.
1310
1311 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1312
1313 * gdb.texinfo (Files): Document "symbol-file -o offset".
1314
1315 2018-06-14 Tom de Vries <tdevries@suse.de>
1316
1317 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1318
1319 2018-06-11 Eli Zaretskii <eliz@gnu.org>
1320
1321 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1322
1323 2018-06-08 Gary Benson <gbenson@redhat.com>
1324
1325 * gdb.texinfo (Maintenance Commands): Document "maint check
1326 libthread-db" and "maint set/show check-libthread-db".
1327
1328 2018-06-05 Tom Tromey <tom@tromey.com>
1329
1330 PR cli/12326:
1331 * gdb.texinfo (Screen Size): Document "c" response to pagination
1332 prompt.
1333
1334 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1335
1336 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1337 selection details with the `set endian auto' mode.
1338
1339 2018-05-31 Alan Hayward <alan.hayward@arm.com>
1340
1341 * gdb.texinfo: Describe SVE feature.
1342
1343 2018-05-04 Tom Tromey <tom@tromey.com>
1344
1345 PR python/22731:
1346 * python.texi (Breakpoints In Python): Mention that "commands" is
1347 writable.
1348
1349 2018-05-02 Tom Tromey <tom@tromey.com>
1350
1351 PR python/20084:
1352 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1353 PARAM_ZUINTEGER_UNLIMITED.
1354
1355 2018-04-30 Tom Tromey <tom@tromey.com>
1356
1357 * python.texi (Types In Python): Document Type.align.
1358
1359 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1360
1361 * gdb.texinfo (Symbols): Mention the fact that "info
1362 variables/functions/types" show source files and line numbers.
1363
1364 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1365
1366 * gdb.texinfo: Document set/show record btrace cpu.
1367
1368 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1369
1370 * gdb.texinfo (Ada Settings): New subsubsection.
1371
1372 2018-03-26 Tom Tromey <tom@tromey.com>
1373
1374 PR backtrace/15582:
1375 * gdb.texinfo (Backtrace): Mention "hide" argument.
1376
1377 2018-03-26 Tom Tromey <tom@tromey.com>
1378
1379 * gdb.texinfo (Backtrace): Describe options individually.
1380
1381 2018-03-19 Tom Tromey <tom@tromey.com>
1382
1383 * observer.texi: Remove.
1384
1385 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1386
1387 * gdb.texinfo (Debugging Output): Document "set/show debug
1388 fbsd-nat".
1389
1390 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1391
1392 * gdb.texinfo (Machine Code): Additional information about "info
1393 line" command.
1394
1395 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1396
1397 * gdb.texinfo (gdb-add-index man): Add pindex.
1398
1399 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1400
1401 * gdb.texinfo (set cwd): Add period.
1402 (gdb-add-index man): Move anchor.
1403
1404 2017-01-12 Tom Tromey <tom@tromey.com>
1405 Sergio Durigan Junior <sergiodj@redhat.com>
1406
1407 * gdb.texinfo (Index Files): Mention gdb-add-index.
1408 (gdb-add-index man): New section.
1409 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1410 from gdb.texinfo.
1411
1412 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1413
1414 * gdb.texinfo (pwd): Fix whitespace.
1415
1416 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1417
1418 * gdb.texinfo (pwd): Update cross-reference for Process Information
1419 node and remove explicit /proc reference.
1420 (Native): Rename subsection from SVR4 Process Information to
1421 Process Information.
1422 (Process Information): Reword introduction to be less /proc
1423 centric. Document support for "info proc" on FreeBSD.
1424
1425 2018-01-03 Xavier Roirand <roirand@adacore.com>
1426
1427 * gdb.texinfo (Set Catchpoints): Add documentation for new
1428 "catch handlers" action.
1429
1430 2017-12-27 Stafford Horne <shorne@gmail.com>
1431
1432 * gdb.texinfo (Target Description Format): Explain that arbitrary
1433 strings are now allowed for register groups.
1434
1435 2017-12-27 Stafford Horne <shorne@gmail.com>
1436
1437 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1438
1439 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1440
1441 PR cli/16224
1442 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1443
1444 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1445
1446 * python.texi (Manipulating breakpoints using Python): Document
1447 qualified parameter to gdb.Breakpoint.
1448
1449 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1450
1451 * python.texi (Manipulating breakpoints using Python): Split doc
1452 of Breakpoint.__init__ in two, split text in multiple
1453 paragraphs, don't nest parameter square brackets.
1454
1455 2017-12-12 Stafford Horne <shorne@gmail.com>
1456 Stefan Wallentowitz <stefan@wallentowitz.de>
1457 Franck Jullien <franck.jullien@gmail.com>
1458 Jeremy Bennett <jeremy.bennett@embecosm.com>
1459
1460 * gdb.texinfo: Add OpenRISC documentation.
1461
1462 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1465
1466 2017-12-07 Keith Seitz <keiths@redhat.com>
1467
1468 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1469 and "show print type nested-type-limit".
1470
1471 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1472
1473 * python.texi (Breakpoints In Python): Add text relating
1474 to allowed explicit locations and keywords in gdb.Breakpoints.
1475
1476 2017-12-04 Tom Tromey <tom@tromey.com>
1477
1478 * gdb.texinfo (Rust): Update trait object status
1479
1480 2017-12-01 Andrew Cagney <cagney@redhat.com>
1481 Joel Brobecker <brobecker@adacore.com>
1482 Sergio Durigan Junior <sergiodj@redhat.com>
1483
1484 * gdb.texinfo (File Options): Document --readnever.
1485 (Commands to Specify Files): Likewise, for 'symbol-file' and
1486 'add-symbol-file'.
1487
1488 2017-11-29 Pedro Alves <palves@redhat.com>
1489
1490 PR c++/19436
1491 * gdb.texinfo (Debugging C Plus Plus): Document setting
1492 breakpoints in functions with ABI tags.
1493
1494 2017-11-29 Pedro Alves <palves@redhat.com>
1495
1496 * gdb.texinfo (Linespec Locations): Document how "function" is
1497 interpreted in C++ and Ada. Document "-qualified".
1498 (Explicit Locations): Document how "-function" is interpreted in
1499 C++ and Ada. Document "-qualified".
1500
1501 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1502
1503 PR gdb/21945
1504 * gdb.texinfo (Search Memory): Update description and example
1505 about how to search a string without NULL terminator.
1506
1507 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1508
1509 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1510 new "exception-message" field.
1511
1512 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1513
1514 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1515
1516 2017-11-24 Pedro Alves <palves@redhat.com>
1517
1518 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1519 false claim that GDB inserts quoting automatically.
1520 (Symbols): Add anchor.
1521
1522 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1523
1524 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1525
1526 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1527
1528 * python.texi (Basic Python): Add rbreak documentation.
1529
1530 2017-11-07 Xavier Roirand <roirand@adacore.com>
1531 Pedro Alves <palves@redhat.com>
1532
1533 * gdb.texinfo (Set Breaks): Document support for breakpoint
1534 location ranges in the enable/disable commands.
1535
1536 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1537
1538 * gdb.texinfo (Starting your Program) <The working directory.>:
1539 Mention remote debugging.
1540 (Working Directory) <Your Program's Working Directory>:
1541 Likewise.
1542 (Connecting) <Remote Packet>: Add "set-working-dir"
1543 and "QSetWorkingDir" to the table.
1544 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1545 packet.
1546
1547 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1548
1549 * gdb.texinfo (Starting your Program) <The working directory.>:
1550 Mention new "set cwd" command.
1551 (Working Directory) <Your Program's Working Directory>:
1552 Rephrase to explain that "set cwd" exists and is the default
1553 way to change the inferior's cwd.
1554
1555 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1556
1557 * gdb.texinfo (S/390 and System z Features): Document the new
1558 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1559
1560 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1561
1562 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1563 attribute.
1564
1565 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1566
1567 * python.texi (Inferiors In Python): Add description for method
1568 Inferior.thread_from_thread_handle.
1569
1570 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1571
1572 * gdb.texinfo (Starting your Program): Add description of
1573 starti command. Mention starti command as an alternative for
1574 debugging the elaboration phase.
1575
1576 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1577
1578 * gdb.texinfo (Maintenance Commands): Document filter parameter
1579 of "maint selftest". Document "maint info selftests" command.
1580
1581 2017-09-11 Tom Tromey <tom@tromey.com>
1582
1583 * python.texi (Events In Python): Document new events.
1584
1585 2017-09-04 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1588 no-debug-info variables.
1589 (Symbols) <Examining the Symbol Table>: Document inspecting
1590 no-debug-info types.
1591 (Calling) <Calling functions with no debug info>: New subsection,
1592 documenting calling no-debug-info functions.
1593 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1594
1595 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1596
1597 * gdb.texinfo (set environment): Add @anchor. Explain that
1598 environment variables set by the user are sent to GDBserver.
1599 (unset environment): Likewise, but for unsetting variables.
1600 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1601 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1602 "environment-reset" and "QEnvironmentReset" to the table.
1603 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1604 QEnvironmentReset>: New item, explaining the packet.
1605
1606 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1607
1608 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1609 "Compiler search for the compile command" descriptions of set
1610 compile-gcc and show compile-gcc.
1611
1612 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1613
1614 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1615 ADI support.
1616 * NEWS: Add "adi examine" and "adi assign" commands.
1617
1618 2017-08-18 Yao Qi <yao.qi@linaro.org>
1619
1620 * gdb.texinfo (Server): Document "--selftest".
1621
1622 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1623
1624 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1625 Single-Key mode.
1626
1627 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1628
1629 PR gdb/21925
1630 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1631 set...").
1632
1633 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1634
1635 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1636 conditional expression.
1637
1638 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1639
1640 * agentexpr.texi (rot): Fix symbolic description, improve
1641 textual description.
1642
1643 2017-07-26 Yao Qi <yao.qi@linaro.org>
1644
1645 * gdb.texinfo (Maintenance Commands): Document command
1646 "maint check xml-descriptions".
1647
1648 2017-07-26 Yao Qi <yao.qi@linaro.org>
1649
1650 * gdb.texinfo (Maintenance Commands): Document optional
1651 argument of "maint print c-tdesc".
1652
1653 2017-07-18 Yao Qi <yao.qi@linaro.org>
1654
1655 * gdb.texinfo (Maintenance Commands): Improve the doc to
1656 command "maint print c-tdesc".
1657
1658 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1659
1660 PR gdb/21606
1661 * python.texi (Python representation of Symbols.): Replace
1662 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1663 * guile.texi (Guile representation of Symbols.): Likewise.
1664
1665 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1666
1667 * gdb.texinfo (Optional Messages about Internal Happenings):
1668 Document {set,show} debug separate-debug-file commands.
1669
1670 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1671
1672 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1673 (Connecting) <Remote Packet>: Add "startup-with-shell"
1674 and "QStartupWithShell" to the table.
1675 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1676 packet.
1677
1678 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1679
1680 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1681
1682 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1683
1684 * python.texi (Recording in Python): Factor out the documentation of
1685 gdb.RecordInstruction's super class.
1686
1687 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1688
1689 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1690 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1691 prev and next.
1692
1693 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1694
1695 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1696 gdb.RecordInstruction
1697
1698 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1699
1700 * python.texi (Recording in Python): Add documentation for
1701 gdb.RecordGap and remove documentation of special cases for
1702 gdb.BtraceInstruction.
1703
1704 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1705
1706 * python.texi (Recording in Python): Remove Record.ptid defvar.
1707
1708 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1709
1710 * gdb.texinfo (GDB/MI Thread Information): Add missing
1711 fields, re-word some things.
1712 (GDB/MI Thread Commands): Describe fields found in the output of
1713 -thread-info, remove description of fields in the
1714 thread output tuple, replace with a cross-reference to "GDB/MI
1715 Thread Information".
1716
1717 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1718
1719 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1720 from -thread-info output.
1721
1722 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1723
1724 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1725
1726 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1727
1728 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1729
1730 2017-03-22 Yao Qi <yao.qi@linaro.org>
1731
1732 * python.texi (Inferiors In Python): Remove @code from Python.
1733
1734 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1735
1736 * python.texi (Recordings In Python): Document return type of
1737 gdb.BtraceInstruction.data.
1738
1739 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1740
1741 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1742 command file-list-shared-libraries
1743 (GDB/MI Async Records): Update documentation of library-loaded with new
1744 field.
1745
1746 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1747
1748 PR gdb/14441
1749 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1750 supports both lvalue and rvalue references.
1751
1752 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1753
1754 PR gdb/14441
1755 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1756 table of constants.
1757
1758 2017-03-16 Doug Evans <dje@google.com>
1759
1760 * guile.texi (Lazy Strings In Guile): Mention arrays.
1761 * python.texi (Lazy Strings In Python): Ditto.
1762
1763 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1764
1765 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1766 character "@".
1767
1768 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1769
1770 * Memory Protection Extensions: Add information about inferior
1771 calls.
1772
1773 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1774
1775 * gdb.texinfo: Document new set/show disassembler-options
1776 commands.
1777
1778 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1779
1780 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1781 DW_TAG_GNU_* and DW_AT_GNU_*.
1782
1783 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1784
1785 * python.texi (Recordings In Python): New section.
1786
1787 2017-02-14 Tom Tromey <tom@tromey.com>
1788
1789 PR python/13598:
1790 * python.texi (Events In Python): Document events.before_prompt.
1791
1792 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1793
1794 * gdb.texinfo (Target Commands): Document the optional offset
1795 argument for the load command.
1796
1797 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1798
1799 PR gdb/21122
1800 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1801 space-separated breakpoint lists. Also add a missing @table command
1802 and @cindex for breakpoint lists.
1803
1804 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1805
1806 PR tdep/20936
1807 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1808 (Sparc Features): New node.
1809
1810 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1811
1812 * gdb.texinfo (i386 Features): Add system segment registers
1813 as feature.
1814
1815 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1816
1817 * python.texi (Events In Python): Fix typo.
1818
1819 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1820 Luis Machado <lgustavo@codesourcery.com>
1821
1822 * gdb.texinfo (-target-flash-erase): New MI command description.
1823 (flash-erase): New CLI command description.
1824
1825 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1826
1827 * gdb.texinfo (Contributors): Add SRI International and University
1828 of Cambridge for FreeBSD/mips.
1829
1830 2016-12-22 Doug Evans <xdje42@gmail.com>
1831
1832 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1833 commands.
1834
1835 2016-12-02 Pedro Alves <palves@redhat.com>
1836
1837 * gdb.texinfo (User-defined Commands): Limit on number of
1838 arguments passed to user-defined commands removed; update.
1839
1840 2016-12-02 Pedro Alves <palves@redhat.com>
1841
1842 PR cli/20559
1843 * gdb.texinfo (Define): Add example of using "eval" to process a
1844 variable number of arguments.
1845 (Output) <eval>: Add anchor.
1846
1847 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1848
1849 * Makefile.in: Likewise.
1850
1851 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1852
1853 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1854 xref.
1855
1856 2016-10-29 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1859 actions.
1860
1861 2016-10-26 Pedro Alves <palves@redhat.com>
1862
1863 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1864 actions that match a thread, and what happens when an action
1865 matches a thread that is already running.
1866
1867 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1868
1869 * gdb.texinfo (Using Trace Files): Fix typo.
1870 (GDB/MI Tracepoint Commands): Likewise.
1871
1872 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1873
1874 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1875 of -trace-save.
1876
1877 2016-10-06 Tom Tromey <tom@tromey.com>
1878
1879 * guile.texi (Types In Guile): Remove Java mentions.
1880 * python.texi (Types In Python): Remove Java mentions.
1881 * gdb.texinfo (Address Locations, Supported Languages)
1882 (Index Section Format): Remove Java mentions.
1883
1884 2016-08-15 Doug Evans <dje@google.com>
1885
1886 * gdb.texinfo (Target Description Format): Update docs on "end"
1887 field spec and field default type.
1888
1889 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1890 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1891
1892 PR gdb/20487
1893 * gdb.texinfo (Context management): Update mention of frame
1894 change notifications.
1895 (gdb/mi Async Records): Document frame field in
1896 =thread-select event.
1897 * observer.texi (GDB Observers): New user_selected_context_changed
1898 observer.
1899
1900 2016-09-28 Tom Tromey <tom@tromey.com>
1901
1902 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1903 than "memory breakpoint". Further document "kind". Move
1904 protocol-details link earlier.
1905 <z1>: Document the cmd_list argument. Fix typo.
1906 <g>: Remove incorrect sentence.
1907 (Stop Reply Packets): Document "OK" response to requests when in
1908 non-stop mode.
1909 <swbreak>: Use "software breakpoint" rather than "memory
1910 breakpoint".
1911 <create>: Document that "R" is ignored.
1912 <W, X, w>: Document formatting of "AA".
1913 (Notification Packets): Use "%Stop", not "%%Stop".
1914
1915 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1916
1917 * gdb.texinfo (Embedded Processors): Document ARC.
1918 (Synopsys ARC): New section.
1919 (Standard Target Features): Document ARC features.
1920 (ARC Features): New section.
1921
1922 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1923
1924 * .gitignore: New file.
1925
1926 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1927
1928 * gdb.texinfo (Input/Output): Mention possibility to unset
1929 inferior-tty.
1930
1931 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1932
1933 * gdb.texinfo: Resume btrace on reconnect.
1934
1935 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1936
1937 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1938 syscall.
1939
1940 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1941
1942 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1943 command.
1944
1945 2016-07-13 Tom Tromey <tom@tromey.com>
1946
1947 PR python/15620, PR python/18620:
1948 * python.texi (Events In Python): Document new breakpoint events.
1949
1950 2016-07-13 Tom Tromey <tom@tromey.com>
1951
1952 PR python/17698:
1953 * python.texi (Breakpoints In Python): Document
1954 Breakpoint.pending.
1955
1956 2016-07-13 Tom Tromey <tom@tromey.com>
1957
1958 * python.texi (Breakpoints In Python): Move table of types and
1959 table of watchpoint types earlier in node.
1960
1961 2016-07-12 Tom Tromey <tom@tromey.com>
1962
1963 PR python/19293:
1964 * python.texi (Frames In Python): Document
1965 gdb.invalidate_cached_frames.
1966
1967 2016-06-21 Pedro Alves <palves@redhat.com>
1968
1969 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1970 document new-ui and explain use case.
1971
1972 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1973
1974 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1975 (NDS32 Features): New Section.
1976
1977 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1978
1979 * gdb.texinfo (Examining Memory): Document negative repeat
1980 count in the 'x' command.
1981
1982 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1983
1984 * gdb.texinfo (GDB/MI Async Records): Document method and
1985 format fields in =record-started.
1986 * observer.texi (record_changed): Add method and format
1987 parameters.
1988
1989 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1990
1991 * gdb.texinfo (General Query Packets): Move the description of the
1992 response before the long list of the specific 'read' and 'write'
1993 requests.
1994
1995 2016-05-23 Tom Tromey <tom@tromey.com>
1996
1997 * python.texi (Basic Python): Document gdb.breakpoints return.
1998
1999 2016-05-24 Tom Tromey <tom@tromey.com>
2000
2001 PR gdb/19194:
2002 * gdb.texinfo (gdb man): Fix typo.
2003
2004 2016-05-17 Tom Tromey <tom@tromey.com>
2005
2006 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
2007 (Rust): New node.
2008
2009 2016-05-17 Tom Tromey <tom@tromey.com>
2010
2011 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
2012
2013 2016-04-27 Yao Qi <yao.qi@linaro.org>
2014
2015 * gdb.texinfo (tfind): Complete doc about tfind without
2016 argument.
2017
2018 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
2019
2020 * agentexpr.texi (byte): Fix zero_ext description.
2021
2022 2016-03-31 Pedro Alves <palves@redhat.com>
2023
2024 * gdb.texinfo (M32R/SDI): Delete node.
2025 (MIPS Embedded): Remove references to the MIPS remote debugging
2026 protocol, PMON and variants, and the associated commands.
2027
2028 2016-03-15 Doug Evans <dje@google.com>
2029
2030 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
2031 (Target Description Format): Mention enum types. Update docs on
2032 flags types.
2033 (Predefined Target Types): Add "bool".
2034 (Enum Target Types): New node.
2035
2036 2016-03-15 Pedro Alves <palves@redhat.com>
2037
2038 * gdb.texinfo (Tracepoint Actions): Fix typo.
2039
2040 2016-03-15 Pedro Alves <palves@redhat.com>
2041 Andreas Arnez <arnez@linux.vnet.ibm.com>
2042 Marcin Kościelnicki <koriakin@0x04.net>
2043
2044 * gdb.texinfo (Tracepoint Actions): Document possible
2045 unreliability of '$_ret'.
2046
2047 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
2048
2049 * gdb.texinfo (Symbols): Document new 'maint info line-table'
2050 command.
2051
2052 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
2053
2054 * gdb.texinfo (Convenience Functions): Document $_as_string.
2055
2056 2016-02-23 Doug Evans <dje@google.com>
2057
2058 * gdb.texinfo (Skipping Over Functions and Files): Document new
2059 options to "skip" command. Update docs of output of "info skip".
2060
2061 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
2062
2063 * gdb.texinfo (Signals): Add bound violation display hints for
2064 a SIGSEGV.
2065
2066 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
2067
2068 * gdb.texinfo (Trace File Format): Add documentation for description
2069 section lines.
2070
2071 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2072
2073 * gdb.texinfo (Trace File Format): Remove misleading information
2074 about register block ordering.
2075
2076 2016-02-01 Doug Evans <dje@google.com>
2077
2078 * gdb.texinfo (Value Sizes): Fix typo.
2079
2080 2016-02-01 Doug Evans <dje@google.com>
2081
2082 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
2083
2084 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2085
2086 * gdb.texinfo (Value Sizes): New section.
2087 (Data): Add the 'Value Sizes' node to the menu.
2088
2089 2016-01-26 John Baldwin <jhb@FreeBSD.org>
2090
2091 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
2092
2093 2016-01-19 John Baldwin <jhb@FreeBSD.org>
2094
2095 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
2096
2097 2016-01-18 Pedro Alves <palves@redhat.com>
2098
2099 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
2100 of the thread that hit a breakpoint or received a signal.
2101
2102 2016-01-15 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
2105
2106 2016-01-13 Pedro Alves <palves@redhat.com>
2107
2108 * gdb.texinfo (Threads): Document the $_gthread convenience
2109 variable.
2110 (Convenience Vars): Likewise.
2111
2112 2016-01-13 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.texinfo (Threads): Document "info threads -gid".
2115
2116 2016-01-13 Pedro Alves <palves@redhat.com>
2117
2118 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
2119 anchor.
2120 (Threads In Python): Document new InferiorThread.global_num
2121 attribute.
2122
2123 2016-01-07 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.texinfo (Threads): Document per-inferior thread IDs,
2126 qualified thread IDs, global thread IDs and thread ID lists.
2127 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
2128 thread IDs.
2129 (Convenience Vars): Document the $_thread convenience variable.
2130 (Ada Tasks): Adjust to refer to thread IDs.
2131 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
2132 Commands, GDB/MI Variable Objects): Update to mention global
2133 thread IDs.
2134 * guile.texi (Breakpoints In Guile)
2135 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
2136 global thread IDs instead of thread IDs.
2137 * python.texi (Threads In Python): Adjust documentation of
2138 InferiorThread.num.
2139 (Breakpoint.thread): Mention global thread IDs instead of thread
2140 IDs.
2141
2142 2016-01-13 Pedro Alves <palves@redhat.com>
2143
2144 * python.texi (Threads In Python): Document
2145 InferiorThread.inferior.
2146
2147 2016-01-13 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
2150 convenience variable.
2151 (Convenience Vars): Likewise.
2152
2153 2016-01-12 Josh Stone <jistone@redhat.com>
2154 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2155
2156 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
2157 (Stop Reply Packets): List the syscall entry and return stop reasons.
2158 (General Query Packets): Describe QCatchSyscalls, and add it to the
2159 table and the detailed list of stub features.
2160
2161 2016-01-12 Pedro Alves <palves@redhat.com>
2162
2163 Remove use of the registered trademark symbol throughout.
2164
2165 2016-01-12 Yao Qi <yao.qi@linaro.org>
2166
2167 * gdb.texinfo (Interrupts): Update the document on handling
2168 interrupt when program is stopped.
2169
2170 2015-12-11 Don Breazeal <donb@codesourcery.com>
2171
2172 * gdb.texinfo (Forks): Correct Linux kernel version where
2173 fork and exec events are supported, add notes about support
2174 of these events in target remote mode.
2175 (Connecting): Reorganize and clarify distinctions between
2176 target remote, extended-remote, and multiprocess.
2177 Reorganize related text from separate sections into new
2178 sections.
2179 (Server): Note effects of target extended-remote mode.
2180 Delete section on Multi-Process Mode for gdbserver.
2181 Move some text to "Connecting" node.
2182
2183 2015-12-10 Pedro Alves <palves@redhat.com>
2184
2185 * gdb.texinfo (Threads): Replace warning with explanation
2186 about single-threaded programs.
2187
2188 2015-12-10 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.texinfo (Threads): Remove mention of SGI.
2191 (Forks): Remove mention of HP-UX.
2192 (Breakpoints): Remove mention of HP-UX.
2193 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
2194 Reword in terms of architectures.
2195 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
2196 mention supported systems.
2197 (Convenience Vars): Don't mention HP-UX.
2198 (Jumping): Remove mention of HP-UX in comment.
2199 (Files) <shared libraries>: Update supported shared library types
2200 list. Remove mention of HP-UX.
2201 (Native): Remove HP-UX subsection.
2202 (SVR4 Process Information): Remove mention of HP-UX.
2203
2204 2015-12-10 Pedro Alves <palves@redhat.com>
2205
2206 * gdb.texinfo (Stack): Reorder menu.
2207
2208 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
2209
2210 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
2211 -var-set-format's new zero-hexadecimal format.
2212
2213 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
2214
2215 * gdb.texinfo (Ada Mode Into): Move overloading support
2216 description to its own node.
2217 (Overloading support for Ada): New node.
2218
2219 2015-11-30 Pedro Alves <palves@redhat.com>
2220
2221 PR 14618
2222 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
2223 (Remote Configuration): Add the "set/show remote
2224 no-resumed-stop-reply" to the available settings table.
2225 (General Query Packets): Document the "no-resumed" qSupported
2226 feature.
2227
2228 2015-11-30 Pedro Alves <palves@redhat.com>
2229
2230 * gdb.texinfo (Remote Configuration): List "set/show remote
2231 thread-events" command in configuration table.
2232 (Stop Reply Packets): Document "T05 create" stop
2233 reason and 'w' stop reply.
2234 (General Query Packets): Document QThreadEvents packet. Document
2235 QThreadEvents qSupported feature.
2236
2237 2015-11-30 Pedro Alves <palves@redhat.com>
2238
2239 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
2240 anchor.
2241 (Packets): Document vCtrlC.
2242
2243 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2244
2245 * gdb.texinfo (Thread List Format): Mention thread names.
2246
2247 2015-11-24 Pedro Alves <palves@redhat.com>
2248
2249 PR 17539
2250 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
2251 program-spaces" example to ascending order listing.
2252 (Threads): Adjust "info threads" example to ascending order
2253 listing.
2254 (Forks): Adjust "info inferiors" example to ascending order
2255 listing.
2256
2257 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2258
2259 * gdb.texinfo (Process Record and Replay): Document "record
2260 instruction-history" modifiers.
2261
2262 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
2265 description.
2266 (Frame Filter Management): Move to later in the 'Examining the
2267 Stack' chapter.
2268 (Selection): Add entry for 'select-frame'.
2269
2270 2015-09-25 Doug Evans <dje@google.com>
2271
2272 * gdb.texinfo (Process Record and Replay): Fix syntax of
2273 "record instruction-history begin, end" and
2274 "record function-call-history begin, end".
2275
2276 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2277
2278 * gdb.texinfo (Specifying Source Directories): Fix
2279 substitute-path example.
2280
2281 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2282
2283 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
2284
2285 2015-09-15 Pedro Alves <palves@redhat.com>
2286
2287 PR remote/18965
2288 * gdb.texinfo (Stop Reply Packets): Revert previous change to
2289 the vforkdone description.
2290
2291 2015-09-15 Pedro Alves <palves@redhat.com>
2292
2293 PR remote/18965
2294 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
2295 part indicates the thread ID of the parent process.
2296
2297 2015-09-15 Yao Qi <yao.qi@linaro.org>
2298
2299 * gdb.texinfo (General Query Packets): Add vContSupported to
2300 tables of 'gdbfeatures' and 'stub features' supported in the
2301 qSupported packet, as well as to the list containing stub
2302 feature details.
2303
2304 2015-09-11 Don Breazeal <donb@codesourcery.com>
2305
2306 * gdb.texinfo (Remote Configuration): Add exec event
2307 feature to table of packet settings.
2308 (Stop Reply Packets): Add exec events to the list of stop
2309 reasons.
2310 (General Query Packets): Add exec events to tables of
2311 'gdbfeatures' and 'stub features' supported in the qSupported
2312 packet, as well as to the list containing stub feature
2313 details.
2314
2315 2015-08-24 Pedro Alves <palves@redhat.com>
2316
2317 * gdb.texinfo (Remote Configuration): Document the "set/show
2318 remote multiprocess-extensions-packet" commands.
2319
2320 2015-08-24 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2323 <M32R>: Remove references to M32R/D.
2324 <M68K>: Remove references to target dbug.
2325 <MIPS Embedded>: Remove references to target r3900 and target
2326 array.
2327 <PowerPC Embedded>: Remove references to target dink32 and target
2328 ppcbug, target sds
2329 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2330
2331 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2332
2333 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2334
2335 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2336
2337 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2338
2339 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2340
2341 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2342 info bfds" to...
2343 (File Caching): A New section. Outline bfd caching, and add new
2344 description for "main set/show bfd-sharing".
2345
2346 2015-08-14 Doug Evans <xdje42@gmail.com>
2347
2348 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2349 disassembly.
2350 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2351
2352 2015-08-11 Keith Seitz <keiths@redhat.com>
2353
2354 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2355 Use "location(s)"instead of "linespec(s)".
2356 (Specifying a Location): Rewrite.
2357 Add subsections describing linespec, address, and explicit locations.
2358 Add node/menu for each subsection.
2359 (Source and Machine Code, C Preprocessor Macros)
2360 (Create and Delete Trace points)
2361 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2362 (Continuing at a Different Address): Remove "linespec" examples.
2363 Add reference to "Specify a Location"
2364 (The -break-insert Command): Rewrite. Add anchor.
2365 Add reference to appropriate manual section discussing locations.
2366 (The -dprintf-insert Command): Refer to -break-insert for
2367 specification of 'location'.
2368
2369 2015-08-07 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2372 target-non-stop".
2373
2374 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2375
2376 * gdb.texinfo (Process Record and Replay): Document prefixing of
2377 speculatively executed instructions in the "record instruction-history"
2378 command.
2379
2380 2015-07-20 Doug Evans <dje@google.com>
2381
2382 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2383
2384 2015-07-16 Doug Evans <dje@google.com>
2385
2386 * stabs.texinfo: @include gdb-cfg.texi.
2387
2388 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2389
2390 Revert the previous 2 commits:
2391 gdbserver build-id attribute generator
2392 Validate symbol file using build-id
2393
2394 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2395
2396 * gdb.texinfo (Files): Add 'set validate-build-id'
2397 and 'show validate-build-id'.
2398
2399 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2400 Jan Kratochvil <jan.kratochvil@redhat.com>
2401
2402 gdbserver build-id attribute generator.
2403 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2404 'build-id' in description, example, new attribute in dtd.
2405
2406 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2407
2408 * gdb.texinfo (Selection): Update documentation for 'frame'
2409 command.
2410
2411 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2412
2413 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2414 focus commands.
2415
2416 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2417
2418 * gdb.texinfo (TUI): Add comma after @xref.
2419
2420 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2421
2422 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2423 commands.
2424
2425 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2426
2427 * gdb.texinfo (Process Record and Replay): Spell out that variables
2428 and registers are not available during btrace replay.
2429 Describe the new "record btrace pt" command.
2430 Describe the new "set|show record btrace pt buffer-size" options.
2431 (General Query Packets): Describe the new Qbtrace:pt and
2432 Qbtrace-conf:pt:size packets.
2433 Expand "bts" to "Branch Trace Store".
2434 Update the branch trace DTD.
2435
2436 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2437
2438 * gdb.texinfo (Command History): Document the new option
2439 "history remove-duplicates".
2440
2441 2015-06-19 Doug Evans <dje@google.com>
2442
2443 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2444 longer supported.
2445
2446 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2447
2448 * gdb.texinfo (Command History): Mention that setting
2449 GDBHISTSIZE to the empty string disables history truncation.
2450
2451 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2452
2453 PR gdb/16999
2454 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2455 behavior.
2456
2457 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2458
2459 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2460 with GDBHISTSIZE.
2461
2462 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2463
2464 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2465 bytes and memory units for -data-{read,write}-memory-bytes.
2466 (Packets): Same for m, M and X packets.
2467 * python.texi (Inferiors In Python): Same for read_memory and
2468 write_memory.
2469
2470 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2471
2472 * gdb.texinfo (Separate Debug Files): Document that PE is also
2473 supported.
2474
2475 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2476
2477 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2478 single table entry.
2479
2480 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2481
2482 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2483
2484
2485 2015-06-10 Gary Benson <gbenson@redhat.com>
2486
2487 * gdb.texinfo (Remote Configuration): Document the
2488 "set/show remote hostio-setfs-packet" command.
2489 (Host I/O Packets): Document the vFile:setfs packet.
2490
2491 2015-06-10 Gary Benson <gbenson@redhat.com>
2492
2493 * gdb.texinfo (Debugging Output): Document the "set/show debug
2494 linux-namespaces" command.
2495
2496 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2497 Mircea Gherzan <mircea.gherzan@intel.com>
2498
2499 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2500 and "set mpx bound".
2501
2502 2015-05-27 Doug Evans <dje@google.com>
2503
2504 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2505
2506 2015-05-26 Doug Evans <dje@google.com>
2507
2508 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2509 command renamings.
2510 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2511
2512 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2513
2514 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2515
2516 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2517
2518 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2519 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2520
2521 2015-05-16 Doug Evans <xdje42@gmail.com>
2522
2523 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2524 memory ports.
2525
2526 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2527
2528 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2529
2530 2015-05-12 Don Breazeal <donb@codesourcery.com>
2531
2532 * gdb.texinfo (Forks): Note that fork debugging is
2533 supported in extended mode.
2534 (Remote Configuration): Add fork event features to table
2535 of packet settings.
2536 (Stop Reply Packets): Add fork events to list of stop reasons.
2537 (General Query Packets): Add fork events to tables of
2538 'gdbfeatures' and 'stub features' supported in the qSupported
2539 packet, as well as to the list containing stub feature
2540 details.
2541
2542 2015-05-12 Gary Benson <gbenson@redhat.com>
2543
2544 * gdb.texinfo (General Query Packets): Document
2545 qXfer:exec-file:read with empty annex.
2546
2547 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2548
2549 * python.texi (Values From Inferior): Add descriptions of new
2550 methods gdb.Value.reference_value and gdb.Value.const_value.
2551
2552 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2553
2554 * gdb.texinfo (Files): Add "info dll" documentation.
2555 (Cygwin Native): Remove "info dll" documentation.
2556
2557 2015-04-29 Doug Evans <dje@google.com>
2558
2559 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2560 Document.
2561 (Writing an Xmethod): Add get_result_type to example.
2562
2563 2015-04-28 Sasha Smundak <asmundak@google.com>
2564
2565 * python.texi: New method documented.
2566
2567 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2568
2569 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2570 format.
2571
2572 2015-04-24 Doug Evans <dje@google.com>
2573
2574 * python.texi (Xmethods In Python): Fix name of method to call the
2575 xmethod.
2576
2577 2015-04-17 Gary Benson <gbenson@redhat.com>
2578
2579 * gdb.texinfo (Connecting to a Remote Target): Mention that
2580 GDB can access program files from remote targets that support
2581 qXfer:exec-file:read and Host I/O packets.
2582
2583 2015-04-17 Gary Benson <gbenson@redhat.com>
2584
2585 * gdb.texinfo (Remote Configuration): Document the "set/show
2586 remote pid-to-exec-file-packet" command.
2587 (General Query Packets): Document the qXfer:exec-file:read
2588 qSupported features. Document the qXfer:exec-file:read packet.
2589
2590 2015-04-17 Gary Benson <gbenson@redhat.com>
2591
2592 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2593 applies to executable paths if supplied to GDB as absolute.
2594
2595 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2596
2597 * gdb.texinfo (Mode Options): Remove -xdb.
2598
2599 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2600 Eli Zaretskii <eliz@gnu.org>
2601
2602 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2603 compile, show debug compile. New subsection Compilation options for
2604 the compile command. New subsection Compiler search for the compile
2605 command.
2606
2607 2015-04-09 Andy Wingo <wingo@igalia.com>
2608
2609 * guile.texi (Frames In Guile): Describe frame-read-register.
2610
2611 2015-04-02 Gary Benson <gbenson@redhat.com>
2612
2613 * gdb.texinfo (set sysroot): Document "target:".
2614
2615 2015-04-01 Sasha Smundak <asmundak@google.com>
2616
2617 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2618 section.
2619
2620 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2621
2622 PR corefiles/16092
2623 * gdb.texinfo (gcore): Mention new command 'set
2624 use-coredump-filter'.
2625 (set use-coredump-filter): Document new command.
2626
2627 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2628
2629 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2630 documentation, reorder the info os entries in alphabetical order.
2631
2632 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2633
2634 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2635 -data-write-memory-bytes.
2636
2637 2015-03-24 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2640 mention that threads may sometimes run unlocked.
2641
2642 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2643
2644 * gdb.texinfo (Remote configuration): Document "set/show
2645 serial parity" command.
2646
2647 2015-03-18 Gary Benson <gbenson@redhat.com>
2648
2649 * gdb.texinfo (General Query Packets): Remove documentation
2650 for now-removed vFile:fstat qSupported features.
2651
2652 2015-03-11 Gary Benson <gbenson@redhat.com>
2653
2654 * gdb.texinfo (Remote Configuration): Document the
2655 "set/show remote hostio-fstat-packet" command.
2656 (General Query Packets): Document the vFile:fstat
2657 qSupported features.
2658 (Host I/O Packets): Document the vFile:fstat packet.
2659
2660 2015-03-11 Andy Wingo <wingo@igalia.com>
2661
2662 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2663
2664 2015-03-04 Pedro Alves <palves@redhat.com>
2665
2666 * gdb.texinfo (Remote Configuration): Document the "set/show
2667 remote swbreak-feature-packet" and "set/show remote
2668 hwbreak-feature-packet" commands.
2669 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2670 decription.
2671 (Stop Reply Packets): Document the swbreak and hwbreak stop
2672 reasons.
2673 (General Query Packets): Document the swbreak and hwbreak
2674 qSupported features.
2675 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2676
2677 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2678
2679 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2680 under *stopped.
2681
2682 2015-03-02 Doug Evans <xdje42@gmail.com>
2683
2684 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2685
2686 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2687
2688 * gdb.texinfo (S/390 and System z Features): Describe new feature
2689 "org.gnu.gdb.s390.vx".
2690
2691 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2692
2693 PR gdb/18008
2694 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2695 demangler-warning): Fix typo ("problam").
2696
2697 2015-02-19 David Taylor <dtaylor@emc.com>
2698
2699 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2700
2701 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2702
2703 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2704 point, DTrace'.
2705 (Static Probe Points): Modified to cover DTrace probes in addition
2706 to SystemTap probes. Also modified to cover the `enable probe'
2707 and `disable probe' commands.
2708
2709 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2710
2711 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2712 `disable probe' commands.
2713
2714 2015-02-12 David Taylor <dtaylor@emc.com>
2715
2716 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2717 fields of the QTDV packet.
2718
2719 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2720
2721 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2722 (Process Record and Replay): Describe new set|show commands.
2723 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2724
2725 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2726
2727 * gdb.texinfo (Process Record and Replay): Describe the "record
2728 btrace bts" command.
2729 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2730 (Branch Trace Configuration Format): New.
2731
2732 2015-01-31 Gary Benson <gbenson@redhat.com>
2733 Doug Evans <dje@google.com>
2734
2735 * gdb.texinfo (Command Completion): Document new
2736 "set/show max-completions" option.
2737
2738 2015-01-31 Doug Evans <xdje42@gmail.com>
2739
2740 * gdb.texinfo (Symbols): Document new commands
2741 "maint print symbol-cache", "maint print symbol-cache-statistics",
2742 "maint flush-symbol-cache". Document new option
2743 "maint set symbol-cache-size".
2744
2745 2015-01-31 Doug Evans <xdje42@gmail.com>
2746
2747 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2748 distinguish script files vs inlined scripts.
2749 * python.texi (Python Auto-loading): Ditto.
2750
2751 2015-01-30 Doug Evans <dje@google.com>
2752
2753 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2754 string if present.
2755
2756 2015-01-27 Doug Evans <dje@google.com>
2757
2758 * python.texi (Objfiles In Python): Document Objfile.username.
2759
2760 2015-01-27 Doug Evans <dje@google.com>
2761
2762 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2763 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2764
2765 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2766
2767 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2768
2769 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2770
2771 * doc/gdb.texinfo (TUI Commands): Document the possible
2772 values of NAME argument to 'winheight' command. Explain the
2773 effect of 'tabset' setting better.
2774
2775 2015-01-11 Doug Evans <xdje42@gmail.com>
2776
2777 PR gdb/15830
2778 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2779 (Symbols): Ditto.
2780 (Maintenance Commands): Delete docs for "maint demangle".
2781
2782 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2783
2784 * gdb.texinfo (Files): Remove documentation of the
2785 "add-shared-symbol-files" and "assf" commands.
2786 (Cygwin Native): Remove documentation of the "dll-symbols"
2787 command.
2788
2789 2014-12-17 Doug Evans <xdje42@gmail.com>
2790
2791 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2792
2793 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2794 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 * gdb.texinfo (Altering): Update.
2797 (Compiling and Injecting Code): New node.
2798
2799 2014-12-12 Doug Evans <dje@google.com>
2800
2801 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2802
2803 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2804
2805 * gdb.texinfo: Document "maint print user-registers".
2806
2807 2014-12-08 Doug Evans <dje@google.com>
2808
2809 * python.texi (Objfiles In Python): Document Objfile.owner.
2810
2811 2014-12-04 Doug Evans <dje@google.com>
2812
2813 * python.texi (Objfiles In Python): Document
2814 Objfile.add_separate_debug_file.
2815
2816 2014-12-04 Doug Evans <dje@google.com>
2817
2818 * python.texi (Objfiles In Python): Document Objfile.build_id.
2819
2820 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2821
2822 * observer.texi (inferior_call_pre, inferior_call_post)
2823 (memory_changed, register_changed): New observers.
2824
2825 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2826
2827 * python.texi (Events In Python): Document new events
2828 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2829 and RegisterChangedEvent.
2830
2831 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2832
2833 Add add-auto-load-scripts-directory.
2834 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2835 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2836
2837 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2838
2839 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2840 description typo.
2841
2842 2014-10-30 Doug Evans <dje@google.com>
2843
2844 * python.texi (Progspaces In Python): Document ability to add
2845 random attributes to gdb.Progspace objects.
2846 (Objfiles In Python): Document ability to add random attributes to
2847 gdb.objfile objects.
2848
2849 2014-10-27 Pedro Alves <palves@redhat.com>
2850
2851 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2852 info on stepping and signal handlers.
2853 (Signals): Explain stepping and signal handlers. Add context
2854 index entry, and cross references.
2855
2856 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2857
2858 * python.texi (Breakpoints In Python): Add parenthesis after
2859 Breakpoint.delete. Clarify Breakpoint.enabled description so
2860 that it contains "disable".
2861
2862 2014-10-17 Doug Evans <dje@google.com>
2863
2864 * python.texi (Events In Python): Document clear_objfiles event.
2865
2866 2014-10-17 Doug Evans <dje@google.com>
2867
2868 * python.texi (Objfiles In Python): Document new progspace attribute.
2869
2870 2014-10-17 Pedro Alves <palves@redhat.com>
2871
2872 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2873 (SVR4 Process Information): Delete mention of OSF/1.
2874
2875 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2876
2877 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2878 exit-code field in -list-thread-groups output.
2879
2880 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2881
2882 * gdb.texinfo (Set Breaks): Add missing "@end table".
2883
2884 2014-09-22 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2887 always-inserted off" is the default mode now. Delete
2888 documentation of "set breakpoint always-inserted auto".
2889
2890 2014-09-18 Doug Evans <dje@google.com>
2891
2892 * python.texi (Symbol Tables In Python): Document "producer"
2893 attribute of gdb.Symtab objects.
2894
2895 2014-09-16 Pedro Alves <palves@redhat.com>
2896
2897 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2898 (Embedded OS): Remove VxWorks menu entry.
2899 (VxWorks): Remove node.
2900
2901 2014-09-13 Doug Evans <xdje42@gmail.com>
2902
2903 * gdb.texinfo (Signaling): Document new queue-signal command.
2904
2905 2014-09-06 Doug Evans <xdje42@gmail.com>
2906
2907 PR 15276
2908 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2909 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2910
2911 2014-09-03 Justin Lebar <jlebar@google.com>
2912
2913 * python.texi (Types In Python): Type.template_argument(n) returns a
2914 gdb.Value or a gdb.Type and throws an exception if n is out of
2915 range.
2916
2917 2014-09-03 Sasha Smundak <asmundak@google.com>
2918
2919 * python.texi (Frames in Python): Add read_register description.
2920
2921 2014-08-04 Tom Tromey <tromey@redhat.com>
2922
2923 * gdb.texinfo (Debugging Output): Update for change to "set debug
2924 target".
2925
2926 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2927
2928 Pushed by Joel Brobecker <brobecker@adacore.com>.
2929 * Makefile.in (transform): New variable.
2930 (install-man1, install-man5): Apply $(transform) to man file names.
2931
2932 2014-07-26 Doug Evans <xdje42@gmail.com>
2933
2934 PR guile/17177
2935 * guile.texi (Guile Pretty Printing API): Fix typo.
2936 Document set-pretty-printers!, pretty-printers.
2937 (Selecting Guile Pretty-Printers): Update.
2938 Mention program-space based pretty-printers.
2939
2940 2014-07-25 Pedro Alves <palves@redhat.com>
2941 Eli Zaretskii <eliz@gnu.org>
2942
2943 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2944 with multi-threaded programs.
2945
2946 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2947
2948 * gdb.texinfo (MicroBlaze Features): Added.
2949
2950 2014-06-27 Yao Qi <yao@codesourcery.com>
2951
2952 * gdb.texinfo (Maintenance Commands): Update the output of
2953 'maint print dummy-frames' command.
2954
2955 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2956
2957 * gdb.texinfo (Screen Size): Improve indexing.
2958
2959 2014-06-19 Gary Benson <gbenson@redhat.com>
2960
2961 * gdb.texinfo (Maintenance Commands): Document new
2962 "maint set/show catch-demangler-crashes" option.
2963
2964 2014-06-19 Gary Benson <gbenson@redhat.com>
2965
2966 * gdb.texinfo (Maintenance Commands): Document new
2967 "maint demangler-warning" command and new
2968 "maint set/show demangler-warning" option.
2969
2970 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2971
2972 * python.texi (Xmethod API): Add space before the opening
2973 parenthesis in function descriptions.
2974
2975 2014-06-06 Doug Evans <xdje42@gmail.com>
2976
2977 * guile.texi (Guile Configuration): Document guile-data-directory.
2978
2979 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2980
2981 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2982
2983 2014-06-04 Doug Evans <xdje42@gmail.com>
2984
2985 * guile.texi (Breakpoints In Guile): Update.
2986
2987 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2988
2989 * python.texi (Xmethod API): Fix reference to "Progspaces In
2990 Python".
2991
2992 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2993
2994 * python.texi (Xmethods In Python, XMethod API)
2995 (Writing an Xmethod): New nodes.
2996 (Python API): New menu entries "Xmethods In Python",
2997 "Xmethod API", "Writing an Xmethod".
2998
2999 2014-06-02 Doug Evans <xdje42@gmail.com>
3000
3001 * guile.texi (Guile API): Add entry for Parameters In Guile.
3002 (GDB Scheme Data Types): Mention <gdb:parameter> object.
3003 (Parameters In Guile): New node.
3004
3005 2014-06-02 Doug Evans <xdje42@gmail.com>
3006
3007 * guile.texi (Guile API): Add entry for Commands In Guile.
3008 (Basic Guile) <parse-and-eval>: Add reference.
3009 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
3010 (GDB Scheme Data Types): Mention <gdb:command> object.
3011 (Commands In Guile): New node.
3012
3013 2014-06-02 Doug Evans <xdje42@gmail.com>
3014
3015 * guile.texi (Guile API): Add entry for Progspaces In Guile.
3016 (GDB Scheme Data Types): Mention <gdb:progspace> object.
3017 (Progspaces In Guile): New node.
3018
3019 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
3020
3021 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
3022 * python.texi (Frames In Python): Mention
3023 gdb.FRAME_UNWIND_MEMORY_ERROR.
3024
3025 2014-05-29 Pedro Alves <palves@redhat.com>
3026 Tom Tromey <tromey@redhat.com>
3027
3028 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
3029 from example.
3030 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
3031 Mention that target-async is now deprecated.
3032 (Maintenance Commands): Document maint set/show target-async.
3033
3034 2014-05-29 Pedro Alves <palves@redhat.com>
3035
3036 * observer.texi (sync_execution_done, command_error): New
3037 subjects.
3038
3039 2014-05-29 Pedro Alves <palves@redhat.com>
3040
3041 PR gdb/13860
3042 * observer.texi (signal_received, end_stepping_range)
3043 (signal_exited, exited, no_history): New observer subjects.
3044
3045 2014-05-26 Andy Wingo <wingo@igalia.com>
3046
3047 * guile.texi (GDB Scheme Data Types): Remove documentation for
3048 removed interfaces. Update spelling of gdb-object-kind.
3049
3050 2014-05-26 Andy Wingo <wingo@igalia.com>
3051
3052 * guile.texi (Basic Guile): Fix some typos.
3053
3054 2014-05-26 Andy Wingo <wingo@igalia.com>
3055
3056 * guile.texi (Writing a Guile Pretty-Printer)
3057 (Guile Types Module): Fix excess parentheses in use-modules forms.
3058
3059 2014-05-24 Eli Zaretskii <eliz@gnu.org>
3060
3061 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
3062 (Breakpoints In Guile, Guile Printing Module)
3063 (Guile Exception Handling, Values From Inferior In Guile)
3064 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
3065 Don't use @var at the beginning of a sentence.
3066
3067 * gdb.texinfo (Frame Filter Management, Trace Files)
3068 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
3069 (PowerPC Embedded, Define, Annotations for Running)
3070 (IPA Protocol Commands, Packets, General Query Packets)
3071 (Tracepoint Packets, Notification Packets, Environment)
3072 (Inferiors and Programs, Set Breaks, Set Catchpoints)
3073 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
3074 (Frames, Backtrace, Selection, Expressions, Registers)
3075 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
3076 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
3077 (Source Annotations, Using JIT Debug Info Readers, Packets)
3078 (Stop Reply Packets, Host I/O Packets)
3079 (Target Description Format): Don't use @var at the beginning of a
3080 sentence.
3081
3082 * python.texi (Basic Python, Types In Python)
3083 (Commands In Python, Frames In Python, Line Tables In Python)
3084 (Breakpoints In Python, gdb.printing, gdb.types)
3085 (Type Printing API): Don't use @var at the beginning of a
3086 sentence.
3087
3088 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3089
3090 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
3091 replay-memory-access".
3092
3093 2014-05-21 Pedro Alves <palves@redhat.com>
3094
3095 * gdb.texinfo (Starting): Document "set/show
3096 auto-connect-native-target".
3097 (Target Commands): Document "target native".
3098
3099 2014-05-20 Pedro Alves <palves@redhat.com>
3100
3101 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
3102 not be remote specific. Add cross reference to the qCRC packet.
3103 (Separate Debug Files): Update cross reference to the qCRC packet.
3104 (General Query Packets) <qCRC packet>: Add anchor.
3105
3106 2014-05-17 Doug Evans <xdje42@gmail.com>
3107
3108 Copy over changes from guile.texi.
3109 * python.texi (Basic Python) <gdb.execute>: Add text.
3110 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
3111 (Values From Inferior) <Python string>: Add text.
3112 (Values From Inferior) <Value.string>: Clarify string length handling.
3113 (Pretty Printing API): Add cindex.
3114 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
3115 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
3116 @vindex.
3117 (Commands In Python) <COMPLETE_*>: Similarly.
3118 (Symbols In Python) <SYMBOL_*>: Similarly.
3119 (Breakpoints In Python) <WP_*>: Similarly.
3120 (Breakpoints In Python) <BP_*>: Similarly.
3121
3122 2014-05-17 David Taylor <dtaylor@emc.com>
3123
3124 * gdb.texinfo (General Query Packets): Add a note about thread IDs
3125 mentioned in the qfThreadInfo reply.
3126
3127 2014-05-16 Doug Evans <dje@google.com>
3128
3129 * gdb.texinfo (Mode Options): Add -D.
3130
3131 2014-05-09 Samuel Bronson <naesten@gmail.com>
3132
3133 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
3134 "make -C".
3135
3136 2014-04-29 Tom Tromey <tromey@redhat.com>
3137
3138 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
3139 "show debug varobj".
3140
3141 2014-05-01 David Taylor <dtaylor@emc.com>
3142
3143 * gdb.texinfo (compare-sections): Document the new -r (read-only)
3144 option.
3145
3146 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
3147 Walfred Tedeschi <walfred.tedeschi@intel.com>
3148
3149 * gdb.texinfo (i386 Features): Add description of AVX512
3150 registers.
3151
3152 2014-03-31 Doug Evans <dje@google.com>
3153
3154 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
3155
3156 2014-03-30 Doug Evans <dje@google.com>
3157
3158 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
3159 (Background Execution): Ditto.
3160
3161 2014-03-21 Pedro Alves <palves@redhat.com>
3162 Stan Shebs <stan@codesourcery.com>
3163 Hui Zhu <hui@codesourcery.com>
3164
3165 * gdb.texinfo (Packets): Add anchor to "? packet".
3166 Remove fixme and update introduction of "k packet".
3167 Add anchor to "vKill packet".
3168
3169 2014-03-12 Stan Shebs <stan@codesourcery.com>
3170
3171 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
3172
3173 2014-02-26 Ludovic Courtès <ludo@gnu.org>
3174
3175 * guile.texi (Basic Guile): Document 'history-append!'.
3176
3177 2014-02-20 Joel Brobecker <brobecker@adacore.com>
3178
3179 * gdb.texinfo (Files): Document "add-shared-symbol-files"
3180 and "assf" as being deprecated.
3181 (Cygwin Native): Likewise for "dll-symbols".
3182 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
3183 as a way to force the loading of symbols from a DLL.
3184
3185 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3186
3187 * python.texi (Values From Inferior): Add description about the
3188 new feature.
3189
3190 2014-02-17 Doug Evans <xdje42@gmail.com>
3191
3192 * Makefile.in (GDB_DOC_FILES): Add python.texi.
3193 * gdb.texinfo (Python): Moved to ...
3194 * python.texi: ... here. New file.
3195
3196 2014-02-17 Ludovic Courtès <ludo@gnu.org>
3197
3198 * guile.texi (Writing a Guile Pretty-Printer) <example>:
3199 Remove 'string-begins-with' procedure. Add 'pretty-printer'
3200 parameter to 'str-lookup-function' procedure. Look for
3201 the "std::string<" prefix.
3202 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
3203 Adjust description.
3204
3205 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
3206
3207 * guile.texi (Values From Inferior In Guile): Remove stray
3208 parantheses for deffn.
3209 (Disassembly In Guile): Ditto.
3210
3211 2014-02-10 Stan Shebs <stan@codesourcery.com>
3212
3213 Add Doxygen support.
3214 * Makefile.in (doxy): New action, generates Doxygen files.
3215 (DOXYGEN): New.
3216 (doxyedit): New.
3217 * Doxyfile-base.in: New file.
3218 * Doxyfile-gdb-api.in: New file.
3219 * Doxyfile-gdb-xref.in: New file.
3220 * Doxyfile-gdbserver.in: New file.
3221 * doxy-index.in: New file.
3222 * filter-for-doxygen: New file.
3223 * filter-params.pl: New file.
3224
3225 2014-02-10 Doug Evans <xdje42@gmail.com>
3226
3227 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
3228 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
3229 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
3230 (Guile docs): Include guile.texi.
3231 (objfile-gdbdotext file): Add objfile-gdb.scm.
3232 (dotdebug_gdb_scripts section): Mention Guile scripts.
3233 (Multiple Extension Languages): New node.
3234 * guile.texi: New file.
3235
3236 2014-01-28 Joel Brobecker <brobecker@adacore.com>
3237
3238 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
3239 ignore-descriptive-types". commands.
3240
3241 2014-01-22 Doug Evans <dje@google.com>
3242
3243 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
3244 (gdbserver man): Ditto.
3245
3246 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3247
3248 * gdb.texinfo: Document limited reverse/replay support
3249 for target record-btrace.
3250
3251 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3252
3253 * gdb.texinfo (Process Record and Replay): Update documentation.
3254
3255 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3256
3257 * gdb.texinfo (Process Record and Replay): Document new /c
3258 modifier accepted by "record function-call-history".
3259 Add /i modifier to "record function-call-history" example.
3260
3261 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
3262 Joel Brobecker <brobecker@adacore.com>
3263
3264 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
3265 markers. Remove one that was misplaced.
3266
3267 2014-01-10 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.texinfo (Your Program's Environment) <set environment>:
3270 Mention the shell, and point at 'set exec-wrapper'.
3271
3272 2014-01-07 Joel Brobecker <brobecker@adacore.com>
3273
3274 * gdb.texinfo (Types In Python): Document new attribute Types.name.
3275
3276 2013-12-30 Joel Brobecker <brobecker@adacore.com>
3277
3278 * gdb.texinfo (Types In Python): Clarify the documentation
3279 of attribute gdb.Field.bitpos.
3280
3281 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3282
3283 * gdb.texinfo (Types In Python): Fix the documentation of
3284 attribute "bitpos" in class gdb.Field for enum types. Add
3285 documentation for attribute "enumval" in that same class.
3286
3287 2013-12-28 Joel Brobecker <brobecker@adacore.com>
3288
3289 * gdb.texinfo (GDB/MI Support Commands): Change @table into
3290 @ftable.
3291
3292 2013-12-23 Doug Evans <xdje42@gmail.com>
3293
3294 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
3295 auto-loaded objfile scripts and .debug_gdb_scripts section to their
3296 corresponding section in Extending GDB.
3297 (Extending GDB): Move menu up. New menu item "Auto-loading
3298 extensions".
3299 (Sequences): New menu item "Auto-loading sequences".
3300 (Auto-loading sequences): New node.
3301 (Python): Rename section from Scripting GDB to Extending GDB.
3302 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3303 Move docs on ways to auto-load extensions to ...
3304 (Auto-loading extensions): ... here. New node.
3305
3306 2013-12-23 Joel Brobecker <brobecker@adacore.com>
3307
3308 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3309 in menu.
3310 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3311 command, now in a new node.
3312 (GDB/MI Support Commands): New node, with its contents being
3313 extracted from the "GDB/MI Miscellaneous Commands" node.
3314 A small paragraph introducing the section is also added at
3315 the start.
3316 (GDB/MI Miscellaneous Commands): Delete the description of the
3317 -info-gdb-mi-command, -list-features and -list-target-features
3318 commands, now hosted in the "GDB/MI Support Commands" node.
3319
3320 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3321
3322 PR python/16113
3323 * gdb.texinfo (Values From Inferior): Add a note about using
3324 gdb.Field objects as subscripts on gdb.Value objects.
3325 (Types In Python): Add description about the new attribute
3326 "parent_type" of gdb.Field objects.
3327
3328 2013-12-12 Joel Brobecker <brobecker@adacore.com>
3329
3330 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3331 entry for section docuumenting the -list-features GDB/MI command.
3332
3333 2013-12-10 Joel Brobecker <brobecker@adacore.com>
3334
3335 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3336 "exec-run-start-option" entry in the output of the "-list-features"
3337 command.
3338
3339 2013-12-04 Eli Zaretskii <eliz@gnu.org>
3340
3341 * gdb.texinfo (i386): Fix yesterday's commit.
3342
3343 2013-12-03 Tom Tromey <tromey@redhat.com>
3344
3345 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3346 documented here.
3347
3348 2013-12-03 Tom Tromey <tromey@redhat.com>
3349
3350 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3351
3352 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3353
3354 * gdb.texinfo (i386 Features): Add MPX feature registers.
3355 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3356 a subsubsection for MPX and describes the display of the
3357 boundary registers.
3358
3359 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3360
3361 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3362 documentation of the "ada-exceptions" entry.
3363
3364 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3365
3366 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3367 "^error" result record concerning the error message. Document
3368 the error code that may also be part of that result record.
3369 (GDB/MI Miscellaneous Commands): Document the
3370 "undefined-command-error-code" element in the output of
3371 the "-list-features" GDB/MI command.
3372
3373 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3374
3375 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3376 the new -info-gdb-mi-command GDB/MI command. Document
3377 the meaning of "-info-gdb-mi-command" in the output of
3378 -list-features.
3379
3380 2013-11-29 Pedro Alves <palves@redhat.com>
3381
3382 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3383 Update comment.
3384
3385 2013-11-24 Yao Qi <yao@codesourcery.com>
3386
3387 * gdb.texinfo (Caching Remote Data): Document new
3388 "set/show stack-cache" option.
3389
3390 2013-11-24 Yao Qi <yao@codesourcery.com>
3391
3392 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3393 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3394 "off" respectively.
3395
3396 2013-11-23 Yao Qi <yao@codesourcery.com>
3397
3398 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3399 of "displayhint" to the table about child results.
3400
3401 2013-11-21 Yao Qi <yao@codesourcery.com>
3402
3403 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3404 'dynamic' for the output of command -var-list-children.
3405
3406 2013-11-21 Yao Qi <yao@codesourcery.com>
3407
3408 * gdb.texinfo (Caching Target Data): Remove "see" before
3409 @pxref.
3410
3411 2013-11-20 Yao Qi <yao@codesourcery.com>
3412
3413 * gdb.texinfo (Caching Target Data): Update doc for
3414 per-address-space dcache.
3415
3416 2013-11-20 Yao Qi <yao@codesourcery.com>
3417
3418 * gdb.texinfo (Data): Rename menu item.
3419 (Caching Remote Data): Rename to ...
3420 (Caching Target Data): ... it. Update.
3421
3422 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3423
3424 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3425 "language-option" entry in the output of the "-list-features"
3426 command.
3427
3428 2013-11-15 Tom Tromey <tromey@redhat.com>
3429
3430 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3431 Add example.
3432
3433 2013-11-14 Tom Tromey <tromey@redhat.com>
3434
3435 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3436
3437 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3438
3439 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3440 (Context management): Place current subsection text into its own
3441 subsubsection. Add new subsubsection describing the "--language"
3442 command option.
3443
3444 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3445
3446 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3447 the documentation of "info-ada-exceptions" in the output
3448 of the "-list-features" command. Add the documentation
3449 of the "ada-exception" entry instead.
3450
3451 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3452
3453
3454 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3455 word of a couple of sentences to start with a capital letter.
3456
3457 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3458
3459 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3460 (Ada Exceptions): New node.
3461 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3462 Commands" node.
3463 (GDB/MI Ada Exceptions Commands): New node.
3464 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3465 field in the output of the "-list-features" command.
3466 * NEWS: Add entry for the new "info exceptions" CLI command,
3467 and for the new "-info-ada-exceptions" GDB/MI command.
3468
3469 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3470
3471 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3472 (Line Tables In Python): New node.
3473
3474 2013-11-08 Doug Evans <dje@google.com>
3475
3476 * gdb.texinfo (Debugging Output): Update text for
3477 "set debug dwarf2-read".
3478
3479 2013-11-08 Doug Evans <dje@google.com>
3480
3481 * gdb.texinfo (Debugging Output): Update text for
3482 "set debug symtab-create".
3483
3484 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3485
3486 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3487 constant.
3488
3489 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3490
3491 * gdb.texinfo (Breakpoints In Python): Document temporary
3492 option in breakpoint constructor, and add documentation to the
3493 temporary attribute.
3494
3495 2013-11-07 Yao Qi <yao@codesourcery.com>
3496
3497 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3498 output of "-var-info-expression".
3499
3500 2013-11-06 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3503 non-interactive mode.
3504 (Environment) <shell startup files warning>: Mention
3505 non-interactive mode. Mention .zshenv for Z shell, and talk about
3506 BASH_ENV instead of .bashrc for BASH.
3507
3508 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3509
3510 * gdb.texinfo (Commands to Specify Files): Add description
3511 of the remove-symbol-file command.
3512 * observer.texi: New free_objfile event
3513
3514 2013-10-24 Pedro Alves <palves@redhat.com>
3515
3516 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3517
3518 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3519
3520 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3521 New subsection inside which the "-catch-load" and "-catch-unload"
3522 commands documentation is now placed.
3523 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3524 documenting the "-catch-assert" and "-catch-exception" new
3525 GDB/MI commands.
3526
3527 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3528
3529 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3530
3531 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3532
3533 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3534 serial baud".
3535 (Remote Configuration): Replace "set remotebaud" by "set serial
3536 baud". Replace "show remotebaud" by "show serial baud".
3537
3538 2013-10-07 Pedro Alves <palves@redhat.com>
3539
3540 PR breakpoints/11568
3541 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3542 when the thread is removed from the thread list.
3543
3544 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3545
3546 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3547 Update entry for $_exitcode.
3548
3549 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3550
3551 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3552 new "--start" option.
3553
3554 2013-10-02 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.texinfo (Registers): Expand description of saved registers
3557 in frames. Explain <not saved>.
3558
3559 2013-09-25 Doug Evans <dje@google.com>
3560
3561 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3562
3563 2013-09-16 Stan Shebs <stan@codesourcery.com>
3564
3565 Remove the internals manual gdbint.texinfo.
3566 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3567 (PDFFILES): Remove gdbint.pdf.
3568 (HTMLFILES): Remove gdbint/index.html.
3569 (HTMLFILES_INSTALL): Remove gdbint.
3570 (GDBINT_DOC_FILES): Remove.
3571 (dvi): Remove gdbint.dvi.
3572 (ps): Remove gdbint.ps.
3573 * gdbint.texinfo: Remove file.
3574 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3575
3576 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3577
3578 * gdb.texinfo (Convenience Functions): Mention new convenience
3579 function $_isvoid.
3580
3581 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3582
3583 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3584 (Standard Target Features): Add new node to menu.
3585 (S/390 and System z Features): New node.
3586
3587 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3588
3589 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3590 -list-target-features in the example.
3591
3592 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3593
3594 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3595 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3596
3597 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3598
3599 Sync documentation with gdb.base/gnu-debugdata.exp.
3600 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3601
3602 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3603
3604 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3605
3606 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3607 Yao Qi <yao@codesourcery.com>
3608
3609 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3610 Document new --skip-unavailable option.
3611 <-stack-list-variables>: Document new --skip-unavailable option.
3612
3613 2013-08-26 Doug Evans <dje@google.com>
3614
3615 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3616 an optional regexp.
3617
3618 2013-08-13 Tom Tromey <tromey@redhat.com>
3619
3620 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3621 Document GDB_PARALLEL and GDB_INOTIFY.
3622
3623 2013-08-09 Stan Shebs <stan@codesourcery.com>
3624
3625 * LRS: Remove file, describes a long-abandoned live-range
3626 splitting extension to stabs.
3627
3628 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3629
3630 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3631
3632 2013-07-17 Doug Evans <dje@google.com>
3633
3634 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3635
3636 2013-07-02 Tom Tromey <tromey@redhat.com>
3637
3638 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3639
3640 2013-06-28 Tom Tromey <tromey@redhat.com>
3641
3642 * Makefile.in (version.subst): Use version.in, not
3643 common/version.in.
3644 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3645 Likewise.
3646
3647 2013-06-27 Pedro Alves <palves@redhat.com>
3648
3649 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3650 dynamic symbol resolution code>: New section, based on infrun.c
3651 comment.
3652
3653 2013-06-26 Tom Tromey <tromey@redhat.com>
3654
3655 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3656 Update.
3657 (Releasing GDB): Likewise.
3658
3659 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3660 Yao Qi <yao@codesourcery.com>
3661
3662 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3663 -trace-frame-collected.
3664
3665 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3666
3667 * gdb.texinfo (Traceframe Info Format): Document tvar element
3668 and its attributes.
3669
3670 2013-06-25 Yao Qi <yao@codesourcery.com>
3671
3672 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3673
3674 2013-06-24 Tom Tromey <tromey@redhat.com>
3675
3676 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3677 (GDBvn.texi): Use version.subst.
3678 (version.subst): New target.
3679 (mostlyclean): Remove version.subst.
3680
3681 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3682
3683 * gdb.texinfo (GDB/MI Data Manipulation)
3684 <-data-list-register-values>: Document the --skip-unavailable
3685 option.
3686
3687 2013-06-07 Yao Qi <yao@codesourcery.com>
3688
3689 * gdb.texinfo (Symbols): Add kindex and cindex for
3690 'maint print msymbols'.
3691
3692 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3693
3694 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3695 response field name (thread-group to inferior).
3696
3697 2013-06-04 Gary Benson <gbenson@redhat.com>
3698
3699 * gdb.texinfo (General Query Packets/qSupported): Added
3700 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3701 to the table of currently defined stub features.
3702 Added a more detailed entry for "augmented-libraries-svr4-read".
3703 (General Query Packets/qXfer:libraries-svr4:read): Documented
3704 the augmented form of this packet.
3705
3706 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3707
3708 * gdb.texinfo (System-wide Configuration Scripts): Renames
3709 "Installed System-wide Configuration Scripts". Add associated
3710 @menu block.
3711
3712 2013-05-23 Yao Qi <yao@codesourcery.com>
3713 Pedro Alves <palves@redhat.com>
3714
3715 * gdb.texinfo (Packets): Document 'vCont;r'.
3716 (Continuing and Stepping): Document target-assisted range
3717 stepping, and the 'set range-stepping' and 'show range-stepping'
3718 commands.
3719
3720 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3721
3722 * gdb.texinfo (Installed System-wide Configuration Scripts):
3723 Add subsection describing the scripts now available under
3724 the data-dir's system-gdbbinit subdirectory.
3725 * NEWS: Add entry announcing the availability of system-wide
3726 configuration scripts for ElinOS and Wind River Linux.
3727
3728 2013-05-21 Hui Zhu <hui@codesourcery.com>
3729
3730 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3731 "-dprintf-insert" command.
3732
3733 2013-05-17 Doug Evans <dje@google.com>
3734
3735 * gdb.texinfo (Maintenance Commands): Update doc for
3736 "maint check-psymtabs". Add doc for "maint check-symtabs",
3737 "maint expand-symtabs".
3738
3739 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3740
3741 * gdb.texinfo (Process Record and Replay): Document the
3742 "record goto" command and its sub-commands.
3743
3744 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3745
3746 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3747 (Python API): Add Frame Filters API, Frame Wrapper API,
3748 Writing a Frame Filter/Wrapper, Managing Management of Frame
3749 Filters chapter entries.
3750 (Frame Filters API): New Node.
3751 (Frame Wrapper API): New Node.
3752 (Writing a Frame Filter): New Node.
3753 (Managing Frame Filters): New Node.
3754 (Progspaces In Python): Add note about frame_filters attribute.
3755 (Objfiles in Python): Ditto.
3756 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3757 @anchors and --no-frame-filters option to -stack-list-variables,
3758 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3759 commands.
3760
3761 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3762
3763 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3764 Support" subsection documenting the XML format used to transfer
3765 shared library info on AIX.
3766
3767 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3768
3769 * gdb.texinfo (Debugging Output): Add documentation of
3770 "set debug aix-solib" and "show debug aix-solib" commands.
3771
3772 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3773
3774 * gdb.texinfo (Nios II): New section.
3775 (Nios II Features): New section.
3776
3777 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3778
3779 * gdbint.texinfo (Algorithms): Remove entries documenting
3780 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3781 SOLIB_CREATE_INFERIOR_HOOK.
3782
3783 2013-04-29 Tom Tromey <tromey@redhat.com>
3784
3785 PR python/14204:
3786 * gdb.texinfo (Python API): Fix menu entry.
3787 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3788 Define global and static block. Add example. Clarify
3789 block relationship for inline functions.
3790
3791 2013-04-29 Tom Tromey <tromey@redhat.com>
3792
3793 * gdb.texinfo (Python API): Mention Python help and keyword
3794 arguments. Move pagination text to Basic Python.
3795 (Basic Python): Put pagination text here. Document
3796 close-on-exec, SIGCHLD, and SIGINT.
3797
3798 2013-04-19 Pedro Alves <palves@redhat.com>
3799
3800 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3801 "signedness" instead of "signness".
3802
3803 2013-04-19 Pedro Alves <palves@redhat.com>
3804
3805 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3806 -Wno-pointer-sign text with text on -Wpointer-sign.
3807
3808 2013-04-16 Tom Tromey <tromey@redhat.com>
3809
3810 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3811 GCC that has the SDT probe points.
3812
3813 2013-04-15 Tom Tromey <tromey@redhat.com>
3814
3815 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3816 exception catchpoints.
3817
3818 2013-04-15 Tom Tromey <tromey@redhat.com>
3819
3820 * gdb.texinfo (Set Catchpoints): Document $_exception.
3821 (Convenience Vars): Mention $_exception.
3822
3823 2013-04-15 Tom Tromey <tromey@redhat.com>
3824
3825 * gdb.texinfo (Set Catchpoints): Reorganize exception
3826 catchpoints. Document "catch rethrow".
3827 (Debugging C Plus Plus): Mention "catch rethrow".
3828
3829 2013-04-15 Tom Tromey <tromey@redhat.com>
3830
3831 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3832
3833 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3834 Eli Zaretskii <eliz@gnu.org>
3835
3836 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3837 line below the sample output.
3838
3839 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3840
3841 * gdb.texinfo (Mode Options): Document '-configuration'.
3842 (Help): Document "show configuration".
3843 (Bug Reporting): Add requirements to include the configuration
3844 details in bug reports.
3845
3846 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 * Makefile.in (MAN1S): Add gcore.1.
3849 Remove "Host, target, and site specific Makefile fragments" comment.
3850 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3851 (install-man1, uninstall-man1): Conditionalize gcore.1.
3852 (gcore.1): New.
3853 * gdb.texinfo (Man Pages): Add gcore man.
3854 (gcore man): New node.
3855
3856 2013-04-10 Pedro Alves <palves@redhat.com>
3857
3858 * gdb.texinfo (Process Record and Replay): Document that "set
3859 record full insn-number-max", "set record
3860 instruction-history-size" and "set record
3861 function-call-history-size" accept "unlimited".
3862 (Backtrace): Document that "set backtrace limit" accepts
3863 "unlimited".
3864 (List): Document that "set listsize" accepts "unlimited".
3865 (Print Settings)" Document that "set print max-symbolic-offset",
3866 "set print elements" and "set print repeats" accept "unlimited".
3867 (Starting and Stopping Trace Experiments): Document that "set
3868 trace-buffer-size" accepts "unlimited".
3869 (Remote Configuration): Document that "set tcp connect-timeout"
3870 accepts "unlimited".
3871 (Command History): Document that "set history size" accepts
3872 "unlimited".
3873 (Screen Size): Document that "set height" and "set width" accepts
3874 "unlimited". Adjust "set pagination"'s description to suggest
3875 "set height unlimited" instead of "set height 0".
3876
3877 2013-04-10 Yao Qi <yao@codesourcery.com>
3878
3879 * gdb.texinfo (Trace Files): Add "target ctf".
3880
3881 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3882
3883 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3884
3885 * Makefile.in (install-man1, install-man5, uninstall-man1)
3886 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3887
3888 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3889
3890 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3891 Eli Zaretskii <eliz@gnu.org>
3892
3893 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3894 parameters order. Remove "On some targets" for --attach. Document the
3895 --multi parameter and extended-remote command. Document all the
3896 options.
3897
3898 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3899
3900 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3901 the list of supported languages.
3902
3903 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3904
3905 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3906 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3907 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3908 (diststuff): Add man.
3909 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3910 (uninstall-man5): New.
3911 (STAGESTUFF): Add *.1 and *.5.
3912 (GDBvn.texi): Add SYSTEM_GDBINIT.
3913 (gdb.1, gdbserver.1, gdbinit.5): New.
3914 (maintainer-clean realclean): Add $(MANS).
3915 (install): Add install-man.
3916 (uninstall): Add uninstall-man.
3917 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3918 (@copying): Wrap it by @c man begin COPYRIGHT.
3919 (Top): Add Man Pages.
3920 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3921
3922 2013-04-02 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.texinfo (Debugging Output): Document "set/show debug
3925 aarch64", "set/show debug coff-pe-read" and "set/show debug
3926 mach-o".
3927
3928 2013-04-02 Pedro Alves <palves@redhat.com>
3929
3930 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3931 table>: Add entry for "trace-buffer-size".
3932
3933 2013-03-28 Pedro Alves <palves@redhat.com>
3934
3935 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3936 table>: Add entry for "trace-status".
3937
3938 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3939
3940 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3941 @bullet", which is invalid (makeinfo 5.1 barfs).
3942
3943 2013-03-28 Pedro Alves <palves@redhat.com>
3944
3945 PR gdb/15294
3946
3947 * gdb.texinfo (List) <set listsize>: Adjust to document that
3948 listsize 0 means no limit, and remove mention of -1.
3949
3950 2013-03-22 Yao Qi <yao@codesourcery.com>
3951
3952 * gdb.texinfo (Embedded Processors): Remove menu item
3953 "OpenRISC 1000".
3954 (OpenRISC 1000): Remove.
3955
3956 2013-03-21 Doug Evans <dje@google.com>
3957
3958 * gdb.texinfo (Maintenance Commands): Add docs for
3959 "mt set per-command {space,time,symtab} {on,off}".
3960
3961 2013-03-14 Hui Zhu <hui@codesourcery.com>
3962 Yao Qi <yao@codesourcery.com>
3963
3964 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3965
3966 2013-03-13 Keith Seitz <keiths@redhat.com>
3967
3968 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3969 "maint agent" reference to Dynamic printf.
3970
3971 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3972
3973 * gdb.texinfo (General Query Packets): Don't use colon in index
3974 entries visible to Info format.
3975
3976 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3977
3978 * gdb.texinfo (Process Record and Replay): Document record
3979 changes.
3980
3981 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3982
3983 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3984 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3985 qXfer:btrace:read.
3986
3987 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3988
3989 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3990 use colons in @anchor and @cindex entries.
3991
3992 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3993
3994 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3995
3996 2013-03-08 Stan Shebs <stan@codesourcery.com>
3997 Hafiz Abid Qadeer <abidh@codesourcery.com>
3998
3999 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4000 trace-buffer-size set and show commands.
4001 (Tracepoint Packets): Document QTBuffer:size.
4002 (General Query Packets): Document QTBuffer:size.
4003
4004 2013-02-21 Tom Tromey <tromey@redhat.com>
4005
4006 * gdb.texinfo: Remove bad @syncodeindex.
4007 (Values From Inferior, Types In Python, Inferiors In Python)
4008 (Events In Python, Threads In Python, Frames In Python, Blocks In
4009 Python, Symbols In Python, Symbol Tables In Python): Remove
4010 @tables.
4011 (Packets, General Query Packets, Tracepoint Packets)
4012 (Host I/O Packets): Use @w{} for empty @item.
4013
4014 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
4015
4016 * gdb.texinfo (Architectures In Python): Add description about
4017 the new method gdb.Architecture.disassemble.
4018
4019 2013-02-15 Pedro Alves <pedro@codesourcery.com>
4020 Hafiz Abid Qadeer <abidh@codesourcery.com>
4021
4022 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
4023 Document the "trace-file" field.
4024
4025 2013-02-07 Doug Evans <dje@google.com>
4026
4027 * gdb.texinfo (Machine Code): Clarify argument to disassemble
4028 command.
4029
4030 2013-02-06 Yao Qi <yao@codesourcery.com>
4031
4032 * gdb.texinfo (GDB/MI Async Records): Document new MI
4033 notification "=tsv-modified". Update the document of MI
4034 notification "=tsv-created".
4035 * observer.texi (GDB Observers): New observer tsv_modified.
4036 Update observer tsv_created and tsv_delete.
4037
4038 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
4039
4040 * gdb.texinfo (AArch64 Features): New section; document
4041 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
4042 (Architectures): Add new AArch64 section to document AArch64
4043 architecture specific commands.
4044 (ABI): Add description of the new OS ABI "Newlib" and its influence
4045 on the longjmp handling.
4046
4047 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
4048 Jan Kratochvil <jan.kratochvil@redhat.com>
4049
4050 * gdb.texinfo (Backtrace): Added description of 'filename-display'
4051 variable in 'set/show backtrace' section.
4052
4053 2013-01-31 Tom Tromey <tromey@redhat.com>
4054
4055 * gdb.texinfo (Target Commands): Fix typo.
4056
4057 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4058
4059 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
4060 describing the gdb.Architecture class.
4061 (Frames In Python): Add description about the new method
4062 gdb.Frame.architecture().
4063
4064 2013-01-23 Doug Evans <dje@google.com>
4065
4066 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
4067
4068 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4069
4070 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
4071 'thread-groups' field when printing a breakpoint in MI.
4072
4073 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4074 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
4075 to reflect that jit-reader-load now supports absolute file-names.
4076
4077 2013-01-16 Tom Tromey <tromey@redhat.com>
4078
4079 * gdb.texinfo (Set Catchpoints): Document "catch signal".
4080 (Signals): Likewise.
4081
4082 2013-01-16 Tom Tromey <tromey@redhat.com>
4083
4084 * gdb.texinfo (GDB/MI Breakpoint Information): Document
4085 "catch-type" field.
4086 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
4087
4088 2013-01-07 Tom Tromey <tromey@redhat.com>
4089
4090 * gdb.texinfo (Mode Options): Don't mention -epoch.
4091 (Data, Emacs): Remove obsolete comments.
4092
4093 2013-01-02 Tom Tromey <tromey@redhat.com>
4094
4095 * gdb.texinfo (GDB/MI Output Records): Update menu.
4096 (GDB/MI Breakpoint Information): New node.
4097 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
4098 <-break-insert>: Likewise.
4099
4100 2012-12-31 Yao Qi <yao@codesourcery.com>
4101
4102 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
4103 (Packets): Move "vStopped" packet to ...
4104 (Notification Packets): ... here. Describe the components
4105 of notification. Add a table of supported notifications.
4106 Add an example on the process of he async notification.
4107
4108 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4109
4110 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
4111 present.
4112 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
4113 fullname output always present.
4114
4115 2012-12-23 Pierre Muller <muller@sourceware.org>
4116
4117 * gdbint.texinfo (Function prototypes): Require use of "extern"
4118 modifier for function prototypes in headers.
4119
4120 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4121
4122 * refcard.tex: Update copyright notice to GPL v3 or later.
4123 Update contact info.
4124
4125 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4126
4127 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
4128
4129 2012-12-15 Yao Qi <yao@codesourcery.com>
4130
4131 * gdb.texinfo (Debugging Output): Document 'set debug
4132 notification' and 'show debug notification'.
4133
4134 2012-12-15 Yao Qi <yao@codesourcery.com>
4135
4136 * gdb.texinfo (Listing Tracepoints): New item and example about
4137 'installed on target' output.
4138 Add more in the example about 'installed on target'.
4139 (GDB/MI Breakpoint Commands): Doc about 'installed field.
4140
4141 2012-12-14 Tom Tromey <tromey@redhat.com>
4142
4143 * gdb.texinfo (SVR4 Process Information): Mention core files.
4144
4145 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
4146
4147 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
4148
4149 2012-12-12 Paul Koning <paul_koning@dell.com>
4150
4151 Add support for Python 3.
4152 * gdb.texinfo (Inferior.read_memory): Mention that the return
4153 value is a memoryview object if Python 3.
4154
4155 2012-12-11 Pedro Alves <palves@redhat.com>
4156
4157 * gdb.texinfo: Remove all mentions of Unixware throughout.
4158
4159 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4160
4161 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
4162
4163 2012-11-29 Tom Tromey <tromey@redhat.com>
4164
4165 * gdb.texinfo (SVR4 Process Information): Document missing
4166 "info proc" subcommands.
4167
4168 2012-11-29 Yao Qi <yao@codesourcery.com>
4169
4170 PR gdb/1477.
4171 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
4172 to 'auto' instead of 'gnu'.
4173
4174 2012-11-26 Tom Tromey <tromey@redhat.com>
4175
4176 * gdb.texinfo (MiniDebugInfo): New node.
4177 (GDB Files): Update.
4178
4179 2012-11-16 Doug Evans <dje@google.com>
4180
4181 * gdb.texinfo (System-wide configuration): If the system-wide init
4182 file lives in the data-directory, and --data-directory is provided,
4183 look for it there.
4184
4185 2012-11-15 Tom Tromey <tromey@redhat.com>
4186
4187 * gdb.texinfo (Signaling): Fix typo.
4188
4189 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4190
4191 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
4192 parameter "count" of -data-write-memory-bytes, and add an example.
4193
4194 2012-11-12 Tom Tromey <tromey@redhat.com>
4195
4196 * gdb.texinfo (Symbols): Document "info type-printers",
4197 "enable type-printer" and "disable type-printer".
4198 (Python API): Add new node to menu.
4199 (Type Printing API): New node.
4200 (Progspaces In Python): Document type_printers field.
4201 (Objfiles In Python): Likewise.
4202 (gdb.types) <get_type_recognizers, apply_type_recognizers,
4203 register_type_printer, TypePrinter>: Document.
4204
4205 2012-11-12 Tom Tromey <tromey@redhat.com>
4206
4207 * gdb.texinfo (Symbols): Document "set print type methods",
4208 "set print type typedefs", and flags to ptype and whatis.
4209
4210 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4211
4212 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
4213 the example -data-disassemble output. Extend the description of
4214 the -data-disassemble results to document all fields. Document
4215 the cli disassemble command as being related to -data-disassemble.
4216
4217 2012-11-09 Yao Qi <yao@codesourcery.com>
4218
4219 PR gdb/14777.
4220 * gdb.texinfo (OS Information): Remove doc on command
4221 'info udot'.
4222
4223 2012-11-08 Joel Brobecker <brobecker@adacore.com>
4224
4225 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
4226 gdb.ini warning for Windows port.
4227
4228 2012-11-08 Yao Qi <yao@codesourcery.com>
4229
4230 * gdb.texinfo (Search): Add kindex for 'fo'.
4231
4232 2012-11-05 Tom Tromey <tromey@redhat.com>
4233
4234 PR python/14802:
4235 * gdb.texinfo (Functions In Python): Add example.
4236
4237 2012-11-03 Yao Qi <yao@codesourcery.com>
4238
4239 * observer.texi (GDB Observers): Remove observer
4240 'tracepoint_modified', 'tracepoint_created' and
4241 'tracepoint_deleted'.
4242
4243 2012-10-26 Tom Tromey <tromey@redhat.com>
4244
4245 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
4246
4247 2012-10-25 Tom Tromey <tromey@redhat.com>
4248
4249 * gdb.texinfo (General Query Packets): Use @itemx.
4250
4251 2012-10-17 Yao Qi <yao@codesourcery.com>
4252
4253 * observer.texi (GDB Observers): Update observer
4254 'memory_changed'.
4255 * gdb.texinfo (GDB/MI Async Records): Document for
4256 "memory-changed" notification.
4257
4258 2012-10-15 Doug Evans <dje@google.com>
4259
4260 * gdb.texinfo (Mode Options): Document -nh.
4261 Elaborate on docs for -nx.
4262
4263 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4264
4265 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
4266
4267 2012-09-21 Yao Qi <yao@codesourcery.com>
4268 Pedro Alves <palves@redhat.com>
4269
4270 * gdb.texinfo (GDB/MI Async Records): Document notification
4271 'record-started' and 'record-stopped'.
4272 * observer.texi (GDB Observers): New observer 'record-changed'.
4273
4274 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
4275
4276 * gdb.texinfo: Document the removal of SH's 'regs' command.
4277
4278 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4279
4280 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
4281
4282 2012-09-18 Yao Qi <yao@codesourcery.com>
4283
4284 * gdb.texinfo (GDB/MI Async Records): Document new MI
4285 notifications '=tsv-created' and '=tsv-deleted'.
4286 * observer.texi (GDB Observers): New observer tsv_created and
4287 tsv_deleted.
4288
4289 2012-09-18 Yao Qi <yao@codesourcery.com>
4290
4291 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
4292 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
4293 '=traceframe-changed'.
4294
4295 2012-09-17 Yao Qi <yao@codesourcery.com>
4296
4297 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
4298 'set listsize'.
4299
4300 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4301 Eli Zaretskii <eliz@gnu.org>
4302
4303 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4304 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4305 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4306
4307 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4308
4309 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4310
4311 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4312
4313 Document how to return from "python-interactive" to GDB.
4314 * gdb.texinfo (Python Commands): Update documentation.
4315
4316 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4317
4318 Add a new "python-interactive" command that starts a standard
4319 Python interactive prompt with "pi" as alias, and add "py" as
4320 an alias to "python".
4321 * gdb.texinfo (Python Commands): Document the new commands.
4322
4323 2012-08-22 Tom Tromey <tromey@redhat.com>
4324
4325 * gdbint.texinfo (Host Definition): Remove documentation for
4326 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4327
4328 2012-08-17 Keith Seitz <keiths@redhat.com>
4329
4330 PR c++/13356
4331 * gdb.texinfo (Type and Range Checking): Remove warning.
4332 Remove spurious commas.
4333 Update text and examples for re-implementation of set/show
4334 check type.
4335 (C and C++ Type and Range Checks): Likewise.
4336
4337 2012-08-16 Yao Qi <yao@codesourcery.com>
4338
4339 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4340 is deprecated.
4341
4342 2012-08-13 Doug Evans <dje@google.com>
4343
4344 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4345 to include functions.
4346
4347 2012-08-10 Doug Evans <dje@google.com>
4348
4349 * gdb.texinfo (Convenience Funs): New node.
4350 (Types In Python): Document Type.vector.
4351
4352 2012-08-09 Yao Qi <yao@codesourcery.com>
4353
4354 * observer.texi: New observer command_param_changed.
4355 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4356
4357 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4358
4359 * gdbint.texinfo (Debugging GDB): In section
4360 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4361 Mention also gdb-gdb.py.
4362
4363 2012-08-07 Yao Qi <yao@codesourcery.com>
4364
4365 Revert the folloing patch:
4366 2012-08-06 Yao Qi <yao@codesourcery.com>
4367 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4368 remote hardware-watchpoint-limit' and 'set
4369 remote hardware-breakpoint-limit'.
4370
4371 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
4372
4373 * gdb.texinfo (Working Directory): Added information about new
4374 default argument for 'cd' command.
4375
4376 2012-08-06 Yao Qi <yao@codesourcery.com>
4377
4378 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4379 remote hardware-watchpoint-limit' and 'set
4380 remote hardware-breakpoint-limit'.
4381
4382 2012-08-06 Yao Qi <yao@codesourcery.com>
4383
4384 Fix PR14371.
4385
4386 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4387 '=breakpoint-deleted'.
4388
4389 2012-08-02 Yao Qi <yao@codesourcery.com>
4390
4391 * gdb.texinfo (Native): Remove node Neutrino.
4392
4393 2012-07-27 Yao Qi <yao@codesourcery.com>
4394
4395 * gdb.texinfo (IPA Protocol Commands): Document new command
4396 'close'.
4397
4398 2012-07-25 Tom Tromey <tromey@redhat.com>
4399
4400 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4401
4402 2012-07-20 Doug Evans <dje@google.com>
4403
4404 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4405 (Index Files): Document how to control the use of deprecated index
4406 sections.
4407 (Index Section Format): Replace --use-deprecated-index-sections with
4408 "set use-deprecated-index-sections on".
4409
4410 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4411
4412 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4413 indices into a single node "Index". Instead, join function and
4414 variable indices into a single index, separate from the concept
4415 index. Requested in
4416 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4417 (Top): Update the top-level menu: instead of one "Index" there are
4418 now separate entries "Concept Index" and "Function and Variable
4419 Index".
4420 (Concept Index, Function and Variable Index): New nodes.
4421 (Index): Node deleted.
4422
4423 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4424
4425 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4426 and "maint agent-eval".
4427
4428 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4429
4430 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4431 avoid file-name clashes between Index.html and index.html on
4432 case-insensitive filesystems. See the discussion starting in
4433 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4434 details of the problem.
4435 (Top): Update the master menu for the above.
4436 (Concept Index, Command and Variable Index): New nodes, instead of
4437 the old "Index" node that was deleted. All cross-references
4438 updated.
4439
4440 2012-07-02 Stan Shebs <stan@codesourcery.com>
4441
4442 * gdb.texinfo (Dynamic Printf): Mention agent style and
4443 disconnected dprintf.
4444 (Maintenance Commands): Describe maint agent-printf.
4445 (General Query Packets): Mention BreakpointCommands feature.
4446 (Packets): Document commands extension to Z0 packet.
4447 * agentexpr.texi (Bytecode Descriptions): Document printf
4448 bytecode.
4449
4450 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4451
4452 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4453 only after gdbinit files.
4454 (Startup): Move -iex and -iex commands down after gdbinit files.
4455
4456 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4457
4458 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4459 possibility.
4460
4461 2012-06-29 Tom Tromey <tromey@redhat.com>
4462
4463 * gdb.texinfo (Index Section Format): Update for version 7.
4464
4465 2012-06-28 Stan Shebs <stan@codesourcery.com>
4466
4467 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4468 example, add note about title column.
4469
4470 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4471
4472 * gdb.texinfo (Symbol Tables In Python): Add description about
4473 the new 'last' attribute of gdb.Symtab_and line.
4474
4475 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4476
4477 * gdb.texinfo (Symbol Tables In Python): Correct the description
4478 of the 'pc' attribute of gdb.Symtab_and_line.
4479
4480 2012-06-26 Doug Evans <dje@google.com>
4481
4482 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4483 and symtab-create.
4484
4485 2012-06-25 Keith Seitz <keiths@redhat.com>
4486
4487 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4488 from example. Remove "rbreak" from list of corresponding
4489 gdb commands.
4490
4491 2012-06-23 Doug Evans <dje@google.com>
4492
4493 * gdb.texinfo (Index Section Format): Document version 7 format.
4494
4495 2012-06-22 Yao Qi <yao@codesourcery.com>
4496
4497 * gdb.texinfo: Add missing cindex for some packets.
4498
4499 2012-06-20 Keith Seitz <keiths@redhat.com>
4500
4501 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4502 for -break-insert and document -p.
4503
4504 2012-06-20 Yao Qi <yao@codesourcery.com>
4505
4506 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4507 and "gdb.write_memory" with "Inferior.read_memory" and
4508 "Inferior.write_memory".
4509
4510 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4511
4512 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4513 (Free Documentation): Add @node line.
4514 (Continuing and Stepping) <advance location>: Use @item instead of
4515 @itemx.
4516 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4517 @itemx.
4518 (Embedded Processors): Put the link to "PA" to its correct place,
4519 according to document structure.
4520 (Python API): Put the link to "Lazy Strings In Python" to its
4521 correct place.
4522 (Index): Use @@ in @tex block to get a literal @.
4523
4524 * gdbint.texinfo: Fix the @subtitle line.
4525
4526 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4527 correct place.
4528
4529 2012-06-08 Yao Qi <yao@codesourcery.com>
4530
4531 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4532 Protocol'.
4533 (In-Process Agent Protocol, IPA Protocol Objects)
4534 (IPA Protocol Commands): New nodes.
4535 (Tracepoint Packets): Add anchors.
4536
4537 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4538
4539 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4540
4541 2012-06-06 Yao Qi <yao@codesourcery.com>
4542
4543 * gdb.texinfo: Update copyright year.
4544
4545 2012-05-23 Stan Shebs <stan@codesourcery.com>
4546 Kwok Cheung Yeung <kcy@codesourcery.com>
4547
4548 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4549
4550 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4551
4552 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4553 Mention also --with-separate-debug-dir.
4554 (Auto-loading): Prepend $debugdir in the sample output.
4555 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4556 auto-load safe-path variable.
4557 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4558 Mention also $debugdir for 'set auto-load scripts-directory'.
4559
4560 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4561
4562 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4563 (MIPS Embedded, MIPS, MIPS Register packet Format)
4564 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4565 appropriate.
4566
4567 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4568 Maciej W. Rozycki <macro@codesourcery.com>
4569
4570 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4571 mips compression".
4572 (MIPS Breakpoint Kinds): New subsubsection.
4573
4574 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4575
4576 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4577 nodes for subsections. Add @acronym mark-ups and adjust
4578 formatting.
4579
4580 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4581
4582 Rename $ddir to $datadir.
4583 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4584 (objfile-gdb.py file): Rename $ddir to $datadir.
4585
4586 2012-05-18 Tom Tromey <tromey@redhat.com>
4587
4588 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4589
4590 2012-05-14 Stan Shebs <stan@codesourcery.com>
4591
4592 * gdb.texinfo (Dynamic Printf): New subsection.
4593
4594 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4595
4596 * gdb.texinfo (Basic Python): Add description about the function
4597 gdb.find_pc_line
4598
4599 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4600 Eli Zaretskii <eliz@gnu.org>
4601
4602 * gdb.texinfo (Separate Debug Files): Use plural form for global
4603 debugging information directory.
4604
4605 2012-05-11 Stan Shebs <stan@codesourcery.com>
4606 Kwok Cheung Yeung <kcy@codesourcery.com>
4607
4608 * gdb.texinfo (Operating System Auxiliary Information): Document new
4609 'info os' subcommands.
4610
4611 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4612
4613 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4614 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4615 (dotdebug_gdb_scripts section): Add reference
4616 to 'Auto-loading safe path'.
4617
4618 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4619
4620 Implement multi-component --with-auto-load-dir.
4621 * gdb.texinfo (Auto-loading): New references
4622 for 'set auto-load scripts-directory'
4623 and 'show auto-load scripts-directory'.
4624 (Auto-loading safe path): Describe the new default. Move $ddir
4625 substituation reference to 'objfile-gdb.py file'.
4626 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4627 script-name. Describe new 'set auto-load scripts-directory'
4628 and 'show auto-load scripts-directory'.
4629
4630 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4631
4632 Provide $ddir substitution for --with-auto-load-safe-path.
4633 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4634 (Auto-loading safe path): Likewise. Mention the default value,
4635 $ddir substitution, --with-auto-load-safe-path and
4636 --without-auto-load-safe-path.
4637 * observer.texi (gdb_datadir_changed): New.
4638
4639 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4640
4641 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4642 Twice.
4643
4644 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4645 directory separator by path separator.
4646
4647 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4648
4649 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4650 for 'set auto-load safe-path' optional. Mention if it is omitted.
4651 Change disabling security protection condition to "/", twice.
4652
4653 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4654
4655 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4656 the new methods global_block and static_block on gdb.Symtab
4657 objects.
4658
4659 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4660
4661 * gdb.texinfo (Blocks In Python): Add a note saying that future
4662 improvements to GDB and its infrastructure can move symbols
4663 across blocks within a symbol table.
4664
4665 2012-04-29 Yao Qi <yao@codesourcery.com>
4666
4667 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4668 (A29K): Remove.
4669
4670 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4671 Tom Tromey <tromey@redhat.com>
4672
4673 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4674 and generic static probe support on GDB.
4675
4676 2012-04-25 Doug Evans <dje@google.com>
4677
4678 * gdb.texinfo (Go): Fix thinko.
4679
4680 * gdb.texinfo (Supported Languages): Add Go.
4681 (Go): New node.
4682
4683 2012-04-25 Yao Qi <yao@codesourcery.com>
4684
4685 * gdbint.texinfo (Testsuite): New section `Board settings'.
4686
4687 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4688
4689 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4690 Three times.
4691
4692 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4693 Three times.
4694
4695 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4696
4697 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4698 by @table @asis. Fix formatting of one item.
4699
4700 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4701
4702 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4703
4704 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4705
4706 New option "set debug auto-load".
4707 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4708 (auto-load verbose mode): New node.
4709
4710 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4711
4712 New option "set auto-load safe-path".
4713 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4714 and "info auto-load" examples for safe-path. Put there also references
4715 for "set auto-load safe-path" and "show auto-load safe-path".
4716 New menu item for Auto-loading safe path.
4717 (Auto-loading safe path): New node.
4718 (Python Auto-loading): Update the expected output from "Missing"
4719 to "No".
4720
4721 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4722
4723 auto-load: Implementation.
4724 * gdb.texinfo (Mode Options): New anchor for -nx.
4725 (Startup): New anchors for Option -init-eval-command,
4726 Home Directory Init File
4727 and Init File in the Current Directory during Startup.
4728 Mention set auto-load local-gdbinit with a reference.
4729 Change the sample code to "set auto-load python-scripts".
4730 (Threads): New anchor set libthread-db-search-path.
4731 Provide references to libthread_db.so.1 file.
4732 (Controlling GDB): New menu item for Auto-loading.
4733 (Auto-loading, Init File in the Current Directory)
4734 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4735 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4736 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4737 reference.
4738 (Auto-loading): Rename to ...
4739 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4740 "set auto-load python-scripts", new anchor for it. Change
4741 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4742 for it. Change "info auto-load-scripts"
4743 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4744 to "Python scripts".
4745
4746 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4747
4748 PR mi/13393
4749 * gdb.texinfo (Print Settings): Extend the description for "set print
4750 object".
4751 (GDB/MI Variable Objects): Extend the description for -var-create and
4752 -var-list-children.
4753
4754 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4755
4756 * gdb.texinfo (Examining Data): Document the 'explore' command.
4757
4758 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4759
4760 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4761 to the children of a varobj and its update range when -var-update
4762 returns that the varobj's type changed.
4763
4764 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4765
4766 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4767 Create two new links fir 'objfile-gdb.py file'
4768 and 'dotdebug_gdb_scripts section'.
4769
4770 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4771
4772 * gdb.texinfo (Auto-loading): Rename node reference
4773 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4774 Twice.
4775 (.debug_gdb_scripts section): Rename the node ...
4776 (dotdebug_gdb_scripts section): ... here.
4777 (Maintenance Commands): Also rename this node reference.
4778
4779 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4780
4781 * gdb.texinfo (Python API/Values From Inferior): Add description
4782 about the new method Value.referenced_value. Add description on
4783 how Value.dereference is different (and similar) to
4784 Value.referenced_value.
4785
4786 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4787
4788 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4789 --init-eval-command=COMMAND, -iex.
4790 (Startup): Describe -iex and -ix. Simplify the example
4791 for "set auto-load-scripts off".
4792
4793 2012-03-16 Gary Benson <gbenson@redhat.com>
4794
4795 PR breakpoints/10738
4796 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4797 stating that GDB cannot set breakpoints on inlined functions.
4798 (Mode Options): Document --use-deprecated-index-sections.
4799 (Index Section Format): Document new index section version format.
4800
4801 2012-03-15 Tom Tromey <tromey@redhat.com>
4802
4803 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4804
4805 2012-03-13 Doug Evans <dje@google.com>
4806
4807 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4808 of "reload".
4809 (Symbols): Delete docs for set/show symbol-reloading.
4810 * gdbint.texinfo (Defining Other Architecture Features): Delete
4811 SYMBOL_RELOADING_DEFAULT.
4812 * refcard.tex: Delete reference to symbol-reloading.
4813
4814 2012-03-07 Pedro Alves <palves@redhat.com>
4815
4816 * gdb.texinfo (General Query Packets): Document new
4817 QProgramSignals packet.
4818 * gdb.texinfo (Remote configuration): Mention
4819 "program-signals-packet".
4820
4821 2012-03-05 Tristan Gingold <gingold@adacore.com>
4822
4823 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4824
4825 2012-03-03 Yao Qi <yao@codesourcery.com>
4826
4827 * gdb.texinfo (In-Process Agent): New node.
4828 Document new commands.
4829 (General Query Packets): Add packet `QAgent'.
4830
4831 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4832
4833 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4834
4835 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4836
4837 * gdb.texinfo (Commands In Python): Put example python macro in
4838 COMMAND_USER category rather than COMMAND_OBSCURE.
4839 Document gdb.COMMAND_USER.
4840 (User-defined Commands): Update documentation to clarify
4841 "set/show max-user-call-depth" and "show user" don't apply to python
4842 commands. Update documentation to clarify "help user-defined" may
4843 also include python commands defined as COMMAND_USER.
4844
4845 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4846
4847 * gdb.texinfo (Startup): Add option -ex description to the option -x
4848 description.
4849
4850 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4851
4852 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4853 condition-evaluation breakpoint parameter.
4854 Mention condition-evaluation mode being shown in "info break".
4855 (Break Conditions): Add description for target-side
4856 conditional breakpoints.
4857 (Remote Configuration): Mention conditional-breakpoints-packet.
4858 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4859 cond-expr.
4860 (General Query Packets): Mention new ConditionalBreakpoint feature.
4861
4862 2012-02-22 Tom Tromey <tromey@redhat.com>
4863
4864 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4865
4866 2012-02-17 Tom Tromey <tromey@redhat.com>
4867
4868 PR python/10753:
4869 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4870 directory.
4871
4872 2012-02-14 Stan Shebs <stan@codesourcery.com>
4873
4874 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4875
4876 2012-02-13 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4879 mips-idt-ecoff.
4880
4881 2012-02-09 Yao Qi <yao@codesourcery.com>
4882
4883 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4884
4885 2012-02-07 Tom Tromey <tromey@redhat.com>
4886
4887 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4888 Symbol.value.
4889
4890 2012-02-07 Tom Tromey <tromey@redhat.com>
4891
4892 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4893
4894 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4895
4896 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4897
4898 2012-01-24 Tom Tromey <tromey@redhat.com>
4899
4900 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4901 unload".
4902 (Files): Mention new catch commands.
4903 (GDB/MI Async Records): Likewise.
4904
4905 2012-01-24 Gary Benson <gbenson@redhat.com>
4906
4907 Delete #if 0'd out code.
4908 * gdb.texinfo (Frame Info): Remove "info catch".
4909
4910 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4911
4912 * gdb.texinfo (Remote Configuration): Document
4913 "set remote hostio-readlink-packet" command.
4914 (General Query Packets): Document vFile:readlink packet.
4915
4916 2012-01-16 Tom Tromey <tromey@redhat.com>
4917
4918 * gdb.texinfo (Specify Location): Document relative file name
4919 handling.
4920
4921 2012-01-16 Tom Tromey <tromey@redhat.com>
4922
4923 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4924
4925 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4926 Eli Zaretskii <eliz@gnu.org>
4927
4928 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4929 code.
4930
4931 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4932
4933 * gdb.texinfo (Variables): Document use of :: for non-static
4934 variables.
4935
4936 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4937
4938 * gdbint.texinfo (Start of New Year Procedure): Update
4939 to replace use of copyright.sh by use of copyright.py.
4940
4941 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4942
4943 Remove the gdbtui binary.
4944 * all-cfg.texi (GDBTUI): Remove.
4945 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4946 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4947 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4948
4949 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4950
4951 Introduce gdb.FinishBreakpoint in Python.
4952 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4953 (Python API): Add menu entry for Finish Breakpoints.
4954
4955 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4956
4957 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4958 tests.
4959
4960 2011-12-16 Doug Evans <dje@google.com>
4961
4962 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4963
4964 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4965
4966 * gdb.texinfo (Python Commands): Remove "maint set/show print
4967 stack". Add documentation for "set/show python print-stack".
4968
4969 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4970
4971 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4972 should transfer control to the stub in the startup code instead of
4973 in main. Mention the need to get past the initial breakpoint.
4974
4975 2011-12-06 Tom Tromey <tromey@redhat.com>
4976
4977 * gdb.texinfo (Set Breaks): Update for new behavior.
4978
4979 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4980
4981 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4982 List Format for SVR4 Targets'.
4983 (General Query Packets): New item qXfer:libraries-svr4:read.
4984 (Library List Format for SVR4 Targets): New node.
4985
4986 2011-12-01 Tom Tromey <tromey@redhat.com>
4987
4988 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4989 add.
4990
4991 2011-11-22 Tom Tromey <tromey@redhat.com>
4992
4993 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4994 reasons.
4995
4996 2011-11-20 Stan Shebs <stan@codesourcery.com>
4997
4998 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4999 note-related options and variables.
5000 (Tracepoint Packets): Document packet changes.
5001
5002 2011-11-20 Sanjoy Das <sdas@igalia.com>
5003
5004 * gdb.texinfo (JIT Interface): Add documentation on writing and
5005 usind JIT debug info readers.
5006 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
5007 Debug Info Readers): New nodes.
5008
5009 2011-11-18 Yao Qi <yao@codesourcery.com>
5010
5011 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
5012 tracepoint.
5013
5014 2011-11-15 Doug Evans <dje@google.com>
5015
5016 * gdb.texinfo (Files): Document basenames-may-differ.
5017
5018 2011-11-14 Doug Evans <dje@google.com>
5019
5020 * gdb.texinfo (Shell Commands): Document "!".
5021
5022 2011-11-14 Stan Shebs <stan@codesourcery.com>
5023 Kwok Cheung Yeung <kcy@codesourcery.com>
5024
5025 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
5026 needed to get shorter fast tracepoints.
5027 (Tracepoint Packets): Document new qTMinFTPILen packet.
5028
5029 2011-11-14 Yao Qi <yao@codesourcery.com>
5030
5031 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
5032 behavior of tracepoint.
5033 (General Query Packets): New feature InstallInTrace.
5034 (Remote Configuration): Document "set remote
5035 install-in-trace-packet".
5036
5037 2011-11-12 Matt Rice <ratmice@gmail.com>
5038
5039 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
5040 Add arguments to info macro.
5041
5042 2011-11-10 Tom Tromey <tromey@redhat.com>
5043
5044 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
5045 manual.
5046 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
5047 (Macros): Add a footnote.
5048 (C): Remove paragraph about compiler options.
5049 (C Constants): Mention wide character and string constants.
5050 (C Plus Plus Expressions): Update compiler option advice. Mention
5051 using declarations. Mention ADL. Remove old HP compiler
5052 information.
5053
5054 2011-11-10 Tom Tromey <tromey@redhat.com>
5055
5056 PR c++/9257:
5057 * gdb.texinfo (Print Settings): Add an extra note about the need
5058 for a vtable.
5059
5060 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
5061
5062 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
5063 "set mips abi" documentation.
5064
5065 2011-11-04 Doug Evans <dje@google.com>
5066
5067 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
5068
5069 2011-11-03 Tom Tromey <tromey@redhat.com>
5070
5071 * gdb.texinfo (Stopping): Add menu entry.
5072 (Continuing and Stepping): Restore @node. Use @section, not
5073 @subsection.
5074
5075 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
5076
5077 * gdb.texinfo (Skipping Over Functions and Files): Remove node
5078 designation. Fix "Specify Location" cross-reference.
5079
5080 2011-11-02 Stan Shebs <stan@codesourcery.com>
5081
5082 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
5083 (General Query Packets): Describe tracenz feature.
5084 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
5085
5086 2011-10-28 Paul Koning <paul_koning@dell.com>
5087
5088 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
5089
5090 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
5091
5092 * gdb.texinfo ((Frames In Python): Document
5093 gdb.FRAME_UNWIND_FIRST_ERROR contant.
5094
5095 2011-10-26 Paul Koning <paul_koning@dell.com>
5096
5097 * gdb.texinfo (gdb.types): Document new deepitems function.
5098
5099 2011-10-25 Paul Koning <paul_koning@dell.com>
5100
5101 PR python/13327
5102
5103 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
5104 fetch_lazy method.
5105
5106 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5107
5108 PR python/12656
5109
5110 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
5111 global_block, static_block function.
5112
5113 2011-10-19 Tom Tromey <tromey@redhat.com>
5114
5115 * gdb.texinfo (Commands In Python): Add missing "@"s.
5116
5117 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
5118
5119 PR python/13285 Document named constants for frame unwind stop reasons
5120 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
5121 constants.
5122
5123 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5124
5125 Fix compatibility with texinfo versions older than 4.12.
5126 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
5127 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
5128 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
5129 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
5130 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
5131 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
5132 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
5133
5134 2011-10-09 Doug Evans <dje@google.com>
5135
5136 * gdb.texinfo (Extending GDB): Document alias command.
5137
5138 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5139
5140 Support @entry in input expressions.
5141 * gdb.texinfo (Variables): Describe @entry names suffix.
5142 (Print Settings): Add anchor for `set print entry-values'.
5143
5144 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5145 Eli Zaretskii <eliz@gnu.org>
5146
5147 Display @entry parameter values (without references).
5148 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
5149 example.
5150 (Print Settings): New description of set print entry-values and show
5151 print entry-values.
5152
5153 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5154 Eli Zaretskii <eliz@gnu.org>
5155
5156 Recognize virtual tail call frames.
5157 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
5158 (Tail Call Frames): New node.
5159 (Frames In Python): Add gdb.TAILCALL_FRAME.
5160
5161 2011-10-07 Doug Evans <dje@google.com>
5162
5163 * gdb.texinfo (gdb.printing): Document new `replace' arg to
5164 register_pretty_printer.
5165
5166 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
5167
5168 PR python/12930
5169 PR python/12802
5170
5171 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
5172 stop method.
5173
5174 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5175
5176 * gdb.texinfo (Starting your Program): "set disable-randomization"
5177 is no longer Linux-specific.
5178 (Remote Configuration): Document "set remote
5179 disable-randomization-packet".
5180 (General Query Packets): Document "QDisableRandomization" packet
5181 and add it to "qSupported" list.
5182
5183 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
5184
5185 Allow Python notification of new object-file loadings.
5186 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
5187 event type.
5188
5189 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
5190
5191 PR python/12691: Add the inferior to Python exited event
5192 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
5193
5194 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5195
5196 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
5197 rephasing.
5198
5199 2011-10-03 Joel Brobecker <brobecker@adacore.com>
5200
5201 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
5202 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
5203 as possible feature returned by the `-list-features'
5204 command.
5205
5206 2011-09-28 Paul Koning <paul_koning@dell.com>
5207
5208 * gdb.texinfo (gdb.Type): Document field access by dictionary
5209 key syntax.
5210
5211 2011-09-28 Yao Qi <yao@codesourcery.com>
5212
5213 * gdb.texinfo (Files): Update options for `add-symbol-file'.
5214 Add one space after option `-s'. Remove @r{} markup.
5215
5216 2011-09-27 Stan Shebs <stan@codesourcery.com>
5217
5218 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
5219
5220 2011-09-16 Hui Zhu <teawater@gmail.com>
5221
5222 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
5223 to *(unsigned char *)$esp@300.
5224
5225 2011-09-15 Paul Koning <paul_koning@dell.com>
5226
5227 * gdb.texinfo: Make style of Python functions and methods match
5228 the syntax of Python. Also put class and module names explicitly
5229 on function, member, and variable names, matching Python
5230 documentation conventions.
5231
5232 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5233
5234 PR Python/12692 Add gdb.selected_inferior() to Python interface.
5235 * gdb.texinfo (Inferiors In Python): Describe new
5236 gdb.selected_inferior() function.
5237
5238 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
5239
5240 Handle multiple breakpoint hits in Python interface:
5241 * gdb.texinfo (Events In Python): New function documentation:
5242 gdb.BreakpointEvent.breakpoints. Indicate that
5243 gdb.BreakpointEvent.breakpoint is now deprecated.
5244
5245 2011-09-04 Joel Brobecker <brobecker@adacore.com>
5246
5247 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
5248
5249 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
5250
5251 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
5252
5253 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
5254
5255 * gdb.texinfo (Prompt): Add set/show extended-prompt
5256 documentation
5257 (Basic Python): Add prompt_hook anchor.
5258 (Python modules): Reword module text to reflect multiple modules.
5259 (gdb.prompt): Document gdb.prompt module.
5260
5261 2011-08-14 Yao Qi <yao@codesourcery.com>
5262
5263 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
5264
5265 2011-08-14 Yao Qi <yao@codesourcery.com>
5266
5267 * gdb.texinfo (Standard Target Features): Document C6x features.
5268 (TIC6x Features): New node.
5269
5270 2011-08-12 Doug Evans <dje@google.com>
5271
5272 * gdb.texinfo (Symbols In Python): Document symbol.type.
5273
5274 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
5275
5276 * gdb.texinfo (Python): Document command and function
5277 auto-loading.
5278
5279 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5280 Eli Zaretskii <eliz@gnu.org>
5281
5282 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
5283 typedefs unrolling. Extend the sample code by an inner typedef and
5284 outer typedefs unrolling.
5285
5286 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
5287
5288 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
5289 size and line-size.
5290
5291 2011-07-21 Matt Rice <ratmice@gmail.com>
5292
5293 PR macros/12999
5294 * gdb.texinfo (Macros): Add info definitions and info macros commands.
5295 Update text and cindex entries for info macro command.
5296
5297 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
5298
5299 * observer.texi (GDB Observers): Add before_prompt observer.
5300 * gdb.texinfo (Basic Python): Add documentation for prompt
5301 substitution.
5302
5303 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5304
5305 PR python/12438
5306 * gdb.texinfo (Python Commands): Add deprecate note to maint
5307 set/show python print-stack. Document set/show python
5308 print-backtrace.
5309
5310 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5311
5312 * gdb.texinfo: Fix typos.
5313
5314 2011-07-01 Tom Tromey <tromey@redhat.com>
5315
5316 * gdb.texinfo (Debugging Output): Document set debug
5317 check-physname.
5318
5319 2011-06-29 Tom Tromey <tromey@redhat.com>
5320
5321 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5322 breakpoint-notifications feature.
5323
5324 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5325
5326 * gdb.texinfo (Target Description): Remove warning about
5327 possibly unstable format.
5328
5329 2011-06-03 Tom Tromey <tromey@redhat.com>
5330
5331 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5332 (Events In Python): Note that exit_code is optional.
5333
5334 2011-05-17 Pedro Alves <pedro@codesourcery.com>
5335
5336 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5337 required for multi-threading support.
5338 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5339 Hc are deprecated for multi-threading debugging. Point readers at
5340 the vCont packet.
5341
5342 2011-05-15 Doug Evans <dje@google.com>
5343
5344 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5345
5346 2011-05-13 Doug Evans <dje@google.com>
5347
5348 * gdb.texinfo (Threads): Document $sdir,$pdir.
5349 (Server): Document $pdir exception.
5350
5351 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5352
5353 * gdb.texinfo (Threads): Clarify default value for
5354 libthread-db-search-path.
5355
5356 * gdb.texinfo (Completion): Update example.
5357 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5358
5359 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5360
5361 * gdb.texinfo: Document change in the behaviour of the enable and
5362 disable GDB commands when applied to tracepoints.
5363 Document the EnableDisableTracepoints remote stub feature.
5364 Document QTEnable and QTDisable in the list of tracepoint packets.
5365
5366 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5367
5368 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5369 hsuser.texi.
5370 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5371 comment to hsuser.texi. Change rluser.texi name in the comment.
5372
5373 2011-05-10 Doug Evans <dje@google.com>
5374
5375 * gdb.texinfo (Threads): If an empty path is provided for
5376 libthread-db-search-path it is reset to its default value.
5377 (Server): Ditto.
5378
5379 2011-05-09 Doug Evans <dje@google.com>
5380
5381 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5382
5383 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5384 Thiago Jung Bauermann <bauerman@br.ibm.com>
5385
5386 Implement support for PowerPC BookE masked watchpoints.
5387 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5388 (PowerPC Embedded): Mention support of masked watchpoints.
5389
5390 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5391
5392 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5393 `@value{GDBN}'.
5394
5395 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5396
5397 * gdb.texinfo (titlepage): Remove dedication.
5398 (In Memoriam): New appendix.
5399
5400 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5401 Eli Zaretskii <eliz@gnu.org>
5402
5403 * gdb.texinfo (Index Section Format): Change the version to 5.
5404 Describe the different formula.
5405
5406 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5407 Eli Zaretskii <eliz@gnu.org>
5408
5409 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5410 for disconnected tracing.
5411 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5412 extended-remote relationship. Mention --once.
5413 (TCP port allocation lifecycle of @code{gdbserver}): New.
5414
5415 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5416
5417 * gdb.texinfo (Server): Improve indexing. Index all optional
5418 switches to gdbserver.
5419
5420 2011-04-20 Tom Tromey <tromey@redhat.com>
5421
5422 * gdb.texinfo (Index Section Format): New node.
5423 (Top): Add new node to menu.
5424
5425 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5426
5427 * gdb.texinfo (Maintenance Commands): Document `maint print
5428 remote-registers'.
5429
5430 2011-04-20 Tom Tromey <tromey@redhat.com>
5431
5432 * gdb.texinfo (Trace File Format): Move node later.
5433
5434 2011-04-19 Tom Tromey <tromey@redhat.com>
5435
5436 * gdbint.texinfo (Register Information Functions): Remove
5437 duplicate "the".
5438 * gdb.texinfo (Emacs): Remove duplicate "to".
5439 (GDB/MI Variable Objects): Remove duplicate "the".
5440 (General Query Packets): Likewise.
5441
5442 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5443
5444 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5445 "GDB/MI Ada Exception Information" node.
5446
5447 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5448
5449 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5450 the "exception-name" field in the *stopped async record.
5451
5452 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5453 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5454
5455 Implement support for PowerPC BookE ranged breakpoints.
5456 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5457
5458 2011-03-28 Tom Tromey <tromey@redhat.com>
5459
5460 * gdb.texinfo (Set Tracepoints): Fix typo.
5461
5462 2011-03-24 Tom Tromey <tromey@redhat.com>
5463
5464 * gdb.texinfo (Specify Location): Document `function:label'
5465 linespec.
5466
5467 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5468
5469 PR python/12149
5470
5471 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5472
5473 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5474
5475 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5476 (Inferiors In Python): Likewise.
5477 (Threads In Python): Likewise.
5478 (Symbols In Python): Likewise.
5479 (Objfiles In Python): Likewise.
5480 (Symbol Tables In Python): Likewise.
5481
5482 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5483
5484 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5485 display>: Explain that the commands accept number ranges.
5486
5487 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5488
5489 * gdb.texinfo (Breakpoints In Python): Add description and example
5490 of Python stop function operation.
5491
5492 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5493
5494 * gdb.texinfo (Parameters In Python): Document get_set_string and
5495 get_show_string methods.
5496
5497 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5498
5499 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5500
5501 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5502 circular-trace-buffer name.
5503
5504 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5505
5506 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5507 in the previous change.
5508
5509 2011-02-27 Michael Snyder <msnyder@vmware.com>
5510
5511 * gdb.texinfo (Inferiors and Programs): Update commands to show
5512 that they can accept multiple arguments.
5513
5514 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5515
5516 Revert the following patch (code patch was not approved):
5517 2011-02-21 Hui Zhu <teawater@gmail.com>
5518 * agentexpr.texi (bytecode descriptions): add printf.
5519 * gdb.texinfo (tracepoint action lists): add printf.
5520
5521 2011-02-23 Doug Evans <dje@google.com>
5522
5523 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5524
5525 2011-02-23 Michael Snyder <msnyder@vmware.com>
5526
5527 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5528 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5529 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5530
5531 2011-02-22 Doug Evans <dje@google.com>
5532
5533 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5534 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5535 add description of result, fix @defun formatting.
5536
5537 2011-02-21 Hui Zhu <teawater@gmail.com>
5538
5539 * agentexpr.texi (Bytecode Descriptions): Add printf.
5540 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5541
5542 2011-02-18 Tom Tromey <tromey@redhat.com>
5543
5544 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5545
5546 2011-02-14 Michael Snyder <msnyder@vmware.com>
5547
5548 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5549 Document new command "thread find".
5550
5551 2011-02-14 Michael Snyder <msnyder@vmware.com>
5552
5553 * gdb.texinfo (Threads): Update example of new thread message.
5554
5555 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5556
5557 * gdb.texinfo (Remote Configuration): Mention set/show remote
5558 traceframe-info.
5559 (Tools/Packages Optional for Building GDB): Mention that expat is
5560 used for traceframe info.
5561 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5562 (General Query Packets) <qSupported>: Describe the
5563 qXfer:traceframe-info:read feature.
5564 (qXfer::read): Describe qXfer:traceframe-info:read.
5565 (Traceframe Info Format): New section.
5566
5567 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5568
5569 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5570 for casts and unary operators.
5571
5572 2011-02-04 Tom Tromey <tromey@redhat.com>
5573
5574 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5575 is not useful.
5576
5577 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5578
5579 * gdb.texinfo: s/value optimized out/optimized out/g
5580
5581 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5582
5583 * gdb.texinfo (Other Misc Settings): Rework part of the
5584 documentation of the "set interactive mode" command.
5585
5586 2011-01-19 Tom Tromey <tromey@redhat.com>
5587
5588 * gdb.texinfo (Threads): Document thread name output and `thread
5589 name' command.
5590 (Threads In Python): Document Thread.name attribute.
5591 (GDB/MI Thread Commands): Document thread attributes.
5592
5593 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5594
5595 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5596 changes in mi/mi-cmd-disas.c
5597
5598 2011-01-12 Tom Tromey <tromey@redhat.com>
5599
5600 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5601 Fix "thread apply" text.
5602
5603 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5604 Thiago Jung Bauermann <bauerman@br.ibm.com>
5605
5606 Implement support for PowerPC BookE ranged watchpoints.
5607 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5608 the "set powerpc exact-watchpoints" flag.
5609
5610 2011-01-07 Tom Tromey <tromey@redhat.com>
5611
5612 * gdb.texinfo (Python API): Add descriptions to @menu items.
5613
5614 2011-01-06 Tom Tromey <tromey@redhat.com>
5615
5616 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5617
5618 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5619
5620 * gdb.texinfo (Debugging Output): Document "set debug jit".
5621
5622 2011-01-06 Tom Tromey <tromey@redhat.com>
5623
5624 PR python/12133:
5625 * gdb.texinfo (Frames In Python): Document various frame
5626 constants.
5627
5628 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5629
5630 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5631 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5632 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5633
5634 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5635
5636 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5637 (clean): Add GDBvn.texi.
5638
5639 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5640
5641 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5642 occasional case where the debugger prints an array address
5643 instead of the array itself.
5644
5645 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5646
5647 * gdb.texinfo (Packets) <read registers packet>: Document support
5648 for registers that were not collected.
5649
5650 2010-12-15 Doug Evans <dje@google.com>
5651
5652 * gdb.texinfo (Startup): Document auto-loading of scripts during
5653 startup.
5654 (Auto-loading): Delete "maint set python auto-load on|off".
5655 Add "set auto-load-scripts on|off".
5656
5657 2010-12-07 Doug Evans <dje@google.com>
5658
5659 * gdb.texinfo (Mode Options): Document -data-directory.
5660 (Data Files): Add reference to -data-directory.
5661
5662 2010-11-29 Doug Evans <dje@google.com>
5663
5664 * gdb.texinfo (Pretty-Printer Introduction): Change
5665 printer-name:subprinter-name to printer-name;subprinter-name.
5666
5667 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5668
5669 PR python/12199
5670
5671 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5672
5673 2010-11-23 Tom Tromey <tromey@redhat.com>
5674
5675 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5676 (Editing): Likewise.
5677 (Command History): Likewise.
5678 (TUI Keys): Likewise.
5679 (Bug Reporting): Conditionally include rluser.texi and
5680 inc-history.texinfo.
5681 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5682 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5683 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5684 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5685 (gdb.pdf): Likewise.
5686 (gdb.info): Likewise.
5687 (gdb/index.html): Likewise.
5688
5689 2010-11-23 Tom Tromey <tromey@redhat.com>
5690
5691 * Makefile.in (Makefile): Run ../config.status.
5692 (distclean): Update.
5693 * configure: Remove.
5694 * configure.ac: Remove.
5695
5696 2010-11-12 Tom Tromey <tromey@redhat.com>
5697
5698 * gdb.texinfo (Basic Python): Update. Add xref.
5699 (Exception Handling): Document new exception classes.
5700 (Types In Python): Update.
5701 (Frames In Python): Update.
5702
5703 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5704
5705 * gdb.texinfo (Breakpoints In Python): Document "internal"
5706 parameter, and visible attribute.
5707
5708 2010-11-05 Doug Evans <dje@google.com>
5709
5710 * gdb.texinfo (Source Path): Document "set directories".
5711
5712 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5713
5714 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5715 (OpenCL C): New node.
5716
5717 2010-11-02 Doug Evans <dje@google.com>
5718
5719 * gdb.texinfo (Pretty Printing): Expand into three sections,
5720 introduction, example, and commands.
5721 (Python API): Delete section Disabling Pretty-Printers, merge into
5722 Selecting Pretty-Printers.
5723 (Writing a Pretty-Printer): New section. Move the pretty-printer
5724 example here, and reformat to match python coding style. Add a second
5725 example using the gdb.printing module.
5726 (Python modules): Add gdb.printing.
5727
5728 2010-10-29 Doug Evans <dje@google.com>
5729
5730 * gdb.texinfo (Python): Fix long line.
5731
5732 2010-10-20 Doug Evans <dje@google.com>
5733
5734 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5735 All references updated. Correct sections marked as subsections.
5736 (Coding Standards): New chapter. Move the coding standard related
5737 subsections here. Add section on Python coding standards.
5738
5739 2010-10-13 Doug Evans <dje@google.com>
5740
5741 * gdb.texinfo (Python): Add "Python modules".
5742 (Types in Python): Add reference to gdb.types section.
5743 (Python modules): New node.
5744
5745 2010-10-11 Doug Evans <dje@google.com>
5746
5747 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5748 Python" from gdb.Value.type description.
5749
5750 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5751
5752 * gdb.texinfo (Ravenscar Profile): New node.
5753
5754 2010-09-22 Tom Tromey <tromey@redhat.com>
5755
5756 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5757
5758 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5759
5760 * gdb.texinfo (Values From Inferior): Clarify that
5761 value.dynamic_type works only in C++ programs with RTTI.
5762
5763 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5764
5765 * gdb.texinfo (Character Sets): Correctly reference host-charset
5766 in example.
5767
5768 2010-09-13 Tom Tromey <tromey@redhat.com>
5769
5770 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5771 Document "fullname" and "from".
5772
5773 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5774
5775 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5776 feature `reverse' output by -list-target-features.
5777
5778 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5779
5780 * gdb.texinfo (i386 Features): Remove an extra "@item".
5781
5782 2010-08-30 Tom Tromey <tromey@redhat.com>
5783
5784 PR python/11792:
5785 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5786
5787 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5788
5789 * gdb.texinfo (ARM Features): Document
5790 org.gnu.gdb.arm.m-profile.
5791
5792 2010-08-23 Tom Tromey <tromey@redhat.com>
5793
5794 PR python/11145:
5795 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5796 reinterpret_cast methods.
5797
5798 2010-08-23 Tom Tromey <tromey@redhat.com>
5799
5800 PR python/11915:
5801 * gdb.texinfo (Types In Python): Document array method.
5802
5803 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5804
5805 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5806
5807 2010-08-16 Tom Tromey <tromey@redhat.com>
5808
5809 * gdb.texinfo (Set Watchpoints): Document -location option.
5810
5811 2010-08-13 Doug Evans <dje@google.com>
5812
5813 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5814
5815 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5816
5817 * gdb.texinfo (GDB/MI Data Manipulation): Document
5818 -data-read-memory-raw and -data-write-memory-raw.
5819
5820 2010-08-11 Tom Tromey <tromey@redhat.com>
5821 Phil Muldoon <pmuldoon@redhat.com>
5822
5823 * gdb.texinfo (Basic Python): Describe post_event API.
5824
5825 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5826
5827 * gdb.texinfo (Basic Python): Describe solib_address and
5828 decode_line Python APIs
5829
5830 2010-08-10 Tom Tromey <tromey@redhat.com>
5831
5832 * gdb.texinfo (Pretty Printing API): Document
5833 gdb.default_visualizer.
5834
5835 2010-08-10 Tom Tromey <tromey@redhat.com>
5836
5837 Revert gdb-add-index addition:
5838 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5839
5840 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5841 Eli Zaretskii <eliz@gnu.org>
5842
5843 * gdb.texinfo (Mode Options) <-batch>
5844 (Basic Python) <gdb.execute>: Describe setting width and height.
5845
5846 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5847
5848 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5849
5850 2010-07-30 Tom Tromey <tromey@redhat.com>
5851
5852 * gdb.texinfo (Index Files): Mention gdb-add-index.
5853
5854 2010-07-30 Hui Zhu <teawater@gmail.com>
5855
5856 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5857 "detach inferior" and "kill inferior".
5858
5859 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5860
5861 * gdb.texinfo (Machine Code): Update description of two forms of
5862 arguments, and add new example to demonstrate the new form.
5863
5864 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5865
5866 * gdb.texinfo (Values From Inferior): Add value inferior function
5867 call description.
5868
5869 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5870
5871 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5872
5873 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5874 Eli Zaretskii <eliz@gnu.org>
5875
5876 Make core files the process_stratum.
5877 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5878 record_stratum example.
5879
5880 2010-07-13 Tom Tromey <tromey@redhat.com>
5881
5882 * gdb.texinfo (Index Files): New node.
5883
5884 2010-07-13 Tom Tromey <tromey@redhat.com>
5885
5886 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5887
5888 2010-07-13 Tom Tromey <tromey@redhat.com>
5889
5890 * gdb.texinfo (Specify Location): Document labels.
5891
5892 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5893
5894 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5895 entries for fast tracepoints and static tracepoints.
5896
5897 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5898
5899 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5900 qsThreadInfo>: Spell out `l' as ell.
5901
5902 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5903
5904 * gdb.texinfo (Convenience Variables): Document $_sdata.
5905 (Commands to Set Tracepoints): Describe static tracepoints. Add
5906 `Listing Static Tracepoint Markers' menu entry. Document
5907 "strace".
5908 (Tracepoint Action Lists): Document collecting $_sdata.
5909 (Listing Static Tracepoint Markers): New subsection.
5910 (Tracepoints support in gdbserver): Mention static tracepoints.
5911 (remote packets, enabling and disabling): Mention
5912 read-sdata-object.
5913 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5914 and StaticTracepoint.
5915 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5916 Document qXfer:sdata:read.
5917 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5918
5919 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5920
5921 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5922
5923 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5924 Tom Tromey <tromey@redhat.com>
5925 Thiago Jung Bauermann <bauerman@br.ibm.com>
5926
5927 * gdb.texinfo (Inferiors In Python): New node.
5928 * gdb.texinfo (Threads In Python): New node.
5929
5930 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5931
5932 * gdb.texinfo (Python): Document what the python directory is
5933 and what its location is.
5934 (Basic Python): Document the gdb.PYTHONDIR constant.
5935
5936 2010-06-25 Tom Tromey <tromey@redhat.com>
5937
5938 PR python/10808:
5939 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5940
5941 2010-06-24 Hui Zhu <teawater@gmail.com>
5942
5943 * gdb.texinfo: (Commands for Controlled Output): Add
5944 documentation for command "eval".
5945
5946 2010-06-21 Stan Shebs <stan@codesourcery.com>
5947
5948 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5949 * annotate.texinfo: Ditto.
5950 * gdbint.texinfo: Ditto.
5951 * stabs.texinfo: Ditto.
5952
5953 2010-06-22 Hui Zhu <teawater@gmail.com>
5954
5955 * gdb.texinfo: (Process Record and Replay): Add documentation
5956 for command "set record memory-query".
5957
5958 2010-06-21 Stan Shebs <stan@codesourcery.com>
5959
5960 * gdb.texinfo: Relicense under GFDL version 1.3.
5961 * annotate.texinfo: Relicense under GFDL version 1.3.
5962 * gdbint.texinfo: Relicense under GFDL version 1.3.
5963 * stabs.texinfo: Relicense under GFDL version 1.3.
5964 * fdl.texi: Update to version 1.3.
5965
5966 2010-06-18 Stan Shebs <stan@codesourcery.com>
5967
5968 * gdb.texinfo (Operating System Auxiliary Information): Describe
5969 "info os" when no arguments given.
5970
5971 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5972 $_thread.
5973
5974 2010-06-18 Hui Zhu <teawater@gmail.com>
5975
5976 * gdb.texinfo: (Process Record and Replay): Add documentation
5977 for commands "record save" and "record restore".
5978
5979 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5980
5981 * gdb.texinfo: Include information about the correct use
5982 of addresses in the `watch' command.
5983
5984 2010-06-11 Stan Shebs <stan@codesourcery.com>
5985
5986 * gdb.texinfo (Observer Mode): New section.
5987 (General Query Packets): Document QAllow.
5988
5989 2010-06-04 Doug Evans <dje@google.com>
5990
5991 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5992
5993 2010-06-03 Doug Evans <dje@google.com>
5994
5995 * gdbint.texinfo (Coding): Add subsection on command names.
5996
5997 2010-06-02 Tom Tromey <tromey@redhat.com>
5998
5999 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
6000 always-disassemble.
6001
6002 2010-06-01 Pedro Alves <pedro@codesourcery.com>
6003
6004 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
6005 gdbserver, and add cross reference.
6006 (Tracepoints support in gdbserver): New subsection.
6007
6008 2010-05-26 Pedro Alves <pedro@codesourcery.com>
6009
6010 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
6011 `qRelocInsn' feature.
6012 (Relocate instruction reply packet): New subsection
6013 of `Tracepoint Packets'.
6014 (Tracepoint Packets): Mention that packets QTDP and QTStart
6015 support the qRelocInsn request, and add cross reference to new
6016 subsection.
6017
6018 2010-05-25 Doug Evans <dje@google.com>
6019
6020 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
6021 (Commands In Python): Document gdb.string_to_argv.
6022
6023 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6024
6025 * gdbint.texinfo (Host Definition): Remove items NORETURN and
6026 ATTR_NORETURN.
6027
6028 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6029 Tom Tromey <tromey@redhat.com>
6030 Thiago Jung Bauermann <bauerman@br.ibm.com>
6031
6032 * gdb.texinfo (Parameters In Python): New Node.
6033
6034 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6035
6036 * gdb.texinfo: (Summary) Add mention about D language support.
6037 (Filenames): Add D suffixes.
6038 (D): New node.
6039
6040 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
6041
6042 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
6043 of macro deleted from GDB code.
6044
6045 2010-04-24 Pedro Alves <pedro@codesourcery.com>
6046
6047 * gdb.texinfo (Commands to specify files): Describe what how GDB
6048 looks up DOS-based filesystem paths on the system root. Document
6049 the new `set/show target-file-system-kind' commands.
6050
6051 2010-04-23 Doug Evans <dje@google.com>
6052
6053 * gdb.texinfo (Python): Move Auto-loading section here ...
6054 (Python API): from here.
6055 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
6056 (Maintenance Commands): Add docs for "maint print section-scripts".
6057
6058 2010-04-20 Chris Moller <cmoller@redhat.com>
6059
6060 * gdb.texinfo (Setting Breakpoints): Added description of
6061 filename-qualified rbreak.
6062 * refcard.tex (Breakpoints and Watchpoints): Added brief
6063 description of filename-qualified rbreak.
6064
6065 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6066
6067 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
6068 (Python API): Change the reference to Pretty Printing API.
6069 (Pretty Printing): Move the user part under the Data node. Reformat
6070 the sample output to 72 columns. Create a new reference to Pretty
6071 Printing API. Rename the API part ...
6072 (Pretty Printing API): To a new node name.
6073 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
6074 (GDB/MI Variable Objects): Change references to Pretty Printing API.
6075
6076 2010-04-21 Stan Shebs <stan@codesourcery.com>
6077
6078 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
6079 and commands.
6080 (Listing Tracepoints): Update to reflect current behavior.
6081
6082 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6083
6084 * gdb.texinfo (Examining memory): Update for change in string
6085 display with explicit size.
6086
6087 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6088
6089 PR breakpoints/8554.
6090
6091 * gdb.texinfo (Save Breakpoints): New node.
6092 (save-tracepoints): Rename to ...
6093 (save tracepoints): ... this. Mention that `save-tracepoints' is
6094 a deprecated alias to `save tracepoints'.
6095
6096 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6097
6098 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
6099 (info w32 thread-information-block): Document new command.
6100 (qGetTIBAddress): Document new gdbserver query.
6101 (maint set/show show-all-tib): Document new command.
6102
6103 2010-04-15 Doug Evans <dje@google.com>
6104
6105 * gdb.texinfo (Python API): Add progspaces section.
6106 (Selecting Pretty-Printers): Progspace pretty-printers are
6107 searched too.
6108 (Progspaces In Python): New section.
6109
6110 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
6111
6112 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6113
6114 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
6115 returns None.
6116
6117 2010-04-09 Stan Shebs <stan@codesourcery.com>
6118
6119 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6120 Describe the `frames-created' field, tweak grammar.
6121
6122 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6123
6124 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
6125 Describe the `circular' and `disconnected' fields.
6126
6127 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
6128
6129 * gdb.texinfo (maint print registers): Mention unavailable and
6130 invisible registers.
6131
6132 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6133 Thiago Jung Bauermann <bauerman@br.ibm.com>
6134 Tom Tromey <tromey@redhat.com>
6135
6136 * gdb.texinfo (Breakpoints In Python): New Node.
6137
6138 2010-04-08 Stan Shebs <stan@codesourcery.com>
6139
6140 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
6141 trace status fields.
6142
6143 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6144
6145 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
6146 optional. Make org.gnu.gdb.i386.avx requires
6147 org.gnu.gdb.i386.avx.
6148
6149 2010-04-08 Doug Evans <dje@google.com>
6150
6151 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
6152 search path, and document that gdb only scans the search path if
6153 the script's path doesn't specify a directory.
6154
6155 2010-04-05 Doug Evans <dje@google.com>
6156
6157 * gdb.texinfo (maint show python auto-load): Fix typo.
6158
6159 2010-04-04 Stan Shebs <stan@codesourcery.com>
6160
6161 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
6162 (Setting Watchpoints): Update description of "info watch".
6163 (Disabling Breakpoints): Only "info break" lists all.
6164
6165 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
6166 (tdump): Explain how tdump works.
6167
6168 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6169
6170 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
6171 add cross reference.
6172
6173 2010-03-31 Pedro Alves <pedro@codesourcery.com>
6174
6175 * gdb.texinfo (TUI Commands): Mention that in some cases, these
6176 commands error out.
6177
6178 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6179
6180 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
6181
6182 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
6183
6184 * gdb.texinfo (General Query Packets): Add xmlRegisters.
6185
6186 2010-03-29 Stan Shebs <stan@codesourcery.com>
6187 Nathan Sidwell <nathan@codesourcery.com>
6188
6189 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
6190 GDBN equivalent.
6191 (Set Tracepoints): Remove mention that conditional tracepoints
6192 don't exist.
6193 (Tracepoint Actions): Clarify when while-stepping collection
6194 happens, note that while-stepping does not automatically collect
6195 $pc.
6196
6197 2010-03-29 Stan Shebs <stan@codesourcery.com>
6198
6199 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
6200 (General Query Packets): Describe TracepointSource.
6201
6202 2010-03-27 Matt Rice <ratmice@gmail.com>
6203
6204 * gdb.texinfo (ARM): Document arguments to "target sim".
6205 (Set Catchpoints): Use @dots{} instead of @r{...}.
6206
6207 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6208
6209 * gdb.texinfo (Tracepoint Packets): Remove mention that
6210 terror:string may be plain text, and drop mention of X prefix.
6211
6212 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
6213
6214 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
6215
6216 2010-03-24 Stan Shebs <stan@codesourcery.com>
6217
6218 * gdb.texinfo (Tracepoint Packets): Document trace error status.
6219
6220 2010-03-24 Tom Tromey <tromey@redhat.com>
6221
6222 PR breakpoints/9352:
6223 * gdb.texinfo (Break Commands): Update.
6224
6225 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6226
6227 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
6228 commands.
6229
6230 2010-03-16 Stan Shebs <stan@codesourcery.com>
6231
6232 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
6233 circular-trace-buffer.
6234 (Tracepoint Packets): Describe QTBuffer, and details of the
6235 qTStatus reply.
6236
6237 2010-03-12 Stan Shebs <stan@codesourcery.com>
6238 Nathan Sidwell <nathan@codesourcery.com>
6239
6240 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
6241 doing instruction stepping.
6242 (Tracepoint Restrictions): New node.
6243
6244 2010-03-10 Tom Tromey <tromey@redhat.com>
6245
6246 * gdbint.texinfo (Symbol Handling): Update.
6247
6248 2010-03-08 Tom Tromey <tromey@redhat.com>
6249
6250 PR cli/9591:
6251 * gdb.texinfo (Mode Options): Mention lack of pagination and
6252 confirmation with --batch.
6253 (Screen Size): Mention --batch.
6254 (Messages/Warnings): Likewise.
6255
6256 2010-03-05 Tom Tromey <tromey@redhat.com>
6257
6258 * gdb.texinfo (Basic Python): Document target_charset and
6259 target_wide_charset.
6260
6261 2010-03-05 Tom Tromey <tromey@redhat.com>
6262
6263 * gdb.texinfo (Data): Link to pretty-printing.
6264 (Output Formats): Likewise. Correct text.
6265
6266 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6267
6268 * gdb.texinfo (Types): Describe <struct> and <flags>.
6269
6270 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6271
6272 * gdb.texinfo (Frames In Python): Add block parameter and
6273 description to read_var text.
6274
6275 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
6276 Tom Tromey <tromey@redhat.com>
6277
6278 * gdb.texinfo (Types In Python): Describe block argument in
6279 template_argument and gdb.lookup_type.
6280
6281 2010-02-24 Tom Tromey <tromey@redhat.com>
6282
6283 * gdb.texinfo (Cygwin Native): Fix typo.
6284
6285 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6286
6287 * gdb.texinfo (Frames In Python): Add block, find_sal, function
6288 and select method descriptions.
6289 (Python API): Add Blocks In Python, Symbols in Python and Symbol
6290 Tables in Python to menu.
6291 (Blocks In Python): New node.
6292 (Symbols In Python): New node.
6293 (Symbol Tables in Python): New node.
6294
6295 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6296
6297 Multiexec MI
6298
6299 gdb/
6300 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6301
6302 gdb/doc/
6303 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6304 changes.
6305 (GDB/MI Program Execution): Document current behaviour of
6306 --all and --thread-group.
6307 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6308 -remove-inferior.
6309 * observer.texi (inferior_added, inferior_removed): New
6310 observers.
6311
6312 2010-02-19 Tom Tromey <tromey@redhat.com>
6313
6314 * gdbint.texinfo (Getting Started): Fix @node.
6315 (Debugging GDB): Likewise.
6316
6317 2010-02-13 Joel Brobecker <brobecker@adacore.com>
6318
6319 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6320 documenting the gdb_test_timeout variable.
6321
6322 2010-02-12 Jakob Engblom <jakob@virtutech.com>
6323
6324 * gdb.texinfo (MI commands): Added documentation of --reverse
6325 option to a set of MI commands. Restructured documentation of MI
6326 commands --exec-continue to reflect the complexity of reverse
6327 execution.
6328
6329 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6330
6331 * gdb.texinfo (Using the Collected Data): Specify that the address
6332 range of `tfind outsize' is exclusive, and that the address range
6333 of `tfind range' is inclusive.
6334 (Tracepoint Packets): Specify that the address range of
6335 `QTFrame:range' is inclusive, and that the address range of
6336 `QTFrame:outside' is exclusive
6337
6338 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6339
6340 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6341
6342 2010-02-10 Tom Tromey <tromey@redhat.com>
6343
6344 * gdb.texinfo (Debugging Output): Document set debug parser and
6345 show debug parser.
6346
6347 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6348
6349 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6350 i386_eflags and i386_mxcsr.
6351
6352 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6353
6354 * gdb.texinfo: Document i386 target features.
6355
6356 2010-02-05 Doug Evans <dje@google.com>
6357
6358 * gdbint.texinfo (Testsuite): Add a new section to document the
6359 various DejaGnu variables that may be overridden.
6360 Document INTERNAL_GDBFLAGS.
6361
6362 2010-02-04 Tom Tromey <tromey@redhat.com>
6363
6364 PR cli/8830:
6365 * gdb.texinfo (Files): -readnow comes before the filename for file
6366 and symbol-file.
6367
6368 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6369
6370 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6371 Document ARM breakpoint types.
6372 (Register Packet Format): Move into the new section.
6373 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6374
6375 2010-01-21 Joel Brobecker <brobecker@adacore.com>
6376
6377 * gdb.texinfo (File Options): Adjust the documentation of this
6378 switch to refer to the "source" command rather than partially
6379 duplicating some of the relevant information.
6380 (Extending GDB): Introduce and document the set/show script-extension
6381 setting.
6382 (Command Files): Add note explaining that the "source" command
6383 is also used to evalute scripts written in other languages.
6384 Remove the short slightly incorrect reference to sourcing Python
6385 scripts.
6386 (Python Commands): Document how to execute a Python script from GDB.
6387
6388 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6389
6390 * gdb.texinfo (Command Files): Fix typo.
6391
6392 2010-01-18 Tom Tromey <tromey@redhat.com>
6393
6394 * gdb.texinfo (File Options): Document -x on .py files.
6395 (Command Files): Document handling of Python scripts.
6396
6397 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6398
6399 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6400
6401 2010-01-15 Stan Shebs <stan@codesourcery.com>
6402
6403 * gdb.texinfo (Trace Files): New section.
6404 (Tracepoint Packets): Document QTSave and qTBuffer.
6405 (Trace File Format): New appendix.
6406
6407 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6408
6409 * gdb.texinfo (Values From Inferior): Document lazy_string value
6410 method.
6411 (Python API): Add Lazy strings menu item.
6412 (Lazy Strings In Python): New node.
6413
6414 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6415
6416 * gdb.texinfo (GDB/MI Thread Information): New.
6417 (GDB/MI Async Records): Document the core field in *stopped.
6418 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6419 documentation
6420 (Process list): Document that osdata document may contain
6421 threads.
6422 (Remote Serial Protocol): Document qXfer:threads.
6423
6424 2010-01-06 Stan Shebs <stan@codesourcery.com>
6425
6426 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6427 disconnected tracing.
6428 (Tracepoint Packets): Document new protocol.
6429
6430 2010-01-05 Stan Shebs <stan@codesourcery.com>
6431
6432 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6433 tracepoints.
6434 (Tracepoint Packets): Describe remote protocol for fast
6435 tracepoints.
6436
6437 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6438
6439 Update the "Start of New Year Procedure".
6440 * gdbint.texinfo: Add the list of files that need to be updated
6441 manually. Minor reformatting.
6442
6443 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6444
6445 * refcard.tex: Update copyright year in header and text.
6446
6447 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6448
6449 * agentexpr.texi: Add 2010 to the list of copyright years.
6450 * annotate.texinfo: Likewise.
6451 * gdb.texinfo: Likewise.
6452 * gdbint.texinfo: Likewise.
6453 * observer.texi: Likewise.
6454 * stabs.texinfo: Likewise.
6455
6456 2009-12-31 Stan Shebs <stan@codesourcery.com>
6457
6458 * gdb.texinfo (Tracepoint Actions): Describe teval.
6459
6460 2009-12-29 Stan Shebs <stan@codesourcery.com>
6461
6462 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6463
6464 2009-12-28 Stan Shebs <stan@codesourcery.com>
6465
6466 * gdb.texinfo (Trace State Variables): New section.
6467 (Tracepoint Packets): Describe trace state variable packets.
6468 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6469 variable bytecodes.
6470
6471 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6472
6473 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6474 declarations.
6475
6476 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6477
6478 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6479 -gdb-exit behaviour.
6480
6481 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6482
6483 * gpl.texi: Update to version 3 of the GPL.
6484
6485 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6486
6487 * Makefile.in: Update copyright header.
6488 * observer.texi: Fix the copyright header of the generated files.
6489
6490 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6491
6492 * gdb.texinfo (Types In Python): Describe range function.
6493
6494 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6495
6496 * gdb.texinfo (Types In Python): Describe "is_base_class".
6497
6498 2009-12-03 Tom Tromey <tromey@redhat.com>
6499
6500 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6501
6502 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6503
6504 * observer.texi: New memory_changed observer.
6505
6506 2009-12-01 Tom Tromey <tromey@redhat.com>
6507
6508 * gdb.texinfo (Reverse Execution): Fix typo.
6509
6510 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6511
6512 PR gdb/8704
6513
6514 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6515 are allowed after the breakpoint condition.
6516
6517 2009-11-23 Tom Tromey <tromey@redhat.com>
6518
6519 PR python/10782:
6520 * gdb.texinfo (Types In Python): Document Type.pointer.
6521
6522 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6523
6524 * gdb.texinfo (Machine Code): Adjust.
6525
6526 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6527
6528 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6529 (Using Agent Expressions): Delete cross reference.
6530
6531 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6532
6533 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6534 and @settitle directives up to help makeinfo find them.
6535
6536 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6537
6538 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6539 (Auto-loading): Use plural and note one can use multiple components now.
6540
6541 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6542
6543 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6544 -stack-list-arguments have the same documentation for parameter
6545 as -stack-list-locals. Add comas.
6546
6547 2009-10-27 Tom Tromey <tromey@redhat.com>
6548 Eli Zaretskii <eliz@gnu.org>
6549
6550 PR python/10781
6551
6552 * gdb.texinfo (Values From Inferior): Document cast method.
6553
6554 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6555
6556 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6557 and adjust example.
6558
6559 2009-10-22 Michael Snyder <msnyder@vmware.com>
6560
6561 * gdb.texinfo (Process Record and Replay): Document new form of
6562 info record command. Also document the new save and restore
6563 commands.
6564
6565 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6566
6567 * gdb.texinfo (Machine Code): Mention current pc marker.
6568 (Memory): Likewise.
6569
6570 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6571 Stan Shebs <stan@codesourcery.com>
6572
6573 * observer.texi (new_inferior): Rename to...
6574 (inferior_appeared): ... this.
6575
6576 * gdb.texinfo (Inferiors): Rename node to ...
6577 (Inferiors and Programs): ... this. Mention running multiple
6578 programs in the same debug session.
6579 <info inferiors>: Mention the new 'Executable' column if "info
6580 inferiors". Update examples. Document the "add-inferior",
6581 "clone-inferior", "remove-inferior" and "maint info
6582 program-spaces" commands.
6583 (Process): Rename node to...
6584 (Forks): ... this. Document "set|show follow-exec-mode".
6585
6586 2009-10-11 Michael Snyder <msnyder@vmware.com>
6587
6588 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6589 (ReverseContinue): Ditto.
6590
6591 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6592
6593 * gdb.texinfo (Server): Document libthread-db-search-path.
6594
6595 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6596
6597 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6598
6599 2009-10-06 Michael Eager <eager@eagercon.com>
6600
6601 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6602 (Embedded Processors): Add MicroBlaze.
6603 (MicroBlaze): New. Describe Xilinx MicroBlaze
6604
6605 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6606
6607 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6608
6609 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6610
6611 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6612
6613 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6614
6615 * observer.texi (solib_unloaded): Document explicitly the fact that
6616 this observer is called before the associated symbols are unloaded.
6617
6618 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6619
6620 * gdb.texinfo: Escape "{" and "}".
6621
6622 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6623
6624 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6625 -stack-list-variables.
6626
6627 2009-09-18 Tom Tromey <tromey@redhat.com>
6628
6629 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6630 is experimental.
6631
6632 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6633
6634 * gdb.texinfo (convenince variables): Mention
6635 $_siginfo could be empty.
6636
6637 2009-09-15 Tom Tromey <tromey@redhat.com>
6638
6639 * gdb.texinfo (GDB/MI Variable Objects): Document
6640 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6641 Expand -var-update documentation.
6642
6643 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6644
6645 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6646 feature.
6647
6648 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6649
6650 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6651
6652 2009-09-10 Michael Snyder <msnyder@vmware.com>
6653
6654 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6655 ReverseStep replies to the qSupported query.
6656
6657 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6658
6659 Add documentation for set/show interactive-mode.
6660 * gdb.texinfo (Other Misc Settings): New node.
6661
6662 2009-09-01 Doug Evans <dje@google.com>
6663
6664 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6665 non-stop mode's affect on remote caching.
6666
6667 2009-08-31 Jacob Potter <jdpotter@google.com>
6668 Doug Evans <dje@google.com>
6669
6670 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6671 Mark `set/show remotecache' options as obsolete.
6672 Document new `set/show stack-cache' option.
6673 Update text for `info dcache'.
6674
6675 2009-08-27 Doug Evans <dje@google.com>
6676
6677 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6678 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6679
6680 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6681
6682 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6683 about autoconf.
6684
6685 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6686
6687 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6688 small example, and describe its columns. Replace "inferior-id" by
6689 "infno" throughout.
6690
6691 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6692
6693 * gdbint.texinfo (Releasing GDB): Point to
6694 README-maintainer-mode file for required autoconf version.
6695 * configure.ac: Do not substitute datarootdir, htmldir,
6696 pdfdir, docdir. Do not process --with-datarootdir,
6697 --with-htmldir, --with-pdfdir, --with-docdir.
6698 * configure: Regenerate.
6699
6700 * configure: Regenerate.
6701
6702 2009-08-20 Reid Kleckner <reid@kleckner.net>
6703
6704 * gdb.texinfo: Add chapter on JIT interface.
6705
6706 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6707
6708 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6709 confirmation request.
6710
6711 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6712
6713 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6714 CRC definitions.
6715
6716 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6717
6718 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6719 -break-commands.
6720
6721 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6722
6723 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6724 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6725
6726 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6727
6728 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6729 "set spu stop-on-load" and "show spu stop-on-load" commands.
6730
6731 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6732
6733 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6734
6735 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6736
6737 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6738 org.gnu.gdb.arm.neon.
6739
6740 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6741
6742 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6743 optional element.
6744 (subsection OS ABI): New subsection.
6745
6746 2009-07-14 Stan Shebs <stan@codesourcery.com>
6747
6748 * gdb.texinfo (Tracepoint Conditions): New section.
6749 (General Query Packets): Describe ConditionalTracepoints.
6750 (Tracepoint Packets): Describe condition field.
6751 (Maintenance Commands): Describe maint agent-eval.
6752 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6753
6754 2009-07-11 Hui Zhu <teawater@gmail.com>
6755
6756 * gdb.texinfo (disassemble): Add a new modifier /r
6757 to "disassemble" command to make it print the raw instructions
6758 in hex as well as in symbolic form.
6759
6760 2009-07-09 Tom Tromey <tromey@redhat.com>
6761
6762 * gdbint.texinfo (Testsuite): Document parallel make check.
6763
6764 2009-07-09 Tom Tromey <tromey@redhat.com>
6765
6766 * gdbint.texinfo (Testsuite): Document test transcripts.
6767
6768 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6769
6770 * gdb.texinfo (Values From Inferior): Add length parameter
6771 description.
6772
6773 2009-07-04 Chris Genly <chris@genly.us>
6774
6775 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6776 in -var-list-children. Fix example according to what the code
6777 does.
6778
6779 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6780
6781 * gdb.texinfo (Debugging multiple inferiors): Document the
6782 "inferior", "detach inferior" and "kill inferior" commands.
6783 (Debugging Programs with Multiple Processes): Adjust to mention
6784 generic "inferior" commands. Delete mention of "detach fork" and
6785 "delete fork". Cross reference to "Debugging multiple inferiors"
6786 section.
6787
6788 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6789
6790 * gdbint.texinfo (Item Output Functions): Update signature
6791 for ui_out_field_core_addr.
6792
6793 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6794
6795 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6796 Update example code extrated from breakpoint.c.
6797
6798 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6799
6800 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6801 MI commands.
6802 (GDB/MI Symbol Query): Likewise.
6803 (GDB/MI File Commands): Likewise.
6804 (GDB/MI File Transfer Commands): Likewise.
6805 (GDB/MI Target Manipulation): Likewise.
6806 (GDB/MI Miscellaneous Commands): Likewise.
6807
6808 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6809
6810 * gdb.texinfo (Debugging Optimized Code): New chapter.
6811 (Compiling for Debugging): Reference it. Move some
6812 text to the new section.
6813
6814 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6815
6816 * doc/gdb.texinfo (Calling): Document
6817 set-unwind-on-terminating-exception usage.
6818
6819 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6820
6821 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6822 command.
6823
6824 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6825
6826 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6827 references.
6828
6829 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6830
6831 * gdbint.texinfo: Rename formal parameters to gdbarch function
6832 protoypes from "current_gdbarch" to "gdbarch".
6833
6834 2009-05-28 Tom Tromey <tromey@redhat.com>
6835
6836 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6837
6838 2009-05-27 Tom Tromey <tromey@redhat.com>
6839
6840 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6841 feature.
6842 (GDB/MI Variable Objects): Document -var-set-visualizer.
6843
6844 2009-04-02 Tom Tromey <tromey@redhat.com>
6845
6846 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6847 feature.
6848 (GDB/MI Variable Objects): Document -var-set-visualizer.
6849
6850 2009-05-27 Tom Tromey <tromey@redhat.com>
6851 Thiago Jung Bauermann <bauerman@br.ibm.com>
6852 Phil Muldoon <pmuldoon@redhat.com>
6853
6854 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6855 (Pretty Printing): New node.
6856 (Selecting Pretty-Printers): Likewise.
6857 (Python API): Update.
6858 (Output Formats): Document /r format.
6859
6860 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6861 Tom Tromey <tromey@redhat.com>
6862
6863 * gdb.texinfo (Types In Python): New node.
6864 (Values From Inferior): "type" is now an attribute.
6865 (Python API): Update.
6866
6867 2009-05-27 Tom Tromey <tromey@redhat.com>
6868 Thiago Jung Bauermann <bauerman@br.ibm.com>
6869 Phil Muldoon <pmuldoon@redhat.com>
6870
6871 * gdb.texinfo: Add @syncodeindex for `tp'.
6872 (Python API): Update.
6873 (Auto-loading): New node.
6874 (Objfiles In Python): New node.
6875
6876 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6877
6878 * gdb.texinfo (Threads): Document libthread-db-search-path.
6879
6880 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6881
6882 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6883
6884 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6885
6886 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6887 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6888 show show-debug-regs' docs.
6889
6890 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6891
6892 * gdb.texinfo (Process Record and Replay): Add description of
6893 reverse execution.
6894
6895 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6896
6897 * gdbint.texinfo (Adding support for debugging core files): New node.
6898 (Native Debugging): Remove the ``Native core file Support'' section.
6899
6900 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6901
6902 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6903 Add index entries.
6904
6905 2009-04-30 Hui Zhu <teawater@gmail.com>
6906 Michael Snyder <msnyder@vmware.com>
6907
6908 * gdb.texinfo: (Process Record and Replay): Add documentation for
6909 process record and replay.
6910
6911 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6912
6913 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6914 a new part on command-line defined macros.
6915
6916 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6917
6918 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6919 clarify the wording.
6920
6921 2009-04-23 Tom Tromey <tromey@redhat.com>
6922
6923 * gdb.texinfo (Data Files): New node.
6924 (GDB Files): Update menu.
6925
6926 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6927
6928 * gdbint.texinfo (Defining Other Architecture Features): Remove
6929 entry for PROCESS_LINENUMBER_HOOK.
6930
6931 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6932
6933 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6934
6935 2009-04-22 Hui Zhu <teawater@gmail.com>
6936
6937 * gdb.texinfo (disassemble-next-line): Set the default of
6938 disassemble-next-line to off.
6939
6940 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6941
6942 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6943 --with-htmldir): New.
6944 * configure: Regenerate.
6945 * Makefile.in (datarootdir, docdir): Define.
6946 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6947 instead of $(SET_TEXINPUTS).
6948 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6949 gdbint.info instead of $(SET_TEXINPUTS).
6950 (gdbint/index.html): Use same -I options as for building
6951 gdbint.info.
6952 (stabs.dvi, stabs.pdf): Use same -I options as for building
6953 stabs.info instead of $(SET_TEXINPUTS).
6954 (stabs/index.html): Use same -I options as for building
6955 stabs.info.
6956 (annotate.dvi, annotate.pdf): Use same -I options as for building
6957 annotate.info instead of $(SET_TEXINPUTS).
6958 (annotate/index.html): Use same -I options as for building
6959 annotate.info.
6960
6961 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6962
6963 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6964
6965 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6966
6967 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6968
6969 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6970 Joseph Myers <joseph@codesourcery.com>
6971
6972 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6973 (MAKEHTMLFLAGS): Set to empty.
6974 (html__strip_dir): Define.
6975 (HTMLFILES): Define.
6976 (HTMLFILES_INSTALL): Define.
6977 (install-html): Copy new automake rule.
6978 (html): Depend on $(HTMLFILES).
6979 (gdb_toc.html): Rename to gdb/index.html.
6980 (gdbint_toc.html): Rename to gdbint/index.html.
6981 (stabs_toc.html): Rename to stabs/index.html.
6982 (annotate_toc.html): Rename to annotate/index.html.
6983
6984 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6985
6986 * Makefile.in: Set pdfdir and htmldir from configure
6987 substitutions.
6988 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6989 * configure: Regenerate.
6990
6991 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6992
6993 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6994 This macro is no longer used.
6995
6996 2009-04-15 Tom Tromey <tromey@redhat.com>
6997
6998 * gdb.texinfo (Character Sets): Document default character set.
6999
7000 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
7001
7002 * gdbint.texinfo: Change server name from sources.redhat.com to
7003 sourceware.org throughout.
7004
7005 2009-04-09 Joel Brobecker <brobecker@adacore.com>
7006
7007 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
7008 about a missing dot or coma after @xref.
7009
7010 2009-04-02 Joel Brobecker <brobecker@adacore.com>
7011
7012 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
7013 example, and add a small explanation about it.
7014 (Print Settings): Change the documentation of the "set print
7015 frame-arguments" to reflect the fact that the default is now "scalars".
7016
7017 2009-04-02 Joel Brobecker <brobecker@adacore.com>
7018
7019 * gdb.texinfo (Print Settings): Add kindex for command "set
7020 print frame-arguments".
7021
7022 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7023
7024 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
7025 breakpoints.
7026 (Set Breaks): Add reference to thread-specific and task-specific
7027 breakpoints.
7028
7029 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7030
7031 * gdb.texinfo (Ada Tasks): Remove the documentation about
7032 the "Running" state, as this state has been eliminated.
7033 Now all runnable tasks are shown as "Runnable".
7034
7035 2009-03-30 Stan Shebs <stan@codesourcery.com>
7036
7037 * gdb.texinfo (Tracepoints): Describe tracepoints as a
7038 special case of breakpoints.
7039 (Enable and Disable Tracepoints): Mention deprecation.
7040 (Listing Tracepoints): Update description and example.
7041
7042 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7043
7044 * gdb.texinfo (Frames in Python): New node.
7045 (Python API): Update.
7046
7047 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7048
7049 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
7050 from a method to an attribute.
7051
7052 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7053
7054 * gdb.texinfo (Values From Inferior): Document is_optimized_out
7055 attribute.
7056
7057 2009-03-25 Pedro Alves <pedro@codesourcery.com>
7058
7059 * observer.texi (thread_exit): Add "silent" parameter.
7060
7061 2009-03-22 Pedro Alves <pedro@codesourcery.com>
7062
7063 * observer.texi (about_to_proceed): New.
7064
7065 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
7066
7067 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
7068 field throughout to handle types with spaces in them. Fix typos
7069 found by aspell.
7070 (Summary, Requirements, Contributors): New first chapter,
7071 "Summary" added, old Requirements section moved there, and new
7072 section, "Contributors" added.
7073 (Initializing a New Architecture, Register Representation)
7074 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
7075 (Porting gdb): These sections extended and updated.
7076 (Compiler Characteristics): This section (empty) deleted.
7077 (Defining Other Architecture Features): This section renamed and
7078 duplicate material removed from (formerly "Target Conditionals").
7079 Use braces {} in @deftypeXX type field throughout to handle types
7080 with spaces in them. Typos found by aspell fixed.
7081
7082 * stack_frame.svg: New file, source of image for gdbint.texinfo.
7083 * stack_frame.pdf: Version of image for PDF output.
7084 * stack_frame.png: Version of image for HTML output and for Emacs.
7085 * stack_frame.txt: Version of image for Info output.
7086 * stack_frame.eps: Version of image for TeX DVI output.
7087
7088 2009-03-21 Eli Zaretskii <eliz@gnu.org>
7089
7090 * gdb.texinfo (Character Sets): Fix last change.
7091
7092 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7093
7094 * gdb.texinfo (Values From Inferior): Fix optional arguments
7095 markup.
7096 (Commands In Python): Adjust argument names of gdb.Command.__init__
7097 to what the function accepts as keywords.
7098
7099 2008-03-20 Tom Tromey <tromey@redhat.com>
7100
7101 * gdb.texinfo (Convenience Vars): Document convenience functions.
7102 (Functions In Python): New node.
7103 (Python API): Update.
7104
7105 2009-03-20 Tom Tromey <tromey@redhat.com>
7106
7107 * gdb.texinfo (Character Sets): Remove obsolete text. Document
7108 set target-wide-charset.
7109 (Requirements): Mention iconv.
7110
7111 2009-03-17 Hui Zhu <teawater@gmail.com>
7112
7113 * gdb.texinfo: Change the introduce of "disassemble-next-line".
7114
7115 2009-03-17 Hui Zhu <teawater@gmail.com>
7116
7117 * gdb.texinfo: Add documentation for disassemble-next-line.
7118
7119 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7120
7121 * gdb.texinfo (Commands In Python): Remove tindex entries.
7122
7123 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7124
7125 * gdb.texinfo (Returning): New description for missing debug info.
7126
7127 2009-03-14 Pedro Alves <pedro@codesourcery.com>
7128
7129 * gdb.texinfo (Remote Configuration): Document query-attached.
7130 (General Query Packets): Document qAttached.
7131
7132 2009-03-05 Pedro Alves <pedro@codesourcery.com>
7133
7134 * gdb.texinfo (Background Execution): Better describe the set
7135 target-async command.
7136 (Maintenance Commands): Delete description of the `maint set/show
7137 linux-async' and `maint set/show remote-async' commands.
7138
7139 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7140
7141 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
7142 between sentences.
7143
7144 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
7145
7146 * gdb.texinfo (GDB/MI Async Records): Document the
7147 =library-loaded and =library-unloaded notifications.
7148
7149 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7150
7151 * observer.texi (test_notification): New observer.
7152
7153 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7154
7155 * observer.texi: Add parameter 'print_frame' to normal_stop
7156 observer.
7157
7158 2009-02-07 Eli Zaretskii <eliz@gnu.org>
7159
7160 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
7161 (Commands In Python): Fix COMMAND_* constants in last change. Use
7162 @kbd for interactive input. Add cross-references and index
7163 entries.
7164
7165 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7166
7167 * gdb.texinfo (Signals): Document $_siginfo.
7168 (Convenience Variables): Mention $_siginfo.
7169 (Remote Configuration): Document qXfer:siginfo:read,
7170 qXfer:siginfo:write packets, and the read-siginfo-object,
7171 write-siginfo-object commands.
7172
7173 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7174
7175 * gdbint.texinfo (Values): New chapter.
7176
7177 2009-02-06 Tom Tromey <tromey@redhat.com>
7178
7179 * gdb.texinfo (Python API): Add entry for Commands In Python.
7180 (Commands In Python): New node.
7181
7182 2009-02-05 Tom Tromey <tromey@redhat.com>
7183
7184 * gdb.texinfo (Values From Inferior): Document Value.string.
7185
7186 2009-02-05 Tom Tromey <tromey@redhat.com>
7187
7188 * gdb.texinfo (Basic Python): Document execute's from_tty
7189 argument.
7190
7191 2009-02-04 Tom Tromey <tromey@redhat.com>
7192
7193 * gdb.texinfo (Basic Python): Document gdb.history.
7194
7195 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7196
7197 * gdb.texinfo (GDB/MI Thread Commands): Document the
7198 'current-thread-id' field. Remove the example with zero threads,
7199 since current GDB won't ever report that if there's inferior.
7200
7201 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7202
7203 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
7204 option to -break-insert.
7205
7206 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7207 Jerome Guitton <guitton@adacore.com>
7208
7209 * gdb.texinfo (Startup): Document --with-system-gdbinit.
7210 (System-wide configuration): New section.
7211
7212 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7213
7214 PR gdb/7580:
7215 * gdb.texinfo (Maintenance Commands): Document "maint set|show
7216 internal-error|internal-warning quit|corefile ask|yes|no".
7217
7218 2009-01-26 Pedro Alves <pedro@codesourcery.com>
7219
7220 * gdb.texinfo (Using the `gdbserver' Program): Document
7221 --remote-debug.
7222
7223 2009-01-23 Doug Evans <dje@google.com>
7224
7225 * gdb.texinfo: Add nexti to list of commands that support
7226 background execution.
7227
7228 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7229
7230 * gdb.texinfo (Define, Hooks): Document prefix command support.
7231
7232 2009-01-14 Joseph Myers <joseph@codesourcery.com>
7233 Carlos O'Donell <carlos@codesourcery.com>
7234
7235 Fixes for makeinfo --html.
7236
7237 * annotate.texinfo: Use @copying and @insertcopying. Use
7238 @ifnottex in place of @ifinfo.
7239 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
7240 place of @ifinfo. Use @ifnotinfo for one index entry.
7241 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
7242 in place of @ifinfo.
7243 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
7244 in place of @ifinfo. Include contents at start unconditionally.
7245
7246 2009-01-13 Pedro Alves <pedro@codesourcery.com>
7247
7248 * gdb.texinfo (General Query Packets): Remove @var{} around the
7249 "spu" literal string.
7250
7251 2009-01-07 Pedro Alves <pedro@codesourcery.com>
7252
7253 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
7254 program may be running in another process" errors.
7255 * gdbint.texinfo (Native Conditionals): Delete
7256 ONE_PROCESS_WRITETEXT description.
7257
7258 2009-01-07 Joel Brobecker <brobecker@adacore.com>
7259
7260 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
7261 emacs local variable to be placed at the end of the ChangeLog.
7262 Add server.c and gdbreplay.c to the list of files where the
7263 copyright year needs to be updated.
7264
7265 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
7266
7267 * gdb.texinfo (Remote Configuration): Document new
7268 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
7269 commands.
7270
7271 2008-12-28 Pedro Alves <pedro@codesourcery.com>
7272
7273 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
7274 FETCH_INFERIOR_REGISTERS.
7275 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
7276 FETCH_INFERIOR_REGISTERS descriptions. Remove
7277 gdbarch_get_longjmp_target descrition, since already described in
7278 Target Conditionals. Move gdbarch_fp0_regnum description to ...
7279 (Target Conditionals): ... here.
7280
7281 2008-12-16 Joel Brobecker <brobecker@adacore.com>
7282
7283 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
7284 examples.
7285 (Additions to Ada): Likewise. Add the missing opening and closing
7286 parenthesis of the GDB prompt in one of the examples.
7287
7288 2008-12-14 Joel Brobecker <brobecker@adacore.com>
7289
7290 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
7291 about the result of 'Address not being of type System.Address.
7292 This problem has been fixed a while ago.
7293
7294 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7295
7296 MI non-stop and multiprocess docs.
7297
7298 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
7299 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
7300 Adjust documentation for *stopped, document =thread-created,
7301 =thread-exited, =thread-group-created and =thread-group-exited.
7302 (GDB/MI Thread Commands): Document the 'state' field in
7303 -thread-info output.
7304 (GDB/MI Program Execution): Mention --all and --thread-group
7305 options.
7306 (GDB/MI Variable Objects): Describe floating and fixed variable
7307 objects.
7308 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
7309
7310 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7311
7312 * gdb.texinfo (Operating System Information): New appendix.
7313 (Operating System Auxiliary Information): Document 'info os processes'
7314 (Remote Configuration): Document 'osdata'
7315 (General Query Packets): Document qXfer:osdata:read.
7316
7317 2008-11-27 Tristan Gingold <gingold@adacore.com>
7318
7319 * gdb.texinfo (Darwin): Document Darwin specific features.
7320
7321 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7322
7323 * gdbint.texinfo (Target Conditionals): Extend the
7324 gdbarch_breakpoint_from_pc description.
7325
7326 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7327
7328 * gdb.texinfo (M68K Features): Fix typo.
7329
7330 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7331
7332 * gdb.texinfo (Symbols): Mention printing containing
7333 image name in "info symbol".
7334 (Maint translate-address): Likewise.
7335
7336 2008-11-18 Joel Brobecker <brobecker@adacore.com>
7337
7338 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7339 commands "catch load" and "catch unload".
7340
7341 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7342
7343 * gdb.texinfo (GDB/MI Async Records): Document
7344 =thread-selected.
7345
7346 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7347
7348 * observer.texi (new_inferior, inferior_exit): New observers.
7349
7350 2008-10-27 Pedro Alves <pedro@codesourcery.com>
7351
7352 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7353 .mt files, TM_CLIBS or TM_CDEPS.
7354 (x86 Watchpoints): Don't mention TDEPFILES.
7355
7356 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7357
7358 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7359 (Overview): Mention notifications and non-stop mode behavior.
7360 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7361 with non-stop mode behavior. Add vStopped description.
7362 (Stop Reply Packets): Update list of packets that return
7363 stop replies. Mention non-stop behavior.
7364 (General Query Packets): Document QNonStop packet and associated
7365 qSupported query response.
7366 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7367 behavior.
7368 (Notification Packets): New section.
7369 (Remote Non-Stop): New section.
7370 (File-I/O Overview): Mention non-stop behavior.
7371
7372 2008-10-24 Hui Zhu <teawater@gmail.com>
7373 Pedro Alves <pedro@codesourcery.com>
7374
7375 * gdb.texinfo (displaced-stepping): Describe the auto mode
7376 setting, and say it's the default. This is now a mainstream
7377 setting instead of a maintenance setting.
7378
7379 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7380
7381 * observer.texi (thread_stop_requested): New.
7382
7383 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7384
7385 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7386 (Patching): Replace incorrect usage of @samp by @kbd.
7387
7388 2008-10-17 Michael Snyder <msnyder@vmware.com>
7389
7390 * gdb.texinfo: Add documentation for reverse execution.
7391
7392 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7393 Eli Zaretskii <eliz@gnu.org>
7394
7395 * gdb.texinfo. (Values From Inferior): New subsubsection.
7396
7397 2008-10-06 Doug Evans <dje@google.com>
7398
7399 * gdb.texinfo (set debug dwarf2-die): Document it.
7400
7401 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7402
7403 * gdb.texinfo (catch) [exception]: Document how to insert
7404 a breakpoint on user-defined exceptions when the exception
7405 name is identical to one of the language-defined ones.
7406
7407 2008-09-27 Tom Tromey <tromey@redhat.com>
7408
7409 * gdb.texinfo (Macros): Remove text about stringification,
7410 varargs, and splicing.
7411
7412 2008-09-27 Tom Tromey <tromey@redhat.com>
7413
7414 * gdbint.texinfo (Language Support): Remove text about omitting
7415 support for a language.
7416
7417 2008-09-23 Doug Evans <dje@google.com>
7418
7419 * gdb.texinfo (info dcache): Update.
7420
7421 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7422
7423 * gdb.texinfo (Packets): Add info on thread-id syntax and
7424 multiprocess extensions.
7425 <D>: Document multiprocess form of packet.
7426 <H>: Use thread-id syntax.
7427 <T>: Likewise.
7428 <vCont>: Likewise. Note this is required for multiprocess.
7429 <vKill>: New packet.
7430 (Stop Reply Packets) <T>: Use thread-id syntax.
7431 <W>: Document multiprocess form of reply.
7432 <X>: Likewise.
7433 (General Query Packets) <qC>: Use thread-id syntax.
7434 <qfThreadInfo>: Likewise.
7435 <qGetTLSAddr>: Likewise.
7436 <qP>: Likewise.
7437 <qSupported>: Add "multiprocess" feature.
7438 <qThreadExtraInfo>: Use thread-id syntax.
7439
7440 2008-09-22 Stan Shebs <stan@codesourcery.com>
7441
7442 * gdb.texinfo (Inferiors): New section.
7443
7444 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7445
7446 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7447
7448 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7449
7450 * gdbint.texinfo (Target Conditionals): Remove documentation
7451 for gdbarch_name_of_malloc.
7452
7453 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7454
7455 * gdb.texinfo (Interrupts): Mention TCP interface for
7456 sending BREAK.
7457
7458 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7459
7460 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7461 argument prefix to "set sysroot".
7462
7463 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7464
7465 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7466 and False.
7467
7468 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7469
7470 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7471 for possible features of -list-features.
7472
7473 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7474
7475 * gdb.texinfo (Background execution): Adjust example
7476 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7477
7478 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7479
7480 * doc/gdb.texinfo (PowerPC): Fix typo.
7481 (PowerPC features): Fix typo.
7482
7483 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7484
7485 * observer.texi (thread_ptid_changed): New.
7486
7487 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7488
7489 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7490 (PowerPC features): Mention feature set for VSX registers.
7491
7492 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7493
7494 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7495 the direct visibility of all names in user-written packages.
7496
7497 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7498
7499 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7500 setting, and make it the default.
7501 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7502 non-stop script example.
7503
7504 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7505
7506 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7507 reference to the "Using Different Register and Memory Data
7508 Representation" section.
7509
7510 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7511
7512 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7513 (Remote Protocol): Add Packet Acknowledgment to menu.
7514 (Overview): Mention +/- can be disabled, and point to new section
7515 where this is discussed in detail.
7516 (General Query Packets): Document QStartNoAckMode packet, and
7517 corresponding qSupported reply.
7518 (Packet Acknowledgment): New section.
7519
7520 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7521 Pedro Alves <pedro@codesourcery.com>
7522
7523 * gdb.texinfo (Threads): Move paragraph about automatic thread
7524 selection to All-Stop Mode subsection.
7525 (Thread Stops): Reorganize existing material into subsections.
7526 Add introductory blurb and menu.
7527 (Non-Stop Mode): New subsection.
7528 (Background Execution): New subsection.
7529 (Maintenance Commands): Add cross-references from async mode
7530 commands to the new Background Execution section.
7531
7532 2008-08-06 Tom Tromey <tromey@redhat.com>
7533
7534 * gdb.texinfo (Extending GDB): New chapter.
7535 (Sequences): Demoted chapter, now a section under the new
7536 Extending GDB chapter.
7537 (Python): New section.
7538
7539 2008-07-31 Stan Shebs <stan@codesourcery.com>
7540
7541 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7542
7543 2008-07-29 Stan Shebs <stan@codesourcery.com>
7544
7545 * gdbint.texinfo: General round of cleanup and minor
7546 clarifications.
7547 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7548 (Longjmp Support): Update description to reflect how it is done
7549 for targets without using native header.
7550 (Symbol Handling): Add a little more general explanation.
7551 (COFF, ELF): Mention stabs encapsulation.
7552 (DWARF 3): New section.
7553 (Adding a New Host): Scrub out some obsolete bits.
7554 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7555 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7556 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7557 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7558 SEEK_SET, STOP_SIGNAL, USG.
7559 (Raw and Virtual Register Representations): Ditto for
7560 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7561 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7562 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7563 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7564 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7565 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7566 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7567 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7568 DEPRECATED_USE_STRUCT_CONVENTION.
7569 Describe gdbarch_deprecated_fp_regnum.
7570 Update description of gdbarch_print_insn.
7571 (Adding a New Target): Scrub out obsolete bits.
7572 (Obsolete Conditionals): Remove entire section.
7573
7574 2008-07-25 Tom Tromey <tromey@redhat.com>
7575
7576 * observer.texi (GDB Observers): Document new observers:
7577 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7578 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7579 architecture_changed.
7580
7581 2008-07-21 Stan Shebs <stan@codesourcery.com>
7582
7583 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7584 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7585
7586 2008-07-21 Tom Tromey <tromey@redhat.com>
7587
7588 * observer.texi (GDB Observers): Remove obsolete comment.
7589 <executable_changed>: Remove argument.
7590
7591 2008-07-18 Tom Tromey <tromey@redhat.com>
7592
7593 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7594
7595 2008-07-10 Doug Evans <dje@google.com>
7596
7597 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7598
7599 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7600
7601 * gdb.texinfo (Starting): Document "set disable-randomization".
7602
7603 2008-07-07 Andreas Schwab <schwab@suse.de>
7604
7605 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7606
7607 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7608
7609 * gdb.texinfo (GDB/MI Target Manipulation): Add
7610 example of -target-attach.
7611
7612 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7613
7614 * observer.texi (target_resumed): New observer.
7615 * gdb.texinfo (GDB/MI Output Records): Document *running.
7616
7617 2008-06-06 Tom Tromey <tromey@redhat.com>
7618
7619 * gdb.texinfo (Completion): Add field name example.
7620
7621 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7622
7623 * gdb.texinfo (GDB/MI Program Context): Added example
7624 to -exec-arguments
7625
7626 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7627
7628 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7629 annotation.
7630
7631 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7632 Nathan Sidwell <nathan@codesourcery.com>
7633 Joseph Myers <joseph@codesourcery.com>
7634
7635 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7636 and ACX_BUGURL.
7637 * configure: Regenerate.
7638 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7639 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7640 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7641 mailing-list-specific text about bug reporting unless
7642 BUGURL_DEFAULT.
7643
7644 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7645
7646 * gdb.texinfo (-target-select): Remove reference to target async.
7647 (Maintenance Commands): Document "maint set/show remote-async".
7648
7649 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7650
7651 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7652 in -target-file-get section.
7653
7654 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7655
7656 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7657 killing the inferior when it is already debugging a process.
7658
7659 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7660
7661 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7662 abbreviation for "finish".
7663
7664 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7665
7666 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7667
7668 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7669
7670 * gdbint.texinfo (Target Conditionals): Delete entry for
7671 gdbarch_dwarf_reg_to_regnum.
7672
7673 2008-05-09 Doug Evans <dje@google.com>
7674
7675 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7676
7677 2008-05-05 Doug Evans <dje@google.com>
7678
7679 * gdb.texinfo (disassemble): Document /m modifier.
7680
7681 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7682
7683 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7684 will not report the time of commands that run the target.
7685
7686 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7687
7688 * gdb.texinfo (GDB/MI Output Records): Add
7689 missing semicolon.
7690
7691 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7692
7693 * gdb.texinfo (GDB/MI Output Records):
7694 Document =thread-create and =thread-exited.
7695
7696 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7697
7698 * gdb.texinfo (GDB/MI Development and Front Ends):
7699 Remove mention of dmi-discuss.
7700
7701 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7702
7703 * observer.texi (thread_exit): New.
7704
7705 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7706
7707 * gdb.texinfo (Debugging Output): Document "set/show debug
7708 displaced".
7709 (Maintenance Commands): Document "maint set/show
7710 can-use-displaced-stepping".
7711
7712 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7713
7714 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7715 and set/show arm force-mode.
7716
7717 2008-05-02 Andreas Schwab <schwab@suse.de>
7718
7719 * gdbint.texinfo (Algorithms): Describe
7720 target_watchpoint_addr_within_range.
7721
7722 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7723
7724 * gdbint.texinfo (Stack Frames): New chapter.
7725 (Algorithms): Move Frames text to the new chapter.
7726 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7727 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7728
7729 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7730
7731 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7732 output does not necessary include any tokens.
7733
7734 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7735
7736 * gdb.texinfo (Set SH Calling convention): New @item.
7737 (Show SH Calling convention): Ditto.
7738
7739 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7740
7741 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7742
7743 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7744
7745 * gdb.texinfo (Set Breaks): Mention that multiple location
7746 breakpoints need line number info. Add index entries.
7747
7748 2008-04-19 Craig Silverstein <csilvers@google.com>
7749
7750 * gdb.texinfo (Requirements): Add an optional requirement on
7751 zlib.
7752 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7753 Compressed DWARF 2.
7754
7755 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7756
7757 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7758 sample output for 'stopped,reason="breakpoint-hit"' message.
7759 (GDB/MI Program Execution): Likewise.
7760
7761 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7762
7763 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7764 -var-set-format. Add -f option to -var-evaluate-expression.
7765
7766 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7767
7768 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7769 new node "Ambiguous Expressions". Replace references to this
7770 node by references to "Ambiguous Expressions" throughout.
7771 (Ambiguous Expressions): New node.
7772
7773 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7774
7775 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7776
7777 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7778
7779 * gdb.texinfo (Debugging Output): Document
7780 "set/show debug lin-lwp-async".
7781 (Maintenance Commands): Document "maint set/show linux-async".
7782
7783 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7784
7785 * gdb.texinfo (Expressions): Update description of malloced arrays.
7786
7787 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7788
7789 * gdb.texinfo (Thread Commands): Document
7790 -thread-info. Remove -thread-list-all-threads.
7791
7792 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7793
7794 Implement MI notification for new threads.
7795 * observer.texi (new_thread): Document.
7796
7797 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7798 Sandra Loosemore <sandra@codesourcery.com>
7799
7800 * gdb.texinfo (Library List Format): Update to mention the
7801 possibility to pass section addresses instead of segment
7802 addresses.
7803
7804 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7805
7806 * gdb.texinfo (Starting): Document "set exec-wrapper".
7807 (Server): Document gdbserver --wrapper.
7808
7809 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7810
7811 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7812 unreadable memory. Delete obsolete SPARClite reference.
7813
7814 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7815
7816 * gdb.texinfo (Starting): Mention always-running targets.
7817 (Target Commands): Add an anchor for load.
7818 (Connecting): Explain continue instead of run.
7819
7820 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7821
7822 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7823
7824 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7825
7826 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7827 breakpoint table.
7828
7829 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7830
7831 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7832 killing the inferior when it is already debugging a process.
7833
7834 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7835
7836 * gdbint.texinfo (Build Script): New section. Mention new build script
7837 gdb_buildall.sh.
7838
7839 2008-02-01 Jim Blandy <jimb@red-bean.com>
7840
7841 * gdb.texinfo (Help): Summarize 'info args' correctly.
7842
7843 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7844
7845 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7846 available in PowerPC architecture.
7847 (Embedded Processors): Change node name of PowerPC item in menu.
7848 (PowerPC): Rename to...
7849 (PowerPC Embedded): this.
7850 (Architectures): Add new PowerPC item in menu.
7851 (PowerPC): New node.
7852
7853 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7854
7855 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7856 commands.
7857
7858 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7859
7860 * gdb.texinfo (Setting Catchpoints): Mention features
7861 supported on GNU/Linux.
7862
7863 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7864
7865 * gdb.texinfo (GDB/MI File Commands): Describe new output
7866 field for MI command -file-list-exec-source-file.
7867
7868 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7869
7870 * gdb.texinfo (Using the `gdbserver' Program): Add security
7871 warning. Rearrange into subsections and subsubsections. Document
7872 --multi and --debug. Correct --with-sysroot typo. Update --attach
7873 usage. Make load reference clearer. Document monitor exit.
7874 (Remote Configuration): Document set remote exec-file, attach-packet,
7875 and run-packet.
7876 (Packets): Document vAttach and vRun.
7877
7878 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7879
7880 * gdb.texinfo (Processes): Mention process command.
7881 detach-on-follow -> detach-on-fork.
7882
7883 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7884
7885 * gdbint.texinfo (Native Conditionals): Remove
7886 SHELL_COMMAND_CONCAT and SHELL_FILE.
7887
7888 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7889
7890 * gdb.texinfo (Specify Location): Improve wording.
7891
7892 2008-01-23 Chris Demetriou <cgd@google.com>
7893
7894 * gdb.texinfo (Threads): Document new "set print thread-events"
7895 and "show print thread-events" commands.
7896
7897 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7898
7899 * gdb.texinfo (Specify Location): New section.
7900 (Delete Breaks, Edit, Set Breaks): Remove description of
7901 locations. Instead, add a reference to "Specify Location".
7902 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7903 (Symbols): Refer to "Specify Location" for the valid forms of
7904 linespecs and locations.
7905
7906 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7907
7908 * gdbint.texinfo (Target Conditionals): Replace the description of
7909 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7910
7911 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7912
7913 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7914 about &&var, which is rejected by the expression parser.
7915
7916 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7917
7918 * gdb.texinfo (Output): Update documentation on using printf with DFP
7919 types.
7920
7921 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7922
7923 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7924 subsubsection.
7925 (Decimal Floating Point format): New subsubsection.
7926
7927 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7928
7929 * gdb.texinfo (File Options): Remove mention of the attempt to
7930 open a core file with the -p option. Don't list -c as a valid
7931 option to attach to a process.
7932
7933 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7934
7935 * gdbint.texinfo (Host Conditionals): Remove mention of
7936 ALIGN_STACK_ON_ENTRY.
7937
7938 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7939
7940 * gdbint.texinfo (Start of New Year Procedure): Add item
7941 describing how to update the source and documentation copyright
7942 notices.
7943
7944 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7945
7946 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7947 watchpoint explanation into the main description of the watchpoint
7948 command; update synopses of 'watch', 'rwatch', and 'awatch'
7949 commands.
7950
7951 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7952
7953 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7954 Document 'pending-breakpoints' feature of
7955 -list-features.
7956
7957 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7958
7959 * gdb.texinfo: Add new parameter's description.
7960
7961 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7962
7963 * gdb.texinfo (Overview): Clarify run-length encoding
7964 example. Remove the restriction on "+" and "-" characters.
7965
7966 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7967
7968 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7969
7970 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7971
7972 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7973 the -f option for -break-insert, remove -r option,
7974 and clarify specification of location.
7975
7976 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7977
7978 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7979 formatting.
7980 (Remote Debugging): Add File Transfer section.
7981 (Remote Configuration): Document Host I/O packets.
7982 (GDB/MI): Add GDB/MI File Transfer Commands section.
7983 (Host I/O Packets): New section in "Remote Protocol".
7984 (Packets): Add vFile.
7985
7986 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7987
7988 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7989 breakpoints with multiple locations.
7990 (Breakpoint Menus): Improve wording.
7991 (Output): Fix last change.
7992
7993 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7994
7995 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7996
7997 2007-11-15 Doug Evans <dje@google.com>
7998
7999 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
8000
8001 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
8002
8003 * gdbint.texinfo (Native Conditionals): Remove
8004 mention of CLEAR_SOLIB.
8005
8006 2007-11-11 Joel Brobecker <brobecker@adacore.com>
8007
8008 * gdb.texinfo (Print Settings): Add documentation for "set/show
8009 print frame-arguments".
8010
8011 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8012
8013 * gdb.texinfo (Output): Update printf command's description.
8014
8015 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8016
8017 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
8018 powerpc soft-float".
8019
8020 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8021
8022 * gdb.texinfo (Files): Correct formatting. Mention Expat
8023 requirement.
8024 (Requirements for Building GDB): Expand the list of Expat
8025 uses.
8026 (Library List Format, Memory Map Format): Mention Expat.
8027 (Target Descriptions): Update Expat wording.
8028
8029 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8030
8031 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
8032 Document that gdbarch_convert_register_p should return zero for no-op
8033 conversions.
8034
8035 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
8036
8037 * gdbint.texi (Compiler Characteristics): Move documentation
8038 of set_gdbarch_sofun_address_maybe_missing back to ...
8039 (Target Conditionals): ... here to fix build break.
8040
8041 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8042
8043 * gdbint.texi (Target Conditionals): Remove documentation of
8044 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
8045 (Compiler Characteristics): ... documentation of
8046 set_gdbarch_sofun_address_maybe_missing.
8047
8048 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8049
8050 * gdbint.texinfo (Target Conditionals): Use
8051 frame_unwind_register_unsigned in examples instead of
8052 frame_unwind_unsigned_register.
8053
8054 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8055
8056 * gdb.texinfo: Add TSIZE definition, removed statement about
8057 unbounded arrays being unimplemented.
8058
8059 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8060
8061 * gdb.texinfo (Predefined Target Types): Add int128
8062 and uint128.
8063 (Standard Target Features): Add PowerPC features.
8064
8065 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8066
8067 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
8068
8069 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8070
8071 * gdbint.texi (Target Conditionals): Remove documentation
8072 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
8073 gdbarch_extract_return_value, and gdbarch_store_return_value.
8074
8075 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8076
8077 * gdbint.texi (Target Conditionals): Remove documentation of
8078 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
8079
8080 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8081
8082 * gdb.texinfo: Mention that inaccessible-by-default is on by
8083 default.
8084
8085 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8086
8087 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
8088
8089 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8090
8091 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
8092 multi-threaded watchpoints.
8093 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
8094 checked. Describe sticky notification. Expand description
8095 of steppable and continuable watchpoints.
8096 (Watchpoints and Threads): New subsection.
8097
8098 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
8099
8100 * gdb.texinfo (Setting Breakpoints): Revise
8101 documentation for pending breakpoints. Document
8102 breakpoints with multiple locations.
8103
8104 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
8105
8106 * gdb.texinfo (Miscellaneous gdb/mi Commands):
8107 Document -list-features.
8108
8109 2007-09-15 Eli Zaretskii <eliz@gnu.org>
8110
8111 * gdb.texinfo (Output): Spell out which features of C's printf are
8112 not supported by GDB's printf.
8113 (Separate Debug Files): More accurate wording regarding build ID
8114 and a reference to the ld manual rather than the Fedora wiki.
8115
8116 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8117 Jim Blandy <jimb@codesourcery.com>
8118
8119 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
8120 (Examining Memory): Update mentions of the 's' format.
8121 (Automatic Display): Likewise.
8122
8123 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
8124
8125 * gdb.texinfo: Update the FSF's Back-Cover Text.
8126
8127 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8128 Eli Zaretskii <eliz@gnu.org>
8129
8130 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
8131 Fixed the ``build ID'' name. New binaries build instructions for the
8132 build ID inclusion. Explain how the commands are specific to the build
8133 ID vs. debug link.
8134
8135 2007-09-01 Eli Zaretskii <eliz@gnu.org>
8136
8137 * gdb.texinfo (Separate Debug Files): Fix last change. Add
8138 indexing for ``build ID'' support.
8139
8140 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8141
8142 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
8143 Enlisted BUILD ID to the debug file searching example.
8144 Included a BUILD ID `.note.gnu.build-id' section description.
8145 Updated/added the debug files splitting instructions for OBJCOPY.
8146
8147 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8148
8149 * gdb.texinfo (Variable Objects): Adjust docs
8150 for -var-info-expression and document
8151 -var-info-path-expression.
8152
8153 2007-08-20 Jim Blandy <jimb@codesourcery.com>
8154
8155 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
8156 (title page): Include the dedication in the printed manual, as a
8157 separate page after the copyright notice.
8158
8159 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
8160 don't break a @var across a line.
8161
8162 2007-07-25 Maciej W. Rozycki <macro@mips.com>
8163
8164 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
8165 for include files.
8166
8167 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
8168
8169 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
8170 in annotate.texinfo.
8171 (Command History): Link to new node.
8172
8173 2007-07-05 Markus Deuling <deuling@de.ibm.com>
8174
8175 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
8176
8177 2007-07-05 Eli Zaretskii <eliz@gnu.org>
8178
8179 * gdbint.texinfo (Target Conditionals): Fix last change.
8180
8181 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8182
8183 * gdb.texinfo: Replace following macros by their appropriate gdbarch
8184 routines:
8185 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
8186 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
8187 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
8188 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
8189 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
8190 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
8191 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
8192 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
8193 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
8194 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
8195 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
8196 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
8197 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
8198 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
8199 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
8200 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
8201 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
8202 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
8203 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
8204 (SOFTWARE_SINGLE_STEP_P)
8205
8206 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
8207 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
8208
8209 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
8210 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
8211 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
8212 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
8213 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
8214 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
8215 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
8216 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
8217 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
8218 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
8219
8220 (Converting an existing Target Architecture to Multi-arch): Remove
8221 section.
8222
8223 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
8224 (gdbarch_addr_bits_remove): Add code example.
8225
8226 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
8227
8228 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8229
8230 * gdb.texinfo (Remote Configuration): Document library-info-packet.
8231 Add other missing entries. Adjust the table size to fit.
8232 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
8233 stop reasons including the new "library" event.
8234 (General Query Packets): Adjust table widths for qSupported. Mention
8235 qXfer:libraries:read reply to qSupported and document the new packet.
8236 (Library List Format): New section.
8237
8238 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8239
8240 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
8241
8242 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
8243
8244 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
8245
8246 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
8247
8248 * gdbint.texinfo (Register and Memory Data): Break sections
8249 into nodes and add a menu.
8250
8251 2007-06-21 Maciej W. Rozycki <macro@mips.com>
8252
8253 * gdb.texinfo (Examining Memory): Document the new behaviour.
8254
8255 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
8256
8257 * gdb.texinfo (Standard Target Features): Document
8258 m68k features.
8259
8260 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8261
8262 * gdb.texinfo (General Query Packets): Document qOffsets changes.
8263
8264 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8265
8266 * gdb.texinfo (Target Description Format): Add version attribute
8267 for <target>.
8268
8269 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8270
8271 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
8272
8273 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8274
8275 * gdb.texinfo (MIPS Features): New subsection.
8276
8277 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8278 Markus Deuling <deuling@de.ibm.com>
8279
8280 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
8281 and qXfer:spu:write packets and mention them under qSupported.
8282
8283 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8284 Markus Deuling <deuling@de.ibm.com>
8285
8286 * gdb.texinfo (Architectures): Add new SPU section to document
8287 Cell Broadband Engine SPU architecture specific commands.
8288
8289 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
8290
8291 * gdb.texinfo (GDB/MI Variable Objects): Editorial
8292 comments.
8293
8294 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
8295
8296 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
8297
8298 2007-05-29 Jim Blandy <jimb@codesourcery.com>
8299
8300 * gdb.texinfo (Overview): Doc fix.
8301
8302 2007-05-22 Maciej W. Rozycki <macro@mips.com>
8303
8304 * gdb.texinfo (Remote Configuration): Document "set/show
8305 remoteflow".
8306
8307 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8308
8309 * gdb.texinfo (MIPS): Remove documentation for set mips
8310 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8311 stack-arg-size.
8312
8313 2007-05-14 Bob Wilson <bob.wilson@acm.org>
8314
8315 * all-cfg.texi (GDBTUI): New.
8316 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8317 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8318 (TUI Configuration): Edit to improve clarity and fix problems of
8319 both style and content.
8320
8321 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8322
8323 * observer.texi (GDB Observers): New observer "new_objfile".
8324
8325 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8326
8327 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8328
8329 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8330
8331 * gdb.texinfo (GDB/MI Variable Objects): Document
8332 frozen variables objects.
8333
8334 2007-04-13 Paul Brook <paul@codesourcery.com>
8335
8336 * gdb.texinfo: Document ieee_single and ieee_double target types.
8337
8338 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8339
8340 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8341 (Character Sets, Caching Data of Remote Targets): Likewise.
8342 (Targets): Delete Remote node. Move its text...
8343 (Debugging Remote Programs): ...to here. Delete description
8344 of the "remote" command.
8345 (Remote configuration): Delete description of "set remotedevice"
8346 and "show remotedevice".
8347 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8348
8349 2007-04-11 Steve Ellcey <sje@cup.hp.com>
8350
8351 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8352
8353 2007-04-11 Bob Wilson <bob.wilson@acm.org>
8354
8355 * gdb.texinfo (Contributors, Continuing and Stepping)
8356 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8357 (General Query Packets, File-I/O Remote Protocol Extension)
8358 (Protocol Basics, The F Reply Packet, Write)
8359 (Protocol-specific Representation of Datatypes, Memory Transfer):
8360 Fix hyphenation, punctuation and grammar problems.
8361 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8362 'section' instead of 'subsection' in the text.
8363 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8364 (i386): Remove period from section name.
8365 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8366 (Config Names, Configure Options): Use @file{configure}.
8367
8368 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8369
8370 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8371 and tab expansion.
8372
8373 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8374
8375 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8376
8377 2007-04-02 Bob Wilson <bob.wilson@acm.org>
8378
8379 * gdb.texinfo: Consistently capitalize all significant words in
8380 node names, chapter titles, section titles, and headings. Update
8381 cross references to match.
8382 (Starting and Stopping Trace Experiment): Make node name plural.
8383 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8384
8385 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8386
8387 * gdb.texinfo (WinCE): Delete obsolete subsection.
8388
8389 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8390
8391 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8392 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8393 references.
8394
8395 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8396
8397 * gdb.texinfo (Startup): Delete references to some alternate
8398 names for .gdbinit.
8399 (Thread): Remove LynxOS reference.
8400 (Tandem ST2000): Delete target-specific documentation.
8401 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8402 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8403 and GDB_OSABI_LYNXOS.
8404
8405 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8406
8407 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8408
8409 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8410
8411 * gdbint.texinfo (Target Conditionals): Remove mention of
8412 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8413 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8414
8415 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8416
8417 * Makefile.in: Add "pdfdir" installation
8418 directory, PDFTEX macro, support for "install-pdf" target,
8419 and rules for making a pdf version of refcard.texi.
8420 * refcard.tex: Specify paper size for PDF output.
8421
8422 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8423
8424 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8425
8426 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8427
8428 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8429 (Source Path, Character Sets, Macros, Define)
8430 (GDB/MI Result Records, GDB/MI Simple Examples)
8431 (GDB/MI Program Execution, GDB/MI File Commands)
8432 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8433 (Bug Reporting): Use @value{GCC}.
8434
8435 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8436
8437 * gdb.texinfo (Help): Fix formatting of examples.
8438 (Variables): Use @ifnotinfo instead of @iftex.
8439 (Non-debug DLL symbols): Use @ref instead of @pxref.
8440 (Sparclet File): Use @samp instead of quotes.
8441
8442 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8443
8444 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8445
8446 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8447
8448 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8449 the order of the nodes.
8450 (C Operators, C Constants, Debugging C): Remove extra menus.
8451 (Method Names in Commands): Do not specify next/prev/up nodes.
8452
8453 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8454
8455 * gdb.texinfo (File Options): Add missing parenthesis.
8456 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8457
8458 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8459
8460 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8461
8462 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8463
8464 * gdb.texinfo (Standard Target Features): Mention
8465 case insensitivity.
8466 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8467
8468 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8469
8470 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8471 (Files): Add section name to argument list for pxref.
8472 (Non-debug DLL symbols): Don't use `see' for pxref.
8473 (Embedded Processors): Fix typo.
8474 (GDB/MI Breakpoint Commands): Execution commands generate
8475 *stopped not ^done.
8476
8477 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8478
8479 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8480 values for in_scope. Mention that only root variables can be
8481 updated.
8482 (GDB/MI Development and Front Ends): Explain new values may be
8483 added to existing fields.
8484
8485 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8486
8487 * gdb.texinfo (-target-disconnect): Use @smallexample.
8488 (Requirements): Add anchor for Expat. Update description.
8489 (Target Descriptions): Mention Expat.
8490 (Target Description Format): Document new elements. Use
8491 @smallexample.
8492 (Predefined Target Types, Standard Target Features): New sections.
8493 * gdbint.texinfo (Target Descriptions): New section.
8494
8495 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8496
8497 * gdb.texinfo (Target Description Format): Add section on XInclude.
8498
8499 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8500
8501 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8502 command -enable-timings.
8503
8504 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8505
8506 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8507 descriptions for new/deleted elements in gdb_osabi. Add missing
8508 description for function generic_elf_osabi_sniff_abi_tag_sections.
8509
8510 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8511
8512 * gdb.texinfo (Maintenance Commands): Add documentation for
8513 the new "maint print target-stack" command.
8514
8515 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8516 Eli Zaretskii <eliz@gnu.org>
8517
8518 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8519
8520 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8521
8522 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8523 Use @value{NGCC} instead of @value{GCC}.
8524
8525 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8526
8527 * agentexpr.texi: Fix typos.
8528 * annotate.texinfo: Likewise.
8529 * gdb.texinfo: Likewise.
8530 * gdbint.texinfo: Likewise.
8531 * observer.texi: Likewise.
8532 * stabs.texinfo: Likewise.
8533
8534 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8535
8536 * gdbint.texinfo (Support Libraries): Remove mmalloc
8537 entry. Describe readline library.
8538
8539 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8540
8541 * gdb.texinfo (Target Descriptions): New section.
8542 (General Query Packets): Add QPassSignals anchor. Mention
8543 qXfer:features:read under qSupported. Expand mentions of
8544 qXfer:memory-map:read and QPassSignals. Document
8545 qXfer:features:read.
8546
8547 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8548
8549 * gdb.texinfo (Commands to specify files): Describe
8550 "set sysroot" and "show sysroot".
8551 (Using the `gdbserver' program): Lowercase argument
8552 to @var. Expand description of setting up GDB on the
8553 host.
8554
8555 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8556
8557 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8558 catch exception, catch exception unhandled, and catch assert
8559 commands.
8560
8561 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8562
8563 * gdb.texinfo (Debugging Output): Document "set debug xml"
8564 and "show debug xml".
8565
8566 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8567
8568 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8569
8570 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8571
8572 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8573
8574 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8575
8576 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8577 note in @ignore, to be removed later if nobody complains.
8578
8579 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8580
8581 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8582 of -var-delete.
8583
8584 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8585
8586 * gdb.texinfo (Setting breakpoints): Document
8587 automatic software/hardware breakpoint usage and
8588 the "set breakpoint auto-hw" command.
8589
8590 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8591
8592 * gdb.texinfo (Memory Access Checking): New.
8593
8594 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8595
8596 * gdb.texinfo (Remote configuration): Mention
8597 "pass-signals-packet".
8598 (General Query Packets): Document QPassSignals. Fix
8599 a typo.
8600
8601 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8602
8603 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8604
8605 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8606
8607 * gdb.texinfo (Remote configuration): Rewrite documentation for
8608 packet configuration commands.
8609 (OS Information): Adjust reference to qXfer:auxv:read.
8610 (General Query Packets): Remove references to read-aux-vector-packet
8611 and set remote get-thread-local-storage-address.
8612
8613 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8614
8615 * gdbint.texinfo (Target Architecture Definition): Add new
8616 Initializing a New Architecture section.
8617
8618 2006-10-31 David Taylor <dtaylor@emc.com>
8619
8620 * stabs.texinfo (Macro define and undefine): New node describing
8621 stabs for #define and #undef.
8622
8623 2006-10-27 Andreas Schwab <schwab@suse.de>
8624
8625 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8626
8627 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8628
8629 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8630 clarify on the possible meanings of ``expression'' watched by
8631 watchpoints. Add indexing.
8632 (Prompting, Errors, Invalidation, Annotations for Running)
8633 (Source Annotations): Fix index entries by adding "annotation" to
8634 them, to discriminate from index entries that point to the more
8635 general topic descriptions.
8636
8637 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8638
8639 * gdbint.texinfo (Target Vector Definition): Move most
8640 content into Existing Targets. Add a menu.
8641 (Existing Targets): New section, moved from Target Vector
8642 Definition. Use @subsection.
8643 (Managing Execution State): New section.
8644
8645 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8646
8647 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8648
8649 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8650
8651 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8652 (Command Syntax, Signals, Backtrace, Connecting)
8653 (Remote configuration, Renesas Boards, Console I/O): Fix last
8654 change: use Ctrl- instead of C-, except wrt Emacs.
8655 (File-I/O Examples): Put Ctrl-c in @kbd.
8656 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8657 (Console I/O): Use @samp with Ctrl-.
8658 (Signals, Set Breaks, Set Watchpoints): Document optional
8659 arguments to `info signals' `handle', `info breakpoints', and
8660 `info watchpoints'.
8661
8662 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8663
8664 * gdb.texinfo (Backtrace): Fix last change.
8665
8666 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8667
8668 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8669
8670 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8671
8672 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8673 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8674 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8675
8676 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8677 Daniel Jacobowitz <dan@codesourcery.com>
8678
8679 * gdb.texinfo (Packets): Document vFlashErase,
8680 vFlashWrite and vFlashDone packets.
8681 (General Query Packets): Document qXfer:memory-map:read.
8682 Add a new feature for qXfer:memory-map:read.
8683 (Memory map format): New section.
8684 (Target Commands): Mention that gdb can write flash.
8685
8686 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8687 Daniel Jacobowitz <dan@codesourcery.com>
8688
8689 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8690 memory regions and "mem auto".
8691
8692 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8693
8694 * gdbint.texinfo (Array Containers): New section.
8695
8696 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8697
8698 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8699 -stack-list-arguments HIGH_FRAME argument can be larger then the
8700 actual number of frames.
8701
8702 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8703
8704 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8705 -stack-list-locals HIGH_FRAME argument can be larger then the
8706 actual number of frames.
8707
8708 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8709
8710 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8711 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8712
8713 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8714
8715 * gdbint.texinfo (Overall Structure): New section "Source Tree
8716 Structure".
8717
8718 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8719
8720 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8721 responses.
8722
8723 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8724
8725 * gdb.texinfo (Source Path): Add documentation for new
8726 substitute-path commands.
8727
8728 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8729
8730 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8731 (Running Configure): ...here.
8732 (Requirements): New node. Mention expat.
8733
8734 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8735
8736 * gdb.texinfo (Target Commands): Remove
8737 'set download-write-size' and 'show download-write-size'.
8738
8739 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8740
8741 * stabs.texinfo (Member Type Descriptor): Correct example for
8742 pointer to member types.
8743
8744 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8745
8746 * gdb.texinfo (Optional warnings and messages): Add
8747 'set/show trace-commands'.
8748 (Command files): Add '-v' to source command.
8749
8750 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8751
8752 * gdb.texinfo (OS Information): Update qPart reference to
8753 qXfer.
8754 (Remote configuration): Likewise.
8755 (Overview): Move @cindex to the start of a paragraph. Talk
8756 about binary data encoding.
8757 (Packets): Refer to the overview for the details of the X
8758 packet encoding.
8759 (General Query Packets): Remove qPart description. Add qXfer
8760 description. Add an anchor to qSupported. Correct feature
8761 table title. Add a new feature for qXfer:auxv:read.
8762 (Interrupts): Add a missing parenthesis.
8763
8764 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8765
8766 * gdb.texinfo (KOD): Remove node.
8767 (GDB/MI Kod Commands): Remove commented out node.
8768
8769 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8770
8771 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8772 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8773 (GDB/MI Thread Commands, GDB/MI Program Execution)
8774 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8775 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8776 (GDB/MI File Commands, GDB/MI Target Manipulation)
8777 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8778 since the MI prompt is hard-wired into the code.
8779
8780 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8781
8782 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8783 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8784 (GDB/MI Data Manipulation): Remove description of unimplemented
8785 display related commands as variable objects perform this function
8786 and are superior: -display-delete, -display-disable,
8787 -display-enable, -display-insert and -display-list. Move
8788 -environment-cd, -environment-directory, -environment-path
8789 and -environment-pwd to "Program Context".
8790 (GDB/MI Program Control): Rename to "Program Execution". Move
8791 -exec-arguments -exec-abort to...
8792 (GDB/MI Program Context): ...here. New node split from "Data
8793 Manipulation".
8794
8795 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8796
8797 * gdb.texinfo (Remote configuration): Document set / show
8798 remote supported-packets.
8799 (General Query Packets): Document qSupported packet.
8800
8801 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8802
8803 * gdb.texinfo (system): Document behaviour with zero length
8804 string.
8805
8806 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8807
8808 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8809 and font markup.
8810 (Protocol basics): Likewise.
8811 (The F request packet): Likewise.
8812 (The F reply packet): Likewise.
8813 (Memory transfer): Move this node to be a subsubsection of
8814 "Protocol specific representation of datatypes".
8815 (The Ctrl-C message): More copy editing.
8816 (Console I/O): Likewise.
8817 (The isatty call): Delete this node, and merge its content into
8818 the "isatty" node. Fixed references elsewhere.
8819 (The system call): Delete this node, and merge its content into
8820 the "system" node. Fixed references elsewhere.
8821 (open): Reformat to use @table, and add appropriate font markup.
8822 (close): Likewise.
8823 (read): Likewise.
8824 (write): Likewise.
8825 (lseek): Likewise.
8826 (rename): Likewise.
8827 (unlink): Likewise.
8828 (stat/fstat): Likewise.
8829 (gettimeofday): Likewise.
8830 (isatty): Likewise.
8831 (system): Likewise, plus minor changes to fix confusing wording.
8832 (Integral datatypes): Fix font markup.
8833 (Pointer values): Likewise.
8834 (struct stat): Fix markup to use @table, plus minor copy editing.
8835 (struct timeval): Fix font markup, plus minor copy editing.
8836 (Constants): Minor copy editing.
8837 (Errno values): Add font markup.
8838 (File-I/O Examples): Likewise.
8839
8840 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8841
8842 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8843 (GDB/MI Simple Examples): Move node up one level. Use real
8844 examples.
8845 (GDB/MI Compatibility with CLI): Update.
8846 (GDB/MI Result Records): Add "connected" and "exit" result
8847 classes.
8848 (GDB/MI Stream Records): Clarify target output.
8849 (GDB/MI Command Description Format): Modify example description.
8850 (GDB/MI Breakpoint Table Commands): Rename to...
8851 (GDB/MI Breakpoint Commands): ...this
8852 (GDB/MI Breakpoint Commands): Add optional thread field.
8853 (GDB/MI Program Control): Add an introduction. Move "Program
8854 termination" examples into exec-run description.
8855 (GDB/MI File Commands): Mention similar CLI commands.
8856 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8857 is similar to "-gdb-version".
8858
8859 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8860
8861 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8862
8863 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8864
8865 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8866 sourceware.org for mailing lists.
8867 (GDB/MI File Commands): New node split from Program Control.
8868
8869 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8870
8871 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8872
8873 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8874
8875 * gdb.texinfo (Cygwin Native): Fix last change.
8876
8877 2006-05-22 Christopher Faylor <cgf@timesys.com>
8878
8879 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8880
8881 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8882
8883 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8884 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8885
8886 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8887
8888 * gdb.texinfo (General Query Packets): Recommend not starting
8889 new packets with qC and clarify.
8890
8891 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8892
8893 * gdb.texinfo (M2 Types): New section.
8894
8895 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8896
8897 * agentexpr.texi: Add a copyright and license notice.
8898 * observer.texi: Likewise, with GPL clause for function prototypes.
8899 Remove trailing whitespace.
8900
8901 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8902
8903 * gdb.texinfo (General Query Packets): Document conventions for
8904 terminating packet names, and their violations.
8905
8906 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8907
8908 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8909 * gdb.texinfo: Likewise.
8910
8911 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8912
8913 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8914 and "show remotedebug".
8915 (Debugging Output): Add additional index entries.
8916
8917 2006-04-27 Michael Snyder <msnyder@redhat.com>
8918
8919 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8920
8921 2006-04-22 Andrew Cagney <cagney@redhat.com>
8922
8923 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8924 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8925
8926 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8927
8928 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8929 and remove breakpoint prototypes.
8930 (Watchpoints): Move description of target_insert_hw_breakpoint and
8931 target_remove_hw_breakpoint ...
8932 (Breakpoints): ... to here. Document target_insert_breakpoint and
8933 target_remove_breakpoint.
8934
8935 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8936
8937 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8938 and C packets are optional.
8939
8940 2006-04-14 Frederic Riss <frederic.riss@st.com>
8941
8942 * gdb.texinfo (Specifying source directories): Update the description
8943 of the source file search to reflect the fact that the source path
8944 always contains at least $cdir and $cwd.
8945
8946 2006-03-31 Michael Snyder <msnyder@redhat.com>
8947
8948 * gdb.texinfo: Update copyright dates.
8949
8950 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8951
8952 * gdb.texinfo (Overview): Add an index entry to "empty response".
8953
8954 2006-03-29 Steve Ellcey <sje@cup.hp.com>
8955
8956 * gdb.texinfo: Remove gdbserve.nlm documentation.
8957
8958 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8959
8960 * gdbint.texinfo (Prologue Analysis): New section.
8961
8962 2006-03-07 Jim Blandy <jimb@red-bean.com>
8963
8964 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8965
8966 * gdb.texinfo (Target Commands): Update text describing how to
8967 specify a target. Refer to the detailed section on remote
8968 debugging, not the brief mention.
8969
8970 * gdb.texinfo (Connecting): Organize the different 'target remote'
8971 connection methods into a table. Add a 'target remote' index
8972 entry. (!!!)
8973
8974 2006-02-17 Fred Fish <fnf@specifix.com>
8975
8976 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8977 'ptype' commands to reflect the fact that the only significant
8978 difference between them is that ptype prints the complete type
8979 description instead of just the name.
8980
8981 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8982
8983 * gdbint.texinfo (Watchpoints): Delete
8984 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8985
8986 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8987
8988 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8989 times fields where needed. Fix typos. Update general form given
8990 for output of -break-insert.
8991 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8992
8993 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8994
8995 * gdbint.texinfo (Symbol Handling): Add a section
8996 on memory management.
8997
8998 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8999
9000 * gdb.texinfo (Breakpoint table commands): Document the fullname
9001 field in -break-list output.
9002
9003 2006-02-03 Eli Zaretskii <eliz@gnu.org>
9004
9005 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
9006 debugging information produced by the various "set debug..."
9007 options.
9008
9009 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9010
9011 * gdb.texinfo (Files): Remove obsolete bits from the description
9012 of "symbol-file".
9013
9014 2006-01-25 Jim Blandy <jimb@redhat.com>
9015
9016 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
9017
9018 2006-01-24 Jim Blandy <jimb@redhat.com>
9019
9020 * gdbint.texinfo (Frames): Document the basics of GDB's register
9021 unwinding model, and explain the existence of the "sentinel" frame.
9022
9023 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
9024
9025 * gdb.texinfo (Choosing files): Mention that -directory is used
9026 for script files.
9027 (Specifying source directories): Likewise.
9028 (Command files): Explain how script files are found.
9029
9030 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9031
9032 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
9033 the threads in a multi-threaded program.
9034 (Threads): The threadno argument of "thread apply" can be a range
9035 of numbers.
9036
9037 2006-01-18 Jim Blandy <jimb@redhat.com>
9038
9039 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
9040 of warning flags.
9041
9042 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9043
9044 * gdb.texinfo (Sequences): Improve menu annotations.
9045 (Define): Add index entries for arguments of user-defined
9046 commands. Move the description of flow-control commands...
9047 (Command Files): ...to here. Document loop_break and
9048 loop_continue.
9049 (Define, Command Files): Document `end' and add index entries for
9050 it.
9051
9052 2006-01-04 Michael Snyder <msnyder@redhat.com>
9053
9054 * gdb.texinfo: Add documentation for linux-fork.
9055 * gdbint.texinfo: Add internal documentation for checkpoints.
9056
9057 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
9058
9059 * gdb.texinfo (Omissions from Ada): Document that there is now
9060 limited aggregate support.
9061
9062 2005-12-28 Eli Zaretskii <eliz@gnu.org>
9063
9064 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
9065 registers and the likes.
9066
9067 2005-12-24 Eli Zaretskii <eliz@gnu.org>
9068
9069 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
9070 (Symbols): Fix usage of "e.g.".
9071 (Memory Region Attributes): Fix usage of "etc."
9072
9073 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
9074 (Coding): Fix usage of "e.g.".
9075
9076 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9077
9078 * stabs.texinfo:
9079 * refcard.tex:
9080 * gpl.texi:
9081 * gdbint.texinfo:
9082 * gdb.texinfo:
9083 * gdb-cfg.texi:
9084 * fdl.texi:
9085 * annotate.texinfo:
9086 * all-cfg.texi:
9087 * Makefile.in: Add (C) after Copyright. Update the FSF
9088 address.
9089
9090 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9091
9092 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
9093 extend GDB with commands for external monitor.
9094
9095 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9096
9097 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
9098
9099 2005-11-25 Joel Brobecker <brobecker@adacore.com>
9100
9101 * gdbint.texinfo (Start of New Year Procedure): New chapter.
9102
9103 2005-11-21 Jim Blandy <jimb@redhat.com>
9104
9105 * gdb.texinfo (Tracepoint Packets): Document restrictions on
9106 placement of 'R' actions in tracepoint action packets; document
9107 dependence of 'X' and 'M' actions on a preceding 'R' action for
9108 their registers.
9109
9110 2005-11-19 Jim Blandy <jimb@redhat.com>
9111
9112 * gdb.texinfo (Tracepoint Packets): New node.
9113 (General Query Packets): Add entries for the tracepoint packets,
9114 referring to the "Tracepoint Packets" node.
9115 (Tracepoints): Add reference to "Tracepoint Packets".
9116
9117 2005-11-18 Kevin Buettner <kevinb@redhat.com>
9118
9119 * gdb.texinfo (set remotebreak): Add anchor.
9120 (X packet): Likewise.
9121 (Remote Protocol): Add new section `Interrupts' and new index
9122 entry `interrupts (remote protocol)'.
9123
9124 2005-11-18 Jim Blandy <jimb@redhat.com>
9125
9126 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
9127 entries into the General Query Packets section. Add a
9128 cross-reference to that section. Drop description of replies, as
9129 these are covered in the descriptions of each packet.
9130 (General Query Packets): Add introductory text. Explain naming
9131 conventions, and how the end of a name is recognized.
9132
9133 2005-11-17 Kevin Buettner <kevinb@redhat.com>
9134
9135 * gdb.texinfo (Remote configuration): Fix typo in description of
9136 "set remotebreak" command.
9137
9138 2005-11-16 Jim Blandy <jimb@redhat.com>
9139
9140 * gdb.texinfo (Packets, Stop Reply Packets)
9141 (General Query Packets): Various formatting cleanups.
9142 - Use @samp for packet contents.
9143 - Drop summaries from packet @item lines; the same information appears
9144 immediately below in the description.
9145 - Delete paragraph breaks after packet @item commands, so that the
9146 description appears directly to the right of the packet prototype
9147 in the printed manual, if it fits.
9148 - Place spaces in packet prototypes between @vars and non-@var
9149 letters, and explain that they're just for formatting.
9150 - Use @dots{} instead of '...'.
9151 - Fix uses of @code where @var was needed.
9152 - Replace "deprecated" markers with English text spelling out the
9153 packet's status and the preferred alternatives.
9154 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
9155 what this ever meant.
9156 - Remove "(draft)" markers on 'i' packets; nobody has commented on
9157 this for a long time.
9158 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
9159 implemented several times, and have been in use for years.
9160
9161 2005-11-15 Jim Blandy <jimb@redhat.com>
9162
9163 * gdb.texinfo (Packets): Add index entries for 'm' packet
9164 disclaimers.
9165
9166 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
9167 of stub when processing an 'm' packet.
9168
9169 * gdb.texinfo (Packets): Mention that packets beginning with
9170 letters are reserved once, at the top, instead of actually listing
9171 them all and saying "reserved".
9172
9173 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
9174
9175 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
9176 Change @var{$arg0 to @code{$arg0.
9177
9178 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
9179
9180 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
9181
9182 2005-11-12 Jim Blandy <jimb@redhat.com>
9183
9184 * gdb.texinfo (General Query Packets): Put packets in alphabetical
9185 order. Remove extraneous 'z'.
9186
9187 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
9188
9189 * gdb.texinfo (Choosing files): Add --eval-command.
9190
9191 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
9192
9193 * gdb.texinfo (Choosing modes): Add --return-child-result.
9194
9195
9196 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
9197
9198 * gdb.texinfo (Choosing modes): Add --batch-silent.
9199
9200 2005-10-28 Eli Zaretskii <eliz@gnu.org>
9201
9202 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
9203 "The -var-update Command".
9204
9205 2005-10-03 Joel Brobecker <brobecker@adacore.com>
9206
9207 * gdb.texinfo (Print Settings): Add documentation for set/show
9208 print array-indexes.
9209
9210 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9211
9212 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
9213 6.2 and 6.3.
9214
9215 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9216
9217 * gdb.texinfo (File Options): Don't document --mapped, it's gone
9218 since 19-Jan-2004.
9219 (Files): Likewise.
9220 (Variables, Symbols): Document the "<incomplete type>" message and
9221 its reasons.
9222
9223 2005-08-01 Fred Fish <fnf@specifix.com>
9224
9225 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
9226
9227 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
9228
9229 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
9230 option for -var-list-children and -var-update.
9231 (GDB/MI Stack Manipulation): Simplify description of
9232 print-values option for -stack-list-locals.
9233 (GDB/MI Command Description Format): Clarify.
9234 (Mode Options): Spelling of superseded.
9235
9236 2005-07-12 Bob Rossi <bob@brasko.net>
9237
9238 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
9239 corresponding GDB command comment.
9240
9241 2005-07-06 Bob Rossi <bob@brasko.net>
9242
9243 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
9244 and -inferior-tty-show.
9245 (Input/Output): Document "set/show inferior-tty" and tty alias.
9246
9247 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
9248
9249 * gdb.texinfo (Packets): Change description of 'D' packet to note
9250 that GDB does wait for a response.
9251
9252 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
9253
9254 * gdb.texinfo (History) Rename "Command History".
9255 (Command History): Move node "Server Prefix" from section on
9256 Annotations here.
9257
9258 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9259
9260 * gdb.texinfo (GDB/MI Stack Manipulation):
9261 Re-instate -stack-info-frame with example. Say that it gets
9262 info on selected frame, not current frame.
9263
9264 2005-06-18 Eli Zaretskii <eliz@gnu.org>
9265
9266 * gdb.texinfo (Server): Clarify that `file' should be used before
9267 connecting to the server.
9268 (Files): Add an xref to the above description.
9269 (Output Formats): More detailed description of the `c' format.
9270 (Memory): List explicitly all the formats supported by `x'.
9271 (Threads): Add an @cindex entry for "thread apply".
9272 (Files): Document the possibility of loading unlinked object
9273 files. Add more indexing for solib-absolute-prefix and
9274 --with-sysroot.
9275 (Machine Code): Document possible problems with locations in
9276 shared libraries.
9277 (Backtrace): Document that free-standing environments do not need
9278 to have a `main' function.
9279
9280 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
9281
9282 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
9283 -stack-info-frame.
9284
9285 2005-06-07 Andrew Cagney <cagney@gnu.org>
9286
9287 * gdb.texinfo (Contributors): Note the original multi-arch
9288 contributors.
9289
9290 2005-06-03 Eli Zaretskii <eliz@gnu.org>
9291
9292 * gdb.texinfo (Registers): Add index entries for the standard
9293 registers.
9294 (Frames): Add cross-reference from frame pointer description to
9295 the Registers node.
9296 (Annotations Overview): Fix the reference to GDB name.
9297
9298 2005-06-01 Eli Zaretskii <eliz@gnu.org>
9299
9300 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
9301 can-use-hw-watchpoints.
9302
9303 2005-05-28 Bob Rossi <bob@brasko.net>
9304
9305 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9306 the possible reasons why an exec async record would be returned to FE.
9307
9308 2005-05-26 Andrew Cagney <cagney@gnu.org>
9309
9310 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9311 Andrew Cagney implemented the original GDB/MI.
9312
9313 2005-05-23 Orjan Friberg <orjanf@axis.com>
9314
9315 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9316 documentation. Add documentation for cris-mode.
9317
9318 2005-05-20 Eli Zaretskii <eliz@gnu.org>
9319
9320 * gdb.texinfo (Numbers): Explain the example and make the wording
9321 more acurate.
9322
9323 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9324 Dennis Brueni <dennis@slickedit.com>
9325
9326 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9327 (GDB/MI Data Manipulation, GDB/MI Program Control)
9328 (GDB/MI Stack Manipulation): Update examples to include the fullname
9329 attribute in stack frames.
9330
9331 2005-05-12 Eli Zaretskii <eliz@gnu.org>
9332
9333 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9334 do with other non-standard names of init files.
9335
9336 2005-05-11 Eli Zaretskii <eliz@gnu.org>
9337
9338 * gdb.texinfo (Command Files): Move the description of the startup
9339 from here...
9340 (Startup): ...to this new subsection of the Invocation chapter.
9341 Rearrange the description of init files more logically and add a
9342 cross-reference to "Command Files". Document the special gdbinit
9343 name for CISCO 68k. Expand the description of what GDB does
9344 during startup.
9345 (History): Add index entry for HISTSIZE.
9346
9347 2005-05-02 Mark Kettenis <kettenis@gnu.org>
9348
9349 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9350
9351 2005-05-02 Eli Zaretskii <eliz@gnu.org>
9352
9353 * gdb.texinfo (SVR4 Process Information, The isatty call)
9354 (The system call): Don't use foo(N) notation for man pages and
9355 functions.
9356 (Compilation, DJGPP Native): Improve wording.
9357
9358 2005-04-27 Eli Zaretskii <eliz@gnu.org>
9359
9360 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9361 were optimized away.
9362
9363 2005-04-22 Eli Zaretskii <eliz@gnu.org>
9364
9365 * gdb.texinfo (Remote configuration): Document "set/show
9366 get-thread-local-storage-address". Add cross-reference to the
9367 description of the qGetTLSAddr packet.
9368 (General Query Packets): Mention "set remote
9369 get-thread-local-storage-address" and add a reference to its
9370 description.
9371
9372 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
9373
9374 * gdb.texinfo (Backtrace): Describe 'bt full'.
9375
9376 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
9377
9378 * gdb.texinfo (Mode Options): Fix typo.
9379 (GDB/MI): Describe how to invoke GDB/MI.
9380
9381 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9382
9383 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9384 references changed. Add description of "info udot".
9385 (Files): Document "set/show stop-on-solib-events".
9386 (M32R/D): Document "set/show download-path", "set/show
9387 board-address", "set/show server-address", "upload", "tload".
9388 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9389 "use_mon_code", "use_ib_break", "use_dbt_break".
9390 (Maintenance Commands): Improve indexing.
9391 (Target Commands): Document "set/show hash", "set/show debug
9392 monitor".
9393 (SVR4 Process Information): Document "info pidlist" and "info
9394 meminfo". Document "set/show procfs-tarce" and "set/show
9395 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9396 (Symbols, The Print Command with Objective-C): Improve indexing.
9397 (Objective-C): Add references to "info classes" and "info
9398 selectors".
9399 (Debugging Output): Improve wording. Document "set/show debug
9400 solib-frv". Fix "set/show debugvarobj".
9401 (Set Breaks): Add index entry for "hardware breakpoints".
9402 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9403 and "set/show usehardbreakpoints".
9404 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9405 monitor-prompt", "set/show monitor-warnings", "pmon".
9406 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9407 rdiromatzero", "set/show rdiheartbeat".
9408 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9409 "sds".
9410 (Embedded Processors): Document the "sim" command.
9411 (Remote): Document the "remote" command.
9412 (DJGPP Native): Document the "info serial" command.
9413 (Threads): Document "maint info sol-threads".
9414 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9415 (Set Breaks): Improve indexing.
9416 (Command Syntax): Add a reference to dont-repeat.
9417 (Define): Document "dont-repeat".
9418 (TUI Commands): Document "tabset".
9419 (WinCE): New subsection. Document "set/show remotedirectory",
9420 "set/show remoteupload", "set/show remoteaddhost".
9421
9422 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9423
9424 * gdb.texinfo (Hurd Native): New subsection, documents
9425 Hurd-specific commands.
9426 (Maintenance Commands): Add cross-reference to "Debugging Output".
9427 (Debugging Output): Document "set/show debug lin-lwp".
9428 (MIPS): Improve documentation of heuristic-fence-post. Document
9429 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9430 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9431 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9432 (ARM): Document ARM-specific commands.
9433 (AVR): New section. Document "info io_registers".
9434 (CRIS): New section. Document "set/show cris-version" and
9435 "set/show cris-dwarf2-cfi".
9436 (HPPA): New section. Document "set/show debug hppa" and "maint
9437 print unwind".
9438 (Neutrino): New subsection. Document "set/show debug nto-debug".
9439 (Super-H): New section. Document the "regs" command.
9440 (Debugging Output): Document "set/show debug aix-thread".
9441
9442 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9443
9444 * gdb.texinfo (Print Settings): Document "set/show print
9445 pascal_static-members", "set print repeats", "show print
9446 null-stop". Improve indexing. Fix documentation of "set print
9447 union".
9448 (Pascal): New section.
9449 (Supported languages): Rename from "Support"; all references
9450 updated. Add a menu item for Pascal.
9451 (Numbers): Document "set radix.
9452 (Screen Size): Document "set/show pagination".
9453 (MIPS Embedded): Remove "set processor" documentation.
9454 (Remote configuration): Document "set/show X/P/Z-packet",
9455 "set/show read-aux-vector-packet", "set/show remote
9456 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9457 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9458 remotedebug", "set/show remotebreak", "set/show remotedevice",
9459 "set/show remotelogfile".
9460 (Auxiliary Vector): Add reference to the description of the
9461 read-aux-vector-packet setting.
9462 (Set Watchpoints): Add a cross-reference to "set remote
9463 hardware-breakpoint-limit".
9464 (General Query Packets): Add indexing of requests and
9465 cross-references to related commands in "Remote configuration".
9466 (File-I/O Overview, The system call): Fix wording and typos.
9467 (Thread Stops): Add index entries.
9468 (Continuing and Stepping): Document "show step-mode".
9469 (i386): New node. Document "set/show struct-convention".
9470 (Files): Document "show trust-readonly-sections".
9471 (Calling): Document "set/show unwindonsignal".
9472 (Messages/Warnings): Add index entries.
9473 (Maintenance Commands): Document "set/show watchdog".
9474 (Annotations Overview): Document "show annotate".
9475 (Set Watchpoints): Add index entries.
9476 (Symbols): Fix doc of case-sensitive.
9477 (ABI): Document "show coerce-float-to-double".
9478 (Convenience Vars, Help): Improve indexing.
9479 (Machine Code): Document "show disassembly-flavor".
9480 (Debugging C plus plus): Document "show overload-resolution".
9481 (Value History, Signaling): Add index entries.
9482
9483 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9484
9485 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9486 (Processes): Fix wording.
9487 (History, List, Logging output, Define, Symbols, Print Settings):
9488 Improve indexing.
9489
9490 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9491
9492 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9493 redundant index entry for "target" command.
9494 (Backtrace): Add index entries.
9495 (Symbols, Fortran): Document the "set case-sensitive" command.
9496 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9497 (Print Settings): Add index entry for "set demangle-style".
9498 (Target Commands): Document "set download-write-size".
9499 (Debugging Output): Document "set exec-done-display".
9500
9501 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9502
9503 * gdb.texinfo (Files): Fix the name and documentation of
9504 add-shared-symbol-files. Document its alias assf. Update the
9505 list of OSs where GDB supports shared libraries. Fix markup.
9506 (Continuing and Stepping): Add reference to @var{location} in the
9507 text.
9508 (Dump/Restore Files): Fix reference to @{filename}.
9509 (Help): Fix wording.
9510 (Attach): Ditto.
9511 (Set Watchpoints): Ditto.
9512 (Backtrace): Remove redundant index entries. Improve index
9513 entries.
9514 (Delete Breaks): Fix wording.
9515 (Memory): Document the compare-sections command.
9516 (Memory Region Attributes): Improve wording.
9517 (Disabling): Improve wording.
9518 (Fortran): New subsection. Document the "info common" command.
9519 (Help): Document aliases "info copying" and "info warranty".
9520 (Caching Remote Data): New section. Document the "set/show
9521 remotecache" and "info dcache" commands.
9522 (Show): Fix wording of the documentation of the "set
9523 extension-language" command.
9524 (Signals): Add index entry for "info handle".
9525 (Memory Region Attributes): Fix punctuation.
9526 (Symbols): Change the arg name to "location" and refer to it in
9527 the text. Fix wording of "info types" doc.
9528 (Threads): Fix usage of @enumerate @item's.
9529 (Listing Tracepoints): Add index entry for "info tp".
9530 (Set Watchpoints): Add xref to "info break" description.
9531 (Macros): Add an index entry for "macro exp1". Document the
9532 "macro list" command.
9533 (Maintenance Commands): Document "flushregs", "maint agent",
9534 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9535 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9536 "maint print architecture", "maint print objfiles", "maint print
9537 statistics", "maint print type", "maint show-debug-regs", "maint
9538 space", "maint time", and "maint translate-address".
9539 (Connecting): Document the "monitor" command.
9540 (Annotations Overview): Describe the "set annotate" command.
9541
9542 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9543
9544 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9545 Rearrange index entries and improve wording about support for
9546 hardware watchpoints.
9547
9548 2005-03-10 Bob Rossi <bob@brasko.net>
9549
9550 * gdb.texinfo: Update copyright
9551
9552 2005-02-09 Theodore A. Roth <troth@openavr.org>
9553
9554 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9555 error.
9556
9557 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9558
9559 * observer.texi (executable_changed): New observer.
9560
9561 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9562
9563 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9564
9565 2005-01-17 Michael Snyder <msnyder@redhat.com>
9566
9567 * gdb.texinfo: Fix spelling, infinte -> infinite.
9568
9569 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9570
9571 * observer.texi (GDB Observers): Document "solib_loaded".
9572
9573 2005-01-07 Andrew Cagney <cagney@gnu.org>
9574
9575 * configure.ac: Rename configure.in, require autoconf 2.59.
9576 * configure: Re-generate.
9577
9578 * configure.in: Replace configdirs with multiple references to
9579 AC_CONFIG_SUBDIRS.
9580 * configure: Re-generate.
9581
9582 2005-01-04 Andrew Cagney <cagney@gnu.org>
9583
9584 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9585 part of the version number.
9586
9587 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9588
9589 * gdbint.texinfo (Algorithms): Remove description of
9590 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9591
9592 2004-12-07 Jim Blandy <jimb@redhat.com>
9593
9594 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9595 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9596 numbers.
9597
9598 2004-12-07 Andreas Schwab <schwab@suse.de>
9599
9600 * gdb.texinfo (Mode Options): Document -l option.
9601
9602 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9603
9604 * gdbint.texinfo (Algorithms): More accurate description of
9605 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9606 is not needed unless data-read and data-access watchpoints are
9607 supported. Add a description of how GDB checks whether the
9608 inferior stopped because a watchpoint was hit.
9609
9610 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9611
9612 * gdb.texinfo (Files): Add cross-reference to description of
9613 -readnow command-line switch.
9614
9615 2004-11-10 Randolph Chung <tausq@debian.org>
9616
9617 * gdb.texinfo: Document set/show backtrace past-entry commands.
9618 Rearrange index entries for set/show backtrace past-main.
9619
9620 2004-11-10 Jon Beniston <jon@beniston.com>
9621
9622 Committed by Andrew Cagney <cagney@gnu.org>.
9623 * gdb.texinfo (Remote Serial Protocol): Further describe
9624 binary transfer escaping mechanism .
9625
9626 2004-11-08 Randolph Chung <tausq@debian.org>
9627
9628 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9629 and "show debug infrun". Add index entries.
9630
9631 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9632
9633 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9634 "info proc" that are already implemented. Add index entries.
9635 (Working Directory): Add a cross-reference to "info proc" command.
9636 (Files): Add a tip for decreasing memory used for symtabs from
9637 shared libraries.
9638 (Starting): Fix whitespace; make "elaboration" stand out where it
9639 is first used, and add an index entry for the term.
9640 (Calling): Expand and elaborate text. Add "print". Add the
9641 description of problems with weak aliases.
9642 (Core File Generation): New section.
9643
9644 2004-10-12 Andrew Cagney <cagney@gnu.org>
9645
9646 * gdbint.texinfo (Versions and Branches): New chapter.
9647 (Releasing GDB): Delete "Versions and Branches" section.
9648 (Top): Add "Versions and Branches".
9649
9650 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9651
9652 * gdb.texinfo (Editing, History): Add cross-references to the
9653 included Readline and History user documentation. Remove
9654 references to the symbol have-readline-appendices which is unused
9655 and undefined.
9656 (History): Fix indexing.
9657
9658 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9659
9660 * gdbint.texinfo (target_stopped_data_address): Update to
9661 new prototype.
9662 (i386_stopped_data_address): Update prototype and description.
9663 (i386_stopped_by_watchpoint): New function and description.
9664
9665 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9666
9667 * gdb.texinfo (Filenames): Add Ada suffixes.
9668 (Ada) New section.
9669
9670 2004-09-27 Andrew Cagney <cagney@gnu.org>
9671 Robert Picco <Robert.Picco@hp.com>
9672
9673 * gdb.texinfo (Packets): Document the "p" packet.
9674
9675 2004-09-21 Jason Molenda (jmolenda@apple.com)
9676
9677 * gdb.texinfo (Paths and Names of the Source Files): Document the
9678 meaning of values in the 'desc' field of a SO stab.
9679
9680 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9681
9682 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9683 max-cache-age" and "maint show dwarf2 max-cache-age".
9684
9685 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9686
9687 * gdb.texinfo (Set Breaks): Add index entry for setting
9688 breakpoints on overloaded C++ functions that are not members of
9689 any classes. Add an example and an index entry for setting
9690 breakpoints on all program functions.
9691 (Character Sets, Macros, Overlay Commands)
9692 (Non-debug DLL symbols, GDB/MI Output Syntax)
9693 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9694 Use "(@value{GDBP})" instead of a literal "(gdb)".
9695
9696 2004-09-12 Andrew Cagney <cagney@gnu.org>
9697
9698 * gdbint.texinfo (Native Debugging): Delete description of
9699 FILES_INFO_HOOK.
9700
9701 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9702
9703 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9704 to hex_string_custom (not historically correct, but more
9705 understandable, given the current code).
9706
9707 2004-09-03 Andrew Cagney <cagney@gnu.org>
9708
9709 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9710
9711 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9712
9713 * observer.texi (solib_unloaded): New observer.
9714
9715 2004-08-24 Andrew Cagney <cagney@gnu.org>
9716
9717 * gdbint.texinfo (Target Architecture Definition): Add missing
9718 comma.
9719
9720 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9721
9722 * (Using the Testsuite): build != host is supported,
9723 but some test scripts do not support build != host.
9724
9725 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9726
9727 * gdbint.texinfo (Host Definition): Delete description of
9728 FCLOSE_PROVIDED and GETENV_PROVIDED.
9729
9730 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9731
9732 * gdbint.texinfo (Host Definition): Remove documentation for
9733 USE_O_NOCTTY, no longer used.
9734
9735 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9736
9737 * gdbint.texinfo (Host Definition): Delete description of
9738 NO_SYS_FILE.
9739 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9740 PTRACE_FP_BUG.
9741
9742 2004-08-05 Andrew Cagney <cagney@gnu.org>
9743
9744 * gdbint.texinfo (Target Architecture Definition): Delete
9745 reference to deprecated_read_fp.
9746
9747 2004-08-02 Andrew Cagney <cagney@gnu.org>
9748
9749 * gdbint.texinfo (Target Architecture Definition): Delete
9750 description of DEPRECATED_REGISTER_BYTES.
9751
9752 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9753
9754 * gdb.texinfo (Source Path): Document the new behavior of
9755 searching for the source files.
9756
9757 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9758
9759 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9760 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9761 (Auto Display): Improve indexing.
9762
9763 2004-07-16 Andrew Cagney <cagney@gnu.org>
9764
9765 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9766 "-noasync".
9767
9768 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9769
9770 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9771 have the same prefix have only their prefix in the index.
9772
9773 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9774
9775 * gdb.texinfo (BSD libkvm Interface): New node (section)
9776 (Native): Add it to the menu.
9777
9778 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9779
9780 * gdbint.texinfo (Target Architecture Definition): Remove
9781 PCC_SOL_BROKEN.
9782
9783 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9784
9785 * gdbint.texinfo (Target Architecture Definition): Remove
9786 SUN_FIXED_LBRAC_BUG.
9787
9788 2004-06-26 Andrew Cagney <cagney@gnu.org>
9789
9790 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9791
9792 2004-06-20 Andrew Cagney <cagney@gnu.org>
9793
9794 * gdbint.texinfo (Target Architecture Definition): Deprecate
9795 USE_STRUCT_CONVENTION.
9796
9797 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9798
9799 gdb.texinfo (Bug Reporting): Mention session recording,
9800 with the script command or Emacs.
9801
9802 2004-06-18 Andrew Cagney <cagney@gnu.org>
9803
9804 * gdbint.texinfo (Target Architecture Definition): Deprecate
9805 FUNCTION_START_OFFSET.
9806
9807 2004-06-14 Andrew Cagney <cagney@gnu.org>
9808
9809 Based on changes from Karl Berry.
9810 * gdb.texinfo: Do not use @sc in a direntry.
9811 * stabs.texinfo: Change @dircateogry to "Software development".
9812 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9813
9814 2004-06-13 Andrew Cagney <cagney@gnu.org>
9815
9816 * gdbint.texinfo (Target Architecture Definition): Delete
9817 description of RETURN_VALUE_ON_STACK.
9818
9819 2004-06-09 Andrew Cagney <cagney@gnu.org>
9820
9821 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9822 deleted by previous patch.
9823
9824 2004-06-08 Andrew Cagney <cagney@gnu.org>
9825
9826 * gdbint.texinfo (Native Debugging): Delete documentation on
9827 ATTACH_DETACH.
9828
9829 2004-06-06 Randolph Chung <tausq@debian.org>
9830
9831 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9832
9833 2004-06-06 Randolph Chung <tausq@debian.org>
9834
9835 * gdb.texinfo (push_dummy_call): Update argument list to match
9836 the new push_dummy_call method signature. Describe the function
9837 argument.
9838
9839 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9840
9841 * gdb.texinfo (Starting): Document new start command.
9842
9843 2004-05-21 Andrew Cagney <cagney@redhat.com>
9844
9845 * observer.texi (GDB Observers): Document "inferior_created".
9846
9847 2004-05-08 Andrew Cagney <cagney@redhat.com>
9848
9849 * gdbint.texinfo (Target Architecture Definition): Delete
9850 description of DO_DEFERRED_STORES.
9851
9852 * gdbint.texinfo (Target Architecture Definition): Delete
9853 references to DEPRECATED_FIX_CALL_DUMMY.
9854
9855 * gdbint.texinfo (Target Architecture Definition): Delete
9856 description of DEPRECATED_CALL_DUMMY_WORDS,
9857 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9858
9859 * gdbint.texinfo (Target Architecture Definition): Delete
9860 description of DEPRECATED_PUSH_DUMMY_FRAME.
9861
9862 * gdbint.texinfo (Target Architecture Definition): Delete
9863 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9864
9865 2004-05-07 Andrew Cagney <cagney@redhat.com>
9866
9867 * observer.texi (GDB Observers): Add "Debugging" section. Include
9868 cross reference to "set/show debug observer".
9869 * gdb.texinfo (Debugging Output): Document "set/show debug
9870 observer".
9871
9872 2004-05-01 Andrew Cagney <cagney@redhat.com>
9873
9874 * gdbint.texinfo (Target Architecture Definition): Delete
9875 description of DEPRECATED_PC_IN_SIGTRAMP.
9876
9877 2004-04-30 Andrew Cagney <cagney@redhat.com>
9878
9879 * gdbint.texinfo (Target Architecture Definition): Delete
9880 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9881
9882 2004-04-30 Orjan Friberg <orjanf@axis.com>
9883
9884 * observer.texi (GDB Observers): Correct spelling.
9885
9886 2004-04-26 Orjan Friberg <orjanf@axis.com>
9887
9888 * observer.texi (GDB Observers): Add target_changed event.
9889
9890 2004-04-08 Andrew Cagney <cagney@redhat.com>
9891
9892 * observer.texi (GDB Observers): Rework, provide generic observer
9893 definitions and then a list of observable events.
9894
9895 2004-04-04 Andrew Cagney <cagney@redhat.com>
9896
9897 * gdbint.texinfo (Host Definition): Delete reference to
9898 NO_SIGINTERRUPT.
9899
9900 2004-04-02 Andrew Cagney <cagney@redhat.com>
9901
9902 * gdbint.texinfo (Target Architecture Definition): Delete
9903 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9904
9905 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9906
9907 * gdb.texinfo (TUI Commands): Document tui reg commands.
9908
9909 2004-03-26 Andrew Cagney <cagney@redhat.com>
9910
9911 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9912 "gdbtui".
9913 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9914 (Contributors): Mention both Text and Terminal User Interface.
9915
9916 2004-03-23 Andrew Cagney <cagney@redhat.com>
9917
9918 * gdbint.texinfo (Target Architecture Definition): Deprecate
9919 references to SIGTRAMP_START and SIGTRAMP_END.
9920
9921 2004-03-23 Andrew Cagney <cagney@redhat.com>
9922
9923 * gdbint.texinfo (Target Architecture Definition): Deprecate
9924 references to PC_IN_SIGTRAMP.
9925
9926 2004-03-19 Andrew Cagney <cagney@redhat.com>
9927
9928 * gdbint.texinfo (Target Architecture Definition): Delete
9929 reference to GDB_TARGET_IS_HPPA.
9930
9931 2004-03-18 Andrew Cagney <cagney@redhat.com>
9932
9933 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9934 describe pre_init and post_init.
9935
9936 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9937
9938 * gdb.texinfo (Debugging Output): Document values for "set debug
9939 target".
9940
9941 2004-02-28 Andrew Cagney <cagney@redhat.com>
9942
9943 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9944
9945 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9946
9947 * gdb.texinfo (breakpoints): Add information about the
9948 new "set breakpoint pending" and "show breakpoint pending"
9949 commands.
9950
9951 2004-02-26 Andrew Cagney <cagney@redhat.com>
9952
9953 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9954 in Per-architecture module data section.
9955
9956 2004-02-25 Roland McGrath <roland@redhat.com>
9957
9958 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9959
9960 2004-02-24 Andrew Cagney <cagney@redhat.com>
9961
9962 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9963 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9964 * fdl.texi: Import Version 1.2, November 2002.
9965
9966 2004-02-17 Andrew Cagney <cagney@redhat.com>
9967
9968 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9969
9970 2004-02-16 Andrew Cagney <cagney@redhat.com>
9971
9972 * gdbint.texinfo (Target Architecture Definition): Deprecate
9973 FRAMELESS_FUNCTION_INVOCATION.
9974
9975 2004-02-16 Andrew Cagney <cagney@redhat.com>
9976
9977 * gdbint.texinfo (Coding): Mention -Wunused-function.
9978
9979 2004-02-14 Andrew Cagney <cagney@redhat.com>
9980
9981 * gdbint.texinfo (Target Architecture Definition): Delete
9982 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9983
9984 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9985
9986 * gdb.texinfo: Properly quote the name "C++".
9987 * gdbint.texinfo: Ditto.
9988 * stabs.texinfo: Ditto.
9989
9990 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9991
9992 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9993 minimal information about libiberty.
9994
9995 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9996
9997 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9998
9999 2004-02-04 Roland McGrath <roland@redhat.com>
10000
10001 * gdb.texinfo (Auxiliary Vector): New node (section).
10002 (Data): Add it to the menu.
10003
10004 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10005
10006 * gdb.texinfo (Breakpoints): Add information about pending
10007 breakpoint support.
10008
10009 2004-01-26 Andrew Cagney <cagney@redhat.com>
10010
10011 * gdb.texinfo (Overview): Delete references to the cisco protocol
10012 including the "N" response.
10013
10014 2004-01-26 Andrew Cagney <cagney@redhat.com>
10015
10016 * gdbint.texinfo (Target Architecture Definition): Rename
10017 EXTRACT_STRUCT_VALUE_ADDRESS to
10018 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10019
10020 2004-01-24 Eli Zaretskii <eliz@gnu.org>
10021
10022 * gdb.texinfo (KOD): Document "show os". Add index entries for
10023 "set/show os" and "info cisco" commands.
10024
10025 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10026
10027 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
10028
10029 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10030
10031 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
10032 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10033
10034 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
10035
10036 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
10037 -stack-list-locals.
10038 (GDB/MI Variable Objects): Describe extension to
10039 -var-list-children.
10040
10041 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10042
10043 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
10044
10045 2004-01-17 Andrew Cagney <cagney@redhat.com>
10046
10047 * gdbint.texinfo (Target Architecture Definition): Delete
10048 documentation on DEPRECATED_NPC_REGNUM.
10049
10050 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
10051
10052 * gdb.texinfo: Update copyright year. Mention that set
10053 follow-fork-mode is supported on GNU/Linux. Remove documentation of
10054 "set follow-fork-mode ask".
10055
10056 2004-01-13 Andrew Cagney <cagney@redhat.com>
10057
10058 * gdbint.texinfo: Update copyright year.
10059 (Coding): Add -Wunused-label to list of -Werror warnings.
10060
10061 2004-01-08 Jason Molenda <jmolenda@apple.com>
10062 Eli Zaretskii <eliz@gnu.org>
10063
10064 * gdb.texinfo: Update copyright.
10065 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
10066 around names, as appropriate. Minor syntax cleanup of
10067 _NSPrintForDebugger explanation. Two spaces after periods.
10068 GDBN used instead of lit. "gdb". Index entries added for
10069 print-object and _NSPrintForDebugger. @noindent added in one spot.
10070
10071 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
10072
10073 * stabs.texinfo: Add dircategory and direntry commands.
10074 * annotate.texinfo: Ditto.
10075
10076 2003-11-10 Andrew Cagney <cagney@redhat.com>
10077
10078 * gdbint.texinfo (Target Architecture Definition): Replace the
10079 return_value method's "inval" and "outval" parameters with
10080 "readbuf" and "writebuf".
10081
10082 2003-10-28 Jim Blandy <jimb@redhat.com>
10083
10084 * gdb.texinfo (The F request packet, The F reply packet): Renamed
10085 from "The `F' request packet" and "The `F' reply packet", to make
10086 texi2dvi happy.
10087 (File-I/O remote protocol extension): Update menu entries, too.
10088
10089 2003-10-26 Michael Chastain <mec@shout.net>
10090
10091 * gdb.texinfo (Thread Stops): Document the issue with
10092 premature return from system calls in multi-threaded programs.
10093
10094 2003-10-24 Andrew Cagney <cagney@redhat.com>
10095
10096 * annotate.texinfo: Fix "fortunatly"[sic].
10097
10098 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
10099
10100 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
10101 with "Hitachi" and "Mitsubishi".
10102
10103 2003-10-20 Andrew Cagney <cagney@redhat.com>
10104
10105 * gdbint.texinfo (Target Architecture Definition): Document
10106 gdbarch_return_value. Add cross references from
10107 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
10108 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
10109
10110 2003-10-18 Mark Kettenis <kettenis@gnu.org>
10111
10112 * gdbint.texinfo (Target Architecture Definition): Document
10113 regset_from_core_section.
10114
10115 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
10116
10117 * gdb.texinfo (M32R/D): Mention m32rsdi target.
10118
10119 2003-10-15 Kevin Buettner <kevinb@redhat.com>
10120
10121 From Anthony Green <green@redhat.com>:
10122 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
10123
10124 2003-10-14 Kevin Buettner <kevinb@redhat.com>
10125
10126 * gdb.texinfo (Breakpoint related warnings): New node.
10127 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
10128
10129 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
10130
10131 * gdb.texinfo (Remote Protocol): Document v and vCont.
10132
10133 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10134
10135 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
10136 * gdbint.texinfo: Ditto.
10137
10138 2003-10-09 Andrew Cagney <cagney@redhat.com>
10139
10140 From 2003-09-18 David Anderson <davea@sgi.com>:
10141 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
10142 "command".
10143
10144 2003-10-03 Andrew Cagney <cagney@redhat.com>
10145
10146 * gdbint.texinfo (Target Architecture Definition): Deprecate
10147 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
10148 just target.
10149
10150 2003-10-02 Andrew Cagney <cagney@redhat.com>
10151
10152 * gdbint.texinfo (Target Architecture Definition): Rename
10153 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
10154 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
10155 * gdbint.texinfo (Target Architecture Definition): Rename
10156
10157 2003-09-30 Andrew Cagney <cagney@redhat.com>
10158
10159 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
10160 (Target Architecture Definition):
10161
10162 * gdbint.texinfo (Target Architecture Definition): Rename
10163 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
10164
10165 2003-09-29 Andrew Cagney <cagney@redhat.com>
10166
10167 * gdbint.texinfo (Target Architecture Definition): Delete
10168 documentation for NEED_TEXT_START_END.
10169
10170 * gdbint.texinfo (Target Architecture Definition): Rename
10171 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
10172 TARGET_WRITE_PC.
10173
10174 2003-09-22 Michael Chastain <mec@shout.net>
10175
10176 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
10177
10178 2003-09-21 Anthony Green <green@redhat.com>
10179
10180 * gdbint.texinfo (Target Architecture Definition): Fix typos.
10181
10182 2003-09-21 Mark Kettenis <kettenis@gnu.org>
10183
10184 * gdbint.texinfo (Target Architecture Definition): Document
10185 stabs_argument_has_addr.
10186
10187 2003-09-18 Andrew Cagney <cagney@redhat.com>
10188
10189 * gdbint.texinfo (Target Architecture Definition): Delete
10190 documentation on REGISTER_NAMES.
10191
10192 2003-09-13 Mark Kettenis <kettenis@gnu.org>
10193
10194 * gdbint.texinfo (Target Architecture Definition): Replace
10195 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
10196
10197 2003-09-11 Andrew Cagney <cagney@redhat.com>
10198
10199 * gdbint.texinfo (Target Architecture Definition): Replace
10200 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
10201
10202 2003-08-18 Andrew Cagney <cagney@redhat.com>
10203
10204 * gdbint.texinfo (Target Architecture Definition): Document
10205 "frame_red_zone_size".
10206
10207 2003-08-09 Andrew Cagney <cagney@redhat.com>
10208
10209 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
10210 with "set/show backtrace past-main" and "set/show backtrace
10211 limit".
10212
10213 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10214
10215 * Makefile.in (install-info): Support DESTDIR.
10216 (install-html): Likewise.
10217
10218 2003-08-07 Andrew Cagney <cagney@redhat.com>
10219
10220 Patch from Nick Roberts.
10221 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
10222 bindings. Remove description of send-gdb-command.
10223
10224 2003-08-07 Andrew Cagney <cagney@redhat.com>
10225
10226 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
10227 GDB 6.0.
10228
10229 2003-08-06 Andrew Cagney <cagney@redhat.com>
10230
10231 * gdb.texinfo (Mode Options): Mention that level three is the
10232 highest available and that level 2 is deprecated.
10233 (Annotations Overview): Mention annotation levels. Cross reference
10234 to "Limitations of the Annotation Interface" in annotate.texi.
10235 (TODO, Value Annotations, Frame Annotations): Delete section.
10236 (Displays, Breakpoint Info): Delete.
10237
10238 2003-08-04 Andrew Cagney <cagney@redhat.com>
10239
10240 * agentexpr.texi: Delete @bye.
10241 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
10242 (stabs.info): Add $(srcdir) to include search path.
10243 (html): Depend on "annotate_toc.html", and not "annotate.html".
10244 * stabs.texinfo: Ditto. Include "fdl.texi".
10245 * gdbint.texinfo: Update copyright statement's list of invariant
10246 sections.
10247
10248 2003-07-28 Andrew Cagney <cagney@redhat.com>
10249
10250 * Makefile.in (INFO_DEPS): Add annotate.info.
10251 (dvi, ps, html, pdf): Add annotate.
10252 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
10253 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
10254 (ANNOTATE_DOC_FILES): New macro.
10255 (ANNOTATE_TEX_TMPS): New macro.
10256 (annotate.info, annotate_toc.html): Specify dependencies.
10257 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
10258 * annotate.texinfo: Rename annotate.texi. Get building. Add
10259 "Migrating to GDB/MI" and "Limitations of the Annotation
10260 Interface" chapters. Mention why it is not part of the user
10261 guide. Update copyright notice. Include "fdl.texi".
10262
10263 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
10264
10265 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
10266
10267 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10268
10269 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
10270
10271 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10272
10273 * gdb.texinfo (Server): Mention pidof.
10274
10275 2003-07-22 Andrew Cagney <cagney@redhat.com>
10276
10277 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
10278 list.
10279
10280 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
10281
10282 * gdb.texinfo (Logging output): New chapter.
10283
10284 2003-06-24 Joel Brobecker <brobecker@gnat.com>
10285
10286 * gdb.texinfo (Unsupported languages): New section.
10287 (Languages): Add link to new section.
10288
10289 2003-06-22 Andrew Cagney <cagney@redhat.com>
10290
10291 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
10292
10293 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10294
10295 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
10296
10297 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
10298
10299 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
10300 * agentexpr.texi: Retitle section, and change it to an appendix.
10301 Comment out texinfo initialization. Factor a @var{} into two
10302 pieces to prevent makeinfo warnings.
10303 * gdb.texinfo: Add Agent Expressions appendix.
10304
10305 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
10306
10307 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10308
10309 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
10310
10311 * gdb.texinfo (Remote Debugging): New section "Connecting to a
10312 remote target". Document the "detach" and "disconnect" commands.
10313 (Server, Netware, Debug Session): Reference "Connecting to a
10314 remote target".
10315 (GDB/MI Target Manipulation): Document "-target-disconnect".
10316
10317 2003-06-13 Andrew Cagney <cagney@redhat.com>
10318
10319 * gdbint.texinfo (Target Architecture Definition): Deprecate
10320 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10321 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10322
10323 2003-06-09 Jim Blandy <jimb@redhat.com>
10324
10325 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10326
10327 2003-06-08 Andrew Cagney <cagney@redhat.com>
10328
10329 * gdbint.texinfo (Target Architecture Definition): Delete
10330 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10331
10332 2003-06-08 Andrew Cagney <cagney@redhat.com>
10333
10334 * gdbint.texinfo (Target Architecture Definition): Document
10335 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10336
10337 2003-06-07 Adam Fedor <fedor@gnu.org>
10338
10339 * gdb.texinfo: Add Objective-C documentation.
10340
10341 2003-06-01 Andrew Cagney <cagney@redhat.com>
10342
10343 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10344 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10345
10346 2003-05-21 Andrew Cagney <cagney@redhat.com>
10347
10348 * gdbint.texinfo (Target Architecture Definition): Delete
10349 references to "extract_address" and "store_address".
10350
10351 2003-05-16 Andrew Cagney <cagney@redhat.com>
10352
10353 * gdbint.texinfo (Target Architecture Definition): Replace
10354 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10355 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10356
10357 2003-05-14 Theodore A. Roth <troth@openavr.org>
10358
10359 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10360
10361 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10362
10363 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10364 (gdb.dvi): Likewise.
10365 (gdb.pdf): Likewise.
10366 (links2roff): Likewise.
10367
10368 2003-05-08 Jim Blandy <jimb@redhat.com>
10369
10370 * gdb.texinfo (Dump/Restore Files): Update documentation for
10371 'dump', 'append', and 'restore': note that format argument is
10372 optional; simplify presentation of the command variants; and be
10373 more precise about the formats.
10374
10375 2003-05-07 Jim Blandy <jimb@redhat.com>
10376
10377 * gdb.texinfo (Symbols): Update documentation: 'maint list
10378 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10379 symtabs' and 'maint info psymtabs'.
10380
10381 2003-05-05 Andrew Cagney <cagney@redhat.com>
10382
10383 * gdbint.texinfo (Target Architecture Definition): Make
10384 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10385 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10386 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10387
10388 2003-05-04 Andrew Cagney <cagney@redhat.com>
10389
10390 * gdb.texinfo (Maintenance Commands): Document "maint print
10391 dummy-frames".
10392
10393 2003-05-04 Andrew Cagney <cagney@redhat.com>
10394
10395 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10396
10397 2003-05-03 J. Brobecker <brobecker@gnat.com>
10398
10399 Thierry Schneider <tpschneider1@yahoo.com>
10400 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10401 for new MI command.
10402
10403 2003-05-03 Andrew Cagney <cagney@redhat.com>
10404
10405 * gdbint.texinfo (Target Architecture Definition): Document
10406 push_dummy_code. Add cross references.
10407
10408 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10409
10410 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10411 set/show charsets commands.
10412
10413 2003-04-28 Andrew Cagney <cagney@redhat.com>
10414
10415 * gdbint.texinfo (Target Architecture Definition): Replace
10416 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10417 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10418
10419 2003-04-28 Andrew Cagney <cagney@redhat.com>
10420
10421 * gdbint.texinfo (Target Architecture Definition): Rename
10422 "tm_print_insn" to "deprecated_tm_print_insn".
10423
10424 2003-04-09 Jim Blandy <jimb@redhat.com>
10425
10426 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10427 list psymtabs'.
10428
10429 2003-04-08 Andrew Cagney <cagney@redhat.com>
10430
10431 * gdbint.texinfo (Target Architecture Definition): Delete
10432 references to EXTRA_FRAME_INFO.
10433
10434 2003-04-08 Andrew Cagney <cagney@redhat.com>
10435
10436 * gdbint.texinfo (Target Architecture Definition): Delete
10437 PRINT_TYPELESS_INTEGER.
10438
10439 2003-04-02 J. Brobecker <brobecker@gnat.com>
10440
10441 * observer.texi (GDB Observers): Adjust the documentation for the
10442 normal_stop notification to better describe reality. Fix a couple
10443 of minor typos.
10444
10445 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10446
10447 * gdb.texinfo (GDB/MI Program Control): Add
10448 '-file-list-exec-source-file'
10449
10450 2003-03-31 Andrew Cagney <cagney@redhat.com>
10451
10452 * gdbint.texinfo (Target Architecture Definition): Delete
10453 references to CALL_DUMMY_P.
10454
10455 2003-03-30 Andrew Cagney <cagney@redhat.com>
10456
10457 * gdbint.texinfo (Target Architecture Definition): Remove
10458 reference to TARGET_WRITE_SP.
10459
10460 2003-03-27 Andrew Cagney <cagney@redhat.com>
10461
10462 * gdbint.texinfo (Target Architecture Definition): Remove
10463 references to write_sp.
10464
10465 2003-03-27 Andrew Cagney <cagney@redhat.com>
10466
10467 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10468 chapter body. Use @smallexample instead of @example.
10469 (Annotations): Ditto.
10470 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10471 annotate.texi.
10472
10473 2003-03-26 Andrew Cagney <cagney@redhat.com>
10474
10475 * gdbint.texinfo (Target Architecture Definition): Replace
10476 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10477 dummy_addr parameters.
10478
10479 2003-03-25 Andrew Cagney <cagney@redhat.com>
10480
10481 * gdbint.texinfo (Target Architecture Definition): Delete
10482 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10483 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10484 Add reference to PUSH_ARGUMENTS.
10485
10486 2003-03-23 Andrew Cagney <cagney@redhat.com>
10487
10488 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10489 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10490
10491 2003-03-18 J. Brobecker <brobecker@gnat.com>
10492
10493 * gdbint.texinfo (Algorithms): Add new section describing the
10494 Observer paradigm.
10495 (Top): Add menu entry to new observer appendix.
10496 * observer.texi: New file.
10497 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10498 new observer.texi file.
10499
10500 2003-03-17 Andrew Cagney <cagney@redhat.com>
10501
10502 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10503 that GNU Press update the manual version number.
10504
10505 2003-03-12 Andrew Cagney <cagney@redhat.com>
10506
10507 * gdbint.texinfo (Target Architecture Definition): Delete
10508 references to get_saved_register. Rename GET_SAVED_REGISTER to
10509 DEPRECATED_GET_SAVED_REGISTER.
10510
10511 2003-03-13 Andrew Cagney <cagney@redhat.com>
10512
10513 * gdbint.texinfo (Target Architecture Definition): Replace
10514 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10515
10516 2003-03-12 Andrew Cagney <cagney@redhat.com>
10517
10518 * gdbint.texinfo (Target Architecture Definition): Rename
10519 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10520
10521 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10522
10523 * gdb.texinfo: Add File-I/O documentation.
10524
10525 2003-03-10 Andrew Cagney <cagney@redhat.com>
10526
10527 * gdbint.texinfo (Target Architecture Definition): Cross reference
10528 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10529
10530 2003-03-07 Andrew Cagney <cagney@redhat.com>
10531
10532 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10533 frame" command.
10534
10535 2003-03-05 Andrew Cagney <cagney@redhat.com>
10536
10537 * gdbint.texinfo (Target Architecture Definition): Document
10538 unwind_dummy_id. Cross reference unwind_dummy_id and
10539 SAVE_DUMMY_FRAME_TOS.
10540
10541 2003-03-05 James Ingham <jingham@apple.com>
10542 Daniel Jacobowitz <drow@mvista.com>
10543
10544 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10545 and "show cp-abi".
10546
10547 2003-03-03 Andrew Cagney <cagney@redhat.com>
10548
10549 * gdbint.texinfo (Target Architecture Definition): Document
10550 register_type.
10551
10552 2003-03-03 Andrew Cagney <cagney@redhat.com>
10553
10554 * stabs.texinfo (Structures): Use @samp and separate @var's
10555 instead of a single @var containing a comma separated list.
10556 (Unions): Ditto.
10557
10558 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10559
10560 * Makefile.in (distclean): Remove config.log.
10561
10562 2003-03-01 Andrew Cagney <cagney@redhat.com>
10563
10564 * gdbint.texinfo (Target Architecture Definition): Rename
10565 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10566
10567 2003-03-01 Andrew Cagney <cagney@redhat.com>
10568
10569 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10570 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10571
10572 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10573
10574 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10575 (Non-debug DLL symbols): New node, describing the minimal symbols
10576 loaded from DLLs without real debugging symbols.
10577
10578 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10579
10580 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10581 hardware-breakpoint-limit".
10582 (Set Watchpoints): Add cross reference to "set remote
10583 hardware-watchpoint-limit".
10584 (Remote configuration options): New section.
10585
10586 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10587
10588 * gdbint.texinfo (Target Architecture Definition): Delete
10589 descrption of IS_TRAPPED_INTERNALVAR.
10590
10591 From Keith Seitz <keiths@redhat.com>:
10592 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10593 option "-i"/"--interpreter" to this chapter. Include index
10594 entries.
10595
10596 2003-02-04 David Carlton <carlton@math.stanford.edu>
10597
10598 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10599 (Variables): Recommend stabs+ and DWARF 2.
10600 (C plus plus expressions): Correct info about
10601 compiler versions, debug formats.
10602 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10603 PR symtab/874.
10604
10605 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10606
10607 * gdbint.texinfo (Target Architecture Definition): Delete
10608 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10609 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10610 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10611 references to nindy and i960.
10612 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10613
10614 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10615
10616 * gdbint.texinfo (Target Architecture Definition): Delete
10617 FLOAT_INFO.
10618
10619 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10620
10621 * stabs.texinfo (Member Type Descriptor): Clarify description of
10622 `@'. Suggested by Ben Hutchings.
10623
10624 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10625
10626 * gdb.texinfo (M68K): Delete reference to es1800.
10627
10628 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10629
10630 * gdb.texinfo (Maintenance Commands): Document `maint print
10631 reggroups' and `maint print register-groups'.
10632 * gdbint.texinfo (Target Architecture Definition): Document
10633 register_reggroup_p.
10634
10635 2003-01-23 Jim Blandy <jimb@redhat.com>
10636
10637 * gdb.texinfo (Separate Debug Files): New section.
10638
10639 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10640
10641 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10642 and "maint show profile".
10643
10644 2003-01-16 Michael Chastain <mec@shout.net>
10645
10646 * gdb.texinfo (Installing GDB): Warn against
10647 ".../gdb-VERSION/gdb/configure".
10648 (Separate Objdir): Likewise.
10649
10650 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10651
10652 * gdbint.texinfo (Target Architecture Definition): Delete
10653 definition of PRINT_REGISTER_HOOK.
10654
10655 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10656
10657 (OpenRISC 1000): Fix formatting of command names.
10658
10659 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10660
10661 * gdb.texinfo (Continuing and Stepping): Add new command
10662 'advance'. Clarify behavior of 'until'.
10663
10664 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10665
10666 * gdb.texinfo (Files): Document solib-absolute-prefix and
10667 solib-search-path.
10668
10669 2003-01-09 Michael Chastain <mec@shout.net>
10670
10671 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10672 (Create a Release): Add new instructions for new @file{src-release}.
10673 Document existing instructions for @file{Makefile.in} as
10674 being for @value{GDBN} 5.3.1 or earlier.
10675
10676 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10677
10678 * gdbint.texinfo (Target Architecture Definition): Mention
10679 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10680 allocate memory.
10681
10682 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10683
10684 * gdb.texinfo (Controlling GDB): Add @kindex for
10685 "show osabi".
10686 (Backtraces): Add @kindex's for backtrace-below-main.
10687
10688 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10689
10690 * gdb.texinfo (Controlling GDB): Document "set osabi".
10691
10692 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10693
10694 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10695 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10696
10697 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10698
10699 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10700 "set coerce-float-to-double".
10701 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10702
10703 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10704
10705 * stabs.texinfo: Remove obsolete text.
10706 * gdbint.texinfo: Ditto.
10707 * gdb.texinfo: Ditto.
10708
10709 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10710
10711 * fdl.texi: Revert the last change.
10712
10713 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10714
10715 * gdbint.texinfo (Target Architecture Definition): Update
10716 description of gdbarch_register_osabi.
10717
10718 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10719
10720 * agentexpr.texi: Fix typos.
10721 * annotate.texi: Likewise.
10722 * fdl.texi: Likewise.
10723
10724 2002-12-10 Andrew Cagney <cagney@redhat.com>
10725
10726 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10727 DEPRECATED_INIT_FRAME_PC.
10728
10729 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10730
10731 * gdbint.texinfo (Target Architecture Definition): Delete
10732 PC_IN_CALL_DUMMY.
10733
10734 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10735
10736 * gdbint.texinfo (Host Definition): Delete documentation on
10737 USE_GENERIC_DUMMY_FRAMES.
10738
10739 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10740
10741 Fix PR gdb/723 and PR gdb/245.
10742 * Makefile.in (install-info): Run the install-info command as part
10743 of the post install steps only.
10744 (uninstall-info): New target.
10745 (uninstall): New target.
10746
10747 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10748
10749 * Makefile.in (install): Make install do some real work.
10750
10751 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10752
10753 Fix POSIX problem reported by Paul Eggert.
10754 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10755 Fix PR gdb/527.
10756
10757 2002-10-26 Andrew Cagney <cagney@redhat.com>
10758
10759 * gdbint.texinfo (Target Architecture Definition): Delete
10760 definition of DO_REGISTERS_INFO.
10761
10762 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10763
10764 * gdbint.texinfo (Address Classes): Fix problems with insertion
10765 of ``{'' and ``}'' in example.
10766
10767 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10768
10769 * gdbint.texinfo (Address Classes): New section.
10770 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10771 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10772 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10773 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10774
10775 2002-10-11 Klee Dienes <kdienes@apple.com>
10776
10777 * gdb.texinfo (Registers): Mention vector registers as well as
10778 floating registers in the documentation for 'info registers' and
10779 'info all-registers'.
10780
10781 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10782
10783 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10784
10785 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10786
10787 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10788 interface definition.
10789
10790 2002-10-03 Marko Mlinar <markom@opencores.org>
10791
10792 * gdb.texinfo (Target Commands): Add or1k target specific
10793 commands.
10794 * gdb.texinfo (Contributors): Add myself to the contributors list.
10795
10796 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10797
10798 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10799 and "mi1" instead of "mi1" and "mi0".
10800
10801 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10802
10803 * gdb.texinfo (Packets): Fix typos "alligned".
10804 Correct z3/Z3 description. Correct z4/Z4 title.
10805
10806 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10807
10808 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10809
10810 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10811
10812 * gdb.texinfo: Use GNU/Linux instead of Linux.
10813
10814 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10815
10816 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10817
10818 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10819
10820 * gdb.texinfo: Replace @example with @smallexample.
10821
10822 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10823
10824 From Eli Zaretskii <eliz@gnu.org>:
10825 * gdb.texinfo (Character Sets): Use @smallexample instead of
10826 @example. Use GNU/Linux instead of Linux.
10827
10828 2002-09-20 Jim Blandy <jimb@redhat.com>
10829
10830 * gdb.texinfo: Add character set documentation.
10831
10832 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
10833
10834 * gdb.texinfo: Document edit command.
10835
10836 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10837
10838 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10839 (Packets): Add cross reference from `b' packet to `z' packets.
10840
10841 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10842
10843 * gdb.texinfo (Maintenance Commands): Document ``maint
10844 internal-error'' and ``maint internal-warning''.
10845
10846 * gdbint.texinfo (Target Architecture Definition): Revise
10847 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10848
10849 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10850
10851 * gdbint.texinfo (Target Conditionals): Document the new
10852 NAME_OF_MALLOC macro.
10853
10854 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10855
10856 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10857 engineer.
10858
10859 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10860
10861 * gdb.texinfo (TUI Overview): Document status line fields.
10862
10863 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10864
10865 * gdb.texinfo (TUI Commands): Document info win command.
10866
10867 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10868
10869 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10870
10871 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10872
10873 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10874 (TUI Keys): Likewise.
10875
10876 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10877
10878 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10879 for a packet receive.
10880
10881 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10882
10883 * Makefile.in (clean): Move to end of file.
10884 (distclean, maintainer-clean, realclean): Ditto.
10885 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10886 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10887 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10888 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10889
10890 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10891
10892 * Makefile.in (GDBINT_TEX_TMPS): Define.
10893 (gdbint.dvi, gdbint.pdf): Use
10894 (GDB_TEX_TMPS): Define.
10895 (gdb.dvi, gdb.pdf): Use.
10896 (STABS_TEX_TMPS): Define.
10897 (stabs.dvi, stabs.pdf): Use.
10898 (GDB_DOC_SOURCE_INCLUDES): New macros.
10899 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10900 (GDBINT_DOC_FILES_INCLUDES): New macros.
10901 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10902 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10903 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10904 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10905 (links2roff): Replace SFILES_INCLUDED with
10906 GDB_DOC_SOURCE_INCLUDES.
10907 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10908 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10909 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10910 dependencies.
10911 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10912 dependencies.
10913 (gdbmi.texinfo): Delete rule.
10914 (inc-hist.texinfo): Delete rule.
10915 (rluser.texinfo): Delete rule.
10916
10917 2002-08-23 Andrew Cagney <cagney@redhat.com>
10918
10919 * gdbint.texinfo (Target Architecture Definition): Update
10920 STORE_RETURN_VALUE, mention regcache.
10921
10922 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10923
10924 * gdbint.texinfo (Target Architecture Definition): Document
10925 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10926
10927 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10928
10929 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10930 Fix minor typos. Add index entries.
10931
10932 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10933
10934 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10935
10936 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10937
10938 * gdbint.texinfo (Target Architecture Definition): Document
10939 PRINT_VECTOR_INFO.
10940 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10941
10942 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10943
10944 * gdb.texinfo (Maintenance Commands): Document "maint print
10945 registers", "maint print raw-registers" and "maint print
10946 cooked-registers".
10947
10948 2002-08-08 Grace Sainsbury <graces@redhat.com>
10949
10950 From Mark Salter:
10951 * gdb.texinfo (Protocol): Document T packet extension to
10952 allow watchpoint address reporting.
10953
10954 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10955
10956 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10957
10958 2002-08-01 Andrew Cagney <cagney@redhat.com>
10959
10960 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10961 to CHILL.
10962
10963 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10964
10965 * gdbint.texinfo (Coding): Revise section "Include Files".
10966
10967 2002-07-24 Andrew Cagney <cagney@redhat.com>
10968
10969 * gdbint.texinfo: Obsolete references to m88k.
10970 * gdb.texinfo: Ditto.
10971
10972 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10973
10974 * gdbint.texinfo (Create a release candiate): Add the location
10975 where the proper version of autoconf can be retrieved.
10976
10977 2002-07-09 Don Howard <dhoward@redhat.com>
10978
10979 * gdb.texinfo (Command Files): Further describe the behavior of
10980 sourced command files.
10981
10982 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10983
10984 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10985 (Coding): Clarify ISO C version that GDB assumes.
10986
10987 2002-06-26 Tom Tromey <tromey@redhat.com>
10988
10989 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10990 add_setshow_cmd_full.
10991
10992 2002-06-25 Don Howard <dhoward@redhat.com>
10993
10994 * gdb.texinfo (Memory Region Attributes): Document new behavior
10995 for 'mem' command.
10996
10997 2002-06-11 Jim Blandy <jimb@redhat.com>
10998
10999 * gdb.texinfo (Symbols): Update documentation for `info source'
11000 command.
11001
11002 * gdb.texinfo (Macros): Call the command `info macro', not
11003 `show macro'.
11004
11005 2002-06-09 Andrew Cagney <ac131313@redhat.com>
11006
11007 * gdbint.texinfo (Coding): Add section ``Per-architecture module
11008 data''.
11009
11010 2002-06-09 Mark Kettenis <kettenis@gnu.org>
11011
11012 * gdbint.texinfo (Target Architecture Definition): Document
11013 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
11014
11015 2002-06-08 Andrew Cagney <ac131313@redhat.com>
11016
11017 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
11018 lists.
11019
11020 2002-06-08 Andrew Cagney <ac131313@redhat.com>
11021
11022 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
11023 Branch''.
11024
11025 2002-06-01 Andrew Cagney <ac131313@redhat.com>
11026
11027 * gdbint.texinfo (Target Architecture Definition): Add section
11028 ``Converting an existing Target Architecture to Multi-arch''.
11029
11030 2002-05-30 Andrew Cagney <ac131313@redhat.com>
11031
11032 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
11033 to ``Obsoleting code''. Revise.
11034
11035 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
11036
11037 * gdbint.texinfo: Document new generic OS ABI framework.
11038
11039 2002-05-17 Jim Blandy <jimb@redhat.com>
11040
11041 * gdb.texinfo (C Preprocessor Macros): New chapter.
11042 Include it in the main menu.
11043 (Contributors): Credit Jim Blandy with macro support.
11044 (Compilation): Explain how to get macro information into the
11045 executable.
11046 (Expressions): Note that preprocessor macros are expanded.
11047
11048 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
11049
11050 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
11051 options for `target remote'.
11052
11053 2002-05-13 Andrew Cagney <ac131313@redhat.com>
11054
11055 * gdbint.texinfo (Target Architecture Definition): Delete
11056 documentation on NNPC_REGNUM.
11057
11058 2002-05-11 Andrew Cagney <ac131313@redhat.com>
11059
11060 * gdbint.texinfo (Target Architecture Definition): Document
11061 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
11062 (Target Architecture Definition): Revise section `Using Different
11063 Register and Memory Data Representations'. Add section `Raw and
11064 Virtual Register Representations'.
11065
11066 2002-05-11 Andrew Cagney <ac131313@redhat.com>
11067
11068 * gdbint.texinfo (Target Architecture Definition): Mention
11069 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
11070 (Target Architecture Definition): Mention same. Add references to
11071 web pages.
11072
11073 2002-05-08 Michael Snyder <msnyder@redhat.com>
11074
11075 * stabs.texinfo (Attributes): Document new "vector" attribute.
11076
11077 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11078
11079 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
11080
11081 2002-05-04 Andrew Cagney <ac131313@redhat.com>
11082
11083 * gdb.texinfo: Delete obsolete references to a29k.
11084
11085 2002-04-24 Andrew Cagney <ac131313@redhat.com>
11086
11087 * gdbint.texinfo (Target Architecture Definition): Replace
11088 IN_SIGTRAMP with PC_IN_SIGTRAMP.
11089
11090 2002-04-24 David S. Miller <davem@redhat.com>
11091
11092 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
11093
11094 2002-04-21 David S. Miller <davem@redhat.com>
11095
11096 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
11097
11098 2002-04-21 Andrew Cagney <ac131313@redhat.com>
11099
11100 * gdbint.texinfo (Target Architecture Definition): Delete
11101 definition of HAVE_REGISTER_WINDOWS.
11102
11103 2002-04-19 Eli Zaretskii <eliz@gnu.org>
11104
11105 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
11106 "Theodore A. Roth" <troth@verinet.com>.
11107
11108 2002-04-15 Don Howard <dhoward@redhat.com>
11109
11110 From Eli Zaretskii <eliz@gnu.org>
11111 * gdb.texinfo (show max-user-call-depth): Correct formatting.
11112 Provide a better explaination of this feature.
11113
11114 2002-04-14 Andrew Cagney <ac131313@redhat.com>
11115
11116 * gdbint.texinfo (Target Architecture Definition): Remove
11117 FRAME_CHAIN_COMBINE.
11118
11119 2002-04-12 Michael Chastain <mec@shout.net>
11120
11121 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
11122 REG_STACK_SEGMENT.
11123
11124 2002-04-09 Michael Chastain <mec@shout.net>
11125
11126 * gdbint.texinfo (Obsolete Conditionals): Remove references to
11127 PYRAMID_* macros.
11128
11129 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11130
11131 * gdb.texinfo (Bug Reporting): Document that the web is the
11132 prefered way of submitting bug reports.
11133 (Bug Reporting): Delete the s-mail address as the last resort.
11134
11135 2002-04-05 Andrew Cagney <ac131313@redhat.com>
11136
11137 * gdbint.texinfo (Target Architecture Definition): Delete
11138 references to TARGET_WRITE_FP and write_fp.
11139
11140 2002-03-27 Michael Snyder <msnyder@redhat.com>
11141
11142 * gdb.texinfo: Document new commands dump, append, and restore.
11143
11144 2002-03-27 Andrew Cagney <ac131313@redhat.com>
11145
11146 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
11147 Branch'.
11148
11149 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11150
11151 * gdb.texinfo: Change all examples to @smallexample.
11152 * gdbint.texinfo: Ditto.
11153
11154 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11155
11156 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
11157 Branches''.
11158
11159 2002-03-18 Andrew Cagney <ac131313@redhat.com>
11160
11161 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
11162 Policy''.
11163
11164 2002-03-04 Fred Fish <fnf@redhat.com>
11165
11166 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
11167 expresson, suports, dependant, trhe, perhaphs, situtations,
11168 explictily, taged, oportunity, unfortunatly).
11169
11170 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11171
11172 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
11173 Remove reference to 3.12.
11174
11175 2002-02-23 Paul Eggert <eggert@twinsun.com>
11176
11177 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
11178 POSIX 1003.1-2001 no longer allows "head -1".
11179
11180 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11181
11182 * gdbint.texinfo: Include fdl.texi.
11183 (Top): Add GNU Free Documentation License.
11184 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
11185 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
11186 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
11187 (gdbint.info): Add srcdir to include path.
11188 * gdb.texinfo: Include gpl.texi.
11189 (Top): Add Copying.
11190 * gpl.texi: New file.
11191
11192 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11193
11194 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
11195
11196 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11197
11198 * gdb.texinfo: Document Cygwin native specific commands.
11199
11200 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11201
11202 * gdb.texinfo: Document gdbserver ``--attach'' command.
11203
11204 2002-02-07 Michael Snyder <msnyder@redhat.com>
11205
11206 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
11207 to @code(_ovly_debug_event).
11208
11209 2002-02-07 Andrew Cagney <ac131313@redhat.com>
11210
11211 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
11212
11213 2002-02-06 Michael Snyder <msnyder@redhat.com>
11214
11215 * gdb.texinfo (overlays): Mention new magic symbol
11216 '_ovly_debug_event', which allows GDB to keep better track
11217 of overlays.
11218
11219 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
11220
11221 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11222 (PRINT_FLOAT_INFO): Document it.
11223
11224 2002-02-03 Eli Zaretskii <eliz@gnu.org>
11225
11226 * gdb.texinfo (Memory Region Attributes): Fix the wording.
11227 Suggested by Dmitry Sivachenko.
11228
11229 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
11230
11231 2002-02-01 Michael Snyder <msnyder@redhat.com>
11232
11233 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
11234
11235 2002-01-30 Michael Snyder <msnyder@redhat.com>
11236
11237 * gdb.texinfo: (remote protocol): Gramatical fix-up.
11238 (set trust-readonly-sections): Document.
11239
11240 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11241
11242 * gdbint.texinfo (Releasing GDB): Revise and update.
11243
11244 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11245
11246 * gdbint.texinfo (Target Architecture Definition): Delete
11247 description of TARGET_BYTE_ORDER_DEFAULT.
11248
11249 2002-01-27 Eli Zaretskii <eliz@gnu.org>
11250
11251 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
11252 <mitya@cavia.pp.ru>.
11253
11254 2002-01-23 Andrew Cagney <ac131313@redhat.com>
11255
11256 * libgdb.texinfo: Delete file.
11257
11258 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11259
11260 * gdb.texinfo: Remove makeinfo 3.12 hacks.
11261 * gdbint.texinfo: Ditto.
11262
11263 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
11264
11265 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
11266
11267 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11268
11269 * Makefile.in: Update copyright.
11270 (TEXI2DVI): Define.
11271 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
11272 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
11273 gdb-cfg.texi.
11274 (TEXINDEX, PDFTEX): Delete makefile variables.
11275
11276 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11277
11278 * gdb.texinfo (Protocol): Move section to appendix.
11279
11280 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11281
11282 * gdb.texinfo (Remote Debugging): Create a menu.
11283 (Top): Add ``Remote Debugging'' to menu.
11284
11285 2002-01-21 Andrew Cagney <ac131313@redhat.com>
11286
11287 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
11288 serial protocol'' from here.
11289 (Remote Debugging): To here. New chapter.
11290
11291 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11292
11293 * gdbint.texinfo (Target Architecture Definition): Delete
11294 description of TARGET_BYTE_ORDER_SELECTABLE_P.
11295
11296 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11297
11298 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
11299 are no longer needed.
11300 (Porting GDB): Add maintainer note about configure.host.
11301
11302 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11303
11304 * gdbint.texinfo (Target Architecture Definition): Remove
11305 definition of IEEE_FLOAT.
11306
11307 2002-01-20 Eli Zaretskii <eliz@gnu.org>
11308
11309 * gdb.texinfo: Beautify copyright years; fix a typo.
11310 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11311 <3diff@gnu.org>
11312
11313 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11314
11315 * gdbint.texinfo (Host Definition): Remove references to
11316 MALLOC_INCOMPATIBLE.
11317
11318 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11319
11320 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11321 and xyz-xdep.o.
11322
11323 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11324
11325 * gdb.texinfo (Maintenance Commands): Add appendix.
11326 (Set Breaks): Copy ``maint info breakpoint'' doco to
11327 ``Maintenance Commands'' appendix. Add reference.
11328
11329 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11330
11331 * fdl.texi: Remove next/prev from @node.
11332
11333 2002-01-17 Eli Zaretskii <eliz@gnu.org>
11334
11335 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11336 for monstrous @multitable (from Brian Youmans).
11337
11338 * fdl.texi: New file.
11339
11340 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11341
11342 2002-01-15 Andrew Cagney <ac131313@redhat.com>
11343
11344 * gdbint.texinfo (Releasing GDB): New chapter.
11345
11346 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11347
11348 * gdb.texinfo (Embedded Processors, Calling program functions):
11349 Obsolete references to a29k.
11350
11351 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11352
11353 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11354 examples. Document that a code-block should do or discard its
11355 cleanups before exit.
11356
11357 2002-01-11 Michael Snyder <msnyder@redhat.com>
11358
11359 * gdb.texinfo (Choosing files): Change @samp to @file.
11360
11361 2002-01-05 Michael Snyder <msnyder@redhat.com>
11362
11363 * gdb.texinfo (--pid): Document new command line option (attach).
11364
11365 2002-01-07 Eli Zaretskii <eliz@gnu.org>
11366
11367 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11368 in the stub.
11369
11370 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11371
11372 * gdbint.texinfo (Target Architecture Definition): Replace
11373 BIG_ENDIAN with BFD_ENDIAN_BIG.
11374
11375 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11376
11377 * gdbint.texinfo (Target Architecture Definition): Replace
11378 value_ptr with struct value pointer.
11379
11380 2002-01-02 Eli Zaretskii <eliz@gnu.org>
11381
11382 * gdb.texinfo (Free Software): Fix wording.
11383
11384 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11385
11386 * gdb.texinfo (Free Software): New section ``Free Software Needs
11387 Free Documentation''.
11388
11389 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11390
11391 * stabs.texinfo:
11392 * gdb.texinfo:
11393 * gdbint.texinfo:
11394 * libgdb.texinfo:
11395 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11396
11397 2001-12-29 Michael Snyder <msnyder@redhat.com>
11398
11399 * gdb.texinfo (maint info sections): Fix typo.
11400
11401 2001-12-26 Michael Snyder <msnyder@redhat.com>
11402
11403 * gdb.texinfo (maint info sections): Document.
11404
11405 * gdb.texinfo (info proc): Comment out documentation for
11406 'info proc' sub-options that are currently not implemented.
11407
11408 2001-12-20 Jim Blandy <jimb@redhat.com>
11409
11410 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11411
11412 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11413
11414 * gdbint.texinfo (Target Architecture Definition): Replace
11415 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11416
11417 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11418
11419 * gdbint.texinfo (Host Definition): Delete documentation on
11420 HOST_BYTE_ORDER.
11421
11422 2001-11-30 Jim Blandy <jimb@redhat.com>
11423
11424 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11425 overlay support. Add to top-level menu.
11426
11427 2001-11-26 Tom Tromey <tromey@redhat.com>
11428
11429 * gdb.texinfo (Command Syntax): Document C-o binding.
11430
11431 2001-07-26 Christopher Faylor <cgf@redhat.com>
11432
11433 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11434 use since it is described in the referenced section.
11435
11436 From Eli Zaretskii <eliz@gnu.org>
11437 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11438 clearer when using DJGPP.
11439
11440 2001-11-24 Christopher Faylor <cgf@redhat.com>
11441
11442 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11443 specifically refer to MS-DOS.
11444 (command files): Mention gdb.ini is only used on MS-DOS.
11445
11446 2001-11-21 Tom Tromey <tromey@redhat.com>
11447
11448 * gdb.texinfo (Invoking GDB): Document --args.
11449 (Mode Options): Likewise.
11450
11451 2001-11-21 Jim Blandy <jimb@redhat.com>
11452
11453 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11454 Delete documentation; this macro has been removed from the
11455 sources.
11456
11457 2001-11-13 Jim Blandy <jimb@redhat.com>
11458
11459 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11460
11461 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11462
11463 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11464
11465 2001-11-05 Michael Snyder <msnyder@redhat.com>
11466
11467 * gdb.texinfo (info functions): Document use of backslash to
11468 quote regexp chars in function names such as "operator*()".
11469
11470 2001-11-01 Fred Fish <fnf@redhat.com>
11471
11472 * gdbint.texinfo (SOLIB_ADD): Document additional new
11473 "readsyms" arg.
11474
11475 2001-10-30 Don Howard <dhoward@redhat.com>
11476
11477 * gdb.texinfo: (Command Files) Added documentation for the
11478 behavior of gdb with input redirected from a file.
11479
11480 2001-10-28 Fred Fish <fnf@redhat.com>
11481
11482 * gdb.texinfo (auto-solib-add): Change docs to match
11483 implementation change.
11484 (auto-solib-limit): Add docs for new variable.
11485
11486 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11487
11488 * gdbint.texinfo (Target Architecture Definition): Function
11489 value_as_pointer renamed to value_as_address.
11490
11491 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11492
11493 * gdbint.texinfo (Target Architecture Definition): Default
11494 POINTER_TO_ADDRESS functions assume unsigned addresses.
11495 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11496 posting by Jim Blandy.
11497
11498 2001-10-12 Jim Blandy <jimb@redhat.com>
11499
11500 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11501 version of texi2html (1.64) doesn't support this flag any more.
11502
11503 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11504
11505 * gdbint.texinfo (Host Definition): Remove description of
11506 MEM_FNS_DECLARED.
11507
11508 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11509
11510 * gdbint.texinfo (Host Definition): Remove description of
11511 HAVE_SIGSETMASK.
11512
11513 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11514
11515 * gdbint.texinfo (Target Architecture Definition): Add
11516 explanation of TARGET_PRINT_INSN macro.
11517
11518 2001-08-30 Jim Blandy <jimb@redhat.com>
11519
11520 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11521 Explain what it means to load relocatable files.
11522
11523 2001-08-28 Jim Blandy <jimb@redhat.com>
11524
11525 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11526 info `top' menu.
11527
11528 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11529
11530 * gdbint.texinfo: Add a cautionary note about macro use.
11531
11532 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11533
11534 * gdb.texinfo: Explain omitting the hostname in the
11535 `target remote' command.
11536
11537 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11538
11539 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11540 and END-INFO-DIR-ENTRY.
11541
11542 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11543
11544 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11545
11546 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11547
11548 * gdbint.texinfo (libgdb): Rewrite.
11549
11550 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11551
11552 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11553
11554 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11555
11556 * gdb.texinfo (TUI): New chapter, document the TUI.
11557 (Mode Options): Document the -tui option.
11558
11559 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11560
11561 * gdbint.texinfo (Host Definition): Remove description of
11562 NEED_POSIX_SETPGID.
11563
11564 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11565
11566 * gdb.tex (DJGPP Native): New node, with descriptions of
11567 DJGPP-specific commands.
11568
11569 2001-07-19 John R. Moore <jmoore@redhat.com>
11570
11571 * gdbint.texinfo: Three misspellings.
11572
11573 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11574
11575 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11576 `test` expressions on bash. Problem reported by Colin Walters.
11577
11578 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11579
11580 * gdbint.texinfo (User Interface): Update ui-out documentation to
11581 refelect recent UI/MI updates.
11582
11583 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11584
11585 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11586 interpreters.
11587
11588 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11589
11590 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11591 structure and not macros.
11592 (Host Definition): Document that much of this chapter is obsolete.
11593 (Target Architecture Definition): Update list of files that make
11594 up a target architecture.
11595 (Coding): Update.
11596
11597 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11598
11599 * gdbint.texinfo (Target Architecture Definition): Update
11600 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11601 The latter has been changed to a true predicate.
11602
11603 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11604
11605 * annotate.texi: Add @noindent where needed. From Dmitry
11606 Sivachenko <dima@Chg.RU>.
11607 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11608
11609 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11610
11611 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11612
11613 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11614
11615 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11616 returns ``OK''. Document that the ``R'' packet does not reply.
11617
11618 2001-06-13 Michael Snyder <msnyder@redhat.com>
11619
11620 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11621
11622 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11623
11624 * gdb.texinfo (Signals): Clarify the default setting of signal
11625 handling.
11626
11627 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11628
11629 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11630 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11631
11632 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11633
11634 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11635
11636 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11637
11638 * gdbint.texinfo (Clean Design and Portable Implementation):
11639 Renamed from "Clean Design".
11640 (Clean Design and Portable Implementation): Document portable
11641 methods of handling file names, and the associated macros.
11642
11643 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11644
11645 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11646 command and provide a cross-reference to its description.
11647 (Symbols): Note that "info scope" is useful for trace experiments.
11648
11649 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11650
11651 * gdb.texinfo (Symbols): Document "info scope".
11652 (Tracepoints): New chapter.
11653 (Contributors): Update for v5.1.
11654 <All nodes>: Change "C++" to "C@t{++}".
11655
11656 * gdbint.texinfo (User Interface): A new section about ui_out
11657 functions, based on text written by Fernando Nasser.
11658
11659 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11660
11661 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11662
11663 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11664
11665 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11666
11667 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11668 Replace "GDB" with "@value{GDBN}". Fix markup.
11669
11670 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11671
11672 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11673 a cross-reference to its description.
11674 (Symbols): Document "info symbol".
11675
11676 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11677
11678 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11679 subsection "x86 Watchpoints".
11680 (Target Architecture Definition): Document the macros
11681 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11682 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11683
11684 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11685
11686 * gdbint.texinfo (Target Architecture Definition): Update
11687 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11688 list.
11689
11690 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11691
11692 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11693 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11694
11695 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11696
11697 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11698
11699 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11700
11701 * gdb.texinfo (Environment): Document that `path' does not change
11702 the value of PATH in GDB's own environment (it did in the past,
11703 but that was changed on March 15, 1994). Reported by Doug Evans
11704 <dje@transmeta.com>.
11705
11706 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11707 its line. Fix markup of commands and macros. Add an Index node
11708 and index entries.
11709
11710 2001-01-23 J.T. Conklin <jtc@redback.com>
11711
11712 * gdb.texinfo (Memory region attributes): New manual section.
11713
11714 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11715
11716 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11717
11718 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11719
11720 * refcard.tex: Version and copyright fixed. From Phil Edwards
11721 <pedwards@disaster.jaj.com>.
11722
11723 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11724
11725 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11726 DWARF2_REG_TO_REGNUM): Document.
11727
11728 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11729
11730 * gdbint.texinfo (Coding): Update current value of
11731 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11732
11733 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11734
11735 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11736 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11737
11738 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11739
11740 * gdb.texinfo: Document new 'set step-mode' command.
11741
11742 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11743
11744 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11745 changes from Dmitry Sivachenko <dima@Chg.RU>.
11746
11747 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11748
11749 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11750 From Steven Johnson <sbjohnson@ozemail.com.au>.
11751
11752 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11753
11754 * gdbint.texinfo (Overall Structure): Spelling fix.
11755
11756 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11757
11758 * gdbint.texinfo (Target Architecture Definition): Document that
11759 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11760 for which REGISTER_CONVERTIBLE returns a zero value.
11761
11762 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11763
11764 * Makefile.in (install-info): Find files to install in either the
11765 build or source directories (adapted from Makefile.am).
11766
11767 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11768
11769 * stabs.texinfo: Fix spelling errors.
11770 (String Field): FILE-NUMBER starts from 0, not 1.
11771
11772 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11773
11774 * refcard.tex: Remove \centerline from the blurb. Patch from
11775 Brian Youmans.
11776
11777 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11778
11779 * Makefile.in (install-info): Support installation from outside of
11780 the source directory. Reported by Mark Harig
11781 <markh@frazier.landmark.com>.
11782
11783 2000-06-20 J.T. Conklin <jtc@redback.com>
11784
11785 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11786
11787 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11788
11789 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11790 Generate using pdftex.
11791 (PDFTEX): Define.
11792 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11793 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11794 @contents at the start.
11795
11796 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11797
11798 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11799 Youmans.
11800
11801 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11802
11803 From Brian Youmans:
11804 * gdb.texinfo: Fix ``et al.''.
11805
11806 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11807
11808 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11809 loop.
11810
11811 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11812
11813 * configure: Regenerate.
11814
11815 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11816
11817 * Makefile.in (install-info): Run install-info on installed Info
11818 files.
11819
11820 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11821
11822 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11823 Andrew Cagney.
11824
11825 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11826
11827 * gdb.texinfo: Proofreading changes from Brian Youmans.
11828
11829 2000-05-01 Nick Duffek <nsd@cygnus.com>
11830
11831 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11832 startup sequence, minor edits.
11833
11834 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11835
11836 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11837 TeX.
11838
11839 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11840 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11841 like `n' and `s' which look weird. Convert some of the @kindex to
11842 @vindex, when they refer to variables, not commands.
11843
11844 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11845
11846 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11847
11848 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11849
11850 * Makefile.in (GDBMI_DIR): New variable.
11851 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11852 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11853 (gdbmi.texinfo): New target, for texi2roff.
11854 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11855 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11856
11857 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11858 gdbmi.texinfo.
11859 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11860 comment.
11861
11862 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11863
11864 * gdb.texinfo (Files): Update description of add-symbol-file
11865 command.
11866
11867 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11868
11869 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11870 prevents the build (and is generally a Bad Idea).
11871
11872 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11873
11874 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11875 a comma inside @var.
11876 (Command Files): Index markup changes from Dmitry Sivachenko
11877 <dima@Chg.RU>.
11878
11879 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11880
11881 * Makefile.in (LN_S): Define.
11882 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11883 invoke "ln -s" unless it is known to work.
11884
11885 * configure.in (AC_PROG_LN_S): Add.
11886
11887 2000-04-14 Jim Blandy <jimb@redhat.com>
11888
11889 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11890 section.
11891 (Target Conditionals): Document ADDRESS_TO_POINTER,
11892 POINTER_TO_ADDRESS.
11893
11894 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11895
11896 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11897 gdb-cfg.texi to get the value.
11898
11899 2000-04-10 Jim Blandy <jimb@redhat.com>
11900
11901 * gdbint.texinfo (Target Architecture Definition): Fix
11902 cross-references.
11903
11904 2000-04-08 Jim Blandy <jimb@redhat.com>
11905
11906 * gdbint.texinfo (Using Different Register and Memory Data
11907 Representations): New section.
11908 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11909 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11910 REGISTER_CONVERT_TO_RAW): Document.
11911
11912 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11913
11914 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11915 for acknowledgments.
11916
11917 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11918
11919 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11920 qThreadExtraInfo.
11921
11922 2000-03-28 J.T. Conklin <jtc@redback.com>
11923
11924 * gdb.texinfo: Clarify which remote debug protocol commands are
11925 required and which are optional.
11926
11927 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11928
11929 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11930 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11931 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11932 * annotate.texi: Update.
11933
11934 2000-03-28 Stan Shebs <shebs@apple.com>
11935
11936 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11937 expectation of additional changes before release), update
11938 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11939 node links, rephrase and/or shorten lines to fix formatting
11940 problem in both regular and @smallbook formats.
11941 * annotate.texi: Shorten lines in example, use smallexample
11942 consistently everywhere.
11943 * Makefile.in: Add comment about texinfo 4.0 html generation.
11944 (SFILES_INCLUDED): Add annotate.texi.
11945
11946 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11947
11948 * gdb.texinfo (Debugging Output): Added new section, documenting
11949 the "set/show debug" commands.
11950
11951 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11952
11953 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11954 entry.
11955
11956 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11957 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11958 @chapter and @node entries.
11959
11960 * gdb.texinfo: Link all top-level nodes.
11961
11962 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11963
11964 * Makefile.in (install-info): Create $(infodir) before installing
11965 files.
11966
11967 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11968
11969 From David Whedon <dwhedon@gordian.com>
11970 * gdbint.texinfo : Added paragraphs about command deprecation.
11971
11972 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11973
11974 * gdb.texinfo: Add documentation for the apropos command.
11975
11976 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11977
11978 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11979
11980 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11981
11982 * gdb.texinfo: Add white space to prevent overprinting in
11983 two places.
11984
11985 2000-03-17 Stan Shebs <shebs@apple.com>
11986
11987 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11988 <dima@Chg.RU>, also clarification of allowed content for
11989 string constants.
11990
11991 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11992
11993 * gdb.texinfo (main menu): Add Annotations.
11994 (File Options): Add @cindex entries for each command-line option.
11995 Document --epoch, --annotate, --async, --interpreter, --write,
11996 --statistics, and --version.
11997
11998 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11999 of GDB.
12000
12001 2000-02-23 Jim Blandy <jimb@redhat.com>
12002
12003 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
12004
12005 2000-02-22 Jim Blandy <jimb@redhat.com>
12006
12007 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
12008
12009 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
12010
12011 * Makefile.in (diststuff): New target.
12012
12013 2000-02-15 Kevin Buettner <kevinb@redhat.com>
12014
12015 * agentexpr.texi: Fix wording regarding Intel's IA-64
12016 architecture. [From Jim Wilson.]
12017
12018 2000-01-16 Tom Tromey <tromey@cygnus.com>
12019
12020 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
12021 (Delete Breaks): Mention range arguments.
12022 (Disabling): Likewise.
12023
12024 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
12025
12026 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
12027
12028 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
12029
12030 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
12031 valid functions.
12032
12033 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
12034
12035 * gdb.texinfo: Clarify regular expressions used in rbreak.
12036
12037 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
12038
12039 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
12040 MEMORY_REMOVE_BREAKPOINT): Document.
12041
12042 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
12043
12044 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
12045 offset re-using the DATA offset instead.
12046
12047 1999-10-11 Jim Kingdon <kingdon@redhat.com>
12048
12049 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
12050
12051 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
12052
12053 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
12054
12055 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
12056
12057 From Dmitry Sivachenko <demon@gpad.ac.ru>:
12058 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
12059 typos.
12060
12061 * gdb.texinfo: Various minor wording and formatting improvements,
12062 mentions of additional command-line options.
12063
12064 1999-09-30 Fred Fish <fnf@cygnus.com>
12065
12066 * gdb.texinfo: Document additional forms of specifying section
12067 names and addresses for the add-symbol-file command.
12068
12069 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
12070
12071 * gdbint.texinfo: Fix typo, add the word "have".
12072
12073 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
12074
12075 * gdbint.texinfo (Target Architecture Definition): Document the
12076 SKIP_PERMANENT_BREAKPOINT macro.
12077
12078 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
12079
12080 * gdb.texinfo: Fiks speling errers.
12081
12082 * gdb.texinfo: Fix uses of @multitable.
12083
12084 From Eli Zaretskii <eliz@gnu.org>:
12085 * gdb.texinfo: Include details specific to DOS host, clarify
12086 some confusing language, fix @ref/@xref/@pxref usages, add
12087 comments about using with optimization, add more indexing,
12088 fix info about disassembly-flavor.
12089
12090 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
12091
12092 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
12093 SKIP_SOLIB_RESOLVER): Define.
12094
12095 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
12096
12097 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
12098 ``g'' packets.
12099
12100 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
12101
12102 * gdb.texinfo: Create a new "Configurations" chapter with
12103 platform-specific info, inline remote.texi and move sections of it
12104 into the new chapter, move bits about info proc, heuristic search,
12105 and register stack into the new chapter.
12106 * remote.texi: Remove, now part of gdb.texinfo.
12107 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
12108
12109 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
12110
12111 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
12112 GDB_TARGET_IS_MACH386): These kludges have gone away.
12113
12114 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
12115
12116 * gdbint.texinfo (Target Architecture Definition): Mention
12117 TDEPLIBS.
12118
12119 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
12120
12121 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
12122 surrounding text to fit HP-UX bits into general info.
12123 (HPPA-cfg.texi): Remove, no longer useful.
12124
12125 * gdb.texinfo: Remove explicit links from @node lines, remove
12126 HP-added "Detailed Node Listing" from main menu which confuses
12127 things.
12128
12129 From Dmitry Sivachenko <dima@Chg.RU>:
12130 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
12131 in description of `set environment'.
12132
12133 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
12134
12135 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
12136
12137 1999-08-12 Ben Elliston <bje@cygnus.com>
12138
12139 * gdbint.texinfo (Breakpoint Handling): Add missing words.
12140
12141 1999-08-10 Eli Zaretskii <eliz@gnu.org>
12142
12143 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
12144 watch, awatch, and rwatch. Explain why the latter two cannot be
12145 set as software watchpoints. Document that watchpoints for local
12146 variables are deleted when the debuggee terminates.
12147
12148 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
12149
12150 * remote.texi (Protocol): Further clarification of the "qRcmd"
12151 packet. Allow E.. response packet. "qRcmd" packet is no longer
12152 reserved.
12153
12154 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12155
12156 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
12157 * gdb.texinfo: Ditto.
12158
12159 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
12160
12161 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
12162
12163 1999-08-06 Tom Tromey <tromey@cygnus.com>
12164
12165 * gdb.texinfo (KOD): New node.
12166
12167 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
12168
12169 * remote.texi (Rcmd): Fix minor formatting typos.
12170
12171 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
12172
12173 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
12174 packets.
12175
12176 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
12177
12178 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
12179 fixes.
12180
12181 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
12182
12183 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
12184
12185 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
12186
12187 * remote.texi (Communication Protocol): ``v'' is in use. Fix
12188 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
12189 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
12190 packets that are not supported on all hosts. Expand examples.
12191 Spell check.
12192
12193 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12194
12195 * Makefile.in: Recognize html, install-html. Add targets
12196 to build HTML versions of documentation via texi2html.
12197
12198 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
12199
12200 * gdbint.texinfo (Testsuite): New chapter, information about the
12201 testsuite.
12202
12203 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
12204
12205 * remote.texi (Communication Protocol): Rewrite.
12206
12207 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
12208
12209 * stabs.texinfo: Fix uses of xref.
12210
12211 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
12212
12213 * gdbint.texinfo: Add an anti-printf exhortation, and update the
12214 info about patch submission.
12215
12216 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
12217
12218 From Per Bothner <bothner@cygnus.com>:
12219 * gdb.texinfo: Document Chill support.
12220
12221 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
12222
12223 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
12224 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
12225 Document that the value should be greater-than or equal-to zero.
12226 (NO_STD_REGS): Document. Deprecate.
12227
12228 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12229
12230 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
12231 Document that these are not used.
12232
12233 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12234
12235 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
12236
12237 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
12238
12239 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
12240 numargs was dropped.
12241
12242 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
12243
12244 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
12245
12246 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
12247
12248 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
12249 Update.
12250
12251 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
12252
12253 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
12254 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
12255
12256 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
12257
12258 * gdbint.texinfo: Fix typos: $ -> @.
12259
12260 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
12261
12262 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
12263 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
12264 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
12265 BREAKPOINT_FROM_PC.
12266
12267 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
12268
12269 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
12270 CALL_DUMMY_STACK_ADJUST): Document.
12271
12272 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
12273
12274 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
12275 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
12276
12277 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
12278
12279 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
12280 longer exists.
12281
12282 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
12283
12284 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
12285 nearly all @ifset/@ifclear conditionals; nobody uses them, and
12286 they make the manual source incomprehensible.
12287 * h8-cfg.texi: Remove, hasn't been used in years.
12288
12289 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
12290
12291 * gdb.texinfo: Update the credits.
12292
12293 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12294
12295 * gdb.texinfo: Fix mistakes noticed in printout of last
12296 draft, add Alpha to discussion of heuristic fence post.
12297
12298 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
12299
12300 * gdb.texinfo, remote.texi: Many changes; update to Seventh
12301 Edition, merge some HP changes into mainline, describe some
12302 previously undocumented features, describe more of the target
12303 commands available, eliminate obsolete section on renamed
12304 commands.
12305 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12306
12307 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12308
12309 * gdb.texinfo: Make many HPPA conditionals unconditional,
12310 including catchpoint description, since now on for all configs.
12311 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12312 specializations.
12313
12314 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12315
12316 * Makefile.in (GDBvn.texi): Fix match expression to work with
12317 current format of VERSION in gdb/Makefile.in.
12318 * gdb.texinfo: Fix node ref to match new readline.
12319
12320 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12321
12322 * gdb.texinfo: Changes made as part of a project to merge in
12323 changes made by HP. Documentation makes extensive use of
12324 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12325 on remote debugging. There are differences in documentation
12326 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12327 the HP manual discusses catchpoints, hardware watchpoints, and
12328 some HPUX specific limitations for shared library support.
12329
12330 There are also a number of @node changes.
12331
12332 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12333
12334 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12335 (C Usage): Same.
12336
12337 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12338
12339 The following changes were made by Edith Epstein
12340 <eepstein@cygnus.com> as part of a project to merge in changes
12341 made by HP.
12342
12343 * HPPA-cfg.texi: new file.
12344
12345 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12346
12347 * refcard.tex: change documentation about catch.
12348 removed info catch.
12349
12350 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12351
12352 * gdbint.texinfo: Expand on GDB's coding standards,
12353 specify the use of arg names with prototypes.
12354
12355 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12356
12357 * gdb.texinfo: Fix tipo.
12358
12359 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12360
12361 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12362 TARGET_BYTE_ORDER_SELECTABLE_P.
12363
12364 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12365
12366 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12367
12368 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12369
12370 * agentexpr.texi: New file.
12371
12372 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12373
12374 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12375
12376 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12377
12378 * remote.texi: Changed wording that implied that the GDB remote
12379 protocol caches register values instead of GDB itself.
12380
12381 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12382
12383 * gdbint.texinfo: Add some info about symbol readers.
12384 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12385 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12386 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12387 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12388
12389 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12390
12391 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12392
12393 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12394
12395 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12396
12397 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12398
12399 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12400 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12401
12402 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12403
12404 * gdbint.texinfo: Fix minor typos.
12405
12406 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12407
12408 * gdbint.texinfo: Complete overhaul. Group descriptions more
12409 logically, add more info on generic algorithms, remove much
12410 obsolete and/or wrong material.
12411
12412 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12413
12414 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12415
12416 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12417
12418 * refcard.tex: Copyright, address updates.
12419
12420 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12421
12422 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12423 for the edition instead of confusing GDB-version-like numbers.
12424
12425 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12426
12427 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12428
12429 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12430
12431 * LRS: Reformat a bit to keep text under 80 columns.
12432
12433 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12434
12435 * gdb.texinfo: Add some credits, mention bug monitor.
12436 * remote.texi: Mention mips monitor targets.
12437 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12438
12439 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12440
12441 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12442 files, finish sorting of host vs target vs native macros, describe
12443 some more of them.
12444
12445 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12446
12447 * gdbint.texinfo (Host Conditionals): Document change from
12448 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12449
12450 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12451
12452 * gdbint.texinfo (Host Conditionals): Document
12453 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12454
12455 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12456
12457 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12458 Document LSEEK_NOT_LINEAR.
12459
12460 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12461
12462 * stabs.texinfo (Stab Section Basics): Make it clear that only
12463 some versions of the GNU linker remove the leading N_UNDF symbol.
12464
12465 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12466
12467 * stabs.texinfo (String Field): Document type number pairs here,
12468 instead of in the Sun specific section.
12469 (Include Files): The GNU linker supports the N_BINCL
12470 optimization. Clarify the N_BINCL value, and what it is used
12471 for.
12472 (Procedures): Document N_FUN with an empty string to mark the end
12473 of a function.
12474 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12475 (Sun Differences): Remove this node, as the information is now
12476 elsewhere in the main document.
12477 (Stab Section Basics): Mention that the GNU linker may optimize
12478 stabs and remove the leading N_UNDF symbol.
12479
12480 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12481
12482 * gdb.texinfo, refcard.tex: Restore author credit
12483
12484 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12485
12486 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12487 are macros that take an single argument.
12488
12489 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12490
12491 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12492 documentation to account for START and END macros taking
12493 one arg.
12494
12495 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12496
12497 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12498 * gdb.texinfo (Frames): Fix typo.
12499
12500 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12501
12502 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12503 a target_signal as arg type, not a pid.
12504
12505 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12506
12507 * gdb.texinfo: Document `set assembly-language'.
12508
12509 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12510
12511 * remote.texi: Update list of stubs in the GDB distribution.
12512
12513 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12514
12515 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12516 Also document that some systems can use mmalloc but must define
12517 this if their C runtime allocates memory that is later freed.
12518 (MMCHECK_FORCE): Document new macro.
12519
12520 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12521
12522 * remote.texi: Add documentation for target Sparclet.
12523
12524 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12525
12526 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12527 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12528 * configure.in: Rewritten for autoconf.
12529 * configure: New.
12530
12531 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12532
12533 * Makefile.in (DVIPS): New define, set to dvips.
12534 (dvi): Add stabs.dvi.
12535 (ps): New target.
12536 (all-doc): Depend on info, dvi, and ps targets.
12537 (STAGESTUFF): Add *.ps and *.dvi files.
12538 (clean-info, clean-dvi): Remove.
12539 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12540 rules completely rewritten.
12541 (maintainer-clean): Remove clean-info and clean-dvi
12542 dependencies and put their actions in the rules.
12543 (gdb.ps): New target
12544 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12545 intermediate TeX files, whether they have 2 or 3 character
12546 extensions.
12547 (gdbint.ps): Add target and rules.
12548 (gdb-internals): Delete unused target.
12549 (Makefile): Depends upon config.status also.
12550
12551 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12552
12553 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12554 set.
12555
12556 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12557
12558 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12559 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12560
12561 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12562
12563 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12564
12565 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12566
12567 * gdb.texinfo (Print settings): Document
12568 `set/show print static-members' commands.
12569
12570 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12571
12572 * gdbint.texinfo (Native): Document name change, coredep.c to
12573 core-aout.c.
12574
12575 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12576
12577 * stabs.texinfo (Include Files): Document the values the SunOS4
12578 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12579
12580 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12581
12582 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12583 Fix typo.
12584
12585 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12586
12587 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12588 "gdb.tar.Z".
12589
12590 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12591
12592 * Makefile.in (maintainer-clean): New target, synonym for
12593 realclean.
12594
12595 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12596
12597 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12598
12599 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12600
12601 * Update all FSF addresses except those in COPYING* files.
12602
12603 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12604
12605 From Richard Earnshaw (rearnsha@armltd.co.uk):
12606 * gdb.texinfo (convenience variables): Document $_exitcode.
12607 (quit): Document optional expression to use as exit code.
12608
12609 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12610
12611 * gdb.texinfo, remote.texi: Brought up to date with various
12612 GDB changes.
12613
12614 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12615
12616 * gdb.texinfo: Update dates and versions, fix comments about
12617 hardware watchpoints in future releases and about the
12618 sharedlibrary command.
12619
12620 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12621
12622 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12623 C_FUN stab. Other cleanups.
12624
12625 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12626
12627 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12628 for the sparc stub.
12629
12630 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12631
12632 * annotate.texi: Clarify which addresses have differing formats
12633 depending on the language and which do not.
12634
12635 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12636
12637 * remote.texi (NetWare): Changed example to use BOARD= instead of
12638 NODE= argument to reflect correspoding change to gdbserve.nlm.
12639
12640 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12641
12642 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12643 GDB, as well as AIX dbx, supports the size type attribute.
12644
12645 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12646
12647 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12648
12649 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12650
12651 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12652 and new 'if' and 'while' commands.
12653
12654 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12655
12656 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12657
12658 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12659
12660 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12661 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12662 NetWare targets. Mostly stolen from the Server node.
12663
12664 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12665
12666 * gdb.texinfo (Setting): Talk about the language of a source file
12667 versus the working language. The old documentation did not match
12668 what GDB did.
12669
12670 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12671
12672 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12673 of a source file.
12674
12675 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12676
12677 * gdb.texinfo (Processes): New node.
12678
12679 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12680
12681 * remote.texi: Update documentation of set/show mipsfpu.
12682
12683 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12684
12685 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12686 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12687
12688 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12689
12690 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12691 obsolete conditionals, described some others.
12692
12693 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12694
12695 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12696 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12697
12698 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12699
12700 * gdbint.texinfo: Put regex conditionals in their own table.
12701
12702 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12703
12704 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12705 described or fixed the descriptions of many others.
12706
12707 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12708
12709 * gdb.texinfo: Add some more credits.
12710 * gdbint.texinfo: Capitalize GDB consistently, describe some
12711 macros and remove some.
12712
12713 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12714
12715 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12716 obsolete conditionals, described some others.
12717
12718 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12719
12720 * gdb.texinfo (help targets): Changed to `help target', which
12721 is the correct gdb command.
12722
12723 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12724
12725 * annotate.texi (TODO): New node, for keeping track of annotations
12726 suggested but not yet implemented.
12727
12728 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12729
12730 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12731 another symbol, it is not the address itself.
12732
12733 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12734
12735 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12736 of stabs-in-coff sections.
12737
12738 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12739
12740 * annotate.texi: Change edition to 0.5 and date to May 1994.
12741 Add index.
12742 (Frames): New node, for frame annotation.
12743 (Displays): New node, for display annotation.
12744
12745 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12746 when waiting for your program to stop.
12747
12748 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12749
12750 * annotate.texi (Breakpoint Info): Document annotation of header
12751 fields and record annotation.
12752
12753 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12754
12755 * annotate.texi: New file, to document annotations.
12756
12757 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12758
12759 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12760 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12761
12762 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12763
12764 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12765 section, and say n_strx field is compilation unit relative.
12766 * stabs.texinfo: Don't use @code for a.out when it is the name of
12767 an object file format.
12768
12769 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12770
12771 * gdb.texinfo: Refer to file names, not path names, per rms
12772 convention.
12773 (Arguments): Fix typo.
12774
12775 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12776
12777 * stabs.texinfo (Global Variables): Talk about stabs in files
12778 where variables are referenced, but not defined.
12779
12780 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12781
12782 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12783 Cplusplus to new nodes Member Type Descriptor and Method Type
12784 Descriptor. Re-write stuff for #.
12785
12786 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12787
12788 * gdb.texinfo (Print Settings): Don't document "set print
12789 fast-symbolic-addr off". The bug which it worked around was fixed
12790 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12791
12792 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12793 N_ENTRY node.
12794
12795 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12796
12797 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12798
12799 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12800 references to ieee-float.c.
12801
12802 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12803
12804 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12805 match what the code actually does.
12806
12807 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12808
12809 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12810
12811 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12812
12813 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12814 i, and b.
12815
12816 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12817
12818 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12819 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12820 as "stabs in sections" rather than just saying "ELF and SOM".
12821 Also make that stuff apply to COFF.
12822
12823 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12824
12825 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12826 Ghostscript.
12827
12828 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12829
12830 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12831 versus functions without line numbers, also mention stepping into
12832 them as well as "step" when you are in them. Tell the user how to
12833 deal with the situation. Add comment about "debugging information".
12834
12835 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12836
12837 * stabs.texinfo (Enumerations): Document restriction on where
12838 enumeration types can appear and still win with GDB.
12839
12840 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12841
12842 * stabs.texinfo (Negative Type Numbers): Document format for type
12843 -16.
12844
12845 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12846
12847 * gdb.texinfo (Selection, Frame Info): Update information about
12848 arbitrary frame specficiations.
12849
12850 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12851
12852 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12853
12854 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12855
12856 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12857
12858 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12859
12860 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12861
12862 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12863
12864 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12865 Differences node to Statics node.
12866 (Statics): Discuss XCOFF use of V symbol descriptor.
12867
12868 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12869 not clean.
12870
12871 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12872
12873 * gdb.texinfo (Print Settings): Document `set print
12874 fast-symbolic-addr' and improve the doc for some other
12875 `set print's.
12876
12877 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12878
12879 * stabs.texinfo (String Field): Talk about defining several type
12880 numbers at once.
12881 Fix lint regarding changing node ELF Transformations to
12882 ELF and SOM Transformations.
12883
12884 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12885
12886 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12887
12888 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12889
12890 * stabs.texinfo (Cross-References): `::' is for nested types only
12891 within <>.
12892 (Structures): Document static members.
12893
12894 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12895
12896 * stabs.texinfo: Document S type attribute.
12897
12898 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12899
12900 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12901
12902 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12903
12904 * gdbint.texinfo: Fix a few typos.
12905
12906 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12907
12908 * gdb.texinfo, remote.texi: formatting improvements
12909
12910 * gdb.texinfo (New Features): mention threads.
12911 (Summary, C): fix xrefs in newly contributed text.
12912 (Threads): index entries, clarifications, example
12913 (passim): minor typos fixed, phrasing improvements
12914
12915 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12916 entries; (Server): explain use of gdbserver w/real-time systems,
12917 add example of conflicting TCP port; (MIPS Remote) break up
12918 running text into table, highlighting commands, and add example.
12919
12920 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12921
12922 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12923
12924 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12925
12926 * stabs.texinfo (Nested Symbols): New node.
12927 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12928
12929 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12930
12931 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12932 to picking which Bbss.bss symbol to use, and (because there seems to
12933 be no good way of doing it) re-write some of the text to make it
12934 sound like Bbss.bss isn't such a great idea after all (as currently
12935 designed).
12936
12937 * gdb.texinfo (C): In addition to saying people have to use g++ for
12938 good results, say they have to use stabs. Specifically say cfront
12939 doesn't work well.
12940 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12941 the gdb README. Add xrefs to places where the support for the various
12942 languages is described in detail.
12943
12944 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12945
12946 * stabs.texinfo: Clean up stuff about visibility and virtual
12947 characters.
12948
12949 * stabs.texinfo (N_M2C): Cite Sun doc.
12950
12951 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12952
12953 * gdb.texinfo: updates re threads.
12954 * remote.texinfo: avoid index entries starting with digits.
12955
12956 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12957
12958 * stabs.texinfo (Enumerations): Talk about large, negative and
12959 octal values. Clean up cross reference to type attributes.
12960 (String Field): Say that GDB 4.11 supports size attribute.
12961
12962 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12963
12964 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12965 is a mandatory step. Make the stuff about that more concise.
12966
12967 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12968
12969 * stabs.texinfo (Class Names): New node.
12970
12971 * gdb.texinfo (Command Files): Explain order of init file reading.
12972
12973 * remote.texi (Bootstrapping): Talk about getting the serial driver
12974 to deal with ^C sent by gdb to stop the remote system.
12975
12976 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12977
12978 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12979
12980 * libgdb.texinfo (Defining Commands): made the DOC arg
12981 to gdb_define_app_command a char * instead of char **
12982 per a suggestion from kingdon.
12983
12984 * libgdb.texinfo: total rewrite from a different starting
12985 premise.
12986
12987 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12988
12989 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12990 floats passed as doubles (to improve clarity).
12991
12992 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12993
12994 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12995
12996 * a4rc.sed: update to work with Andreas Vogel papersize params
12997
12998 * refcard.tex: use Andreas Vogel simplifications of papersize
12999 params; remove useless version info; update copyright date.
13000
13001 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13002
13003 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
13004
13005 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13006
13007 * gdb.texinfo (Files): Say what address the load command loads it at.
13008
13009 * stabs.texinfo (Common Blocks): Minor cleanups.
13010
13011 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
13012 that Sun has backed away from the linker kludge and thus the relevant
13013 issue is changes to the SunPRO tools, not the Solaris linker.
13014
13015 * stabs.texinfo (Traditional Integer Types): Clean up description
13016 of octal bounds a little bit. Document extra leading zeroes.
13017
13018 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13019
13020 * gdb.texinfo (Signaling): Update for symbolic symbol names
13021 and add a section explaining the difference between the GDB
13022 signal command and the shell kill utility.
13023
13024 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
13025
13026 * libgdb.texinfo: added `@' to braces that were unescaped.
13027
13028 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
13029
13030 * libgdb.texinfo: new file. Spec for the gdb library.
13031
13032 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13033
13034 * stabs.texinfo (Include Files): Fix typo (start -> end).
13035
13036 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13037
13038 * gdb.texinfo, remote.texi: assorted small improvements, mostly
13039 from Melissa at FSF's editing pass.
13040
13041 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13042
13043 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
13044 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
13045 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
13046
13047 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13048
13049 * remote.texi (Bootstrapping): Discuss 386 call gates.
13050
13051 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13052
13053 * stabs.texinfo (Based Variables): New node.
13054
13055 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13056
13057 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
13058 names, sizes, and formats to suggest how not to lose.
13059
13060 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
13061
13062 * stabs.texinfo (Methods): Fix typo.
13063
13064 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13065
13066 * gdb.texinfo: Fix a few typos.
13067
13068 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13069
13070 * gdb.texinfo: Clarify how well it works with Fortran.
13071
13072 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
13073 More on relocating stabs in ELF files.
13074
13075 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13076
13077 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
13078
13079 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13080
13081 * stabs.texinfo (Local Variable Parameters): Talk about nameless
13082 parameters on VAX.
13083
13084 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13085
13086 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
13087
13088 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13089
13090 * stabs.texinfo: Make info author notice match the TeX author notice.
13091
13092 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
13093
13094 * stabs.texinfo: Initial-caps all words in node names and
13095 non-trivial words in section names.
13096
13097 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13098
13099 * stabs.texinfo: Many minor cleanups.
13100
13101 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
13102
13103 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
13104
13105 * stabs.texinfo: Remove full description of big example.
13106 It's not really helpful; just use pieces of it where appropriate.
13107 Add more Texinfo formatting directives (@samp, etc.).
13108 Use @deffn to define stab types.
13109 Eliminate some wordiness. Break up some nodes.
13110 Add an (alphabetized) index of symbol types.
13111 Use consistent capitalization style in node and section names.
13112
13113 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
13114
13115 * gdb.texinfo: Change typo "Two two" to "The two".
13116
13117 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13118
13119 * stabs.texinfo (XCOFF-differences): Remove references to
13120 non-existent types N_DECL and N_RPSYM.
13121
13122 * stabs.texinfo (String Field): Say that type attributes bug is
13123 fixed in GDB 4.10, since it is.
13124
13125 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
13126
13127 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
13128
13129 * stabs.texinfo: Formatting cleanups.
13130
13131 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13132
13133 * stabs.texinfo: When explaining the n_type of a stab, standardize
13134 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
13135 no tabs, use @r).
13136 (Global Variables): Clean up.
13137
13138 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13139
13140 * stabs.texinfo (Stack Variables): Re-write.
13141
13142 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13143
13144 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
13145 addresses of a source file. Also revise formatting.
13146 Change "object module" or "object file" to "source file".
13147 Various: Miscellaneous cleanups.
13148
13149 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13150
13151 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
13152
13153 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
13154
13155 * gdbint.texinfo: Removed many nonsensical machine-collected
13156 host and target conditionals, described some of the remainder.
13157
13158 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13159
13160 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
13161
13162 * gdbint.texinfo (Top): Add name to @top line, and re-write the
13163 paragraph which follows.
13164
13165 * gdbint.texinfo (Host): Use @code not @samp for Makefile
13166 variables. Looks better and avoids overful hbox.
13167
13168 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13169
13170 * stabs.texinfo (Procedures): Improve stuff on nested functions.
13171
13172 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13173
13174 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
13175 retransmit-timeout
13176
13177 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13178
13179 * gdbint.texinfo: Update statement about `some ancient Unix
13180 systems, like Ultrix 4.0' to Ultrix 4.2.
13181
13182 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
13183
13184 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
13185
13186 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
13187
13188 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
13189 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
13190
13191 * remote.texi: new name for former gdbinv-s.texi
13192
13193 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
13194
13195 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
13196
13197 * gdbinv-s.texi: Documented timeout and retransmit-timeout
13198 variables for MIPS remote debugging protocol.
13199
13200 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13201
13202 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
13203
13204 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
13205
13206 * Makefile.in (refcard.dvi): Use srcdir where necessary.
13207
13208 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
13209
13210 * gdb.texinfo: repair conditional bugs in text markup
13211
13212 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13213
13214 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
13215 to select Modula-2 material.
13216
13217 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13218
13219 * stabs.texinfo: Cleanups regarding statics.
13220
13221 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
13222 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
13223
13224 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13225
13226 * stabs.texinfo: N_MAIN is sometimes used for C.
13227
13228 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13229
13230 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
13231
13232 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
13233
13234 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
13235 removed from the code by Kingdon.
13236
13237 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13238
13239 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
13240 input when evaluating breakpoint conditions; the bug has been fixed.
13241
13242 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
13243 sets the ignore count to N-1, not to N.
13244
13245 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13246
13247 * refcard.tex (\hoffset): correct longstanding error to match
13248 intended offset; avoids cutting off edge on some printers
13249
13250 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13251
13252 * stabs.texinfo (Parameters): Say that order of stabs is significant.
13253
13254 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13255
13256 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
13257
13258 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13259
13260 * Makefile.in: (REFEDITS) new var to control whether PS or CM
13261 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
13262 collect sed edits if any, apply to refcard before formatting;
13263 (refcard.ps) stop implying PS fonts if PS output requested;
13264 (lrefcard.ps) delete extra target for variant PS fonts
13265
13266 * refcard.tex: parametrize papersize dependent info, collect
13267 in easily replaced spot
13268
13269 * a4rc.sed: new file, edits to refcard for A4 paper
13270
13271 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13272
13273 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
13274
13275 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13276
13277 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
13278
13279 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13280
13281 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
13282 politely rather than rudely.
13283
13284 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13285
13286 * stabs.texinfo: Document common blocks.
13287
13288 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
13289
13290 * stabs.texinfo: Add some basic info about stabs-in-elf.
13291
13292 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13293
13294 * stabs.texinfo (Top): Minor cleanup.
13295
13296 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13297
13298 * Makefile.in (install-info): remove parentdir support
13299
13300 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13301
13302 * gdb.texinfo (Copying): delete this node and references to it;
13303 RMS says this manual need not carry GPL. (passim): Improvements
13304 from last round at FSF, largely due to Ian Taylor review, and
13305 minor formatting improvements.
13306
13307 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13308 largely due to Ian Taylor review. (Debug Session): minor edits to
13309 new text.
13310
13311 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13312
13313 * Makefile.in (realclean): Remove info and dvi files too.
13314
13315 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13316
13317 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13318 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13319 * gdb.texinfo: Change accordingly.
13320
13321 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13322 N_{L,R}BRAC,N_SLINE are relative to.
13323
13324 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13325
13326 * Makefile.in (GDBvn.texi): Update atomically.
13327
13328 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13329
13330 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13331
13332 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13333
13334 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13335 addresses together. Also motivate the set print symbol-filename
13336 command and suggest other solutions.
13337
13338 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13339
13340 * gdb.texinfo (set print elements): Note that the number of
13341 elements is set to unlimited by "set print elements 0".
13342
13343 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13344
13345 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13346 NF_LDOUBLE means.
13347 (Stab Types): Include Solaris stab types.
13348 (Procedures): Document Solaris extensions.
13349
13350 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13351
13352 * gdb.texinfo: Add `set print symbol-filename' doc.
13353
13354 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13355
13356 * stabs.texinfo (Arrays): Talk about type definition vs. type
13357 information.
13358
13359 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13360 the trailing semicolon.
13361
13362 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13363
13364 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13365 and merge in other parts of the document addressing these subjects.
13366 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13367
13368 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13369 at the end of a range type.
13370
13371 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13372 AIX extensions.
13373
13374 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13375
13376 * stabs.texinfo (Stabs Format): Misc fixes.
13377
13378 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13379
13380 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13381 (Traditional builtin types): Document convex convention for long long.
13382 (Negative builtin types): Discuss type names, and misc fixes.
13383
13384 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13385
13386 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13387 point types used with @samp{R} type descriptor.
13388 (Symbol Descriptors): Describe how to handle conflict between
13389 different meanings of @samp{P} symbol descriptor.
13390
13391 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13392
13393 * stabs.texinfo: Remove node Quick Reference and put its children
13394 directly under the main menu.
13395
13396 * stabs.texinfo: Many more changes to bring it into line with
13397 AIX documentation and reality. I think it now has all the
13398 information from the AIX documentation, except that I burned
13399 out when I got to variant records (Pascal and Modula-2) and
13400 all the COBOL types. Oh well, we can add them later when we're
13401 worrying more about those languages.
13402
13403 * stabs.texinfo (Automatic variables): Talk about what it means
13404 to omit the symbol descriptor.
13405
13406 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13407
13408 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13409 gcc2 behavior with promoted args.
13410
13411 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13412
13413 * gdb.texinfo: include readline appendices in info version of manual
13414
13415 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13416
13417 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13418 target remote.
13419
13420 * gdb.texinfo (Machine Code): more index entries for disassemble
13421
13422 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13423
13424 * Clarify the intended use of the gdb-testers and gdb-patches
13425 mailing lists, and shrink gzip comment.
13426
13427 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13428
13429 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13430 DOSHOST configuration of manual.
13431
13432 * gdb.texinfo (MIPS Stack): new node.
13433
13434 * all-config.texi (MIPS) new switch.
13435
13436 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13437 tense; (MIPS Remote) new node.
13438
13439 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13440 bug; (Environment) less passive, other small cleanups in text about
13441 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13442 (Remote) new MIPS Remote menu entry.
13443
13444 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13445
13446 * stabs.texinfo: Many changes to include information from the
13447 AIX documentation.
13448
13449 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13450
13451 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13452
13453 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13454 Add PRINTF_HAS_LONG_LONG references.
13455
13456 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13457
13458 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13459 `set demangle-style arm' (not cfront); mention can type `q' to
13460 discard output, when gdb pages.
13461
13462 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13463
13464 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13465 Move a bunch of information from ../README.
13466 (Getting Started): New node.
13467
13468 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13469
13470 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13471
13472 * gdb.texinfo: advance manual revision dates to present
13473
13474 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13475 stop using silly Roman numerals in @set variable names
13476
13477 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13478
13479 * stabs.texinfo (Parameters): Keep trying to get this right.
13480
13481 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13482
13483 * stabs.texinfo (Parameters): More on "local parameters".
13484
13485 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13486
13487 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13488
13489 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13490
13491 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13492 (Parameters): Rewrite.
13493 (xcoff-differences, Sun-differences): Minor changes.
13494
13495 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13496
13497 * stabs.texinfo: Minor cleanup.
13498
13499 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13500
13501 * gdbint.texinfo: Minor xcoff stuff.
13502
13503 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13504
13505 * gdbint.texinfo: Update for new config directory structure.
13506 Add info about internal type data structures.
13507
13508 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13509
13510 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13511 $(srcdir).
13512 (gdb-config.texi): Depend on file in $(srcdir).
13513
13514 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13515
13516 * stabs.texinfo: Fixes about N_SO.
13517
13518 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13519
13520 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13521
13522 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13523
13524 * gdb.texinfo: include list of nonstandard init file names
13525
13526 * *-config.texi: new switch GENERIC for text that applies *only*
13527 to (usual) multiple-target version of manual
13528
13529 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13530 h8 config
13531
13532 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13533 in menus (rather than conditionally selected multiple alternative
13534 menus).
13535
13536 * Makefile.in: define and use DOC_CONFIG var to select
13537 configuration for GDB user manual.
13538
13539 * gdb-config.texi: delete from repository, generate from Makefile.
13540
13541 * all-config.texi: normal `generic' configuration file, formerly
13542 stored as gdb-config.texi
13543
13544 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13545
13546 * Makefile.in: add dvi target to build all .dvi files
13547
13548 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13549
13550 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13551
13552 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13553
13554 * stabs.texi: The `this' pointer is now known by the name
13555 `this' instead of `$t'.
13556
13557 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13558
13559 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13560 host conditionals.
13561 * stabs.texinfo: More array fixes inspired by Jim's.
13562
13563 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13564
13565 * stabs.texinfo: Fixes re arrays and continuations.
13566
13567 * gdbint.texinfo: Add XCOFF node.
13568
13569 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13570
13571 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13572
13573 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13574
13575 * stabs.texinfo: Fix for array types to mention lower bounds.
13576
13577 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13578
13579 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13580
13581 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13582
13583 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13584
13585 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13586
13587 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13588 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13589
13590 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13591
13592 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13593
13594 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13595
13596 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13597
13598 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13599
13600 * gdb.texinfo, gdbinv-s.texi: misc updates
13601
13602 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13603
13604 * gdbint.texinfo: Brief documentation for longjmp support,
13605 from an email msg by Stu.
13606
13607 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13608
13609 * stabs.texinfo: Fix description of floating point "range"
13610 types (which really define basic types). Reported by Jim Meehan,
13611 <meehan@src.dec.com>.
13612
13613 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13614
13615 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13616
13617 * gdbint.texinfo: Slightly expand section on supporting a new
13618 object file format.
13619
13620 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13621
13622 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13623 intermediate file.
13624
13625 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13626
13627 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13628
13629 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13630
13631 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13632
13633 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13634 as well as Z8002.
13635
13636 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13637
13638 * gdbint.texinfo (Host Conditionals): Remove
13639 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13640 MEM_FNS_DECLARED.
13641 (Target Conditionals): Remove all of the above.
13642
13643 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13644
13645 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13646 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13647
13648 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13649
13650 * gdbint.texinfo: Add sections on clean design and on how to send
13651 in changes.
13652
13653 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13654
13655 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13656
13657 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13658
13659 * gdbint.texinfo: nm.h now included in defs.h.
13660
13661 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13662
13663 * gdb.texinfo: Fix typo, reported by Karl Berry.
13664
13665 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13666
13667 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13668
13669 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13670
13671 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13672
13673 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13674
13675 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13676 (all @node commands): Use new form to avoid nitpicking errors.
13677 * gdbint.texinfo: Document host/native/target split.
13678
13679 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13680
13681 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13682
13683 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13684
13685 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13686
13687 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13688
13689 * gdbint.texinfo: fixed a stray email address (needs @@),
13690 added @table @code to node "Native Conditionals"
13691
13692 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13693
13694 * gdbint.texinfo: document a few more macros, create new section
13695 for native macros.
13696
13697 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13698
13699 * gdb.texinfo: Document command hooks.
13700
13701 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13702
13703 * gdbint.texinfo: Describe coding style of GDB.
13704
13705 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13706
13707 * stabs.texinfo: Minor wording changes.
13708
13709 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13710
13711 * gdbint.texinfo: Improve release doc slightly.
13712
13713 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13714
13715 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13716 for two new remote targets---29K using UDI, and Tandem ST2000
13717 using STDBUG.
13718
13719 * all.m4, none.m4: new m4 switch, _ST2000__
13720
13721 * all.m4: turn on H8/300 stuff for generic manual
13722
13723 * gdbinv-s.m4.in: remove text on special procedures to continue
13724 after explicit call to breakpoint() in serial stubs.
13725
13726 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13727
13728 * gdbint.texinfo: Improve doc of GDB config macros.
13729
13730 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13731
13732 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13733 These will be reinserted when examined.
13734
13735 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13736
13737 * gdb.texinfo: fix shameful error of agreement reported by
13738 jimb@occs.cs.oberlin.edu (Jim Blandy)
13739 * gdb.texinfo: remove old partial discussion of remote serial
13740 protocol (via serial debug stubs)
13741 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13742 use of serial debug stubs
13743
13744 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13745
13746 * gdbint.texinfo: Make a start at documenting all the #if macros
13747 in GDB. At least list them all, and start separating them into
13748 host-specific and target-specific.
13749
13750 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13751
13752 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13753 examples (not consistent w others).
13754 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13755 for generic vn of doc
13756
13757 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13758
13759 * Makefile.in: always create installation directories.
13760
13761 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13762
13763 * gdb.texinfo: in h8 config, do not describe searching commands.
13764
13765 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13766
13767 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13768 conditionals; introduce a few generic switches that may be
13769 useful for other cross-dev or dos-hosted configs.
13770
13771 * gdb.texinfo: fix typo in "info reg" description
13772
13773 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13774
13775 * stabs.texinfo: Minor updates from running TeX over it.
13776 * Makefile.in (stabs.dvi, stabs.ps): Add.
13777
13778 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13779
13780 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13781 First pass at converting it to texinfo.
13782
13783 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13784
13785 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13786 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13787
13788 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13789
13790 * gdbint.texinfo: Add section on partial symbol tables.
13791
13792 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13793
13794 * gdb.texinfo: Document new am29k setting.
13795
13796 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13797
13798 * gdb.texinfo: document `set remotedebug' and `set
13799 rstack_high_address'.
13800
13801 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13802
13803 * gdb.texinfo: slight expansion of new text on reading info files
13804 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13805 H8/300 from DOS.
13806
13807 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13808
13809 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13810
13811 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13812
13813 * gdb.texinfo: Say how to read the `info' files.
13814
13815 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13816
13817 * Makefile.in: gm4 -> m4.
13818
13819 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13820
13821 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13822 Documentation' ahead of `Installing GDB' to match README.
13823 Update shared library doc, -readnow and -mapped, and directory
13824 structure (add glob and mmalloc). Update configure doc.
13825
13826 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13827
13828 * Makefile.in: remove $(srcdir) from gdb.info rule.
13829
13830 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13831
13832 * Makefile.in: commented out gdb-all.texinfo rule. This is
13833 temporary.
13834
13835 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13836
13837 * Makefile.in, configure.in: removed traces of namesubdir,
13838 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13839 copyrights to '92, '13, changed some from Cygnus to FSF.
13840
13841 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13842
13843 * gdb.texinfo: Improve how we ask for bug reports.
13844
13845 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13846
13847 * Makefile.in: infodir belongs in datadir.
13848
13849 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13850
13851 * Makefile.in: remove spaces following hyphens, bsd make can't
13852 cope. install using INSTALL_DATA. added clean-info. added
13853 standards.text support.
13854
13855 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13856
13857 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13858 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13859 and mandir now keyed off datadir by default.
13860
13861 \f
13862 Local Variables:
13863 mode: change-log
13864 left-margin: 8
13865 fill-column: 74
13866 version-control: never
13867 coding: utf-8
13868 End: