gdb/python: New method to access list of register groups
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.texi (Registers): Add @anchor for 'info registers
4 <reggroup>' command.
5 * python.texi (Architectures In Python): Document new
6 register_groups method.
7 (Registers In Python): Document two new object types related to
8 register groups.
9
10 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * python.texi (Python API): Add new section to the menu.
13 (Frames In Python): Add new @anchor.
14 (Architectures In Python): Document new registers method.
15 (Registers In Python): New section.
16
17 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 * python.texi (Unwinding Frames in Python): Document
20 PendingFrame.architecture method.
21
22 2020-06-26 Eli Zaretskii <eliz@gnu.org>
23
24 * gdb.texinfo (Shell Commands): More accurate description of use
25 of $SHELL. Reported by Sandra Loosemore <sandra@codesourcery.com>.
26
27 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * gdb.texinfo (Maintenance Commands): Document new 'maint print
30 xml-desc' command.
31
32 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
33
34 * gdb.texinfo (Command aliases default args): New node documenting
35 how to use default args for a command using aliases.
36 (Aliases): Document the new 'DEFAULT-ARGS...' option.
37 (Help): Update help aliases text and describe when full alias
38 definition is provided.
39
40 2020-06-11 Tom Tromey <tromey@adacore.com>
41
42 * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
43
44 2020-06-10 Jonny Grant <jg@jguk.org>
45
46 * gdb.texinfo: Remove broken links Previous and Up from
47 contents.
48
49 2020-05-23 Tom Tromey <tom@tromey.com>
50
51 * gdb.texinfo (Output Styling): Don't mention completion styling.
52 (Editing): Don't mention readline completion styling.
53
54 2020-05-23 Tom Tromey <tom@tromey.com>
55
56 * gdb.texinfo (Output Styling): Mention completion styling.
57 (Editing): Mention readline completion styling.
58
59 2020-05-19 Pedro Alves <palves@redhat.com>
60
61 * gdb.texinfo (Attach): Update exec-file-mismatch description to
62 mention build IDs.
63 (Separate Debug Files): Add "build id" anchor.
64
65 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
66
67 * gdb.texinfo (Help): Document the help and apropos changes.
68 (Aliases): Document new meaning of -a abbreviation flag.
69
70 2020-05-05 Kamil Rytarowski <n54@gmx.com>
71
72 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
73 (info proc exe, info proc mappings, info proc stat): Mention
74 NetBSD support.
75
76 2020-04-28 Tom Tromey <tom@tromey.com>
77
78 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
79
80 2020-04-27 Tom Tromey <tromey@adacore.com>
81
82 * python.texi (Types In Python): Mention missing fields. Add
83 dynamic type example.
84
85 2020-04-24 Tom Tromey <tromey@adacore.com>
86
87 PR python/23662:
88 * python.texi (Types In Python): Document new features.
89
90 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
91
92 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
93 clears makeinfo warnings.
94 * python.texi: Add a missing period trailing an @xref{} clause;
95 this clears a makeinfo warning.
96
97 2020-03-06 Tom de Vries <tdevries@suse.de>
98
99 * gdb.texinfo: Fix "the the".
100
101 2020-03-04 Tom de Vries <tdevries@suse.de>
102
103 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
104 * python.texi: Same.
105
106 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * gdb.texinfo (Command History): Extend description for
109 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
110 'set history filename' being optional. Describe the effect of an
111 empty history filename on 'set history save on'.
112
113 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
116 output.
117
118 2020-02-22 Tom Tromey <tom@tromey.com>
119
120 * python.texi (Python API): Add menu item.
121 (TUI Windows In Python): New node.
122
123 2020-02-22 Tom Tromey <tom@tromey.com>
124
125 PR tui/17850:
126 * gdb.texinfo (TUI Commands): Document horizontal layouts.
127
128 2020-02-22 Tom Tromey <tom@tromey.com>
129
130 * gdb.texinfo (TUI Overview): Mention user layouts.
131 (TUI Commands): Document "tui new-layout".
132
133 2020-01-26 Tom Tromey <tromey@adacore.com>
134
135 * gdb.texinfo (M68K Features): Document floating-point feature
136 correspondence.
137
138 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
139
140 * gdb.texinfo (Attach): Document the new option and the
141 set/show commands.
142 (Connecting): Reference the exec-file-mismatch option.
143
144 2020-01-10 Pedro Alves <palves@redhat.com>
145
146 * gdb.texinfo (Starting): Say "current inferior not connected"
147 instead of "GDB not connected".
148 (Inferiors and Programs): Rename node to ...
149 (Inferiors Connections and Programs): ... this. Update all
150 references. Talk about multiple target connections. Update "info
151 inferiors" info to mention the connections column. Describe "info
152 connections". Document "add-inferior -no-connection".
153 * guile.texi, python.texi: Update cross references.
154
155 2020-01-01 Joel Brobecker <brobecker@adacore.com>
156
157 * gdb.texinfo, refcard.tex: Update copyright year range.
158
159 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
160
161 * python.texi (Symbols In Python): Remove duplicate description of
162 gdb.lookup_global_symbol.
163
164 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
165
166 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
167
168 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
169
170 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
171 as -r is ambiguous. Update the print - TAB TAB completion result.
172 (Data): Document new option -raw-values. Use -p and -pretty in the
173 example, as -r is ambiguous.
174 (Print Settings): Document set print raw values.
175 (Pretty-Printer Commands): Document interaction between enabled
176 pretty printers and -raw-values/-raw-frame-arguments.
177
178 2019-12-10 Tom Tromey <tom@tromey.com>
179
180 * python.texi (gdb.prompt): Use correct quotes in example.
181 Shorten sample text.
182
183 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
186 -max-results to some -symbol-info-* commands.
187
188 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
189
190 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
191 -symbol-info-module-functions and -symbol-info-module-variables.
192
193 2019-12-01 Tom Tromey <tom@tromey.com>
194
195 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
196 (Output Styling): Document new settings.
197
198 2019-12-01 Tom Tromey <tom@tromey.com>
199
200 * gdb.texinfo (TUI Configuration): Document new setting.
201
202 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
203
204 * gdb.texinfo (Define): Indicate that user-defined prefix can
205 be used in 'define' command. Document 'define-prefix' command.
206
207 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
210 -symbol-info-modules.
211
212 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
213
214 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
215 -symbol-info-functions, -symbol-info-types, and
216 -symbol-info-variables.
217
218 2019-11-26 Tom Tromey <tom@tromey.com>
219
220 * gdb.texinfo (Maintenance Commands): Document new maint
221 commands.
222
223 2019-11-25 Luis Machado <luis.machado@linaro.org>
224
225 * gdb.texinfo (Debugging Output): Document set debug
226 remote-packet-max-chars.
227
228 2019-11-14 Tom de Vries <tdevries@suse.de>
229
230 * gdb.texinfo: Fix typos.
231 * python.texi: Same.
232 * stabs.texinfo: Same.
233
234 2019-11-12 Tom Tromey <tom@tromey.com>
235
236 * gdb.texinfo (Maintenance Commands): Document new command.
237
238 2019-11-11 Tom Tromey <tom@tromey.com>
239
240 * gdb.texinfo (TUI Keys): Document readline function names.
241
242 2019-11-11 Tom Tromey <tom@tromey.com>
243
244 * gdb.texinfo (Editing): Document operate-and-get-next.
245
246 2019-11-11 Tom Tromey <tromey@adacore.com>
247
248 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
249
250 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 * python.texi (Symbols In Python): Add documentation for
253 gdb.lookup_static_symbols.
254
255 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 * python.texi (Symbols In Python): Extend documentation for
258 gdb.lookup_static_symbol.
259
260 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.texinfo (Symbols): Document new 'info module variables' and
263 'info module functions' commands.
264
265 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * gdb.texinfo (Symbols): Document new 'info modules' command.
268
269 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
270
271 * gdb.texinfo (Convenience Funs): Document the new
272 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
273 convenience functions.
274
275 2019-10-29 Christian Biesinger <cbiesinger@google.com>
276
277 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
278 generation.
279 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
280 option.
281
282 2019-10-23 Tom Tromey <tom@tromey.com>
283
284 * Makefile.in (READLINE_DIR): Update.
285
286 2019-10-23 Christian Biesinger <cbiesinger@google.com>
287
288 * python.texi (Threads In Python): Add a note for how to get the
289 list of threads.
290
291 2019-10-07 Tom de Vries <tdevries@suse.de>
292
293 * gdb.texinfo: Fix typo.
294 * guile.texi: Same.
295 * python.texi: Same.
296
297 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
298
299 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
300
301 2019-10-02 Tom Tromey <tromey@adacore.com>
302
303 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
304 $_ada_exception.
305
306 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
307
308 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
309 qXfer:spu:read and qXfer:spu:write.
310 (General Query Packets): Likewise.
311 (Cell Broadband Engine SPU architecture): Remove subsection.
312
313 2019-09-18 Tom Tromey <tom@tromey.com>
314
315 * gdb.texinfo (Editing): Document readline application name.
316 (TUI Single Key Mode): Document TUI SingleKey keymap name.
317
318 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
319
320 * gdb.texinfo (Source Path): Additional text to better describe
321 how the source path directory list is used when searching for
322 source files.
323
324 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
325
326 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
327 examples.
328
329 2019-09-10 Tom Tromey <tromey@adacore.com>
330
331 * gdb.texinfo (Index Files): Update Ada text.
332
333 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * gdb.texinfo (Symbols): Add information about the -n flag to
336 "info variables" and "info functions".
337
338 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
339
340 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
341
342 2019-08-16 Alan Hayward <alan.hayward@arm.com>
343
344 * gdb.texinfo (AArch64 Pointer Authentication)
345 (GDB/MI Breakpoint Information) (Frame Information): Document
346 addr_field.
347
348 2019-08-12 Tom Tromey <tom@tromey.com>
349
350 * gdb.texinfo (Configure Options): Document minimum version of
351 readline.
352
353 2019-08-09 Alan Hayward <alan.hayward@arm.com>
354
355 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
356
357 2019-08-07 Alan Hayward <alan.hayward@arm.com>
358
359 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
360
361 2019-08-05 Christian Biesinger <cbiesinger@google.com>
362
363 * python.texi (Blocks In Python): Document dictionary access on blocks.
364
365 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
366
367 * gdb.texinfo (Symbols): Document new args -dirname and -basename
368 of "info sources" command.
369
370 2019-07-30 Christian Biesinger <cbiesinger@google.com>
371
372 * python.texi (Symbols In Python): Document new function
373 gdb.lookup_static_symbol.
374
375 2019-07-29 Christian Biesinger <cbiesinger@google.com>
376
377 * python.texi (Objfiles In Python): Document new functions
378 Objfile.lookup_{global,static}_symbol.
379
380 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
381
382 * gdb.texinfo (Backtrace): Document the new '-frame-info'
383 backtrace option. Reference 'set print frame-info'.
384 (Print Settings): Document 'set|show print frame-info'.
385 Document new 'presence' value for 'set print frame-arguments.
386
387 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
388
389 * gdb.texinfo (Symbols): Add information about -q flag to "info
390 types".
391
392 2019-07-20 Kevin Buettner <kevinb@redhat.com>
393
394 * python.texi (python command): Revise example to match
395 command behavior.
396
397 2019-07-09 Pedro Alves <palves@redhat.com>
398
399 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
400 examples to show type=catchpoint instead of type=breakpoint and an
401 address.
402
403 2019-07-03 Pedro Alves <palves@redhat.com>
404 Philippe Waroquiers <philippe.waroquiers@skynet.be>
405
406 * gdb.texinfo (Command Settings): New node documenting the general
407 concept of settings, how to change them, and the new "with"
408 command.
409 (Maintenance Commands): Document "maint with".
410
411 2019-07-03 Pedro Alves <palves@redhat.com>
412
413 * gdb.texinfo (Maintenance Commands): Document "maint set/show
414 test-settings" instead of "maint test-settings set/show".
415
416 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
417
418 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
419 deals with a file that has the same name as the specified pid to
420 attach to. Add example using -p option.
421 (gdb man): Remove same sentence as in previous item.
422
423 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
426 node.
427 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
428 new MI commands.
429
430 2019-06-13 Pedro Alves <palves@redhat.com>
431
432 * gdb.texinfo (Command Completion): Mention command options too.
433 (Command Options): New node.
434 (Threads): Add anchors. Extend descriptions of the "taas" and
435 "tfaas" commands.
436 (Backtrace): Describe new options of the "backtrace" command. Add
437 anchors.
438 (Frame Apply): Describe new options of the "frame apply" and
439 "faas" commands. Add anchors.
440 (Data): Describe new options of the "print" command. Add anchors.
441 (Compiling and Injecting Code): Mention options of the "compile
442 print" command.
443 (Maintenance Commands): Mention "maint test-options" subcommands
444 and the "maint show test-options-completion-result" command.
445
446 2019-06-13 Pedro Alves <palves@redhat.com>
447
448 * gdb.texinfo (Print Settings): Document "set/show print
449 raw-frame-arguments" instead of "set/show print raw
450 frame-arguments".
451
452 2019-06-13 Pedro Alves <palves@redhat.com>
453
454 * gdb.texinfo (Maintenance Commands): Document "maint
455 test-settings" commands.
456
457 2019-06-06 Amos Bird <amosbird@gmail.com>
458
459 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
460 annotation.
461
462 2019-06-04 Christian Biesinger <cbiesinger@google.com>
463
464 * python.texi: Document new gdb.Type.objfile property.
465
466 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
467
468 * gdb.texinfo (Help): Document the new -v apropos flag.
469 (Output Styling): Document the style name styling done by "show style".
470 Document the new title and highlight styles.
471
472 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
473
474 * gdb.texinfo (Shell Commands): Document pipe command.
475 (Logging Output): Add a reference to pipe command.
476 (Convenience Variables): Document $_shell_exitcode and
477 $_shell_exitstatus.
478
479 2019-05-29 Tom Tromey <tromey@adacore.com>
480
481 * gdb.texinfo (Continuing and Stepping): Document new
482 commands.
483
484 2019-05-22 Alan Hayward <alan.hayward@arm.com>
485
486 * gdb.texinfo (Shell Commands): Add debugredirect.
487
488 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
489
490 * gdb.texinfo: Minor formatting fixes.
491
492 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
493
494 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
495 MI command -complete.
496
497 2019-05-14 Tom de Vries <tdevries@suse.de>
498
499 * gdb.texinfo (Automatic symbol index cache): Add concept and command
500 index entries.
501
502 2019-05-14 Tom de Vries <tdevries@suse.de>
503
504 * gdb.texinfo (Maintenance Commands): Remove superfluous
505 quoting on command index entry for "maint info selftests".
506
507 2019-05-10 Tom Tromey <tromey@adacore.com>
508
509 * python.texi (Pretty Printing API): Mention lazy computation for
510 "children".
511
512 2019-05-10 Tom Tromey <tromey@adacore.com>
513
514 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
515 exception" and "catch handlers". Move "catch exception unhandled"
516 text. Use @var for "catch load" and "catch unload"
517
518 2019-05-08 Tom Tromey <tromey@adacore.com>
519
520 * gdb.texinfo (Symbols): Document change to ptype/o.
521
522 2019-05-03 Eli Zaretskii <eliz@gnu.org>
523
524 * gdb.texinfo (Separate Debug Files): Document how the
525 subdirectory of the global debug directory is computed on
526 MS-Windows/MS-DOS.
527
528 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
529
530 * gdb.texinfo (Print Settings): Document 'print max-depth'.
531 * guile.texi (Guile Pretty Printing API): Document that 'print
532 max-depth' can effect the display of a values children.
533 * python.texi (Pretty Printing API): Likewise.
534 (Values From Inferior): Document max_depth keyword.
535
536 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
537
538 * gdb.texinfo (Calling): Document the new
539 set|show may-call-functions.
540
541 2019-04-22 Pedro Alves <palves@redhat.com>
542
543 * gdb.texinfo (Reverse Execution): Mention and xref process record
544 and replay. Mention remote and system emulators.
545 (Process Record and Replay): List supported architectures.
546 Mention that "record btrace" is only supported on Intel
547 processors.
548
549 2019-04-17 Alan Hayward <alan.hayward@arm.com>
550
551 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
552 (Monitor Commands for gdbserver)
553 (gdbserver man): Add debug-file option.
554
555 2019-04-08 Kevin Buettner <kevinb@redhat.com>
556
557 * python.texi (Inferiors In Python): Rename
558 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
559 Add note about the former being deprecated.
560
561 2019-04-08 Kevin Buettner <kevinb@redhat.com>
562
563 * python.texi (Threads In Python): Add description for method
564 InferiorThread.handle.
565
566 2019-04-07 Tom Tromey <tom@tromey.com>
567
568 * Makefile.in (all): Depend on "info".
569
570 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
571
572 * gdb.texinfo (Convenience Funs): Document '$_creal' and
573 '$_cimag'.
574
575 2019-03-30 Eli Zaretskii <eliz@gnu.org>
576
577 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
578 $_gdb_minor.
579
580 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * python.texi (Pretty Printing API): Document use of None for the
583 display_hint.
584
585 2019-03-22 Alan Hayward <alan.hayward@arm.com>
586 Jiong Wang <jiong.wang@arm.com>
587
588 * gdb.texinfo (AArch64 Features): Describe pauth feature.
589
590 2019-03-20 Tom Tromey <tromey@adacore.com>
591
592 * python.texi (Selecting Pretty-Printers): Use @defvar for
593 gdb.pretty_printers.
594
595 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
596
597 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
598 of table, "@end @table" -> "@end table".
599
600 2019-03-14 Tom Tromey <tromey@adacore.com>
601
602 * gdb.texinfo (Output Styling): Document "set style source" and
603 "show style source".
604
605 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
606
607 * gdb.texinfo (Mode Options): Mention mi3.
608 (Interpreters): Likewise.
609 (GDB/MI Development and Front Ends): Add entry for MI 3 in
610 version table. Document -fix-multi-location-breakpoint-output.
611 (GDB/MI Breakpoint Information): Document format of breakpoint
612 location output.
613
614 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
615
616 * python.texi (Values From Inferior): Change synopsys of the
617 second form of Value.__init__.
618
619 2019-03-02 Eli Zaretskii <eliz@gnu.org>
620
621 * gdb.texinfo (Output Styling): Fix typos. Document the default
622 foreground colors of the available styles.
623
624 2019-02-27 Kevin Buettner <kevinb@redhat.com>
625
626 * gdb.texinfo (Configure Options): Document minimum python
627 version.
628
629 2019-02-26 Kevin Buettner <kevinb@redhat.com>
630
631 * python.texi (Values From Inferior): Document second form
632 of Value.__init__.
633
634 2019-02-23 Joel Brobecker <brobecker@adacore.com>
635
636 * gdb.texinfo: Update copyright year ranges.
637 * refcard.tex: Likewise.
638
639 2019-02-21 Alan Hayward <alan.hayward@arm.com>
640
641 * gdb.texinfo: Update style defaults.
642
643 2019-02-21 Tom Tromey <tromey@adacore.com>
644
645 * gdb.texinfo (Remote Configuration): Remove trailing "." from
646 @item.
647
648 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
649
650 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
651 MI versions. Update text around it.
652
653 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
654
655 * gdb.texinfo (PowerPC Features): Document the alias
656 pseudo-registers for the org.gnu.gdb.power.altivec feature.
657
658 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
659
660 * gdb.texinfo (Print Settings): Remove mention of specific
661 demangle-style values, just refer to the in-process help.
662
663 2018-12-28 Tom Tromey <tom@tromey.com>
664
665 * gdb.texinfo (Output Styling): New node.
666
667 2018-12-13 John Baldwin <jhb@FreeBSD.org>
668
669 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
670 (Native): Add a FreeBSD subsection.
671 (FreeBSD): Document use of system call aliases for compatibility
672 system calls.
673
674 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
675
676 * gdb.texinfo (Standard Target Features): Add RISC-V Features
677 sub-section.
678
679 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
680
681 * gdb.texinfo (Examining the Symbol Table): Document language choice
682 for 'info types|functions|variables' commands.
683 (Setting Breakpoints): Document language choice to print
684 the functions in which a breakpoint is set.
685
686 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
687
688 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
689 requirements for the org.gnu.gdb.power.vsx feature.
690
691 2018-11-01 Joel Brobecker <brobecker@adacore.com>
692
693 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
694 output to match the current implementation.
695
696 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
697
698 * gdb.texinfo (Information About a Frame): Document changes
699 to 'info args' and 'info locals'.
700 (Examining the Symbol Table): Document changes to 'info functions'
701 and 'info variables'.
702
703 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
704
705 * gdb.texinfo (PowerPC Features): Describe new features
706 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
707 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
708 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
709 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
710
711 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
712
713 * gdb.texinfo (PowerPC Features): Describe new features
714 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
715
716 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
717
718 * gdb.texinfo (PowerPC Features): Describe new feature
719 "org.gnu.gdb.power.tar".
720
721 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
722
723 * gdb.texinfo (PowerPC Features): Describe new features
724 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
725
726 2018-10-20 Tom Tromey <tom@tromey.com>
727
728 * gdb.texinfo (TUI Commands): Add @end table.
729 (TUI Configuration): Remove stray @end table.
730
731 2018-10-19 Tom Tromey <tom@tromey.com>
732
733 PR tui/18388:
734 * gdb.texinfo (TUI Commands): Remove tabset documentation.
735 (TUI Configuration): Document "set tui tab-width".
736
737 2018-10-09 Tom Tromey <tom@tromey.com>
738
739 * python.texi (Inferiors In Python): Link to "Frames In Python",
740 not "Unwinding Frames in Python".
741
742 2018-10-09 Tom Tromey <tom@tromey.com>
743
744 * gdb.texinfo (Configure Options): Update --enable-ubsan
745 documentation.
746
747 2018-10-08 John Baldwin <jhb@FreeBSD.org>
748
749 * gdb.texinfo (Contributors): Add SRI International and University
750 of Cambridge for FreeBSD/riscv.
751
752 2018-10-06 Tom Tromey <tom@tromey.com>
753
754 PR python/19399:
755 * python.texi (Inferiors In Python): Document
756 Inferior.Architecture.
757
758 2018-10-06 Tom Tromey <tom@tromey.com>
759
760 PR python/21765:
761 * python.texi (Symbols In Python): Document the module and
762 common-block domains. Remove documentation for incorrect
763 domains.
764
765 2018-10-03 Tom Tromey <tom@tromey.com>
766
767 * gdb.texinfo (Configure Options): Document --enable-ubsan.
768
769 2018-10-02 John Darrington <john@darrington.wattle.id.au>
770
771 * gdb.texinfo (Remote Connection Commands): Describe
772 the changes to target remote and target extended-remote
773 relating to Unix domain sockets.
774
775 2018-10-01 Tom Tromey <tom@tromey.com>
776
777 * gdb.texinfo (Configure Options): Document configure options.
778
779 2018-09-29 Tom Tromey <tom@tromey.com>
780
781 * gdb.texinfo (Requirements): Mention C++, GNU make.
782 (Requirements): Sort the table. Add more libraries.
783 (Running Configure): Remove obsolete text.
784 (Separate Objdir): Likewise.
785 (Configure Options): Likewise.
786
787 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
790 to highlight that the number is also the frame's level.
791 (Selection): Rewrite documentation for 'frame' and 'select-frame'
792 commands.
793 (Frame Info): Rewrite documentation for 'info frame' command.
794
795 2018-09-23 Tom Tromey <tom@tromey.com>
796
797 PR python/18852:
798 * python.texi (Parameters In Python): Document exception behavior
799 of get_set_string.
800
801 2018-09-18 John Baldwin <jhb@FreeBSD.org>
802
803 * gdb.texinfo (info proc): Remove "running".
804 (info proc mappings): Replace "program" with "process".
805
806 2018-09-18 John Baldwin <jhb@FreeBSD.org>
807
808 * gdb.texinfo (Process Information): Document "info proc files"
809 command.
810
811 2018-09-17 Tom Tromey <tom@tromey.com>
812
813 * gdb.texinfo (Index Files): Update for cache directory change on
814 macOS.
815
816 2018-09-16 Tom Tromey <tom@tromey.com>
817
818 * python.texi (Basic Python): Update docs for find_pc_line,
819 solib_name.
820 (Progspaces In Python): Update docs for current_progspace.
821 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
822 Move method documentation before example.
823
824 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
825
826 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
827
828 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
829 2018-09-13 Tom Tromey <tom@tromey.com>
830
831 * python.texi (Program Spaces In Python): Document the
832 Progspace.objfiles method.
833 (Objfiles In Python): Mention that gdb.objfiles() is identical
834 to gdb.selected_inferior().progspace.objfiles().
835
836 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
837 2018-09-13 Tom Tromey <tom@tromey.com>
838
839 * python.texi (Inferiors In Python): Document
840 Inferior.progspace.
841 (Program Spaces In Python): Document that
842 gdb.current_progspace() is the same as
843 gdb.selected_inferior().progspace.
844
845 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
846
847 * python.texi (Basic Python): Mention the string representation
848 of GDB Python objects.
849
850 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
851
852 * gdb.texinfo (Skipping Over Functions and Files): Document
853 set/show debug skip.
854
855 2018-09-10 Tom Tromey <tom@tromey.com>
856
857 * python.texi (Frames In Python, Blocks In Python)
858 (Symbols In Python, Symbol Tables In Python)
859 (Lazy Strings In Python): Remove periods from section titles.
860
861 2018-09-10 Tom Tromey <tom@tromey.com>
862
863 * python.texi (Pretty Printing API): Swap sentence order.
864
865 2018-09-10 Tom Tromey <tom@tromey.com>
866
867 PR python/16461:
868 * python.texi (Values From Inferior): Mention use of virtual
869 table.
870
871 2018-09-10 Tom Tromey <tom@tromey.com>
872
873 * python.texi (Basic Python): Parenthesize argument to
874 decode_line.
875
876 2018-09-10 Tom Tromey <tom@tromey.com>
877
878 * python.texi (Python): Mention Python versions. Don't mention
879 execfile.
880
881 2018-09-10 Tom Tromey <tom@tromey.com>
882
883 PR python/19808:
884 * python.texi (Unwinding Frames in Python): Rewrite
885 create_unwind_info documentation. Update read_register
886 documentation and add a note about unwinder caution.
887
888 2018-09-10 Tom Tromey <tom@tromey.com>
889
890 PR python/18909:
891 * python.texi (Events In Python): Fix inferior_call
892 documentation.
893
894 2018-09-10 Tom Tromey <tom@tromey.com>
895
896 PR python/17752:
897 * python.texi (Frame Filter API): Remove period from subsection
898 title. Mention 100 as good default priority.
899 (Frame Decorator API): Remove period from subsection title.
900 Mention FrameDecorator module.
901
902 2018-09-10 Tom Tromey <tom@tromey.com>
903
904 PR python/23108:
905 * python.texi (Exception Handling): Rearrange gdb.GdbError text
906 and add a table.
907
908 2018-09-10 Tom Tromey <tom@tromey.com>
909
910 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
911 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
912 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
913 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
914
915 2018-09-10 Tom Tromey <tom@tromey.com>
916
917 PR python/16484:
918 * python.texi (Frames In Python): Document that Frame.block can
919 throw.
920
921 2018-09-10 Tom Tromey <tom@tromey.com>
922
923 PR python/23487:
924 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
925
926 2018-09-10 Tom Tromey <tom@tromey.com>
927
928 PR python/16033:
929 * python.texi (Blocks In Python): Document that Block.end is
930 exclusive.
931
932 2018-08-29 Keith Seitz <keiths@redhat.com>
933
934 * gdb.texinfo (Compiling and injecting code in GDB): Document
935 set/show "compile-oracle" and "compile-cplus-types" commands.
936
937 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
938
939 * gdb.texinfo (The -stack-list-frames Command): Update description
940 to mention "arch".
941 Update MI examples throughout the document to contain "arch" in
942 frame output.
943
944 2018-08-21 Alan Hayward <alan.hayward@arm.com>
945
946 * gdb.texinfo (AArch64 SVE): New subsubsection.
947
948 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
949
950 * gdb.texinfo (GDB/MI Data Manipulation): Document
951 "-data-disassemble -a addr".
952 (GDB/MI Support Commands): Document "data-disassemble-a-option"
953 feature.
954
955 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
956
957 * gdb.texinfo (Index Files Speed Up GDB): Add section about
958 symbol index cache.
959
960 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
961
962 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
963 option sections to further clarify that gcore can take more
964 than one PID, and that "-o" is used to specify a prefix, not a
965 filename.
966
967 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.texinfo (Maintenance Commands): Add description of
970 maintenance command to control dwarf unwinders.
971
972 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
973
974 * gdb.texinfo (Debugging Programs with Multiple Threads):
975 Document changes to 'thread apply'. Document 'taas'.
976 Document 'tfaas'.
977 (Examining the Stack): Document 'frame apply'. Document 'faas'.
978
979 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
980 Jan Kratochvil <jan.kratochvil@redhat.com>
981 Paul Fertser <fercerpav@gmail.com>
982 Tsutomu Seki <sekiriki@gmail.com>
983
984 * gdb.texinfo (Remote Connection Commands): Add explanation
985 about new IPv6 support. Add new connection prefixes.
986
987 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * gdb.texinfo (Remote Configuration): Update descriptions for
990 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
991 and hardware-watchpoint-length-limit variables.
992
993 2018-07-02 Maciej W. Rozycki <macro@mips.com>
994
995 PR tdep/8282
996 * gdb.texinfo (Source and Machine Code): Document `set
997 disassembler-options' support for the MIPS target.
998
999 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1000
1001 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
1002
1003 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1004
1005 * gdb.texinfo (Files): The address argument for "add-symbol-file"
1006 is no longer mandatory.
1007
1008 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1009
1010 * gdb.texinfo (Files): Document "symbol-file -o offset".
1011
1012 2018-06-14 Tom de Vries <tdevries@suse.de>
1013
1014 * gdb.texinfo (Background Execution): Add @cindex for '&'.
1015
1016 2018-06-11 Eli Zaretskii <eliz@gnu.org>
1017
1018 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
1019
1020 2018-06-08 Gary Benson <gbenson@redhat.com>
1021
1022 * gdb.texinfo (Maintenance Commands): Document "maint check
1023 libthread-db" and "maint set/show check-libthread-db".
1024
1025 2018-06-05 Tom Tromey <tom@tromey.com>
1026
1027 PR cli/12326:
1028 * gdb.texinfo (Screen Size): Document "c" response to pagination
1029 prompt.
1030
1031 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1032
1033 * gdb.texinfo (Choosing Target Byte Order): Document endianness
1034 selection details with the `set endian auto' mode.
1035
1036 2018-05-31 Alan Hayward <alan.hayward@arm.com>
1037
1038 * gdb.texinfo: Describe SVE feature.
1039
1040 2018-05-04 Tom Tromey <tom@tromey.com>
1041
1042 PR python/22731:
1043 * python.texi (Breakpoints In Python): Mention that "commands" is
1044 writable.
1045
1046 2018-05-02 Tom Tromey <tom@tromey.com>
1047
1048 PR python/20084:
1049 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
1050 PARAM_ZUINTEGER_UNLIMITED.
1051
1052 2018-04-30 Tom Tromey <tom@tromey.com>
1053
1054 * python.texi (Types In Python): Document Type.align.
1055
1056 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1057
1058 * gdb.texinfo (Symbols): Mention the fact that "info
1059 variables/functions/types" show source files and line numbers.
1060
1061 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1062
1063 * gdb.texinfo: Document set/show record btrace cpu.
1064
1065 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1066
1067 * gdb.texinfo (Ada Settings): New subsubsection.
1068
1069 2018-03-26 Tom Tromey <tom@tromey.com>
1070
1071 PR backtrace/15582:
1072 * gdb.texinfo (Backtrace): Mention "hide" argument.
1073
1074 2018-03-26 Tom Tromey <tom@tromey.com>
1075
1076 * gdb.texinfo (Backtrace): Describe options individually.
1077
1078 2018-03-19 Tom Tromey <tom@tromey.com>
1079
1080 * observer.texi: Remove.
1081
1082 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1083
1084 * gdb.texinfo (Debugging Output): Document "set/show debug
1085 fbsd-nat".
1086
1087 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1088
1089 * gdb.texinfo (Machine Code): Additional information about "info
1090 line" command.
1091
1092 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1093
1094 * gdb.texinfo (gdb-add-index man): Add pindex.
1095
1096 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1097
1098 * gdb.texinfo (set cwd): Add period.
1099 (gdb-add-index man): Move anchor.
1100
1101 2017-01-12 Tom Tromey <tom@tromey.com>
1102 Sergio Durigan Junior <sergiodj@redhat.com>
1103
1104 * gdb.texinfo (Index Files): Mention gdb-add-index.
1105 (gdb-add-index man): New section.
1106 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1107 from gdb.texinfo.
1108
1109 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1110
1111 * gdb.texinfo (pwd): Fix whitespace.
1112
1113 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1114
1115 * gdb.texinfo (pwd): Update cross-reference for Process Information
1116 node and remove explicit /proc reference.
1117 (Native): Rename subsection from SVR4 Process Information to
1118 Process Information.
1119 (Process Information): Reword introduction to be less /proc
1120 centric. Document support for "info proc" on FreeBSD.
1121
1122 2018-01-03 Xavier Roirand <roirand@adacore.com>
1123
1124 * gdb.texinfo (Set Catchpoints): Add documentation for new
1125 "catch handlers" action.
1126
1127 2017-12-27 Stafford Horne <shorne@gmail.com>
1128
1129 * gdb.texinfo (Target Description Format): Explain that arbitrary
1130 strings are now allowed for register groups.
1131
1132 2017-12-27 Stafford Horne <shorne@gmail.com>
1133
1134 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1135
1136 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1137
1138 PR cli/16224
1139 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1140
1141 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1142
1143 * python.texi (Manipulating breakpoints using Python): Document
1144 qualified parameter to gdb.Breakpoint.
1145
1146 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1147
1148 * python.texi (Manipulating breakpoints using Python): Split doc
1149 of Breakpoint.__init__ in two, split text in multiple
1150 paragraphs, don't nest parameter square brackets.
1151
1152 2017-12-12 Stafford Horne <shorne@gmail.com>
1153 Stefan Wallentowitz <stefan@wallentowitz.de>
1154 Franck Jullien <franck.jullien@gmail.com>
1155 Jeremy Bennett <jeremy.bennett@embecosm.com>
1156
1157 * gdb.texinfo: Add OpenRISC documentation.
1158
1159 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1160
1161 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1162
1163 2017-12-07 Keith Seitz <keiths@redhat.com>
1164
1165 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1166 and "show print type nested-type-limit".
1167
1168 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1169
1170 * python.texi (Breakpoints In Python): Add text relating
1171 to allowed explicit locations and keywords in gdb.Breakpoints.
1172
1173 2017-12-04 Tom Tromey <tom@tromey.com>
1174
1175 * gdb.texinfo (Rust): Update trait object status
1176
1177 2017-12-01 Andrew Cagney <cagney@redhat.com>
1178 Joel Brobecker <brobecker@adacore.com>
1179 Sergio Durigan Junior <sergiodj@redhat.com>
1180
1181 * gdb.texinfo (File Options): Document --readnever.
1182 (Commands to Specify Files): Likewise, for 'symbol-file' and
1183 'add-symbol-file'.
1184
1185 2017-11-29 Pedro Alves <palves@redhat.com>
1186
1187 PR c++/19436
1188 * gdb.texinfo (Debugging C Plus Plus): Document setting
1189 breakpoints in functions with ABI tags.
1190
1191 2017-11-29 Pedro Alves <palves@redhat.com>
1192
1193 * gdb.texinfo (Linespec Locations): Document how "function" is
1194 interpreted in C++ and Ada. Document "-qualified".
1195 (Explicit Locations): Document how "-function" is interpreted in
1196 C++ and Ada. Document "-qualified".
1197
1198 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1199
1200 PR gdb/21945
1201 * gdb.texinfo (Search Memory): Update description and example
1202 about how to search a string without NULL terminator.
1203
1204 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1205
1206 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1207 new "exception-message" field.
1208
1209 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1210
1211 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1212
1213 2017-11-24 Pedro Alves <palves@redhat.com>
1214
1215 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1216 false claim that GDB inserts quoting automatically.
1217 (Symbols): Add anchor.
1218
1219 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1220
1221 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1222
1223 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1224
1225 * python.texi (Basic Python): Add rbreak documentation.
1226
1227 2017-11-07 Xavier Roirand <roirand@adacore.com>
1228 Pedro Alves <palves@redhat.com>
1229
1230 * gdb.texinfo (Set Breaks): Document support for breakpoint
1231 location ranges in the enable/disable commands.
1232
1233 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1234
1235 * gdb.texinfo (Starting your Program) <The working directory.>:
1236 Mention remote debugging.
1237 (Working Directory) <Your Program's Working Directory>:
1238 Likewise.
1239 (Connecting) <Remote Packet>: Add "set-working-dir"
1240 and "QSetWorkingDir" to the table.
1241 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1242 packet.
1243
1244 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1245
1246 * gdb.texinfo (Starting your Program) <The working directory.>:
1247 Mention new "set cwd" command.
1248 (Working Directory) <Your Program's Working Directory>:
1249 Rephrase to explain that "set cwd" exists and is the default
1250 way to change the inferior's cwd.
1251
1252 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1253
1254 * gdb.texinfo (S/390 and System z Features): Document the new
1255 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1256
1257 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1258
1259 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1260 attribute.
1261
1262 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1263
1264 * python.texi (Inferiors In Python): Add description for method
1265 Inferior.thread_from_thread_handle.
1266
1267 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1268
1269 * gdb.texinfo (Starting your Program): Add description of
1270 starti command. Mention starti command as an alternative for
1271 debugging the elaboration phase.
1272
1273 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1274
1275 * gdb.texinfo (Maintenance Commands): Document filter parameter
1276 of "maint selftest". Document "maint info selftests" command.
1277
1278 2017-09-11 Tom Tromey <tom@tromey.com>
1279
1280 * python.texi (Events In Python): Document new events.
1281
1282 2017-09-04 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1285 no-debug-info variables.
1286 (Symbols) <Examining the Symbol Table>: Document inspecting
1287 no-debug-info types.
1288 (Calling) <Calling functions with no debug info>: New subsection,
1289 documenting calling no-debug-info functions.
1290 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1291
1292 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1293
1294 * gdb.texinfo (set environment): Add @anchor. Explain that
1295 environment variables set by the user are sent to GDBserver.
1296 (unset environment): Likewise, but for unsetting variables.
1297 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1298 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1299 "environment-reset" and "QEnvironmentReset" to the table.
1300 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1301 QEnvironmentReset>: New item, explaining the packet.
1302
1303 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1304
1305 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1306 "Compiler search for the compile command" descriptions of set
1307 compile-gcc and show compile-gcc.
1308
1309 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1310
1311 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1312 ADI support.
1313 * NEWS: Add "adi examine" and "adi assign" commands.
1314
1315 2017-08-18 Yao Qi <yao.qi@linaro.org>
1316
1317 * gdb.texinfo (Server): Document "--selftest".
1318
1319 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1320
1321 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1322 Single-Key mode.
1323
1324 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1325
1326 PR gdb/21925
1327 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1328 set...").
1329
1330 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1331
1332 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1333 conditional expression.
1334
1335 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1336
1337 * agentexpr.texi (rot): Fix symbolic description, improve
1338 textual description.
1339
1340 2017-07-26 Yao Qi <yao.qi@linaro.org>
1341
1342 * gdb.texinfo (Maintenance Commands): Document command
1343 "maint check xml-descriptions".
1344
1345 2017-07-26 Yao Qi <yao.qi@linaro.org>
1346
1347 * gdb.texinfo (Maintenance Commands): Document optional
1348 argument of "maint print c-tdesc".
1349
1350 2017-07-18 Yao Qi <yao.qi@linaro.org>
1351
1352 * gdb.texinfo (Maintenance Commands): Improve the doc to
1353 command "maint print c-tdesc".
1354
1355 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1356
1357 PR gdb/21606
1358 * python.texi (Python representation of Symbols.): Replace
1359 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1360 * guile.texi (Guile representation of Symbols.): Likewise.
1361
1362 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1363
1364 * gdb.texinfo (Optional Messages about Internal Happenings):
1365 Document {set,show} debug separate-debug-file commands.
1366
1367 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1368
1369 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1370 (Connecting) <Remote Packet>: Add "startup-with-shell"
1371 and "QStartupWithShell" to the table.
1372 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1373 packet.
1374
1375 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1378
1379 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1380
1381 * python.texi (Recording in Python): Factor out the documentation of
1382 gdb.RecordInstruction's super class.
1383
1384 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1385
1386 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1387 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1388 prev and next.
1389
1390 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1391
1392 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1393 gdb.RecordInstruction
1394
1395 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1396
1397 * python.texi (Recording in Python): Add documentation for
1398 gdb.RecordGap and remove documentation of special cases for
1399 gdb.BtraceInstruction.
1400
1401 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1402
1403 * python.texi (Recording in Python): Remove Record.ptid defvar.
1404
1405 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1406
1407 * gdb.texinfo (GDB/MI Thread Information): Add missing
1408 fields, re-word some things.
1409 (GDB/MI Thread Commands): Describe fields found in the output of
1410 -thread-info, remove description of fields in the
1411 thread output tuple, replace with a cross-reference to "GDB/MI
1412 Thread Information".
1413
1414 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1415
1416 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1417 from -thread-info output.
1418
1419 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1420
1421 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1422
1423 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1424
1425 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1426
1427 2017-03-22 Yao Qi <yao.qi@linaro.org>
1428
1429 * python.texi (Inferiors In Python): Remove @code from Python.
1430
1431 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1432
1433 * python.texi (Recordings In Python): Document return type of
1434 gdb.BtraceInstruction.data.
1435
1436 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1437
1438 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1439 command file-list-shared-libraries
1440 (GDB/MI Async Records): Update documentation of library-loaded with new
1441 field.
1442
1443 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1444
1445 PR gdb/14441
1446 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1447 supports both lvalue and rvalue references.
1448
1449 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1450
1451 PR gdb/14441
1452 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1453 table of constants.
1454
1455 2017-03-16 Doug Evans <dje@google.com>
1456
1457 * guile.texi (Lazy Strings In Guile): Mention arrays.
1458 * python.texi (Lazy Strings In Python): Ditto.
1459
1460 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1461
1462 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1463 character "@".
1464
1465 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1466
1467 * Memory Protection Extensions: Add information about inferior
1468 calls.
1469
1470 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1471
1472 * gdb.texinfo: Document new set/show disassembler-options
1473 commands.
1474
1475 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1476
1477 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1478 DW_TAG_GNU_* and DW_AT_GNU_*.
1479
1480 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1481
1482 * python.texi (Recordings In Python): New section.
1483
1484 2017-02-14 Tom Tromey <tom@tromey.com>
1485
1486 PR python/13598:
1487 * python.texi (Events In Python): Document events.before_prompt.
1488
1489 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1490
1491 * gdb.texinfo (Target Commands): Document the optional offset
1492 argument for the load command.
1493
1494 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1495
1496 PR gdb/21122
1497 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1498 space-separated breakpoint lists. Also add a missing @table command
1499 and @cindex for breakpoint lists.
1500
1501 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1502
1503 PR tdep/20936
1504 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1505 (Sparc Features): New node.
1506
1507 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1508
1509 * gdb.texinfo (i386 Features): Add system segment registers
1510 as feature.
1511
1512 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1513
1514 * python.texi (Events In Python): Fix typo.
1515
1516 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1517 Luis Machado <lgustavo@codesourcery.com>
1518
1519 * gdb.texinfo (-target-flash-erase): New MI command description.
1520 (flash-erase): New CLI command description.
1521
1522 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1523
1524 * gdb.texinfo (Contributors): Add SRI International and University
1525 of Cambridge for FreeBSD/mips.
1526
1527 2016-12-22 Doug Evans <xdje42@gmail.com>
1528
1529 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1530 commands.
1531
1532 2016-12-02 Pedro Alves <palves@redhat.com>
1533
1534 * gdb.texinfo (User-defined Commands): Limit on number of
1535 arguments passed to user-defined commands removed; update.
1536
1537 2016-12-02 Pedro Alves <palves@redhat.com>
1538
1539 PR cli/20559
1540 * gdb.texinfo (Define): Add example of using "eval" to process a
1541 variable number of arguments.
1542 (Output) <eval>: Add anchor.
1543
1544 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1545
1546 * Makefile.in: Likewise.
1547
1548 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1549
1550 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1551 xref.
1552
1553 2016-10-29 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1556 actions.
1557
1558 2016-10-26 Pedro Alves <palves@redhat.com>
1559
1560 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1561 actions that match a thread, and what happens when an action
1562 matches a thread that is already running.
1563
1564 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1565
1566 * gdb.texinfo (Using Trace Files): Fix typo.
1567 (GDB/MI Tracepoint Commands): Likewise.
1568
1569 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1570
1571 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1572 of -trace-save.
1573
1574 2016-10-06 Tom Tromey <tom@tromey.com>
1575
1576 * guile.texi (Types In Guile): Remove Java mentions.
1577 * python.texi (Types In Python): Remove Java mentions.
1578 * gdb.texinfo (Address Locations, Supported Languages)
1579 (Index Section Format): Remove Java mentions.
1580
1581 2016-08-15 Doug Evans <dje@google.com>
1582
1583 * gdb.texinfo (Target Description Format): Update docs on "end"
1584 field spec and field default type.
1585
1586 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1587 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1588
1589 PR gdb/20487
1590 * gdb.texinfo (Context management): Update mention of frame
1591 change notifications.
1592 (gdb/mi Async Records): Document frame field in
1593 =thread-select event.
1594 * observer.texi (GDB Observers): New user_selected_context_changed
1595 observer.
1596
1597 2016-09-28 Tom Tromey <tom@tromey.com>
1598
1599 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1600 than "memory breakpoint". Further document "kind". Move
1601 protocol-details link earlier.
1602 <z1>: Document the cmd_list argument. Fix typo.
1603 <g>: Remove incorrect sentence.
1604 (Stop Reply Packets): Document "OK" response to requests when in
1605 non-stop mode.
1606 <swbreak>: Use "software breakpoint" rather than "memory
1607 breakpoint".
1608 <create>: Document that "R" is ignored.
1609 <W, X, w>: Document formatting of "AA".
1610 (Notification Packets): Use "%Stop", not "%%Stop".
1611
1612 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1613
1614 * gdb.texinfo (Embedded Processors): Document ARC.
1615 (Synopsys ARC): New section.
1616 (Standard Target Features): Document ARC features.
1617 (ARC Features): New section.
1618
1619 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1620
1621 * .gitignore: New file.
1622
1623 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1624
1625 * gdb.texinfo (Input/Output): Mention possibility to unset
1626 inferior-tty.
1627
1628 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1629
1630 * gdb.texinfo: Resume btrace on reconnect.
1631
1632 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1633
1634 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1635 syscall.
1636
1637 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1638
1639 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1640 command.
1641
1642 2016-07-13 Tom Tromey <tom@tromey.com>
1643
1644 PR python/15620, PR python/18620:
1645 * python.texi (Events In Python): Document new breakpoint events.
1646
1647 2016-07-13 Tom Tromey <tom@tromey.com>
1648
1649 PR python/17698:
1650 * python.texi (Breakpoints In Python): Document
1651 Breakpoint.pending.
1652
1653 2016-07-13 Tom Tromey <tom@tromey.com>
1654
1655 * python.texi (Breakpoints In Python): Move table of types and
1656 table of watchpoint types earlier in node.
1657
1658 2016-07-12 Tom Tromey <tom@tromey.com>
1659
1660 PR python/19293:
1661 * python.texi (Frames In Python): Document
1662 gdb.invalidate_cached_frames.
1663
1664 2016-06-21 Pedro Alves <palves@redhat.com>
1665
1666 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1667 document new-ui and explain use case.
1668
1669 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1670
1671 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1672 (NDS32 Features): New Section.
1673
1674 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1675
1676 * gdb.texinfo (Examining Memory): Document negative repeat
1677 count in the 'x' command.
1678
1679 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1680
1681 * gdb.texinfo (GDB/MI Async Records): Document method and
1682 format fields in =record-started.
1683 * observer.texi (record_changed): Add method and format
1684 parameters.
1685
1686 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1687
1688 * gdb.texinfo (General Query Packets): Move the description of the
1689 response before the long list of the specific 'read' and 'write'
1690 requests.
1691
1692 2016-05-23 Tom Tromey <tom@tromey.com>
1693
1694 * python.texi (Basic Python): Document gdb.breakpoints return.
1695
1696 2016-05-24 Tom Tromey <tom@tromey.com>
1697
1698 PR gdb/19194:
1699 * gdb.texinfo (gdb man): Fix typo.
1700
1701 2016-05-17 Tom Tromey <tom@tromey.com>
1702
1703 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1704 (Rust): New node.
1705
1706 2016-05-17 Tom Tromey <tom@tromey.com>
1707
1708 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1709
1710 2016-04-27 Yao Qi <yao.qi@linaro.org>
1711
1712 * gdb.texinfo (tfind): Complete doc about tfind without
1713 argument.
1714
1715 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1716
1717 * agentexpr.texi (byte): Fix zero_ext description.
1718
1719 2016-03-31 Pedro Alves <palves@redhat.com>
1720
1721 * gdb.texinfo (M32R/SDI): Delete node.
1722 (MIPS Embedded): Remove references to the MIPS remote debugging
1723 protocol, PMON and variants, and the associated commands.
1724
1725 2016-03-15 Doug Evans <dje@google.com>
1726
1727 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1728 (Target Description Format): Mention enum types. Update docs on
1729 flags types.
1730 (Predefined Target Types): Add "bool".
1731 (Enum Target Types): New node.
1732
1733 2016-03-15 Pedro Alves <palves@redhat.com>
1734
1735 * gdb.texinfo (Tracepoint Actions): Fix typo.
1736
1737 2016-03-15 Pedro Alves <palves@redhat.com>
1738 Andreas Arnez <arnez@linux.vnet.ibm.com>
1739 Marcin Kościelnicki <koriakin@0x04.net>
1740
1741 * gdb.texinfo (Tracepoint Actions): Document possible
1742 unreliability of '$_ret'.
1743
1744 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1745
1746 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1747 command.
1748
1749 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1750
1751 * gdb.texinfo (Convenience Functions): Document $_as_string.
1752
1753 2016-02-23 Doug Evans <dje@google.com>
1754
1755 * gdb.texinfo (Skipping Over Functions and Files): Document new
1756 options to "skip" command. Update docs of output of "info skip".
1757
1758 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1759
1760 * gdb.texinfo (Signals): Add bound violation display hints for
1761 a SIGSEGV.
1762
1763 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1764
1765 * gdb.texinfo (Trace File Format): Add documentation for description
1766 section lines.
1767
1768 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1769
1770 * gdb.texinfo (Trace File Format): Remove misleading information
1771 about register block ordering.
1772
1773 2016-02-01 Doug Evans <dje@google.com>
1774
1775 * gdb.texinfo (Value Sizes): Fix typo.
1776
1777 2016-02-01 Doug Evans <dje@google.com>
1778
1779 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1780
1781 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1782
1783 * gdb.texinfo (Value Sizes): New section.
1784 (Data): Add the 'Value Sizes' node to the menu.
1785
1786 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1787
1788 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1789
1790 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1791
1792 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1793
1794 2016-01-18 Pedro Alves <palves@redhat.com>
1795
1796 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1797 of the thread that hit a breakpoint or received a signal.
1798
1799 2016-01-15 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1802
1803 2016-01-13 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.texinfo (Threads): Document the $_gthread convenience
1806 variable.
1807 (Convenience Vars): Likewise.
1808
1809 2016-01-13 Pedro Alves <palves@redhat.com>
1810
1811 * gdb.texinfo (Threads): Document "info threads -gid".
1812
1813 2016-01-13 Pedro Alves <palves@redhat.com>
1814
1815 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1816 anchor.
1817 (Threads In Python): Document new InferiorThread.global_num
1818 attribute.
1819
1820 2016-01-07 Pedro Alves <palves@redhat.com>
1821
1822 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1823 qualified thread IDs, global thread IDs and thread ID lists.
1824 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1825 thread IDs.
1826 (Convenience Vars): Document the $_thread convenience variable.
1827 (Ada Tasks): Adjust to refer to thread IDs.
1828 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1829 Commands, GDB/MI Variable Objects): Update to mention global
1830 thread IDs.
1831 * guile.texi (Breakpoints In Guile)
1832 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1833 global thread IDs instead of thread IDs.
1834 * python.texi (Threads In Python): Adjust documentation of
1835 InferiorThread.num.
1836 (Breakpoint.thread): Mention global thread IDs instead of thread
1837 IDs.
1838
1839 2016-01-13 Pedro Alves <palves@redhat.com>
1840
1841 * python.texi (Threads In Python): Document
1842 InferiorThread.inferior.
1843
1844 2016-01-13 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1847 convenience variable.
1848 (Convenience Vars): Likewise.
1849
1850 2016-01-12 Josh Stone <jistone@redhat.com>
1851 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1852
1853 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1854 (Stop Reply Packets): List the syscall entry and return stop reasons.
1855 (General Query Packets): Describe QCatchSyscalls, and add it to the
1856 table and the detailed list of stub features.
1857
1858 2016-01-12 Pedro Alves <palves@redhat.com>
1859
1860 Remove use of the registered trademark symbol throughout.
1861
1862 2016-01-12 Yao Qi <yao.qi@linaro.org>
1863
1864 * gdb.texinfo (Interrupts): Update the document on handling
1865 interrupt when program is stopped.
1866
1867 2015-12-11 Don Breazeal <donb@codesourcery.com>
1868
1869 * gdb.texinfo (Forks): Correct Linux kernel version where
1870 fork and exec events are supported, add notes about support
1871 of these events in target remote mode.
1872 (Connecting): Reorganize and clarify distinctions between
1873 target remote, extended-remote, and multiprocess.
1874 Reorganize related text from separate sections into new
1875 sections.
1876 (Server): Note effects of target extended-remote mode.
1877 Delete section on Multi-Process Mode for gdbserver.
1878 Move some text to "Connecting" node.
1879
1880 2015-12-10 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.texinfo (Threads): Replace warning with explanation
1883 about single-threaded programs.
1884
1885 2015-12-10 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.texinfo (Threads): Remove mention of SGI.
1888 (Forks): Remove mention of HP-UX.
1889 (Breakpoints): Remove mention of HP-UX.
1890 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1891 Reword in terms of architectures.
1892 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1893 mention supported systems.
1894 (Convenience Vars): Don't mention HP-UX.
1895 (Jumping): Remove mention of HP-UX in comment.
1896 (Files) <shared libraries>: Update supported shared library types
1897 list. Remove mention of HP-UX.
1898 (Native): Remove HP-UX subsection.
1899 (SVR4 Process Information): Remove mention of HP-UX.
1900
1901 2015-12-10 Pedro Alves <palves@redhat.com>
1902
1903 * gdb.texinfo (Stack): Reorder menu.
1904
1905 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1906
1907 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1908 -var-set-format's new zero-hexadecimal format.
1909
1910 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1911
1912 * gdb.texinfo (Ada Mode Into): Move overloading support
1913 description to its own node.
1914 (Overloading support for Ada): New node.
1915
1916 2015-11-30 Pedro Alves <palves@redhat.com>
1917
1918 PR 14618
1919 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1920 (Remote Configuration): Add the "set/show remote
1921 no-resumed-stop-reply" to the available settings table.
1922 (General Query Packets): Document the "no-resumed" qSupported
1923 feature.
1924
1925 2015-11-30 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.texinfo (Remote Configuration): List "set/show remote
1928 thread-events" command in configuration table.
1929 (Stop Reply Packets): Document "T05 create" stop
1930 reason and 'w' stop reply.
1931 (General Query Packets): Document QThreadEvents packet. Document
1932 QThreadEvents qSupported feature.
1933
1934 2015-11-30 Pedro Alves <palves@redhat.com>
1935
1936 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1937 anchor.
1938 (Packets): Document vCtrlC.
1939
1940 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1941
1942 * gdb.texinfo (Thread List Format): Mention thread names.
1943
1944 2015-11-24 Pedro Alves <palves@redhat.com>
1945
1946 PR 17539
1947 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1948 program-spaces" example to ascending order listing.
1949 (Threads): Adjust "info threads" example to ascending order
1950 listing.
1951 (Forks): Adjust "info inferiors" example to ascending order
1952 listing.
1953
1954 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1955
1956 * gdb.texinfo (Process Record and Replay): Document "record
1957 instruction-history" modifiers.
1958
1959 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1960
1961 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1962 description.
1963 (Frame Filter Management): Move to later in the 'Examining the
1964 Stack' chapter.
1965 (Selection): Add entry for 'select-frame'.
1966
1967 2015-09-25 Doug Evans <dje@google.com>
1968
1969 * gdb.texinfo (Process Record and Replay): Fix syntax of
1970 "record instruction-history begin, end" and
1971 "record function-call-history begin, end".
1972
1973 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1974
1975 * gdb.texinfo (Specifying Source Directories): Fix
1976 substitute-path example.
1977
1978 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1979
1980 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1981
1982 2015-09-15 Pedro Alves <palves@redhat.com>
1983
1984 PR remote/18965
1985 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1986 the vforkdone description.
1987
1988 2015-09-15 Pedro Alves <palves@redhat.com>
1989
1990 PR remote/18965
1991 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1992 part indicates the thread ID of the parent process.
1993
1994 2015-09-15 Yao Qi <yao.qi@linaro.org>
1995
1996 * gdb.texinfo (General Query Packets): Add vContSupported to
1997 tables of 'gdbfeatures' and 'stub features' supported in the
1998 qSupported packet, as well as to the list containing stub
1999 feature details.
2000
2001 2015-09-11 Don Breazeal <donb@codesourcery.com>
2002
2003 * gdb.texinfo (Remote Configuration): Add exec event
2004 feature to table of packet settings.
2005 (Stop Reply Packets): Add exec events to the list of stop
2006 reasons.
2007 (General Query Packets): Add exec events to tables of
2008 'gdbfeatures' and 'stub features' supported in the qSupported
2009 packet, as well as to the list containing stub feature
2010 details.
2011
2012 2015-08-24 Pedro Alves <palves@redhat.com>
2013
2014 * gdb.texinfo (Remote Configuration): Document the "set/show
2015 remote multiprocess-extensions-packet" commands.
2016
2017 2015-08-24 Pedro Alves <palves@redhat.com>
2018
2019 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
2020 <M32R>: Remove references to M32R/D.
2021 <M68K>: Remove references to target dbug.
2022 <MIPS Embedded>: Remove references to target r3900 and target
2023 array.
2024 <PowerPC Embedded>: Remove references to target dink32 and target
2025 ppcbug, target sds
2026 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
2027
2028 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2029
2030 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
2031
2032 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2033
2034 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2035
2036 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
2037
2038 * gdb.texinfo (Maintenance Commands): Move documentation of "main
2039 info bfds" to...
2040 (File Caching): A New section. Outline bfd caching, and add new
2041 description for "main set/show bfd-sharing".
2042
2043 2015-08-14 Doug Evans <xdje42@gmail.com>
2044
2045 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
2046 disassembly.
2047 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
2048
2049 2015-08-11 Keith Seitz <keiths@redhat.com>
2050
2051 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
2052 Use "location(s)"instead of "linespec(s)".
2053 (Specifying a Location): Rewrite.
2054 Add subsections describing linespec, address, and explicit locations.
2055 Add node/menu for each subsection.
2056 (Source and Machine Code, C Preprocessor Macros)
2057 (Create and Delete Trace points)
2058 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2059 (Continuing at a Different Address): Remove "linespec" examples.
2060 Add reference to "Specify a Location"
2061 (The -break-insert Command): Rewrite. Add anchor.
2062 Add reference to appropriate manual section discussing locations.
2063 (The -dprintf-insert Command): Refer to -break-insert for
2064 specification of 'location'.
2065
2066 2015-08-07 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2069 target-non-stop".
2070
2071 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2072
2073 * gdb.texinfo (Process Record and Replay): Document prefixing of
2074 speculatively executed instructions in the "record instruction-history"
2075 command.
2076
2077 2015-07-20 Doug Evans <dje@google.com>
2078
2079 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2080
2081 2015-07-16 Doug Evans <dje@google.com>
2082
2083 * stabs.texinfo: @include gdb-cfg.texi.
2084
2085 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2086
2087 Revert the previous 2 commits:
2088 gdbserver build-id attribute generator
2089 Validate symbol file using build-id
2090
2091 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2092
2093 * gdb.texinfo (Files): Add 'set validate-build-id'
2094 and 'show validate-build-id'.
2095
2096 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2097 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 gdbserver build-id attribute generator.
2100 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2101 'build-id' in description, example, new attribute in dtd.
2102
2103 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2104
2105 * gdb.texinfo (Selection): Update documentation for 'frame'
2106 command.
2107
2108 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2109
2110 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2111 focus commands.
2112
2113 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2114
2115 * gdb.texinfo (TUI): Add comma after @xref.
2116
2117 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2118
2119 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2120 commands.
2121
2122 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2123
2124 * gdb.texinfo (Process Record and Replay): Spell out that variables
2125 and registers are not available during btrace replay.
2126 Describe the new "record btrace pt" command.
2127 Describe the new "set|show record btrace pt buffer-size" options.
2128 (General Query Packets): Describe the new Qbtrace:pt and
2129 Qbtrace-conf:pt:size packets.
2130 Expand "bts" to "Branch Trace Store".
2131 Update the branch trace DTD.
2132
2133 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2134
2135 * gdb.texinfo (Command History): Document the new option
2136 "history remove-duplicates".
2137
2138 2015-06-19 Doug Evans <dje@google.com>
2139
2140 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2141 longer supported.
2142
2143 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2144
2145 * gdb.texinfo (Command History): Mention that setting
2146 GDBHISTSIZE to the empty string disables history truncation.
2147
2148 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2149
2150 PR gdb/16999
2151 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2152 behavior.
2153
2154 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2155
2156 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2157 with GDBHISTSIZE.
2158
2159 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2160
2161 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2162 bytes and memory units for -data-{read,write}-memory-bytes.
2163 (Packets): Same for m, M and X packets.
2164 * python.texi (Inferiors In Python): Same for read_memory and
2165 write_memory.
2166
2167 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2168
2169 * gdb.texinfo (Separate Debug Files): Document that PE is also
2170 supported.
2171
2172 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2173
2174 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2175 single table entry.
2176
2177 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2178
2179 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2180
2181
2182 2015-06-10 Gary Benson <gbenson@redhat.com>
2183
2184 * gdb.texinfo (Remote Configuration): Document the
2185 "set/show remote hostio-setfs-packet" command.
2186 (Host I/O Packets): Document the vFile:setfs packet.
2187
2188 2015-06-10 Gary Benson <gbenson@redhat.com>
2189
2190 * gdb.texinfo (Debugging Output): Document the "set/show debug
2191 linux-namespaces" command.
2192
2193 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2194 Mircea Gherzan <mircea.gherzan@intel.com>
2195
2196 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2197 and "set mpx bound".
2198
2199 2015-05-27 Doug Evans <dje@google.com>
2200
2201 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2202
2203 2015-05-26 Doug Evans <dje@google.com>
2204
2205 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2206 command renamings.
2207 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2208
2209 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2210
2211 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2212
2213 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2214
2215 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2216 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2217
2218 2015-05-16 Doug Evans <xdje42@gmail.com>
2219
2220 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2221 memory ports.
2222
2223 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2224
2225 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2226
2227 2015-05-12 Don Breazeal <donb@codesourcery.com>
2228
2229 * gdb.texinfo (Forks): Note that fork debugging is
2230 supported in extended mode.
2231 (Remote Configuration): Add fork event features to table
2232 of packet settings.
2233 (Stop Reply Packets): Add fork events to list of stop reasons.
2234 (General Query Packets): Add fork events to tables of
2235 'gdbfeatures' and 'stub features' supported in the qSupported
2236 packet, as well as to the list containing stub feature
2237 details.
2238
2239 2015-05-12 Gary Benson <gbenson@redhat.com>
2240
2241 * gdb.texinfo (General Query Packets): Document
2242 qXfer:exec-file:read with empty annex.
2243
2244 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2245
2246 * python.texi (Values From Inferior): Add descriptions of new
2247 methods gdb.Value.reference_value and gdb.Value.const_value.
2248
2249 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2250
2251 * gdb.texinfo (Files): Add "info dll" documentation.
2252 (Cygwin Native): Remove "info dll" documentation.
2253
2254 2015-04-29 Doug Evans <dje@google.com>
2255
2256 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2257 Document.
2258 (Writing an Xmethod): Add get_result_type to example.
2259
2260 2015-04-28 Sasha Smundak <asmundak@google.com>
2261
2262 * python.texi: New method documented.
2263
2264 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2265
2266 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2267 format.
2268
2269 2015-04-24 Doug Evans <dje@google.com>
2270
2271 * python.texi (Xmethods In Python): Fix name of method to call the
2272 xmethod.
2273
2274 2015-04-17 Gary Benson <gbenson@redhat.com>
2275
2276 * gdb.texinfo (Connecting to a Remote Target): Mention that
2277 GDB can access program files from remote targets that support
2278 qXfer:exec-file:read and Host I/O packets.
2279
2280 2015-04-17 Gary Benson <gbenson@redhat.com>
2281
2282 * gdb.texinfo (Remote Configuration): Document the "set/show
2283 remote pid-to-exec-file-packet" command.
2284 (General Query Packets): Document the qXfer:exec-file:read
2285 qSupported features. Document the qXfer:exec-file:read packet.
2286
2287 2015-04-17 Gary Benson <gbenson@redhat.com>
2288
2289 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2290 applies to executable paths if supplied to GDB as absolute.
2291
2292 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2293
2294 * gdb.texinfo (Mode Options): Remove -xdb.
2295
2296 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2297 Eli Zaretskii <eliz@gnu.org>
2298
2299 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2300 compile, show debug compile. New subsection Compilation options for
2301 the compile command. New subsection Compiler search for the compile
2302 command.
2303
2304 2015-04-09 Andy Wingo <wingo@igalia.com>
2305
2306 * guile.texi (Frames In Guile): Describe frame-read-register.
2307
2308 2015-04-02 Gary Benson <gbenson@redhat.com>
2309
2310 * gdb.texinfo (set sysroot): Document "target:".
2311
2312 2015-04-01 Sasha Smundak <asmundak@google.com>
2313
2314 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2315 section.
2316
2317 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2318
2319 PR corefiles/16092
2320 * gdb.texinfo (gcore): Mention new command 'set
2321 use-coredump-filter'.
2322 (set use-coredump-filter): Document new command.
2323
2324 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2325
2326 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2327 documentation, reorder the info os entries in alphabetical order.
2328
2329 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2330
2331 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2332 -data-write-memory-bytes.
2333
2334 2015-03-24 Pedro Alves <palves@redhat.com>
2335
2336 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2337 mention that threads may sometimes run unlocked.
2338
2339 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2340
2341 * gdb.texinfo (Remote configuration): Document "set/show
2342 serial parity" command.
2343
2344 2015-03-18 Gary Benson <gbenson@redhat.com>
2345
2346 * gdb.texinfo (General Query Packets): Remove documentation
2347 for now-removed vFile:fstat qSupported features.
2348
2349 2015-03-11 Gary Benson <gbenson@redhat.com>
2350
2351 * gdb.texinfo (Remote Configuration): Document the
2352 "set/show remote hostio-fstat-packet" command.
2353 (General Query Packets): Document the vFile:fstat
2354 qSupported features.
2355 (Host I/O Packets): Document the vFile:fstat packet.
2356
2357 2015-03-11 Andy Wingo <wingo@igalia.com>
2358
2359 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2360
2361 2015-03-04 Pedro Alves <palves@redhat.com>
2362
2363 * gdb.texinfo (Remote Configuration): Document the "set/show
2364 remote swbreak-feature-packet" and "set/show remote
2365 hwbreak-feature-packet" commands.
2366 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2367 decription.
2368 (Stop Reply Packets): Document the swbreak and hwbreak stop
2369 reasons.
2370 (General Query Packets): Document the swbreak and hwbreak
2371 qSupported features.
2372 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2373
2374 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2375
2376 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2377 under *stopped.
2378
2379 2015-03-02 Doug Evans <xdje42@gmail.com>
2380
2381 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2382
2383 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2384
2385 * gdb.texinfo (S/390 and System z Features): Describe new feature
2386 "org.gnu.gdb.s390.vx".
2387
2388 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2389
2390 PR gdb/18008
2391 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2392 demangler-warning): Fix typo ("problam").
2393
2394 2015-02-19 David Taylor <dtaylor@emc.com>
2395
2396 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2397
2398 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2399
2400 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2401 point, DTrace'.
2402 (Static Probe Points): Modified to cover DTrace probes in addition
2403 to SystemTap probes. Also modified to cover the `enable probe'
2404 and `disable probe' commands.
2405
2406 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2407
2408 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2409 `disable probe' commands.
2410
2411 2015-02-12 David Taylor <dtaylor@emc.com>
2412
2413 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2414 fields of the QTDV packet.
2415
2416 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2417
2418 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2419 (Process Record and Replay): Describe new set|show commands.
2420 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2421
2422 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2423
2424 * gdb.texinfo (Process Record and Replay): Describe the "record
2425 btrace bts" command.
2426 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2427 (Branch Trace Configuration Format): New.
2428
2429 2015-01-31 Gary Benson <gbenson@redhat.com>
2430 Doug Evans <dje@google.com>
2431
2432 * gdb.texinfo (Command Completion): Document new
2433 "set/show max-completions" option.
2434
2435 2015-01-31 Doug Evans <xdje42@gmail.com>
2436
2437 * gdb.texinfo (Symbols): Document new commands
2438 "maint print symbol-cache", "maint print symbol-cache-statistics",
2439 "maint flush-symbol-cache". Document new option
2440 "maint set symbol-cache-size".
2441
2442 2015-01-31 Doug Evans <xdje42@gmail.com>
2443
2444 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2445 distinguish script files vs inlined scripts.
2446 * python.texi (Python Auto-loading): Ditto.
2447
2448 2015-01-30 Doug Evans <dje@google.com>
2449
2450 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2451 string if present.
2452
2453 2015-01-27 Doug Evans <dje@google.com>
2454
2455 * python.texi (Objfiles In Python): Document Objfile.username.
2456
2457 2015-01-27 Doug Evans <dje@google.com>
2458
2459 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2460 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2461
2462 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2463
2464 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2465
2466 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2467
2468 * doc/gdb.texinfo (TUI Commands): Document the possible
2469 values of NAME argument to 'winheight' command. Explain the
2470 effect of 'tabset' setting better.
2471
2472 2015-01-11 Doug Evans <xdje42@gmail.com>
2473
2474 PR gdb/15830
2475 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2476 (Symbols): Ditto.
2477 (Maintenance Commands): Delete docs for "maint demangle".
2478
2479 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2480
2481 * gdb.texinfo (Files): Remove documentation of the
2482 "add-shared-symbol-files" and "assf" commands.
2483 (Cygwin Native): Remove documentation of the "dll-symbols"
2484 command.
2485
2486 2014-12-17 Doug Evans <xdje42@gmail.com>
2487
2488 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2489
2490 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2491 Jan Kratochvil <jan.kratochvil@redhat.com>
2492
2493 * gdb.texinfo (Altering): Update.
2494 (Compiling and Injecting Code): New node.
2495
2496 2014-12-12 Doug Evans <dje@google.com>
2497
2498 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2499
2500 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2501
2502 * gdb.texinfo: Document "maint print user-registers".
2503
2504 2014-12-08 Doug Evans <dje@google.com>
2505
2506 * python.texi (Objfiles In Python): Document Objfile.owner.
2507
2508 2014-12-04 Doug Evans <dje@google.com>
2509
2510 * python.texi (Objfiles In Python): Document
2511 Objfile.add_separate_debug_file.
2512
2513 2014-12-04 Doug Evans <dje@google.com>
2514
2515 * python.texi (Objfiles In Python): Document Objfile.build_id.
2516
2517 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2518
2519 * observer.texi (inferior_call_pre, inferior_call_post)
2520 (memory_changed, register_changed): New observers.
2521
2522 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2523
2524 * python.texi (Events In Python): Document new events
2525 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2526 and RegisterChangedEvent.
2527
2528 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2529
2530 Add add-auto-load-scripts-directory.
2531 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2532 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2533
2534 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2535
2536 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2537 description typo.
2538
2539 2014-10-30 Doug Evans <dje@google.com>
2540
2541 * python.texi (Progspaces In Python): Document ability to add
2542 random attributes to gdb.Progspace objects.
2543 (Objfiles In Python): Document ability to add random attributes to
2544 gdb.objfile objects.
2545
2546 2014-10-27 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2549 info on stepping and signal handlers.
2550 (Signals): Explain stepping and signal handlers. Add context
2551 index entry, and cross references.
2552
2553 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2554
2555 * python.texi (Breakpoints In Python): Add parenthesis after
2556 Breakpoint.delete. Clarify Breakpoint.enabled description so
2557 that it contains "disable".
2558
2559 2014-10-17 Doug Evans <dje@google.com>
2560
2561 * python.texi (Events In Python): Document clear_objfiles event.
2562
2563 2014-10-17 Doug Evans <dje@google.com>
2564
2565 * python.texi (Objfiles In Python): Document new progspace attribute.
2566
2567 2014-10-17 Pedro Alves <palves@redhat.com>
2568
2569 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2570 (SVR4 Process Information): Delete mention of OSF/1.
2571
2572 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2573
2574 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2575 exit-code field in -list-thread-groups output.
2576
2577 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2578
2579 * gdb.texinfo (Set Breaks): Add missing "@end table".
2580
2581 2014-09-22 Pedro Alves <palves@redhat.com>
2582
2583 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2584 always-inserted off" is the default mode now. Delete
2585 documentation of "set breakpoint always-inserted auto".
2586
2587 2014-09-18 Doug Evans <dje@google.com>
2588
2589 * python.texi (Symbol Tables In Python): Document "producer"
2590 attribute of gdb.Symtab objects.
2591
2592 2014-09-16 Pedro Alves <palves@redhat.com>
2593
2594 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2595 (Embedded OS): Remove VxWorks menu entry.
2596 (VxWorks): Remove node.
2597
2598 2014-09-13 Doug Evans <xdje42@gmail.com>
2599
2600 * gdb.texinfo (Signaling): Document new queue-signal command.
2601
2602 2014-09-06 Doug Evans <xdje42@gmail.com>
2603
2604 PR 15276
2605 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2606 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2607
2608 2014-09-03 Justin Lebar <jlebar@google.com>
2609
2610 * python.texi (Types In Python): Type.template_argument(n) returns a
2611 gdb.Value or a gdb.Type and throws an exception if n is out of
2612 range.
2613
2614 2014-09-03 Sasha Smundak <asmundak@google.com>
2615
2616 * python.texi (Frames in Python): Add read_register description.
2617
2618 2014-08-04 Tom Tromey <tromey@redhat.com>
2619
2620 * gdb.texinfo (Debugging Output): Update for change to "set debug
2621 target".
2622
2623 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2624
2625 Pushed by Joel Brobecker <brobecker@adacore.com>.
2626 * Makefile.in (transform): New variable.
2627 (install-man1, install-man5): Apply $(transform) to man file names.
2628
2629 2014-07-26 Doug Evans <xdje42@gmail.com>
2630
2631 PR guile/17177
2632 * guile.texi (Guile Pretty Printing API): Fix typo.
2633 Document set-pretty-printers!, pretty-printers.
2634 (Selecting Guile Pretty-Printers): Update.
2635 Mention program-space based pretty-printers.
2636
2637 2014-07-25 Pedro Alves <palves@redhat.com>
2638 Eli Zaretskii <eliz@gnu.org>
2639
2640 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2641 with multi-threaded programs.
2642
2643 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2644
2645 * gdb.texinfo (MicroBlaze Features): Added.
2646
2647 2014-06-27 Yao Qi <yao@codesourcery.com>
2648
2649 * gdb.texinfo (Maintenance Commands): Update the output of
2650 'maint print dummy-frames' command.
2651
2652 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2653
2654 * gdb.texinfo (Screen Size): Improve indexing.
2655
2656 2014-06-19 Gary Benson <gbenson@redhat.com>
2657
2658 * gdb.texinfo (Maintenance Commands): Document new
2659 "maint set/show catch-demangler-crashes" option.
2660
2661 2014-06-19 Gary Benson <gbenson@redhat.com>
2662
2663 * gdb.texinfo (Maintenance Commands): Document new
2664 "maint demangler-warning" command and new
2665 "maint set/show demangler-warning" option.
2666
2667 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2668
2669 * python.texi (Xmethod API): Add space before the opening
2670 parenthesis in function descriptions.
2671
2672 2014-06-06 Doug Evans <xdje42@gmail.com>
2673
2674 * guile.texi (Guile Configuration): Document guile-data-directory.
2675
2676 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2677
2678 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2679
2680 2014-06-04 Doug Evans <xdje42@gmail.com>
2681
2682 * guile.texi (Breakpoints In Guile): Update.
2683
2684 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2685
2686 * python.texi (Xmethod API): Fix reference to "Progspaces In
2687 Python".
2688
2689 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2690
2691 * python.texi (Xmethods In Python, XMethod API)
2692 (Writing an Xmethod): New nodes.
2693 (Python API): New menu entries "Xmethods In Python",
2694 "Xmethod API", "Writing an Xmethod".
2695
2696 2014-06-02 Doug Evans <xdje42@gmail.com>
2697
2698 * guile.texi (Guile API): Add entry for Parameters In Guile.
2699 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2700 (Parameters In Guile): New node.
2701
2702 2014-06-02 Doug Evans <xdje42@gmail.com>
2703
2704 * guile.texi (Guile API): Add entry for Commands In Guile.
2705 (Basic Guile) <parse-and-eval>: Add reference.
2706 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2707 (GDB Scheme Data Types): Mention <gdb:command> object.
2708 (Commands In Guile): New node.
2709
2710 2014-06-02 Doug Evans <xdje42@gmail.com>
2711
2712 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2713 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2714 (Progspaces In Guile): New node.
2715
2716 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2717
2718 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2719 * python.texi (Frames In Python): Mention
2720 gdb.FRAME_UNWIND_MEMORY_ERROR.
2721
2722 2014-05-29 Pedro Alves <palves@redhat.com>
2723 Tom Tromey <tromey@redhat.com>
2724
2725 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2726 from example.
2727 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2728 Mention that target-async is now deprecated.
2729 (Maintenance Commands): Document maint set/show target-async.
2730
2731 2014-05-29 Pedro Alves <palves@redhat.com>
2732
2733 * observer.texi (sync_execution_done, command_error): New
2734 subjects.
2735
2736 2014-05-29 Pedro Alves <palves@redhat.com>
2737
2738 PR gdb/13860
2739 * observer.texi (signal_received, end_stepping_range)
2740 (signal_exited, exited, no_history): New observer subjects.
2741
2742 2014-05-26 Andy Wingo <wingo@igalia.com>
2743
2744 * guile.texi (GDB Scheme Data Types): Remove documentation for
2745 removed interfaces. Update spelling of gdb-object-kind.
2746
2747 2014-05-26 Andy Wingo <wingo@igalia.com>
2748
2749 * guile.texi (Basic Guile): Fix some typos.
2750
2751 2014-05-26 Andy Wingo <wingo@igalia.com>
2752
2753 * guile.texi (Writing a Guile Pretty-Printer)
2754 (Guile Types Module): Fix excess parentheses in use-modules forms.
2755
2756 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2757
2758 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2759 (Breakpoints In Guile, Guile Printing Module)
2760 (Guile Exception Handling, Values From Inferior In Guile)
2761 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2762 Don't use @var at the beginning of a sentence.
2763
2764 * gdb.texinfo (Frame Filter Management, Trace Files)
2765 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2766 (PowerPC Embedded, Define, Annotations for Running)
2767 (IPA Protocol Commands, Packets, General Query Packets)
2768 (Tracepoint Packets, Notification Packets, Environment)
2769 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2770 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2771 (Frames, Backtrace, Selection, Expressions, Registers)
2772 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2773 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2774 (Source Annotations, Using JIT Debug Info Readers, Packets)
2775 (Stop Reply Packets, Host I/O Packets)
2776 (Target Description Format): Don't use @var at the beginning of a
2777 sentence.
2778
2779 * python.texi (Basic Python, Types In Python)
2780 (Commands In Python, Frames In Python, Line Tables In Python)
2781 (Breakpoints In Python, gdb.printing, gdb.types)
2782 (Type Printing API): Don't use @var at the beginning of a
2783 sentence.
2784
2785 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2786
2787 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2788 replay-memory-access".
2789
2790 2014-05-21 Pedro Alves <palves@redhat.com>
2791
2792 * gdb.texinfo (Starting): Document "set/show
2793 auto-connect-native-target".
2794 (Target Commands): Document "target native".
2795
2796 2014-05-20 Pedro Alves <palves@redhat.com>
2797
2798 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2799 not be remote specific. Add cross reference to the qCRC packet.
2800 (Separate Debug Files): Update cross reference to the qCRC packet.
2801 (General Query Packets) <qCRC packet>: Add anchor.
2802
2803 2014-05-17 Doug Evans <xdje42@gmail.com>
2804
2805 Copy over changes from guile.texi.
2806 * python.texi (Basic Python) <gdb.execute>: Add text.
2807 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2808 (Values From Inferior) <Python string>: Add text.
2809 (Values From Inferior) <Value.string>: Clarify string length handling.
2810 (Pretty Printing API): Add cindex.
2811 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2812 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2813 @vindex.
2814 (Commands In Python) <COMPLETE_*>: Similarly.
2815 (Symbols In Python) <SYMBOL_*>: Similarly.
2816 (Breakpoints In Python) <WP_*>: Similarly.
2817 (Breakpoints In Python) <BP_*>: Similarly.
2818
2819 2014-05-17 David Taylor <dtaylor@emc.com>
2820
2821 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2822 mentioned in the qfThreadInfo reply.
2823
2824 2014-05-16 Doug Evans <dje@google.com>
2825
2826 * gdb.texinfo (Mode Options): Add -D.
2827
2828 2014-05-09 Samuel Bronson <naesten@gmail.com>
2829
2830 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2831 "make -C".
2832
2833 2014-04-29 Tom Tromey <tromey@redhat.com>
2834
2835 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2836 "show debug varobj".
2837
2838 2014-05-01 David Taylor <dtaylor@emc.com>
2839
2840 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2841 option.
2842
2843 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2844 Walfred Tedeschi <walfred.tedeschi@intel.com>
2845
2846 * gdb.texinfo (i386 Features): Add description of AVX512
2847 registers.
2848
2849 2014-03-31 Doug Evans <dje@google.com>
2850
2851 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2852
2853 2014-03-30 Doug Evans <dje@google.com>
2854
2855 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2856 (Background Execution): Ditto.
2857
2858 2014-03-21 Pedro Alves <palves@redhat.com>
2859 Stan Shebs <stan@codesourcery.com>
2860 Hui Zhu <hui@codesourcery.com>
2861
2862 * gdb.texinfo (Packets): Add anchor to "? packet".
2863 Remove fixme and update introduction of "k packet".
2864 Add anchor to "vKill packet".
2865
2866 2014-03-12 Stan Shebs <stan@codesourcery.com>
2867
2868 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2869
2870 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2871
2872 * guile.texi (Basic Guile): Document 'history-append!'.
2873
2874 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2875
2876 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2877 and "assf" as being deprecated.
2878 (Cygwin Native): Likewise for "dll-symbols".
2879 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2880 as a way to force the loading of symbols from a DLL.
2881
2882 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2883
2884 * python.texi (Values From Inferior): Add description about the
2885 new feature.
2886
2887 2014-02-17 Doug Evans <xdje42@gmail.com>
2888
2889 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2890 * gdb.texinfo (Python): Moved to ...
2891 * python.texi: ... here. New file.
2892
2893 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2894
2895 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2896 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2897 parameter to 'str-lookup-function' procedure. Look for
2898 the "std::string<" prefix.
2899 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2900 Adjust description.
2901
2902 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2903
2904 * guile.texi (Values From Inferior In Guile): Remove stray
2905 parantheses for deffn.
2906 (Disassembly In Guile): Ditto.
2907
2908 2014-02-10 Stan Shebs <stan@codesourcery.com>
2909
2910 Add Doxygen support.
2911 * Makefile.in (doxy): New action, generates Doxygen files.
2912 (DOXYGEN): New.
2913 (doxyedit): New.
2914 * Doxyfile-base.in: New file.
2915 * Doxyfile-gdb-api.in: New file.
2916 * Doxyfile-gdb-xref.in: New file.
2917 * Doxyfile-gdbserver.in: New file.
2918 * doxy-index.in: New file.
2919 * filter-for-doxygen: New file.
2920 * filter-params.pl: New file.
2921
2922 2014-02-10 Doug Evans <xdje42@gmail.com>
2923
2924 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2925 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2926 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2927 (Guile docs): Include guile.texi.
2928 (objfile-gdbdotext file): Add objfile-gdb.scm.
2929 (dotdebug_gdb_scripts section): Mention Guile scripts.
2930 (Multiple Extension Languages): New node.
2931 * guile.texi: New file.
2932
2933 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2934
2935 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2936 ignore-descriptive-types". commands.
2937
2938 2014-01-22 Doug Evans <dje@google.com>
2939
2940 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2941 (gdbserver man): Ditto.
2942
2943 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2944
2945 * gdb.texinfo: Document limited reverse/replay support
2946 for target record-btrace.
2947
2948 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2949
2950 * gdb.texinfo (Process Record and Replay): Update documentation.
2951
2952 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2953
2954 * gdb.texinfo (Process Record and Replay): Document new /c
2955 modifier accepted by "record function-call-history".
2956 Add /i modifier to "record function-call-history" example.
2957
2958 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2959 Joel Brobecker <brobecker@adacore.com>
2960
2961 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2962 markers. Remove one that was misplaced.
2963
2964 2014-01-10 Pedro Alves <palves@redhat.com>
2965
2966 * gdb.texinfo (Your Program's Environment) <set environment>:
2967 Mention the shell, and point at 'set exec-wrapper'.
2968
2969 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2970
2971 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2972
2973 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2974
2975 * gdb.texinfo (Types In Python): Clarify the documentation
2976 of attribute gdb.Field.bitpos.
2977
2978 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2979
2980 * gdb.texinfo (Types In Python): Fix the documentation of
2981 attribute "bitpos" in class gdb.Field for enum types. Add
2982 documentation for attribute "enumval" in that same class.
2983
2984 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2985
2986 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2987 @ftable.
2988
2989 2013-12-23 Doug Evans <xdje42@gmail.com>
2990
2991 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2992 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2993 corresponding section in Extending GDB.
2994 (Extending GDB): Move menu up. New menu item "Auto-loading
2995 extensions".
2996 (Sequences): New menu item "Auto-loading sequences".
2997 (Auto-loading sequences): New node.
2998 (Python): Rename section from Scripting GDB to Extending GDB.
2999 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
3000 Move docs on ways to auto-load extensions to ...
3001 (Auto-loading extensions): ... here. New node.
3002
3003 2013-12-23 Joel Brobecker <brobecker@adacore.com>
3004
3005 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
3006 in menu.
3007 (GDB/MI Variable Objects): Adjust reference to "-list-features"
3008 command, now in a new node.
3009 (GDB/MI Support Commands): New node, with its contents being
3010 extracted from the "GDB/MI Miscellaneous Commands" node.
3011 A small paragraph introducing the section is also added at
3012 the start.
3013 (GDB/MI Miscellaneous Commands): Delete the description of the
3014 -info-gdb-mi-command, -list-features and -list-target-features
3015 commands, now hosted in the "GDB/MI Support Commands" node.
3016
3017 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
3018
3019 PR python/16113
3020 * gdb.texinfo (Values From Inferior): Add a note about using
3021 gdb.Field objects as subscripts on gdb.Value objects.
3022 (Types In Python): Add description about the new attribute
3023 "parent_type" of gdb.Field objects.
3024
3025 2013-12-12 Joel Brobecker <brobecker@adacore.com>
3026
3027 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
3028 entry for section docuumenting the -list-features GDB/MI command.
3029
3030 2013-12-10 Joel Brobecker <brobecker@adacore.com>
3031
3032 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3033 "exec-run-start-option" entry in the output of the "-list-features"
3034 command.
3035
3036 2013-12-04 Eli Zaretskii <eliz@gnu.org>
3037
3038 * gdb.texinfo (i386): Fix yesterday's commit.
3039
3040 2013-12-03 Tom Tromey <tromey@redhat.com>
3041
3042 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
3043 documented here.
3044
3045 2013-12-03 Tom Tromey <tromey@redhat.com>
3046
3047 * gdb.texinfo (@direntry): Add menu item for gdbserver.
3048
3049 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
3050
3051 * gdb.texinfo (i386 Features): Add MPX feature registers.
3052 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3053 a subsubsection for MPX and describes the display of the
3054 boundary registers.
3055
3056 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3057
3058 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3059 documentation of the "ada-exceptions" entry.
3060
3061 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3062
3063 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3064 "^error" result record concerning the error message. Document
3065 the error code that may also be part of that result record.
3066 (GDB/MI Miscellaneous Commands): Document the
3067 "undefined-command-error-code" element in the output of
3068 the "-list-features" GDB/MI command.
3069
3070 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3071
3072 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3073 the new -info-gdb-mi-command GDB/MI command. Document
3074 the meaning of "-info-gdb-mi-command" in the output of
3075 -list-features.
3076
3077 2013-11-29 Pedro Alves <palves@redhat.com>
3078
3079 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3080 Update comment.
3081
3082 2013-11-24 Yao Qi <yao@codesourcery.com>
3083
3084 * gdb.texinfo (Caching Remote Data): Document new
3085 "set/show stack-cache" option.
3086
3087 2013-11-24 Yao Qi <yao@codesourcery.com>
3088
3089 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3090 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3091 "off" respectively.
3092
3093 2013-11-23 Yao Qi <yao@codesourcery.com>
3094
3095 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3096 of "displayhint" to the table about child results.
3097
3098 2013-11-21 Yao Qi <yao@codesourcery.com>
3099
3100 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3101 'dynamic' for the output of command -var-list-children.
3102
3103 2013-11-21 Yao Qi <yao@codesourcery.com>
3104
3105 * gdb.texinfo (Caching Target Data): Remove "see" before
3106 @pxref.
3107
3108 2013-11-20 Yao Qi <yao@codesourcery.com>
3109
3110 * gdb.texinfo (Caching Target Data): Update doc for
3111 per-address-space dcache.
3112
3113 2013-11-20 Yao Qi <yao@codesourcery.com>
3114
3115 * gdb.texinfo (Data): Rename menu item.
3116 (Caching Remote Data): Rename to ...
3117 (Caching Target Data): ... it. Update.
3118
3119 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3120
3121 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3122 "language-option" entry in the output of the "-list-features"
3123 command.
3124
3125 2013-11-15 Tom Tromey <tromey@redhat.com>
3126
3127 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3128 Add example.
3129
3130 2013-11-14 Tom Tromey <tromey@redhat.com>
3131
3132 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3133
3134 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3135
3136 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3137 (Context management): Place current subsection text into its own
3138 subsubsection. Add new subsubsection describing the "--language"
3139 command option.
3140
3141 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3142
3143 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3144 the documentation of "info-ada-exceptions" in the output
3145 of the "-list-features" command. Add the documentation
3146 of the "ada-exception" entry instead.
3147
3148 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3149
3150
3151 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3152 word of a couple of sentences to start with a capital letter.
3153
3154 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3155
3156 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3157 (Ada Exceptions): New node.
3158 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3159 Commands" node.
3160 (GDB/MI Ada Exceptions Commands): New node.
3161 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3162 field in the output of the "-list-features" command.
3163 * NEWS: Add entry for the new "info exceptions" CLI command,
3164 and for the new "-info-ada-exceptions" GDB/MI command.
3165
3166 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3167
3168 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3169 (Line Tables In Python): New node.
3170
3171 2013-11-08 Doug Evans <dje@google.com>
3172
3173 * gdb.texinfo (Debugging Output): Update text for
3174 "set debug dwarf2-read".
3175
3176 2013-11-08 Doug Evans <dje@google.com>
3177
3178 * gdb.texinfo (Debugging Output): Update text for
3179 "set debug symtab-create".
3180
3181 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3182
3183 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3184 constant.
3185
3186 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3187
3188 * gdb.texinfo (Breakpoints In Python): Document temporary
3189 option in breakpoint constructor, and add documentation to the
3190 temporary attribute.
3191
3192 2013-11-07 Yao Qi <yao@codesourcery.com>
3193
3194 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3195 output of "-var-info-expression".
3196
3197 2013-11-06 Pedro Alves <palves@redhat.com>
3198
3199 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3200 non-interactive mode.
3201 (Environment) <shell startup files warning>: Mention
3202 non-interactive mode. Mention .zshenv for Z shell, and talk about
3203 BASH_ENV instead of .bashrc for BASH.
3204
3205 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3206
3207 * gdb.texinfo (Commands to Specify Files): Add description
3208 of the remove-symbol-file command.
3209 * observer.texi: New free_objfile event
3210
3211 2013-10-24 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3214
3215 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3216
3217 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3218 New subsection inside which the "-catch-load" and "-catch-unload"
3219 commands documentation is now placed.
3220 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3221 documenting the "-catch-assert" and "-catch-exception" new
3222 GDB/MI commands.
3223
3224 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3225
3226 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3227
3228 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3229
3230 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3231 serial baud".
3232 (Remote Configuration): Replace "set remotebaud" by "set serial
3233 baud". Replace "show remotebaud" by "show serial baud".
3234
3235 2013-10-07 Pedro Alves <palves@redhat.com>
3236
3237 PR breakpoints/11568
3238 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3239 when the thread is removed from the thread list.
3240
3241 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3242
3243 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3244 Update entry for $_exitcode.
3245
3246 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3247
3248 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3249 new "--start" option.
3250
3251 2013-10-02 Pedro Alves <palves@redhat.com>
3252
3253 * gdb.texinfo (Registers): Expand description of saved registers
3254 in frames. Explain <not saved>.
3255
3256 2013-09-25 Doug Evans <dje@google.com>
3257
3258 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3259
3260 2013-09-16 Stan Shebs <stan@codesourcery.com>
3261
3262 Remove the internals manual gdbint.texinfo.
3263 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3264 (PDFFILES): Remove gdbint.pdf.
3265 (HTMLFILES): Remove gdbint/index.html.
3266 (HTMLFILES_INSTALL): Remove gdbint.
3267 (GDBINT_DOC_FILES): Remove.
3268 (dvi): Remove gdbint.dvi.
3269 (ps): Remove gdbint.ps.
3270 * gdbint.texinfo: Remove file.
3271 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3272
3273 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3274
3275 * gdb.texinfo (Convenience Functions): Mention new convenience
3276 function $_isvoid.
3277
3278 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3279
3280 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3281 (Standard Target Features): Add new node to menu.
3282 (S/390 and System z Features): New node.
3283
3284 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3285
3286 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3287 -list-target-features in the example.
3288
3289 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3290
3291 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3292 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3293
3294 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3295
3296 Sync documentation with gdb.base/gnu-debugdata.exp.
3297 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3298
3299 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3300
3301 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3302
3303 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3304 Yao Qi <yao@codesourcery.com>
3305
3306 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3307 Document new --skip-unavailable option.
3308 <-stack-list-variables>: Document new --skip-unavailable option.
3309
3310 2013-08-26 Doug Evans <dje@google.com>
3311
3312 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3313 an optional regexp.
3314
3315 2013-08-13 Tom Tromey <tromey@redhat.com>
3316
3317 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3318 Document GDB_PARALLEL and GDB_INOTIFY.
3319
3320 2013-08-09 Stan Shebs <stan@codesourcery.com>
3321
3322 * LRS: Remove file, describes a long-abandoned live-range
3323 splitting extension to stabs.
3324
3325 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3326
3327 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3328
3329 2013-07-17 Doug Evans <dje@google.com>
3330
3331 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3332
3333 2013-07-02 Tom Tromey <tromey@redhat.com>
3334
3335 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3336
3337 2013-06-28 Tom Tromey <tromey@redhat.com>
3338
3339 * Makefile.in (version.subst): Use version.in, not
3340 common/version.in.
3341 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3342 Likewise.
3343
3344 2013-06-27 Pedro Alves <palves@redhat.com>
3345
3346 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3347 dynamic symbol resolution code>: New section, based on infrun.c
3348 comment.
3349
3350 2013-06-26 Tom Tromey <tromey@redhat.com>
3351
3352 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3353 Update.
3354 (Releasing GDB): Likewise.
3355
3356 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3357 Yao Qi <yao@codesourcery.com>
3358
3359 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3360 -trace-frame-collected.
3361
3362 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3363
3364 * gdb.texinfo (Traceframe Info Format): Document tvar element
3365 and its attributes.
3366
3367 2013-06-25 Yao Qi <yao@codesourcery.com>
3368
3369 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3370
3371 2013-06-24 Tom Tromey <tromey@redhat.com>
3372
3373 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3374 (GDBvn.texi): Use version.subst.
3375 (version.subst): New target.
3376 (mostlyclean): Remove version.subst.
3377
3378 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3379
3380 * gdb.texinfo (GDB/MI Data Manipulation)
3381 <-data-list-register-values>: Document the --skip-unavailable
3382 option.
3383
3384 2013-06-07 Yao Qi <yao@codesourcery.com>
3385
3386 * gdb.texinfo (Symbols): Add kindex and cindex for
3387 'maint print msymbols'.
3388
3389 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3390
3391 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3392 response field name (thread-group to inferior).
3393
3394 2013-06-04 Gary Benson <gbenson@redhat.com>
3395
3396 * gdb.texinfo (General Query Packets/qSupported): Added
3397 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3398 to the table of currently defined stub features.
3399 Added a more detailed entry for "augmented-libraries-svr4-read".
3400 (General Query Packets/qXfer:libraries-svr4:read): Documented
3401 the augmented form of this packet.
3402
3403 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3404
3405 * gdb.texinfo (System-wide Configuration Scripts): Renames
3406 "Installed System-wide Configuration Scripts". Add associated
3407 @menu block.
3408
3409 2013-05-23 Yao Qi <yao@codesourcery.com>
3410 Pedro Alves <palves@redhat.com>
3411
3412 * gdb.texinfo (Packets): Document 'vCont;r'.
3413 (Continuing and Stepping): Document target-assisted range
3414 stepping, and the 'set range-stepping' and 'show range-stepping'
3415 commands.
3416
3417 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3418
3419 * gdb.texinfo (Installed System-wide Configuration Scripts):
3420 Add subsection describing the scripts now available under
3421 the data-dir's system-gdbbinit subdirectory.
3422 * NEWS: Add entry announcing the availability of system-wide
3423 configuration scripts for ElinOS and Wind River Linux.
3424
3425 2013-05-21 Hui Zhu <hui@codesourcery.com>
3426
3427 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3428 "-dprintf-insert" command.
3429
3430 2013-05-17 Doug Evans <dje@google.com>
3431
3432 * gdb.texinfo (Maintenance Commands): Update doc for
3433 "maint check-psymtabs". Add doc for "maint check-symtabs",
3434 "maint expand-symtabs".
3435
3436 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3437
3438 * gdb.texinfo (Process Record and Replay): Document the
3439 "record goto" command and its sub-commands.
3440
3441 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3442
3443 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3444 (Python API): Add Frame Filters API, Frame Wrapper API,
3445 Writing a Frame Filter/Wrapper, Managing Management of Frame
3446 Filters chapter entries.
3447 (Frame Filters API): New Node.
3448 (Frame Wrapper API): New Node.
3449 (Writing a Frame Filter): New Node.
3450 (Managing Frame Filters): New Node.
3451 (Progspaces In Python): Add note about frame_filters attribute.
3452 (Objfiles in Python): Ditto.
3453 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3454 @anchors and --no-frame-filters option to -stack-list-variables,
3455 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3456 commands.
3457
3458 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3459
3460 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3461 Support" subsection documenting the XML format used to transfer
3462 shared library info on AIX.
3463
3464 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3465
3466 * gdb.texinfo (Debugging Output): Add documentation of
3467 "set debug aix-solib" and "show debug aix-solib" commands.
3468
3469 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3470
3471 * gdb.texinfo (Nios II): New section.
3472 (Nios II Features): New section.
3473
3474 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3475
3476 * gdbint.texinfo (Algorithms): Remove entries documenting
3477 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3478 SOLIB_CREATE_INFERIOR_HOOK.
3479
3480 2013-04-29 Tom Tromey <tromey@redhat.com>
3481
3482 PR python/14204:
3483 * gdb.texinfo (Python API): Fix menu entry.
3484 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3485 Define global and static block. Add example. Clarify
3486 block relationship for inline functions.
3487
3488 2013-04-29 Tom Tromey <tromey@redhat.com>
3489
3490 * gdb.texinfo (Python API): Mention Python help and keyword
3491 arguments. Move pagination text to Basic Python.
3492 (Basic Python): Put pagination text here. Document
3493 close-on-exec, SIGCHLD, and SIGINT.
3494
3495 2013-04-19 Pedro Alves <palves@redhat.com>
3496
3497 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3498 "signedness" instead of "signness".
3499
3500 2013-04-19 Pedro Alves <palves@redhat.com>
3501
3502 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3503 -Wno-pointer-sign text with text on -Wpointer-sign.
3504
3505 2013-04-16 Tom Tromey <tromey@redhat.com>
3506
3507 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3508 GCC that has the SDT probe points.
3509
3510 2013-04-15 Tom Tromey <tromey@redhat.com>
3511
3512 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3513 exception catchpoints.
3514
3515 2013-04-15 Tom Tromey <tromey@redhat.com>
3516
3517 * gdb.texinfo (Set Catchpoints): Document $_exception.
3518 (Convenience Vars): Mention $_exception.
3519
3520 2013-04-15 Tom Tromey <tromey@redhat.com>
3521
3522 * gdb.texinfo (Set Catchpoints): Reorganize exception
3523 catchpoints. Document "catch rethrow".
3524 (Debugging C Plus Plus): Mention "catch rethrow".
3525
3526 2013-04-15 Tom Tromey <tromey@redhat.com>
3527
3528 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3529
3530 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3531 Eli Zaretskii <eliz@gnu.org>
3532
3533 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3534 line below the sample output.
3535
3536 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3537
3538 * gdb.texinfo (Mode Options): Document '-configuration'.
3539 (Help): Document "show configuration".
3540 (Bug Reporting): Add requirements to include the configuration
3541 details in bug reports.
3542
3543 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3544
3545 * Makefile.in (MAN1S): Add gcore.1.
3546 Remove "Host, target, and site specific Makefile fragments" comment.
3547 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3548 (install-man1, uninstall-man1): Conditionalize gcore.1.
3549 (gcore.1): New.
3550 * gdb.texinfo (Man Pages): Add gcore man.
3551 (gcore man): New node.
3552
3553 2013-04-10 Pedro Alves <palves@redhat.com>
3554
3555 * gdb.texinfo (Process Record and Replay): Document that "set
3556 record full insn-number-max", "set record
3557 instruction-history-size" and "set record
3558 function-call-history-size" accept "unlimited".
3559 (Backtrace): Document that "set backtrace limit" accepts
3560 "unlimited".
3561 (List): Document that "set listsize" accepts "unlimited".
3562 (Print Settings)" Document that "set print max-symbolic-offset",
3563 "set print elements" and "set print repeats" accept "unlimited".
3564 (Starting and Stopping Trace Experiments): Document that "set
3565 trace-buffer-size" accepts "unlimited".
3566 (Remote Configuration): Document that "set tcp connect-timeout"
3567 accepts "unlimited".
3568 (Command History): Document that "set history size" accepts
3569 "unlimited".
3570 (Screen Size): Document that "set height" and "set width" accepts
3571 "unlimited". Adjust "set pagination"'s description to suggest
3572 "set height unlimited" instead of "set height 0".
3573
3574 2013-04-10 Yao Qi <yao@codesourcery.com>
3575
3576 * gdb.texinfo (Trace Files): Add "target ctf".
3577
3578 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3579
3580 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3581
3582 * Makefile.in (install-man1, install-man5, uninstall-man1)
3583 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3584
3585 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3586
3587 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3588 Eli Zaretskii <eliz@gnu.org>
3589
3590 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3591 parameters order. Remove "On some targets" for --attach. Document the
3592 --multi parameter and extended-remote command. Document all the
3593 options.
3594
3595 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3596
3597 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3598 the list of supported languages.
3599
3600 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3601
3602 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3603 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3604 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3605 (diststuff): Add man.
3606 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3607 (uninstall-man5): New.
3608 (STAGESTUFF): Add *.1 and *.5.
3609 (GDBvn.texi): Add SYSTEM_GDBINIT.
3610 (gdb.1, gdbserver.1, gdbinit.5): New.
3611 (maintainer-clean realclean): Add $(MANS).
3612 (install): Add install-man.
3613 (uninstall): Add uninstall-man.
3614 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3615 (@copying): Wrap it by @c man begin COPYRIGHT.
3616 (Top): Add Man Pages.
3617 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3618
3619 2013-04-02 Pedro Alves <palves@redhat.com>
3620
3621 * gdb.texinfo (Debugging Output): Document "set/show debug
3622 aarch64", "set/show debug coff-pe-read" and "set/show debug
3623 mach-o".
3624
3625 2013-04-02 Pedro Alves <palves@redhat.com>
3626
3627 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3628 table>: Add entry for "trace-buffer-size".
3629
3630 2013-03-28 Pedro Alves <palves@redhat.com>
3631
3632 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3633 table>: Add entry for "trace-status".
3634
3635 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3636
3637 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3638 @bullet", which is invalid (makeinfo 5.1 barfs).
3639
3640 2013-03-28 Pedro Alves <palves@redhat.com>
3641
3642 PR gdb/15294
3643
3644 * gdb.texinfo (List) <set listsize>: Adjust to document that
3645 listsize 0 means no limit, and remove mention of -1.
3646
3647 2013-03-22 Yao Qi <yao@codesourcery.com>
3648
3649 * gdb.texinfo (Embedded Processors): Remove menu item
3650 "OpenRISC 1000".
3651 (OpenRISC 1000): Remove.
3652
3653 2013-03-21 Doug Evans <dje@google.com>
3654
3655 * gdb.texinfo (Maintenance Commands): Add docs for
3656 "mt set per-command {space,time,symtab} {on,off}".
3657
3658 2013-03-14 Hui Zhu <hui@codesourcery.com>
3659 Yao Qi <yao@codesourcery.com>
3660
3661 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3662
3663 2013-03-13 Keith Seitz <keiths@redhat.com>
3664
3665 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3666 "maint agent" reference to Dynamic printf.
3667
3668 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3669
3670 * gdb.texinfo (General Query Packets): Don't use colon in index
3671 entries visible to Info format.
3672
3673 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3674
3675 * gdb.texinfo (Process Record and Replay): Document record
3676 changes.
3677
3678 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3679
3680 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3681 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3682 qXfer:btrace:read.
3683
3684 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3685
3686 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3687 use colons in @anchor and @cindex entries.
3688
3689 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3690
3691 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3692
3693 2013-03-08 Stan Shebs <stan@codesourcery.com>
3694 Hafiz Abid Qadeer <abidh@codesourcery.com>
3695
3696 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3697 trace-buffer-size set and show commands.
3698 (Tracepoint Packets): Document QTBuffer:size.
3699 (General Query Packets): Document QTBuffer:size.
3700
3701 2013-02-21 Tom Tromey <tromey@redhat.com>
3702
3703 * gdb.texinfo: Remove bad @syncodeindex.
3704 (Values From Inferior, Types In Python, Inferiors In Python)
3705 (Events In Python, Threads In Python, Frames In Python, Blocks In
3706 Python, Symbols In Python, Symbol Tables In Python): Remove
3707 @tables.
3708 (Packets, General Query Packets, Tracepoint Packets)
3709 (Host I/O Packets): Use @w{} for empty @item.
3710
3711 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3712
3713 * gdb.texinfo (Architectures In Python): Add description about
3714 the new method gdb.Architecture.disassemble.
3715
3716 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3717 Hafiz Abid Qadeer <abidh@codesourcery.com>
3718
3719 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3720 Document the "trace-file" field.
3721
3722 2013-02-07 Doug Evans <dje@google.com>
3723
3724 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3725 command.
3726
3727 2013-02-06 Yao Qi <yao@codesourcery.com>
3728
3729 * gdb.texinfo (GDB/MI Async Records): Document new MI
3730 notification "=tsv-modified". Update the document of MI
3731 notification "=tsv-created".
3732 * observer.texi (GDB Observers): New observer tsv_modified.
3733 Update observer tsv_created and tsv_delete.
3734
3735 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3736
3737 * gdb.texinfo (AArch64 Features): New section; document
3738 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3739 (Architectures): Add new AArch64 section to document AArch64
3740 architecture specific commands.
3741 (ABI): Add description of the new OS ABI "Newlib" and its influence
3742 on the longjmp handling.
3743
3744 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3745 Jan Kratochvil <jan.kratochvil@redhat.com>
3746
3747 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3748 variable in 'set/show backtrace' section.
3749
3750 2013-01-31 Tom Tromey <tromey@redhat.com>
3751
3752 * gdb.texinfo (Target Commands): Fix typo.
3753
3754 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3755
3756 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3757 describing the gdb.Architecture class.
3758 (Frames In Python): Add description about the new method
3759 gdb.Frame.architecture().
3760
3761 2013-01-23 Doug Evans <dje@google.com>
3762
3763 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3764
3765 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3766
3767 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3768 'thread-groups' field when printing a breakpoint in MI.
3769
3770 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3771 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3772 to reflect that jit-reader-load now supports absolute file-names.
3773
3774 2013-01-16 Tom Tromey <tromey@redhat.com>
3775
3776 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3777 (Signals): Likewise.
3778
3779 2013-01-16 Tom Tromey <tromey@redhat.com>
3780
3781 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3782 "catch-type" field.
3783 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3784
3785 2013-01-07 Tom Tromey <tromey@redhat.com>
3786
3787 * gdb.texinfo (Mode Options): Don't mention -epoch.
3788 (Data, Emacs): Remove obsolete comments.
3789
3790 2013-01-02 Tom Tromey <tromey@redhat.com>
3791
3792 * gdb.texinfo (GDB/MI Output Records): Update menu.
3793 (GDB/MI Breakpoint Information): New node.
3794 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3795 <-break-insert>: Likewise.
3796
3797 2012-12-31 Yao Qi <yao@codesourcery.com>
3798
3799 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3800 (Packets): Move "vStopped" packet to ...
3801 (Notification Packets): ... here. Describe the components
3802 of notification. Add a table of supported notifications.
3803 Add an example on the process of he async notification.
3804
3805 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3806
3807 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3808 present.
3809 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3810 fullname output always present.
3811
3812 2012-12-23 Pierre Muller <muller@sourceware.org>
3813
3814 * gdbint.texinfo (Function prototypes): Require use of "extern"
3815 modifier for function prototypes in headers.
3816
3817 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3818
3819 * refcard.tex: Update copyright notice to GPL v3 or later.
3820 Update contact info.
3821
3822 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3823
3824 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3825
3826 2012-12-15 Yao Qi <yao@codesourcery.com>
3827
3828 * gdb.texinfo (Debugging Output): Document 'set debug
3829 notification' and 'show debug notification'.
3830
3831 2012-12-15 Yao Qi <yao@codesourcery.com>
3832
3833 * gdb.texinfo (Listing Tracepoints): New item and example about
3834 'installed on target' output.
3835 Add more in the example about 'installed on target'.
3836 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3837
3838 2012-12-14 Tom Tromey <tromey@redhat.com>
3839
3840 * gdb.texinfo (SVR4 Process Information): Mention core files.
3841
3842 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3843
3844 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3845
3846 2012-12-12 Paul Koning <paul_koning@dell.com>
3847
3848 Add support for Python 3.
3849 * gdb.texinfo (Inferior.read_memory): Mention that the return
3850 value is a memoryview object if Python 3.
3851
3852 2012-12-11 Pedro Alves <palves@redhat.com>
3853
3854 * gdb.texinfo: Remove all mentions of Unixware throughout.
3855
3856 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3857
3858 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3859
3860 2012-11-29 Tom Tromey <tromey@redhat.com>
3861
3862 * gdb.texinfo (SVR4 Process Information): Document missing
3863 "info proc" subcommands.
3864
3865 2012-11-29 Yao Qi <yao@codesourcery.com>
3866
3867 PR gdb/1477.
3868 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3869 to 'auto' instead of 'gnu'.
3870
3871 2012-11-26 Tom Tromey <tromey@redhat.com>
3872
3873 * gdb.texinfo (MiniDebugInfo): New node.
3874 (GDB Files): Update.
3875
3876 2012-11-16 Doug Evans <dje@google.com>
3877
3878 * gdb.texinfo (System-wide configuration): If the system-wide init
3879 file lives in the data-directory, and --data-directory is provided,
3880 look for it there.
3881
3882 2012-11-15 Tom Tromey <tromey@redhat.com>
3883
3884 * gdb.texinfo (Signaling): Fix typo.
3885
3886 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3887
3888 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3889 parameter "count" of -data-write-memory-bytes, and add an example.
3890
3891 2012-11-12 Tom Tromey <tromey@redhat.com>
3892
3893 * gdb.texinfo (Symbols): Document "info type-printers",
3894 "enable type-printer" and "disable type-printer".
3895 (Python API): Add new node to menu.
3896 (Type Printing API): New node.
3897 (Progspaces In Python): Document type_printers field.
3898 (Objfiles In Python): Likewise.
3899 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3900 register_type_printer, TypePrinter>: Document.
3901
3902 2012-11-12 Tom Tromey <tromey@redhat.com>
3903
3904 * gdb.texinfo (Symbols): Document "set print type methods",
3905 "set print type typedefs", and flags to ptype and whatis.
3906
3907 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3908
3909 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3910 the example -data-disassemble output. Extend the description of
3911 the -data-disassemble results to document all fields. Document
3912 the cli disassemble command as being related to -data-disassemble.
3913
3914 2012-11-09 Yao Qi <yao@codesourcery.com>
3915
3916 PR gdb/14777.
3917 * gdb.texinfo (OS Information): Remove doc on command
3918 'info udot'.
3919
3920 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3921
3922 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3923 gdb.ini warning for Windows port.
3924
3925 2012-11-08 Yao Qi <yao@codesourcery.com>
3926
3927 * gdb.texinfo (Search): Add kindex for 'fo'.
3928
3929 2012-11-05 Tom Tromey <tromey@redhat.com>
3930
3931 PR python/14802:
3932 * gdb.texinfo (Functions In Python): Add example.
3933
3934 2012-11-03 Yao Qi <yao@codesourcery.com>
3935
3936 * observer.texi (GDB Observers): Remove observer
3937 'tracepoint_modified', 'tracepoint_created' and
3938 'tracepoint_deleted'.
3939
3940 2012-10-26 Tom Tromey <tromey@redhat.com>
3941
3942 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3943
3944 2012-10-25 Tom Tromey <tromey@redhat.com>
3945
3946 * gdb.texinfo (General Query Packets): Use @itemx.
3947
3948 2012-10-17 Yao Qi <yao@codesourcery.com>
3949
3950 * observer.texi (GDB Observers): Update observer
3951 'memory_changed'.
3952 * gdb.texinfo (GDB/MI Async Records): Document for
3953 "memory-changed" notification.
3954
3955 2012-10-15 Doug Evans <dje@google.com>
3956
3957 * gdb.texinfo (Mode Options): Document -nh.
3958 Elaborate on docs for -nx.
3959
3960 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3961
3962 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3963
3964 2012-09-21 Yao Qi <yao@codesourcery.com>
3965 Pedro Alves <palves@redhat.com>
3966
3967 * gdb.texinfo (GDB/MI Async Records): Document notification
3968 'record-started' and 'record-stopped'.
3969 * observer.texi (GDB Observers): New observer 'record-changed'.
3970
3971 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3972
3973 * gdb.texinfo: Document the removal of SH's 'regs' command.
3974
3975 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3976
3977 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3978
3979 2012-09-18 Yao Qi <yao@codesourcery.com>
3980
3981 * gdb.texinfo (GDB/MI Async Records): Document new MI
3982 notifications '=tsv-created' and '=tsv-deleted'.
3983 * observer.texi (GDB Observers): New observer tsv_created and
3984 tsv_deleted.
3985
3986 2012-09-18 Yao Qi <yao@codesourcery.com>
3987
3988 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3989 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3990 '=traceframe-changed'.
3991
3992 2012-09-17 Yao Qi <yao@codesourcery.com>
3993
3994 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3995 'set listsize'.
3996
3997 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3998 Eli Zaretskii <eliz@gnu.org>
3999
4000 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
4001 encoding for gdbarch_breakpoint_from_pc, bp_addr for
4002 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
4003
4004 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
4007
4008 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
4009
4010 Document how to return from "python-interactive" to GDB.
4011 * gdb.texinfo (Python Commands): Update documentation.
4012
4013 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
4014
4015 Add a new "python-interactive" command that starts a standard
4016 Python interactive prompt with "pi" as alias, and add "py" as
4017 an alias to "python".
4018 * gdb.texinfo (Python Commands): Document the new commands.
4019
4020 2012-08-22 Tom Tromey <tromey@redhat.com>
4021
4022 * gdbint.texinfo (Host Definition): Remove documentation for
4023 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
4024
4025 2012-08-17 Keith Seitz <keiths@redhat.com>
4026
4027 PR c++/13356
4028 * gdb.texinfo (Type and Range Checking): Remove warning.
4029 Remove spurious commas.
4030 Update text and examples for re-implementation of set/show
4031 check type.
4032 (C and C++ Type and Range Checks): Likewise.
4033
4034 2012-08-16 Yao Qi <yao@codesourcery.com>
4035
4036 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
4037 is deprecated.
4038
4039 2012-08-13 Doug Evans <dje@google.com>
4040
4041 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
4042 to include functions.
4043
4044 2012-08-10 Doug Evans <dje@google.com>
4045
4046 * gdb.texinfo (Convenience Funs): New node.
4047 (Types In Python): Document Type.vector.
4048
4049 2012-08-09 Yao Qi <yao@codesourcery.com>
4050
4051 * observer.texi: New observer command_param_changed.
4052 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4053
4054 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4055
4056 * gdbint.texinfo (Debugging GDB): In section
4057 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4058 Mention also gdb-gdb.py.
4059
4060 2012-08-07 Yao Qi <yao@codesourcery.com>
4061
4062 Revert the folloing patch:
4063 2012-08-06 Yao Qi <yao@codesourcery.com>
4064 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4065 remote hardware-watchpoint-limit' and 'set
4066 remote hardware-breakpoint-limit'.
4067
4068 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
4069
4070 * gdb.texinfo (Working Directory): Added information about new
4071 default argument for 'cd' command.
4072
4073 2012-08-06 Yao Qi <yao@codesourcery.com>
4074
4075 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4076 remote hardware-watchpoint-limit' and 'set
4077 remote hardware-breakpoint-limit'.
4078
4079 2012-08-06 Yao Qi <yao@codesourcery.com>
4080
4081 Fix PR14371.
4082
4083 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4084 '=breakpoint-deleted'.
4085
4086 2012-08-02 Yao Qi <yao@codesourcery.com>
4087
4088 * gdb.texinfo (Native): Remove node Neutrino.
4089
4090 2012-07-27 Yao Qi <yao@codesourcery.com>
4091
4092 * gdb.texinfo (IPA Protocol Commands): Document new command
4093 'close'.
4094
4095 2012-07-25 Tom Tromey <tromey@redhat.com>
4096
4097 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4098
4099 2012-07-20 Doug Evans <dje@google.com>
4100
4101 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4102 (Index Files): Document how to control the use of deprecated index
4103 sections.
4104 (Index Section Format): Replace --use-deprecated-index-sections with
4105 "set use-deprecated-index-sections on".
4106
4107 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4108
4109 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4110 indices into a single node "Index". Instead, join function and
4111 variable indices into a single index, separate from the concept
4112 index. Requested in
4113 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4114 (Top): Update the top-level menu: instead of one "Index" there are
4115 now separate entries "Concept Index" and "Function and Variable
4116 Index".
4117 (Concept Index, Function and Variable Index): New nodes.
4118 (Index): Node deleted.
4119
4120 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4121
4122 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4123 and "maint agent-eval".
4124
4125 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4126
4127 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4128 avoid file-name clashes between Index.html and index.html on
4129 case-insensitive filesystems. See the discussion starting in
4130 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4131 details of the problem.
4132 (Top): Update the master menu for the above.
4133 (Concept Index, Command and Variable Index): New nodes, instead of
4134 the old "Index" node that was deleted. All cross-references
4135 updated.
4136
4137 2012-07-02 Stan Shebs <stan@codesourcery.com>
4138
4139 * gdb.texinfo (Dynamic Printf): Mention agent style and
4140 disconnected dprintf.
4141 (Maintenance Commands): Describe maint agent-printf.
4142 (General Query Packets): Mention BreakpointCommands feature.
4143 (Packets): Document commands extension to Z0 packet.
4144 * agentexpr.texi (Bytecode Descriptions): Document printf
4145 bytecode.
4146
4147 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4148
4149 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4150 only after gdbinit files.
4151 (Startup): Move -iex and -iex commands down after gdbinit files.
4152
4153 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4154
4155 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4156 possibility.
4157
4158 2012-06-29 Tom Tromey <tromey@redhat.com>
4159
4160 * gdb.texinfo (Index Section Format): Update for version 7.
4161
4162 2012-06-28 Stan Shebs <stan@codesourcery.com>
4163
4164 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4165 example, add note about title column.
4166
4167 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4168
4169 * gdb.texinfo (Symbol Tables In Python): Add description about
4170 the new 'last' attribute of gdb.Symtab_and line.
4171
4172 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4173
4174 * gdb.texinfo (Symbol Tables In Python): Correct the description
4175 of the 'pc' attribute of gdb.Symtab_and_line.
4176
4177 2012-06-26 Doug Evans <dje@google.com>
4178
4179 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4180 and symtab-create.
4181
4182 2012-06-25 Keith Seitz <keiths@redhat.com>
4183
4184 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4185 from example. Remove "rbreak" from list of corresponding
4186 gdb commands.
4187
4188 2012-06-23 Doug Evans <dje@google.com>
4189
4190 * gdb.texinfo (Index Section Format): Document version 7 format.
4191
4192 2012-06-22 Yao Qi <yao@codesourcery.com>
4193
4194 * gdb.texinfo: Add missing cindex for some packets.
4195
4196 2012-06-20 Keith Seitz <keiths@redhat.com>
4197
4198 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4199 for -break-insert and document -p.
4200
4201 2012-06-20 Yao Qi <yao@codesourcery.com>
4202
4203 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4204 and "gdb.write_memory" with "Inferior.read_memory" and
4205 "Inferior.write_memory".
4206
4207 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4208
4209 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4210 (Free Documentation): Add @node line.
4211 (Continuing and Stepping) <advance location>: Use @item instead of
4212 @itemx.
4213 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4214 @itemx.
4215 (Embedded Processors): Put the link to "PA" to its correct place,
4216 according to document structure.
4217 (Python API): Put the link to "Lazy Strings In Python" to its
4218 correct place.
4219 (Index): Use @@ in @tex block to get a literal @.
4220
4221 * gdbint.texinfo: Fix the @subtitle line.
4222
4223 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4224 correct place.
4225
4226 2012-06-08 Yao Qi <yao@codesourcery.com>
4227
4228 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4229 Protocol'.
4230 (In-Process Agent Protocol, IPA Protocol Objects)
4231 (IPA Protocol Commands): New nodes.
4232 (Tracepoint Packets): Add anchors.
4233
4234 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4235
4236 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4237
4238 2012-06-06 Yao Qi <yao@codesourcery.com>
4239
4240 * gdb.texinfo: Update copyright year.
4241
4242 2012-05-23 Stan Shebs <stan@codesourcery.com>
4243 Kwok Cheung Yeung <kcy@codesourcery.com>
4244
4245 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4246
4247 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4248
4249 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4250 Mention also --with-separate-debug-dir.
4251 (Auto-loading): Prepend $debugdir in the sample output.
4252 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4253 auto-load safe-path variable.
4254 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4255 Mention also $debugdir for 'set auto-load scripts-directory'.
4256
4257 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4258
4259 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4260 (MIPS Embedded, MIPS, MIPS Register packet Format)
4261 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4262 appropriate.
4263
4264 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4265 Maciej W. Rozycki <macro@codesourcery.com>
4266
4267 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4268 mips compression".
4269 (MIPS Breakpoint Kinds): New subsubsection.
4270
4271 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4272
4273 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4274 nodes for subsections. Add @acronym mark-ups and adjust
4275 formatting.
4276
4277 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4278
4279 Rename $ddir to $datadir.
4280 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4281 (objfile-gdb.py file): Rename $ddir to $datadir.
4282
4283 2012-05-18 Tom Tromey <tromey@redhat.com>
4284
4285 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4286
4287 2012-05-14 Stan Shebs <stan@codesourcery.com>
4288
4289 * gdb.texinfo (Dynamic Printf): New subsection.
4290
4291 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4292
4293 * gdb.texinfo (Basic Python): Add description about the function
4294 gdb.find_pc_line
4295
4296 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4297 Eli Zaretskii <eliz@gnu.org>
4298
4299 * gdb.texinfo (Separate Debug Files): Use plural form for global
4300 debugging information directory.
4301
4302 2012-05-11 Stan Shebs <stan@codesourcery.com>
4303 Kwok Cheung Yeung <kcy@codesourcery.com>
4304
4305 * gdb.texinfo (Operating System Auxiliary Information): Document new
4306 'info os' subcommands.
4307
4308 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4309
4310 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4311 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4312 (dotdebug_gdb_scripts section): Add reference
4313 to 'Auto-loading safe path'.
4314
4315 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4316
4317 Implement multi-component --with-auto-load-dir.
4318 * gdb.texinfo (Auto-loading): New references
4319 for 'set auto-load scripts-directory'
4320 and 'show auto-load scripts-directory'.
4321 (Auto-loading safe path): Describe the new default. Move $ddir
4322 substituation reference to 'objfile-gdb.py file'.
4323 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4324 script-name. Describe new 'set auto-load scripts-directory'
4325 and 'show auto-load scripts-directory'.
4326
4327 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4328
4329 Provide $ddir substitution for --with-auto-load-safe-path.
4330 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4331 (Auto-loading safe path): Likewise. Mention the default value,
4332 $ddir substitution, --with-auto-load-safe-path and
4333 --without-auto-load-safe-path.
4334 * observer.texi (gdb_datadir_changed): New.
4335
4336 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4337
4338 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4339 Twice.
4340
4341 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4342 directory separator by path separator.
4343
4344 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4345
4346 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4347 for 'set auto-load safe-path' optional. Mention if it is omitted.
4348 Change disabling security protection condition to "/", twice.
4349
4350 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4351
4352 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4353 the new methods global_block and static_block on gdb.Symtab
4354 objects.
4355
4356 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4357
4358 * gdb.texinfo (Blocks In Python): Add a note saying that future
4359 improvements to GDB and its infrastructure can move symbols
4360 across blocks within a symbol table.
4361
4362 2012-04-29 Yao Qi <yao@codesourcery.com>
4363
4364 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4365 (A29K): Remove.
4366
4367 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4368 Tom Tromey <tromey@redhat.com>
4369
4370 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4371 and generic static probe support on GDB.
4372
4373 2012-04-25 Doug Evans <dje@google.com>
4374
4375 * gdb.texinfo (Go): Fix thinko.
4376
4377 * gdb.texinfo (Supported Languages): Add Go.
4378 (Go): New node.
4379
4380 2012-04-25 Yao Qi <yao@codesourcery.com>
4381
4382 * gdbint.texinfo (Testsuite): New section `Board settings'.
4383
4384 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4385
4386 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4387 Three times.
4388
4389 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4390 Three times.
4391
4392 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4393
4394 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4395 by @table @asis. Fix formatting of one item.
4396
4397 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4398
4399 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4400
4401 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4402
4403 New option "set debug auto-load".
4404 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4405 (auto-load verbose mode): New node.
4406
4407 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4408
4409 New option "set auto-load safe-path".
4410 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4411 and "info auto-load" examples for safe-path. Put there also references
4412 for "set auto-load safe-path" and "show auto-load safe-path".
4413 New menu item for Auto-loading safe path.
4414 (Auto-loading safe path): New node.
4415 (Python Auto-loading): Update the expected output from "Missing"
4416 to "No".
4417
4418 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4419
4420 auto-load: Implementation.
4421 * gdb.texinfo (Mode Options): New anchor for -nx.
4422 (Startup): New anchors for Option -init-eval-command,
4423 Home Directory Init File
4424 and Init File in the Current Directory during Startup.
4425 Mention set auto-load local-gdbinit with a reference.
4426 Change the sample code to "set auto-load python-scripts".
4427 (Threads): New anchor set libthread-db-search-path.
4428 Provide references to libthread_db.so.1 file.
4429 (Controlling GDB): New menu item for Auto-loading.
4430 (Auto-loading, Init File in the Current Directory)
4431 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4432 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4433 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4434 reference.
4435 (Auto-loading): Rename to ...
4436 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4437 "set auto-load python-scripts", new anchor for it. Change
4438 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4439 for it. Change "info auto-load-scripts"
4440 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4441 to "Python scripts".
4442
4443 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4444
4445 PR mi/13393
4446 * gdb.texinfo (Print Settings): Extend the description for "set print
4447 object".
4448 (GDB/MI Variable Objects): Extend the description for -var-create and
4449 -var-list-children.
4450
4451 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4452
4453 * gdb.texinfo (Examining Data): Document the 'explore' command.
4454
4455 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4456
4457 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4458 to the children of a varobj and its update range when -var-update
4459 returns that the varobj's type changed.
4460
4461 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4462
4463 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4464 Create two new links fir 'objfile-gdb.py file'
4465 and 'dotdebug_gdb_scripts section'.
4466
4467 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4468
4469 * gdb.texinfo (Auto-loading): Rename node reference
4470 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4471 Twice.
4472 (.debug_gdb_scripts section): Rename the node ...
4473 (dotdebug_gdb_scripts section): ... here.
4474 (Maintenance Commands): Also rename this node reference.
4475
4476 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4477
4478 * gdb.texinfo (Python API/Values From Inferior): Add description
4479 about the new method Value.referenced_value. Add description on
4480 how Value.dereference is different (and similar) to
4481 Value.referenced_value.
4482
4483 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4484
4485 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4486 --init-eval-command=COMMAND, -iex.
4487 (Startup): Describe -iex and -ix. Simplify the example
4488 for "set auto-load-scripts off".
4489
4490 2012-03-16 Gary Benson <gbenson@redhat.com>
4491
4492 PR breakpoints/10738
4493 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4494 stating that GDB cannot set breakpoints on inlined functions.
4495 (Mode Options): Document --use-deprecated-index-sections.
4496 (Index Section Format): Document new index section version format.
4497
4498 2012-03-15 Tom Tromey <tromey@redhat.com>
4499
4500 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4501
4502 2012-03-13 Doug Evans <dje@google.com>
4503
4504 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4505 of "reload".
4506 (Symbols): Delete docs for set/show symbol-reloading.
4507 * gdbint.texinfo (Defining Other Architecture Features): Delete
4508 SYMBOL_RELOADING_DEFAULT.
4509 * refcard.tex: Delete reference to symbol-reloading.
4510
4511 2012-03-07 Pedro Alves <palves@redhat.com>
4512
4513 * gdb.texinfo (General Query Packets): Document new
4514 QProgramSignals packet.
4515 * gdb.texinfo (Remote configuration): Mention
4516 "program-signals-packet".
4517
4518 2012-03-05 Tristan Gingold <gingold@adacore.com>
4519
4520 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4521
4522 2012-03-03 Yao Qi <yao@codesourcery.com>
4523
4524 * gdb.texinfo (In-Process Agent): New node.
4525 Document new commands.
4526 (General Query Packets): Add packet `QAgent'.
4527
4528 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4529
4530 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4531
4532 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4533
4534 * gdb.texinfo (Commands In Python): Put example python macro in
4535 COMMAND_USER category rather than COMMAND_OBSCURE.
4536 Document gdb.COMMAND_USER.
4537 (User-defined Commands): Update documentation to clarify
4538 "set/show max-user-call-depth" and "show user" don't apply to python
4539 commands. Update documentation to clarify "help user-defined" may
4540 also include python commands defined as COMMAND_USER.
4541
4542 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4543
4544 * gdb.texinfo (Startup): Add option -ex description to the option -x
4545 description.
4546
4547 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4548
4549 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4550 condition-evaluation breakpoint parameter.
4551 Mention condition-evaluation mode being shown in "info break".
4552 (Break Conditions): Add description for target-side
4553 conditional breakpoints.
4554 (Remote Configuration): Mention conditional-breakpoints-packet.
4555 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4556 cond-expr.
4557 (General Query Packets): Mention new ConditionalBreakpoint feature.
4558
4559 2012-02-22 Tom Tromey <tromey@redhat.com>
4560
4561 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4562
4563 2012-02-17 Tom Tromey <tromey@redhat.com>
4564
4565 PR python/10753:
4566 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4567 directory.
4568
4569 2012-02-14 Stan Shebs <stan@codesourcery.com>
4570
4571 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4572
4573 2012-02-13 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4576 mips-idt-ecoff.
4577
4578 2012-02-09 Yao Qi <yao@codesourcery.com>
4579
4580 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4581
4582 2012-02-07 Tom Tromey <tromey@redhat.com>
4583
4584 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4585 Symbol.value.
4586
4587 2012-02-07 Tom Tromey <tromey@redhat.com>
4588
4589 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4590
4591 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4592
4593 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4594
4595 2012-01-24 Tom Tromey <tromey@redhat.com>
4596
4597 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4598 unload".
4599 (Files): Mention new catch commands.
4600 (GDB/MI Async Records): Likewise.
4601
4602 2012-01-24 Gary Benson <gbenson@redhat.com>
4603
4604 Delete #if 0'd out code.
4605 * gdb.texinfo (Frame Info): Remove "info catch".
4606
4607 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4608
4609 * gdb.texinfo (Remote Configuration): Document
4610 "set remote hostio-readlink-packet" command.
4611 (General Query Packets): Document vFile:readlink packet.
4612
4613 2012-01-16 Tom Tromey <tromey@redhat.com>
4614
4615 * gdb.texinfo (Specify Location): Document relative file name
4616 handling.
4617
4618 2012-01-16 Tom Tromey <tromey@redhat.com>
4619
4620 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4621
4622 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4623 Eli Zaretskii <eliz@gnu.org>
4624
4625 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4626 code.
4627
4628 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4629
4630 * gdb.texinfo (Variables): Document use of :: for non-static
4631 variables.
4632
4633 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4634
4635 * gdbint.texinfo (Start of New Year Procedure): Update
4636 to replace use of copyright.sh by use of copyright.py.
4637
4638 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4639
4640 Remove the gdbtui binary.
4641 * all-cfg.texi (GDBTUI): Remove.
4642 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4643 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4644 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4645
4646 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4647
4648 Introduce gdb.FinishBreakpoint in Python.
4649 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4650 (Python API): Add menu entry for Finish Breakpoints.
4651
4652 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4653
4654 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4655 tests.
4656
4657 2011-12-16 Doug Evans <dje@google.com>
4658
4659 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4660
4661 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4662
4663 * gdb.texinfo (Python Commands): Remove "maint set/show print
4664 stack". Add documentation for "set/show python print-stack".
4665
4666 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4667
4668 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4669 should transfer control to the stub in the startup code instead of
4670 in main. Mention the need to get past the initial breakpoint.
4671
4672 2011-12-06 Tom Tromey <tromey@redhat.com>
4673
4674 * gdb.texinfo (Set Breaks): Update for new behavior.
4675
4676 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4677
4678 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4679 List Format for SVR4 Targets'.
4680 (General Query Packets): New item qXfer:libraries-svr4:read.
4681 (Library List Format for SVR4 Targets): New node.
4682
4683 2011-12-01 Tom Tromey <tromey@redhat.com>
4684
4685 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4686 add.
4687
4688 2011-11-22 Tom Tromey <tromey@redhat.com>
4689
4690 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4691 reasons.
4692
4693 2011-11-20 Stan Shebs <stan@codesourcery.com>
4694
4695 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4696 note-related options and variables.
4697 (Tracepoint Packets): Document packet changes.
4698
4699 2011-11-20 Sanjoy Das <sdas@igalia.com>
4700
4701 * gdb.texinfo (JIT Interface): Add documentation on writing and
4702 usind JIT debug info readers.
4703 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4704 Debug Info Readers): New nodes.
4705
4706 2011-11-18 Yao Qi <yao@codesourcery.com>
4707
4708 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4709 tracepoint.
4710
4711 2011-11-15 Doug Evans <dje@google.com>
4712
4713 * gdb.texinfo (Files): Document basenames-may-differ.
4714
4715 2011-11-14 Doug Evans <dje@google.com>
4716
4717 * gdb.texinfo (Shell Commands): Document "!".
4718
4719 2011-11-14 Stan Shebs <stan@codesourcery.com>
4720 Kwok Cheung Yeung <kcy@codesourcery.com>
4721
4722 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4723 needed to get shorter fast tracepoints.
4724 (Tracepoint Packets): Document new qTMinFTPILen packet.
4725
4726 2011-11-14 Yao Qi <yao@codesourcery.com>
4727
4728 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4729 behavior of tracepoint.
4730 (General Query Packets): New feature InstallInTrace.
4731 (Remote Configuration): Document "set remote
4732 install-in-trace-packet".
4733
4734 2011-11-12 Matt Rice <ratmice@gmail.com>
4735
4736 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4737 Add arguments to info macro.
4738
4739 2011-11-10 Tom Tromey <tromey@redhat.com>
4740
4741 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4742 manual.
4743 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4744 (Macros): Add a footnote.
4745 (C): Remove paragraph about compiler options.
4746 (C Constants): Mention wide character and string constants.
4747 (C Plus Plus Expressions): Update compiler option advice. Mention
4748 using declarations. Mention ADL. Remove old HP compiler
4749 information.
4750
4751 2011-11-10 Tom Tromey <tromey@redhat.com>
4752
4753 PR c++/9257:
4754 * gdb.texinfo (Print Settings): Add an extra note about the need
4755 for a vtable.
4756
4757 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4758
4759 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4760 "set mips abi" documentation.
4761
4762 2011-11-04 Doug Evans <dje@google.com>
4763
4764 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4765
4766 2011-11-03 Tom Tromey <tromey@redhat.com>
4767
4768 * gdb.texinfo (Stopping): Add menu entry.
4769 (Continuing and Stepping): Restore @node. Use @section, not
4770 @subsection.
4771
4772 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4773
4774 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4775 designation. Fix "Specify Location" cross-reference.
4776
4777 2011-11-02 Stan Shebs <stan@codesourcery.com>
4778
4779 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4780 (General Query Packets): Describe tracenz feature.
4781 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4782
4783 2011-10-28 Paul Koning <paul_koning@dell.com>
4784
4785 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4786
4787 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4788
4789 * gdb.texinfo ((Frames In Python): Document
4790 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4791
4792 2011-10-26 Paul Koning <paul_koning@dell.com>
4793
4794 * gdb.texinfo (gdb.types): Document new deepitems function.
4795
4796 2011-10-25 Paul Koning <paul_koning@dell.com>
4797
4798 PR python/13327
4799
4800 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4801 fetch_lazy method.
4802
4803 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4804
4805 PR python/12656
4806
4807 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4808 global_block, static_block function.
4809
4810 2011-10-19 Tom Tromey <tromey@redhat.com>
4811
4812 * gdb.texinfo (Commands In Python): Add missing "@"s.
4813
4814 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4815
4816 PR python/13285 Document named constants for frame unwind stop reasons
4817 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4818 constants.
4819
4820 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4821
4822 Fix compatibility with texinfo versions older than 4.12.
4823 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4824 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4825 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4826 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4827 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4828 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4829 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4830
4831 2011-10-09 Doug Evans <dje@google.com>
4832
4833 * gdb.texinfo (Extending GDB): Document alias command.
4834
4835 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4836
4837 Support @entry in input expressions.
4838 * gdb.texinfo (Variables): Describe @entry names suffix.
4839 (Print Settings): Add anchor for `set print entry-values'.
4840
4841 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4842 Eli Zaretskii <eliz@gnu.org>
4843
4844 Display @entry parameter values (without references).
4845 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4846 example.
4847 (Print Settings): New description of set print entry-values and show
4848 print entry-values.
4849
4850 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4851 Eli Zaretskii <eliz@gnu.org>
4852
4853 Recognize virtual tail call frames.
4854 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4855 (Tail Call Frames): New node.
4856 (Frames In Python): Add gdb.TAILCALL_FRAME.
4857
4858 2011-10-07 Doug Evans <dje@google.com>
4859
4860 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4861 register_pretty_printer.
4862
4863 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4864
4865 PR python/12930
4866 PR python/12802
4867
4868 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4869 stop method.
4870
4871 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4872
4873 * gdb.texinfo (Starting your Program): "set disable-randomization"
4874 is no longer Linux-specific.
4875 (Remote Configuration): Document "set remote
4876 disable-randomization-packet".
4877 (General Query Packets): Document "QDisableRandomization" packet
4878 and add it to "qSupported" list.
4879
4880 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4881
4882 Allow Python notification of new object-file loadings.
4883 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4884 event type.
4885
4886 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4887
4888 PR python/12691: Add the inferior to Python exited event
4889 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4890
4891 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4892
4893 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4894 rephasing.
4895
4896 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4897
4898 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4899 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4900 as possible feature returned by the `-list-features'
4901 command.
4902
4903 2011-09-28 Paul Koning <paul_koning@dell.com>
4904
4905 * gdb.texinfo (gdb.Type): Document field access by dictionary
4906 key syntax.
4907
4908 2011-09-28 Yao Qi <yao@codesourcery.com>
4909
4910 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4911 Add one space after option `-s'. Remove @r{} markup.
4912
4913 2011-09-27 Stan Shebs <stan@codesourcery.com>
4914
4915 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4916
4917 2011-09-16 Hui Zhu <teawater@gmail.com>
4918
4919 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4920 to *(unsigned char *)$esp@300.
4921
4922 2011-09-15 Paul Koning <paul_koning@dell.com>
4923
4924 * gdb.texinfo: Make style of Python functions and methods match
4925 the syntax of Python. Also put class and module names explicitly
4926 on function, member, and variable names, matching Python
4927 documentation conventions.
4928
4929 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4930
4931 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4932 * gdb.texinfo (Inferiors In Python): Describe new
4933 gdb.selected_inferior() function.
4934
4935 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4936
4937 Handle multiple breakpoint hits in Python interface:
4938 * gdb.texinfo (Events In Python): New function documentation:
4939 gdb.BreakpointEvent.breakpoints. Indicate that
4940 gdb.BreakpointEvent.breakpoint is now deprecated.
4941
4942 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4943
4944 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4945
4946 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4947
4948 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4949
4950 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4951
4952 * gdb.texinfo (Prompt): Add set/show extended-prompt
4953 documentation
4954 (Basic Python): Add prompt_hook anchor.
4955 (Python modules): Reword module text to reflect multiple modules.
4956 (gdb.prompt): Document gdb.prompt module.
4957
4958 2011-08-14 Yao Qi <yao@codesourcery.com>
4959
4960 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4961
4962 2011-08-14 Yao Qi <yao@codesourcery.com>
4963
4964 * gdb.texinfo (Standard Target Features): Document C6x features.
4965 (TIC6x Features): New node.
4966
4967 2011-08-12 Doug Evans <dje@google.com>
4968
4969 * gdb.texinfo (Symbols In Python): Document symbol.type.
4970
4971 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4972
4973 * gdb.texinfo (Python): Document command and function
4974 auto-loading.
4975
4976 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4977 Eli Zaretskii <eliz@gnu.org>
4978
4979 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4980 typedefs unrolling. Extend the sample code by an inner typedef and
4981 outer typedefs unrolling.
4982
4983 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4984
4985 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4986 size and line-size.
4987
4988 2011-07-21 Matt Rice <ratmice@gmail.com>
4989
4990 PR macros/12999
4991 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4992 Update text and cindex entries for info macro command.
4993
4994 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4995
4996 * observer.texi (GDB Observers): Add before_prompt observer.
4997 * gdb.texinfo (Basic Python): Add documentation for prompt
4998 substitution.
4999
5000 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
5001
5002 PR python/12438
5003 * gdb.texinfo (Python Commands): Add deprecate note to maint
5004 set/show python print-stack. Document set/show python
5005 print-backtrace.
5006
5007 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
5008
5009 * gdb.texinfo: Fix typos.
5010
5011 2011-07-01 Tom Tromey <tromey@redhat.com>
5012
5013 * gdb.texinfo (Debugging Output): Document set debug
5014 check-physname.
5015
5016 2011-06-29 Tom Tromey <tromey@redhat.com>
5017
5018 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
5019 breakpoint-notifications feature.
5020
5021 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
5022
5023 * gdb.texinfo (Target Description): Remove warning about
5024 possibly unstable format.
5025
5026 2011-06-03 Tom Tromey <tromey@redhat.com>
5027
5028 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
5029 (Events In Python): Note that exit_code is optional.
5030
5031 2011-05-17 Pedro Alves <pedro@codesourcery.com>
5032
5033 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
5034 required for multi-threading support.
5035 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
5036 Hc are deprecated for multi-threading debugging. Point readers at
5037 the vCont packet.
5038
5039 2011-05-15 Doug Evans <dje@google.com>
5040
5041 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
5042
5043 2011-05-13 Doug Evans <dje@google.com>
5044
5045 * gdb.texinfo (Threads): Document $sdir,$pdir.
5046 (Server): Document $pdir exception.
5047
5048 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
5049
5050 * gdb.texinfo (Threads): Clarify default value for
5051 libthread-db-search-path.
5052
5053 * gdb.texinfo (Completion): Update example.
5054 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5055
5056 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5057
5058 * gdb.texinfo: Document change in the behaviour of the enable and
5059 disable GDB commands when applied to tracepoints.
5060 Document the EnableDisableTracepoints remote stub feature.
5061 Document QTEnable and QTDisable in the list of tracepoint packets.
5062
5063 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5064
5065 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5066 hsuser.texi.
5067 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5068 comment to hsuser.texi. Change rluser.texi name in the comment.
5069
5070 2011-05-10 Doug Evans <dje@google.com>
5071
5072 * gdb.texinfo (Threads): If an empty path is provided for
5073 libthread-db-search-path it is reset to its default value.
5074 (Server): Ditto.
5075
5076 2011-05-09 Doug Evans <dje@google.com>
5077
5078 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5079
5080 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5081 Thiago Jung Bauermann <bauerman@br.ibm.com>
5082
5083 Implement support for PowerPC BookE masked watchpoints.
5084 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5085 (PowerPC Embedded): Mention support of masked watchpoints.
5086
5087 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5088
5089 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5090 `@value{GDBN}'.
5091
5092 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5093
5094 * gdb.texinfo (titlepage): Remove dedication.
5095 (In Memoriam): New appendix.
5096
5097 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5098 Eli Zaretskii <eliz@gnu.org>
5099
5100 * gdb.texinfo (Index Section Format): Change the version to 5.
5101 Describe the different formula.
5102
5103 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5104 Eli Zaretskii <eliz@gnu.org>
5105
5106 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5107 for disconnected tracing.
5108 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5109 extended-remote relationship. Mention --once.
5110 (TCP port allocation lifecycle of @code{gdbserver}): New.
5111
5112 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5113
5114 * gdb.texinfo (Server): Improve indexing. Index all optional
5115 switches to gdbserver.
5116
5117 2011-04-20 Tom Tromey <tromey@redhat.com>
5118
5119 * gdb.texinfo (Index Section Format): New node.
5120 (Top): Add new node to menu.
5121
5122 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5123
5124 * gdb.texinfo (Maintenance Commands): Document `maint print
5125 remote-registers'.
5126
5127 2011-04-20 Tom Tromey <tromey@redhat.com>
5128
5129 * gdb.texinfo (Trace File Format): Move node later.
5130
5131 2011-04-19 Tom Tromey <tromey@redhat.com>
5132
5133 * gdbint.texinfo (Register Information Functions): Remove
5134 duplicate "the".
5135 * gdb.texinfo (Emacs): Remove duplicate "to".
5136 (GDB/MI Variable Objects): Remove duplicate "the".
5137 (General Query Packets): Likewise.
5138
5139 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5140
5141 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5142 "GDB/MI Ada Exception Information" node.
5143
5144 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5145
5146 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5147 the "exception-name" field in the *stopped async record.
5148
5149 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5150 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5151
5152 Implement support for PowerPC BookE ranged breakpoints.
5153 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5154
5155 2011-03-28 Tom Tromey <tromey@redhat.com>
5156
5157 * gdb.texinfo (Set Tracepoints): Fix typo.
5158
5159 2011-03-24 Tom Tromey <tromey@redhat.com>
5160
5161 * gdb.texinfo (Specify Location): Document `function:label'
5162 linespec.
5163
5164 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5165
5166 PR python/12149
5167
5168 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5169
5170 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5171
5172 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5173 (Inferiors In Python): Likewise.
5174 (Threads In Python): Likewise.
5175 (Symbols In Python): Likewise.
5176 (Objfiles In Python): Likewise.
5177 (Symbol Tables In Python): Likewise.
5178
5179 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5180
5181 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5182 display>: Explain that the commands accept number ranges.
5183
5184 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5185
5186 * gdb.texinfo (Breakpoints In Python): Add description and example
5187 of Python stop function operation.
5188
5189 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5190
5191 * gdb.texinfo (Parameters In Python): Document get_set_string and
5192 get_show_string methods.
5193
5194 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5195
5196 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5197
5198 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5199 circular-trace-buffer name.
5200
5201 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5202
5203 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5204 in the previous change.
5205
5206 2011-02-27 Michael Snyder <msnyder@vmware.com>
5207
5208 * gdb.texinfo (Inferiors and Programs): Update commands to show
5209 that they can accept multiple arguments.
5210
5211 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5212
5213 Revert the following patch (code patch was not approved):
5214 2011-02-21 Hui Zhu <teawater@gmail.com>
5215 * agentexpr.texi (bytecode descriptions): add printf.
5216 * gdb.texinfo (tracepoint action lists): add printf.
5217
5218 2011-02-23 Doug Evans <dje@google.com>
5219
5220 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5221
5222 2011-02-23 Michael Snyder <msnyder@vmware.com>
5223
5224 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5225 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5226 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5227
5228 2011-02-22 Doug Evans <dje@google.com>
5229
5230 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5231 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5232 add description of result, fix @defun formatting.
5233
5234 2011-02-21 Hui Zhu <teawater@gmail.com>
5235
5236 * agentexpr.texi (Bytecode Descriptions): Add printf.
5237 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5238
5239 2011-02-18 Tom Tromey <tromey@redhat.com>
5240
5241 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5242
5243 2011-02-14 Michael Snyder <msnyder@vmware.com>
5244
5245 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5246 Document new command "thread find".
5247
5248 2011-02-14 Michael Snyder <msnyder@vmware.com>
5249
5250 * gdb.texinfo (Threads): Update example of new thread message.
5251
5252 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5253
5254 * gdb.texinfo (Remote Configuration): Mention set/show remote
5255 traceframe-info.
5256 (Tools/Packages Optional for Building GDB): Mention that expat is
5257 used for traceframe info.
5258 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5259 (General Query Packets) <qSupported>: Describe the
5260 qXfer:traceframe-info:read feature.
5261 (qXfer::read): Describe qXfer:traceframe-info:read.
5262 (Traceframe Info Format): New section.
5263
5264 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5265
5266 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5267 for casts and unary operators.
5268
5269 2011-02-04 Tom Tromey <tromey@redhat.com>
5270
5271 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5272 is not useful.
5273
5274 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5275
5276 * gdb.texinfo: s/value optimized out/optimized out/g
5277
5278 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5279
5280 * gdb.texinfo (Other Misc Settings): Rework part of the
5281 documentation of the "set interactive mode" command.
5282
5283 2011-01-19 Tom Tromey <tromey@redhat.com>
5284
5285 * gdb.texinfo (Threads): Document thread name output and `thread
5286 name' command.
5287 (Threads In Python): Document Thread.name attribute.
5288 (GDB/MI Thread Commands): Document thread attributes.
5289
5290 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5291
5292 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5293 changes in mi/mi-cmd-disas.c
5294
5295 2011-01-12 Tom Tromey <tromey@redhat.com>
5296
5297 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5298 Fix "thread apply" text.
5299
5300 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5301 Thiago Jung Bauermann <bauerman@br.ibm.com>
5302
5303 Implement support for PowerPC BookE ranged watchpoints.
5304 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5305 the "set powerpc exact-watchpoints" flag.
5306
5307 2011-01-07 Tom Tromey <tromey@redhat.com>
5308
5309 * gdb.texinfo (Python API): Add descriptions to @menu items.
5310
5311 2011-01-06 Tom Tromey <tromey@redhat.com>
5312
5313 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5314
5315 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5316
5317 * gdb.texinfo (Debugging Output): Document "set debug jit".
5318
5319 2011-01-06 Tom Tromey <tromey@redhat.com>
5320
5321 PR python/12133:
5322 * gdb.texinfo (Frames In Python): Document various frame
5323 constants.
5324
5325 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5326
5327 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5328 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5329 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5330
5331 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5332
5333 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5334 (clean): Add GDBvn.texi.
5335
5336 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5337
5338 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5339 occasional case where the debugger prints an array address
5340 instead of the array itself.
5341
5342 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5343
5344 * gdb.texinfo (Packets) <read registers packet>: Document support
5345 for registers that were not collected.
5346
5347 2010-12-15 Doug Evans <dje@google.com>
5348
5349 * gdb.texinfo (Startup): Document auto-loading of scripts during
5350 startup.
5351 (Auto-loading): Delete "maint set python auto-load on|off".
5352 Add "set auto-load-scripts on|off".
5353
5354 2010-12-07 Doug Evans <dje@google.com>
5355
5356 * gdb.texinfo (Mode Options): Document -data-directory.
5357 (Data Files): Add reference to -data-directory.
5358
5359 2010-11-29 Doug Evans <dje@google.com>
5360
5361 * gdb.texinfo (Pretty-Printer Introduction): Change
5362 printer-name:subprinter-name to printer-name;subprinter-name.
5363
5364 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5365
5366 PR python/12199
5367
5368 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5369
5370 2010-11-23 Tom Tromey <tromey@redhat.com>
5371
5372 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5373 (Editing): Likewise.
5374 (Command History): Likewise.
5375 (TUI Keys): Likewise.
5376 (Bug Reporting): Conditionally include rluser.texi and
5377 inc-history.texinfo.
5378 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5379 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5380 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5381 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5382 (gdb.pdf): Likewise.
5383 (gdb.info): Likewise.
5384 (gdb/index.html): Likewise.
5385
5386 2010-11-23 Tom Tromey <tromey@redhat.com>
5387
5388 * Makefile.in (Makefile): Run ../config.status.
5389 (distclean): Update.
5390 * configure: Remove.
5391 * configure.ac: Remove.
5392
5393 2010-11-12 Tom Tromey <tromey@redhat.com>
5394
5395 * gdb.texinfo (Basic Python): Update. Add xref.
5396 (Exception Handling): Document new exception classes.
5397 (Types In Python): Update.
5398 (Frames In Python): Update.
5399
5400 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5401
5402 * gdb.texinfo (Breakpoints In Python): Document "internal"
5403 parameter, and visible attribute.
5404
5405 2010-11-05 Doug Evans <dje@google.com>
5406
5407 * gdb.texinfo (Source Path): Document "set directories".
5408
5409 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5410
5411 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5412 (OpenCL C): New node.
5413
5414 2010-11-02 Doug Evans <dje@google.com>
5415
5416 * gdb.texinfo (Pretty Printing): Expand into three sections,
5417 introduction, example, and commands.
5418 (Python API): Delete section Disabling Pretty-Printers, merge into
5419 Selecting Pretty-Printers.
5420 (Writing a Pretty-Printer): New section. Move the pretty-printer
5421 example here, and reformat to match python coding style. Add a second
5422 example using the gdb.printing module.
5423 (Python modules): Add gdb.printing.
5424
5425 2010-10-29 Doug Evans <dje@google.com>
5426
5427 * gdb.texinfo (Python): Fix long line.
5428
5429 2010-10-20 Doug Evans <dje@google.com>
5430
5431 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5432 All references updated. Correct sections marked as subsections.
5433 (Coding Standards): New chapter. Move the coding standard related
5434 subsections here. Add section on Python coding standards.
5435
5436 2010-10-13 Doug Evans <dje@google.com>
5437
5438 * gdb.texinfo (Python): Add "Python modules".
5439 (Types in Python): Add reference to gdb.types section.
5440 (Python modules): New node.
5441
5442 2010-10-11 Doug Evans <dje@google.com>
5443
5444 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5445 Python" from gdb.Value.type description.
5446
5447 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5448
5449 * gdb.texinfo (Ravenscar Profile): New node.
5450
5451 2010-09-22 Tom Tromey <tromey@redhat.com>
5452
5453 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5454
5455 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5456
5457 * gdb.texinfo (Values From Inferior): Clarify that
5458 value.dynamic_type works only in C++ programs with RTTI.
5459
5460 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5461
5462 * gdb.texinfo (Character Sets): Correctly reference host-charset
5463 in example.
5464
5465 2010-09-13 Tom Tromey <tromey@redhat.com>
5466
5467 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5468 Document "fullname" and "from".
5469
5470 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5471
5472 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5473 feature `reverse' output by -list-target-features.
5474
5475 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5476
5477 * gdb.texinfo (i386 Features): Remove an extra "@item".
5478
5479 2010-08-30 Tom Tromey <tromey@redhat.com>
5480
5481 PR python/11792:
5482 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5483
5484 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5485
5486 * gdb.texinfo (ARM Features): Document
5487 org.gnu.gdb.arm.m-profile.
5488
5489 2010-08-23 Tom Tromey <tromey@redhat.com>
5490
5491 PR python/11145:
5492 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5493 reinterpret_cast methods.
5494
5495 2010-08-23 Tom Tromey <tromey@redhat.com>
5496
5497 PR python/11915:
5498 * gdb.texinfo (Types In Python): Document array method.
5499
5500 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5501
5502 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5503
5504 2010-08-16 Tom Tromey <tromey@redhat.com>
5505
5506 * gdb.texinfo (Set Watchpoints): Document -location option.
5507
5508 2010-08-13 Doug Evans <dje@google.com>
5509
5510 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5511
5512 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5513
5514 * gdb.texinfo (GDB/MI Data Manipulation): Document
5515 -data-read-memory-raw and -data-write-memory-raw.
5516
5517 2010-08-11 Tom Tromey <tromey@redhat.com>
5518 Phil Muldoon <pmuldoon@redhat.com>
5519
5520 * gdb.texinfo (Basic Python): Describe post_event API.
5521
5522 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5523
5524 * gdb.texinfo (Basic Python): Describe solib_address and
5525 decode_line Python APIs
5526
5527 2010-08-10 Tom Tromey <tromey@redhat.com>
5528
5529 * gdb.texinfo (Pretty Printing API): Document
5530 gdb.default_visualizer.
5531
5532 2010-08-10 Tom Tromey <tromey@redhat.com>
5533
5534 Revert gdb-add-index addition:
5535 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5536
5537 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5538 Eli Zaretskii <eliz@gnu.org>
5539
5540 * gdb.texinfo (Mode Options) <-batch>
5541 (Basic Python) <gdb.execute>: Describe setting width and height.
5542
5543 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5544
5545 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5546
5547 2010-07-30 Tom Tromey <tromey@redhat.com>
5548
5549 * gdb.texinfo (Index Files): Mention gdb-add-index.
5550
5551 2010-07-30 Hui Zhu <teawater@gmail.com>
5552
5553 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5554 "detach inferior" and "kill inferior".
5555
5556 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5557
5558 * gdb.texinfo (Machine Code): Update description of two forms of
5559 arguments, and add new example to demonstrate the new form.
5560
5561 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5562
5563 * gdb.texinfo (Values From Inferior): Add value inferior function
5564 call description.
5565
5566 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5567
5568 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5569
5570 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5571 Eli Zaretskii <eliz@gnu.org>
5572
5573 Make core files the process_stratum.
5574 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5575 record_stratum example.
5576
5577 2010-07-13 Tom Tromey <tromey@redhat.com>
5578
5579 * gdb.texinfo (Index Files): New node.
5580
5581 2010-07-13 Tom Tromey <tromey@redhat.com>
5582
5583 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5584
5585 2010-07-13 Tom Tromey <tromey@redhat.com>
5586
5587 * gdb.texinfo (Specify Location): Document labels.
5588
5589 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5590
5591 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5592 entries for fast tracepoints and static tracepoints.
5593
5594 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5595
5596 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5597 qsThreadInfo>: Spell out `l' as ell.
5598
5599 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5600
5601 * gdb.texinfo (Convenience Variables): Document $_sdata.
5602 (Commands to Set Tracepoints): Describe static tracepoints. Add
5603 `Listing Static Tracepoint Markers' menu entry. Document
5604 "strace".
5605 (Tracepoint Action Lists): Document collecting $_sdata.
5606 (Listing Static Tracepoint Markers): New subsection.
5607 (Tracepoints support in gdbserver): Mention static tracepoints.
5608 (remote packets, enabling and disabling): Mention
5609 read-sdata-object.
5610 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5611 and StaticTracepoint.
5612 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5613 Document qXfer:sdata:read.
5614 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5615
5616 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5617
5618 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5619
5620 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5621 Tom Tromey <tromey@redhat.com>
5622 Thiago Jung Bauermann <bauerman@br.ibm.com>
5623
5624 * gdb.texinfo (Inferiors In Python): New node.
5625 * gdb.texinfo (Threads In Python): New node.
5626
5627 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5628
5629 * gdb.texinfo (Python): Document what the python directory is
5630 and what its location is.
5631 (Basic Python): Document the gdb.PYTHONDIR constant.
5632
5633 2010-06-25 Tom Tromey <tromey@redhat.com>
5634
5635 PR python/10808:
5636 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5637
5638 2010-06-24 Hui Zhu <teawater@gmail.com>
5639
5640 * gdb.texinfo: (Commands for Controlled Output): Add
5641 documentation for command "eval".
5642
5643 2010-06-21 Stan Shebs <stan@codesourcery.com>
5644
5645 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5646 * annotate.texinfo: Ditto.
5647 * gdbint.texinfo: Ditto.
5648 * stabs.texinfo: Ditto.
5649
5650 2010-06-22 Hui Zhu <teawater@gmail.com>
5651
5652 * gdb.texinfo: (Process Record and Replay): Add documentation
5653 for command "set record memory-query".
5654
5655 2010-06-21 Stan Shebs <stan@codesourcery.com>
5656
5657 * gdb.texinfo: Relicense under GFDL version 1.3.
5658 * annotate.texinfo: Relicense under GFDL version 1.3.
5659 * gdbint.texinfo: Relicense under GFDL version 1.3.
5660 * stabs.texinfo: Relicense under GFDL version 1.3.
5661 * fdl.texi: Update to version 1.3.
5662
5663 2010-06-18 Stan Shebs <stan@codesourcery.com>
5664
5665 * gdb.texinfo (Operating System Auxiliary Information): Describe
5666 "info os" when no arguments given.
5667
5668 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5669 $_thread.
5670
5671 2010-06-18 Hui Zhu <teawater@gmail.com>
5672
5673 * gdb.texinfo: (Process Record and Replay): Add documentation
5674 for commands "record save" and "record restore".
5675
5676 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5677
5678 * gdb.texinfo: Include information about the correct use
5679 of addresses in the `watch' command.
5680
5681 2010-06-11 Stan Shebs <stan@codesourcery.com>
5682
5683 * gdb.texinfo (Observer Mode): New section.
5684 (General Query Packets): Document QAllow.
5685
5686 2010-06-04 Doug Evans <dje@google.com>
5687
5688 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5689
5690 2010-06-03 Doug Evans <dje@google.com>
5691
5692 * gdbint.texinfo (Coding): Add subsection on command names.
5693
5694 2010-06-02 Tom Tromey <tromey@redhat.com>
5695
5696 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5697 always-disassemble.
5698
5699 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5700
5701 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5702 gdbserver, and add cross reference.
5703 (Tracepoints support in gdbserver): New subsection.
5704
5705 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5706
5707 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5708 `qRelocInsn' feature.
5709 (Relocate instruction reply packet): New subsection
5710 of `Tracepoint Packets'.
5711 (Tracepoint Packets): Mention that packets QTDP and QTStart
5712 support the qRelocInsn request, and add cross reference to new
5713 subsection.
5714
5715 2010-05-25 Doug Evans <dje@google.com>
5716
5717 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5718 (Commands In Python): Document gdb.string_to_argv.
5719
5720 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5721
5722 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5723 ATTR_NORETURN.
5724
5725 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5726 Tom Tromey <tromey@redhat.com>
5727 Thiago Jung Bauermann <bauerman@br.ibm.com>
5728
5729 * gdb.texinfo (Parameters In Python): New Node.
5730
5731 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5732
5733 * gdb.texinfo: (Summary) Add mention about D language support.
5734 (Filenames): Add D suffixes.
5735 (D): New node.
5736
5737 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5738
5739 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5740 of macro deleted from GDB code.
5741
5742 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5743
5744 * gdb.texinfo (Commands to specify files): Describe what how GDB
5745 looks up DOS-based filesystem paths on the system root. Document
5746 the new `set/show target-file-system-kind' commands.
5747
5748 2010-04-23 Doug Evans <dje@google.com>
5749
5750 * gdb.texinfo (Python): Move Auto-loading section here ...
5751 (Python API): from here.
5752 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5753 (Maintenance Commands): Add docs for "maint print section-scripts".
5754
5755 2010-04-20 Chris Moller <cmoller@redhat.com>
5756
5757 * gdb.texinfo (Setting Breakpoints): Added description of
5758 filename-qualified rbreak.
5759 * refcard.tex (Breakpoints and Watchpoints): Added brief
5760 description of filename-qualified rbreak.
5761
5762 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5763
5764 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5765 (Python API): Change the reference to Pretty Printing API.
5766 (Pretty Printing): Move the user part under the Data node. Reformat
5767 the sample output to 72 columns. Create a new reference to Pretty
5768 Printing API. Rename the API part ...
5769 (Pretty Printing API): To a new node name.
5770 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5771 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5772
5773 2010-04-21 Stan Shebs <stan@codesourcery.com>
5774
5775 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5776 and commands.
5777 (Listing Tracepoints): Update to reflect current behavior.
5778
5779 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5780
5781 * gdb.texinfo (Examining memory): Update for change in string
5782 display with explicit size.
5783
5784 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5785
5786 PR breakpoints/8554.
5787
5788 * gdb.texinfo (Save Breakpoints): New node.
5789 (save-tracepoints): Rename to ...
5790 (save tracepoints): ... this. Mention that `save-tracepoints' is
5791 a deprecated alias to `save tracepoints'.
5792
5793 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5794
5795 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5796 (info w32 thread-information-block): Document new command.
5797 (qGetTIBAddress): Document new gdbserver query.
5798 (maint set/show show-all-tib): Document new command.
5799
5800 2010-04-15 Doug Evans <dje@google.com>
5801
5802 * gdb.texinfo (Python API): Add progspaces section.
5803 (Selecting Pretty-Printers): Progspace pretty-printers are
5804 searched too.
5805 (Progspaces In Python): New section.
5806
5807 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5808
5809 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5810
5811 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5812 returns None.
5813
5814 2010-04-09 Stan Shebs <stan@codesourcery.com>
5815
5816 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5817 Describe the `frames-created' field, tweak grammar.
5818
5819 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5820
5821 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5822 Describe the `circular' and `disconnected' fields.
5823
5824 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5825
5826 * gdb.texinfo (maint print registers): Mention unavailable and
5827 invisible registers.
5828
5829 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5830 Thiago Jung Bauermann <bauerman@br.ibm.com>
5831 Tom Tromey <tromey@redhat.com>
5832
5833 * gdb.texinfo (Breakpoints In Python): New Node.
5834
5835 2010-04-08 Stan Shebs <stan@codesourcery.com>
5836
5837 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5838 trace status fields.
5839
5840 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5841
5842 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5843 optional. Make org.gnu.gdb.i386.avx requires
5844 org.gnu.gdb.i386.avx.
5845
5846 2010-04-08 Doug Evans <dje@google.com>
5847
5848 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5849 search path, and document that gdb only scans the search path if
5850 the script's path doesn't specify a directory.
5851
5852 2010-04-05 Doug Evans <dje@google.com>
5853
5854 * gdb.texinfo (maint show python auto-load): Fix typo.
5855
5856 2010-04-04 Stan Shebs <stan@codesourcery.com>
5857
5858 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5859 (Setting Watchpoints): Update description of "info watch".
5860 (Disabling Breakpoints): Only "info break" lists all.
5861
5862 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5863 (tdump): Explain how tdump works.
5864
5865 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5866
5867 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5868 add cross reference.
5869
5870 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5871
5872 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5873 commands error out.
5874
5875 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5876
5877 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5878
5879 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5880
5881 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5882
5883 2010-03-29 Stan Shebs <stan@codesourcery.com>
5884 Nathan Sidwell <nathan@codesourcery.com>
5885
5886 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5887 GDBN equivalent.
5888 (Set Tracepoints): Remove mention that conditional tracepoints
5889 don't exist.
5890 (Tracepoint Actions): Clarify when while-stepping collection
5891 happens, note that while-stepping does not automatically collect
5892 $pc.
5893
5894 2010-03-29 Stan Shebs <stan@codesourcery.com>
5895
5896 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5897 (General Query Packets): Describe TracepointSource.
5898
5899 2010-03-27 Matt Rice <ratmice@gmail.com>
5900
5901 * gdb.texinfo (ARM): Document arguments to "target sim".
5902 (Set Catchpoints): Use @dots{} instead of @r{...}.
5903
5904 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5905
5906 * gdb.texinfo (Tracepoint Packets): Remove mention that
5907 terror:string may be plain text, and drop mention of X prefix.
5908
5909 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5910
5911 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5912
5913 2010-03-24 Stan Shebs <stan@codesourcery.com>
5914
5915 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5916
5917 2010-03-24 Tom Tromey <tromey@redhat.com>
5918
5919 PR breakpoints/9352:
5920 * gdb.texinfo (Break Commands): Update.
5921
5922 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5923
5924 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5925 commands.
5926
5927 2010-03-16 Stan Shebs <stan@codesourcery.com>
5928
5929 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5930 circular-trace-buffer.
5931 (Tracepoint Packets): Describe QTBuffer, and details of the
5932 qTStatus reply.
5933
5934 2010-03-12 Stan Shebs <stan@codesourcery.com>
5935 Nathan Sidwell <nathan@codesourcery.com>
5936
5937 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5938 doing instruction stepping.
5939 (Tracepoint Restrictions): New node.
5940
5941 2010-03-10 Tom Tromey <tromey@redhat.com>
5942
5943 * gdbint.texinfo (Symbol Handling): Update.
5944
5945 2010-03-08 Tom Tromey <tromey@redhat.com>
5946
5947 PR cli/9591:
5948 * gdb.texinfo (Mode Options): Mention lack of pagination and
5949 confirmation with --batch.
5950 (Screen Size): Mention --batch.
5951 (Messages/Warnings): Likewise.
5952
5953 2010-03-05 Tom Tromey <tromey@redhat.com>
5954
5955 * gdb.texinfo (Basic Python): Document target_charset and
5956 target_wide_charset.
5957
5958 2010-03-05 Tom Tromey <tromey@redhat.com>
5959
5960 * gdb.texinfo (Data): Link to pretty-printing.
5961 (Output Formats): Likewise. Correct text.
5962
5963 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5964
5965 * gdb.texinfo (Types): Describe <struct> and <flags>.
5966
5967 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5968
5969 * gdb.texinfo (Frames In Python): Add block parameter and
5970 description to read_var text.
5971
5972 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5973 Tom Tromey <tromey@redhat.com>
5974
5975 * gdb.texinfo (Types In Python): Describe block argument in
5976 template_argument and gdb.lookup_type.
5977
5978 2010-02-24 Tom Tromey <tromey@redhat.com>
5979
5980 * gdb.texinfo (Cygwin Native): Fix typo.
5981
5982 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5983
5984 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5985 and select method descriptions.
5986 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5987 Tables in Python to menu.
5988 (Blocks In Python): New node.
5989 (Symbols In Python): New node.
5990 (Symbol Tables in Python): New node.
5991
5992 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5993
5994 Multiexec MI
5995
5996 gdb/
5997 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5998
5999 gdb/doc/
6000 * gdb.texinfo (GDB/MI Command Syntax): Document notification
6001 changes.
6002 (GDB/MI Program Execution): Document current behaviour of
6003 --all and --thread-group.
6004 (GDB/MI Miscellaneous Commands): Document -add-inferior and
6005 -remove-inferior.
6006 * observer.texi (inferior_added, inferior_removed): New
6007 observers.
6008
6009 2010-02-19 Tom Tromey <tromey@redhat.com>
6010
6011 * gdbint.texinfo (Getting Started): Fix @node.
6012 (Debugging GDB): Likewise.
6013
6014 2010-02-13 Joel Brobecker <brobecker@adacore.com>
6015
6016 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
6017 documenting the gdb_test_timeout variable.
6018
6019 2010-02-12 Jakob Engblom <jakob@virtutech.com>
6020
6021 * gdb.texinfo (MI commands): Added documentation of --reverse
6022 option to a set of MI commands. Restructured documentation of MI
6023 commands --exec-continue to reflect the complexity of reverse
6024 execution.
6025
6026 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6027
6028 * gdb.texinfo (Using the Collected Data): Specify that the address
6029 range of `tfind outsize' is exclusive, and that the address range
6030 of `tfind range' is inclusive.
6031 (Tracepoint Packets): Specify that the address range of
6032 `QTFrame:range' is inclusive, and that the address range of
6033 `QTFrame:outside' is exclusive
6034
6035 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
6036
6037 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
6038
6039 2010-02-10 Tom Tromey <tromey@redhat.com>
6040
6041 * gdb.texinfo (Debugging Output): Document set debug parser and
6042 show debug parser.
6043
6044 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
6045
6046 * gdb.texinfo (Predefined Target Types): Add i387_ext,
6047 i386_eflags and i386_mxcsr.
6048
6049 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
6050
6051 * gdb.texinfo: Document i386 target features.
6052
6053 2010-02-05 Doug Evans <dje@google.com>
6054
6055 * gdbint.texinfo (Testsuite): Add a new section to document the
6056 various DejaGnu variables that may be overridden.
6057 Document INTERNAL_GDBFLAGS.
6058
6059 2010-02-04 Tom Tromey <tromey@redhat.com>
6060
6061 PR cli/8830:
6062 * gdb.texinfo (Files): -readnow comes before the filename for file
6063 and symbol-file.
6064
6065 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6066
6067 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6068 Document ARM breakpoint types.
6069 (Register Packet Format): Move into the new section.
6070 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6071
6072 2010-01-21 Joel Brobecker <brobecker@adacore.com>
6073
6074 * gdb.texinfo (File Options): Adjust the documentation of this
6075 switch to refer to the "source" command rather than partially
6076 duplicating some of the relevant information.
6077 (Extending GDB): Introduce and document the set/show script-extension
6078 setting.
6079 (Command Files): Add note explaining that the "source" command
6080 is also used to evalute scripts written in other languages.
6081 Remove the short slightly incorrect reference to sourcing Python
6082 scripts.
6083 (Python Commands): Document how to execute a Python script from GDB.
6084
6085 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6086
6087 * gdb.texinfo (Command Files): Fix typo.
6088
6089 2010-01-18 Tom Tromey <tromey@redhat.com>
6090
6091 * gdb.texinfo (File Options): Document -x on .py files.
6092 (Command Files): Document handling of Python scripts.
6093
6094 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6095
6096 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6097
6098 2010-01-15 Stan Shebs <stan@codesourcery.com>
6099
6100 * gdb.texinfo (Trace Files): New section.
6101 (Tracepoint Packets): Document QTSave and qTBuffer.
6102 (Trace File Format): New appendix.
6103
6104 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6105
6106 * gdb.texinfo (Values From Inferior): Document lazy_string value
6107 method.
6108 (Python API): Add Lazy strings menu item.
6109 (Lazy Strings In Python): New node.
6110
6111 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6112
6113 * gdb.texinfo (GDB/MI Thread Information): New.
6114 (GDB/MI Async Records): Document the core field in *stopped.
6115 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6116 documentation
6117 (Process list): Document that osdata document may contain
6118 threads.
6119 (Remote Serial Protocol): Document qXfer:threads.
6120
6121 2010-01-06 Stan Shebs <stan@codesourcery.com>
6122
6123 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6124 disconnected tracing.
6125 (Tracepoint Packets): Document new protocol.
6126
6127 2010-01-05 Stan Shebs <stan@codesourcery.com>
6128
6129 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6130 tracepoints.
6131 (Tracepoint Packets): Describe remote protocol for fast
6132 tracepoints.
6133
6134 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6135
6136 Update the "Start of New Year Procedure".
6137 * gdbint.texinfo: Add the list of files that need to be updated
6138 manually. Minor reformatting.
6139
6140 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6141
6142 * refcard.tex: Update copyright year in header and text.
6143
6144 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6145
6146 * agentexpr.texi: Add 2010 to the list of copyright years.
6147 * annotate.texinfo: Likewise.
6148 * gdb.texinfo: Likewise.
6149 * gdbint.texinfo: Likewise.
6150 * observer.texi: Likewise.
6151 * stabs.texinfo: Likewise.
6152
6153 2009-12-31 Stan Shebs <stan@codesourcery.com>
6154
6155 * gdb.texinfo (Tracepoint Actions): Describe teval.
6156
6157 2009-12-29 Stan Shebs <stan@codesourcery.com>
6158
6159 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6160
6161 2009-12-28 Stan Shebs <stan@codesourcery.com>
6162
6163 * gdb.texinfo (Trace State Variables): New section.
6164 (Tracepoint Packets): Describe trace state variable packets.
6165 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6166 variable bytecodes.
6167
6168 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6169
6170 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6171 declarations.
6172
6173 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6174
6175 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6176 -gdb-exit behaviour.
6177
6178 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6179
6180 * gpl.texi: Update to version 3 of the GPL.
6181
6182 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6183
6184 * Makefile.in: Update copyright header.
6185 * observer.texi: Fix the copyright header of the generated files.
6186
6187 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6188
6189 * gdb.texinfo (Types In Python): Describe range function.
6190
6191 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6192
6193 * gdb.texinfo (Types In Python): Describe "is_base_class".
6194
6195 2009-12-03 Tom Tromey <tromey@redhat.com>
6196
6197 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6198
6199 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6200
6201 * observer.texi: New memory_changed observer.
6202
6203 2009-12-01 Tom Tromey <tromey@redhat.com>
6204
6205 * gdb.texinfo (Reverse Execution): Fix typo.
6206
6207 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6208
6209 PR gdb/8704
6210
6211 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6212 are allowed after the breakpoint condition.
6213
6214 2009-11-23 Tom Tromey <tromey@redhat.com>
6215
6216 PR python/10782:
6217 * gdb.texinfo (Types In Python): Document Type.pointer.
6218
6219 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6220
6221 * gdb.texinfo (Machine Code): Adjust.
6222
6223 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6224
6225 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6226 (Using Agent Expressions): Delete cross reference.
6227
6228 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6229
6230 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6231 and @settitle directives up to help makeinfo find them.
6232
6233 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6234
6235 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6236 (Auto-loading): Use plural and note one can use multiple components now.
6237
6238 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6239
6240 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6241 -stack-list-arguments have the same documentation for parameter
6242 as -stack-list-locals. Add comas.
6243
6244 2009-10-27 Tom Tromey <tromey@redhat.com>
6245 Eli Zaretskii <eliz@gnu.org>
6246
6247 PR python/10781
6248
6249 * gdb.texinfo (Values From Inferior): Document cast method.
6250
6251 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6252
6253 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6254 and adjust example.
6255
6256 2009-10-22 Michael Snyder <msnyder@vmware.com>
6257
6258 * gdb.texinfo (Process Record and Replay): Document new form of
6259 info record command. Also document the new save and restore
6260 commands.
6261
6262 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6263
6264 * gdb.texinfo (Machine Code): Mention current pc marker.
6265 (Memory): Likewise.
6266
6267 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6268 Stan Shebs <stan@codesourcery.com>
6269
6270 * observer.texi (new_inferior): Rename to...
6271 (inferior_appeared): ... this.
6272
6273 * gdb.texinfo (Inferiors): Rename node to ...
6274 (Inferiors and Programs): ... this. Mention running multiple
6275 programs in the same debug session.
6276 <info inferiors>: Mention the new 'Executable' column if "info
6277 inferiors". Update examples. Document the "add-inferior",
6278 "clone-inferior", "remove-inferior" and "maint info
6279 program-spaces" commands.
6280 (Process): Rename node to...
6281 (Forks): ... this. Document "set|show follow-exec-mode".
6282
6283 2009-10-11 Michael Snyder <msnyder@vmware.com>
6284
6285 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6286 (ReverseContinue): Ditto.
6287
6288 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6289
6290 * gdb.texinfo (Server): Document libthread-db-search-path.
6291
6292 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6293
6294 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6295
6296 2009-10-06 Michael Eager <eager@eagercon.com>
6297
6298 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6299 (Embedded Processors): Add MicroBlaze.
6300 (MicroBlaze): New. Describe Xilinx MicroBlaze
6301
6302 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6303
6304 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6305
6306 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6307
6308 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6309
6310 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6311
6312 * observer.texi (solib_unloaded): Document explicitly the fact that
6313 this observer is called before the associated symbols are unloaded.
6314
6315 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6316
6317 * gdb.texinfo: Escape "{" and "}".
6318
6319 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6320
6321 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6322 -stack-list-variables.
6323
6324 2009-09-18 Tom Tromey <tromey@redhat.com>
6325
6326 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6327 is experimental.
6328
6329 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6330
6331 * gdb.texinfo (convenince variables): Mention
6332 $_siginfo could be empty.
6333
6334 2009-09-15 Tom Tromey <tromey@redhat.com>
6335
6336 * gdb.texinfo (GDB/MI Variable Objects): Document
6337 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6338 Expand -var-update documentation.
6339
6340 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6341
6342 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6343 feature.
6344
6345 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6346
6347 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6348
6349 2009-09-10 Michael Snyder <msnyder@vmware.com>
6350
6351 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6352 ReverseStep replies to the qSupported query.
6353
6354 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6355
6356 Add documentation for set/show interactive-mode.
6357 * gdb.texinfo (Other Misc Settings): New node.
6358
6359 2009-09-01 Doug Evans <dje@google.com>
6360
6361 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6362 non-stop mode's affect on remote caching.
6363
6364 2009-08-31 Jacob Potter <jdpotter@google.com>
6365 Doug Evans <dje@google.com>
6366
6367 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6368 Mark `set/show remotecache' options as obsolete.
6369 Document new `set/show stack-cache' option.
6370 Update text for `info dcache'.
6371
6372 2009-08-27 Doug Evans <dje@google.com>
6373
6374 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6375 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6376
6377 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6378
6379 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6380 about autoconf.
6381
6382 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6383
6384 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6385 small example, and describe its columns. Replace "inferior-id" by
6386 "infno" throughout.
6387
6388 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6389
6390 * gdbint.texinfo (Releasing GDB): Point to
6391 README-maintainer-mode file for required autoconf version.
6392 * configure.ac: Do not substitute datarootdir, htmldir,
6393 pdfdir, docdir. Do not process --with-datarootdir,
6394 --with-htmldir, --with-pdfdir, --with-docdir.
6395 * configure: Regenerate.
6396
6397 * configure: Regenerate.
6398
6399 2009-08-20 Reid Kleckner <reid@kleckner.net>
6400
6401 * gdb.texinfo: Add chapter on JIT interface.
6402
6403 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6404
6405 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6406 confirmation request.
6407
6408 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6409
6410 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6411 CRC definitions.
6412
6413 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6414
6415 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6416 -break-commands.
6417
6418 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6419
6420 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6421 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6422
6423 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6424
6425 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6426 "set spu stop-on-load" and "show spu stop-on-load" commands.
6427
6428 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6429
6430 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6431
6432 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6433
6434 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6435 org.gnu.gdb.arm.neon.
6436
6437 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6438
6439 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6440 optional element.
6441 (subsection OS ABI): New subsection.
6442
6443 2009-07-14 Stan Shebs <stan@codesourcery.com>
6444
6445 * gdb.texinfo (Tracepoint Conditions): New section.
6446 (General Query Packets): Describe ConditionalTracepoints.
6447 (Tracepoint Packets): Describe condition field.
6448 (Maintenance Commands): Describe maint agent-eval.
6449 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6450
6451 2009-07-11 Hui Zhu <teawater@gmail.com>
6452
6453 * gdb.texinfo (disassemble): Add a new modifier /r
6454 to "disassemble" command to make it print the raw instructions
6455 in hex as well as in symbolic form.
6456
6457 2009-07-09 Tom Tromey <tromey@redhat.com>
6458
6459 * gdbint.texinfo (Testsuite): Document parallel make check.
6460
6461 2009-07-09 Tom Tromey <tromey@redhat.com>
6462
6463 * gdbint.texinfo (Testsuite): Document test transcripts.
6464
6465 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6466
6467 * gdb.texinfo (Values From Inferior): Add length parameter
6468 description.
6469
6470 2009-07-04 Chris Genly <chris@genly.us>
6471
6472 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6473 in -var-list-children. Fix example according to what the code
6474 does.
6475
6476 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6477
6478 * gdb.texinfo (Debugging multiple inferiors): Document the
6479 "inferior", "detach inferior" and "kill inferior" commands.
6480 (Debugging Programs with Multiple Processes): Adjust to mention
6481 generic "inferior" commands. Delete mention of "detach fork" and
6482 "delete fork". Cross reference to "Debugging multiple inferiors"
6483 section.
6484
6485 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6486
6487 * gdbint.texinfo (Item Output Functions): Update signature
6488 for ui_out_field_core_addr.
6489
6490 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6491
6492 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6493 Update example code extrated from breakpoint.c.
6494
6495 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6496
6497 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6498 MI commands.
6499 (GDB/MI Symbol Query): Likewise.
6500 (GDB/MI File Commands): Likewise.
6501 (GDB/MI File Transfer Commands): Likewise.
6502 (GDB/MI Target Manipulation): Likewise.
6503 (GDB/MI Miscellaneous Commands): Likewise.
6504
6505 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6506
6507 * gdb.texinfo (Debugging Optimized Code): New chapter.
6508 (Compiling for Debugging): Reference it. Move some
6509 text to the new section.
6510
6511 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6512
6513 * doc/gdb.texinfo (Calling): Document
6514 set-unwind-on-terminating-exception usage.
6515
6516 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6517
6518 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6519 command.
6520
6521 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6522
6523 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6524 references.
6525
6526 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6527
6528 * gdbint.texinfo: Rename formal parameters to gdbarch function
6529 protoypes from "current_gdbarch" to "gdbarch".
6530
6531 2009-05-28 Tom Tromey <tromey@redhat.com>
6532
6533 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6534
6535 2009-05-27 Tom Tromey <tromey@redhat.com>
6536
6537 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6538 feature.
6539 (GDB/MI Variable Objects): Document -var-set-visualizer.
6540
6541 2009-04-02 Tom Tromey <tromey@redhat.com>
6542
6543 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6544 feature.
6545 (GDB/MI Variable Objects): Document -var-set-visualizer.
6546
6547 2009-05-27 Tom Tromey <tromey@redhat.com>
6548 Thiago Jung Bauermann <bauerman@br.ibm.com>
6549 Phil Muldoon <pmuldoon@redhat.com>
6550
6551 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6552 (Pretty Printing): New node.
6553 (Selecting Pretty-Printers): Likewise.
6554 (Python API): Update.
6555 (Output Formats): Document /r format.
6556
6557 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6558 Tom Tromey <tromey@redhat.com>
6559
6560 * gdb.texinfo (Types In Python): New node.
6561 (Values From Inferior): "type" is now an attribute.
6562 (Python API): Update.
6563
6564 2009-05-27 Tom Tromey <tromey@redhat.com>
6565 Thiago Jung Bauermann <bauerman@br.ibm.com>
6566 Phil Muldoon <pmuldoon@redhat.com>
6567
6568 * gdb.texinfo: Add @syncodeindex for `tp'.
6569 (Python API): Update.
6570 (Auto-loading): New node.
6571 (Objfiles In Python): New node.
6572
6573 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6574
6575 * gdb.texinfo (Threads): Document libthread-db-search-path.
6576
6577 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6578
6579 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6580
6581 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6582
6583 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6584 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6585 show show-debug-regs' docs.
6586
6587 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6588
6589 * gdb.texinfo (Process Record and Replay): Add description of
6590 reverse execution.
6591
6592 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6593
6594 * gdbint.texinfo (Adding support for debugging core files): New node.
6595 (Native Debugging): Remove the ``Native core file Support'' section.
6596
6597 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6598
6599 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6600 Add index entries.
6601
6602 2009-04-30 Hui Zhu <teawater@gmail.com>
6603 Michael Snyder <msnyder@vmware.com>
6604
6605 * gdb.texinfo: (Process Record and Replay): Add documentation for
6606 process record and replay.
6607
6608 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6609
6610 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6611 a new part on command-line defined macros.
6612
6613 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6614
6615 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6616 clarify the wording.
6617
6618 2009-04-23 Tom Tromey <tromey@redhat.com>
6619
6620 * gdb.texinfo (Data Files): New node.
6621 (GDB Files): Update menu.
6622
6623 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6624
6625 * gdbint.texinfo (Defining Other Architecture Features): Remove
6626 entry for PROCESS_LINENUMBER_HOOK.
6627
6628 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6629
6630 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6631
6632 2009-04-22 Hui Zhu <teawater@gmail.com>
6633
6634 * gdb.texinfo (disassemble-next-line): Set the default of
6635 disassemble-next-line to off.
6636
6637 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6638
6639 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6640 --with-htmldir): New.
6641 * configure: Regenerate.
6642 * Makefile.in (datarootdir, docdir): Define.
6643 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6644 instead of $(SET_TEXINPUTS).
6645 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6646 gdbint.info instead of $(SET_TEXINPUTS).
6647 (gdbint/index.html): Use same -I options as for building
6648 gdbint.info.
6649 (stabs.dvi, stabs.pdf): Use same -I options as for building
6650 stabs.info instead of $(SET_TEXINPUTS).
6651 (stabs/index.html): Use same -I options as for building
6652 stabs.info.
6653 (annotate.dvi, annotate.pdf): Use same -I options as for building
6654 annotate.info instead of $(SET_TEXINPUTS).
6655 (annotate/index.html): Use same -I options as for building
6656 annotate.info.
6657
6658 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6659
6660 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6661
6662 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6663
6664 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6665
6666 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6667 Joseph Myers <joseph@codesourcery.com>
6668
6669 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6670 (MAKEHTMLFLAGS): Set to empty.
6671 (html__strip_dir): Define.
6672 (HTMLFILES): Define.
6673 (HTMLFILES_INSTALL): Define.
6674 (install-html): Copy new automake rule.
6675 (html): Depend on $(HTMLFILES).
6676 (gdb_toc.html): Rename to gdb/index.html.
6677 (gdbint_toc.html): Rename to gdbint/index.html.
6678 (stabs_toc.html): Rename to stabs/index.html.
6679 (annotate_toc.html): Rename to annotate/index.html.
6680
6681 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6682
6683 * Makefile.in: Set pdfdir and htmldir from configure
6684 substitutions.
6685 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6686 * configure: Regenerate.
6687
6688 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6689
6690 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6691 This macro is no longer used.
6692
6693 2009-04-15 Tom Tromey <tromey@redhat.com>
6694
6695 * gdb.texinfo (Character Sets): Document default character set.
6696
6697 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6698
6699 * gdbint.texinfo: Change server name from sources.redhat.com to
6700 sourceware.org throughout.
6701
6702 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6703
6704 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6705 about a missing dot or coma after @xref.
6706
6707 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6708
6709 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6710 example, and add a small explanation about it.
6711 (Print Settings): Change the documentation of the "set print
6712 frame-arguments" to reflect the fact that the default is now "scalars".
6713
6714 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6715
6716 * gdb.texinfo (Print Settings): Add kindex for command "set
6717 print frame-arguments".
6718
6719 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6720
6721 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6722 breakpoints.
6723 (Set Breaks): Add reference to thread-specific and task-specific
6724 breakpoints.
6725
6726 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6727
6728 * gdb.texinfo (Ada Tasks): Remove the documentation about
6729 the "Running" state, as this state has been eliminated.
6730 Now all runnable tasks are shown as "Runnable".
6731
6732 2009-03-30 Stan Shebs <stan@codesourcery.com>
6733
6734 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6735 special case of breakpoints.
6736 (Enable and Disable Tracepoints): Mention deprecation.
6737 (Listing Tracepoints): Update description and example.
6738
6739 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6740
6741 * gdb.texinfo (Frames in Python): New node.
6742 (Python API): Update.
6743
6744 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6745
6746 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6747 from a method to an attribute.
6748
6749 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6750
6751 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6752 attribute.
6753
6754 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6755
6756 * observer.texi (thread_exit): Add "silent" parameter.
6757
6758 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6759
6760 * observer.texi (about_to_proceed): New.
6761
6762 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6763
6764 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6765 field throughout to handle types with spaces in them. Fix typos
6766 found by aspell.
6767 (Summary, Requirements, Contributors): New first chapter,
6768 "Summary" added, old Requirements section moved there, and new
6769 section, "Contributors" added.
6770 (Initializing a New Architecture, Register Representation)
6771 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6772 (Porting gdb): These sections extended and updated.
6773 (Compiler Characteristics): This section (empty) deleted.
6774 (Defining Other Architecture Features): This section renamed and
6775 duplicate material removed from (formerly "Target Conditionals").
6776 Use braces {} in @deftypeXX type field throughout to handle types
6777 with spaces in them. Typos found by aspell fixed.
6778
6779 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6780 * stack_frame.pdf: Version of image for PDF output.
6781 * stack_frame.png: Version of image for HTML output and for Emacs.
6782 * stack_frame.txt: Version of image for Info output.
6783 * stack_frame.eps: Version of image for TeX DVI output.
6784
6785 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6786
6787 * gdb.texinfo (Character Sets): Fix last change.
6788
6789 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6790
6791 * gdb.texinfo (Values From Inferior): Fix optional arguments
6792 markup.
6793 (Commands In Python): Adjust argument names of gdb.Command.__init__
6794 to what the function accepts as keywords.
6795
6796 2008-03-20 Tom Tromey <tromey@redhat.com>
6797
6798 * gdb.texinfo (Convenience Vars): Document convenience functions.
6799 (Functions In Python): New node.
6800 (Python API): Update.
6801
6802 2009-03-20 Tom Tromey <tromey@redhat.com>
6803
6804 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6805 set target-wide-charset.
6806 (Requirements): Mention iconv.
6807
6808 2009-03-17 Hui Zhu <teawater@gmail.com>
6809
6810 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6811
6812 2009-03-17 Hui Zhu <teawater@gmail.com>
6813
6814 * gdb.texinfo: Add documentation for disassemble-next-line.
6815
6816 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6817
6818 * gdb.texinfo (Commands In Python): Remove tindex entries.
6819
6820 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6821
6822 * gdb.texinfo (Returning): New description for missing debug info.
6823
6824 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6825
6826 * gdb.texinfo (Remote Configuration): Document query-attached.
6827 (General Query Packets): Document qAttached.
6828
6829 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6830
6831 * gdb.texinfo (Background Execution): Better describe the set
6832 target-async command.
6833 (Maintenance Commands): Delete description of the `maint set/show
6834 linux-async' and `maint set/show remote-async' commands.
6835
6836 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6837
6838 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6839 between sentences.
6840
6841 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6842
6843 * gdb.texinfo (GDB/MI Async Records): Document the
6844 =library-loaded and =library-unloaded notifications.
6845
6846 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6847
6848 * observer.texi (test_notification): New observer.
6849
6850 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6851
6852 * observer.texi: Add parameter 'print_frame' to normal_stop
6853 observer.
6854
6855 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6856
6857 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6858 (Commands In Python): Fix COMMAND_* constants in last change. Use
6859 @kbd for interactive input. Add cross-references and index
6860 entries.
6861
6862 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6863
6864 * gdb.texinfo (Signals): Document $_siginfo.
6865 (Convenience Variables): Mention $_siginfo.
6866 (Remote Configuration): Document qXfer:siginfo:read,
6867 qXfer:siginfo:write packets, and the read-siginfo-object,
6868 write-siginfo-object commands.
6869
6870 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6871
6872 * gdbint.texinfo (Values): New chapter.
6873
6874 2009-02-06 Tom Tromey <tromey@redhat.com>
6875
6876 * gdb.texinfo (Python API): Add entry for Commands In Python.
6877 (Commands In Python): New node.
6878
6879 2009-02-05 Tom Tromey <tromey@redhat.com>
6880
6881 * gdb.texinfo (Values From Inferior): Document Value.string.
6882
6883 2009-02-05 Tom Tromey <tromey@redhat.com>
6884
6885 * gdb.texinfo (Basic Python): Document execute's from_tty
6886 argument.
6887
6888 2009-02-04 Tom Tromey <tromey@redhat.com>
6889
6890 * gdb.texinfo (Basic Python): Document gdb.history.
6891
6892 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6893
6894 * gdb.texinfo (GDB/MI Thread Commands): Document the
6895 'current-thread-id' field. Remove the example with zero threads,
6896 since current GDB won't ever report that if there's inferior.
6897
6898 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6899
6900 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6901 option to -break-insert.
6902
6903 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6904 Jerome Guitton <guitton@adacore.com>
6905
6906 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6907 (System-wide configuration): New section.
6908
6909 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6910
6911 PR gdb/7580:
6912 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6913 internal-error|internal-warning quit|corefile ask|yes|no".
6914
6915 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6916
6917 * gdb.texinfo (Using the `gdbserver' Program): Document
6918 --remote-debug.
6919
6920 2009-01-23 Doug Evans <dje@google.com>
6921
6922 * gdb.texinfo: Add nexti to list of commands that support
6923 background execution.
6924
6925 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6926
6927 * gdb.texinfo (Define, Hooks): Document prefix command support.
6928
6929 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6930 Carlos O'Donell <carlos@codesourcery.com>
6931
6932 Fixes for makeinfo --html.
6933
6934 * annotate.texinfo: Use @copying and @insertcopying. Use
6935 @ifnottex in place of @ifinfo.
6936 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6937 place of @ifinfo. Use @ifnotinfo for one index entry.
6938 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6939 in place of @ifinfo.
6940 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6941 in place of @ifinfo. Include contents at start unconditionally.
6942
6943 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6944
6945 * gdb.texinfo (General Query Packets): Remove @var{} around the
6946 "spu" literal string.
6947
6948 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6949
6950 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6951 program may be running in another process" errors.
6952 * gdbint.texinfo (Native Conditionals): Delete
6953 ONE_PROCESS_WRITETEXT description.
6954
6955 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6956
6957 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6958 emacs local variable to be placed at the end of the ChangeLog.
6959 Add server.c and gdbreplay.c to the list of files where the
6960 copyright year needs to be updated.
6961
6962 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6963
6964 * gdb.texinfo (Remote Configuration): Document new
6965 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6966 commands.
6967
6968 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6969
6970 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6971 FETCH_INFERIOR_REGISTERS.
6972 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6973 FETCH_INFERIOR_REGISTERS descriptions. Remove
6974 gdbarch_get_longjmp_target descrition, since already described in
6975 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6976 (Target Conditionals): ... here.
6977
6978 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6979
6980 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6981 examples.
6982 (Additions to Ada): Likewise. Add the missing opening and closing
6983 parenthesis of the GDB prompt in one of the examples.
6984
6985 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6986
6987 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6988 about the result of 'Address not being of type System.Address.
6989 This problem has been fixed a while ago.
6990
6991 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6992
6993 MI non-stop and multiprocess docs.
6994
6995 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6996 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6997 Adjust documentation for *stopped, document =thread-created,
6998 =thread-exited, =thread-group-created and =thread-group-exited.
6999 (GDB/MI Thread Commands): Document the 'state' field in
7000 -thread-info output.
7001 (GDB/MI Program Execution): Mention --all and --thread-group
7002 options.
7003 (GDB/MI Variable Objects): Describe floating and fixed variable
7004 objects.
7005 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
7006
7007 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
7008
7009 * gdb.texinfo (Operating System Information): New appendix.
7010 (Operating System Auxiliary Information): Document 'info os processes'
7011 (Remote Configuration): Document 'osdata'
7012 (General Query Packets): Document qXfer:osdata:read.
7013
7014 2008-11-27 Tristan Gingold <gingold@adacore.com>
7015
7016 * gdb.texinfo (Darwin): Document Darwin specific features.
7017
7018 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7019
7020 * gdbint.texinfo (Target Conditionals): Extend the
7021 gdbarch_breakpoint_from_pc description.
7022
7023 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
7024
7025 * gdb.texinfo (M68K Features): Fix typo.
7026
7027 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7028
7029 * gdb.texinfo (Symbols): Mention printing containing
7030 image name in "info symbol".
7031 (Maint translate-address): Likewise.
7032
7033 2008-11-18 Joel Brobecker <brobecker@adacore.com>
7034
7035 * gdb.texinfo (Set Catchpoints): Remove the documentation of
7036 commands "catch load" and "catch unload".
7037
7038 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7039
7040 * gdb.texinfo (GDB/MI Async Records): Document
7041 =thread-selected.
7042
7043 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7044
7045 * observer.texi (new_inferior, inferior_exit): New observers.
7046
7047 2008-10-27 Pedro Alves <pedro@codesourcery.com>
7048
7049 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
7050 .mt files, TM_CLIBS or TM_CDEPS.
7051 (x86 Watchpoints): Don't mention TDEPFILES.
7052
7053 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7054
7055 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7056 (Overview): Mention notifications and non-stop mode behavior.
7057 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7058 with non-stop mode behavior. Add vStopped description.
7059 (Stop Reply Packets): Update list of packets that return
7060 stop replies. Mention non-stop behavior.
7061 (General Query Packets): Document QNonStop packet and associated
7062 qSupported query response.
7063 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7064 behavior.
7065 (Notification Packets): New section.
7066 (Remote Non-Stop): New section.
7067 (File-I/O Overview): Mention non-stop behavior.
7068
7069 2008-10-24 Hui Zhu <teawater@gmail.com>
7070 Pedro Alves <pedro@codesourcery.com>
7071
7072 * gdb.texinfo (displaced-stepping): Describe the auto mode
7073 setting, and say it's the default. This is now a mainstream
7074 setting instead of a maintenance setting.
7075
7076 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7077
7078 * observer.texi (thread_stop_requested): New.
7079
7080 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7081
7082 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7083 (Patching): Replace incorrect usage of @samp by @kbd.
7084
7085 2008-10-17 Michael Snyder <msnyder@vmware.com>
7086
7087 * gdb.texinfo: Add documentation for reverse execution.
7088
7089 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7090 Eli Zaretskii <eliz@gnu.org>
7091
7092 * gdb.texinfo. (Values From Inferior): New subsubsection.
7093
7094 2008-10-06 Doug Evans <dje@google.com>
7095
7096 * gdb.texinfo (set debug dwarf2-die): Document it.
7097
7098 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7099
7100 * gdb.texinfo (catch) [exception]: Document how to insert
7101 a breakpoint on user-defined exceptions when the exception
7102 name is identical to one of the language-defined ones.
7103
7104 2008-09-27 Tom Tromey <tromey@redhat.com>
7105
7106 * gdb.texinfo (Macros): Remove text about stringification,
7107 varargs, and splicing.
7108
7109 2008-09-27 Tom Tromey <tromey@redhat.com>
7110
7111 * gdbint.texinfo (Language Support): Remove text about omitting
7112 support for a language.
7113
7114 2008-09-23 Doug Evans <dje@google.com>
7115
7116 * gdb.texinfo (info dcache): Update.
7117
7118 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7119
7120 * gdb.texinfo (Packets): Add info on thread-id syntax and
7121 multiprocess extensions.
7122 <D>: Document multiprocess form of packet.
7123 <H>: Use thread-id syntax.
7124 <T>: Likewise.
7125 <vCont>: Likewise. Note this is required for multiprocess.
7126 <vKill>: New packet.
7127 (Stop Reply Packets) <T>: Use thread-id syntax.
7128 <W>: Document multiprocess form of reply.
7129 <X>: Likewise.
7130 (General Query Packets) <qC>: Use thread-id syntax.
7131 <qfThreadInfo>: Likewise.
7132 <qGetTLSAddr>: Likewise.
7133 <qP>: Likewise.
7134 <qSupported>: Add "multiprocess" feature.
7135 <qThreadExtraInfo>: Use thread-id syntax.
7136
7137 2008-09-22 Stan Shebs <stan@codesourcery.com>
7138
7139 * gdb.texinfo (Inferiors): New section.
7140
7141 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7142
7143 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7144
7145 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7146
7147 * gdbint.texinfo (Target Conditionals): Remove documentation
7148 for gdbarch_name_of_malloc.
7149
7150 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7151
7152 * gdb.texinfo (Interrupts): Mention TCP interface for
7153 sending BREAK.
7154
7155 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7156
7157 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7158 argument prefix to "set sysroot".
7159
7160 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7161
7162 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7163 and False.
7164
7165 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7166
7167 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7168 for possible features of -list-features.
7169
7170 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7171
7172 * gdb.texinfo (Background execution): Adjust example
7173 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7174
7175 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7176
7177 * doc/gdb.texinfo (PowerPC): Fix typo.
7178 (PowerPC features): Fix typo.
7179
7180 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7181
7182 * observer.texi (thread_ptid_changed): New.
7183
7184 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7185
7186 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7187 (PowerPC features): Mention feature set for VSX registers.
7188
7189 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7190
7191 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7192 the direct visibility of all names in user-written packages.
7193
7194 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7195
7196 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7197 setting, and make it the default.
7198 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7199 non-stop script example.
7200
7201 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7202
7203 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7204 reference to the "Using Different Register and Memory Data
7205 Representation" section.
7206
7207 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7208
7209 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7210 (Remote Protocol): Add Packet Acknowledgment to menu.
7211 (Overview): Mention +/- can be disabled, and point to new section
7212 where this is discussed in detail.
7213 (General Query Packets): Document QStartNoAckMode packet, and
7214 corresponding qSupported reply.
7215 (Packet Acknowledgment): New section.
7216
7217 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7218 Pedro Alves <pedro@codesourcery.com>
7219
7220 * gdb.texinfo (Threads): Move paragraph about automatic thread
7221 selection to All-Stop Mode subsection.
7222 (Thread Stops): Reorganize existing material into subsections.
7223 Add introductory blurb and menu.
7224 (Non-Stop Mode): New subsection.
7225 (Background Execution): New subsection.
7226 (Maintenance Commands): Add cross-references from async mode
7227 commands to the new Background Execution section.
7228
7229 2008-08-06 Tom Tromey <tromey@redhat.com>
7230
7231 * gdb.texinfo (Extending GDB): New chapter.
7232 (Sequences): Demoted chapter, now a section under the new
7233 Extending GDB chapter.
7234 (Python): New section.
7235
7236 2008-07-31 Stan Shebs <stan@codesourcery.com>
7237
7238 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7239
7240 2008-07-29 Stan Shebs <stan@codesourcery.com>
7241
7242 * gdbint.texinfo: General round of cleanup and minor
7243 clarifications.
7244 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7245 (Longjmp Support): Update description to reflect how it is done
7246 for targets without using native header.
7247 (Symbol Handling): Add a little more general explanation.
7248 (COFF, ELF): Mention stabs encapsulation.
7249 (DWARF 3): New section.
7250 (Adding a New Host): Scrub out some obsolete bits.
7251 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7252 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7253 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7254 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7255 SEEK_SET, STOP_SIGNAL, USG.
7256 (Raw and Virtual Register Representations): Ditto for
7257 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7258 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7259 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7260 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7261 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7262 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7263 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7264 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7265 DEPRECATED_USE_STRUCT_CONVENTION.
7266 Describe gdbarch_deprecated_fp_regnum.
7267 Update description of gdbarch_print_insn.
7268 (Adding a New Target): Scrub out obsolete bits.
7269 (Obsolete Conditionals): Remove entire section.
7270
7271 2008-07-25 Tom Tromey <tromey@redhat.com>
7272
7273 * observer.texi (GDB Observers): Document new observers:
7274 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7275 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7276 architecture_changed.
7277
7278 2008-07-21 Stan Shebs <stan@codesourcery.com>
7279
7280 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7281 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7282
7283 2008-07-21 Tom Tromey <tromey@redhat.com>
7284
7285 * observer.texi (GDB Observers): Remove obsolete comment.
7286 <executable_changed>: Remove argument.
7287
7288 2008-07-18 Tom Tromey <tromey@redhat.com>
7289
7290 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7291
7292 2008-07-10 Doug Evans <dje@google.com>
7293
7294 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7295
7296 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7297
7298 * gdb.texinfo (Starting): Document "set disable-randomization".
7299
7300 2008-07-07 Andreas Schwab <schwab@suse.de>
7301
7302 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7303
7304 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7305
7306 * gdb.texinfo (GDB/MI Target Manipulation): Add
7307 example of -target-attach.
7308
7309 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7310
7311 * observer.texi (target_resumed): New observer.
7312 * gdb.texinfo (GDB/MI Output Records): Document *running.
7313
7314 2008-06-06 Tom Tromey <tromey@redhat.com>
7315
7316 * gdb.texinfo (Completion): Add field name example.
7317
7318 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7319
7320 * gdb.texinfo (GDB/MI Program Context): Added example
7321 to -exec-arguments
7322
7323 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7324
7325 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7326 annotation.
7327
7328 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7329 Nathan Sidwell <nathan@codesourcery.com>
7330 Joseph Myers <joseph@codesourcery.com>
7331
7332 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7333 and ACX_BUGURL.
7334 * configure: Regenerate.
7335 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7336 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7337 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7338 mailing-list-specific text about bug reporting unless
7339 BUGURL_DEFAULT.
7340
7341 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7342
7343 * gdb.texinfo (-target-select): Remove reference to target async.
7344 (Maintenance Commands): Document "maint set/show remote-async".
7345
7346 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7347
7348 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7349 in -target-file-get section.
7350
7351 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7352
7353 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7354 killing the inferior when it is already debugging a process.
7355
7356 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7357
7358 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7359 abbreviation for "finish".
7360
7361 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7362
7363 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7364
7365 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7366
7367 * gdbint.texinfo (Target Conditionals): Delete entry for
7368 gdbarch_dwarf_reg_to_regnum.
7369
7370 2008-05-09 Doug Evans <dje@google.com>
7371
7372 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7373
7374 2008-05-05 Doug Evans <dje@google.com>
7375
7376 * gdb.texinfo (disassemble): Document /m modifier.
7377
7378 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7379
7380 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7381 will not report the time of commands that run the target.
7382
7383 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7384
7385 * gdb.texinfo (GDB/MI Output Records): Add
7386 missing semicolon.
7387
7388 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7389
7390 * gdb.texinfo (GDB/MI Output Records):
7391 Document =thread-create and =thread-exited.
7392
7393 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7394
7395 * gdb.texinfo (GDB/MI Development and Front Ends):
7396 Remove mention of dmi-discuss.
7397
7398 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7399
7400 * observer.texi (thread_exit): New.
7401
7402 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7403
7404 * gdb.texinfo (Debugging Output): Document "set/show debug
7405 displaced".
7406 (Maintenance Commands): Document "maint set/show
7407 can-use-displaced-stepping".
7408
7409 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7410
7411 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7412 and set/show arm force-mode.
7413
7414 2008-05-02 Andreas Schwab <schwab@suse.de>
7415
7416 * gdbint.texinfo (Algorithms): Describe
7417 target_watchpoint_addr_within_range.
7418
7419 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7420
7421 * gdbint.texinfo (Stack Frames): New chapter.
7422 (Algorithms): Move Frames text to the new chapter.
7423 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7424 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7425
7426 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7427
7428 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7429 output does not necessary include any tokens.
7430
7431 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7432
7433 * gdb.texinfo (Set SH Calling convention): New @item.
7434 (Show SH Calling convention): Ditto.
7435
7436 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7437
7438 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7439
7440 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7441
7442 * gdb.texinfo (Set Breaks): Mention that multiple location
7443 breakpoints need line number info. Add index entries.
7444
7445 2008-04-19 Craig Silverstein <csilvers@google.com>
7446
7447 * gdb.texinfo (Requirements): Add an optional requirement on
7448 zlib.
7449 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7450 Compressed DWARF 2.
7451
7452 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7453
7454 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7455 sample output for 'stopped,reason="breakpoint-hit"' message.
7456 (GDB/MI Program Execution): Likewise.
7457
7458 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7459
7460 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7461 -var-set-format. Add -f option to -var-evaluate-expression.
7462
7463 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7464
7465 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7466 new node "Ambiguous Expressions". Replace references to this
7467 node by references to "Ambiguous Expressions" throughout.
7468 (Ambiguous Expressions): New node.
7469
7470 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7471
7472 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7473
7474 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7475
7476 * gdb.texinfo (Debugging Output): Document
7477 "set/show debug lin-lwp-async".
7478 (Maintenance Commands): Document "maint set/show linux-async".
7479
7480 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7481
7482 * gdb.texinfo (Expressions): Update description of malloced arrays.
7483
7484 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7485
7486 * gdb.texinfo (Thread Commands): Document
7487 -thread-info. Remove -thread-list-all-threads.
7488
7489 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7490
7491 Implement MI notification for new threads.
7492 * observer.texi (new_thread): Document.
7493
7494 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7495 Sandra Loosemore <sandra@codesourcery.com>
7496
7497 * gdb.texinfo (Library List Format): Update to mention the
7498 possibility to pass section addresses instead of segment
7499 addresses.
7500
7501 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7502
7503 * gdb.texinfo (Starting): Document "set exec-wrapper".
7504 (Server): Document gdbserver --wrapper.
7505
7506 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7507
7508 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7509 unreadable memory. Delete obsolete SPARClite reference.
7510
7511 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7512
7513 * gdb.texinfo (Starting): Mention always-running targets.
7514 (Target Commands): Add an anchor for load.
7515 (Connecting): Explain continue instead of run.
7516
7517 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7518
7519 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7520
7521 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7522
7523 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7524 breakpoint table.
7525
7526 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7527
7528 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7529 killing the inferior when it is already debugging a process.
7530
7531 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7532
7533 * gdbint.texinfo (Build Script): New section. Mention new build script
7534 gdb_buildall.sh.
7535
7536 2008-02-01 Jim Blandy <jimb@red-bean.com>
7537
7538 * gdb.texinfo (Help): Summarize 'info args' correctly.
7539
7540 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7541
7542 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7543 available in PowerPC architecture.
7544 (Embedded Processors): Change node name of PowerPC item in menu.
7545 (PowerPC): Rename to...
7546 (PowerPC Embedded): this.
7547 (Architectures): Add new PowerPC item in menu.
7548 (PowerPC): New node.
7549
7550 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7551
7552 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7553 commands.
7554
7555 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7556
7557 * gdb.texinfo (Setting Catchpoints): Mention features
7558 supported on GNU/Linux.
7559
7560 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7561
7562 * gdb.texinfo (GDB/MI File Commands): Describe new output
7563 field for MI command -file-list-exec-source-file.
7564
7565 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7566
7567 * gdb.texinfo (Using the `gdbserver' Program): Add security
7568 warning. Rearrange into subsections and subsubsections. Document
7569 --multi and --debug. Correct --with-sysroot typo. Update --attach
7570 usage. Make load reference clearer. Document monitor exit.
7571 (Remote Configuration): Document set remote exec-file, attach-packet,
7572 and run-packet.
7573 (Packets): Document vAttach and vRun.
7574
7575 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7576
7577 * gdb.texinfo (Processes): Mention process command.
7578 detach-on-follow -> detach-on-fork.
7579
7580 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7581
7582 * gdbint.texinfo (Native Conditionals): Remove
7583 SHELL_COMMAND_CONCAT and SHELL_FILE.
7584
7585 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7586
7587 * gdb.texinfo (Specify Location): Improve wording.
7588
7589 2008-01-23 Chris Demetriou <cgd@google.com>
7590
7591 * gdb.texinfo (Threads): Document new "set print thread-events"
7592 and "show print thread-events" commands.
7593
7594 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7595
7596 * gdb.texinfo (Specify Location): New section.
7597 (Delete Breaks, Edit, Set Breaks): Remove description of
7598 locations. Instead, add a reference to "Specify Location".
7599 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7600 (Symbols): Refer to "Specify Location" for the valid forms of
7601 linespecs and locations.
7602
7603 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7604
7605 * gdbint.texinfo (Target Conditionals): Replace the description of
7606 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7607
7608 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7609
7610 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7611 about &&var, which is rejected by the expression parser.
7612
7613 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7614
7615 * gdb.texinfo (Output): Update documentation on using printf with DFP
7616 types.
7617
7618 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7619
7620 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7621 subsubsection.
7622 (Decimal Floating Point format): New subsubsection.
7623
7624 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7625
7626 * gdb.texinfo (File Options): Remove mention of the attempt to
7627 open a core file with the -p option. Don't list -c as a valid
7628 option to attach to a process.
7629
7630 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7631
7632 * gdbint.texinfo (Host Conditionals): Remove mention of
7633 ALIGN_STACK_ON_ENTRY.
7634
7635 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7636
7637 * gdbint.texinfo (Start of New Year Procedure): Add item
7638 describing how to update the source and documentation copyright
7639 notices.
7640
7641 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7642
7643 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7644 watchpoint explanation into the main description of the watchpoint
7645 command; update synopses of 'watch', 'rwatch', and 'awatch'
7646 commands.
7647
7648 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7649
7650 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7651 Document 'pending-breakpoints' feature of
7652 -list-features.
7653
7654 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7655
7656 * gdb.texinfo: Add new parameter's description.
7657
7658 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7659
7660 * gdb.texinfo (Overview): Clarify run-length encoding
7661 example. Remove the restriction on "+" and "-" characters.
7662
7663 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7664
7665 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7666
7667 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7668
7669 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7670 the -f option for -break-insert, remove -r option,
7671 and clarify specification of location.
7672
7673 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7674
7675 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7676 formatting.
7677 (Remote Debugging): Add File Transfer section.
7678 (Remote Configuration): Document Host I/O packets.
7679 (GDB/MI): Add GDB/MI File Transfer Commands section.
7680 (Host I/O Packets): New section in "Remote Protocol".
7681 (Packets): Add vFile.
7682
7683 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7684
7685 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7686 breakpoints with multiple locations.
7687 (Breakpoint Menus): Improve wording.
7688 (Output): Fix last change.
7689
7690 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7691
7692 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7693
7694 2007-11-15 Doug Evans <dje@google.com>
7695
7696 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7697
7698 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7699
7700 * gdbint.texinfo (Native Conditionals): Remove
7701 mention of CLEAR_SOLIB.
7702
7703 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7704
7705 * gdb.texinfo (Print Settings): Add documentation for "set/show
7706 print frame-arguments".
7707
7708 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7709
7710 * gdb.texinfo (Output): Update printf command's description.
7711
7712 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7713
7714 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7715 powerpc soft-float".
7716
7717 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7718
7719 * gdb.texinfo (Files): Correct formatting. Mention Expat
7720 requirement.
7721 (Requirements for Building GDB): Expand the list of Expat
7722 uses.
7723 (Library List Format, Memory Map Format): Mention Expat.
7724 (Target Descriptions): Update Expat wording.
7725
7726 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7727
7728 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7729 Document that gdbarch_convert_register_p should return zero for no-op
7730 conversions.
7731
7732 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7733
7734 * gdbint.texi (Compiler Characteristics): Move documentation
7735 of set_gdbarch_sofun_address_maybe_missing back to ...
7736 (Target Conditionals): ... here to fix build break.
7737
7738 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7739
7740 * gdbint.texi (Target Conditionals): Remove documentation of
7741 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7742 (Compiler Characteristics): ... documentation of
7743 set_gdbarch_sofun_address_maybe_missing.
7744
7745 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7746
7747 * gdbint.texinfo (Target Conditionals): Use
7748 frame_unwind_register_unsigned in examples instead of
7749 frame_unwind_unsigned_register.
7750
7751 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7752
7753 * gdb.texinfo: Add TSIZE definition, removed statement about
7754 unbounded arrays being unimplemented.
7755
7756 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7757
7758 * gdb.texinfo (Predefined Target Types): Add int128
7759 and uint128.
7760 (Standard Target Features): Add PowerPC features.
7761
7762 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7763
7764 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7765
7766 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7767
7768 * gdbint.texi (Target Conditionals): Remove documentation
7769 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7770 gdbarch_extract_return_value, and gdbarch_store_return_value.
7771
7772 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7773
7774 * gdbint.texi (Target Conditionals): Remove documentation of
7775 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7776
7777 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7778
7779 * gdb.texinfo: Mention that inaccessible-by-default is on by
7780 default.
7781
7782 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7783
7784 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7785
7786 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7787
7788 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7789 multi-threaded watchpoints.
7790 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7791 checked. Describe sticky notification. Expand description
7792 of steppable and continuable watchpoints.
7793 (Watchpoints and Threads): New subsection.
7794
7795 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7796
7797 * gdb.texinfo (Setting Breakpoints): Revise
7798 documentation for pending breakpoints. Document
7799 breakpoints with multiple locations.
7800
7801 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7802
7803 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7804 Document -list-features.
7805
7806 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7807
7808 * gdb.texinfo (Output): Spell out which features of C's printf are
7809 not supported by GDB's printf.
7810 (Separate Debug Files): More accurate wording regarding build ID
7811 and a reference to the ld manual rather than the Fedora wiki.
7812
7813 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7814 Jim Blandy <jimb@codesourcery.com>
7815
7816 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7817 (Examining Memory): Update mentions of the 's' format.
7818 (Automatic Display): Likewise.
7819
7820 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7821
7822 * gdb.texinfo: Update the FSF's Back-Cover Text.
7823
7824 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7825 Eli Zaretskii <eliz@gnu.org>
7826
7827 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7828 Fixed the ``build ID'' name. New binaries build instructions for the
7829 build ID inclusion. Explain how the commands are specific to the build
7830 ID vs. debug link.
7831
7832 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7833
7834 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7835 indexing for ``build ID'' support.
7836
7837 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7838
7839 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7840 Enlisted BUILD ID to the debug file searching example.
7841 Included a BUILD ID `.note.gnu.build-id' section description.
7842 Updated/added the debug files splitting instructions for OBJCOPY.
7843
7844 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7845
7846 * gdb.texinfo (Variable Objects): Adjust docs
7847 for -var-info-expression and document
7848 -var-info-path-expression.
7849
7850 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7851
7852 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7853 (title page): Include the dedication in the printed manual, as a
7854 separate page after the copyright notice.
7855
7856 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7857 don't break a @var across a line.
7858
7859 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7860
7861 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7862 for include files.
7863
7864 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7865
7866 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7867 in annotate.texinfo.
7868 (Command History): Link to new node.
7869
7870 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7871
7872 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7873
7874 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7875
7876 * gdbint.texinfo (Target Conditionals): Fix last change.
7877
7878 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7879
7880 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7881 routines:
7882 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7883 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7884 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7885 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7886 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7887 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7888 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7889 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7890 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7891 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7892 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7893 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7894 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7895 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7896 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7897 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7898 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7899 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7900 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7901 (SOFTWARE_SINGLE_STEP_P)
7902
7903 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7904 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7905
7906 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7907 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7908 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7909 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7910 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7911 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7912 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7913 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7914 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7915 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7916
7917 (Converting an existing Target Architecture to Multi-arch): Remove
7918 section.
7919
7920 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7921 (gdbarch_addr_bits_remove): Add code example.
7922
7923 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7924
7925 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7926
7927 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7928 Add other missing entries. Adjust the table size to fit.
7929 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7930 stop reasons including the new "library" event.
7931 (General Query Packets): Adjust table widths for qSupported. Mention
7932 qXfer:libraries:read reply to qSupported and document the new packet.
7933 (Library List Format): New section.
7934
7935 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7936
7937 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7938
7939 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7940
7941 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7942
7943 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7944
7945 * gdbint.texinfo (Register and Memory Data): Break sections
7946 into nodes and add a menu.
7947
7948 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7949
7950 * gdb.texinfo (Examining Memory): Document the new behaviour.
7951
7952 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7953
7954 * gdb.texinfo (Standard Target Features): Document
7955 m68k features.
7956
7957 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7958
7959 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7960
7961 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7962
7963 * gdb.texinfo (Target Description Format): Add version attribute
7964 for <target>.
7965
7966 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7967
7968 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7969
7970 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7971
7972 * gdb.texinfo (MIPS Features): New subsection.
7973
7974 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7975 Markus Deuling <deuling@de.ibm.com>
7976
7977 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7978 and qXfer:spu:write packets and mention them under qSupported.
7979
7980 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7981 Markus Deuling <deuling@de.ibm.com>
7982
7983 * gdb.texinfo (Architectures): Add new SPU section to document
7984 Cell Broadband Engine SPU architecture specific commands.
7985
7986 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7987
7988 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7989 comments.
7990
7991 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7992
7993 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7994
7995 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7996
7997 * gdb.texinfo (Overview): Doc fix.
7998
7999 2007-05-22 Maciej W. Rozycki <macro@mips.com>
8000
8001 * gdb.texinfo (Remote Configuration): Document "set/show
8002 remoteflow".
8003
8004 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8005
8006 * gdb.texinfo (MIPS): Remove documentation for set mips
8007 saved-gpreg-size, show mips saved-gpreg-size, and set mips
8008 stack-arg-size.
8009
8010 2007-05-14 Bob Wilson <bob.wilson@acm.org>
8011
8012 * all-cfg.texi (GDBTUI): New.
8013 * gdb.texinfo (Mode Options): Use GDBTUI variable.
8014 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
8015 (TUI Configuration): Edit to improve clarity and fix problems of
8016 both style and content.
8017
8018 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
8019
8020 * observer.texi (GDB Observers): New observer "new_objfile".
8021
8022 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8023
8024 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
8025
8026 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
8027
8028 * gdb.texinfo (GDB/MI Variable Objects): Document
8029 frozen variables objects.
8030
8031 2007-04-13 Paul Brook <paul@codesourcery.com>
8032
8033 * gdb.texinfo: Document ieee_single and ieee_double target types.
8034
8035 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
8036
8037 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
8038 (Character Sets, Caching Data of Remote Targets): Likewise.
8039 (Targets): Delete Remote node. Move its text...
8040 (Debugging Remote Programs): ...to here. Delete description
8041 of the "remote" command.
8042 (Remote configuration): Delete description of "set remotedevice"
8043 and "show remotedevice".
8044 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
8045
8046 2007-04-11 Steve Ellcey <sje@cup.hp.com>
8047
8048 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
8049
8050 2007-04-11 Bob Wilson <bob.wilson@acm.org>
8051
8052 * gdb.texinfo (Contributors, Continuing and Stepping)
8053 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8054 (General Query Packets, File-I/O Remote Protocol Extension)
8055 (Protocol Basics, The F Reply Packet, Write)
8056 (Protocol-specific Representation of Datatypes, Memory Transfer):
8057 Fix hyphenation, punctuation and grammar problems.
8058 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8059 'section' instead of 'subsection' in the text.
8060 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8061 (i386): Remove period from section name.
8062 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8063 (Config Names, Configure Options): Use @file{configure}.
8064
8065 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8066
8067 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8068 and tab expansion.
8069
8070 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8071
8072 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8073
8074 2007-04-02 Bob Wilson <bob.wilson@acm.org>
8075
8076 * gdb.texinfo: Consistently capitalize all significant words in
8077 node names, chapter titles, section titles, and headings. Update
8078 cross references to match.
8079 (Starting and Stopping Trace Experiment): Make node name plural.
8080 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8081
8082 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8083
8084 * gdb.texinfo (WinCE): Delete obsolete subsection.
8085
8086 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8087
8088 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8089 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8090 references.
8091
8092 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8093
8094 * gdb.texinfo (Startup): Delete references to some alternate
8095 names for .gdbinit.
8096 (Thread): Remove LynxOS reference.
8097 (Tandem ST2000): Delete target-specific documentation.
8098 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8099 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8100 and GDB_OSABI_LYNXOS.
8101
8102 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8103
8104 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8105
8106 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8107
8108 * gdbint.texinfo (Target Conditionals): Remove mention of
8109 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8110 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8111
8112 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8113
8114 * Makefile.in: Add "pdfdir" installation
8115 directory, PDFTEX macro, support for "install-pdf" target,
8116 and rules for making a pdf version of refcard.texi.
8117 * refcard.tex: Specify paper size for PDF output.
8118
8119 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8120
8121 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8122
8123 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8124
8125 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8126 (Source Path, Character Sets, Macros, Define)
8127 (GDB/MI Result Records, GDB/MI Simple Examples)
8128 (GDB/MI Program Execution, GDB/MI File Commands)
8129 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8130 (Bug Reporting): Use @value{GCC}.
8131
8132 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8133
8134 * gdb.texinfo (Help): Fix formatting of examples.
8135 (Variables): Use @ifnotinfo instead of @iftex.
8136 (Non-debug DLL symbols): Use @ref instead of @pxref.
8137 (Sparclet File): Use @samp instead of quotes.
8138
8139 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8140
8141 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8142
8143 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8144
8145 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8146 the order of the nodes.
8147 (C Operators, C Constants, Debugging C): Remove extra menus.
8148 (Method Names in Commands): Do not specify next/prev/up nodes.
8149
8150 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8151
8152 * gdb.texinfo (File Options): Add missing parenthesis.
8153 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8154
8155 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8156
8157 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8158
8159 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8160
8161 * gdb.texinfo (Standard Target Features): Mention
8162 case insensitivity.
8163 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8164
8165 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8166
8167 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8168 (Files): Add section name to argument list for pxref.
8169 (Non-debug DLL symbols): Don't use `see' for pxref.
8170 (Embedded Processors): Fix typo.
8171 (GDB/MI Breakpoint Commands): Execution commands generate
8172 *stopped not ^done.
8173
8174 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8175
8176 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8177 values for in_scope. Mention that only root variables can be
8178 updated.
8179 (GDB/MI Development and Front Ends): Explain new values may be
8180 added to existing fields.
8181
8182 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8183
8184 * gdb.texinfo (-target-disconnect): Use @smallexample.
8185 (Requirements): Add anchor for Expat. Update description.
8186 (Target Descriptions): Mention Expat.
8187 (Target Description Format): Document new elements. Use
8188 @smallexample.
8189 (Predefined Target Types, Standard Target Features): New sections.
8190 * gdbint.texinfo (Target Descriptions): New section.
8191
8192 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8193
8194 * gdb.texinfo (Target Description Format): Add section on XInclude.
8195
8196 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8197
8198 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8199 command -enable-timings.
8200
8201 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8202
8203 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8204 descriptions for new/deleted elements in gdb_osabi. Add missing
8205 description for function generic_elf_osabi_sniff_abi_tag_sections.
8206
8207 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8208
8209 * gdb.texinfo (Maintenance Commands): Add documentation for
8210 the new "maint print target-stack" command.
8211
8212 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8213 Eli Zaretskii <eliz@gnu.org>
8214
8215 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8216
8217 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8218
8219 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8220 Use @value{NGCC} instead of @value{GCC}.
8221
8222 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8223
8224 * agentexpr.texi: Fix typos.
8225 * annotate.texinfo: Likewise.
8226 * gdb.texinfo: Likewise.
8227 * gdbint.texinfo: Likewise.
8228 * observer.texi: Likewise.
8229 * stabs.texinfo: Likewise.
8230
8231 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8232
8233 * gdbint.texinfo (Support Libraries): Remove mmalloc
8234 entry. Describe readline library.
8235
8236 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8237
8238 * gdb.texinfo (Target Descriptions): New section.
8239 (General Query Packets): Add QPassSignals anchor. Mention
8240 qXfer:features:read under qSupported. Expand mentions of
8241 qXfer:memory-map:read and QPassSignals. Document
8242 qXfer:features:read.
8243
8244 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8245
8246 * gdb.texinfo (Commands to specify files): Describe
8247 "set sysroot" and "show sysroot".
8248 (Using the `gdbserver' program): Lowercase argument
8249 to @var. Expand description of setting up GDB on the
8250 host.
8251
8252 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8253
8254 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8255 catch exception, catch exception unhandled, and catch assert
8256 commands.
8257
8258 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8259
8260 * gdb.texinfo (Debugging Output): Document "set debug xml"
8261 and "show debug xml".
8262
8263 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8264
8265 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8266
8267 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8268
8269 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8270
8271 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8272
8273 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8274 note in @ignore, to be removed later if nobody complains.
8275
8276 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8277
8278 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8279 of -var-delete.
8280
8281 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8282
8283 * gdb.texinfo (Setting breakpoints): Document
8284 automatic software/hardware breakpoint usage and
8285 the "set breakpoint auto-hw" command.
8286
8287 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8288
8289 * gdb.texinfo (Memory Access Checking): New.
8290
8291 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8292
8293 * gdb.texinfo (Remote configuration): Mention
8294 "pass-signals-packet".
8295 (General Query Packets): Document QPassSignals. Fix
8296 a typo.
8297
8298 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8299
8300 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8301
8302 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8303
8304 * gdb.texinfo (Remote configuration): Rewrite documentation for
8305 packet configuration commands.
8306 (OS Information): Adjust reference to qXfer:auxv:read.
8307 (General Query Packets): Remove references to read-aux-vector-packet
8308 and set remote get-thread-local-storage-address.
8309
8310 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8311
8312 * gdbint.texinfo (Target Architecture Definition): Add new
8313 Initializing a New Architecture section.
8314
8315 2006-10-31 David Taylor <dtaylor@emc.com>
8316
8317 * stabs.texinfo (Macro define and undefine): New node describing
8318 stabs for #define and #undef.
8319
8320 2006-10-27 Andreas Schwab <schwab@suse.de>
8321
8322 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8323
8324 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8325
8326 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8327 clarify on the possible meanings of ``expression'' watched by
8328 watchpoints. Add indexing.
8329 (Prompting, Errors, Invalidation, Annotations for Running)
8330 (Source Annotations): Fix index entries by adding "annotation" to
8331 them, to discriminate from index entries that point to the more
8332 general topic descriptions.
8333
8334 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8335
8336 * gdbint.texinfo (Target Vector Definition): Move most
8337 content into Existing Targets. Add a menu.
8338 (Existing Targets): New section, moved from Target Vector
8339 Definition. Use @subsection.
8340 (Managing Execution State): New section.
8341
8342 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8343
8344 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8345
8346 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8347
8348 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8349 (Command Syntax, Signals, Backtrace, Connecting)
8350 (Remote configuration, Renesas Boards, Console I/O): Fix last
8351 change: use Ctrl- instead of C-, except wrt Emacs.
8352 (File-I/O Examples): Put Ctrl-c in @kbd.
8353 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8354 (Console I/O): Use @samp with Ctrl-.
8355 (Signals, Set Breaks, Set Watchpoints): Document optional
8356 arguments to `info signals' `handle', `info breakpoints', and
8357 `info watchpoints'.
8358
8359 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8360
8361 * gdb.texinfo (Backtrace): Fix last change.
8362
8363 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8364
8365 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8366
8367 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8368
8369 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8370 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8371 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8372
8373 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8374 Daniel Jacobowitz <dan@codesourcery.com>
8375
8376 * gdb.texinfo (Packets): Document vFlashErase,
8377 vFlashWrite and vFlashDone packets.
8378 (General Query Packets): Document qXfer:memory-map:read.
8379 Add a new feature for qXfer:memory-map:read.
8380 (Memory map format): New section.
8381 (Target Commands): Mention that gdb can write flash.
8382
8383 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8384 Daniel Jacobowitz <dan@codesourcery.com>
8385
8386 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8387 memory regions and "mem auto".
8388
8389 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8390
8391 * gdbint.texinfo (Array Containers): New section.
8392
8393 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8394
8395 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8396 -stack-list-arguments HIGH_FRAME argument can be larger then the
8397 actual number of frames.
8398
8399 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8400
8401 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8402 -stack-list-locals HIGH_FRAME argument can be larger then the
8403 actual number of frames.
8404
8405 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8406
8407 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8408 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8409
8410 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8411
8412 * gdbint.texinfo (Overall Structure): New section "Source Tree
8413 Structure".
8414
8415 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8416
8417 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8418 responses.
8419
8420 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8421
8422 * gdb.texinfo (Source Path): Add documentation for new
8423 substitute-path commands.
8424
8425 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8426
8427 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8428 (Running Configure): ...here.
8429 (Requirements): New node. Mention expat.
8430
8431 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8432
8433 * gdb.texinfo (Target Commands): Remove
8434 'set download-write-size' and 'show download-write-size'.
8435
8436 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8437
8438 * stabs.texinfo (Member Type Descriptor): Correct example for
8439 pointer to member types.
8440
8441 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8442
8443 * gdb.texinfo (Optional warnings and messages): Add
8444 'set/show trace-commands'.
8445 (Command files): Add '-v' to source command.
8446
8447 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8448
8449 * gdb.texinfo (OS Information): Update qPart reference to
8450 qXfer.
8451 (Remote configuration): Likewise.
8452 (Overview): Move @cindex to the start of a paragraph. Talk
8453 about binary data encoding.
8454 (Packets): Refer to the overview for the details of the X
8455 packet encoding.
8456 (General Query Packets): Remove qPart description. Add qXfer
8457 description. Add an anchor to qSupported. Correct feature
8458 table title. Add a new feature for qXfer:auxv:read.
8459 (Interrupts): Add a missing parenthesis.
8460
8461 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8462
8463 * gdb.texinfo (KOD): Remove node.
8464 (GDB/MI Kod Commands): Remove commented out node.
8465
8466 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8467
8468 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8469 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8470 (GDB/MI Thread Commands, GDB/MI Program Execution)
8471 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8472 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8473 (GDB/MI File Commands, GDB/MI Target Manipulation)
8474 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8475 since the MI prompt is hard-wired into the code.
8476
8477 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8478
8479 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8480 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8481 (GDB/MI Data Manipulation): Remove description of unimplemented
8482 display related commands as variable objects perform this function
8483 and are superior: -display-delete, -display-disable,
8484 -display-enable, -display-insert and -display-list. Move
8485 -environment-cd, -environment-directory, -environment-path
8486 and -environment-pwd to "Program Context".
8487 (GDB/MI Program Control): Rename to "Program Execution". Move
8488 -exec-arguments -exec-abort to...
8489 (GDB/MI Program Context): ...here. New node split from "Data
8490 Manipulation".
8491
8492 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8493
8494 * gdb.texinfo (Remote configuration): Document set / show
8495 remote supported-packets.
8496 (General Query Packets): Document qSupported packet.
8497
8498 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8499
8500 * gdb.texinfo (system): Document behaviour with zero length
8501 string.
8502
8503 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8504
8505 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8506 and font markup.
8507 (Protocol basics): Likewise.
8508 (The F request packet): Likewise.
8509 (The F reply packet): Likewise.
8510 (Memory transfer): Move this node to be a subsubsection of
8511 "Protocol specific representation of datatypes".
8512 (The Ctrl-C message): More copy editing.
8513 (Console I/O): Likewise.
8514 (The isatty call): Delete this node, and merge its content into
8515 the "isatty" node. Fixed references elsewhere.
8516 (The system call): Delete this node, and merge its content into
8517 the "system" node. Fixed references elsewhere.
8518 (open): Reformat to use @table, and add appropriate font markup.
8519 (close): Likewise.
8520 (read): Likewise.
8521 (write): Likewise.
8522 (lseek): Likewise.
8523 (rename): Likewise.
8524 (unlink): Likewise.
8525 (stat/fstat): Likewise.
8526 (gettimeofday): Likewise.
8527 (isatty): Likewise.
8528 (system): Likewise, plus minor changes to fix confusing wording.
8529 (Integral datatypes): Fix font markup.
8530 (Pointer values): Likewise.
8531 (struct stat): Fix markup to use @table, plus minor copy editing.
8532 (struct timeval): Fix font markup, plus minor copy editing.
8533 (Constants): Minor copy editing.
8534 (Errno values): Add font markup.
8535 (File-I/O Examples): Likewise.
8536
8537 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8538
8539 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8540 (GDB/MI Simple Examples): Move node up one level. Use real
8541 examples.
8542 (GDB/MI Compatibility with CLI): Update.
8543 (GDB/MI Result Records): Add "connected" and "exit" result
8544 classes.
8545 (GDB/MI Stream Records): Clarify target output.
8546 (GDB/MI Command Description Format): Modify example description.
8547 (GDB/MI Breakpoint Table Commands): Rename to...
8548 (GDB/MI Breakpoint Commands): ...this
8549 (GDB/MI Breakpoint Commands): Add optional thread field.
8550 (GDB/MI Program Control): Add an introduction. Move "Program
8551 termination" examples into exec-run description.
8552 (GDB/MI File Commands): Mention similar CLI commands.
8553 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8554 is similar to "-gdb-version".
8555
8556 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8557
8558 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8559
8560 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8561
8562 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8563 sourceware.org for mailing lists.
8564 (GDB/MI File Commands): New node split from Program Control.
8565
8566 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8567
8568 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8569
8570 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8571
8572 * gdb.texinfo (Cygwin Native): Fix last change.
8573
8574 2006-05-22 Christopher Faylor <cgf@timesys.com>
8575
8576 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8577
8578 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8579
8580 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8581 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8582
8583 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8584
8585 * gdb.texinfo (General Query Packets): Recommend not starting
8586 new packets with qC and clarify.
8587
8588 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8589
8590 * gdb.texinfo (M2 Types): New section.
8591
8592 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8593
8594 * agentexpr.texi: Add a copyright and license notice.
8595 * observer.texi: Likewise, with GPL clause for function prototypes.
8596 Remove trailing whitespace.
8597
8598 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8599
8600 * gdb.texinfo (General Query Packets): Document conventions for
8601 terminating packet names, and their violations.
8602
8603 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8604
8605 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8606 * gdb.texinfo: Likewise.
8607
8608 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8609
8610 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8611 and "show remotedebug".
8612 (Debugging Output): Add additional index entries.
8613
8614 2006-04-27 Michael Snyder <msnyder@redhat.com>
8615
8616 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8617
8618 2006-04-22 Andrew Cagney <cagney@redhat.com>
8619
8620 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8621 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8622
8623 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8624
8625 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8626 and remove breakpoint prototypes.
8627 (Watchpoints): Move description of target_insert_hw_breakpoint and
8628 target_remove_hw_breakpoint ...
8629 (Breakpoints): ... to here. Document target_insert_breakpoint and
8630 target_remove_breakpoint.
8631
8632 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8633
8634 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8635 and C packets are optional.
8636
8637 2006-04-14 Frederic Riss <frederic.riss@st.com>
8638
8639 * gdb.texinfo (Specifying source directories): Update the description
8640 of the source file search to reflect the fact that the source path
8641 always contains at least $cdir and $cwd.
8642
8643 2006-03-31 Michael Snyder <msnyder@redhat.com>
8644
8645 * gdb.texinfo: Update copyright dates.
8646
8647 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8648
8649 * gdb.texinfo (Overview): Add an index entry to "empty response".
8650
8651 2006-03-29 Steve Ellcey <sje@cup.hp.com>
8652
8653 * gdb.texinfo: Remove gdbserve.nlm documentation.
8654
8655 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8656
8657 * gdbint.texinfo (Prologue Analysis): New section.
8658
8659 2006-03-07 Jim Blandy <jimb@red-bean.com>
8660
8661 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8662
8663 * gdb.texinfo (Target Commands): Update text describing how to
8664 specify a target. Refer to the detailed section on remote
8665 debugging, not the brief mention.
8666
8667 * gdb.texinfo (Connecting): Organize the different 'target remote'
8668 connection methods into a table. Add a 'target remote' index
8669 entry. (!!!)
8670
8671 2006-02-17 Fred Fish <fnf@specifix.com>
8672
8673 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8674 'ptype' commands to reflect the fact that the only significant
8675 difference between them is that ptype prints the complete type
8676 description instead of just the name.
8677
8678 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8679
8680 * gdbint.texinfo (Watchpoints): Delete
8681 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8682
8683 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8684
8685 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8686 times fields where needed. Fix typos. Update general form given
8687 for output of -break-insert.
8688 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8689
8690 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8691
8692 * gdbint.texinfo (Symbol Handling): Add a section
8693 on memory management.
8694
8695 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8696
8697 * gdb.texinfo (Breakpoint table commands): Document the fullname
8698 field in -break-list output.
8699
8700 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8701
8702 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8703 debugging information produced by the various "set debug..."
8704 options.
8705
8706 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8707
8708 * gdb.texinfo (Files): Remove obsolete bits from the description
8709 of "symbol-file".
8710
8711 2006-01-25 Jim Blandy <jimb@redhat.com>
8712
8713 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8714
8715 2006-01-24 Jim Blandy <jimb@redhat.com>
8716
8717 * gdbint.texinfo (Frames): Document the basics of GDB's register
8718 unwinding model, and explain the existence of the "sentinel" frame.
8719
8720 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8721
8722 * gdb.texinfo (Choosing files): Mention that -directory is used
8723 for script files.
8724 (Specifying source directories): Likewise.
8725 (Command files): Explain how script files are found.
8726
8727 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8728
8729 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8730 the threads in a multi-threaded program.
8731 (Threads): The threadno argument of "thread apply" can be a range
8732 of numbers.
8733
8734 2006-01-18 Jim Blandy <jimb@redhat.com>
8735
8736 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8737 of warning flags.
8738
8739 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8740
8741 * gdb.texinfo (Sequences): Improve menu annotations.
8742 (Define): Add index entries for arguments of user-defined
8743 commands. Move the description of flow-control commands...
8744 (Command Files): ...to here. Document loop_break and
8745 loop_continue.
8746 (Define, Command Files): Document `end' and add index entries for
8747 it.
8748
8749 2006-01-04 Michael Snyder <msnyder@redhat.com>
8750
8751 * gdb.texinfo: Add documentation for linux-fork.
8752 * gdbint.texinfo: Add internal documentation for checkpoints.
8753
8754 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8755
8756 * gdb.texinfo (Omissions from Ada): Document that there is now
8757 limited aggregate support.
8758
8759 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8760
8761 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8762 registers and the likes.
8763
8764 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8765
8766 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8767 (Symbols): Fix usage of "e.g.".
8768 (Memory Region Attributes): Fix usage of "etc."
8769
8770 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8771 (Coding): Fix usage of "e.g.".
8772
8773 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8774
8775 * stabs.texinfo:
8776 * refcard.tex:
8777 * gpl.texi:
8778 * gdbint.texinfo:
8779 * gdb.texinfo:
8780 * gdb-cfg.texi:
8781 * fdl.texi:
8782 * annotate.texinfo:
8783 * all-cfg.texi:
8784 * Makefile.in: Add (C) after Copyright. Update the FSF
8785 address.
8786
8787 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8788
8789 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8790 extend GDB with commands for external monitor.
8791
8792 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8793
8794 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8795
8796 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8797
8798 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8799
8800 2005-11-21 Jim Blandy <jimb@redhat.com>
8801
8802 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8803 placement of 'R' actions in tracepoint action packets; document
8804 dependence of 'X' and 'M' actions on a preceding 'R' action for
8805 their registers.
8806
8807 2005-11-19 Jim Blandy <jimb@redhat.com>
8808
8809 * gdb.texinfo (Tracepoint Packets): New node.
8810 (General Query Packets): Add entries for the tracepoint packets,
8811 referring to the "Tracepoint Packets" node.
8812 (Tracepoints): Add reference to "Tracepoint Packets".
8813
8814 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8815
8816 * gdb.texinfo (set remotebreak): Add anchor.
8817 (X packet): Likewise.
8818 (Remote Protocol): Add new section `Interrupts' and new index
8819 entry `interrupts (remote protocol)'.
8820
8821 2005-11-18 Jim Blandy <jimb@redhat.com>
8822
8823 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8824 entries into the General Query Packets section. Add a
8825 cross-reference to that section. Drop description of replies, as
8826 these are covered in the descriptions of each packet.
8827 (General Query Packets): Add introductory text. Explain naming
8828 conventions, and how the end of a name is recognized.
8829
8830 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8831
8832 * gdb.texinfo (Remote configuration): Fix typo in description of
8833 "set remotebreak" command.
8834
8835 2005-11-16 Jim Blandy <jimb@redhat.com>
8836
8837 * gdb.texinfo (Packets, Stop Reply Packets)
8838 (General Query Packets): Various formatting cleanups.
8839 - Use @samp for packet contents.
8840 - Drop summaries from packet @item lines; the same information appears
8841 immediately below in the description.
8842 - Delete paragraph breaks after packet @item commands, so that the
8843 description appears directly to the right of the packet prototype
8844 in the printed manual, if it fits.
8845 - Place spaces in packet prototypes between @vars and non-@var
8846 letters, and explain that they're just for formatting.
8847 - Use @dots{} instead of '...'.
8848 - Fix uses of @code where @var was needed.
8849 - Replace "deprecated" markers with English text spelling out the
8850 packet's status and the preferred alternatives.
8851 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8852 what this ever meant.
8853 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8854 this for a long time.
8855 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8856 implemented several times, and have been in use for years.
8857
8858 2005-11-15 Jim Blandy <jimb@redhat.com>
8859
8860 * gdb.texinfo (Packets): Add index entries for 'm' packet
8861 disclaimers.
8862
8863 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8864 of stub when processing an 'm' packet.
8865
8866 * gdb.texinfo (Packets): Mention that packets beginning with
8867 letters are reserved once, at the top, instead of actually listing
8868 them all and saying "reserved".
8869
8870 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8871
8872 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8873 Change @var{$arg0 to @code{$arg0.
8874
8875 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8876
8877 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8878
8879 2005-11-12 Jim Blandy <jimb@redhat.com>
8880
8881 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8882 order. Remove extraneous 'z'.
8883
8884 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8885
8886 * gdb.texinfo (Choosing files): Add --eval-command.
8887
8888 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8889
8890 * gdb.texinfo (Choosing modes): Add --return-child-result.
8891
8892
8893 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8894
8895 * gdb.texinfo (Choosing modes): Add --batch-silent.
8896
8897 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8898
8899 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8900 "The -var-update Command".
8901
8902 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8903
8904 * gdb.texinfo (Print Settings): Add documentation for set/show
8905 print array-indexes.
8906
8907 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8908
8909 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8910 6.2 and 6.3.
8911
8912 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8913
8914 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8915 since 19-Jan-2004.
8916 (Files): Likewise.
8917 (Variables, Symbols): Document the "<incomplete type>" message and
8918 its reasons.
8919
8920 2005-08-01 Fred Fish <fnf@specifix.com>
8921
8922 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8923
8924 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8925
8926 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8927 option for -var-list-children and -var-update.
8928 (GDB/MI Stack Manipulation): Simplify description of
8929 print-values option for -stack-list-locals.
8930 (GDB/MI Command Description Format): Clarify.
8931 (Mode Options): Spelling of superseded.
8932
8933 2005-07-12 Bob Rossi <bob@brasko.net>
8934
8935 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8936 corresponding GDB command comment.
8937
8938 2005-07-06 Bob Rossi <bob@brasko.net>
8939
8940 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8941 and -inferior-tty-show.
8942 (Input/Output): Document "set/show inferior-tty" and tty alias.
8943
8944 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8945
8946 * gdb.texinfo (Packets): Change description of 'D' packet to note
8947 that GDB does wait for a response.
8948
8949 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8950
8951 * gdb.texinfo (History) Rename "Command History".
8952 (Command History): Move node "Server Prefix" from section on
8953 Annotations here.
8954
8955 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8956
8957 * gdb.texinfo (GDB/MI Stack Manipulation):
8958 Re-instate -stack-info-frame with example. Say that it gets
8959 info on selected frame, not current frame.
8960
8961 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8962
8963 * gdb.texinfo (Server): Clarify that `file' should be used before
8964 connecting to the server.
8965 (Files): Add an xref to the above description.
8966 (Output Formats): More detailed description of the `c' format.
8967 (Memory): List explicitly all the formats supported by `x'.
8968 (Threads): Add an @cindex entry for "thread apply".
8969 (Files): Document the possibility of loading unlinked object
8970 files. Add more indexing for solib-absolute-prefix and
8971 --with-sysroot.
8972 (Machine Code): Document possible problems with locations in
8973 shared libraries.
8974 (Backtrace): Document that free-standing environments do not need
8975 to have a `main' function.
8976
8977 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8978
8979 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8980 -stack-info-frame.
8981
8982 2005-06-07 Andrew Cagney <cagney@gnu.org>
8983
8984 * gdb.texinfo (Contributors): Note the original multi-arch
8985 contributors.
8986
8987 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8988
8989 * gdb.texinfo (Registers): Add index entries for the standard
8990 registers.
8991 (Frames): Add cross-reference from frame pointer description to
8992 the Registers node.
8993 (Annotations Overview): Fix the reference to GDB name.
8994
8995 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8996
8997 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8998 can-use-hw-watchpoints.
8999
9000 2005-05-28 Bob Rossi <bob@brasko.net>
9001
9002 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
9003 the possible reasons why an exec async record would be returned to FE.
9004
9005 2005-05-26 Andrew Cagney <cagney@gnu.org>
9006
9007 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
9008 Andrew Cagney implemented the original GDB/MI.
9009
9010 2005-05-23 Orjan Friberg <orjanf@axis.com>
9011
9012 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
9013 documentation. Add documentation for cris-mode.
9014
9015 2005-05-20 Eli Zaretskii <eliz@gnu.org>
9016
9017 * gdb.texinfo (Numbers): Explain the example and make the wording
9018 more acurate.
9019
9020 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9021 Dennis Brueni <dennis@slickedit.com>
9022
9023 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
9024 (GDB/MI Data Manipulation, GDB/MI Program Control)
9025 (GDB/MI Stack Manipulation): Update examples to include the fullname
9026 attribute in stack frames.
9027
9028 2005-05-12 Eli Zaretskii <eliz@gnu.org>
9029
9030 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
9031 do with other non-standard names of init files.
9032
9033 2005-05-11 Eli Zaretskii <eliz@gnu.org>
9034
9035 * gdb.texinfo (Command Files): Move the description of the startup
9036 from here...
9037 (Startup): ...to this new subsection of the Invocation chapter.
9038 Rearrange the description of init files more logically and add a
9039 cross-reference to "Command Files". Document the special gdbinit
9040 name for CISCO 68k. Expand the description of what GDB does
9041 during startup.
9042 (History): Add index entry for HISTSIZE.
9043
9044 2005-05-02 Mark Kettenis <kettenis@gnu.org>
9045
9046 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
9047
9048 2005-05-02 Eli Zaretskii <eliz@gnu.org>
9049
9050 * gdb.texinfo (SVR4 Process Information, The isatty call)
9051 (The system call): Don't use foo(N) notation for man pages and
9052 functions.
9053 (Compilation, DJGPP Native): Improve wording.
9054
9055 2005-04-27 Eli Zaretskii <eliz@gnu.org>
9056
9057 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9058 were optimized away.
9059
9060 2005-04-22 Eli Zaretskii <eliz@gnu.org>
9061
9062 * gdb.texinfo (Remote configuration): Document "set/show
9063 get-thread-local-storage-address". Add cross-reference to the
9064 description of the qGetTLSAddr packet.
9065 (General Query Packets): Mention "set remote
9066 get-thread-local-storage-address" and add a reference to its
9067 description.
9068
9069 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
9070
9071 * gdb.texinfo (Backtrace): Describe 'bt full'.
9072
9073 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
9074
9075 * gdb.texinfo (Mode Options): Fix typo.
9076 (GDB/MI): Describe how to invoke GDB/MI.
9077
9078 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9079
9080 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9081 references changed. Add description of "info udot".
9082 (Files): Document "set/show stop-on-solib-events".
9083 (M32R/D): Document "set/show download-path", "set/show
9084 board-address", "set/show server-address", "upload", "tload".
9085 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9086 "use_mon_code", "use_ib_break", "use_dbt_break".
9087 (Maintenance Commands): Improve indexing.
9088 (Target Commands): Document "set/show hash", "set/show debug
9089 monitor".
9090 (SVR4 Process Information): Document "info pidlist" and "info
9091 meminfo". Document "set/show procfs-tarce" and "set/show
9092 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9093 (Symbols, The Print Command with Objective-C): Improve indexing.
9094 (Objective-C): Add references to "info classes" and "info
9095 selectors".
9096 (Debugging Output): Improve wording. Document "set/show debug
9097 solib-frv". Fix "set/show debugvarobj".
9098 (Set Breaks): Add index entry for "hardware breakpoints".
9099 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9100 and "set/show usehardbreakpoints".
9101 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9102 monitor-prompt", "set/show monitor-warnings", "pmon".
9103 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9104 rdiromatzero", "set/show rdiheartbeat".
9105 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9106 "sds".
9107 (Embedded Processors): Document the "sim" command.
9108 (Remote): Document the "remote" command.
9109 (DJGPP Native): Document the "info serial" command.
9110 (Threads): Document "maint info sol-threads".
9111 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9112 (Set Breaks): Improve indexing.
9113 (Command Syntax): Add a reference to dont-repeat.
9114 (Define): Document "dont-repeat".
9115 (TUI Commands): Document "tabset".
9116 (WinCE): New subsection. Document "set/show remotedirectory",
9117 "set/show remoteupload", "set/show remoteaddhost".
9118
9119 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9120
9121 * gdb.texinfo (Hurd Native): New subsection, documents
9122 Hurd-specific commands.
9123 (Maintenance Commands): Add cross-reference to "Debugging Output".
9124 (Debugging Output): Document "set/show debug lin-lwp".
9125 (MIPS): Improve documentation of heuristic-fence-post. Document
9126 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9127 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9128 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9129 (ARM): Document ARM-specific commands.
9130 (AVR): New section. Document "info io_registers".
9131 (CRIS): New section. Document "set/show cris-version" and
9132 "set/show cris-dwarf2-cfi".
9133 (HPPA): New section. Document "set/show debug hppa" and "maint
9134 print unwind".
9135 (Neutrino): New subsection. Document "set/show debug nto-debug".
9136 (Super-H): New section. Document the "regs" command.
9137 (Debugging Output): Document "set/show debug aix-thread".
9138
9139 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9140
9141 * gdb.texinfo (Print Settings): Document "set/show print
9142 pascal_static-members", "set print repeats", "show print
9143 null-stop". Improve indexing. Fix documentation of "set print
9144 union".
9145 (Pascal): New section.
9146 (Supported languages): Rename from "Support"; all references
9147 updated. Add a menu item for Pascal.
9148 (Numbers): Document "set radix.
9149 (Screen Size): Document "set/show pagination".
9150 (MIPS Embedded): Remove "set processor" documentation.
9151 (Remote configuration): Document "set/show X/P/Z-packet",
9152 "set/show read-aux-vector-packet", "set/show remote
9153 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9154 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9155 remotedebug", "set/show remotebreak", "set/show remotedevice",
9156 "set/show remotelogfile".
9157 (Auxiliary Vector): Add reference to the description of the
9158 read-aux-vector-packet setting.
9159 (Set Watchpoints): Add a cross-reference to "set remote
9160 hardware-breakpoint-limit".
9161 (General Query Packets): Add indexing of requests and
9162 cross-references to related commands in "Remote configuration".
9163 (File-I/O Overview, The system call): Fix wording and typos.
9164 (Thread Stops): Add index entries.
9165 (Continuing and Stepping): Document "show step-mode".
9166 (i386): New node. Document "set/show struct-convention".
9167 (Files): Document "show trust-readonly-sections".
9168 (Calling): Document "set/show unwindonsignal".
9169 (Messages/Warnings): Add index entries.
9170 (Maintenance Commands): Document "set/show watchdog".
9171 (Annotations Overview): Document "show annotate".
9172 (Set Watchpoints): Add index entries.
9173 (Symbols): Fix doc of case-sensitive.
9174 (ABI): Document "show coerce-float-to-double".
9175 (Convenience Vars, Help): Improve indexing.
9176 (Machine Code): Document "show disassembly-flavor".
9177 (Debugging C plus plus): Document "show overload-resolution".
9178 (Value History, Signaling): Add index entries.
9179
9180 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9181
9182 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9183 (Processes): Fix wording.
9184 (History, List, Logging output, Define, Symbols, Print Settings):
9185 Improve indexing.
9186
9187 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9188
9189 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9190 redundant index entry for "target" command.
9191 (Backtrace): Add index entries.
9192 (Symbols, Fortran): Document the "set case-sensitive" command.
9193 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9194 (Print Settings): Add index entry for "set demangle-style".
9195 (Target Commands): Document "set download-write-size".
9196 (Debugging Output): Document "set exec-done-display".
9197
9198 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9199
9200 * gdb.texinfo (Files): Fix the name and documentation of
9201 add-shared-symbol-files. Document its alias assf. Update the
9202 list of OSs where GDB supports shared libraries. Fix markup.
9203 (Continuing and Stepping): Add reference to @var{location} in the
9204 text.
9205 (Dump/Restore Files): Fix reference to @{filename}.
9206 (Help): Fix wording.
9207 (Attach): Ditto.
9208 (Set Watchpoints): Ditto.
9209 (Backtrace): Remove redundant index entries. Improve index
9210 entries.
9211 (Delete Breaks): Fix wording.
9212 (Memory): Document the compare-sections command.
9213 (Memory Region Attributes): Improve wording.
9214 (Disabling): Improve wording.
9215 (Fortran): New subsection. Document the "info common" command.
9216 (Help): Document aliases "info copying" and "info warranty".
9217 (Caching Remote Data): New section. Document the "set/show
9218 remotecache" and "info dcache" commands.
9219 (Show): Fix wording of the documentation of the "set
9220 extension-language" command.
9221 (Signals): Add index entry for "info handle".
9222 (Memory Region Attributes): Fix punctuation.
9223 (Symbols): Change the arg name to "location" and refer to it in
9224 the text. Fix wording of "info types" doc.
9225 (Threads): Fix usage of @enumerate @item's.
9226 (Listing Tracepoints): Add index entry for "info tp".
9227 (Set Watchpoints): Add xref to "info break" description.
9228 (Macros): Add an index entry for "macro exp1". Document the
9229 "macro list" command.
9230 (Maintenance Commands): Document "flushregs", "maint agent",
9231 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9232 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9233 "maint print architecture", "maint print objfiles", "maint print
9234 statistics", "maint print type", "maint show-debug-regs", "maint
9235 space", "maint time", and "maint translate-address".
9236 (Connecting): Document the "monitor" command.
9237 (Annotations Overview): Describe the "set annotate" command.
9238
9239 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9240
9241 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9242 Rearrange index entries and improve wording about support for
9243 hardware watchpoints.
9244
9245 2005-03-10 Bob Rossi <bob@brasko.net>
9246
9247 * gdb.texinfo: Update copyright
9248
9249 2005-02-09 Theodore A. Roth <troth@openavr.org>
9250
9251 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9252 error.
9253
9254 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9255
9256 * observer.texi (executable_changed): New observer.
9257
9258 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9259
9260 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9261
9262 2005-01-17 Michael Snyder <msnyder@redhat.com>
9263
9264 * gdb.texinfo: Fix spelling, infinte -> infinite.
9265
9266 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9267
9268 * observer.texi (GDB Observers): Document "solib_loaded".
9269
9270 2005-01-07 Andrew Cagney <cagney@gnu.org>
9271
9272 * configure.ac: Rename configure.in, require autoconf 2.59.
9273 * configure: Re-generate.
9274
9275 * configure.in: Replace configdirs with multiple references to
9276 AC_CONFIG_SUBDIRS.
9277 * configure: Re-generate.
9278
9279 2005-01-04 Andrew Cagney <cagney@gnu.org>
9280
9281 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9282 part of the version number.
9283
9284 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9285
9286 * gdbint.texinfo (Algorithms): Remove description of
9287 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9288
9289 2004-12-07 Jim Blandy <jimb@redhat.com>
9290
9291 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9292 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9293 numbers.
9294
9295 2004-12-07 Andreas Schwab <schwab@suse.de>
9296
9297 * gdb.texinfo (Mode Options): Document -l option.
9298
9299 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9300
9301 * gdbint.texinfo (Algorithms): More accurate description of
9302 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9303 is not needed unless data-read and data-access watchpoints are
9304 supported. Add a description of how GDB checks whether the
9305 inferior stopped because a watchpoint was hit.
9306
9307 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9308
9309 * gdb.texinfo (Files): Add cross-reference to description of
9310 -readnow command-line switch.
9311
9312 2004-11-10 Randolph Chung <tausq@debian.org>
9313
9314 * gdb.texinfo: Document set/show backtrace past-entry commands.
9315 Rearrange index entries for set/show backtrace past-main.
9316
9317 2004-11-10 Jon Beniston <jon@beniston.com>
9318
9319 Committed by Andrew Cagney <cagney@gnu.org>.
9320 * gdb.texinfo (Remote Serial Protocol): Further describe
9321 binary transfer escaping mechanism .
9322
9323 2004-11-08 Randolph Chung <tausq@debian.org>
9324
9325 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9326 and "show debug infrun". Add index entries.
9327
9328 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9329
9330 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9331 "info proc" that are already implemented. Add index entries.
9332 (Working Directory): Add a cross-reference to "info proc" command.
9333 (Files): Add a tip for decreasing memory used for symtabs from
9334 shared libraries.
9335 (Starting): Fix whitespace; make "elaboration" stand out where it
9336 is first used, and add an index entry for the term.
9337 (Calling): Expand and elaborate text. Add "print". Add the
9338 description of problems with weak aliases.
9339 (Core File Generation): New section.
9340
9341 2004-10-12 Andrew Cagney <cagney@gnu.org>
9342
9343 * gdbint.texinfo (Versions and Branches): New chapter.
9344 (Releasing GDB): Delete "Versions and Branches" section.
9345 (Top): Add "Versions and Branches".
9346
9347 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9348
9349 * gdb.texinfo (Editing, History): Add cross-references to the
9350 included Readline and History user documentation. Remove
9351 references to the symbol have-readline-appendices which is unused
9352 and undefined.
9353 (History): Fix indexing.
9354
9355 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9356
9357 * gdbint.texinfo (target_stopped_data_address): Update to
9358 new prototype.
9359 (i386_stopped_data_address): Update prototype and description.
9360 (i386_stopped_by_watchpoint): New function and description.
9361
9362 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9363
9364 * gdb.texinfo (Filenames): Add Ada suffixes.
9365 (Ada) New section.
9366
9367 2004-09-27 Andrew Cagney <cagney@gnu.org>
9368 Robert Picco <Robert.Picco@hp.com>
9369
9370 * gdb.texinfo (Packets): Document the "p" packet.
9371
9372 2004-09-21 Jason Molenda (jmolenda@apple.com)
9373
9374 * gdb.texinfo (Paths and Names of the Source Files): Document the
9375 meaning of values in the 'desc' field of a SO stab.
9376
9377 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9378
9379 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9380 max-cache-age" and "maint show dwarf2 max-cache-age".
9381
9382 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9383
9384 * gdb.texinfo (Set Breaks): Add index entry for setting
9385 breakpoints on overloaded C++ functions that are not members of
9386 any classes. Add an example and an index entry for setting
9387 breakpoints on all program functions.
9388 (Character Sets, Macros, Overlay Commands)
9389 (Non-debug DLL symbols, GDB/MI Output Syntax)
9390 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9391 Use "(@value{GDBP})" instead of a literal "(gdb)".
9392
9393 2004-09-12 Andrew Cagney <cagney@gnu.org>
9394
9395 * gdbint.texinfo (Native Debugging): Delete description of
9396 FILES_INFO_HOOK.
9397
9398 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9399
9400 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9401 to hex_string_custom (not historically correct, but more
9402 understandable, given the current code).
9403
9404 2004-09-03 Andrew Cagney <cagney@gnu.org>
9405
9406 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9407
9408 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9409
9410 * observer.texi (solib_unloaded): New observer.
9411
9412 2004-08-24 Andrew Cagney <cagney@gnu.org>
9413
9414 * gdbint.texinfo (Target Architecture Definition): Add missing
9415 comma.
9416
9417 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9418
9419 * (Using the Testsuite): build != host is supported,
9420 but some test scripts do not support build != host.
9421
9422 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9423
9424 * gdbint.texinfo (Host Definition): Delete description of
9425 FCLOSE_PROVIDED and GETENV_PROVIDED.
9426
9427 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9428
9429 * gdbint.texinfo (Host Definition): Remove documentation for
9430 USE_O_NOCTTY, no longer used.
9431
9432 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9433
9434 * gdbint.texinfo (Host Definition): Delete description of
9435 NO_SYS_FILE.
9436 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9437 PTRACE_FP_BUG.
9438
9439 2004-08-05 Andrew Cagney <cagney@gnu.org>
9440
9441 * gdbint.texinfo (Target Architecture Definition): Delete
9442 reference to deprecated_read_fp.
9443
9444 2004-08-02 Andrew Cagney <cagney@gnu.org>
9445
9446 * gdbint.texinfo (Target Architecture Definition): Delete
9447 description of DEPRECATED_REGISTER_BYTES.
9448
9449 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9450
9451 * gdb.texinfo (Source Path): Document the new behavior of
9452 searching for the source files.
9453
9454 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9455
9456 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9457 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9458 (Auto Display): Improve indexing.
9459
9460 2004-07-16 Andrew Cagney <cagney@gnu.org>
9461
9462 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9463 "-noasync".
9464
9465 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9466
9467 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9468 have the same prefix have only their prefix in the index.
9469
9470 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9471
9472 * gdb.texinfo (BSD libkvm Interface): New node (section)
9473 (Native): Add it to the menu.
9474
9475 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9476
9477 * gdbint.texinfo (Target Architecture Definition): Remove
9478 PCC_SOL_BROKEN.
9479
9480 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9481
9482 * gdbint.texinfo (Target Architecture Definition): Remove
9483 SUN_FIXED_LBRAC_BUG.
9484
9485 2004-06-26 Andrew Cagney <cagney@gnu.org>
9486
9487 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9488
9489 2004-06-20 Andrew Cagney <cagney@gnu.org>
9490
9491 * gdbint.texinfo (Target Architecture Definition): Deprecate
9492 USE_STRUCT_CONVENTION.
9493
9494 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9495
9496 gdb.texinfo (Bug Reporting): Mention session recording,
9497 with the script command or Emacs.
9498
9499 2004-06-18 Andrew Cagney <cagney@gnu.org>
9500
9501 * gdbint.texinfo (Target Architecture Definition): Deprecate
9502 FUNCTION_START_OFFSET.
9503
9504 2004-06-14 Andrew Cagney <cagney@gnu.org>
9505
9506 Based on changes from Karl Berry.
9507 * gdb.texinfo: Do not use @sc in a direntry.
9508 * stabs.texinfo: Change @dircateogry to "Software development".
9509 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9510
9511 2004-06-13 Andrew Cagney <cagney@gnu.org>
9512
9513 * gdbint.texinfo (Target Architecture Definition): Delete
9514 description of RETURN_VALUE_ON_STACK.
9515
9516 2004-06-09 Andrew Cagney <cagney@gnu.org>
9517
9518 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9519 deleted by previous patch.
9520
9521 2004-06-08 Andrew Cagney <cagney@gnu.org>
9522
9523 * gdbint.texinfo (Native Debugging): Delete documentation on
9524 ATTACH_DETACH.
9525
9526 2004-06-06 Randolph Chung <tausq@debian.org>
9527
9528 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9529
9530 2004-06-06 Randolph Chung <tausq@debian.org>
9531
9532 * gdb.texinfo (push_dummy_call): Update argument list to match
9533 the new push_dummy_call method signature. Describe the function
9534 argument.
9535
9536 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9537
9538 * gdb.texinfo (Starting): Document new start command.
9539
9540 2004-05-21 Andrew Cagney <cagney@redhat.com>
9541
9542 * observer.texi (GDB Observers): Document "inferior_created".
9543
9544 2004-05-08 Andrew Cagney <cagney@redhat.com>
9545
9546 * gdbint.texinfo (Target Architecture Definition): Delete
9547 description of DO_DEFERRED_STORES.
9548
9549 * gdbint.texinfo (Target Architecture Definition): Delete
9550 references to DEPRECATED_FIX_CALL_DUMMY.
9551
9552 * gdbint.texinfo (Target Architecture Definition): Delete
9553 description of DEPRECATED_CALL_DUMMY_WORDS,
9554 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9555
9556 * gdbint.texinfo (Target Architecture Definition): Delete
9557 description of DEPRECATED_PUSH_DUMMY_FRAME.
9558
9559 * gdbint.texinfo (Target Architecture Definition): Delete
9560 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9561
9562 2004-05-07 Andrew Cagney <cagney@redhat.com>
9563
9564 * observer.texi (GDB Observers): Add "Debugging" section. Include
9565 cross reference to "set/show debug observer".
9566 * gdb.texinfo (Debugging Output): Document "set/show debug
9567 observer".
9568
9569 2004-05-01 Andrew Cagney <cagney@redhat.com>
9570
9571 * gdbint.texinfo (Target Architecture Definition): Delete
9572 description of DEPRECATED_PC_IN_SIGTRAMP.
9573
9574 2004-04-30 Andrew Cagney <cagney@redhat.com>
9575
9576 * gdbint.texinfo (Target Architecture Definition): Delete
9577 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9578
9579 2004-04-30 Orjan Friberg <orjanf@axis.com>
9580
9581 * observer.texi (GDB Observers): Correct spelling.
9582
9583 2004-04-26 Orjan Friberg <orjanf@axis.com>
9584
9585 * observer.texi (GDB Observers): Add target_changed event.
9586
9587 2004-04-08 Andrew Cagney <cagney@redhat.com>
9588
9589 * observer.texi (GDB Observers): Rework, provide generic observer
9590 definitions and then a list of observable events.
9591
9592 2004-04-04 Andrew Cagney <cagney@redhat.com>
9593
9594 * gdbint.texinfo (Host Definition): Delete reference to
9595 NO_SIGINTERRUPT.
9596
9597 2004-04-02 Andrew Cagney <cagney@redhat.com>
9598
9599 * gdbint.texinfo (Target Architecture Definition): Delete
9600 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9601
9602 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9603
9604 * gdb.texinfo (TUI Commands): Document tui reg commands.
9605
9606 2004-03-26 Andrew Cagney <cagney@redhat.com>
9607
9608 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9609 "gdbtui".
9610 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9611 (Contributors): Mention both Text and Terminal User Interface.
9612
9613 2004-03-23 Andrew Cagney <cagney@redhat.com>
9614
9615 * gdbint.texinfo (Target Architecture Definition): Deprecate
9616 references to SIGTRAMP_START and SIGTRAMP_END.
9617
9618 2004-03-23 Andrew Cagney <cagney@redhat.com>
9619
9620 * gdbint.texinfo (Target Architecture Definition): Deprecate
9621 references to PC_IN_SIGTRAMP.
9622
9623 2004-03-19 Andrew Cagney <cagney@redhat.com>
9624
9625 * gdbint.texinfo (Target Architecture Definition): Delete
9626 reference to GDB_TARGET_IS_HPPA.
9627
9628 2004-03-18 Andrew Cagney <cagney@redhat.com>
9629
9630 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9631 describe pre_init and post_init.
9632
9633 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9634
9635 * gdb.texinfo (Debugging Output): Document values for "set debug
9636 target".
9637
9638 2004-02-28 Andrew Cagney <cagney@redhat.com>
9639
9640 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9641
9642 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9643
9644 * gdb.texinfo (breakpoints): Add information about the
9645 new "set breakpoint pending" and "show breakpoint pending"
9646 commands.
9647
9648 2004-02-26 Andrew Cagney <cagney@redhat.com>
9649
9650 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9651 in Per-architecture module data section.
9652
9653 2004-02-25 Roland McGrath <roland@redhat.com>
9654
9655 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9656
9657 2004-02-24 Andrew Cagney <cagney@redhat.com>
9658
9659 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9660 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9661 * fdl.texi: Import Version 1.2, November 2002.
9662
9663 2004-02-17 Andrew Cagney <cagney@redhat.com>
9664
9665 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9666
9667 2004-02-16 Andrew Cagney <cagney@redhat.com>
9668
9669 * gdbint.texinfo (Target Architecture Definition): Deprecate
9670 FRAMELESS_FUNCTION_INVOCATION.
9671
9672 2004-02-16 Andrew Cagney <cagney@redhat.com>
9673
9674 * gdbint.texinfo (Coding): Mention -Wunused-function.
9675
9676 2004-02-14 Andrew Cagney <cagney@redhat.com>
9677
9678 * gdbint.texinfo (Target Architecture Definition): Delete
9679 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9680
9681 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9682
9683 * gdb.texinfo: Properly quote the name "C++".
9684 * gdbint.texinfo: Ditto.
9685 * stabs.texinfo: Ditto.
9686
9687 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9688
9689 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9690 minimal information about libiberty.
9691
9692 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9693
9694 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9695
9696 2004-02-04 Roland McGrath <roland@redhat.com>
9697
9698 * gdb.texinfo (Auxiliary Vector): New node (section).
9699 (Data): Add it to the menu.
9700
9701 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9702
9703 * gdb.texinfo (Breakpoints): Add information about pending
9704 breakpoint support.
9705
9706 2004-01-26 Andrew Cagney <cagney@redhat.com>
9707
9708 * gdb.texinfo (Overview): Delete references to the cisco protocol
9709 including the "N" response.
9710
9711 2004-01-26 Andrew Cagney <cagney@redhat.com>
9712
9713 * gdbint.texinfo (Target Architecture Definition): Rename
9714 EXTRACT_STRUCT_VALUE_ADDRESS to
9715 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9716
9717 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9718
9719 * gdb.texinfo (KOD): Document "show os". Add index entries for
9720 "set/show os" and "info cisco" commands.
9721
9722 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9723
9724 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9725
9726 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9727
9728 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9729 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9730
9731 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9732
9733 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9734 -stack-list-locals.
9735 (GDB/MI Variable Objects): Describe extension to
9736 -var-list-children.
9737
9738 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9739
9740 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9741
9742 2004-01-17 Andrew Cagney <cagney@redhat.com>
9743
9744 * gdbint.texinfo (Target Architecture Definition): Delete
9745 documentation on DEPRECATED_NPC_REGNUM.
9746
9747 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9748
9749 * gdb.texinfo: Update copyright year. Mention that set
9750 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9751 "set follow-fork-mode ask".
9752
9753 2004-01-13 Andrew Cagney <cagney@redhat.com>
9754
9755 * gdbint.texinfo: Update copyright year.
9756 (Coding): Add -Wunused-label to list of -Werror warnings.
9757
9758 2004-01-08 Jason Molenda <jmolenda@apple.com>
9759 Eli Zaretskii <eliz@gnu.org>
9760
9761 * gdb.texinfo: Update copyright.
9762 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9763 around names, as appropriate. Minor syntax cleanup of
9764 _NSPrintForDebugger explanation. Two spaces after periods.
9765 GDBN used instead of lit. "gdb". Index entries added for
9766 print-object and _NSPrintForDebugger. @noindent added in one spot.
9767
9768 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9769
9770 * stabs.texinfo: Add dircategory and direntry commands.
9771 * annotate.texinfo: Ditto.
9772
9773 2003-11-10 Andrew Cagney <cagney@redhat.com>
9774
9775 * gdbint.texinfo (Target Architecture Definition): Replace the
9776 return_value method's "inval" and "outval" parameters with
9777 "readbuf" and "writebuf".
9778
9779 2003-10-28 Jim Blandy <jimb@redhat.com>
9780
9781 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9782 from "The `F' request packet" and "The `F' reply packet", to make
9783 texi2dvi happy.
9784 (File-I/O remote protocol extension): Update menu entries, too.
9785
9786 2003-10-26 Michael Chastain <mec@shout.net>
9787
9788 * gdb.texinfo (Thread Stops): Document the issue with
9789 premature return from system calls in multi-threaded programs.
9790
9791 2003-10-24 Andrew Cagney <cagney@redhat.com>
9792
9793 * annotate.texinfo: Fix "fortunatly"[sic].
9794
9795 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9796
9797 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9798 with "Hitachi" and "Mitsubishi".
9799
9800 2003-10-20 Andrew Cagney <cagney@redhat.com>
9801
9802 * gdbint.texinfo (Target Architecture Definition): Document
9803 gdbarch_return_value. Add cross references from
9804 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9805 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9806
9807 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9808
9809 * gdbint.texinfo (Target Architecture Definition): Document
9810 regset_from_core_section.
9811
9812 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9813
9814 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9815
9816 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9817
9818 From Anthony Green <green@redhat.com>:
9819 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9820
9821 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9822
9823 * gdb.texinfo (Breakpoint related warnings): New node.
9824 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9825
9826 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9827
9828 * gdb.texinfo (Remote Protocol): Document v and vCont.
9829
9830 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9831
9832 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9833 * gdbint.texinfo: Ditto.
9834
9835 2003-10-09 Andrew Cagney <cagney@redhat.com>
9836
9837 From 2003-09-18 David Anderson <davea@sgi.com>:
9838 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9839 "command".
9840
9841 2003-10-03 Andrew Cagney <cagney@redhat.com>
9842
9843 * gdbint.texinfo (Target Architecture Definition): Deprecate
9844 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9845 just target.
9846
9847 2003-10-02 Andrew Cagney <cagney@redhat.com>
9848
9849 * gdbint.texinfo (Target Architecture Definition): Rename
9850 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9851 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9852 * gdbint.texinfo (Target Architecture Definition): Rename
9853
9854 2003-09-30 Andrew Cagney <cagney@redhat.com>
9855
9856 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9857 (Target Architecture Definition):
9858
9859 * gdbint.texinfo (Target Architecture Definition): Rename
9860 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9861
9862 2003-09-29 Andrew Cagney <cagney@redhat.com>
9863
9864 * gdbint.texinfo (Target Architecture Definition): Delete
9865 documentation for NEED_TEXT_START_END.
9866
9867 * gdbint.texinfo (Target Architecture Definition): Rename
9868 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9869 TARGET_WRITE_PC.
9870
9871 2003-09-22 Michael Chastain <mec@shout.net>
9872
9873 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9874
9875 2003-09-21 Anthony Green <green@redhat.com>
9876
9877 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9878
9879 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9880
9881 * gdbint.texinfo (Target Architecture Definition): Document
9882 stabs_argument_has_addr.
9883
9884 2003-09-18 Andrew Cagney <cagney@redhat.com>
9885
9886 * gdbint.texinfo (Target Architecture Definition): Delete
9887 documentation on REGISTER_NAMES.
9888
9889 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9890
9891 * gdbint.texinfo (Target Architecture Definition): Replace
9892 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9893
9894 2003-09-11 Andrew Cagney <cagney@redhat.com>
9895
9896 * gdbint.texinfo (Target Architecture Definition): Replace
9897 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9898
9899 2003-08-18 Andrew Cagney <cagney@redhat.com>
9900
9901 * gdbint.texinfo (Target Architecture Definition): Document
9902 "frame_red_zone_size".
9903
9904 2003-08-09 Andrew Cagney <cagney@redhat.com>
9905
9906 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9907 with "set/show backtrace past-main" and "set/show backtrace
9908 limit".
9909
9910 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9911
9912 * Makefile.in (install-info): Support DESTDIR.
9913 (install-html): Likewise.
9914
9915 2003-08-07 Andrew Cagney <cagney@redhat.com>
9916
9917 Patch from Nick Roberts.
9918 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9919 bindings. Remove description of send-gdb-command.
9920
9921 2003-08-07 Andrew Cagney <cagney@redhat.com>
9922
9923 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9924 GDB 6.0.
9925
9926 2003-08-06 Andrew Cagney <cagney@redhat.com>
9927
9928 * gdb.texinfo (Mode Options): Mention that level three is the
9929 highest available and that level 2 is deprecated.
9930 (Annotations Overview): Mention annotation levels. Cross reference
9931 to "Limitations of the Annotation Interface" in annotate.texi.
9932 (TODO, Value Annotations, Frame Annotations): Delete section.
9933 (Displays, Breakpoint Info): Delete.
9934
9935 2003-08-04 Andrew Cagney <cagney@redhat.com>
9936
9937 * agentexpr.texi: Delete @bye.
9938 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9939 (stabs.info): Add $(srcdir) to include search path.
9940 (html): Depend on "annotate_toc.html", and not "annotate.html".
9941 * stabs.texinfo: Ditto. Include "fdl.texi".
9942 * gdbint.texinfo: Update copyright statement's list of invariant
9943 sections.
9944
9945 2003-07-28 Andrew Cagney <cagney@redhat.com>
9946
9947 * Makefile.in (INFO_DEPS): Add annotate.info.
9948 (dvi, ps, html, pdf): Add annotate.
9949 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9950 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9951 (ANNOTATE_DOC_FILES): New macro.
9952 (ANNOTATE_TEX_TMPS): New macro.
9953 (annotate.info, annotate_toc.html): Specify dependencies.
9954 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9955 * annotate.texinfo: Rename annotate.texi. Get building. Add
9956 "Migrating to GDB/MI" and "Limitations of the Annotation
9957 Interface" chapters. Mention why it is not part of the user
9958 guide. Update copyright notice. Include "fdl.texi".
9959
9960 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9961
9962 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9963
9964 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9965
9966 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9967
9968 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9969
9970 * gdb.texinfo (Server): Mention pidof.
9971
9972 2003-07-22 Andrew Cagney <cagney@redhat.com>
9973
9974 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9975 list.
9976
9977 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9978
9979 * gdb.texinfo (Logging output): New chapter.
9980
9981 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9982
9983 * gdb.texinfo (Unsupported languages): New section.
9984 (Languages): Add link to new section.
9985
9986 2003-06-22 Andrew Cagney <cagney@redhat.com>
9987
9988 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9989
9990 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9991
9992 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9993
9994 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9995
9996 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9997 * agentexpr.texi: Retitle section, and change it to an appendix.
9998 Comment out texinfo initialization. Factor a @var{} into two
9999 pieces to prevent makeinfo warnings.
10000 * gdb.texinfo: Add Agent Expressions appendix.
10001
10002 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
10003
10004 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
10005
10006 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
10007
10008 * gdb.texinfo (Remote Debugging): New section "Connecting to a
10009 remote target". Document the "detach" and "disconnect" commands.
10010 (Server, Netware, Debug Session): Reference "Connecting to a
10011 remote target".
10012 (GDB/MI Target Manipulation): Document "-target-disconnect".
10013
10014 2003-06-13 Andrew Cagney <cagney@redhat.com>
10015
10016 * gdbint.texinfo (Target Architecture Definition): Deprecate
10017 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
10018 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
10019
10020 2003-06-09 Jim Blandy <jimb@redhat.com>
10021
10022 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
10023
10024 2003-06-08 Andrew Cagney <cagney@redhat.com>
10025
10026 * gdbint.texinfo (Target Architecture Definition): Delete
10027 documentation on FRAME_ARGS_ADDRESS_CORRECT.
10028
10029 2003-06-08 Andrew Cagney <cagney@redhat.com>
10030
10031 * gdbint.texinfo (Target Architecture Definition): Document
10032 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
10033
10034 2003-06-07 Adam Fedor <fedor@gnu.org>
10035
10036 * gdb.texinfo: Add Objective-C documentation.
10037
10038 2003-06-01 Andrew Cagney <cagney@redhat.com>
10039
10040 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
10041 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
10042
10043 2003-05-21 Andrew Cagney <cagney@redhat.com>
10044
10045 * gdbint.texinfo (Target Architecture Definition): Delete
10046 references to "extract_address" and "store_address".
10047
10048 2003-05-16 Andrew Cagney <cagney@redhat.com>
10049
10050 * gdbint.texinfo (Target Architecture Definition): Replace
10051 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
10052 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10053
10054 2003-05-14 Theodore A. Roth <troth@openavr.org>
10055
10056 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10057
10058 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10059
10060 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10061 (gdb.dvi): Likewise.
10062 (gdb.pdf): Likewise.
10063 (links2roff): Likewise.
10064
10065 2003-05-08 Jim Blandy <jimb@redhat.com>
10066
10067 * gdb.texinfo (Dump/Restore Files): Update documentation for
10068 'dump', 'append', and 'restore': note that format argument is
10069 optional; simplify presentation of the command variants; and be
10070 more precise about the formats.
10071
10072 2003-05-07 Jim Blandy <jimb@redhat.com>
10073
10074 * gdb.texinfo (Symbols): Update documentation: 'maint list
10075 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10076 symtabs' and 'maint info psymtabs'.
10077
10078 2003-05-05 Andrew Cagney <cagney@redhat.com>
10079
10080 * gdbint.texinfo (Target Architecture Definition): Make
10081 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10082 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10083 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10084
10085 2003-05-04 Andrew Cagney <cagney@redhat.com>
10086
10087 * gdb.texinfo (Maintenance Commands): Document "maint print
10088 dummy-frames".
10089
10090 2003-05-04 Andrew Cagney <cagney@redhat.com>
10091
10092 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10093
10094 2003-05-03 J. Brobecker <brobecker@gnat.com>
10095
10096 Thierry Schneider <tpschneider1@yahoo.com>
10097 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10098 for new MI command.
10099
10100 2003-05-03 Andrew Cagney <cagney@redhat.com>
10101
10102 * gdbint.texinfo (Target Architecture Definition): Document
10103 push_dummy_code. Add cross references.
10104
10105 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10106
10107 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10108 set/show charsets commands.
10109
10110 2003-04-28 Andrew Cagney <cagney@redhat.com>
10111
10112 * gdbint.texinfo (Target Architecture Definition): Replace
10113 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10114 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10115
10116 2003-04-28 Andrew Cagney <cagney@redhat.com>
10117
10118 * gdbint.texinfo (Target Architecture Definition): Rename
10119 "tm_print_insn" to "deprecated_tm_print_insn".
10120
10121 2003-04-09 Jim Blandy <jimb@redhat.com>
10122
10123 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10124 list psymtabs'.
10125
10126 2003-04-08 Andrew Cagney <cagney@redhat.com>
10127
10128 * gdbint.texinfo (Target Architecture Definition): Delete
10129 references to EXTRA_FRAME_INFO.
10130
10131 2003-04-08 Andrew Cagney <cagney@redhat.com>
10132
10133 * gdbint.texinfo (Target Architecture Definition): Delete
10134 PRINT_TYPELESS_INTEGER.
10135
10136 2003-04-02 J. Brobecker <brobecker@gnat.com>
10137
10138 * observer.texi (GDB Observers): Adjust the documentation for the
10139 normal_stop notification to better describe reality. Fix a couple
10140 of minor typos.
10141
10142 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10143
10144 * gdb.texinfo (GDB/MI Program Control): Add
10145 '-file-list-exec-source-file'
10146
10147 2003-03-31 Andrew Cagney <cagney@redhat.com>
10148
10149 * gdbint.texinfo (Target Architecture Definition): Delete
10150 references to CALL_DUMMY_P.
10151
10152 2003-03-30 Andrew Cagney <cagney@redhat.com>
10153
10154 * gdbint.texinfo (Target Architecture Definition): Remove
10155 reference to TARGET_WRITE_SP.
10156
10157 2003-03-27 Andrew Cagney <cagney@redhat.com>
10158
10159 * gdbint.texinfo (Target Architecture Definition): Remove
10160 references to write_sp.
10161
10162 2003-03-27 Andrew Cagney <cagney@redhat.com>
10163
10164 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10165 chapter body. Use @smallexample instead of @example.
10166 (Annotations): Ditto.
10167 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10168 annotate.texi.
10169
10170 2003-03-26 Andrew Cagney <cagney@redhat.com>
10171
10172 * gdbint.texinfo (Target Architecture Definition): Replace
10173 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10174 dummy_addr parameters.
10175
10176 2003-03-25 Andrew Cagney <cagney@redhat.com>
10177
10178 * gdbint.texinfo (Target Architecture Definition): Delete
10179 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10180 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10181 Add reference to PUSH_ARGUMENTS.
10182
10183 2003-03-23 Andrew Cagney <cagney@redhat.com>
10184
10185 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10186 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10187
10188 2003-03-18 J. Brobecker <brobecker@gnat.com>
10189
10190 * gdbint.texinfo (Algorithms): Add new section describing the
10191 Observer paradigm.
10192 (Top): Add menu entry to new observer appendix.
10193 * observer.texi: New file.
10194 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10195 new observer.texi file.
10196
10197 2003-03-17 Andrew Cagney <cagney@redhat.com>
10198
10199 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10200 that GNU Press update the manual version number.
10201
10202 2003-03-12 Andrew Cagney <cagney@redhat.com>
10203
10204 * gdbint.texinfo (Target Architecture Definition): Delete
10205 references to get_saved_register. Rename GET_SAVED_REGISTER to
10206 DEPRECATED_GET_SAVED_REGISTER.
10207
10208 2003-03-13 Andrew Cagney <cagney@redhat.com>
10209
10210 * gdbint.texinfo (Target Architecture Definition): Replace
10211 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10212
10213 2003-03-12 Andrew Cagney <cagney@redhat.com>
10214
10215 * gdbint.texinfo (Target Architecture Definition): Rename
10216 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10217
10218 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10219
10220 * gdb.texinfo: Add File-I/O documentation.
10221
10222 2003-03-10 Andrew Cagney <cagney@redhat.com>
10223
10224 * gdbint.texinfo (Target Architecture Definition): Cross reference
10225 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10226
10227 2003-03-07 Andrew Cagney <cagney@redhat.com>
10228
10229 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10230 frame" command.
10231
10232 2003-03-05 Andrew Cagney <cagney@redhat.com>
10233
10234 * gdbint.texinfo (Target Architecture Definition): Document
10235 unwind_dummy_id. Cross reference unwind_dummy_id and
10236 SAVE_DUMMY_FRAME_TOS.
10237
10238 2003-03-05 James Ingham <jingham@apple.com>
10239 Daniel Jacobowitz <drow@mvista.com>
10240
10241 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10242 and "show cp-abi".
10243
10244 2003-03-03 Andrew Cagney <cagney@redhat.com>
10245
10246 * gdbint.texinfo (Target Architecture Definition): Document
10247 register_type.
10248
10249 2003-03-03 Andrew Cagney <cagney@redhat.com>
10250
10251 * stabs.texinfo (Structures): Use @samp and separate @var's
10252 instead of a single @var containing a comma separated list.
10253 (Unions): Ditto.
10254
10255 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10256
10257 * Makefile.in (distclean): Remove config.log.
10258
10259 2003-03-01 Andrew Cagney <cagney@redhat.com>
10260
10261 * gdbint.texinfo (Target Architecture Definition): Rename
10262 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10263
10264 2003-03-01 Andrew Cagney <cagney@redhat.com>
10265
10266 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10267 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10268
10269 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10270
10271 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10272 (Non-debug DLL symbols): New node, describing the minimal symbols
10273 loaded from DLLs without real debugging symbols.
10274
10275 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10276
10277 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10278 hardware-breakpoint-limit".
10279 (Set Watchpoints): Add cross reference to "set remote
10280 hardware-watchpoint-limit".
10281 (Remote configuration options): New section.
10282
10283 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10284
10285 * gdbint.texinfo (Target Architecture Definition): Delete
10286 descrption of IS_TRAPPED_INTERNALVAR.
10287
10288 From Keith Seitz <keiths@redhat.com>:
10289 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10290 option "-i"/"--interpreter" to this chapter. Include index
10291 entries.
10292
10293 2003-02-04 David Carlton <carlton@math.stanford.edu>
10294
10295 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10296 (Variables): Recommend stabs+ and DWARF 2.
10297 (C plus plus expressions): Correct info about
10298 compiler versions, debug formats.
10299 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10300 PR symtab/874.
10301
10302 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10303
10304 * gdbint.texinfo (Target Architecture Definition): Delete
10305 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10306 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10307 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10308 references to nindy and i960.
10309 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10310
10311 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10312
10313 * gdbint.texinfo (Target Architecture Definition): Delete
10314 FLOAT_INFO.
10315
10316 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10317
10318 * stabs.texinfo (Member Type Descriptor): Clarify description of
10319 `@'. Suggested by Ben Hutchings.
10320
10321 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10322
10323 * gdb.texinfo (M68K): Delete reference to es1800.
10324
10325 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10326
10327 * gdb.texinfo (Maintenance Commands): Document `maint print
10328 reggroups' and `maint print register-groups'.
10329 * gdbint.texinfo (Target Architecture Definition): Document
10330 register_reggroup_p.
10331
10332 2003-01-23 Jim Blandy <jimb@redhat.com>
10333
10334 * gdb.texinfo (Separate Debug Files): New section.
10335
10336 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10337
10338 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10339 and "maint show profile".
10340
10341 2003-01-16 Michael Chastain <mec@shout.net>
10342
10343 * gdb.texinfo (Installing GDB): Warn against
10344 ".../gdb-VERSION/gdb/configure".
10345 (Separate Objdir): Likewise.
10346
10347 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10348
10349 * gdbint.texinfo (Target Architecture Definition): Delete
10350 definition of PRINT_REGISTER_HOOK.
10351
10352 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10353
10354 (OpenRISC 1000): Fix formatting of command names.
10355
10356 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10357
10358 * gdb.texinfo (Continuing and Stepping): Add new command
10359 'advance'. Clarify behavior of 'until'.
10360
10361 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10362
10363 * gdb.texinfo (Files): Document solib-absolute-prefix and
10364 solib-search-path.
10365
10366 2003-01-09 Michael Chastain <mec@shout.net>
10367
10368 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10369 (Create a Release): Add new instructions for new @file{src-release}.
10370 Document existing instructions for @file{Makefile.in} as
10371 being for @value{GDBN} 5.3.1 or earlier.
10372
10373 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10374
10375 * gdbint.texinfo (Target Architecture Definition): Mention
10376 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10377 allocate memory.
10378
10379 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10380
10381 * gdb.texinfo (Controlling GDB): Add @kindex for
10382 "show osabi".
10383 (Backtraces): Add @kindex's for backtrace-below-main.
10384
10385 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10386
10387 * gdb.texinfo (Controlling GDB): Document "set osabi".
10388
10389 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10390
10391 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10392 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10393
10394 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10395
10396 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10397 "set coerce-float-to-double".
10398 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10399
10400 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10401
10402 * stabs.texinfo: Remove obsolete text.
10403 * gdbint.texinfo: Ditto.
10404 * gdb.texinfo: Ditto.
10405
10406 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10407
10408 * fdl.texi: Revert the last change.
10409
10410 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10411
10412 * gdbint.texinfo (Target Architecture Definition): Update
10413 description of gdbarch_register_osabi.
10414
10415 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10416
10417 * agentexpr.texi: Fix typos.
10418 * annotate.texi: Likewise.
10419 * fdl.texi: Likewise.
10420
10421 2002-12-10 Andrew Cagney <cagney@redhat.com>
10422
10423 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10424 DEPRECATED_INIT_FRAME_PC.
10425
10426 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10427
10428 * gdbint.texinfo (Target Architecture Definition): Delete
10429 PC_IN_CALL_DUMMY.
10430
10431 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10432
10433 * gdbint.texinfo (Host Definition): Delete documentation on
10434 USE_GENERIC_DUMMY_FRAMES.
10435
10436 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10437
10438 Fix PR gdb/723 and PR gdb/245.
10439 * Makefile.in (install-info): Run the install-info command as part
10440 of the post install steps only.
10441 (uninstall-info): New target.
10442 (uninstall): New target.
10443
10444 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10445
10446 * Makefile.in (install): Make install do some real work.
10447
10448 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10449
10450 Fix POSIX problem reported by Paul Eggert.
10451 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10452 Fix PR gdb/527.
10453
10454 2002-10-26 Andrew Cagney <cagney@redhat.com>
10455
10456 * gdbint.texinfo (Target Architecture Definition): Delete
10457 definition of DO_REGISTERS_INFO.
10458
10459 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10460
10461 * gdbint.texinfo (Address Classes): Fix problems with insertion
10462 of ``{'' and ``}'' in example.
10463
10464 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10465
10466 * gdbint.texinfo (Address Classes): New section.
10467 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10468 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10469 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10470 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10471
10472 2002-10-11 Klee Dienes <kdienes@apple.com>
10473
10474 * gdb.texinfo (Registers): Mention vector registers as well as
10475 floating registers in the documentation for 'info registers' and
10476 'info all-registers'.
10477
10478 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10479
10480 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10481
10482 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10483
10484 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10485 interface definition.
10486
10487 2002-10-03 Marko Mlinar <markom@opencores.org>
10488
10489 * gdb.texinfo (Target Commands): Add or1k target specific
10490 commands.
10491 * gdb.texinfo (Contributors): Add myself to the contributors list.
10492
10493 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10494
10495 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10496 and "mi1" instead of "mi1" and "mi0".
10497
10498 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10499
10500 * gdb.texinfo (Packets): Fix typos "alligned".
10501 Correct z3/Z3 description. Correct z4/Z4 title.
10502
10503 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10504
10505 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10506
10507 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10508
10509 * gdb.texinfo: Use GNU/Linux instead of Linux.
10510
10511 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10512
10513 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10514
10515 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10516
10517 * gdb.texinfo: Replace @example with @smallexample.
10518
10519 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10520
10521 From Eli Zaretskii <eliz@gnu.org>:
10522 * gdb.texinfo (Character Sets): Use @smallexample instead of
10523 @example. Use GNU/Linux instead of Linux.
10524
10525 2002-09-20 Jim Blandy <jimb@redhat.com>
10526
10527 * gdb.texinfo: Add character set documentation.
10528
10529 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
10530
10531 * gdb.texinfo: Document edit command.
10532
10533 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10534
10535 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10536 (Packets): Add cross reference from `b' packet to `z' packets.
10537
10538 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10539
10540 * gdb.texinfo (Maintenance Commands): Document ``maint
10541 internal-error'' and ``maint internal-warning''.
10542
10543 * gdbint.texinfo (Target Architecture Definition): Revise
10544 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10545
10546 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10547
10548 * gdbint.texinfo (Target Conditionals): Document the new
10549 NAME_OF_MALLOC macro.
10550
10551 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10552
10553 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10554 engineer.
10555
10556 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10557
10558 * gdb.texinfo (TUI Overview): Document status line fields.
10559
10560 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10561
10562 * gdb.texinfo (TUI Commands): Document info win command.
10563
10564 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10565
10566 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10567
10568 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10569
10570 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10571 (TUI Keys): Likewise.
10572
10573 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10574
10575 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10576 for a packet receive.
10577
10578 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10579
10580 * Makefile.in (clean): Move to end of file.
10581 (distclean, maintainer-clean, realclean): Ditto.
10582 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10583 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10584 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10585 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10586
10587 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10588
10589 * Makefile.in (GDBINT_TEX_TMPS): Define.
10590 (gdbint.dvi, gdbint.pdf): Use
10591 (GDB_TEX_TMPS): Define.
10592 (gdb.dvi, gdb.pdf): Use.
10593 (STABS_TEX_TMPS): Define.
10594 (stabs.dvi, stabs.pdf): Use.
10595 (GDB_DOC_SOURCE_INCLUDES): New macros.
10596 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10597 (GDBINT_DOC_FILES_INCLUDES): New macros.
10598 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10599 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10600 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10601 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10602 (links2roff): Replace SFILES_INCLUDED with
10603 GDB_DOC_SOURCE_INCLUDES.
10604 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10605 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10606 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10607 dependencies.
10608 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10609 dependencies.
10610 (gdbmi.texinfo): Delete rule.
10611 (inc-hist.texinfo): Delete rule.
10612 (rluser.texinfo): Delete rule.
10613
10614 2002-08-23 Andrew Cagney <cagney@redhat.com>
10615
10616 * gdbint.texinfo (Target Architecture Definition): Update
10617 STORE_RETURN_VALUE, mention regcache.
10618
10619 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10620
10621 * gdbint.texinfo (Target Architecture Definition): Document
10622 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10623
10624 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10625
10626 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10627 Fix minor typos. Add index entries.
10628
10629 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10630
10631 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10632
10633 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10634
10635 * gdbint.texinfo (Target Architecture Definition): Document
10636 PRINT_VECTOR_INFO.
10637 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10638
10639 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10640
10641 * gdb.texinfo (Maintenance Commands): Document "maint print
10642 registers", "maint print raw-registers" and "maint print
10643 cooked-registers".
10644
10645 2002-08-08 Grace Sainsbury <graces@redhat.com>
10646
10647 From Mark Salter:
10648 * gdb.texinfo (Protocol): Document T packet extension to
10649 allow watchpoint address reporting.
10650
10651 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10652
10653 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10654
10655 2002-08-01 Andrew Cagney <cagney@redhat.com>
10656
10657 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10658 to CHILL.
10659
10660 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10661
10662 * gdbint.texinfo (Coding): Revise section "Include Files".
10663
10664 2002-07-24 Andrew Cagney <cagney@redhat.com>
10665
10666 * gdbint.texinfo: Obsolete references to m88k.
10667 * gdb.texinfo: Ditto.
10668
10669 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10670
10671 * gdbint.texinfo (Create a release candiate): Add the location
10672 where the proper version of autoconf can be retrieved.
10673
10674 2002-07-09 Don Howard <dhoward@redhat.com>
10675
10676 * gdb.texinfo (Command Files): Further describe the behavior of
10677 sourced command files.
10678
10679 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10680
10681 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10682 (Coding): Clarify ISO C version that GDB assumes.
10683
10684 2002-06-26 Tom Tromey <tromey@redhat.com>
10685
10686 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10687 add_setshow_cmd_full.
10688
10689 2002-06-25 Don Howard <dhoward@redhat.com>
10690
10691 * gdb.texinfo (Memory Region Attributes): Document new behavior
10692 for 'mem' command.
10693
10694 2002-06-11 Jim Blandy <jimb@redhat.com>
10695
10696 * gdb.texinfo (Symbols): Update documentation for `info source'
10697 command.
10698
10699 * gdb.texinfo (Macros): Call the command `info macro', not
10700 `show macro'.
10701
10702 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10703
10704 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10705 data''.
10706
10707 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10708
10709 * gdbint.texinfo (Target Architecture Definition): Document
10710 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10711
10712 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10713
10714 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10715 lists.
10716
10717 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10718
10719 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10720 Branch''.
10721
10722 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10723
10724 * gdbint.texinfo (Target Architecture Definition): Add section
10725 ``Converting an existing Target Architecture to Multi-arch''.
10726
10727 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10728
10729 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10730 to ``Obsoleting code''. Revise.
10731
10732 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10733
10734 * gdbint.texinfo: Document new generic OS ABI framework.
10735
10736 2002-05-17 Jim Blandy <jimb@redhat.com>
10737
10738 * gdb.texinfo (C Preprocessor Macros): New chapter.
10739 Include it in the main menu.
10740 (Contributors): Credit Jim Blandy with macro support.
10741 (Compilation): Explain how to get macro information into the
10742 executable.
10743 (Expressions): Note that preprocessor macros are expanded.
10744
10745 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10746
10747 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10748 options for `target remote'.
10749
10750 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10751
10752 * gdbint.texinfo (Target Architecture Definition): Delete
10753 documentation on NNPC_REGNUM.
10754
10755 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10756
10757 * gdbint.texinfo (Target Architecture Definition): Document
10758 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10759 (Target Architecture Definition): Revise section `Using Different
10760 Register and Memory Data Representations'. Add section `Raw and
10761 Virtual Register Representations'.
10762
10763 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10764
10765 * gdbint.texinfo (Target Architecture Definition): Mention
10766 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10767 (Target Architecture Definition): Mention same. Add references to
10768 web pages.
10769
10770 2002-05-08 Michael Snyder <msnyder@redhat.com>
10771
10772 * stabs.texinfo (Attributes): Document new "vector" attribute.
10773
10774 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10775
10776 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10777
10778 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10779
10780 * gdb.texinfo: Delete obsolete references to a29k.
10781
10782 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10783
10784 * gdbint.texinfo (Target Architecture Definition): Replace
10785 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10786
10787 2002-04-24 David S. Miller <davem@redhat.com>
10788
10789 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10790
10791 2002-04-21 David S. Miller <davem@redhat.com>
10792
10793 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10794
10795 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10796
10797 * gdbint.texinfo (Target Architecture Definition): Delete
10798 definition of HAVE_REGISTER_WINDOWS.
10799
10800 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10801
10802 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10803 "Theodore A. Roth" <troth@verinet.com>.
10804
10805 2002-04-15 Don Howard <dhoward@redhat.com>
10806
10807 From Eli Zaretskii <eliz@gnu.org>
10808 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10809 Provide a better explaination of this feature.
10810
10811 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10812
10813 * gdbint.texinfo (Target Architecture Definition): Remove
10814 FRAME_CHAIN_COMBINE.
10815
10816 2002-04-12 Michael Chastain <mec@shout.net>
10817
10818 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10819 REG_STACK_SEGMENT.
10820
10821 2002-04-09 Michael Chastain <mec@shout.net>
10822
10823 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10824 PYRAMID_* macros.
10825
10826 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10827
10828 * gdb.texinfo (Bug Reporting): Document that the web is the
10829 prefered way of submitting bug reports.
10830 (Bug Reporting): Delete the s-mail address as the last resort.
10831
10832 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10833
10834 * gdbint.texinfo (Target Architecture Definition): Delete
10835 references to TARGET_WRITE_FP and write_fp.
10836
10837 2002-03-27 Michael Snyder <msnyder@redhat.com>
10838
10839 * gdb.texinfo: Document new commands dump, append, and restore.
10840
10841 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10842
10843 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10844 Branch'.
10845
10846 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10847
10848 * gdb.texinfo: Change all examples to @smallexample.
10849 * gdbint.texinfo: Ditto.
10850
10851 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10852
10853 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10854 Branches''.
10855
10856 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10857
10858 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10859 Policy''.
10860
10861 2002-03-04 Fred Fish <fnf@redhat.com>
10862
10863 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10864 expresson, suports, dependant, trhe, perhaphs, situtations,
10865 explictily, taged, oportunity, unfortunatly).
10866
10867 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10868
10869 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10870 Remove reference to 3.12.
10871
10872 2002-02-23 Paul Eggert <eggert@twinsun.com>
10873
10874 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10875 POSIX 1003.1-2001 no longer allows "head -1".
10876
10877 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10878
10879 * gdbint.texinfo: Include fdl.texi.
10880 (Top): Add GNU Free Documentation License.
10881 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10882 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10883 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10884 (gdbint.info): Add srcdir to include path.
10885 * gdb.texinfo: Include gpl.texi.
10886 (Top): Add Copying.
10887 * gpl.texi: New file.
10888
10889 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10890
10891 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10892
10893 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10894
10895 * gdb.texinfo: Document Cygwin native specific commands.
10896
10897 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10898
10899 * gdb.texinfo: Document gdbserver ``--attach'' command.
10900
10901 2002-02-07 Michael Snyder <msnyder@redhat.com>
10902
10903 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10904 to @code(_ovly_debug_event).
10905
10906 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10907
10908 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10909
10910 2002-02-06 Michael Snyder <msnyder@redhat.com>
10911
10912 * gdb.texinfo (overlays): Mention new magic symbol
10913 '_ovly_debug_event', which allows GDB to keep better track
10914 of overlays.
10915
10916 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10917
10918 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10919 (PRINT_FLOAT_INFO): Document it.
10920
10921 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10922
10923 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10924 Suggested by Dmitry Sivachenko.
10925
10926 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10927
10928 2002-02-01 Michael Snyder <msnyder@redhat.com>
10929
10930 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10931
10932 2002-01-30 Michael Snyder <msnyder@redhat.com>
10933
10934 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10935 (set trust-readonly-sections): Document.
10936
10937 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10938
10939 * gdbint.texinfo (Releasing GDB): Revise and update.
10940
10941 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10942
10943 * gdbint.texinfo (Target Architecture Definition): Delete
10944 description of TARGET_BYTE_ORDER_DEFAULT.
10945
10946 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10947
10948 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10949 <mitya@cavia.pp.ru>.
10950
10951 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10952
10953 * libgdb.texinfo: Delete file.
10954
10955 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10956
10957 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10958 * gdbint.texinfo: Ditto.
10959
10960 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10961
10962 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10963
10964 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10965
10966 * Makefile.in: Update copyright.
10967 (TEXI2DVI): Define.
10968 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10969 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10970 gdb-cfg.texi.
10971 (TEXINDEX, PDFTEX): Delete makefile variables.
10972
10973 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10974
10975 * gdb.texinfo (Protocol): Move section to appendix.
10976
10977 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10978
10979 * gdb.texinfo (Remote Debugging): Create a menu.
10980 (Top): Add ``Remote Debugging'' to menu.
10981
10982 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10983
10984 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10985 serial protocol'' from here.
10986 (Remote Debugging): To here. New chapter.
10987
10988 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10989
10990 * gdbint.texinfo (Target Architecture Definition): Delete
10991 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10992
10993 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10994
10995 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10996 are no longer needed.
10997 (Porting GDB): Add maintainer note about configure.host.
10998
10999 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11000
11001 * gdbint.texinfo (Target Architecture Definition): Remove
11002 definition of IEEE_FLOAT.
11003
11004 2002-01-20 Eli Zaretskii <eliz@gnu.org>
11005
11006 * gdb.texinfo: Beautify copyright years; fix a typo.
11007 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
11008 <3diff@gnu.org>
11009
11010 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11011
11012 * gdbint.texinfo (Host Definition): Remove references to
11013 MALLOC_INCOMPATIBLE.
11014
11015 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11016
11017 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
11018 and xyz-xdep.o.
11019
11020 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11021
11022 * gdb.texinfo (Maintenance Commands): Add appendix.
11023 (Set Breaks): Copy ``maint info breakpoint'' doco to
11024 ``Maintenance Commands'' appendix. Add reference.
11025
11026 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11027
11028 * fdl.texi: Remove next/prev from @node.
11029
11030 2002-01-17 Eli Zaretskii <eliz@gnu.org>
11031
11032 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
11033 for monstrous @multitable (from Brian Youmans).
11034
11035 * fdl.texi: New file.
11036
11037 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
11038
11039 2002-01-15 Andrew Cagney <ac131313@redhat.com>
11040
11041 * gdbint.texinfo (Releasing GDB): New chapter.
11042
11043 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11044
11045 * gdb.texinfo (Embedded Processors, Calling program functions):
11046 Obsolete references to a29k.
11047
11048 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11049
11050 * gdbint.texinfo (Coding): Review Cleanups section. Examples
11051 examples. Document that a code-block should do or discard its
11052 cleanups before exit.
11053
11054 2002-01-11 Michael Snyder <msnyder@redhat.com>
11055
11056 * gdb.texinfo (Choosing files): Change @samp to @file.
11057
11058 2002-01-05 Michael Snyder <msnyder@redhat.com>
11059
11060 * gdb.texinfo (--pid): Document new command line option (attach).
11061
11062 2002-01-07 Eli Zaretskii <eliz@gnu.org>
11063
11064 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11065 in the stub.
11066
11067 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11068
11069 * gdbint.texinfo (Target Architecture Definition): Replace
11070 BIG_ENDIAN with BFD_ENDIAN_BIG.
11071
11072 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11073
11074 * gdbint.texinfo (Target Architecture Definition): Replace
11075 value_ptr with struct value pointer.
11076
11077 2002-01-02 Eli Zaretskii <eliz@gnu.org>
11078
11079 * gdb.texinfo (Free Software): Fix wording.
11080
11081 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11082
11083 * gdb.texinfo (Free Software): New section ``Free Software Needs
11084 Free Documentation''.
11085
11086 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11087
11088 * stabs.texinfo:
11089 * gdb.texinfo:
11090 * gdbint.texinfo:
11091 * libgdb.texinfo:
11092 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11093
11094 2001-12-29 Michael Snyder <msnyder@redhat.com>
11095
11096 * gdb.texinfo (maint info sections): Fix typo.
11097
11098 2001-12-26 Michael Snyder <msnyder@redhat.com>
11099
11100 * gdb.texinfo (maint info sections): Document.
11101
11102 * gdb.texinfo (info proc): Comment out documentation for
11103 'info proc' sub-options that are currently not implemented.
11104
11105 2001-12-20 Jim Blandy <jimb@redhat.com>
11106
11107 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11108
11109 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11110
11111 * gdbint.texinfo (Target Architecture Definition): Replace
11112 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11113
11114 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11115
11116 * gdbint.texinfo (Host Definition): Delete documentation on
11117 HOST_BYTE_ORDER.
11118
11119 2001-11-30 Jim Blandy <jimb@redhat.com>
11120
11121 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11122 overlay support. Add to top-level menu.
11123
11124 2001-11-26 Tom Tromey <tromey@redhat.com>
11125
11126 * gdb.texinfo (Command Syntax): Document C-o binding.
11127
11128 2001-07-26 Christopher Faylor <cgf@redhat.com>
11129
11130 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11131 use since it is described in the referenced section.
11132
11133 From Eli Zaretskii <eliz@gnu.org>
11134 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11135 clearer when using DJGPP.
11136
11137 2001-11-24 Christopher Faylor <cgf@redhat.com>
11138
11139 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11140 specifically refer to MS-DOS.
11141 (command files): Mention gdb.ini is only used on MS-DOS.
11142
11143 2001-11-21 Tom Tromey <tromey@redhat.com>
11144
11145 * gdb.texinfo (Invoking GDB): Document --args.
11146 (Mode Options): Likewise.
11147
11148 2001-11-21 Jim Blandy <jimb@redhat.com>
11149
11150 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11151 Delete documentation; this macro has been removed from the
11152 sources.
11153
11154 2001-11-13 Jim Blandy <jimb@redhat.com>
11155
11156 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11157
11158 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11159
11160 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11161
11162 2001-11-05 Michael Snyder <msnyder@redhat.com>
11163
11164 * gdb.texinfo (info functions): Document use of backslash to
11165 quote regexp chars in function names such as "operator*()".
11166
11167 2001-11-01 Fred Fish <fnf@redhat.com>
11168
11169 * gdbint.texinfo (SOLIB_ADD): Document additional new
11170 "readsyms" arg.
11171
11172 2001-10-30 Don Howard <dhoward@redhat.com>
11173
11174 * gdb.texinfo: (Command Files) Added documentation for the
11175 behavior of gdb with input redirected from a file.
11176
11177 2001-10-28 Fred Fish <fnf@redhat.com>
11178
11179 * gdb.texinfo (auto-solib-add): Change docs to match
11180 implementation change.
11181 (auto-solib-limit): Add docs for new variable.
11182
11183 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11184
11185 * gdbint.texinfo (Target Architecture Definition): Function
11186 value_as_pointer renamed to value_as_address.
11187
11188 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11189
11190 * gdbint.texinfo (Target Architecture Definition): Default
11191 POINTER_TO_ADDRESS functions assume unsigned addresses.
11192 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11193 posting by Jim Blandy.
11194
11195 2001-10-12 Jim Blandy <jimb@redhat.com>
11196
11197 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11198 version of texi2html (1.64) doesn't support this flag any more.
11199
11200 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11201
11202 * gdbint.texinfo (Host Definition): Remove description of
11203 MEM_FNS_DECLARED.
11204
11205 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11206
11207 * gdbint.texinfo (Host Definition): Remove description of
11208 HAVE_SIGSETMASK.
11209
11210 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11211
11212 * gdbint.texinfo (Target Architecture Definition): Add
11213 explanation of TARGET_PRINT_INSN macro.
11214
11215 2001-08-30 Jim Blandy <jimb@redhat.com>
11216
11217 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11218 Explain what it means to load relocatable files.
11219
11220 2001-08-28 Jim Blandy <jimb@redhat.com>
11221
11222 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11223 info `top' menu.
11224
11225 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11226
11227 * gdbint.texinfo: Add a cautionary note about macro use.
11228
11229 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11230
11231 * gdb.texinfo: Explain omitting the hostname in the
11232 `target remote' command.
11233
11234 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11235
11236 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11237 and END-INFO-DIR-ENTRY.
11238
11239 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11240
11241 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11242
11243 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11244
11245 * gdbint.texinfo (libgdb): Rewrite.
11246
11247 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11248
11249 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11250
11251 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11252
11253 * gdb.texinfo (TUI): New chapter, document the TUI.
11254 (Mode Options): Document the -tui option.
11255
11256 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11257
11258 * gdbint.texinfo (Host Definition): Remove description of
11259 NEED_POSIX_SETPGID.
11260
11261 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11262
11263 * gdb.tex (DJGPP Native): New node, with descriptions of
11264 DJGPP-specific commands.
11265
11266 2001-07-19 John R. Moore <jmoore@redhat.com>
11267
11268 * gdbint.texinfo: Three misspellings.
11269
11270 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11271
11272 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11273 `test` expressions on bash. Problem reported by Colin Walters.
11274
11275 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11276
11277 * gdbint.texinfo (User Interface): Update ui-out documentation to
11278 refelect recent UI/MI updates.
11279
11280 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11281
11282 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11283 interpreters.
11284
11285 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11286
11287 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11288 structure and not macros.
11289 (Host Definition): Document that much of this chapter is obsolete.
11290 (Target Architecture Definition): Update list of files that make
11291 up a target architecture.
11292 (Coding): Update.
11293
11294 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11295
11296 * gdbint.texinfo (Target Architecture Definition): Update
11297 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11298 The latter has been changed to a true predicate.
11299
11300 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11301
11302 * annotate.texi: Add @noindent where needed. From Dmitry
11303 Sivachenko <dima@Chg.RU>.
11304 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11305
11306 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11307
11308 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11309
11310 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11311
11312 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11313 returns ``OK''. Document that the ``R'' packet does not reply.
11314
11315 2001-06-13 Michael Snyder <msnyder@redhat.com>
11316
11317 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11318
11319 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11320
11321 * gdb.texinfo (Signals): Clarify the default setting of signal
11322 handling.
11323
11324 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11325
11326 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11327 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11328
11329 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11330
11331 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11332
11333 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11334
11335 * gdbint.texinfo (Clean Design and Portable Implementation):
11336 Renamed from "Clean Design".
11337 (Clean Design and Portable Implementation): Document portable
11338 methods of handling file names, and the associated macros.
11339
11340 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11341
11342 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11343 command and provide a cross-reference to its description.
11344 (Symbols): Note that "info scope" is useful for trace experiments.
11345
11346 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11347
11348 * gdb.texinfo (Symbols): Document "info scope".
11349 (Tracepoints): New chapter.
11350 (Contributors): Update for v5.1.
11351 <All nodes>: Change "C++" to "C@t{++}".
11352
11353 * gdbint.texinfo (User Interface): A new section about ui_out
11354 functions, based on text written by Fernando Nasser.
11355
11356 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11357
11358 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11359
11360 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11361
11362 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11363
11364 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11365 Replace "GDB" with "@value{GDBN}". Fix markup.
11366
11367 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11368
11369 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11370 a cross-reference to its description.
11371 (Symbols): Document "info symbol".
11372
11373 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11374
11375 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11376 subsection "x86 Watchpoints".
11377 (Target Architecture Definition): Document the macros
11378 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11379 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11380
11381 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11382
11383 * gdbint.texinfo (Target Architecture Definition): Update
11384 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11385 list.
11386
11387 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11388
11389 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11390 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11391
11392 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11393
11394 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11395
11396 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11397
11398 * gdb.texinfo (Environment): Document that `path' does not change
11399 the value of PATH in GDB's own environment (it did in the past,
11400 but that was changed on March 15, 1994). Reported by Doug Evans
11401 <dje@transmeta.com>.
11402
11403 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11404 its line. Fix markup of commands and macros. Add an Index node
11405 and index entries.
11406
11407 2001-01-23 J.T. Conklin <jtc@redback.com>
11408
11409 * gdb.texinfo (Memory region attributes): New manual section.
11410
11411 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11412
11413 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11414
11415 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11416
11417 * refcard.tex: Version and copyright fixed. From Phil Edwards
11418 <pedwards@disaster.jaj.com>.
11419
11420 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11421
11422 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11423 DWARF2_REG_TO_REGNUM): Document.
11424
11425 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11426
11427 * gdbint.texinfo (Coding): Update current value of
11428 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11429
11430 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11431
11432 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11433 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11434
11435 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11436
11437 * gdb.texinfo: Document new 'set step-mode' command.
11438
11439 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11440
11441 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11442 changes from Dmitry Sivachenko <dima@Chg.RU>.
11443
11444 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11445
11446 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11447 From Steven Johnson <sbjohnson@ozemail.com.au>.
11448
11449 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11450
11451 * gdbint.texinfo (Overall Structure): Spelling fix.
11452
11453 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11454
11455 * gdbint.texinfo (Target Architecture Definition): Document that
11456 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11457 for which REGISTER_CONVERTIBLE returns a zero value.
11458
11459 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11460
11461 * Makefile.in (install-info): Find files to install in either the
11462 build or source directories (adapted from Makefile.am).
11463
11464 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11465
11466 * stabs.texinfo: Fix spelling errors.
11467 (String Field): FILE-NUMBER starts from 0, not 1.
11468
11469 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11470
11471 * refcard.tex: Remove \centerline from the blurb. Patch from
11472 Brian Youmans.
11473
11474 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11475
11476 * Makefile.in (install-info): Support installation from outside of
11477 the source directory. Reported by Mark Harig
11478 <markh@frazier.landmark.com>.
11479
11480 2000-06-20 J.T. Conklin <jtc@redback.com>
11481
11482 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11483
11484 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11485
11486 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11487 Generate using pdftex.
11488 (PDFTEX): Define.
11489 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11490 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11491 @contents at the start.
11492
11493 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11494
11495 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11496 Youmans.
11497
11498 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11499
11500 From Brian Youmans:
11501 * gdb.texinfo: Fix ``et al.''.
11502
11503 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11504
11505 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11506 loop.
11507
11508 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11509
11510 * configure: Regenerate.
11511
11512 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11513
11514 * Makefile.in (install-info): Run install-info on installed Info
11515 files.
11516
11517 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11518
11519 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11520 Andrew Cagney.
11521
11522 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11523
11524 * gdb.texinfo: Proofreading changes from Brian Youmans.
11525
11526 2000-05-01 Nick Duffek <nsd@cygnus.com>
11527
11528 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11529 startup sequence, minor edits.
11530
11531 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11532
11533 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11534 TeX.
11535
11536 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11537 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11538 like `n' and `s' which look weird. Convert some of the @kindex to
11539 @vindex, when they refer to variables, not commands.
11540
11541 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11542
11543 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11544
11545 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11546
11547 * Makefile.in (GDBMI_DIR): New variable.
11548 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11549 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11550 (gdbmi.texinfo): New target, for texi2roff.
11551 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11552 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11553
11554 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11555 gdbmi.texinfo.
11556 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11557 comment.
11558
11559 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11560
11561 * gdb.texinfo (Files): Update description of add-symbol-file
11562 command.
11563
11564 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11565
11566 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11567 prevents the build (and is generally a Bad Idea).
11568
11569 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11570
11571 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11572 a comma inside @var.
11573 (Command Files): Index markup changes from Dmitry Sivachenko
11574 <dima@Chg.RU>.
11575
11576 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11577
11578 * Makefile.in (LN_S): Define.
11579 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11580 invoke "ln -s" unless it is known to work.
11581
11582 * configure.in (AC_PROG_LN_S): Add.
11583
11584 2000-04-14 Jim Blandy <jimb@redhat.com>
11585
11586 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11587 section.
11588 (Target Conditionals): Document ADDRESS_TO_POINTER,
11589 POINTER_TO_ADDRESS.
11590
11591 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11592
11593 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11594 gdb-cfg.texi to get the value.
11595
11596 2000-04-10 Jim Blandy <jimb@redhat.com>
11597
11598 * gdbint.texinfo (Target Architecture Definition): Fix
11599 cross-references.
11600
11601 2000-04-08 Jim Blandy <jimb@redhat.com>
11602
11603 * gdbint.texinfo (Using Different Register and Memory Data
11604 Representations): New section.
11605 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11606 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11607 REGISTER_CONVERT_TO_RAW): Document.
11608
11609 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11610
11611 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11612 for acknowledgments.
11613
11614 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11615
11616 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11617 qThreadExtraInfo.
11618
11619 2000-03-28 J.T. Conklin <jtc@redback.com>
11620
11621 * gdb.texinfo: Clarify which remote debug protocol commands are
11622 required and which are optional.
11623
11624 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11625
11626 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11627 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11628 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11629 * annotate.texi: Update.
11630
11631 2000-03-28 Stan Shebs <shebs@apple.com>
11632
11633 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11634 expectation of additional changes before release), update
11635 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11636 node links, rephrase and/or shorten lines to fix formatting
11637 problem in both regular and @smallbook formats.
11638 * annotate.texi: Shorten lines in example, use smallexample
11639 consistently everywhere.
11640 * Makefile.in: Add comment about texinfo 4.0 html generation.
11641 (SFILES_INCLUDED): Add annotate.texi.
11642
11643 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11644
11645 * gdb.texinfo (Debugging Output): Added new section, documenting
11646 the "set/show debug" commands.
11647
11648 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11649
11650 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11651 entry.
11652
11653 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11654 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11655 @chapter and @node entries.
11656
11657 * gdb.texinfo: Link all top-level nodes.
11658
11659 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11660
11661 * Makefile.in (install-info): Create $(infodir) before installing
11662 files.
11663
11664 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11665
11666 From David Whedon <dwhedon@gordian.com>
11667 * gdbint.texinfo : Added paragraphs about command deprecation.
11668
11669 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11670
11671 * gdb.texinfo: Add documentation for the apropos command.
11672
11673 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11674
11675 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11676
11677 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11678
11679 * gdb.texinfo: Add white space to prevent overprinting in
11680 two places.
11681
11682 2000-03-17 Stan Shebs <shebs@apple.com>
11683
11684 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11685 <dima@Chg.RU>, also clarification of allowed content for
11686 string constants.
11687
11688 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11689
11690 * gdb.texinfo (main menu): Add Annotations.
11691 (File Options): Add @cindex entries for each command-line option.
11692 Document --epoch, --annotate, --async, --interpreter, --write,
11693 --statistics, and --version.
11694
11695 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11696 of GDB.
11697
11698 2000-02-23 Jim Blandy <jimb@redhat.com>
11699
11700 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11701
11702 2000-02-22 Jim Blandy <jimb@redhat.com>
11703
11704 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11705
11706 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11707
11708 * Makefile.in (diststuff): New target.
11709
11710 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11711
11712 * agentexpr.texi: Fix wording regarding Intel's IA-64
11713 architecture. [From Jim Wilson.]
11714
11715 2000-01-16 Tom Tromey <tromey@cygnus.com>
11716
11717 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11718 (Delete Breaks): Mention range arguments.
11719 (Disabling): Likewise.
11720
11721 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11722
11723 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11724
11725 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11726
11727 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11728 valid functions.
11729
11730 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11731
11732 * gdb.texinfo: Clarify regular expressions used in rbreak.
11733
11734 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11735
11736 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11737 MEMORY_REMOVE_BREAKPOINT): Document.
11738
11739 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11740
11741 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11742 offset re-using the DATA offset instead.
11743
11744 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11745
11746 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11747
11748 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11749
11750 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11751
11752 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11753
11754 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11755 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11756 typos.
11757
11758 * gdb.texinfo: Various minor wording and formatting improvements,
11759 mentions of additional command-line options.
11760
11761 1999-09-30 Fred Fish <fnf@cygnus.com>
11762
11763 * gdb.texinfo: Document additional forms of specifying section
11764 names and addresses for the add-symbol-file command.
11765
11766 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11767
11768 * gdbint.texinfo: Fix typo, add the word "have".
11769
11770 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11771
11772 * gdbint.texinfo (Target Architecture Definition): Document the
11773 SKIP_PERMANENT_BREAKPOINT macro.
11774
11775 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11776
11777 * gdb.texinfo: Fiks speling errers.
11778
11779 * gdb.texinfo: Fix uses of @multitable.
11780
11781 From Eli Zaretskii <eliz@gnu.org>:
11782 * gdb.texinfo: Include details specific to DOS host, clarify
11783 some confusing language, fix @ref/@xref/@pxref usages, add
11784 comments about using with optimization, add more indexing,
11785 fix info about disassembly-flavor.
11786
11787 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11788
11789 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11790 SKIP_SOLIB_RESOLVER): Define.
11791
11792 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11793
11794 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11795 ``g'' packets.
11796
11797 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11798
11799 * gdb.texinfo: Create a new "Configurations" chapter with
11800 platform-specific info, inline remote.texi and move sections of it
11801 into the new chapter, move bits about info proc, heuristic search,
11802 and register stack into the new chapter.
11803 * remote.texi: Remove, now part of gdb.texinfo.
11804 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11805
11806 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11807
11808 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11809 GDB_TARGET_IS_MACH386): These kludges have gone away.
11810
11811 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11812
11813 * gdbint.texinfo (Target Architecture Definition): Mention
11814 TDEPLIBS.
11815
11816 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11817
11818 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11819 surrounding text to fit HP-UX bits into general info.
11820 (HPPA-cfg.texi): Remove, no longer useful.
11821
11822 * gdb.texinfo: Remove explicit links from @node lines, remove
11823 HP-added "Detailed Node Listing" from main menu which confuses
11824 things.
11825
11826 From Dmitry Sivachenko <dima@Chg.RU>:
11827 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11828 in description of `set environment'.
11829
11830 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11831
11832 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11833
11834 1999-08-12 Ben Elliston <bje@cygnus.com>
11835
11836 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11837
11838 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11839
11840 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11841 watch, awatch, and rwatch. Explain why the latter two cannot be
11842 set as software watchpoints. Document that watchpoints for local
11843 variables are deleted when the debuggee terminates.
11844
11845 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11846
11847 * remote.texi (Protocol): Further clarification of the "qRcmd"
11848 packet. Allow E.. response packet. "qRcmd" packet is no longer
11849 reserved.
11850
11851 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11852
11853 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11854 * gdb.texinfo: Ditto.
11855
11856 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11857
11858 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11859
11860 1999-08-06 Tom Tromey <tromey@cygnus.com>
11861
11862 * gdb.texinfo (KOD): New node.
11863
11864 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11865
11866 * remote.texi (Rcmd): Fix minor formatting typos.
11867
11868 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11869
11870 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11871 packets.
11872
11873 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11874
11875 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11876 fixes.
11877
11878 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11879
11880 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11881
11882 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11883
11884 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11885 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11886 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11887 packets that are not supported on all hosts. Expand examples.
11888 Spell check.
11889
11890 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11891
11892 * Makefile.in: Recognize html, install-html. Add targets
11893 to build HTML versions of documentation via texi2html.
11894
11895 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11896
11897 * gdbint.texinfo (Testsuite): New chapter, information about the
11898 testsuite.
11899
11900 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11901
11902 * remote.texi (Communication Protocol): Rewrite.
11903
11904 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11905
11906 * stabs.texinfo: Fix uses of xref.
11907
11908 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11909
11910 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11911 info about patch submission.
11912
11913 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11914
11915 From Per Bothner <bothner@cygnus.com>:
11916 * gdb.texinfo: Document Chill support.
11917
11918 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11919
11920 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11921 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11922 Document that the value should be greater-than or equal-to zero.
11923 (NO_STD_REGS): Document. Deprecate.
11924
11925 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11926
11927 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11928 Document that these are not used.
11929
11930 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11931
11932 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11933
11934 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11935
11936 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11937 numargs was dropped.
11938
11939 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11940
11941 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11942
11943 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11944
11945 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11946 Update.
11947
11948 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11949
11950 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11951 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11952
11953 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11954
11955 * gdbint.texinfo: Fix typos: $ -> @.
11956
11957 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11958
11959 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11960 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11961 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11962 BREAKPOINT_FROM_PC.
11963
11964 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11965
11966 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11967 CALL_DUMMY_STACK_ADJUST): Document.
11968
11969 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11970
11971 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11972 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11973
11974 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11975
11976 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11977 longer exists.
11978
11979 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11980
11981 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11982 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11983 they make the manual source incomprehensible.
11984 * h8-cfg.texi: Remove, hasn't been used in years.
11985
11986 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11987
11988 * gdb.texinfo: Update the credits.
11989
11990 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11991
11992 * gdb.texinfo: Fix mistakes noticed in printout of last
11993 draft, add Alpha to discussion of heuristic fence post.
11994
11995 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11996
11997 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11998 Edition, merge some HP changes into mainline, describe some
11999 previously undocumented features, describe more of the target
12000 commands available, eliminate obsolete section on renamed
12001 commands.
12002 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
12003
12004 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
12005
12006 * gdb.texinfo: Make many HPPA conditionals unconditional,
12007 including catchpoint description, since now on for all configs.
12008 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
12009 specializations.
12010
12011 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
12012
12013 * Makefile.in (GDBvn.texi): Fix match expression to work with
12014 current format of VERSION in gdb/Makefile.in.
12015 * gdb.texinfo: Fix node ref to match new readline.
12016
12017 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
12018
12019 * gdb.texinfo: Changes made as part of a project to merge in
12020 changes made by HP. Documentation makes extensive use of
12021 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
12022 on remote debugging. There are differences in documentation
12023 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
12024 the HP manual discusses catchpoints, hardware watchpoints, and
12025 some HPUX specific limitations for shared library support.
12026
12027 There are also a number of @node changes.
12028
12029 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
12030
12031 * gdbint.texinfo (Formatting): Disambiguate a sentence.
12032 (C Usage): Same.
12033
12034 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
12035
12036 The following changes were made by Edith Epstein
12037 <eepstein@cygnus.com> as part of a project to merge in changes
12038 made by HP.
12039
12040 * HPPA-cfg.texi: new file.
12041
12042 * all-cfg.texi: set HPPA for HP PA-RISC targets.
12043
12044 * refcard.tex: change documentation about catch.
12045 removed info catch.
12046
12047 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
12048
12049 * gdbint.texinfo: Expand on GDB's coding standards,
12050 specify the use of arg names with prototypes.
12051
12052 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12053
12054 * gdb.texinfo: Fix tipo.
12055
12056 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12057
12058 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12059 TARGET_BYTE_ORDER_SELECTABLE_P.
12060
12061 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12062
12063 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12064
12065 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12066
12067 * agentexpr.texi: New file.
12068
12069 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12070
12071 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12072
12073 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12074
12075 * remote.texi: Changed wording that implied that the GDB remote
12076 protocol caches register values instead of GDB itself.
12077
12078 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12079
12080 * gdbint.texinfo: Add some info about symbol readers.
12081 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12082 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12083 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12084 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12085
12086 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12087
12088 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12089
12090 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12091
12092 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12093
12094 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12095
12096 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12097 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12098
12099 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12100
12101 * gdbint.texinfo: Fix minor typos.
12102
12103 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12104
12105 * gdbint.texinfo: Complete overhaul. Group descriptions more
12106 logically, add more info on generic algorithms, remove much
12107 obsolete and/or wrong material.
12108
12109 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12110
12111 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12112
12113 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12114
12115 * refcard.tex: Copyright, address updates.
12116
12117 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12118
12119 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12120 for the edition instead of confusing GDB-version-like numbers.
12121
12122 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12123
12124 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12125
12126 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12127
12128 * LRS: Reformat a bit to keep text under 80 columns.
12129
12130 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12131
12132 * gdb.texinfo: Add some credits, mention bug monitor.
12133 * remote.texi: Mention mips monitor targets.
12134 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12135
12136 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12137
12138 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12139 files, finish sorting of host vs target vs native macros, describe
12140 some more of them.
12141
12142 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12143
12144 * gdbint.texinfo (Host Conditionals): Document change from
12145 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12146
12147 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12148
12149 * gdbint.texinfo (Host Conditionals): Document
12150 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12151
12152 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12153
12154 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12155 Document LSEEK_NOT_LINEAR.
12156
12157 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12158
12159 * stabs.texinfo (Stab Section Basics): Make it clear that only
12160 some versions of the GNU linker remove the leading N_UNDF symbol.
12161
12162 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12163
12164 * stabs.texinfo (String Field): Document type number pairs here,
12165 instead of in the Sun specific section.
12166 (Include Files): The GNU linker supports the N_BINCL
12167 optimization. Clarify the N_BINCL value, and what it is used
12168 for.
12169 (Procedures): Document N_FUN with an empty string to mark the end
12170 of a function.
12171 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12172 (Sun Differences): Remove this node, as the information is now
12173 elsewhere in the main document.
12174 (Stab Section Basics): Mention that the GNU linker may optimize
12175 stabs and remove the leading N_UNDF symbol.
12176
12177 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12178
12179 * gdb.texinfo, refcard.tex: Restore author credit
12180
12181 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12182
12183 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12184 are macros that take an single argument.
12185
12186 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12187
12188 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12189 documentation to account for START and END macros taking
12190 one arg.
12191
12192 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12193
12194 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12195 * gdb.texinfo (Frames): Fix typo.
12196
12197 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12198
12199 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12200 a target_signal as arg type, not a pid.
12201
12202 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12203
12204 * gdb.texinfo: Document `set assembly-language'.
12205
12206 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12207
12208 * remote.texi: Update list of stubs in the GDB distribution.
12209
12210 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12211
12212 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12213 Also document that some systems can use mmalloc but must define
12214 this if their C runtime allocates memory that is later freed.
12215 (MMCHECK_FORCE): Document new macro.
12216
12217 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12218
12219 * remote.texi: Add documentation for target Sparclet.
12220
12221 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12222
12223 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12224 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12225 * configure.in: Rewritten for autoconf.
12226 * configure: New.
12227
12228 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12229
12230 * Makefile.in (DVIPS): New define, set to dvips.
12231 (dvi): Add stabs.dvi.
12232 (ps): New target.
12233 (all-doc): Depend on info, dvi, and ps targets.
12234 (STAGESTUFF): Add *.ps and *.dvi files.
12235 (clean-info, clean-dvi): Remove.
12236 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12237 rules completely rewritten.
12238 (maintainer-clean): Remove clean-info and clean-dvi
12239 dependencies and put their actions in the rules.
12240 (gdb.ps): New target
12241 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12242 intermediate TeX files, whether they have 2 or 3 character
12243 extensions.
12244 (gdbint.ps): Add target and rules.
12245 (gdb-internals): Delete unused target.
12246 (Makefile): Depends upon config.status also.
12247
12248 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12249
12250 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12251 set.
12252
12253 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12254
12255 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12256 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12257
12258 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12259
12260 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12261
12262 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12263
12264 * gdb.texinfo (Print settings): Document
12265 `set/show print static-members' commands.
12266
12267 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12268
12269 * gdbint.texinfo (Native): Document name change, coredep.c to
12270 core-aout.c.
12271
12272 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12273
12274 * stabs.texinfo (Include Files): Document the values the SunOS4
12275 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12276
12277 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12278
12279 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12280 Fix typo.
12281
12282 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12283
12284 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12285 "gdb.tar.Z".
12286
12287 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12288
12289 * Makefile.in (maintainer-clean): New target, synonym for
12290 realclean.
12291
12292 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12293
12294 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12295
12296 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12297
12298 * Update all FSF addresses except those in COPYING* files.
12299
12300 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12301
12302 From Richard Earnshaw (rearnsha@armltd.co.uk):
12303 * gdb.texinfo (convenience variables): Document $_exitcode.
12304 (quit): Document optional expression to use as exit code.
12305
12306 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12307
12308 * gdb.texinfo, remote.texi: Brought up to date with various
12309 GDB changes.
12310
12311 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12312
12313 * gdb.texinfo: Update dates and versions, fix comments about
12314 hardware watchpoints in future releases and about the
12315 sharedlibrary command.
12316
12317 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12318
12319 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12320 C_FUN stab. Other cleanups.
12321
12322 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12323
12324 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12325 for the sparc stub.
12326
12327 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12328
12329 * annotate.texi: Clarify which addresses have differing formats
12330 depending on the language and which do not.
12331
12332 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12333
12334 * remote.texi (NetWare): Changed example to use BOARD= instead of
12335 NODE= argument to reflect correspoding change to gdbserve.nlm.
12336
12337 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12338
12339 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12340 GDB, as well as AIX dbx, supports the size type attribute.
12341
12342 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12343
12344 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12345
12346 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12347
12348 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12349 and new 'if' and 'while' commands.
12350
12351 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12352
12353 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12354
12355 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12356
12357 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12358 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12359 NetWare targets. Mostly stolen from the Server node.
12360
12361 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12362
12363 * gdb.texinfo (Setting): Talk about the language of a source file
12364 versus the working language. The old documentation did not match
12365 what GDB did.
12366
12367 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12368
12369 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12370 of a source file.
12371
12372 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12373
12374 * gdb.texinfo (Processes): New node.
12375
12376 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12377
12378 * remote.texi: Update documentation of set/show mipsfpu.
12379
12380 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12381
12382 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12383 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12384
12385 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12386
12387 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12388 obsolete conditionals, described some others.
12389
12390 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12391
12392 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12393 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12394
12395 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12396
12397 * gdbint.texinfo: Put regex conditionals in their own table.
12398
12399 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12400
12401 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12402 described or fixed the descriptions of many others.
12403
12404 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12405
12406 * gdb.texinfo: Add some more credits.
12407 * gdbint.texinfo: Capitalize GDB consistently, describe some
12408 macros and remove some.
12409
12410 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12411
12412 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12413 obsolete conditionals, described some others.
12414
12415 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12416
12417 * gdb.texinfo (help targets): Changed to `help target', which
12418 is the correct gdb command.
12419
12420 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12421
12422 * annotate.texi (TODO): New node, for keeping track of annotations
12423 suggested but not yet implemented.
12424
12425 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12426
12427 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12428 another symbol, it is not the address itself.
12429
12430 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12431
12432 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12433 of stabs-in-coff sections.
12434
12435 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12436
12437 * annotate.texi: Change edition to 0.5 and date to May 1994.
12438 Add index.
12439 (Frames): New node, for frame annotation.
12440 (Displays): New node, for display annotation.
12441
12442 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12443 when waiting for your program to stop.
12444
12445 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12446
12447 * annotate.texi (Breakpoint Info): Document annotation of header
12448 fields and record annotation.
12449
12450 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12451
12452 * annotate.texi: New file, to document annotations.
12453
12454 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12455
12456 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12457 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12458
12459 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12460
12461 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12462 section, and say n_strx field is compilation unit relative.
12463 * stabs.texinfo: Don't use @code for a.out when it is the name of
12464 an object file format.
12465
12466 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12467
12468 * gdb.texinfo: Refer to file names, not path names, per rms
12469 convention.
12470 (Arguments): Fix typo.
12471
12472 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12473
12474 * stabs.texinfo (Global Variables): Talk about stabs in files
12475 where variables are referenced, but not defined.
12476
12477 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12478
12479 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12480 Cplusplus to new nodes Member Type Descriptor and Method Type
12481 Descriptor. Re-write stuff for #.
12482
12483 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12484
12485 * gdb.texinfo (Print Settings): Don't document "set print
12486 fast-symbolic-addr off". The bug which it worked around was fixed
12487 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12488
12489 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12490 N_ENTRY node.
12491
12492 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12493
12494 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12495
12496 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12497 references to ieee-float.c.
12498
12499 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12500
12501 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12502 match what the code actually does.
12503
12504 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12505
12506 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12507
12508 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12509
12510 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12511 i, and b.
12512
12513 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12514
12515 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12516 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12517 as "stabs in sections" rather than just saying "ELF and SOM".
12518 Also make that stuff apply to COFF.
12519
12520 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12521
12522 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12523 Ghostscript.
12524
12525 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12526
12527 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12528 versus functions without line numbers, also mention stepping into
12529 them as well as "step" when you are in them. Tell the user how to
12530 deal with the situation. Add comment about "debugging information".
12531
12532 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12533
12534 * stabs.texinfo (Enumerations): Document restriction on where
12535 enumeration types can appear and still win with GDB.
12536
12537 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12538
12539 * stabs.texinfo (Negative Type Numbers): Document format for type
12540 -16.
12541
12542 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12543
12544 * gdb.texinfo (Selection, Frame Info): Update information about
12545 arbitrary frame specficiations.
12546
12547 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12548
12549 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12550
12551 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12552
12553 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12554
12555 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12556
12557 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12558
12559 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12560
12561 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12562 Differences node to Statics node.
12563 (Statics): Discuss XCOFF use of V symbol descriptor.
12564
12565 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12566 not clean.
12567
12568 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12569
12570 * gdb.texinfo (Print Settings): Document `set print
12571 fast-symbolic-addr' and improve the doc for some other
12572 `set print's.
12573
12574 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12575
12576 * stabs.texinfo (String Field): Talk about defining several type
12577 numbers at once.
12578 Fix lint regarding changing node ELF Transformations to
12579 ELF and SOM Transformations.
12580
12581 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12582
12583 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12584
12585 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12586
12587 * stabs.texinfo (Cross-References): `::' is for nested types only
12588 within <>.
12589 (Structures): Document static members.
12590
12591 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12592
12593 * stabs.texinfo: Document S type attribute.
12594
12595 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12596
12597 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12598
12599 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12600
12601 * gdbint.texinfo: Fix a few typos.
12602
12603 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12604
12605 * gdb.texinfo, remote.texi: formatting improvements
12606
12607 * gdb.texinfo (New Features): mention threads.
12608 (Summary, C): fix xrefs in newly contributed text.
12609 (Threads): index entries, clarifications, example
12610 (passim): minor typos fixed, phrasing improvements
12611
12612 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12613 entries; (Server): explain use of gdbserver w/real-time systems,
12614 add example of conflicting TCP port; (MIPS Remote) break up
12615 running text into table, highlighting commands, and add example.
12616
12617 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12618
12619 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12620
12621 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12622
12623 * stabs.texinfo (Nested Symbols): New node.
12624 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12625
12626 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12627
12628 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12629 to picking which Bbss.bss symbol to use, and (because there seems to
12630 be no good way of doing it) re-write some of the text to make it
12631 sound like Bbss.bss isn't such a great idea after all (as currently
12632 designed).
12633
12634 * gdb.texinfo (C): In addition to saying people have to use g++ for
12635 good results, say they have to use stabs. Specifically say cfront
12636 doesn't work well.
12637 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12638 the gdb README. Add xrefs to places where the support for the various
12639 languages is described in detail.
12640
12641 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12642
12643 * stabs.texinfo: Clean up stuff about visibility and virtual
12644 characters.
12645
12646 * stabs.texinfo (N_M2C): Cite Sun doc.
12647
12648 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12649
12650 * gdb.texinfo: updates re threads.
12651 * remote.texinfo: avoid index entries starting with digits.
12652
12653 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12654
12655 * stabs.texinfo (Enumerations): Talk about large, negative and
12656 octal values. Clean up cross reference to type attributes.
12657 (String Field): Say that GDB 4.11 supports size attribute.
12658
12659 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12660
12661 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12662 is a mandatory step. Make the stuff about that more concise.
12663
12664 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12665
12666 * stabs.texinfo (Class Names): New node.
12667
12668 * gdb.texinfo (Command Files): Explain order of init file reading.
12669
12670 * remote.texi (Bootstrapping): Talk about getting the serial driver
12671 to deal with ^C sent by gdb to stop the remote system.
12672
12673 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12674
12675 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12676
12677 * libgdb.texinfo (Defining Commands): made the DOC arg
12678 to gdb_define_app_command a char * instead of char **
12679 per a suggestion from kingdon.
12680
12681 * libgdb.texinfo: total rewrite from a different starting
12682 premise.
12683
12684 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12685
12686 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12687 floats passed as doubles (to improve clarity).
12688
12689 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12690
12691 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12692
12693 * a4rc.sed: update to work with Andreas Vogel papersize params
12694
12695 * refcard.tex: use Andreas Vogel simplifications of papersize
12696 params; remove useless version info; update copyright date.
12697
12698 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12699
12700 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12701
12702 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12703
12704 * gdb.texinfo (Files): Say what address the load command loads it at.
12705
12706 * stabs.texinfo (Common Blocks): Minor cleanups.
12707
12708 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12709 that Sun has backed away from the linker kludge and thus the relevant
12710 issue is changes to the SunPRO tools, not the Solaris linker.
12711
12712 * stabs.texinfo (Traditional Integer Types): Clean up description
12713 of octal bounds a little bit. Document extra leading zeroes.
12714
12715 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12716
12717 * gdb.texinfo (Signaling): Update for symbolic symbol names
12718 and add a section explaining the difference between the GDB
12719 signal command and the shell kill utility.
12720
12721 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12722
12723 * libgdb.texinfo: added `@' to braces that were unescaped.
12724
12725 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12726
12727 * libgdb.texinfo: new file. Spec for the gdb library.
12728
12729 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12730
12731 * stabs.texinfo (Include Files): Fix typo (start -> end).
12732
12733 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12734
12735 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12736 from Melissa at FSF's editing pass.
12737
12738 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12739
12740 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12741 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12742 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12743
12744 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12745
12746 * remote.texi (Bootstrapping): Discuss 386 call gates.
12747
12748 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12749
12750 * stabs.texinfo (Based Variables): New node.
12751
12752 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12753
12754 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12755 names, sizes, and formats to suggest how not to lose.
12756
12757 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12758
12759 * stabs.texinfo (Methods): Fix typo.
12760
12761 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12762
12763 * gdb.texinfo: Fix a few typos.
12764
12765 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12766
12767 * gdb.texinfo: Clarify how well it works with Fortran.
12768
12769 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12770 More on relocating stabs in ELF files.
12771
12772 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12773
12774 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12775
12776 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12777
12778 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12779 parameters on VAX.
12780
12781 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12782
12783 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12784
12785 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12786
12787 * stabs.texinfo: Make info author notice match the TeX author notice.
12788
12789 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12790
12791 * stabs.texinfo: Initial-caps all words in node names and
12792 non-trivial words in section names.
12793
12794 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12795
12796 * stabs.texinfo: Many minor cleanups.
12797
12798 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12799
12800 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12801
12802 * stabs.texinfo: Remove full description of big example.
12803 It's not really helpful; just use pieces of it where appropriate.
12804 Add more Texinfo formatting directives (@samp, etc.).
12805 Use @deffn to define stab types.
12806 Eliminate some wordiness. Break up some nodes.
12807 Add an (alphabetized) index of symbol types.
12808 Use consistent capitalization style in node and section names.
12809
12810 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12811
12812 * gdb.texinfo: Change typo "Two two" to "The two".
12813
12814 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12815
12816 * stabs.texinfo (XCOFF-differences): Remove references to
12817 non-existent types N_DECL and N_RPSYM.
12818
12819 * stabs.texinfo (String Field): Say that type attributes bug is
12820 fixed in GDB 4.10, since it is.
12821
12822 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12823
12824 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12825
12826 * stabs.texinfo: Formatting cleanups.
12827
12828 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12829
12830 * stabs.texinfo: When explaining the n_type of a stab, standardize
12831 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12832 no tabs, use @r).
12833 (Global Variables): Clean up.
12834
12835 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12836
12837 * stabs.texinfo (Stack Variables): Re-write.
12838
12839 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12840
12841 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12842 addresses of a source file. Also revise formatting.
12843 Change "object module" or "object file" to "source file".
12844 Various: Miscellaneous cleanups.
12845
12846 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12847
12848 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12849
12850 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12851
12852 * gdbint.texinfo: Removed many nonsensical machine-collected
12853 host and target conditionals, described some of the remainder.
12854
12855 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12856
12857 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12858
12859 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12860 paragraph which follows.
12861
12862 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12863 variables. Looks better and avoids overful hbox.
12864
12865 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12866
12867 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12868
12869 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12870
12871 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12872 retransmit-timeout
12873
12874 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12875
12876 * gdbint.texinfo: Update statement about `some ancient Unix
12877 systems, like Ultrix 4.0' to Ultrix 4.2.
12878
12879 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12880
12881 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12882
12883 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12884
12885 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12886 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12887
12888 * remote.texi: new name for former gdbinv-s.texi
12889
12890 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12891
12892 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12893
12894 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12895 variables for MIPS remote debugging protocol.
12896
12897 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12898
12899 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12900
12901 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12902
12903 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12904
12905 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12906
12907 * gdb.texinfo: repair conditional bugs in text markup
12908
12909 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12910
12911 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12912 to select Modula-2 material.
12913
12914 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12915
12916 * stabs.texinfo: Cleanups regarding statics.
12917
12918 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12919 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12920
12921 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12922
12923 * stabs.texinfo: N_MAIN is sometimes used for C.
12924
12925 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12926
12927 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12928
12929 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12930
12931 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12932 removed from the code by Kingdon.
12933
12934 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12935
12936 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12937 input when evaluating breakpoint conditions; the bug has been fixed.
12938
12939 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12940 sets the ignore count to N-1, not to N.
12941
12942 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12943
12944 * refcard.tex (\hoffset): correct longstanding error to match
12945 intended offset; avoids cutting off edge on some printers
12946
12947 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12948
12949 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12950
12951 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12952
12953 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12954
12955 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12956
12957 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12958 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12959 collect sed edits if any, apply to refcard before formatting;
12960 (refcard.ps) stop implying PS fonts if PS output requested;
12961 (lrefcard.ps) delete extra target for variant PS fonts
12962
12963 * refcard.tex: parametrize papersize dependent info, collect
12964 in easily replaced spot
12965
12966 * a4rc.sed: new file, edits to refcard for A4 paper
12967
12968 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12969
12970 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12971
12972 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12973
12974 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12975
12976 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12977
12978 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12979 politely rather than rudely.
12980
12981 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12982
12983 * stabs.texinfo: Document common blocks.
12984
12985 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12986
12987 * stabs.texinfo: Add some basic info about stabs-in-elf.
12988
12989 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12990
12991 * stabs.texinfo (Top): Minor cleanup.
12992
12993 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12994
12995 * Makefile.in (install-info): remove parentdir support
12996
12997 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12998
12999 * gdb.texinfo (Copying): delete this node and references to it;
13000 RMS says this manual need not carry GPL. (passim): Improvements
13001 from last round at FSF, largely due to Ian Taylor review, and
13002 minor formatting improvements.
13003
13004 * gdbinv-s.texi (passim): Improvements from last round at FSF,
13005 largely due to Ian Taylor review. (Debug Session): minor edits to
13006 new text.
13007
13008 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
13009
13010 * Makefile.in (realclean): Remove info and dvi files too.
13011
13012 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
13013
13014 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
13015 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
13016 * gdb.texinfo: Change accordingly.
13017
13018 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
13019 N_{L,R}BRAC,N_SLINE are relative to.
13020
13021 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
13022
13023 * Makefile.in (GDBvn.texi): Update atomically.
13024
13025 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
13026
13027 * gdbinv-s.texi (Debug Session): Document exceptionHook.
13028
13029 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
13030
13031 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
13032 addresses together. Also motivate the set print symbol-filename
13033 command and suggest other solutions.
13034
13035 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
13036
13037 * gdb.texinfo (set print elements): Note that the number of
13038 elements is set to unlimited by "set print elements 0".
13039
13040 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
13041
13042 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
13043 NF_LDOUBLE means.
13044 (Stab Types): Include Solaris stab types.
13045 (Procedures): Document Solaris extensions.
13046
13047 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13048
13049 * gdb.texinfo: Add `set print symbol-filename' doc.
13050
13051 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13052
13053 * stabs.texinfo (Arrays): Talk about type definition vs. type
13054 information.
13055
13056 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13057 the trailing semicolon.
13058
13059 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13060
13061 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13062 and merge in other parts of the document addressing these subjects.
13063 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13064
13065 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13066 at the end of a range type.
13067
13068 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13069 AIX extensions.
13070
13071 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13072
13073 * stabs.texinfo (Stabs Format): Misc fixes.
13074
13075 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13076
13077 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13078 (Traditional builtin types): Document convex convention for long long.
13079 (Negative builtin types): Discuss type names, and misc fixes.
13080
13081 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13082
13083 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13084 point types used with @samp{R} type descriptor.
13085 (Symbol Descriptors): Describe how to handle conflict between
13086 different meanings of @samp{P} symbol descriptor.
13087
13088 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13089
13090 * stabs.texinfo: Remove node Quick Reference and put its children
13091 directly under the main menu.
13092
13093 * stabs.texinfo: Many more changes to bring it into line with
13094 AIX documentation and reality. I think it now has all the
13095 information from the AIX documentation, except that I burned
13096 out when I got to variant records (Pascal and Modula-2) and
13097 all the COBOL types. Oh well, we can add them later when we're
13098 worrying more about those languages.
13099
13100 * stabs.texinfo (Automatic variables): Talk about what it means
13101 to omit the symbol descriptor.
13102
13103 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13104
13105 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13106 gcc2 behavior with promoted args.
13107
13108 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13109
13110 * gdb.texinfo: include readline appendices in info version of manual
13111
13112 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13113
13114 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13115 target remote.
13116
13117 * gdb.texinfo (Machine Code): more index entries for disassemble
13118
13119 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13120
13121 * Clarify the intended use of the gdb-testers and gdb-patches
13122 mailing lists, and shrink gzip comment.
13123
13124 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13125
13126 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13127 DOSHOST configuration of manual.
13128
13129 * gdb.texinfo (MIPS Stack): new node.
13130
13131 * all-config.texi (MIPS) new switch.
13132
13133 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13134 tense; (MIPS Remote) new node.
13135
13136 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13137 bug; (Environment) less passive, other small cleanups in text about
13138 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13139 (Remote) new MIPS Remote menu entry.
13140
13141 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13142
13143 * stabs.texinfo: Many changes to include information from the
13144 AIX documentation.
13145
13146 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13147
13148 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13149
13150 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13151 Add PRINTF_HAS_LONG_LONG references.
13152
13153 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13154
13155 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13156 `set demangle-style arm' (not cfront); mention can type `q' to
13157 discard output, when gdb pages.
13158
13159 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13160
13161 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13162 Move a bunch of information from ../README.
13163 (Getting Started): New node.
13164
13165 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13166
13167 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13168
13169 * gdb.texinfo: advance manual revision dates to present
13170
13171 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13172 stop using silly Roman numerals in @set variable names
13173
13174 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13175
13176 * stabs.texinfo (Parameters): Keep trying to get this right.
13177
13178 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13179
13180 * stabs.texinfo (Parameters): More on "local parameters".
13181
13182 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13183
13184 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13185
13186 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13187
13188 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13189 (Parameters): Rewrite.
13190 (xcoff-differences, Sun-differences): Minor changes.
13191
13192 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13193
13194 * stabs.texinfo: Minor cleanup.
13195
13196 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13197
13198 * gdbint.texinfo: Minor xcoff stuff.
13199
13200 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13201
13202 * gdbint.texinfo: Update for new config directory structure.
13203 Add info about internal type data structures.
13204
13205 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13206
13207 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13208 $(srcdir).
13209 (gdb-config.texi): Depend on file in $(srcdir).
13210
13211 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13212
13213 * stabs.texinfo: Fixes about N_SO.
13214
13215 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13216
13217 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13218
13219 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13220
13221 * gdb.texinfo: include list of nonstandard init file names
13222
13223 * *-config.texi: new switch GENERIC for text that applies *only*
13224 to (usual) multiple-target version of manual
13225
13226 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13227 h8 config
13228
13229 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13230 in menus (rather than conditionally selected multiple alternative
13231 menus).
13232
13233 * Makefile.in: define and use DOC_CONFIG var to select
13234 configuration for GDB user manual.
13235
13236 * gdb-config.texi: delete from repository, generate from Makefile.
13237
13238 * all-config.texi: normal `generic' configuration file, formerly
13239 stored as gdb-config.texi
13240
13241 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13242
13243 * Makefile.in: add dvi target to build all .dvi files
13244
13245 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13246
13247 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13248
13249 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13250
13251 * stabs.texi: The `this' pointer is now known by the name
13252 `this' instead of `$t'.
13253
13254 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13255
13256 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13257 host conditionals.
13258 * stabs.texinfo: More array fixes inspired by Jim's.
13259
13260 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13261
13262 * stabs.texinfo: Fixes re arrays and continuations.
13263
13264 * gdbint.texinfo: Add XCOFF node.
13265
13266 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13267
13268 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13269
13270 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13271
13272 * stabs.texinfo: Fix for array types to mention lower bounds.
13273
13274 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13275
13276 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13277
13278 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13279
13280 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13281
13282 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13283
13284 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13285 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13286
13287 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13288
13289 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13290
13291 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13292
13293 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13294
13295 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13296
13297 * gdb.texinfo, gdbinv-s.texi: misc updates
13298
13299 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13300
13301 * gdbint.texinfo: Brief documentation for longjmp support,
13302 from an email msg by Stu.
13303
13304 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13305
13306 * stabs.texinfo: Fix description of floating point "range"
13307 types (which really define basic types). Reported by Jim Meehan,
13308 <meehan@src.dec.com>.
13309
13310 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13311
13312 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13313
13314 * gdbint.texinfo: Slightly expand section on supporting a new
13315 object file format.
13316
13317 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13318
13319 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13320 intermediate file.
13321
13322 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13323
13324 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13325
13326 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13327
13328 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13329
13330 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13331 as well as Z8002.
13332
13333 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13334
13335 * gdbint.texinfo (Host Conditionals): Remove
13336 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13337 MEM_FNS_DECLARED.
13338 (Target Conditionals): Remove all of the above.
13339
13340 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13341
13342 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13343 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13344
13345 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13346
13347 * gdbint.texinfo: Add sections on clean design and on how to send
13348 in changes.
13349
13350 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13351
13352 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13353
13354 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13355
13356 * gdbint.texinfo: nm.h now included in defs.h.
13357
13358 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13359
13360 * gdb.texinfo: Fix typo, reported by Karl Berry.
13361
13362 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13363
13364 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13365
13366 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13367
13368 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13369
13370 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13371
13372 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13373 (all @node commands): Use new form to avoid nitpicking errors.
13374 * gdbint.texinfo: Document host/native/target split.
13375
13376 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13377
13378 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13379
13380 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13381
13382 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13383
13384 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13385
13386 * gdbint.texinfo: fixed a stray email address (needs @@),
13387 added @table @code to node "Native Conditionals"
13388
13389 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13390
13391 * gdbint.texinfo: document a few more macros, create new section
13392 for native macros.
13393
13394 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13395
13396 * gdb.texinfo: Document command hooks.
13397
13398 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13399
13400 * gdbint.texinfo: Describe coding style of GDB.
13401
13402 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13403
13404 * stabs.texinfo: Minor wording changes.
13405
13406 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13407
13408 * gdbint.texinfo: Improve release doc slightly.
13409
13410 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13411
13412 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13413 for two new remote targets---29K using UDI, and Tandem ST2000
13414 using STDBUG.
13415
13416 * all.m4, none.m4: new m4 switch, _ST2000__
13417
13418 * all.m4: turn on H8/300 stuff for generic manual
13419
13420 * gdbinv-s.m4.in: remove text on special procedures to continue
13421 after explicit call to breakpoint() in serial stubs.
13422
13423 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13424
13425 * gdbint.texinfo: Improve doc of GDB config macros.
13426
13427 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13428
13429 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13430 These will be reinserted when examined.
13431
13432 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13433
13434 * gdb.texinfo: fix shameful error of agreement reported by
13435 jimb@occs.cs.oberlin.edu (Jim Blandy)
13436 * gdb.texinfo: remove old partial discussion of remote serial
13437 protocol (via serial debug stubs)
13438 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13439 use of serial debug stubs
13440
13441 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13442
13443 * gdbint.texinfo: Make a start at documenting all the #if macros
13444 in GDB. At least list them all, and start separating them into
13445 host-specific and target-specific.
13446
13447 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13448
13449 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13450 examples (not consistent w others).
13451 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13452 for generic vn of doc
13453
13454 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13455
13456 * Makefile.in: always create installation directories.
13457
13458 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13459
13460 * gdb.texinfo: in h8 config, do not describe searching commands.
13461
13462 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13463
13464 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13465 conditionals; introduce a few generic switches that may be
13466 useful for other cross-dev or dos-hosted configs.
13467
13468 * gdb.texinfo: fix typo in "info reg" description
13469
13470 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13471
13472 * stabs.texinfo: Minor updates from running TeX over it.
13473 * Makefile.in (stabs.dvi, stabs.ps): Add.
13474
13475 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13476
13477 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13478 First pass at converting it to texinfo.
13479
13480 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13481
13482 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13483 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13484
13485 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13486
13487 * gdbint.texinfo: Add section on partial symbol tables.
13488
13489 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13490
13491 * gdb.texinfo: Document new am29k setting.
13492
13493 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13494
13495 * gdb.texinfo: document `set remotedebug' and `set
13496 rstack_high_address'.
13497
13498 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13499
13500 * gdb.texinfo: slight expansion of new text on reading info files
13501 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13502 H8/300 from DOS.
13503
13504 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13505
13506 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13507
13508 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13509
13510 * gdb.texinfo: Say how to read the `info' files.
13511
13512 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13513
13514 * Makefile.in: gm4 -> m4.
13515
13516 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13517
13518 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13519 Documentation' ahead of `Installing GDB' to match README.
13520 Update shared library doc, -readnow and -mapped, and directory
13521 structure (add glob and mmalloc). Update configure doc.
13522
13523 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13524
13525 * Makefile.in: remove $(srcdir) from gdb.info rule.
13526
13527 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13528
13529 * Makefile.in: commented out gdb-all.texinfo rule. This is
13530 temporary.
13531
13532 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13533
13534 * Makefile.in, configure.in: removed traces of namesubdir,
13535 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13536 copyrights to '92, '13, changed some from Cygnus to FSF.
13537
13538 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13539
13540 * gdb.texinfo: Improve how we ask for bug reports.
13541
13542 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13543
13544 * Makefile.in: infodir belongs in datadir.
13545
13546 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13547
13548 * Makefile.in: remove spaces following hyphens, bsd make can't
13549 cope. install using INSTALL_DATA. added clean-info. added
13550 standards.text support.
13551
13552 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13553
13554 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13555 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13556 and mandir now keyed off datadir by default.
13557
13558 \f
13559 Local Variables:
13560 mode: change-log
13561 left-margin: 8
13562 fill-column: 74
13563 version-control: never
13564 coding: utf-8
13565 End:
This page took 0.281485 seconds and 5 git commands to generate.