Expand dynamic type documentation
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2020-04-27 Tom Tromey <tromey@adacore.com>
2
3 * python.texi (Types In Python): Mention missing fields. Add
4 dynamic type example.
5
6 2020-04-24 Tom Tromey <tromey@adacore.com>
7
8 PR python/23662:
9 * python.texi (Types In Python): Document new features.
10
11 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
12
13 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
14 clears makeinfo warnings.
15 * python.texi: Add a missing period trailing an @xref{} clause;
16 this clears a makeinfo warning.
17
18 2020-03-06 Tom de Vries <tdevries@suse.de>
19
20 * gdb.texinfo: Fix "the the".
21
22 2020-03-04 Tom de Vries <tdevries@suse.de>
23
24 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
25 * python.texi: Same.
26
27 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * gdb.texinfo (Command History): Extend description for
30 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
31 'set history filename' being optional. Describe the effect of an
32 empty history filename on 'set history save on'.
33
34 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
37 output.
38
39 2020-02-22 Tom Tromey <tom@tromey.com>
40
41 * python.texi (Python API): Add menu item.
42 (TUI Windows In Python): New node.
43
44 2020-02-22 Tom Tromey <tom@tromey.com>
45
46 PR tui/17850:
47 * gdb.texinfo (TUI Commands): Document horizontal layouts.
48
49 2020-02-22 Tom Tromey <tom@tromey.com>
50
51 * gdb.texinfo (TUI Overview): Mention user layouts.
52 (TUI Commands): Document "tui new-layout".
53
54 2020-01-26 Tom Tromey <tromey@adacore.com>
55
56 * gdb.texinfo (M68K Features): Document floating-point feature
57 correspondence.
58
59 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
60
61 * gdb.texinfo (Attach): Document the new option and the
62 set/show commands.
63 (Connecting): Reference the exec-file-mismatch option.
64
65 2020-01-10 Pedro Alves <palves@redhat.com>
66
67 * gdb.texinfo (Starting): Say "current inferior not connected"
68 instead of "GDB not connected".
69 (Inferiors and Programs): Rename node to ...
70 (Inferiors Connections and Programs): ... this. Update all
71 references. Talk about multiple target connections. Update "info
72 inferiors" info to mention the connections column. Describe "info
73 connections". Document "add-inferior -no-connection".
74 * guile.texi, python.texi: Update cross references.
75
76 2020-01-01 Joel Brobecker <brobecker@adacore.com>
77
78 * gdb.texinfo, refcard.tex: Update copyright year range.
79
80 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * python.texi (Symbols In Python): Remove duplicate description of
83 gdb.lookup_global_symbol.
84
85 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
86
87 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
88
89 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
90
91 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
92 as -r is ambiguous. Update the print - TAB TAB completion result.
93 (Data): Document new option -raw-values. Use -p and -pretty in the
94 example, as -r is ambiguous.
95 (Print Settings): Document set print raw values.
96 (Pretty-Printer Commands): Document interaction between enabled
97 pretty printers and -raw-values/-raw-frame-arguments.
98
99 2019-12-10 Tom Tromey <tom@tromey.com>
100
101 * python.texi (gdb.prompt): Use correct quotes in example.
102 Shorten sample text.
103
104 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
107 -max-results to some -symbol-info-* commands.
108
109 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
112 -symbol-info-module-functions and -symbol-info-module-variables.
113
114 2019-12-01 Tom Tromey <tom@tromey.com>
115
116 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
117 (Output Styling): Document new settings.
118
119 2019-12-01 Tom Tromey <tom@tromey.com>
120
121 * gdb.texinfo (TUI Configuration): Document new setting.
122
123 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
124
125 * gdb.texinfo (Define): Indicate that user-defined prefix can
126 be used in 'define' command. Document 'define-prefix' command.
127
128 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
129
130 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
131 -symbol-info-modules.
132
133 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
134
135 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
136 -symbol-info-functions, -symbol-info-types, and
137 -symbol-info-variables.
138
139 2019-11-26 Tom Tromey <tom@tromey.com>
140
141 * gdb.texinfo (Maintenance Commands): Document new maint
142 commands.
143
144 2019-11-25 Luis Machado <luis.machado@linaro.org>
145
146 * gdb.texinfo (Debugging Output): Document set debug
147 remote-packet-max-chars.
148
149 2019-11-14 Tom de Vries <tdevries@suse.de>
150
151 * gdb.texinfo: Fix typos.
152 * python.texi: Same.
153 * stabs.texinfo: Same.
154
155 2019-11-12 Tom Tromey <tom@tromey.com>
156
157 * gdb.texinfo (Maintenance Commands): Document new command.
158
159 2019-11-11 Tom Tromey <tom@tromey.com>
160
161 * gdb.texinfo (TUI Keys): Document readline function names.
162
163 2019-11-11 Tom Tromey <tom@tromey.com>
164
165 * gdb.texinfo (Editing): Document operate-and-get-next.
166
167 2019-11-11 Tom Tromey <tromey@adacore.com>
168
169 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
170
171 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
172
173 * python.texi (Symbols In Python): Add documentation for
174 gdb.lookup_static_symbols.
175
176 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * python.texi (Symbols In Python): Extend documentation for
179 gdb.lookup_static_symbol.
180
181 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
182
183 * gdb.texinfo (Symbols): Document new 'info module variables' and
184 'info module functions' commands.
185
186 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * gdb.texinfo (Symbols): Document new 'info modules' command.
189
190 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
191
192 * gdb.texinfo (Convenience Funs): Document the new
193 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
194 convenience functions.
195
196 2019-10-29 Christian Biesinger <cbiesinger@google.com>
197
198 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
199 generation.
200 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
201 option.
202
203 2019-10-23 Tom Tromey <tom@tromey.com>
204
205 * Makefile.in (READLINE_DIR): Update.
206
207 2019-10-23 Christian Biesinger <cbiesinger@google.com>
208
209 * python.texi (Threads In Python): Add a note for how to get the
210 list of threads.
211
212 2019-10-07 Tom de Vries <tdevries@suse.de>
213
214 * gdb.texinfo: Fix typo.
215 * guile.texi: Same.
216 * python.texi: Same.
217
218 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
219
220 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
221
222 2019-10-02 Tom Tromey <tromey@adacore.com>
223
224 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
225 $_ada_exception.
226
227 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
228
229 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
230 qXfer:spu:read and qXfer:spu:write.
231 (General Query Packets): Likewise.
232 (Cell Broadband Engine SPU architecture): Remove subsection.
233
234 2019-09-18 Tom Tromey <tom@tromey.com>
235
236 * gdb.texinfo (Editing): Document readline application name.
237 (TUI Single Key Mode): Document TUI SingleKey keymap name.
238
239 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.texinfo (Source Path): Additional text to better describe
242 how the source path directory list is used when searching for
243 source files.
244
245 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
246
247 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
248 examples.
249
250 2019-09-10 Tom Tromey <tromey@adacore.com>
251
252 * gdb.texinfo (Index Files): Update Ada text.
253
254 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
255
256 * gdb.texinfo (Symbols): Add information about the -n flag to
257 "info variables" and "info functions".
258
259 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
260
261 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
262
263 2019-08-16 Alan Hayward <alan.hayward@arm.com>
264
265 * gdb.texinfo (AArch64 Pointer Authentication)
266 (GDB/MI Breakpoint Information) (Frame Information): Document
267 addr_field.
268
269 2019-08-12 Tom Tromey <tom@tromey.com>
270
271 * gdb.texinfo (Configure Options): Document minimum version of
272 readline.
273
274 2019-08-09 Alan Hayward <alan.hayward@arm.com>
275
276 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
277
278 2019-08-07 Alan Hayward <alan.hayward@arm.com>
279
280 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
281
282 2019-08-05 Christian Biesinger <cbiesinger@google.com>
283
284 * python.texi (Blocks In Python): Document dictionary access on blocks.
285
286 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
287
288 * gdb.texinfo (Symbols): Document new args -dirname and -basename
289 of "info sources" command.
290
291 2019-07-30 Christian Biesinger <cbiesinger@google.com>
292
293 * python.texi (Symbols In Python): Document new function
294 gdb.lookup_static_symbol.
295
296 2019-07-29 Christian Biesinger <cbiesinger@google.com>
297
298 * python.texi (Objfiles In Python): Document new functions
299 Objfile.lookup_{global,static}_symbol.
300
301 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
302
303 * gdb.texinfo (Backtrace): Document the new '-frame-info'
304 backtrace option. Reference 'set print frame-info'.
305 (Print Settings): Document 'set|show print frame-info'.
306 Document new 'presence' value for 'set print frame-arguments.
307
308 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
309
310 * gdb.texinfo (Symbols): Add information about -q flag to "info
311 types".
312
313 2019-07-20 Kevin Buettner <kevinb@redhat.com>
314
315 * python.texi (python command): Revise example to match
316 command behavior.
317
318 2019-07-09 Pedro Alves <palves@redhat.com>
319
320 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
321 examples to show type=catchpoint instead of type=breakpoint and an
322 address.
323
324 2019-07-03 Pedro Alves <palves@redhat.com>
325 Philippe Waroquiers <philippe.waroquiers@skynet.be>
326
327 * gdb.texinfo (Command Settings): New node documenting the general
328 concept of settings, how to change them, and the new "with"
329 command.
330 (Maintenance Commands): Document "maint with".
331
332 2019-07-03 Pedro Alves <palves@redhat.com>
333
334 * gdb.texinfo (Maintenance Commands): Document "maint set/show
335 test-settings" instead of "maint test-settings set/show".
336
337 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
338
339 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
340 deals with a file that has the same name as the specified pid to
341 attach to. Add example using -p option.
342 (gdb man): Remove same sentence as in previous item.
343
344 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
345
346 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
347 node.
348 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
349 new MI commands.
350
351 2019-06-13 Pedro Alves <palves@redhat.com>
352
353 * gdb.texinfo (Command Completion): Mention command options too.
354 (Command Options): New node.
355 (Threads): Add anchors. Extend descriptions of the "taas" and
356 "tfaas" commands.
357 (Backtrace): Describe new options of the "backtrace" command. Add
358 anchors.
359 (Frame Apply): Describe new options of the "frame apply" and
360 "faas" commands. Add anchors.
361 (Data): Describe new options of the "print" command. Add anchors.
362 (Compiling and Injecting Code): Mention options of the "compile
363 print" command.
364 (Maintenance Commands): Mention "maint test-options" subcommands
365 and the "maint show test-options-completion-result" command.
366
367 2019-06-13 Pedro Alves <palves@redhat.com>
368
369 * gdb.texinfo (Print Settings): Document "set/show print
370 raw-frame-arguments" instead of "set/show print raw
371 frame-arguments".
372
373 2019-06-13 Pedro Alves <palves@redhat.com>
374
375 * gdb.texinfo (Maintenance Commands): Document "maint
376 test-settings" commands.
377
378 2019-06-06 Amos Bird <amosbird@gmail.com>
379
380 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
381 annotation.
382
383 2019-06-04 Christian Biesinger <cbiesinger@google.com>
384
385 * python.texi: Document new gdb.Type.objfile property.
386
387 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
388
389 * gdb.texinfo (Help): Document the new -v apropos flag.
390 (Output Styling): Document the style name styling done by "show style".
391 Document the new title and highlight styles.
392
393 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
394
395 * gdb.texinfo (Shell Commands): Document pipe command.
396 (Logging Output): Add a reference to pipe command.
397 (Convenience Variables): Document $_shell_exitcode and
398 $_shell_exitstatus.
399
400 2019-05-29 Tom Tromey <tromey@adacore.com>
401
402 * gdb.texinfo (Continuing and Stepping): Document new
403 commands.
404
405 2019-05-22 Alan Hayward <alan.hayward@arm.com>
406
407 * gdb.texinfo (Shell Commands): Add debugredirect.
408
409 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
410
411 * gdb.texinfo: Minor formatting fixes.
412
413 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
414
415 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
416 MI command -complete.
417
418 2019-05-14 Tom de Vries <tdevries@suse.de>
419
420 * gdb.texinfo (Automatic symbol index cache): Add concept and command
421 index entries.
422
423 2019-05-14 Tom de Vries <tdevries@suse.de>
424
425 * gdb.texinfo (Maintenance Commands): Remove superfluous
426 quoting on command index entry for "maint info selftests".
427
428 2019-05-10 Tom Tromey <tromey@adacore.com>
429
430 * python.texi (Pretty Printing API): Mention lazy computation for
431 "children".
432
433 2019-05-10 Tom Tromey <tromey@adacore.com>
434
435 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
436 exception" and "catch handlers". Move "catch exception unhandled"
437 text. Use @var for "catch load" and "catch unload"
438
439 2019-05-08 Tom Tromey <tromey@adacore.com>
440
441 * gdb.texinfo (Symbols): Document change to ptype/o.
442
443 2019-05-03 Eli Zaretskii <eliz@gnu.org>
444
445 * gdb.texinfo (Separate Debug Files): Document how the
446 subdirectory of the global debug directory is computed on
447 MS-Windows/MS-DOS.
448
449 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * gdb.texinfo (Print Settings): Document 'print max-depth'.
452 * guile.texi (Guile Pretty Printing API): Document that 'print
453 max-depth' can effect the display of a values children.
454 * python.texi (Pretty Printing API): Likewise.
455 (Values From Inferior): Document max_depth keyword.
456
457 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
458
459 * gdb.texinfo (Calling): Document the new
460 set|show may-call-functions.
461
462 2019-04-22 Pedro Alves <palves@redhat.com>
463
464 * gdb.texinfo (Reverse Execution): Mention and xref process record
465 and replay. Mention remote and system emulators.
466 (Process Record and Replay): List supported architectures.
467 Mention that "record btrace" is only supported on Intel
468 processors.
469
470 2019-04-17 Alan Hayward <alan.hayward@arm.com>
471
472 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
473 (Monitor Commands for gdbserver)
474 (gdbserver man): Add debug-file option.
475
476 2019-04-08 Kevin Buettner <kevinb@redhat.com>
477
478 * python.texi (Inferiors In Python): Rename
479 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
480 Add note about the former being deprecated.
481
482 2019-04-08 Kevin Buettner <kevinb@redhat.com>
483
484 * python.texi (Threads In Python): Add description for method
485 InferiorThread.handle.
486
487 2019-04-07 Tom Tromey <tom@tromey.com>
488
489 * Makefile.in (all): Depend on "info".
490
491 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * gdb.texinfo (Convenience Funs): Document '$_creal' and
494 '$_cimag'.
495
496 2019-03-30 Eli Zaretskii <eliz@gnu.org>
497
498 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
499 $_gdb_minor.
500
501 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * python.texi (Pretty Printing API): Document use of None for the
504 display_hint.
505
506 2019-03-22 Alan Hayward <alan.hayward@arm.com>
507 Jiong Wang <jiong.wang@arm.com>
508
509 * gdb.texinfo (AArch64 Features): Describe pauth feature.
510
511 2019-03-20 Tom Tromey <tromey@adacore.com>
512
513 * python.texi (Selecting Pretty-Printers): Use @defvar for
514 gdb.pretty_printers.
515
516 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
517
518 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
519 of table, "@end @table" -> "@end table".
520
521 2019-03-14 Tom Tromey <tromey@adacore.com>
522
523 * gdb.texinfo (Output Styling): Document "set style source" and
524 "show style source".
525
526 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
527
528 * gdb.texinfo (Mode Options): Mention mi3.
529 (Interpreters): Likewise.
530 (GDB/MI Development and Front Ends): Add entry for MI 3 in
531 version table. Document -fix-multi-location-breakpoint-output.
532 (GDB/MI Breakpoint Information): Document format of breakpoint
533 location output.
534
535 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
536
537 * python.texi (Values From Inferior): Change synopsys of the
538 second form of Value.__init__.
539
540 2019-03-02 Eli Zaretskii <eliz@gnu.org>
541
542 * gdb.texinfo (Output Styling): Fix typos. Document the default
543 foreground colors of the available styles.
544
545 2019-02-27 Kevin Buettner <kevinb@redhat.com>
546
547 * gdb.texinfo (Configure Options): Document minimum python
548 version.
549
550 2019-02-26 Kevin Buettner <kevinb@redhat.com>
551
552 * python.texi (Values From Inferior): Document second form
553 of Value.__init__.
554
555 2019-02-23 Joel Brobecker <brobecker@adacore.com>
556
557 * gdb.texinfo: Update copyright year ranges.
558 * refcard.tex: Likewise.
559
560 2019-02-21 Alan Hayward <alan.hayward@arm.com>
561
562 * gdb.texinfo: Update style defaults.
563
564 2019-02-21 Tom Tromey <tromey@adacore.com>
565
566 * gdb.texinfo (Remote Configuration): Remove trailing "." from
567 @item.
568
569 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
570
571 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
572 MI versions. Update text around it.
573
574 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
575
576 * gdb.texinfo (PowerPC Features): Document the alias
577 pseudo-registers for the org.gnu.gdb.power.altivec feature.
578
579 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
580
581 * gdb.texinfo (Print Settings): Remove mention of specific
582 demangle-style values, just refer to the in-process help.
583
584 2018-12-28 Tom Tromey <tom@tromey.com>
585
586 * gdb.texinfo (Output Styling): New node.
587
588 2018-12-13 John Baldwin <jhb@FreeBSD.org>
589
590 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
591 (Native): Add a FreeBSD subsection.
592 (FreeBSD): Document use of system call aliases for compatibility
593 system calls.
594
595 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * gdb.texinfo (Standard Target Features): Add RISC-V Features
598 sub-section.
599
600 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
601
602 * gdb.texinfo (Examining the Symbol Table): Document language choice
603 for 'info types|functions|variables' commands.
604 (Setting Breakpoints): Document language choice to print
605 the functions in which a breakpoint is set.
606
607 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
608
609 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
610 requirements for the org.gnu.gdb.power.vsx feature.
611
612 2018-11-01 Joel Brobecker <brobecker@adacore.com>
613
614 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
615 output to match the current implementation.
616
617 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
618
619 * gdb.texinfo (Information About a Frame): Document changes
620 to 'info args' and 'info locals'.
621 (Examining the Symbol Table): Document changes to 'info functions'
622 and 'info variables'.
623
624 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
625
626 * gdb.texinfo (PowerPC Features): Describe new features
627 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
628 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
629 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
630 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
631
632 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
633
634 * gdb.texinfo (PowerPC Features): Describe new features
635 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
636
637 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
638
639 * gdb.texinfo (PowerPC Features): Describe new feature
640 "org.gnu.gdb.power.tar".
641
642 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
643
644 * gdb.texinfo (PowerPC Features): Describe new features
645 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
646
647 2018-10-20 Tom Tromey <tom@tromey.com>
648
649 * gdb.texinfo (TUI Commands): Add @end table.
650 (TUI Configuration): Remove stray @end table.
651
652 2018-10-19 Tom Tromey <tom@tromey.com>
653
654 PR tui/18388:
655 * gdb.texinfo (TUI Commands): Remove tabset documentation.
656 (TUI Configuration): Document "set tui tab-width".
657
658 2018-10-09 Tom Tromey <tom@tromey.com>
659
660 * python.texi (Inferiors In Python): Link to "Frames In Python",
661 not "Unwinding Frames in Python".
662
663 2018-10-09 Tom Tromey <tom@tromey.com>
664
665 * gdb.texinfo (Configure Options): Update --enable-ubsan
666 documentation.
667
668 2018-10-08 John Baldwin <jhb@FreeBSD.org>
669
670 * gdb.texinfo (Contributors): Add SRI International and University
671 of Cambridge for FreeBSD/riscv.
672
673 2018-10-06 Tom Tromey <tom@tromey.com>
674
675 PR python/19399:
676 * python.texi (Inferiors In Python): Document
677 Inferior.Architecture.
678
679 2018-10-06 Tom Tromey <tom@tromey.com>
680
681 PR python/21765:
682 * python.texi (Symbols In Python): Document the module and
683 common-block domains. Remove documentation for incorrect
684 domains.
685
686 2018-10-03 Tom Tromey <tom@tromey.com>
687
688 * gdb.texinfo (Configure Options): Document --enable-ubsan.
689
690 2018-10-02 John Darrington <john@darrington.wattle.id.au>
691
692 * gdb.texinfo (Remote Connection Commands): Describe
693 the changes to target remote and target extended-remote
694 relating to Unix domain sockets.
695
696 2018-10-01 Tom Tromey <tom@tromey.com>
697
698 * gdb.texinfo (Configure Options): Document configure options.
699
700 2018-09-29 Tom Tromey <tom@tromey.com>
701
702 * gdb.texinfo (Requirements): Mention C++, GNU make.
703 (Requirements): Sort the table. Add more libraries.
704 (Running Configure): Remove obsolete text.
705 (Separate Objdir): Likewise.
706 (Configure Options): Likewise.
707
708 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
711 to highlight that the number is also the frame's level.
712 (Selection): Rewrite documentation for 'frame' and 'select-frame'
713 commands.
714 (Frame Info): Rewrite documentation for 'info frame' command.
715
716 2018-09-23 Tom Tromey <tom@tromey.com>
717
718 PR python/18852:
719 * python.texi (Parameters In Python): Document exception behavior
720 of get_set_string.
721
722 2018-09-18 John Baldwin <jhb@FreeBSD.org>
723
724 * gdb.texinfo (info proc): Remove "running".
725 (info proc mappings): Replace "program" with "process".
726
727 2018-09-18 John Baldwin <jhb@FreeBSD.org>
728
729 * gdb.texinfo (Process Information): Document "info proc files"
730 command.
731
732 2018-09-17 Tom Tromey <tom@tromey.com>
733
734 * gdb.texinfo (Index Files): Update for cache directory change on
735 macOS.
736
737 2018-09-16 Tom Tromey <tom@tromey.com>
738
739 * python.texi (Basic Python): Update docs for find_pc_line,
740 solib_name.
741 (Progspaces In Python): Update docs for current_progspace.
742 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
743 Move method documentation before example.
744
745 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
746
747 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
748
749 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
750 2018-09-13 Tom Tromey <tom@tromey.com>
751
752 * python.texi (Program Spaces In Python): Document the
753 Progspace.objfiles method.
754 (Objfiles In Python): Mention that gdb.objfiles() is identical
755 to gdb.selected_inferior().progspace.objfiles().
756
757 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
758 2018-09-13 Tom Tromey <tom@tromey.com>
759
760 * python.texi (Inferiors In Python): Document
761 Inferior.progspace.
762 (Program Spaces In Python): Document that
763 gdb.current_progspace() is the same as
764 gdb.selected_inferior().progspace.
765
766 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
767
768 * python.texi (Basic Python): Mention the string representation
769 of GDB Python objects.
770
771 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
772
773 * gdb.texinfo (Skipping Over Functions and Files): Document
774 set/show debug skip.
775
776 2018-09-10 Tom Tromey <tom@tromey.com>
777
778 * python.texi (Frames In Python, Blocks In Python)
779 (Symbols In Python, Symbol Tables In Python)
780 (Lazy Strings In Python): Remove periods from section titles.
781
782 2018-09-10 Tom Tromey <tom@tromey.com>
783
784 * python.texi (Pretty Printing API): Swap sentence order.
785
786 2018-09-10 Tom Tromey <tom@tromey.com>
787
788 PR python/16461:
789 * python.texi (Values From Inferior): Mention use of virtual
790 table.
791
792 2018-09-10 Tom Tromey <tom@tromey.com>
793
794 * python.texi (Basic Python): Parenthesize argument to
795 decode_line.
796
797 2018-09-10 Tom Tromey <tom@tromey.com>
798
799 * python.texi (Python): Mention Python versions. Don't mention
800 execfile.
801
802 2018-09-10 Tom Tromey <tom@tromey.com>
803
804 PR python/19808:
805 * python.texi (Unwinding Frames in Python): Rewrite
806 create_unwind_info documentation. Update read_register
807 documentation and add a note about unwinder caution.
808
809 2018-09-10 Tom Tromey <tom@tromey.com>
810
811 PR python/18909:
812 * python.texi (Events In Python): Fix inferior_call
813 documentation.
814
815 2018-09-10 Tom Tromey <tom@tromey.com>
816
817 PR python/17752:
818 * python.texi (Frame Filter API): Remove period from subsection
819 title. Mention 100 as good default priority.
820 (Frame Decorator API): Remove period from subsection title.
821 Mention FrameDecorator module.
822
823 2018-09-10 Tom Tromey <tom@tromey.com>
824
825 PR python/23108:
826 * python.texi (Exception Handling): Rearrange gdb.GdbError text
827 and add a table.
828
829 2018-09-10 Tom Tromey <tom@tromey.com>
830
831 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
832 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
833 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
834 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
835
836 2018-09-10 Tom Tromey <tom@tromey.com>
837
838 PR python/16484:
839 * python.texi (Frames In Python): Document that Frame.block can
840 throw.
841
842 2018-09-10 Tom Tromey <tom@tromey.com>
843
844 PR python/23487:
845 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
846
847 2018-09-10 Tom Tromey <tom@tromey.com>
848
849 PR python/16033:
850 * python.texi (Blocks In Python): Document that Block.end is
851 exclusive.
852
853 2018-08-29 Keith Seitz <keiths@redhat.com>
854
855 * gdb.texinfo (Compiling and injecting code in GDB): Document
856 set/show "compile-oracle" and "compile-cplus-types" commands.
857
858 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
859
860 * gdb.texinfo (The -stack-list-frames Command): Update description
861 to mention "arch".
862 Update MI examples throughout the document to contain "arch" in
863 frame output.
864
865 2018-08-21 Alan Hayward <alan.hayward@arm.com>
866
867 * gdb.texinfo (AArch64 SVE): New subsubsection.
868
869 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
870
871 * gdb.texinfo (GDB/MI Data Manipulation): Document
872 "-data-disassemble -a addr".
873 (GDB/MI Support Commands): Document "data-disassemble-a-option"
874 feature.
875
876 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
877
878 * gdb.texinfo (Index Files Speed Up GDB): Add section about
879 symbol index cache.
880
881 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
882
883 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
884 option sections to further clarify that gcore can take more
885 than one PID, and that "-o" is used to specify a prefix, not a
886 filename.
887
888 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * gdb.texinfo (Maintenance Commands): Add description of
891 maintenance command to control dwarf unwinders.
892
893 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
894
895 * gdb.texinfo (Debugging Programs with Multiple Threads):
896 Document changes to 'thread apply'. Document 'taas'.
897 Document 'tfaas'.
898 (Examining the Stack): Document 'frame apply'. Document 'faas'.
899
900 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
901 Jan Kratochvil <jan.kratochvil@redhat.com>
902 Paul Fertser <fercerpav@gmail.com>
903 Tsutomu Seki <sekiriki@gmail.com>
904
905 * gdb.texinfo (Remote Connection Commands): Add explanation
906 about new IPv6 support. Add new connection prefixes.
907
908 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
909
910 * gdb.texinfo (Remote Configuration): Update descriptions for
911 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
912 and hardware-watchpoint-length-limit variables.
913
914 2018-07-02 Maciej W. Rozycki <macro@mips.com>
915
916 PR tdep/8282
917 * gdb.texinfo (Source and Machine Code): Document `set
918 disassembler-options' support for the MIPS target.
919
920 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
921
922 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
923
924 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
925
926 * gdb.texinfo (Files): The address argument for "add-symbol-file"
927 is no longer mandatory.
928
929 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
930
931 * gdb.texinfo (Files): Document "symbol-file -o offset".
932
933 2018-06-14 Tom de Vries <tdevries@suse.de>
934
935 * gdb.texinfo (Background Execution): Add @cindex for '&'.
936
937 2018-06-11 Eli Zaretskii <eliz@gnu.org>
938
939 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
940
941 2018-06-08 Gary Benson <gbenson@redhat.com>
942
943 * gdb.texinfo (Maintenance Commands): Document "maint check
944 libthread-db" and "maint set/show check-libthread-db".
945
946 2018-06-05 Tom Tromey <tom@tromey.com>
947
948 PR cli/12326:
949 * gdb.texinfo (Screen Size): Document "c" response to pagination
950 prompt.
951
952 2018-05-31 Maciej W. Rozycki <macro@mips.com>
953
954 * gdb.texinfo (Choosing Target Byte Order): Document endianness
955 selection details with the `set endian auto' mode.
956
957 2018-05-31 Alan Hayward <alan.hayward@arm.com>
958
959 * gdb.texinfo: Describe SVE feature.
960
961 2018-05-04 Tom Tromey <tom@tromey.com>
962
963 PR python/22731:
964 * python.texi (Breakpoints In Python): Mention that "commands" is
965 writable.
966
967 2018-05-02 Tom Tromey <tom@tromey.com>
968
969 PR python/20084:
970 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
971 PARAM_ZUINTEGER_UNLIMITED.
972
973 2018-04-30 Tom Tromey <tom@tromey.com>
974
975 * python.texi (Types In Python): Document Type.align.
976
977 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
978
979 * gdb.texinfo (Symbols): Mention the fact that "info
980 variables/functions/types" show source files and line numbers.
981
982 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
983
984 * gdb.texinfo: Document set/show record btrace cpu.
985
986 2018-03-27 Joel Brobecker <brobecker@adacore.com>
987
988 * gdb.texinfo (Ada Settings): New subsubsection.
989
990 2018-03-26 Tom Tromey <tom@tromey.com>
991
992 PR backtrace/15582:
993 * gdb.texinfo (Backtrace): Mention "hide" argument.
994
995 2018-03-26 Tom Tromey <tom@tromey.com>
996
997 * gdb.texinfo (Backtrace): Describe options individually.
998
999 2018-03-19 Tom Tromey <tom@tromey.com>
1000
1001 * observer.texi: Remove.
1002
1003 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1004
1005 * gdb.texinfo (Debugging Output): Document "set/show debug
1006 fbsd-nat".
1007
1008 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * gdb.texinfo (Machine Code): Additional information about "info
1011 line" command.
1012
1013 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1014
1015 * gdb.texinfo (gdb-add-index man): Add pindex.
1016
1017 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1018
1019 * gdb.texinfo (set cwd): Add period.
1020 (gdb-add-index man): Move anchor.
1021
1022 2017-01-12 Tom Tromey <tom@tromey.com>
1023 Sergio Durigan Junior <sergiodj@redhat.com>
1024
1025 * gdb.texinfo (Index Files): Mention gdb-add-index.
1026 (gdb-add-index man): New section.
1027 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1028 from gdb.texinfo.
1029
1030 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1031
1032 * gdb.texinfo (pwd): Fix whitespace.
1033
1034 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1035
1036 * gdb.texinfo (pwd): Update cross-reference for Process Information
1037 node and remove explicit /proc reference.
1038 (Native): Rename subsection from SVR4 Process Information to
1039 Process Information.
1040 (Process Information): Reword introduction to be less /proc
1041 centric. Document support for "info proc" on FreeBSD.
1042
1043 2018-01-03 Xavier Roirand <roirand@adacore.com>
1044
1045 * gdb.texinfo (Set Catchpoints): Add documentation for new
1046 "catch handlers" action.
1047
1048 2017-12-27 Stafford Horne <shorne@gmail.com>
1049
1050 * gdb.texinfo (Target Description Format): Explain that arbitrary
1051 strings are now allowed for register groups.
1052
1053 2017-12-27 Stafford Horne <shorne@gmail.com>
1054
1055 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1056
1057 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1058
1059 PR cli/16224
1060 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1061
1062 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1063
1064 * python.texi (Manipulating breakpoints using Python): Document
1065 qualified parameter to gdb.Breakpoint.
1066
1067 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1068
1069 * python.texi (Manipulating breakpoints using Python): Split doc
1070 of Breakpoint.__init__ in two, split text in multiple
1071 paragraphs, don't nest parameter square brackets.
1072
1073 2017-12-12 Stafford Horne <shorne@gmail.com>
1074 Stefan Wallentowitz <stefan@wallentowitz.de>
1075 Franck Jullien <franck.jullien@gmail.com>
1076 Jeremy Bennett <jeremy.bennett@embecosm.com>
1077
1078 * gdb.texinfo: Add OpenRISC documentation.
1079
1080 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1081
1082 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1083
1084 2017-12-07 Keith Seitz <keiths@redhat.com>
1085
1086 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1087 and "show print type nested-type-limit".
1088
1089 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1090
1091 * python.texi (Breakpoints In Python): Add text relating
1092 to allowed explicit locations and keywords in gdb.Breakpoints.
1093
1094 2017-12-04 Tom Tromey <tom@tromey.com>
1095
1096 * gdb.texinfo (Rust): Update trait object status
1097
1098 2017-12-01 Andrew Cagney <cagney@redhat.com>
1099 Joel Brobecker <brobecker@adacore.com>
1100 Sergio Durigan Junior <sergiodj@redhat.com>
1101
1102 * gdb.texinfo (File Options): Document --readnever.
1103 (Commands to Specify Files): Likewise, for 'symbol-file' and
1104 'add-symbol-file'.
1105
1106 2017-11-29 Pedro Alves <palves@redhat.com>
1107
1108 PR c++/19436
1109 * gdb.texinfo (Debugging C Plus Plus): Document setting
1110 breakpoints in functions with ABI tags.
1111
1112 2017-11-29 Pedro Alves <palves@redhat.com>
1113
1114 * gdb.texinfo (Linespec Locations): Document how "function" is
1115 interpreted in C++ and Ada. Document "-qualified".
1116 (Explicit Locations): Document how "-function" is interpreted in
1117 C++ and Ada. Document "-qualified".
1118
1119 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1120
1121 PR gdb/21945
1122 * gdb.texinfo (Search Memory): Update description and example
1123 about how to search a string without NULL terminator.
1124
1125 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1126
1127 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1128 new "exception-message" field.
1129
1130 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1131
1132 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1133
1134 2017-11-24 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1137 false claim that GDB inserts quoting automatically.
1138 (Symbols): Add anchor.
1139
1140 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1141
1142 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1143
1144 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1145
1146 * python.texi (Basic Python): Add rbreak documentation.
1147
1148 2017-11-07 Xavier Roirand <roirand@adacore.com>
1149 Pedro Alves <palves@redhat.com>
1150
1151 * gdb.texinfo (Set Breaks): Document support for breakpoint
1152 location ranges in the enable/disable commands.
1153
1154 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1155
1156 * gdb.texinfo (Starting your Program) <The working directory.>:
1157 Mention remote debugging.
1158 (Working Directory) <Your Program's Working Directory>:
1159 Likewise.
1160 (Connecting) <Remote Packet>: Add "set-working-dir"
1161 and "QSetWorkingDir" to the table.
1162 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1163 packet.
1164
1165 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1166
1167 * gdb.texinfo (Starting your Program) <The working directory.>:
1168 Mention new "set cwd" command.
1169 (Working Directory) <Your Program's Working Directory>:
1170 Rephrase to explain that "set cwd" exists and is the default
1171 way to change the inferior's cwd.
1172
1173 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1174
1175 * gdb.texinfo (S/390 and System z Features): Document the new
1176 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1177
1178 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1179
1180 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1181 attribute.
1182
1183 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1184
1185 * python.texi (Inferiors In Python): Add description for method
1186 Inferior.thread_from_thread_handle.
1187
1188 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1189
1190 * gdb.texinfo (Starting your Program): Add description of
1191 starti command. Mention starti command as an alternative for
1192 debugging the elaboration phase.
1193
1194 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1195
1196 * gdb.texinfo (Maintenance Commands): Document filter parameter
1197 of "maint selftest". Document "maint info selftests" command.
1198
1199 2017-09-11 Tom Tromey <tom@tromey.com>
1200
1201 * python.texi (Events In Python): Document new events.
1202
1203 2017-09-04 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1206 no-debug-info variables.
1207 (Symbols) <Examining the Symbol Table>: Document inspecting
1208 no-debug-info types.
1209 (Calling) <Calling functions with no debug info>: New subsection,
1210 documenting calling no-debug-info functions.
1211 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1212
1213 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1214
1215 * gdb.texinfo (set environment): Add @anchor. Explain that
1216 environment variables set by the user are sent to GDBserver.
1217 (unset environment): Likewise, but for unsetting variables.
1218 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1219 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1220 "environment-reset" and "QEnvironmentReset" to the table.
1221 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1222 QEnvironmentReset>: New item, explaining the packet.
1223
1224 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1225
1226 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1227 "Compiler search for the compile command" descriptions of set
1228 compile-gcc and show compile-gcc.
1229
1230 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1231
1232 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1233 ADI support.
1234 * NEWS: Add "adi examine" and "adi assign" commands.
1235
1236 2017-08-18 Yao Qi <yao.qi@linaro.org>
1237
1238 * gdb.texinfo (Server): Document "--selftest".
1239
1240 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1241
1242 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1243 Single-Key mode.
1244
1245 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1246
1247 PR gdb/21925
1248 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1249 set...").
1250
1251 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1252
1253 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1254 conditional expression.
1255
1256 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1257
1258 * agentexpr.texi (rot): Fix symbolic description, improve
1259 textual description.
1260
1261 2017-07-26 Yao Qi <yao.qi@linaro.org>
1262
1263 * gdb.texinfo (Maintenance Commands): Document command
1264 "maint check xml-descriptions".
1265
1266 2017-07-26 Yao Qi <yao.qi@linaro.org>
1267
1268 * gdb.texinfo (Maintenance Commands): Document optional
1269 argument of "maint print c-tdesc".
1270
1271 2017-07-18 Yao Qi <yao.qi@linaro.org>
1272
1273 * gdb.texinfo (Maintenance Commands): Improve the doc to
1274 command "maint print c-tdesc".
1275
1276 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1277
1278 PR gdb/21606
1279 * python.texi (Python representation of Symbols.): Replace
1280 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1281 * guile.texi (Guile representation of Symbols.): Likewise.
1282
1283 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1284
1285 * gdb.texinfo (Optional Messages about Internal Happenings):
1286 Document {set,show} debug separate-debug-file commands.
1287
1288 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1289
1290 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1291 (Connecting) <Remote Packet>: Add "startup-with-shell"
1292 and "QStartupWithShell" to the table.
1293 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1294 packet.
1295
1296 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1297
1298 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1299
1300 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1301
1302 * python.texi (Recording in Python): Factor out the documentation of
1303 gdb.RecordInstruction's super class.
1304
1305 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1306
1307 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1308 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1309 prev and next.
1310
1311 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1312
1313 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1314 gdb.RecordInstruction
1315
1316 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1317
1318 * python.texi (Recording in Python): Add documentation for
1319 gdb.RecordGap and remove documentation of special cases for
1320 gdb.BtraceInstruction.
1321
1322 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1323
1324 * python.texi (Recording in Python): Remove Record.ptid defvar.
1325
1326 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1327
1328 * gdb.texinfo (GDB/MI Thread Information): Add missing
1329 fields, re-word some things.
1330 (GDB/MI Thread Commands): Describe fields found in the output of
1331 -thread-info, remove description of fields in the
1332 thread output tuple, replace with a cross-reference to "GDB/MI
1333 Thread Information".
1334
1335 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1336
1337 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1338 from -thread-info output.
1339
1340 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1341
1342 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1343
1344 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1345
1346 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1347
1348 2017-03-22 Yao Qi <yao.qi@linaro.org>
1349
1350 * python.texi (Inferiors In Python): Remove @code from Python.
1351
1352 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1353
1354 * python.texi (Recordings In Python): Document return type of
1355 gdb.BtraceInstruction.data.
1356
1357 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1358
1359 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1360 command file-list-shared-libraries
1361 (GDB/MI Async Records): Update documentation of library-loaded with new
1362 field.
1363
1364 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1365
1366 PR gdb/14441
1367 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1368 supports both lvalue and rvalue references.
1369
1370 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1371
1372 PR gdb/14441
1373 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1374 table of constants.
1375
1376 2017-03-16 Doug Evans <dje@google.com>
1377
1378 * guile.texi (Lazy Strings In Guile): Mention arrays.
1379 * python.texi (Lazy Strings In Python): Ditto.
1380
1381 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1382
1383 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1384 character "@".
1385
1386 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1387
1388 * Memory Protection Extensions: Add information about inferior
1389 calls.
1390
1391 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1392
1393 * gdb.texinfo: Document new set/show disassembler-options
1394 commands.
1395
1396 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1397
1398 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1399 DW_TAG_GNU_* and DW_AT_GNU_*.
1400
1401 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1402
1403 * python.texi (Recordings In Python): New section.
1404
1405 2017-02-14 Tom Tromey <tom@tromey.com>
1406
1407 PR python/13598:
1408 * python.texi (Events In Python): Document events.before_prompt.
1409
1410 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1411
1412 * gdb.texinfo (Target Commands): Document the optional offset
1413 argument for the load command.
1414
1415 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1416
1417 PR gdb/21122
1418 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1419 space-separated breakpoint lists. Also add a missing @table command
1420 and @cindex for breakpoint lists.
1421
1422 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1423
1424 PR tdep/20936
1425 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1426 (Sparc Features): New node.
1427
1428 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1429
1430 * gdb.texinfo (i386 Features): Add system segment registers
1431 as feature.
1432
1433 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1434
1435 * python.texi (Events In Python): Fix typo.
1436
1437 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1438 Luis Machado <lgustavo@codesourcery.com>
1439
1440 * gdb.texinfo (-target-flash-erase): New MI command description.
1441 (flash-erase): New CLI command description.
1442
1443 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1444
1445 * gdb.texinfo (Contributors): Add SRI International and University
1446 of Cambridge for FreeBSD/mips.
1447
1448 2016-12-22 Doug Evans <xdje42@gmail.com>
1449
1450 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1451 commands.
1452
1453 2016-12-02 Pedro Alves <palves@redhat.com>
1454
1455 * gdb.texinfo (User-defined Commands): Limit on number of
1456 arguments passed to user-defined commands removed; update.
1457
1458 2016-12-02 Pedro Alves <palves@redhat.com>
1459
1460 PR cli/20559
1461 * gdb.texinfo (Define): Add example of using "eval" to process a
1462 variable number of arguments.
1463 (Output) <eval>: Add anchor.
1464
1465 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1466
1467 * Makefile.in: Likewise.
1468
1469 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1470
1471 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1472 xref.
1473
1474 2016-10-29 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1477 actions.
1478
1479 2016-10-26 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1482 actions that match a thread, and what happens when an action
1483 matches a thread that is already running.
1484
1485 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1486
1487 * gdb.texinfo (Using Trace Files): Fix typo.
1488 (GDB/MI Tracepoint Commands): Likewise.
1489
1490 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1491
1492 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1493 of -trace-save.
1494
1495 2016-10-06 Tom Tromey <tom@tromey.com>
1496
1497 * guile.texi (Types In Guile): Remove Java mentions.
1498 * python.texi (Types In Python): Remove Java mentions.
1499 * gdb.texinfo (Address Locations, Supported Languages)
1500 (Index Section Format): Remove Java mentions.
1501
1502 2016-08-15 Doug Evans <dje@google.com>
1503
1504 * gdb.texinfo (Target Description Format): Update docs on "end"
1505 field spec and field default type.
1506
1507 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1508 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1509
1510 PR gdb/20487
1511 * gdb.texinfo (Context management): Update mention of frame
1512 change notifications.
1513 (gdb/mi Async Records): Document frame field in
1514 =thread-select event.
1515 * observer.texi (GDB Observers): New user_selected_context_changed
1516 observer.
1517
1518 2016-09-28 Tom Tromey <tom@tromey.com>
1519
1520 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1521 than "memory breakpoint". Further document "kind". Move
1522 protocol-details link earlier.
1523 <z1>: Document the cmd_list argument. Fix typo.
1524 <g>: Remove incorrect sentence.
1525 (Stop Reply Packets): Document "OK" response to requests when in
1526 non-stop mode.
1527 <swbreak>: Use "software breakpoint" rather than "memory
1528 breakpoint".
1529 <create>: Document that "R" is ignored.
1530 <W, X, w>: Document formatting of "AA".
1531 (Notification Packets): Use "%Stop", not "%%Stop".
1532
1533 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1534
1535 * gdb.texinfo (Embedded Processors): Document ARC.
1536 (Synopsys ARC): New section.
1537 (Standard Target Features): Document ARC features.
1538 (ARC Features): New section.
1539
1540 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1541
1542 * .gitignore: New file.
1543
1544 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1545
1546 * gdb.texinfo (Input/Output): Mention possibility to unset
1547 inferior-tty.
1548
1549 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1550
1551 * gdb.texinfo: Resume btrace on reconnect.
1552
1553 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1554
1555 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1556 syscall.
1557
1558 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1559
1560 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1561 command.
1562
1563 2016-07-13 Tom Tromey <tom@tromey.com>
1564
1565 PR python/15620, PR python/18620:
1566 * python.texi (Events In Python): Document new breakpoint events.
1567
1568 2016-07-13 Tom Tromey <tom@tromey.com>
1569
1570 PR python/17698:
1571 * python.texi (Breakpoints In Python): Document
1572 Breakpoint.pending.
1573
1574 2016-07-13 Tom Tromey <tom@tromey.com>
1575
1576 * python.texi (Breakpoints In Python): Move table of types and
1577 table of watchpoint types earlier in node.
1578
1579 2016-07-12 Tom Tromey <tom@tromey.com>
1580
1581 PR python/19293:
1582 * python.texi (Frames In Python): Document
1583 gdb.invalidate_cached_frames.
1584
1585 2016-06-21 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1588 document new-ui and explain use case.
1589
1590 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1591
1592 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1593 (NDS32 Features): New Section.
1594
1595 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1596
1597 * gdb.texinfo (Examining Memory): Document negative repeat
1598 count in the 'x' command.
1599
1600 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1601
1602 * gdb.texinfo (GDB/MI Async Records): Document method and
1603 format fields in =record-started.
1604 * observer.texi (record_changed): Add method and format
1605 parameters.
1606
1607 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1608
1609 * gdb.texinfo (General Query Packets): Move the description of the
1610 response before the long list of the specific 'read' and 'write'
1611 requests.
1612
1613 2016-05-23 Tom Tromey <tom@tromey.com>
1614
1615 * python.texi (Basic Python): Document gdb.breakpoints return.
1616
1617 2016-05-24 Tom Tromey <tom@tromey.com>
1618
1619 PR gdb/19194:
1620 * gdb.texinfo (gdb man): Fix typo.
1621
1622 2016-05-17 Tom Tromey <tom@tromey.com>
1623
1624 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1625 (Rust): New node.
1626
1627 2016-05-17 Tom Tromey <tom@tromey.com>
1628
1629 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1630
1631 2016-04-27 Yao Qi <yao.qi@linaro.org>
1632
1633 * gdb.texinfo (tfind): Complete doc about tfind without
1634 argument.
1635
1636 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1637
1638 * agentexpr.texi (byte): Fix zero_ext description.
1639
1640 2016-03-31 Pedro Alves <palves@redhat.com>
1641
1642 * gdb.texinfo (M32R/SDI): Delete node.
1643 (MIPS Embedded): Remove references to the MIPS remote debugging
1644 protocol, PMON and variants, and the associated commands.
1645
1646 2016-03-15 Doug Evans <dje@google.com>
1647
1648 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1649 (Target Description Format): Mention enum types. Update docs on
1650 flags types.
1651 (Predefined Target Types): Add "bool".
1652 (Enum Target Types): New node.
1653
1654 2016-03-15 Pedro Alves <palves@redhat.com>
1655
1656 * gdb.texinfo (Tracepoint Actions): Fix typo.
1657
1658 2016-03-15 Pedro Alves <palves@redhat.com>
1659 Andreas Arnez <arnez@linux.vnet.ibm.com>
1660 Marcin Kościelnicki <koriakin@0x04.net>
1661
1662 * gdb.texinfo (Tracepoint Actions): Document possible
1663 unreliability of '$_ret'.
1664
1665 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1666
1667 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1668 command.
1669
1670 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1671
1672 * gdb.texinfo (Convenience Functions): Document $_as_string.
1673
1674 2016-02-23 Doug Evans <dje@google.com>
1675
1676 * gdb.texinfo (Skipping Over Functions and Files): Document new
1677 options to "skip" command. Update docs of output of "info skip".
1678
1679 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1680
1681 * gdb.texinfo (Signals): Add bound violation display hints for
1682 a SIGSEGV.
1683
1684 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1685
1686 * gdb.texinfo (Trace File Format): Add documentation for description
1687 section lines.
1688
1689 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1690
1691 * gdb.texinfo (Trace File Format): Remove misleading information
1692 about register block ordering.
1693
1694 2016-02-01 Doug Evans <dje@google.com>
1695
1696 * gdb.texinfo (Value Sizes): Fix typo.
1697
1698 2016-02-01 Doug Evans <dje@google.com>
1699
1700 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1701
1702 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1703
1704 * gdb.texinfo (Value Sizes): New section.
1705 (Data): Add the 'Value Sizes' node to the menu.
1706
1707 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1708
1709 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1710
1711 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1712
1713 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1714
1715 2016-01-18 Pedro Alves <palves@redhat.com>
1716
1717 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1718 of the thread that hit a breakpoint or received a signal.
1719
1720 2016-01-15 Pedro Alves <palves@redhat.com>
1721
1722 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1723
1724 2016-01-13 Pedro Alves <palves@redhat.com>
1725
1726 * gdb.texinfo (Threads): Document the $_gthread convenience
1727 variable.
1728 (Convenience Vars): Likewise.
1729
1730 2016-01-13 Pedro Alves <palves@redhat.com>
1731
1732 * gdb.texinfo (Threads): Document "info threads -gid".
1733
1734 2016-01-13 Pedro Alves <palves@redhat.com>
1735
1736 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1737 anchor.
1738 (Threads In Python): Document new InferiorThread.global_num
1739 attribute.
1740
1741 2016-01-07 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1744 qualified thread IDs, global thread IDs and thread ID lists.
1745 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1746 thread IDs.
1747 (Convenience Vars): Document the $_thread convenience variable.
1748 (Ada Tasks): Adjust to refer to thread IDs.
1749 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1750 Commands, GDB/MI Variable Objects): Update to mention global
1751 thread IDs.
1752 * guile.texi (Breakpoints In Guile)
1753 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1754 global thread IDs instead of thread IDs.
1755 * python.texi (Threads In Python): Adjust documentation of
1756 InferiorThread.num.
1757 (Breakpoint.thread): Mention global thread IDs instead of thread
1758 IDs.
1759
1760 2016-01-13 Pedro Alves <palves@redhat.com>
1761
1762 * python.texi (Threads In Python): Document
1763 InferiorThread.inferior.
1764
1765 2016-01-13 Pedro Alves <palves@redhat.com>
1766
1767 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1768 convenience variable.
1769 (Convenience Vars): Likewise.
1770
1771 2016-01-12 Josh Stone <jistone@redhat.com>
1772 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1773
1774 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1775 (Stop Reply Packets): List the syscall entry and return stop reasons.
1776 (General Query Packets): Describe QCatchSyscalls, and add it to the
1777 table and the detailed list of stub features.
1778
1779 2016-01-12 Pedro Alves <palves@redhat.com>
1780
1781 Remove use of the registered trademark symbol throughout.
1782
1783 2016-01-12 Yao Qi <yao.qi@linaro.org>
1784
1785 * gdb.texinfo (Interrupts): Update the document on handling
1786 interrupt when program is stopped.
1787
1788 2015-12-11 Don Breazeal <donb@codesourcery.com>
1789
1790 * gdb.texinfo (Forks): Correct Linux kernel version where
1791 fork and exec events are supported, add notes about support
1792 of these events in target remote mode.
1793 (Connecting): Reorganize and clarify distinctions between
1794 target remote, extended-remote, and multiprocess.
1795 Reorganize related text from separate sections into new
1796 sections.
1797 (Server): Note effects of target extended-remote mode.
1798 Delete section on Multi-Process Mode for gdbserver.
1799 Move some text to "Connecting" node.
1800
1801 2015-12-10 Pedro Alves <palves@redhat.com>
1802
1803 * gdb.texinfo (Threads): Replace warning with explanation
1804 about single-threaded programs.
1805
1806 2015-12-10 Pedro Alves <palves@redhat.com>
1807
1808 * gdb.texinfo (Threads): Remove mention of SGI.
1809 (Forks): Remove mention of HP-UX.
1810 (Breakpoints): Remove mention of HP-UX.
1811 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1812 Reword in terms of architectures.
1813 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1814 mention supported systems.
1815 (Convenience Vars): Don't mention HP-UX.
1816 (Jumping): Remove mention of HP-UX in comment.
1817 (Files) <shared libraries>: Update supported shared library types
1818 list. Remove mention of HP-UX.
1819 (Native): Remove HP-UX subsection.
1820 (SVR4 Process Information): Remove mention of HP-UX.
1821
1822 2015-12-10 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.texinfo (Stack): Reorder menu.
1825
1826 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1827
1828 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1829 -var-set-format's new zero-hexadecimal format.
1830
1831 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1832
1833 * gdb.texinfo (Ada Mode Into): Move overloading support
1834 description to its own node.
1835 (Overloading support for Ada): New node.
1836
1837 2015-11-30 Pedro Alves <palves@redhat.com>
1838
1839 PR 14618
1840 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1841 (Remote Configuration): Add the "set/show remote
1842 no-resumed-stop-reply" to the available settings table.
1843 (General Query Packets): Document the "no-resumed" qSupported
1844 feature.
1845
1846 2015-11-30 Pedro Alves <palves@redhat.com>
1847
1848 * gdb.texinfo (Remote Configuration): List "set/show remote
1849 thread-events" command in configuration table.
1850 (Stop Reply Packets): Document "T05 create" stop
1851 reason and 'w' stop reply.
1852 (General Query Packets): Document QThreadEvents packet. Document
1853 QThreadEvents qSupported feature.
1854
1855 2015-11-30 Pedro Alves <palves@redhat.com>
1856
1857 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1858 anchor.
1859 (Packets): Document vCtrlC.
1860
1861 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1862
1863 * gdb.texinfo (Thread List Format): Mention thread names.
1864
1865 2015-11-24 Pedro Alves <palves@redhat.com>
1866
1867 PR 17539
1868 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1869 program-spaces" example to ascending order listing.
1870 (Threads): Adjust "info threads" example to ascending order
1871 listing.
1872 (Forks): Adjust "info inferiors" example to ascending order
1873 listing.
1874
1875 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1876
1877 * gdb.texinfo (Process Record and Replay): Document "record
1878 instruction-history" modifiers.
1879
1880 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1881
1882 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1883 description.
1884 (Frame Filter Management): Move to later in the 'Examining the
1885 Stack' chapter.
1886 (Selection): Add entry for 'select-frame'.
1887
1888 2015-09-25 Doug Evans <dje@google.com>
1889
1890 * gdb.texinfo (Process Record and Replay): Fix syntax of
1891 "record instruction-history begin, end" and
1892 "record function-call-history begin, end".
1893
1894 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1895
1896 * gdb.texinfo (Specifying Source Directories): Fix
1897 substitute-path example.
1898
1899 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1900
1901 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1902
1903 2015-09-15 Pedro Alves <palves@redhat.com>
1904
1905 PR remote/18965
1906 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1907 the vforkdone description.
1908
1909 2015-09-15 Pedro Alves <palves@redhat.com>
1910
1911 PR remote/18965
1912 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1913 part indicates the thread ID of the parent process.
1914
1915 2015-09-15 Yao Qi <yao.qi@linaro.org>
1916
1917 * gdb.texinfo (General Query Packets): Add vContSupported to
1918 tables of 'gdbfeatures' and 'stub features' supported in the
1919 qSupported packet, as well as to the list containing stub
1920 feature details.
1921
1922 2015-09-11 Don Breazeal <donb@codesourcery.com>
1923
1924 * gdb.texinfo (Remote Configuration): Add exec event
1925 feature to table of packet settings.
1926 (Stop Reply Packets): Add exec events to the list of stop
1927 reasons.
1928 (General Query Packets): Add exec events to tables of
1929 'gdbfeatures' and 'stub features' supported in the qSupported
1930 packet, as well as to the list containing stub feature
1931 details.
1932
1933 2015-08-24 Pedro Alves <palves@redhat.com>
1934
1935 * gdb.texinfo (Remote Configuration): Document the "set/show
1936 remote multiprocess-extensions-packet" commands.
1937
1938 2015-08-24 Pedro Alves <palves@redhat.com>
1939
1940 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1941 <M32R>: Remove references to M32R/D.
1942 <M68K>: Remove references to target dbug.
1943 <MIPS Embedded>: Remove references to target r3900 and target
1944 array.
1945 <PowerPC Embedded>: Remove references to target dink32 and target
1946 ppcbug, target sds
1947 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1948
1949 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1950
1951 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1952
1953 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1956
1957 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1958
1959 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1960 info bfds" to...
1961 (File Caching): A New section. Outline bfd caching, and add new
1962 description for "main set/show bfd-sharing".
1963
1964 2015-08-14 Doug Evans <xdje42@gmail.com>
1965
1966 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1967 disassembly.
1968 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1969
1970 2015-08-11 Keith Seitz <keiths@redhat.com>
1971
1972 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1973 Use "location(s)"instead of "linespec(s)".
1974 (Specifying a Location): Rewrite.
1975 Add subsections describing linespec, address, and explicit locations.
1976 Add node/menu for each subsection.
1977 (Source and Machine Code, C Preprocessor Macros)
1978 (Create and Delete Trace points)
1979 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1980 (Continuing at a Different Address): Remove "linespec" examples.
1981 Add reference to "Specify a Location"
1982 (The -break-insert Command): Rewrite. Add anchor.
1983 Add reference to appropriate manual section discussing locations.
1984 (The -dprintf-insert Command): Refer to -break-insert for
1985 specification of 'location'.
1986
1987 2015-08-07 Pedro Alves <palves@redhat.com>
1988
1989 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1990 target-non-stop".
1991
1992 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1993
1994 * gdb.texinfo (Process Record and Replay): Document prefixing of
1995 speculatively executed instructions in the "record instruction-history"
1996 command.
1997
1998 2015-07-20 Doug Evans <dje@google.com>
1999
2000 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2001
2002 2015-07-16 Doug Evans <dje@google.com>
2003
2004 * stabs.texinfo: @include gdb-cfg.texi.
2005
2006 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2007
2008 Revert the previous 2 commits:
2009 gdbserver build-id attribute generator
2010 Validate symbol file using build-id
2011
2012 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2013
2014 * gdb.texinfo (Files): Add 'set validate-build-id'
2015 and 'show validate-build-id'.
2016
2017 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2018 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 gdbserver build-id attribute generator.
2021 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2022 'build-id' in description, example, new attribute in dtd.
2023
2024 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2025
2026 * gdb.texinfo (Selection): Update documentation for 'frame'
2027 command.
2028
2029 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2030
2031 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2032 focus commands.
2033
2034 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2035
2036 * gdb.texinfo (TUI): Add comma after @xref.
2037
2038 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2039
2040 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2041 commands.
2042
2043 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2044
2045 * gdb.texinfo (Process Record and Replay): Spell out that variables
2046 and registers are not available during btrace replay.
2047 Describe the new "record btrace pt" command.
2048 Describe the new "set|show record btrace pt buffer-size" options.
2049 (General Query Packets): Describe the new Qbtrace:pt and
2050 Qbtrace-conf:pt:size packets.
2051 Expand "bts" to "Branch Trace Store".
2052 Update the branch trace DTD.
2053
2054 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2055
2056 * gdb.texinfo (Command History): Document the new option
2057 "history remove-duplicates".
2058
2059 2015-06-19 Doug Evans <dje@google.com>
2060
2061 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2062 longer supported.
2063
2064 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2065
2066 * gdb.texinfo (Command History): Mention that setting
2067 GDBHISTSIZE to the empty string disables history truncation.
2068
2069 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2070
2071 PR gdb/16999
2072 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2073 behavior.
2074
2075 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2076
2077 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2078 with GDBHISTSIZE.
2079
2080 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2081
2082 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2083 bytes and memory units for -data-{read,write}-memory-bytes.
2084 (Packets): Same for m, M and X packets.
2085 * python.texi (Inferiors In Python): Same for read_memory and
2086 write_memory.
2087
2088 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2089
2090 * gdb.texinfo (Separate Debug Files): Document that PE is also
2091 supported.
2092
2093 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2094
2095 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2096 single table entry.
2097
2098 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2099
2100 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2101
2102
2103 2015-06-10 Gary Benson <gbenson@redhat.com>
2104
2105 * gdb.texinfo (Remote Configuration): Document the
2106 "set/show remote hostio-setfs-packet" command.
2107 (Host I/O Packets): Document the vFile:setfs packet.
2108
2109 2015-06-10 Gary Benson <gbenson@redhat.com>
2110
2111 * gdb.texinfo (Debugging Output): Document the "set/show debug
2112 linux-namespaces" command.
2113
2114 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2115 Mircea Gherzan <mircea.gherzan@intel.com>
2116
2117 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2118 and "set mpx bound".
2119
2120 2015-05-27 Doug Evans <dje@google.com>
2121
2122 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2123
2124 2015-05-26 Doug Evans <dje@google.com>
2125
2126 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2127 command renamings.
2128 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2129
2130 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2131
2132 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2133
2134 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2135
2136 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2137 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2138
2139 2015-05-16 Doug Evans <xdje42@gmail.com>
2140
2141 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2142 memory ports.
2143
2144 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2145
2146 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2147
2148 2015-05-12 Don Breazeal <donb@codesourcery.com>
2149
2150 * gdb.texinfo (Forks): Note that fork debugging is
2151 supported in extended mode.
2152 (Remote Configuration): Add fork event features to table
2153 of packet settings.
2154 (Stop Reply Packets): Add fork events to list of stop reasons.
2155 (General Query Packets): Add fork events to tables of
2156 'gdbfeatures' and 'stub features' supported in the qSupported
2157 packet, as well as to the list containing stub feature
2158 details.
2159
2160 2015-05-12 Gary Benson <gbenson@redhat.com>
2161
2162 * gdb.texinfo (General Query Packets): Document
2163 qXfer:exec-file:read with empty annex.
2164
2165 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2166
2167 * python.texi (Values From Inferior): Add descriptions of new
2168 methods gdb.Value.reference_value and gdb.Value.const_value.
2169
2170 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2171
2172 * gdb.texinfo (Files): Add "info dll" documentation.
2173 (Cygwin Native): Remove "info dll" documentation.
2174
2175 2015-04-29 Doug Evans <dje@google.com>
2176
2177 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2178 Document.
2179 (Writing an Xmethod): Add get_result_type to example.
2180
2181 2015-04-28 Sasha Smundak <asmundak@google.com>
2182
2183 * python.texi: New method documented.
2184
2185 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2188 format.
2189
2190 2015-04-24 Doug Evans <dje@google.com>
2191
2192 * python.texi (Xmethods In Python): Fix name of method to call the
2193 xmethod.
2194
2195 2015-04-17 Gary Benson <gbenson@redhat.com>
2196
2197 * gdb.texinfo (Connecting to a Remote Target): Mention that
2198 GDB can access program files from remote targets that support
2199 qXfer:exec-file:read and Host I/O packets.
2200
2201 2015-04-17 Gary Benson <gbenson@redhat.com>
2202
2203 * gdb.texinfo (Remote Configuration): Document the "set/show
2204 remote pid-to-exec-file-packet" command.
2205 (General Query Packets): Document the qXfer:exec-file:read
2206 qSupported features. Document the qXfer:exec-file:read packet.
2207
2208 2015-04-17 Gary Benson <gbenson@redhat.com>
2209
2210 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2211 applies to executable paths if supplied to GDB as absolute.
2212
2213 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2214
2215 * gdb.texinfo (Mode Options): Remove -xdb.
2216
2217 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2218 Eli Zaretskii <eliz@gnu.org>
2219
2220 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2221 compile, show debug compile. New subsection Compilation options for
2222 the compile command. New subsection Compiler search for the compile
2223 command.
2224
2225 2015-04-09 Andy Wingo <wingo@igalia.com>
2226
2227 * guile.texi (Frames In Guile): Describe frame-read-register.
2228
2229 2015-04-02 Gary Benson <gbenson@redhat.com>
2230
2231 * gdb.texinfo (set sysroot): Document "target:".
2232
2233 2015-04-01 Sasha Smundak <asmundak@google.com>
2234
2235 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2236 section.
2237
2238 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2239
2240 PR corefiles/16092
2241 * gdb.texinfo (gcore): Mention new command 'set
2242 use-coredump-filter'.
2243 (set use-coredump-filter): Document new command.
2244
2245 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2246
2247 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2248 documentation, reorder the info os entries in alphabetical order.
2249
2250 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2251
2252 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2253 -data-write-memory-bytes.
2254
2255 2015-03-24 Pedro Alves <palves@redhat.com>
2256
2257 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2258 mention that threads may sometimes run unlocked.
2259
2260 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2261
2262 * gdb.texinfo (Remote configuration): Document "set/show
2263 serial parity" command.
2264
2265 2015-03-18 Gary Benson <gbenson@redhat.com>
2266
2267 * gdb.texinfo (General Query Packets): Remove documentation
2268 for now-removed vFile:fstat qSupported features.
2269
2270 2015-03-11 Gary Benson <gbenson@redhat.com>
2271
2272 * gdb.texinfo (Remote Configuration): Document the
2273 "set/show remote hostio-fstat-packet" command.
2274 (General Query Packets): Document the vFile:fstat
2275 qSupported features.
2276 (Host I/O Packets): Document the vFile:fstat packet.
2277
2278 2015-03-11 Andy Wingo <wingo@igalia.com>
2279
2280 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2281
2282 2015-03-04 Pedro Alves <palves@redhat.com>
2283
2284 * gdb.texinfo (Remote Configuration): Document the "set/show
2285 remote swbreak-feature-packet" and "set/show remote
2286 hwbreak-feature-packet" commands.
2287 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2288 decription.
2289 (Stop Reply Packets): Document the swbreak and hwbreak stop
2290 reasons.
2291 (General Query Packets): Document the swbreak and hwbreak
2292 qSupported features.
2293 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2294
2295 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2296
2297 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2298 under *stopped.
2299
2300 2015-03-02 Doug Evans <xdje42@gmail.com>
2301
2302 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2303
2304 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2305
2306 * gdb.texinfo (S/390 and System z Features): Describe new feature
2307 "org.gnu.gdb.s390.vx".
2308
2309 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2310
2311 PR gdb/18008
2312 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2313 demangler-warning): Fix typo ("problam").
2314
2315 2015-02-19 David Taylor <dtaylor@emc.com>
2316
2317 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2318
2319 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2320
2321 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2322 point, DTrace'.
2323 (Static Probe Points): Modified to cover DTrace probes in addition
2324 to SystemTap probes. Also modified to cover the `enable probe'
2325 and `disable probe' commands.
2326
2327 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2328
2329 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2330 `disable probe' commands.
2331
2332 2015-02-12 David Taylor <dtaylor@emc.com>
2333
2334 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2335 fields of the QTDV packet.
2336
2337 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2338
2339 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2340 (Process Record and Replay): Describe new set|show commands.
2341 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2342
2343 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2344
2345 * gdb.texinfo (Process Record and Replay): Describe the "record
2346 btrace bts" command.
2347 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2348 (Branch Trace Configuration Format): New.
2349
2350 2015-01-31 Gary Benson <gbenson@redhat.com>
2351 Doug Evans <dje@google.com>
2352
2353 * gdb.texinfo (Command Completion): Document new
2354 "set/show max-completions" option.
2355
2356 2015-01-31 Doug Evans <xdje42@gmail.com>
2357
2358 * gdb.texinfo (Symbols): Document new commands
2359 "maint print symbol-cache", "maint print symbol-cache-statistics",
2360 "maint flush-symbol-cache". Document new option
2361 "maint set symbol-cache-size".
2362
2363 2015-01-31 Doug Evans <xdje42@gmail.com>
2364
2365 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2366 distinguish script files vs inlined scripts.
2367 * python.texi (Python Auto-loading): Ditto.
2368
2369 2015-01-30 Doug Evans <dje@google.com>
2370
2371 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2372 string if present.
2373
2374 2015-01-27 Doug Evans <dje@google.com>
2375
2376 * python.texi (Objfiles In Python): Document Objfile.username.
2377
2378 2015-01-27 Doug Evans <dje@google.com>
2379
2380 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2381 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2382
2383 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2384
2385 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2386
2387 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2388
2389 * doc/gdb.texinfo (TUI Commands): Document the possible
2390 values of NAME argument to 'winheight' command. Explain the
2391 effect of 'tabset' setting better.
2392
2393 2015-01-11 Doug Evans <xdje42@gmail.com>
2394
2395 PR gdb/15830
2396 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2397 (Symbols): Ditto.
2398 (Maintenance Commands): Delete docs for "maint demangle".
2399
2400 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2401
2402 * gdb.texinfo (Files): Remove documentation of the
2403 "add-shared-symbol-files" and "assf" commands.
2404 (Cygwin Native): Remove documentation of the "dll-symbols"
2405 command.
2406
2407 2014-12-17 Doug Evans <xdje42@gmail.com>
2408
2409 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2410
2411 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2412 Jan Kratochvil <jan.kratochvil@redhat.com>
2413
2414 * gdb.texinfo (Altering): Update.
2415 (Compiling and Injecting Code): New node.
2416
2417 2014-12-12 Doug Evans <dje@google.com>
2418
2419 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2420
2421 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2422
2423 * gdb.texinfo: Document "maint print user-registers".
2424
2425 2014-12-08 Doug Evans <dje@google.com>
2426
2427 * python.texi (Objfiles In Python): Document Objfile.owner.
2428
2429 2014-12-04 Doug Evans <dje@google.com>
2430
2431 * python.texi (Objfiles In Python): Document
2432 Objfile.add_separate_debug_file.
2433
2434 2014-12-04 Doug Evans <dje@google.com>
2435
2436 * python.texi (Objfiles In Python): Document Objfile.build_id.
2437
2438 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2439
2440 * observer.texi (inferior_call_pre, inferior_call_post)
2441 (memory_changed, register_changed): New observers.
2442
2443 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2444
2445 * python.texi (Events In Python): Document new events
2446 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2447 and RegisterChangedEvent.
2448
2449 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2450
2451 Add add-auto-load-scripts-directory.
2452 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2453 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2454
2455 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2456
2457 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2458 description typo.
2459
2460 2014-10-30 Doug Evans <dje@google.com>
2461
2462 * python.texi (Progspaces In Python): Document ability to add
2463 random attributes to gdb.Progspace objects.
2464 (Objfiles In Python): Document ability to add random attributes to
2465 gdb.objfile objects.
2466
2467 2014-10-27 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2470 info on stepping and signal handlers.
2471 (Signals): Explain stepping and signal handlers. Add context
2472 index entry, and cross references.
2473
2474 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2475
2476 * python.texi (Breakpoints In Python): Add parenthesis after
2477 Breakpoint.delete. Clarify Breakpoint.enabled description so
2478 that it contains "disable".
2479
2480 2014-10-17 Doug Evans <dje@google.com>
2481
2482 * python.texi (Events In Python): Document clear_objfiles event.
2483
2484 2014-10-17 Doug Evans <dje@google.com>
2485
2486 * python.texi (Objfiles In Python): Document new progspace attribute.
2487
2488 2014-10-17 Pedro Alves <palves@redhat.com>
2489
2490 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2491 (SVR4 Process Information): Delete mention of OSF/1.
2492
2493 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2494
2495 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2496 exit-code field in -list-thread-groups output.
2497
2498 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2499
2500 * gdb.texinfo (Set Breaks): Add missing "@end table".
2501
2502 2014-09-22 Pedro Alves <palves@redhat.com>
2503
2504 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2505 always-inserted off" is the default mode now. Delete
2506 documentation of "set breakpoint always-inserted auto".
2507
2508 2014-09-18 Doug Evans <dje@google.com>
2509
2510 * python.texi (Symbol Tables In Python): Document "producer"
2511 attribute of gdb.Symtab objects.
2512
2513 2014-09-16 Pedro Alves <palves@redhat.com>
2514
2515 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2516 (Embedded OS): Remove VxWorks menu entry.
2517 (VxWorks): Remove node.
2518
2519 2014-09-13 Doug Evans <xdje42@gmail.com>
2520
2521 * gdb.texinfo (Signaling): Document new queue-signal command.
2522
2523 2014-09-06 Doug Evans <xdje42@gmail.com>
2524
2525 PR 15276
2526 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2527 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2528
2529 2014-09-03 Justin Lebar <jlebar@google.com>
2530
2531 * python.texi (Types In Python): Type.template_argument(n) returns a
2532 gdb.Value or a gdb.Type and throws an exception if n is out of
2533 range.
2534
2535 2014-09-03 Sasha Smundak <asmundak@google.com>
2536
2537 * python.texi (Frames in Python): Add read_register description.
2538
2539 2014-08-04 Tom Tromey <tromey@redhat.com>
2540
2541 * gdb.texinfo (Debugging Output): Update for change to "set debug
2542 target".
2543
2544 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2545
2546 Pushed by Joel Brobecker <brobecker@adacore.com>.
2547 * Makefile.in (transform): New variable.
2548 (install-man1, install-man5): Apply $(transform) to man file names.
2549
2550 2014-07-26 Doug Evans <xdje42@gmail.com>
2551
2552 PR guile/17177
2553 * guile.texi (Guile Pretty Printing API): Fix typo.
2554 Document set-pretty-printers!, pretty-printers.
2555 (Selecting Guile Pretty-Printers): Update.
2556 Mention program-space based pretty-printers.
2557
2558 2014-07-25 Pedro Alves <palves@redhat.com>
2559 Eli Zaretskii <eliz@gnu.org>
2560
2561 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2562 with multi-threaded programs.
2563
2564 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2565
2566 * gdb.texinfo (MicroBlaze Features): Added.
2567
2568 2014-06-27 Yao Qi <yao@codesourcery.com>
2569
2570 * gdb.texinfo (Maintenance Commands): Update the output of
2571 'maint print dummy-frames' command.
2572
2573 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2574
2575 * gdb.texinfo (Screen Size): Improve indexing.
2576
2577 2014-06-19 Gary Benson <gbenson@redhat.com>
2578
2579 * gdb.texinfo (Maintenance Commands): Document new
2580 "maint set/show catch-demangler-crashes" option.
2581
2582 2014-06-19 Gary Benson <gbenson@redhat.com>
2583
2584 * gdb.texinfo (Maintenance Commands): Document new
2585 "maint demangler-warning" command and new
2586 "maint set/show demangler-warning" option.
2587
2588 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2589
2590 * python.texi (Xmethod API): Add space before the opening
2591 parenthesis in function descriptions.
2592
2593 2014-06-06 Doug Evans <xdje42@gmail.com>
2594
2595 * guile.texi (Guile Configuration): Document guile-data-directory.
2596
2597 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2598
2599 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2600
2601 2014-06-04 Doug Evans <xdje42@gmail.com>
2602
2603 * guile.texi (Breakpoints In Guile): Update.
2604
2605 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2606
2607 * python.texi (Xmethod API): Fix reference to "Progspaces In
2608 Python".
2609
2610 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2611
2612 * python.texi (Xmethods In Python, XMethod API)
2613 (Writing an Xmethod): New nodes.
2614 (Python API): New menu entries "Xmethods In Python",
2615 "Xmethod API", "Writing an Xmethod".
2616
2617 2014-06-02 Doug Evans <xdje42@gmail.com>
2618
2619 * guile.texi (Guile API): Add entry for Parameters In Guile.
2620 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2621 (Parameters In Guile): New node.
2622
2623 2014-06-02 Doug Evans <xdje42@gmail.com>
2624
2625 * guile.texi (Guile API): Add entry for Commands In Guile.
2626 (Basic Guile) <parse-and-eval>: Add reference.
2627 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2628 (GDB Scheme Data Types): Mention <gdb:command> object.
2629 (Commands In Guile): New node.
2630
2631 2014-06-02 Doug Evans <xdje42@gmail.com>
2632
2633 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2634 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2635 (Progspaces In Guile): New node.
2636
2637 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2638
2639 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2640 * python.texi (Frames In Python): Mention
2641 gdb.FRAME_UNWIND_MEMORY_ERROR.
2642
2643 2014-05-29 Pedro Alves <palves@redhat.com>
2644 Tom Tromey <tromey@redhat.com>
2645
2646 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2647 from example.
2648 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2649 Mention that target-async is now deprecated.
2650 (Maintenance Commands): Document maint set/show target-async.
2651
2652 2014-05-29 Pedro Alves <palves@redhat.com>
2653
2654 * observer.texi (sync_execution_done, command_error): New
2655 subjects.
2656
2657 2014-05-29 Pedro Alves <palves@redhat.com>
2658
2659 PR gdb/13860
2660 * observer.texi (signal_received, end_stepping_range)
2661 (signal_exited, exited, no_history): New observer subjects.
2662
2663 2014-05-26 Andy Wingo <wingo@igalia.com>
2664
2665 * guile.texi (GDB Scheme Data Types): Remove documentation for
2666 removed interfaces. Update spelling of gdb-object-kind.
2667
2668 2014-05-26 Andy Wingo <wingo@igalia.com>
2669
2670 * guile.texi (Basic Guile): Fix some typos.
2671
2672 2014-05-26 Andy Wingo <wingo@igalia.com>
2673
2674 * guile.texi (Writing a Guile Pretty-Printer)
2675 (Guile Types Module): Fix excess parentheses in use-modules forms.
2676
2677 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2678
2679 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2680 (Breakpoints In Guile, Guile Printing Module)
2681 (Guile Exception Handling, Values From Inferior In Guile)
2682 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2683 Don't use @var at the beginning of a sentence.
2684
2685 * gdb.texinfo (Frame Filter Management, Trace Files)
2686 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2687 (PowerPC Embedded, Define, Annotations for Running)
2688 (IPA Protocol Commands, Packets, General Query Packets)
2689 (Tracepoint Packets, Notification Packets, Environment)
2690 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2691 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2692 (Frames, Backtrace, Selection, Expressions, Registers)
2693 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2694 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2695 (Source Annotations, Using JIT Debug Info Readers, Packets)
2696 (Stop Reply Packets, Host I/O Packets)
2697 (Target Description Format): Don't use @var at the beginning of a
2698 sentence.
2699
2700 * python.texi (Basic Python, Types In Python)
2701 (Commands In Python, Frames In Python, Line Tables In Python)
2702 (Breakpoints In Python, gdb.printing, gdb.types)
2703 (Type Printing API): Don't use @var at the beginning of a
2704 sentence.
2705
2706 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2707
2708 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2709 replay-memory-access".
2710
2711 2014-05-21 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.texinfo (Starting): Document "set/show
2714 auto-connect-native-target".
2715 (Target Commands): Document "target native".
2716
2717 2014-05-20 Pedro Alves <palves@redhat.com>
2718
2719 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2720 not be remote specific. Add cross reference to the qCRC packet.
2721 (Separate Debug Files): Update cross reference to the qCRC packet.
2722 (General Query Packets) <qCRC packet>: Add anchor.
2723
2724 2014-05-17 Doug Evans <xdje42@gmail.com>
2725
2726 Copy over changes from guile.texi.
2727 * python.texi (Basic Python) <gdb.execute>: Add text.
2728 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2729 (Values From Inferior) <Python string>: Add text.
2730 (Values From Inferior) <Value.string>: Clarify string length handling.
2731 (Pretty Printing API): Add cindex.
2732 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2733 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2734 @vindex.
2735 (Commands In Python) <COMPLETE_*>: Similarly.
2736 (Symbols In Python) <SYMBOL_*>: Similarly.
2737 (Breakpoints In Python) <WP_*>: Similarly.
2738 (Breakpoints In Python) <BP_*>: Similarly.
2739
2740 2014-05-17 David Taylor <dtaylor@emc.com>
2741
2742 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2743 mentioned in the qfThreadInfo reply.
2744
2745 2014-05-16 Doug Evans <dje@google.com>
2746
2747 * gdb.texinfo (Mode Options): Add -D.
2748
2749 2014-05-09 Samuel Bronson <naesten@gmail.com>
2750
2751 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2752 "make -C".
2753
2754 2014-04-29 Tom Tromey <tromey@redhat.com>
2755
2756 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2757 "show debug varobj".
2758
2759 2014-05-01 David Taylor <dtaylor@emc.com>
2760
2761 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2762 option.
2763
2764 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2765 Walfred Tedeschi <walfred.tedeschi@intel.com>
2766
2767 * gdb.texinfo (i386 Features): Add description of AVX512
2768 registers.
2769
2770 2014-03-31 Doug Evans <dje@google.com>
2771
2772 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2773
2774 2014-03-30 Doug Evans <dje@google.com>
2775
2776 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2777 (Background Execution): Ditto.
2778
2779 2014-03-21 Pedro Alves <palves@redhat.com>
2780 Stan Shebs <stan@codesourcery.com>
2781 Hui Zhu <hui@codesourcery.com>
2782
2783 * gdb.texinfo (Packets): Add anchor to "? packet".
2784 Remove fixme and update introduction of "k packet".
2785 Add anchor to "vKill packet".
2786
2787 2014-03-12 Stan Shebs <stan@codesourcery.com>
2788
2789 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2790
2791 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2792
2793 * guile.texi (Basic Guile): Document 'history-append!'.
2794
2795 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2796
2797 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2798 and "assf" as being deprecated.
2799 (Cygwin Native): Likewise for "dll-symbols".
2800 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2801 as a way to force the loading of symbols from a DLL.
2802
2803 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2804
2805 * python.texi (Values From Inferior): Add description about the
2806 new feature.
2807
2808 2014-02-17 Doug Evans <xdje42@gmail.com>
2809
2810 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2811 * gdb.texinfo (Python): Moved to ...
2812 * python.texi: ... here. New file.
2813
2814 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2815
2816 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2817 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2818 parameter to 'str-lookup-function' procedure. Look for
2819 the "std::string<" prefix.
2820 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2821 Adjust description.
2822
2823 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2824
2825 * guile.texi (Values From Inferior In Guile): Remove stray
2826 parantheses for deffn.
2827 (Disassembly In Guile): Ditto.
2828
2829 2014-02-10 Stan Shebs <stan@codesourcery.com>
2830
2831 Add Doxygen support.
2832 * Makefile.in (doxy): New action, generates Doxygen files.
2833 (DOXYGEN): New.
2834 (doxyedit): New.
2835 * Doxyfile-base.in: New file.
2836 * Doxyfile-gdb-api.in: New file.
2837 * Doxyfile-gdb-xref.in: New file.
2838 * Doxyfile-gdbserver.in: New file.
2839 * doxy-index.in: New file.
2840 * filter-for-doxygen: New file.
2841 * filter-params.pl: New file.
2842
2843 2014-02-10 Doug Evans <xdje42@gmail.com>
2844
2845 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2846 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2847 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2848 (Guile docs): Include guile.texi.
2849 (objfile-gdbdotext file): Add objfile-gdb.scm.
2850 (dotdebug_gdb_scripts section): Mention Guile scripts.
2851 (Multiple Extension Languages): New node.
2852 * guile.texi: New file.
2853
2854 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2855
2856 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2857 ignore-descriptive-types". commands.
2858
2859 2014-01-22 Doug Evans <dje@google.com>
2860
2861 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2862 (gdbserver man): Ditto.
2863
2864 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2865
2866 * gdb.texinfo: Document limited reverse/replay support
2867 for target record-btrace.
2868
2869 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2870
2871 * gdb.texinfo (Process Record and Replay): Update documentation.
2872
2873 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2874
2875 * gdb.texinfo (Process Record and Replay): Document new /c
2876 modifier accepted by "record function-call-history".
2877 Add /i modifier to "record function-call-history" example.
2878
2879 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2880 Joel Brobecker <brobecker@adacore.com>
2881
2882 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2883 markers. Remove one that was misplaced.
2884
2885 2014-01-10 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.texinfo (Your Program's Environment) <set environment>:
2888 Mention the shell, and point at 'set exec-wrapper'.
2889
2890 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2891
2892 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2893
2894 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2895
2896 * gdb.texinfo (Types In Python): Clarify the documentation
2897 of attribute gdb.Field.bitpos.
2898
2899 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2900
2901 * gdb.texinfo (Types In Python): Fix the documentation of
2902 attribute "bitpos" in class gdb.Field for enum types. Add
2903 documentation for attribute "enumval" in that same class.
2904
2905 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2906
2907 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2908 @ftable.
2909
2910 2013-12-23 Doug Evans <xdje42@gmail.com>
2911
2912 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2913 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2914 corresponding section in Extending GDB.
2915 (Extending GDB): Move menu up. New menu item "Auto-loading
2916 extensions".
2917 (Sequences): New menu item "Auto-loading sequences".
2918 (Auto-loading sequences): New node.
2919 (Python): Rename section from Scripting GDB to Extending GDB.
2920 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2921 Move docs on ways to auto-load extensions to ...
2922 (Auto-loading extensions): ... here. New node.
2923
2924 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2925
2926 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2927 in menu.
2928 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2929 command, now in a new node.
2930 (GDB/MI Support Commands): New node, with its contents being
2931 extracted from the "GDB/MI Miscellaneous Commands" node.
2932 A small paragraph introducing the section is also added at
2933 the start.
2934 (GDB/MI Miscellaneous Commands): Delete the description of the
2935 -info-gdb-mi-command, -list-features and -list-target-features
2936 commands, now hosted in the "GDB/MI Support Commands" node.
2937
2938 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2939
2940 PR python/16113
2941 * gdb.texinfo (Values From Inferior): Add a note about using
2942 gdb.Field objects as subscripts on gdb.Value objects.
2943 (Types In Python): Add description about the new attribute
2944 "parent_type" of gdb.Field objects.
2945
2946 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2947
2948 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2949 entry for section docuumenting the -list-features GDB/MI command.
2950
2951 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2952
2953 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2954 "exec-run-start-option" entry in the output of the "-list-features"
2955 command.
2956
2957 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2958
2959 * gdb.texinfo (i386): Fix yesterday's commit.
2960
2961 2013-12-03 Tom Tromey <tromey@redhat.com>
2962
2963 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2964 documented here.
2965
2966 2013-12-03 Tom Tromey <tromey@redhat.com>
2967
2968 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2969
2970 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2971
2972 * gdb.texinfo (i386 Features): Add MPX feature registers.
2973 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2974 a subsubsection for MPX and describes the display of the
2975 boundary registers.
2976
2977 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2978
2979 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2980 documentation of the "ada-exceptions" entry.
2981
2982 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2983
2984 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2985 "^error" result record concerning the error message. Document
2986 the error code that may also be part of that result record.
2987 (GDB/MI Miscellaneous Commands): Document the
2988 "undefined-command-error-code" element in the output of
2989 the "-list-features" GDB/MI command.
2990
2991 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2992
2993 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2994 the new -info-gdb-mi-command GDB/MI command. Document
2995 the meaning of "-info-gdb-mi-command" in the output of
2996 -list-features.
2997
2998 2013-11-29 Pedro Alves <palves@redhat.com>
2999
3000 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3001 Update comment.
3002
3003 2013-11-24 Yao Qi <yao@codesourcery.com>
3004
3005 * gdb.texinfo (Caching Remote Data): Document new
3006 "set/show stack-cache" option.
3007
3008 2013-11-24 Yao Qi <yao@codesourcery.com>
3009
3010 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3011 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3012 "off" respectively.
3013
3014 2013-11-23 Yao Qi <yao@codesourcery.com>
3015
3016 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3017 of "displayhint" to the table about child results.
3018
3019 2013-11-21 Yao Qi <yao@codesourcery.com>
3020
3021 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3022 'dynamic' for the output of command -var-list-children.
3023
3024 2013-11-21 Yao Qi <yao@codesourcery.com>
3025
3026 * gdb.texinfo (Caching Target Data): Remove "see" before
3027 @pxref.
3028
3029 2013-11-20 Yao Qi <yao@codesourcery.com>
3030
3031 * gdb.texinfo (Caching Target Data): Update doc for
3032 per-address-space dcache.
3033
3034 2013-11-20 Yao Qi <yao@codesourcery.com>
3035
3036 * gdb.texinfo (Data): Rename menu item.
3037 (Caching Remote Data): Rename to ...
3038 (Caching Target Data): ... it. Update.
3039
3040 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3041
3042 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3043 "language-option" entry in the output of the "-list-features"
3044 command.
3045
3046 2013-11-15 Tom Tromey <tromey@redhat.com>
3047
3048 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3049 Add example.
3050
3051 2013-11-14 Tom Tromey <tromey@redhat.com>
3052
3053 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3054
3055 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3056
3057 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3058 (Context management): Place current subsection text into its own
3059 subsubsection. Add new subsubsection describing the "--language"
3060 command option.
3061
3062 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3063
3064 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3065 the documentation of "info-ada-exceptions" in the output
3066 of the "-list-features" command. Add the documentation
3067 of the "ada-exception" entry instead.
3068
3069 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3070
3071
3072 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3073 word of a couple of sentences to start with a capital letter.
3074
3075 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3076
3077 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3078 (Ada Exceptions): New node.
3079 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3080 Commands" node.
3081 (GDB/MI Ada Exceptions Commands): New node.
3082 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3083 field in the output of the "-list-features" command.
3084 * NEWS: Add entry for the new "info exceptions" CLI command,
3085 and for the new "-info-ada-exceptions" GDB/MI command.
3086
3087 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3088
3089 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3090 (Line Tables In Python): New node.
3091
3092 2013-11-08 Doug Evans <dje@google.com>
3093
3094 * gdb.texinfo (Debugging Output): Update text for
3095 "set debug dwarf2-read".
3096
3097 2013-11-08 Doug Evans <dje@google.com>
3098
3099 * gdb.texinfo (Debugging Output): Update text for
3100 "set debug symtab-create".
3101
3102 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3103
3104 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3105 constant.
3106
3107 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3108
3109 * gdb.texinfo (Breakpoints In Python): Document temporary
3110 option in breakpoint constructor, and add documentation to the
3111 temporary attribute.
3112
3113 2013-11-07 Yao Qi <yao@codesourcery.com>
3114
3115 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3116 output of "-var-info-expression".
3117
3118 2013-11-06 Pedro Alves <palves@redhat.com>
3119
3120 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3121 non-interactive mode.
3122 (Environment) <shell startup files warning>: Mention
3123 non-interactive mode. Mention .zshenv for Z shell, and talk about
3124 BASH_ENV instead of .bashrc for BASH.
3125
3126 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3127
3128 * gdb.texinfo (Commands to Specify Files): Add description
3129 of the remove-symbol-file command.
3130 * observer.texi: New free_objfile event
3131
3132 2013-10-24 Pedro Alves <palves@redhat.com>
3133
3134 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3135
3136 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3137
3138 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3139 New subsection inside which the "-catch-load" and "-catch-unload"
3140 commands documentation is now placed.
3141 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3142 documenting the "-catch-assert" and "-catch-exception" new
3143 GDB/MI commands.
3144
3145 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3146
3147 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3148
3149 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3150
3151 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3152 serial baud".
3153 (Remote Configuration): Replace "set remotebaud" by "set serial
3154 baud". Replace "show remotebaud" by "show serial baud".
3155
3156 2013-10-07 Pedro Alves <palves@redhat.com>
3157
3158 PR breakpoints/11568
3159 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3160 when the thread is removed from the thread list.
3161
3162 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3163
3164 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3165 Update entry for $_exitcode.
3166
3167 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3168
3169 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3170 new "--start" option.
3171
3172 2013-10-02 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.texinfo (Registers): Expand description of saved registers
3175 in frames. Explain <not saved>.
3176
3177 2013-09-25 Doug Evans <dje@google.com>
3178
3179 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3180
3181 2013-09-16 Stan Shebs <stan@codesourcery.com>
3182
3183 Remove the internals manual gdbint.texinfo.
3184 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3185 (PDFFILES): Remove gdbint.pdf.
3186 (HTMLFILES): Remove gdbint/index.html.
3187 (HTMLFILES_INSTALL): Remove gdbint.
3188 (GDBINT_DOC_FILES): Remove.
3189 (dvi): Remove gdbint.dvi.
3190 (ps): Remove gdbint.ps.
3191 * gdbint.texinfo: Remove file.
3192 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3193
3194 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3195
3196 * gdb.texinfo (Convenience Functions): Mention new convenience
3197 function $_isvoid.
3198
3199 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3200
3201 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3202 (Standard Target Features): Add new node to menu.
3203 (S/390 and System z Features): New node.
3204
3205 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3206
3207 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3208 -list-target-features in the example.
3209
3210 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3211
3212 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3213 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3214
3215 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3216
3217 Sync documentation with gdb.base/gnu-debugdata.exp.
3218 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3219
3220 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3221
3222 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3223
3224 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3225 Yao Qi <yao@codesourcery.com>
3226
3227 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3228 Document new --skip-unavailable option.
3229 <-stack-list-variables>: Document new --skip-unavailable option.
3230
3231 2013-08-26 Doug Evans <dje@google.com>
3232
3233 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3234 an optional regexp.
3235
3236 2013-08-13 Tom Tromey <tromey@redhat.com>
3237
3238 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3239 Document GDB_PARALLEL and GDB_INOTIFY.
3240
3241 2013-08-09 Stan Shebs <stan@codesourcery.com>
3242
3243 * LRS: Remove file, describes a long-abandoned live-range
3244 splitting extension to stabs.
3245
3246 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3247
3248 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3249
3250 2013-07-17 Doug Evans <dje@google.com>
3251
3252 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3253
3254 2013-07-02 Tom Tromey <tromey@redhat.com>
3255
3256 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3257
3258 2013-06-28 Tom Tromey <tromey@redhat.com>
3259
3260 * Makefile.in (version.subst): Use version.in, not
3261 common/version.in.
3262 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3263 Likewise.
3264
3265 2013-06-27 Pedro Alves <palves@redhat.com>
3266
3267 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3268 dynamic symbol resolution code>: New section, based on infrun.c
3269 comment.
3270
3271 2013-06-26 Tom Tromey <tromey@redhat.com>
3272
3273 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3274 Update.
3275 (Releasing GDB): Likewise.
3276
3277 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3278 Yao Qi <yao@codesourcery.com>
3279
3280 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3281 -trace-frame-collected.
3282
3283 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3284
3285 * gdb.texinfo (Traceframe Info Format): Document tvar element
3286 and its attributes.
3287
3288 2013-06-25 Yao Qi <yao@codesourcery.com>
3289
3290 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3291
3292 2013-06-24 Tom Tromey <tromey@redhat.com>
3293
3294 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3295 (GDBvn.texi): Use version.subst.
3296 (version.subst): New target.
3297 (mostlyclean): Remove version.subst.
3298
3299 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3300
3301 * gdb.texinfo (GDB/MI Data Manipulation)
3302 <-data-list-register-values>: Document the --skip-unavailable
3303 option.
3304
3305 2013-06-07 Yao Qi <yao@codesourcery.com>
3306
3307 * gdb.texinfo (Symbols): Add kindex and cindex for
3308 'maint print msymbols'.
3309
3310 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3311
3312 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3313 response field name (thread-group to inferior).
3314
3315 2013-06-04 Gary Benson <gbenson@redhat.com>
3316
3317 * gdb.texinfo (General Query Packets/qSupported): Added
3318 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3319 to the table of currently defined stub features.
3320 Added a more detailed entry for "augmented-libraries-svr4-read".
3321 (General Query Packets/qXfer:libraries-svr4:read): Documented
3322 the augmented form of this packet.
3323
3324 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3325
3326 * gdb.texinfo (System-wide Configuration Scripts): Renames
3327 "Installed System-wide Configuration Scripts". Add associated
3328 @menu block.
3329
3330 2013-05-23 Yao Qi <yao@codesourcery.com>
3331 Pedro Alves <palves@redhat.com>
3332
3333 * gdb.texinfo (Packets): Document 'vCont;r'.
3334 (Continuing and Stepping): Document target-assisted range
3335 stepping, and the 'set range-stepping' and 'show range-stepping'
3336 commands.
3337
3338 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3339
3340 * gdb.texinfo (Installed System-wide Configuration Scripts):
3341 Add subsection describing the scripts now available under
3342 the data-dir's system-gdbbinit subdirectory.
3343 * NEWS: Add entry announcing the availability of system-wide
3344 configuration scripts for ElinOS and Wind River Linux.
3345
3346 2013-05-21 Hui Zhu <hui@codesourcery.com>
3347
3348 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3349 "-dprintf-insert" command.
3350
3351 2013-05-17 Doug Evans <dje@google.com>
3352
3353 * gdb.texinfo (Maintenance Commands): Update doc for
3354 "maint check-psymtabs". Add doc for "maint check-symtabs",
3355 "maint expand-symtabs".
3356
3357 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3358
3359 * gdb.texinfo (Process Record and Replay): Document the
3360 "record goto" command and its sub-commands.
3361
3362 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3363
3364 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3365 (Python API): Add Frame Filters API, Frame Wrapper API,
3366 Writing a Frame Filter/Wrapper, Managing Management of Frame
3367 Filters chapter entries.
3368 (Frame Filters API): New Node.
3369 (Frame Wrapper API): New Node.
3370 (Writing a Frame Filter): New Node.
3371 (Managing Frame Filters): New Node.
3372 (Progspaces In Python): Add note about frame_filters attribute.
3373 (Objfiles in Python): Ditto.
3374 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3375 @anchors and --no-frame-filters option to -stack-list-variables,
3376 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3377 commands.
3378
3379 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3380
3381 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3382 Support" subsection documenting the XML format used to transfer
3383 shared library info on AIX.
3384
3385 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3386
3387 * gdb.texinfo (Debugging Output): Add documentation of
3388 "set debug aix-solib" and "show debug aix-solib" commands.
3389
3390 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3391
3392 * gdb.texinfo (Nios II): New section.
3393 (Nios II Features): New section.
3394
3395 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3396
3397 * gdbint.texinfo (Algorithms): Remove entries documenting
3398 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3399 SOLIB_CREATE_INFERIOR_HOOK.
3400
3401 2013-04-29 Tom Tromey <tromey@redhat.com>
3402
3403 PR python/14204:
3404 * gdb.texinfo (Python API): Fix menu entry.
3405 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3406 Define global and static block. Add example. Clarify
3407 block relationship for inline functions.
3408
3409 2013-04-29 Tom Tromey <tromey@redhat.com>
3410
3411 * gdb.texinfo (Python API): Mention Python help and keyword
3412 arguments. Move pagination text to Basic Python.
3413 (Basic Python): Put pagination text here. Document
3414 close-on-exec, SIGCHLD, and SIGINT.
3415
3416 2013-04-19 Pedro Alves <palves@redhat.com>
3417
3418 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3419 "signedness" instead of "signness".
3420
3421 2013-04-19 Pedro Alves <palves@redhat.com>
3422
3423 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3424 -Wno-pointer-sign text with text on -Wpointer-sign.
3425
3426 2013-04-16 Tom Tromey <tromey@redhat.com>
3427
3428 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3429 GCC that has the SDT probe points.
3430
3431 2013-04-15 Tom Tromey <tromey@redhat.com>
3432
3433 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3434 exception catchpoints.
3435
3436 2013-04-15 Tom Tromey <tromey@redhat.com>
3437
3438 * gdb.texinfo (Set Catchpoints): Document $_exception.
3439 (Convenience Vars): Mention $_exception.
3440
3441 2013-04-15 Tom Tromey <tromey@redhat.com>
3442
3443 * gdb.texinfo (Set Catchpoints): Reorganize exception
3444 catchpoints. Document "catch rethrow".
3445 (Debugging C Plus Plus): Mention "catch rethrow".
3446
3447 2013-04-15 Tom Tromey <tromey@redhat.com>
3448
3449 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3450
3451 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3452 Eli Zaretskii <eliz@gnu.org>
3453
3454 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3455 line below the sample output.
3456
3457 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3458
3459 * gdb.texinfo (Mode Options): Document '-configuration'.
3460 (Help): Document "show configuration".
3461 (Bug Reporting): Add requirements to include the configuration
3462 details in bug reports.
3463
3464 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3465
3466 * Makefile.in (MAN1S): Add gcore.1.
3467 Remove "Host, target, and site specific Makefile fragments" comment.
3468 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3469 (install-man1, uninstall-man1): Conditionalize gcore.1.
3470 (gcore.1): New.
3471 * gdb.texinfo (Man Pages): Add gcore man.
3472 (gcore man): New node.
3473
3474 2013-04-10 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.texinfo (Process Record and Replay): Document that "set
3477 record full insn-number-max", "set record
3478 instruction-history-size" and "set record
3479 function-call-history-size" accept "unlimited".
3480 (Backtrace): Document that "set backtrace limit" accepts
3481 "unlimited".
3482 (List): Document that "set listsize" accepts "unlimited".
3483 (Print Settings)" Document that "set print max-symbolic-offset",
3484 "set print elements" and "set print repeats" accept "unlimited".
3485 (Starting and Stopping Trace Experiments): Document that "set
3486 trace-buffer-size" accepts "unlimited".
3487 (Remote Configuration): Document that "set tcp connect-timeout"
3488 accepts "unlimited".
3489 (Command History): Document that "set history size" accepts
3490 "unlimited".
3491 (Screen Size): Document that "set height" and "set width" accepts
3492 "unlimited". Adjust "set pagination"'s description to suggest
3493 "set height unlimited" instead of "set height 0".
3494
3495 2013-04-10 Yao Qi <yao@codesourcery.com>
3496
3497 * gdb.texinfo (Trace Files): Add "target ctf".
3498
3499 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3500
3501 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3502
3503 * Makefile.in (install-man1, install-man5, uninstall-man1)
3504 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3505
3506 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3507
3508 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3509 Eli Zaretskii <eliz@gnu.org>
3510
3511 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3512 parameters order. Remove "On some targets" for --attach. Document the
3513 --multi parameter and extended-remote command. Document all the
3514 options.
3515
3516 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3517
3518 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3519 the list of supported languages.
3520
3521 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3522
3523 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3524 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3525 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3526 (diststuff): Add man.
3527 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3528 (uninstall-man5): New.
3529 (STAGESTUFF): Add *.1 and *.5.
3530 (GDBvn.texi): Add SYSTEM_GDBINIT.
3531 (gdb.1, gdbserver.1, gdbinit.5): New.
3532 (maintainer-clean realclean): Add $(MANS).
3533 (install): Add install-man.
3534 (uninstall): Add uninstall-man.
3535 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3536 (@copying): Wrap it by @c man begin COPYRIGHT.
3537 (Top): Add Man Pages.
3538 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3539
3540 2013-04-02 Pedro Alves <palves@redhat.com>
3541
3542 * gdb.texinfo (Debugging Output): Document "set/show debug
3543 aarch64", "set/show debug coff-pe-read" and "set/show debug
3544 mach-o".
3545
3546 2013-04-02 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3549 table>: Add entry for "trace-buffer-size".
3550
3551 2013-03-28 Pedro Alves <palves@redhat.com>
3552
3553 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3554 table>: Add entry for "trace-status".
3555
3556 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3557
3558 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3559 @bullet", which is invalid (makeinfo 5.1 barfs).
3560
3561 2013-03-28 Pedro Alves <palves@redhat.com>
3562
3563 PR gdb/15294
3564
3565 * gdb.texinfo (List) <set listsize>: Adjust to document that
3566 listsize 0 means no limit, and remove mention of -1.
3567
3568 2013-03-22 Yao Qi <yao@codesourcery.com>
3569
3570 * gdb.texinfo (Embedded Processors): Remove menu item
3571 "OpenRISC 1000".
3572 (OpenRISC 1000): Remove.
3573
3574 2013-03-21 Doug Evans <dje@google.com>
3575
3576 * gdb.texinfo (Maintenance Commands): Add docs for
3577 "mt set per-command {space,time,symtab} {on,off}".
3578
3579 2013-03-14 Hui Zhu <hui@codesourcery.com>
3580 Yao Qi <yao@codesourcery.com>
3581
3582 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3583
3584 2013-03-13 Keith Seitz <keiths@redhat.com>
3585
3586 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3587 "maint agent" reference to Dynamic printf.
3588
3589 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3590
3591 * gdb.texinfo (General Query Packets): Don't use colon in index
3592 entries visible to Info format.
3593
3594 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3595
3596 * gdb.texinfo (Process Record and Replay): Document record
3597 changes.
3598
3599 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3600
3601 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3602 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3603 qXfer:btrace:read.
3604
3605 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3606
3607 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3608 use colons in @anchor and @cindex entries.
3609
3610 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3611
3612 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3613
3614 2013-03-08 Stan Shebs <stan@codesourcery.com>
3615 Hafiz Abid Qadeer <abidh@codesourcery.com>
3616
3617 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3618 trace-buffer-size set and show commands.
3619 (Tracepoint Packets): Document QTBuffer:size.
3620 (General Query Packets): Document QTBuffer:size.
3621
3622 2013-02-21 Tom Tromey <tromey@redhat.com>
3623
3624 * gdb.texinfo: Remove bad @syncodeindex.
3625 (Values From Inferior, Types In Python, Inferiors In Python)
3626 (Events In Python, Threads In Python, Frames In Python, Blocks In
3627 Python, Symbols In Python, Symbol Tables In Python): Remove
3628 @tables.
3629 (Packets, General Query Packets, Tracepoint Packets)
3630 (Host I/O Packets): Use @w{} for empty @item.
3631
3632 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3633
3634 * gdb.texinfo (Architectures In Python): Add description about
3635 the new method gdb.Architecture.disassemble.
3636
3637 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3638 Hafiz Abid Qadeer <abidh@codesourcery.com>
3639
3640 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3641 Document the "trace-file" field.
3642
3643 2013-02-07 Doug Evans <dje@google.com>
3644
3645 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3646 command.
3647
3648 2013-02-06 Yao Qi <yao@codesourcery.com>
3649
3650 * gdb.texinfo (GDB/MI Async Records): Document new MI
3651 notification "=tsv-modified". Update the document of MI
3652 notification "=tsv-created".
3653 * observer.texi (GDB Observers): New observer tsv_modified.
3654 Update observer tsv_created and tsv_delete.
3655
3656 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3657
3658 * gdb.texinfo (AArch64 Features): New section; document
3659 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3660 (Architectures): Add new AArch64 section to document AArch64
3661 architecture specific commands.
3662 (ABI): Add description of the new OS ABI "Newlib" and its influence
3663 on the longjmp handling.
3664
3665 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3666 Jan Kratochvil <jan.kratochvil@redhat.com>
3667
3668 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3669 variable in 'set/show backtrace' section.
3670
3671 2013-01-31 Tom Tromey <tromey@redhat.com>
3672
3673 * gdb.texinfo (Target Commands): Fix typo.
3674
3675 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3676
3677 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3678 describing the gdb.Architecture class.
3679 (Frames In Python): Add description about the new method
3680 gdb.Frame.architecture().
3681
3682 2013-01-23 Doug Evans <dje@google.com>
3683
3684 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3685
3686 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3687
3688 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3689 'thread-groups' field when printing a breakpoint in MI.
3690
3691 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3692 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3693 to reflect that jit-reader-load now supports absolute file-names.
3694
3695 2013-01-16 Tom Tromey <tromey@redhat.com>
3696
3697 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3698 (Signals): Likewise.
3699
3700 2013-01-16 Tom Tromey <tromey@redhat.com>
3701
3702 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3703 "catch-type" field.
3704 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3705
3706 2013-01-07 Tom Tromey <tromey@redhat.com>
3707
3708 * gdb.texinfo (Mode Options): Don't mention -epoch.
3709 (Data, Emacs): Remove obsolete comments.
3710
3711 2013-01-02 Tom Tromey <tromey@redhat.com>
3712
3713 * gdb.texinfo (GDB/MI Output Records): Update menu.
3714 (GDB/MI Breakpoint Information): New node.
3715 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3716 <-break-insert>: Likewise.
3717
3718 2012-12-31 Yao Qi <yao@codesourcery.com>
3719
3720 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3721 (Packets): Move "vStopped" packet to ...
3722 (Notification Packets): ... here. Describe the components
3723 of notification. Add a table of supported notifications.
3724 Add an example on the process of he async notification.
3725
3726 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3727
3728 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3729 present.
3730 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3731 fullname output always present.
3732
3733 2012-12-23 Pierre Muller <muller@sourceware.org>
3734
3735 * gdbint.texinfo (Function prototypes): Require use of "extern"
3736 modifier for function prototypes in headers.
3737
3738 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3739
3740 * refcard.tex: Update copyright notice to GPL v3 or later.
3741 Update contact info.
3742
3743 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3744
3745 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3746
3747 2012-12-15 Yao Qi <yao@codesourcery.com>
3748
3749 * gdb.texinfo (Debugging Output): Document 'set debug
3750 notification' and 'show debug notification'.
3751
3752 2012-12-15 Yao Qi <yao@codesourcery.com>
3753
3754 * gdb.texinfo (Listing Tracepoints): New item and example about
3755 'installed on target' output.
3756 Add more in the example about 'installed on target'.
3757 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3758
3759 2012-12-14 Tom Tromey <tromey@redhat.com>
3760
3761 * gdb.texinfo (SVR4 Process Information): Mention core files.
3762
3763 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3764
3765 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3766
3767 2012-12-12 Paul Koning <paul_koning@dell.com>
3768
3769 Add support for Python 3.
3770 * gdb.texinfo (Inferior.read_memory): Mention that the return
3771 value is a memoryview object if Python 3.
3772
3773 2012-12-11 Pedro Alves <palves@redhat.com>
3774
3775 * gdb.texinfo: Remove all mentions of Unixware throughout.
3776
3777 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3780
3781 2012-11-29 Tom Tromey <tromey@redhat.com>
3782
3783 * gdb.texinfo (SVR4 Process Information): Document missing
3784 "info proc" subcommands.
3785
3786 2012-11-29 Yao Qi <yao@codesourcery.com>
3787
3788 PR gdb/1477.
3789 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3790 to 'auto' instead of 'gnu'.
3791
3792 2012-11-26 Tom Tromey <tromey@redhat.com>
3793
3794 * gdb.texinfo (MiniDebugInfo): New node.
3795 (GDB Files): Update.
3796
3797 2012-11-16 Doug Evans <dje@google.com>
3798
3799 * gdb.texinfo (System-wide configuration): If the system-wide init
3800 file lives in the data-directory, and --data-directory is provided,
3801 look for it there.
3802
3803 2012-11-15 Tom Tromey <tromey@redhat.com>
3804
3805 * gdb.texinfo (Signaling): Fix typo.
3806
3807 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3808
3809 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3810 parameter "count" of -data-write-memory-bytes, and add an example.
3811
3812 2012-11-12 Tom Tromey <tromey@redhat.com>
3813
3814 * gdb.texinfo (Symbols): Document "info type-printers",
3815 "enable type-printer" and "disable type-printer".
3816 (Python API): Add new node to menu.
3817 (Type Printing API): New node.
3818 (Progspaces In Python): Document type_printers field.
3819 (Objfiles In Python): Likewise.
3820 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3821 register_type_printer, TypePrinter>: Document.
3822
3823 2012-11-12 Tom Tromey <tromey@redhat.com>
3824
3825 * gdb.texinfo (Symbols): Document "set print type methods",
3826 "set print type typedefs", and flags to ptype and whatis.
3827
3828 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3829
3830 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3831 the example -data-disassemble output. Extend the description of
3832 the -data-disassemble results to document all fields. Document
3833 the cli disassemble command as being related to -data-disassemble.
3834
3835 2012-11-09 Yao Qi <yao@codesourcery.com>
3836
3837 PR gdb/14777.
3838 * gdb.texinfo (OS Information): Remove doc on command
3839 'info udot'.
3840
3841 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3842
3843 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3844 gdb.ini warning for Windows port.
3845
3846 2012-11-08 Yao Qi <yao@codesourcery.com>
3847
3848 * gdb.texinfo (Search): Add kindex for 'fo'.
3849
3850 2012-11-05 Tom Tromey <tromey@redhat.com>
3851
3852 PR python/14802:
3853 * gdb.texinfo (Functions In Python): Add example.
3854
3855 2012-11-03 Yao Qi <yao@codesourcery.com>
3856
3857 * observer.texi (GDB Observers): Remove observer
3858 'tracepoint_modified', 'tracepoint_created' and
3859 'tracepoint_deleted'.
3860
3861 2012-10-26 Tom Tromey <tromey@redhat.com>
3862
3863 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3864
3865 2012-10-25 Tom Tromey <tromey@redhat.com>
3866
3867 * gdb.texinfo (General Query Packets): Use @itemx.
3868
3869 2012-10-17 Yao Qi <yao@codesourcery.com>
3870
3871 * observer.texi (GDB Observers): Update observer
3872 'memory_changed'.
3873 * gdb.texinfo (GDB/MI Async Records): Document for
3874 "memory-changed" notification.
3875
3876 2012-10-15 Doug Evans <dje@google.com>
3877
3878 * gdb.texinfo (Mode Options): Document -nh.
3879 Elaborate on docs for -nx.
3880
3881 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3882
3883 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3884
3885 2012-09-21 Yao Qi <yao@codesourcery.com>
3886 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.texinfo (GDB/MI Async Records): Document notification
3889 'record-started' and 'record-stopped'.
3890 * observer.texi (GDB Observers): New observer 'record-changed'.
3891
3892 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3893
3894 * gdb.texinfo: Document the removal of SH's 'regs' command.
3895
3896 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3897
3898 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3899
3900 2012-09-18 Yao Qi <yao@codesourcery.com>
3901
3902 * gdb.texinfo (GDB/MI Async Records): Document new MI
3903 notifications '=tsv-created' and '=tsv-deleted'.
3904 * observer.texi (GDB Observers): New observer tsv_created and
3905 tsv_deleted.
3906
3907 2012-09-18 Yao Qi <yao@codesourcery.com>
3908
3909 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3910 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3911 '=traceframe-changed'.
3912
3913 2012-09-17 Yao Qi <yao@codesourcery.com>
3914
3915 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3916 'set listsize'.
3917
3918 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3919 Eli Zaretskii <eliz@gnu.org>
3920
3921 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3922 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3923 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3924
3925 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3926
3927 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3928
3929 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3930
3931 Document how to return from "python-interactive" to GDB.
3932 * gdb.texinfo (Python Commands): Update documentation.
3933
3934 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3935
3936 Add a new "python-interactive" command that starts a standard
3937 Python interactive prompt with "pi" as alias, and add "py" as
3938 an alias to "python".
3939 * gdb.texinfo (Python Commands): Document the new commands.
3940
3941 2012-08-22 Tom Tromey <tromey@redhat.com>
3942
3943 * gdbint.texinfo (Host Definition): Remove documentation for
3944 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3945
3946 2012-08-17 Keith Seitz <keiths@redhat.com>
3947
3948 PR c++/13356
3949 * gdb.texinfo (Type and Range Checking): Remove warning.
3950 Remove spurious commas.
3951 Update text and examples for re-implementation of set/show
3952 check type.
3953 (C and C++ Type and Range Checks): Likewise.
3954
3955 2012-08-16 Yao Qi <yao@codesourcery.com>
3956
3957 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3958 is deprecated.
3959
3960 2012-08-13 Doug Evans <dje@google.com>
3961
3962 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3963 to include functions.
3964
3965 2012-08-10 Doug Evans <dje@google.com>
3966
3967 * gdb.texinfo (Convenience Funs): New node.
3968 (Types In Python): Document Type.vector.
3969
3970 2012-08-09 Yao Qi <yao@codesourcery.com>
3971
3972 * observer.texi: New observer command_param_changed.
3973 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3974
3975 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3976
3977 * gdbint.texinfo (Debugging GDB): In section
3978 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3979 Mention also gdb-gdb.py.
3980
3981 2012-08-07 Yao Qi <yao@codesourcery.com>
3982
3983 Revert the folloing patch:
3984 2012-08-06 Yao Qi <yao@codesourcery.com>
3985 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3986 remote hardware-watchpoint-limit' and 'set
3987 remote hardware-breakpoint-limit'.
3988
3989 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3990
3991 * gdb.texinfo (Working Directory): Added information about new
3992 default argument for 'cd' command.
3993
3994 2012-08-06 Yao Qi <yao@codesourcery.com>
3995
3996 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3997 remote hardware-watchpoint-limit' and 'set
3998 remote hardware-breakpoint-limit'.
3999
4000 2012-08-06 Yao Qi <yao@codesourcery.com>
4001
4002 Fix PR14371.
4003
4004 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4005 '=breakpoint-deleted'.
4006
4007 2012-08-02 Yao Qi <yao@codesourcery.com>
4008
4009 * gdb.texinfo (Native): Remove node Neutrino.
4010
4011 2012-07-27 Yao Qi <yao@codesourcery.com>
4012
4013 * gdb.texinfo (IPA Protocol Commands): Document new command
4014 'close'.
4015
4016 2012-07-25 Tom Tromey <tromey@redhat.com>
4017
4018 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4019
4020 2012-07-20 Doug Evans <dje@google.com>
4021
4022 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4023 (Index Files): Document how to control the use of deprecated index
4024 sections.
4025 (Index Section Format): Replace --use-deprecated-index-sections with
4026 "set use-deprecated-index-sections on".
4027
4028 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4029
4030 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4031 indices into a single node "Index". Instead, join function and
4032 variable indices into a single index, separate from the concept
4033 index. Requested in
4034 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4035 (Top): Update the top-level menu: instead of one "Index" there are
4036 now separate entries "Concept Index" and "Function and Variable
4037 Index".
4038 (Concept Index, Function and Variable Index): New nodes.
4039 (Index): Node deleted.
4040
4041 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4042
4043 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4044 and "maint agent-eval".
4045
4046 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4047
4048 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4049 avoid file-name clashes between Index.html and index.html on
4050 case-insensitive filesystems. See the discussion starting in
4051 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4052 details of the problem.
4053 (Top): Update the master menu for the above.
4054 (Concept Index, Command and Variable Index): New nodes, instead of
4055 the old "Index" node that was deleted. All cross-references
4056 updated.
4057
4058 2012-07-02 Stan Shebs <stan@codesourcery.com>
4059
4060 * gdb.texinfo (Dynamic Printf): Mention agent style and
4061 disconnected dprintf.
4062 (Maintenance Commands): Describe maint agent-printf.
4063 (General Query Packets): Mention BreakpointCommands feature.
4064 (Packets): Document commands extension to Z0 packet.
4065 * agentexpr.texi (Bytecode Descriptions): Document printf
4066 bytecode.
4067
4068 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4069
4070 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4071 only after gdbinit files.
4072 (Startup): Move -iex and -iex commands down after gdbinit files.
4073
4074 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4075
4076 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4077 possibility.
4078
4079 2012-06-29 Tom Tromey <tromey@redhat.com>
4080
4081 * gdb.texinfo (Index Section Format): Update for version 7.
4082
4083 2012-06-28 Stan Shebs <stan@codesourcery.com>
4084
4085 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4086 example, add note about title column.
4087
4088 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4089
4090 * gdb.texinfo (Symbol Tables In Python): Add description about
4091 the new 'last' attribute of gdb.Symtab_and line.
4092
4093 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4094
4095 * gdb.texinfo (Symbol Tables In Python): Correct the description
4096 of the 'pc' attribute of gdb.Symtab_and_line.
4097
4098 2012-06-26 Doug Evans <dje@google.com>
4099
4100 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4101 and symtab-create.
4102
4103 2012-06-25 Keith Seitz <keiths@redhat.com>
4104
4105 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4106 from example. Remove "rbreak" from list of corresponding
4107 gdb commands.
4108
4109 2012-06-23 Doug Evans <dje@google.com>
4110
4111 * gdb.texinfo (Index Section Format): Document version 7 format.
4112
4113 2012-06-22 Yao Qi <yao@codesourcery.com>
4114
4115 * gdb.texinfo: Add missing cindex for some packets.
4116
4117 2012-06-20 Keith Seitz <keiths@redhat.com>
4118
4119 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4120 for -break-insert and document -p.
4121
4122 2012-06-20 Yao Qi <yao@codesourcery.com>
4123
4124 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4125 and "gdb.write_memory" with "Inferior.read_memory" and
4126 "Inferior.write_memory".
4127
4128 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4129
4130 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4131 (Free Documentation): Add @node line.
4132 (Continuing and Stepping) <advance location>: Use @item instead of
4133 @itemx.
4134 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4135 @itemx.
4136 (Embedded Processors): Put the link to "PA" to its correct place,
4137 according to document structure.
4138 (Python API): Put the link to "Lazy Strings In Python" to its
4139 correct place.
4140 (Index): Use @@ in @tex block to get a literal @.
4141
4142 * gdbint.texinfo: Fix the @subtitle line.
4143
4144 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4145 correct place.
4146
4147 2012-06-08 Yao Qi <yao@codesourcery.com>
4148
4149 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4150 Protocol'.
4151 (In-Process Agent Protocol, IPA Protocol Objects)
4152 (IPA Protocol Commands): New nodes.
4153 (Tracepoint Packets): Add anchors.
4154
4155 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4156
4157 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4158
4159 2012-06-06 Yao Qi <yao@codesourcery.com>
4160
4161 * gdb.texinfo: Update copyright year.
4162
4163 2012-05-23 Stan Shebs <stan@codesourcery.com>
4164 Kwok Cheung Yeung <kcy@codesourcery.com>
4165
4166 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4167
4168 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4169
4170 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4171 Mention also --with-separate-debug-dir.
4172 (Auto-loading): Prepend $debugdir in the sample output.
4173 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4174 auto-load safe-path variable.
4175 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4176 Mention also $debugdir for 'set auto-load scripts-directory'.
4177
4178 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4179
4180 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4181 (MIPS Embedded, MIPS, MIPS Register packet Format)
4182 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4183 appropriate.
4184
4185 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4186 Maciej W. Rozycki <macro@codesourcery.com>
4187
4188 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4189 mips compression".
4190 (MIPS Breakpoint Kinds): New subsubsection.
4191
4192 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4193
4194 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4195 nodes for subsections. Add @acronym mark-ups and adjust
4196 formatting.
4197
4198 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4199
4200 Rename $ddir to $datadir.
4201 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4202 (objfile-gdb.py file): Rename $ddir to $datadir.
4203
4204 2012-05-18 Tom Tromey <tromey@redhat.com>
4205
4206 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4207
4208 2012-05-14 Stan Shebs <stan@codesourcery.com>
4209
4210 * gdb.texinfo (Dynamic Printf): New subsection.
4211
4212 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4213
4214 * gdb.texinfo (Basic Python): Add description about the function
4215 gdb.find_pc_line
4216
4217 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4218 Eli Zaretskii <eliz@gnu.org>
4219
4220 * gdb.texinfo (Separate Debug Files): Use plural form for global
4221 debugging information directory.
4222
4223 2012-05-11 Stan Shebs <stan@codesourcery.com>
4224 Kwok Cheung Yeung <kcy@codesourcery.com>
4225
4226 * gdb.texinfo (Operating System Auxiliary Information): Document new
4227 'info os' subcommands.
4228
4229 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4230
4231 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4232 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4233 (dotdebug_gdb_scripts section): Add reference
4234 to 'Auto-loading safe path'.
4235
4236 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4237
4238 Implement multi-component --with-auto-load-dir.
4239 * gdb.texinfo (Auto-loading): New references
4240 for 'set auto-load scripts-directory'
4241 and 'show auto-load scripts-directory'.
4242 (Auto-loading safe path): Describe the new default. Move $ddir
4243 substituation reference to 'objfile-gdb.py file'.
4244 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4245 script-name. Describe new 'set auto-load scripts-directory'
4246 and 'show auto-load scripts-directory'.
4247
4248 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4249
4250 Provide $ddir substitution for --with-auto-load-safe-path.
4251 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4252 (Auto-loading safe path): Likewise. Mention the default value,
4253 $ddir substitution, --with-auto-load-safe-path and
4254 --without-auto-load-safe-path.
4255 * observer.texi (gdb_datadir_changed): New.
4256
4257 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4258
4259 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4260 Twice.
4261
4262 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4263 directory separator by path separator.
4264
4265 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4266
4267 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4268 for 'set auto-load safe-path' optional. Mention if it is omitted.
4269 Change disabling security protection condition to "/", twice.
4270
4271 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4272
4273 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4274 the new methods global_block and static_block on gdb.Symtab
4275 objects.
4276
4277 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4278
4279 * gdb.texinfo (Blocks In Python): Add a note saying that future
4280 improvements to GDB and its infrastructure can move symbols
4281 across blocks within a symbol table.
4282
4283 2012-04-29 Yao Qi <yao@codesourcery.com>
4284
4285 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4286 (A29K): Remove.
4287
4288 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4289 Tom Tromey <tromey@redhat.com>
4290
4291 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4292 and generic static probe support on GDB.
4293
4294 2012-04-25 Doug Evans <dje@google.com>
4295
4296 * gdb.texinfo (Go): Fix thinko.
4297
4298 * gdb.texinfo (Supported Languages): Add Go.
4299 (Go): New node.
4300
4301 2012-04-25 Yao Qi <yao@codesourcery.com>
4302
4303 * gdbint.texinfo (Testsuite): New section `Board settings'.
4304
4305 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4306
4307 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4308 Three times.
4309
4310 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4311 Three times.
4312
4313 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4314
4315 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4316 by @table @asis. Fix formatting of one item.
4317
4318 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4319
4320 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4321
4322 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 New option "set debug auto-load".
4325 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4326 (auto-load verbose mode): New node.
4327
4328 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4329
4330 New option "set auto-load safe-path".
4331 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4332 and "info auto-load" examples for safe-path. Put there also references
4333 for "set auto-load safe-path" and "show auto-load safe-path".
4334 New menu item for Auto-loading safe path.
4335 (Auto-loading safe path): New node.
4336 (Python Auto-loading): Update the expected output from "Missing"
4337 to "No".
4338
4339 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4340
4341 auto-load: Implementation.
4342 * gdb.texinfo (Mode Options): New anchor for -nx.
4343 (Startup): New anchors for Option -init-eval-command,
4344 Home Directory Init File
4345 and Init File in the Current Directory during Startup.
4346 Mention set auto-load local-gdbinit with a reference.
4347 Change the sample code to "set auto-load python-scripts".
4348 (Threads): New anchor set libthread-db-search-path.
4349 Provide references to libthread_db.so.1 file.
4350 (Controlling GDB): New menu item for Auto-loading.
4351 (Auto-loading, Init File in the Current Directory)
4352 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4353 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4354 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4355 reference.
4356 (Auto-loading): Rename to ...
4357 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4358 "set auto-load python-scripts", new anchor for it. Change
4359 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4360 for it. Change "info auto-load-scripts"
4361 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4362 to "Python scripts".
4363
4364 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4365
4366 PR mi/13393
4367 * gdb.texinfo (Print Settings): Extend the description for "set print
4368 object".
4369 (GDB/MI Variable Objects): Extend the description for -var-create and
4370 -var-list-children.
4371
4372 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4373
4374 * gdb.texinfo (Examining Data): Document the 'explore' command.
4375
4376 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4377
4378 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4379 to the children of a varobj and its update range when -var-update
4380 returns that the varobj's type changed.
4381
4382 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4383
4384 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4385 Create two new links fir 'objfile-gdb.py file'
4386 and 'dotdebug_gdb_scripts section'.
4387
4388 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4389
4390 * gdb.texinfo (Auto-loading): Rename node reference
4391 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4392 Twice.
4393 (.debug_gdb_scripts section): Rename the node ...
4394 (dotdebug_gdb_scripts section): ... here.
4395 (Maintenance Commands): Also rename this node reference.
4396
4397 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4398
4399 * gdb.texinfo (Python API/Values From Inferior): Add description
4400 about the new method Value.referenced_value. Add description on
4401 how Value.dereference is different (and similar) to
4402 Value.referenced_value.
4403
4404 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4405
4406 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4407 --init-eval-command=COMMAND, -iex.
4408 (Startup): Describe -iex and -ix. Simplify the example
4409 for "set auto-load-scripts off".
4410
4411 2012-03-16 Gary Benson <gbenson@redhat.com>
4412
4413 PR breakpoints/10738
4414 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4415 stating that GDB cannot set breakpoints on inlined functions.
4416 (Mode Options): Document --use-deprecated-index-sections.
4417 (Index Section Format): Document new index section version format.
4418
4419 2012-03-15 Tom Tromey <tromey@redhat.com>
4420
4421 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4422
4423 2012-03-13 Doug Evans <dje@google.com>
4424
4425 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4426 of "reload".
4427 (Symbols): Delete docs for set/show symbol-reloading.
4428 * gdbint.texinfo (Defining Other Architecture Features): Delete
4429 SYMBOL_RELOADING_DEFAULT.
4430 * refcard.tex: Delete reference to symbol-reloading.
4431
4432 2012-03-07 Pedro Alves <palves@redhat.com>
4433
4434 * gdb.texinfo (General Query Packets): Document new
4435 QProgramSignals packet.
4436 * gdb.texinfo (Remote configuration): Mention
4437 "program-signals-packet".
4438
4439 2012-03-05 Tristan Gingold <gingold@adacore.com>
4440
4441 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4442
4443 2012-03-03 Yao Qi <yao@codesourcery.com>
4444
4445 * gdb.texinfo (In-Process Agent): New node.
4446 Document new commands.
4447 (General Query Packets): Add packet `QAgent'.
4448
4449 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4450
4451 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4452
4453 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4454
4455 * gdb.texinfo (Commands In Python): Put example python macro in
4456 COMMAND_USER category rather than COMMAND_OBSCURE.
4457 Document gdb.COMMAND_USER.
4458 (User-defined Commands): Update documentation to clarify
4459 "set/show max-user-call-depth" and "show user" don't apply to python
4460 commands. Update documentation to clarify "help user-defined" may
4461 also include python commands defined as COMMAND_USER.
4462
4463 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4464
4465 * gdb.texinfo (Startup): Add option -ex description to the option -x
4466 description.
4467
4468 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4469
4470 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4471 condition-evaluation breakpoint parameter.
4472 Mention condition-evaluation mode being shown in "info break".
4473 (Break Conditions): Add description for target-side
4474 conditional breakpoints.
4475 (Remote Configuration): Mention conditional-breakpoints-packet.
4476 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4477 cond-expr.
4478 (General Query Packets): Mention new ConditionalBreakpoint feature.
4479
4480 2012-02-22 Tom Tromey <tromey@redhat.com>
4481
4482 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4483
4484 2012-02-17 Tom Tromey <tromey@redhat.com>
4485
4486 PR python/10753:
4487 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4488 directory.
4489
4490 2012-02-14 Stan Shebs <stan@codesourcery.com>
4491
4492 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4493
4494 2012-02-13 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4497 mips-idt-ecoff.
4498
4499 2012-02-09 Yao Qi <yao@codesourcery.com>
4500
4501 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4502
4503 2012-02-07 Tom Tromey <tromey@redhat.com>
4504
4505 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4506 Symbol.value.
4507
4508 2012-02-07 Tom Tromey <tromey@redhat.com>
4509
4510 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4511
4512 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4513
4514 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4515
4516 2012-01-24 Tom Tromey <tromey@redhat.com>
4517
4518 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4519 unload".
4520 (Files): Mention new catch commands.
4521 (GDB/MI Async Records): Likewise.
4522
4523 2012-01-24 Gary Benson <gbenson@redhat.com>
4524
4525 Delete #if 0'd out code.
4526 * gdb.texinfo (Frame Info): Remove "info catch".
4527
4528 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4529
4530 * gdb.texinfo (Remote Configuration): Document
4531 "set remote hostio-readlink-packet" command.
4532 (General Query Packets): Document vFile:readlink packet.
4533
4534 2012-01-16 Tom Tromey <tromey@redhat.com>
4535
4536 * gdb.texinfo (Specify Location): Document relative file name
4537 handling.
4538
4539 2012-01-16 Tom Tromey <tromey@redhat.com>
4540
4541 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4542
4543 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4544 Eli Zaretskii <eliz@gnu.org>
4545
4546 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4547 code.
4548
4549 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4550
4551 * gdb.texinfo (Variables): Document use of :: for non-static
4552 variables.
4553
4554 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4555
4556 * gdbint.texinfo (Start of New Year Procedure): Update
4557 to replace use of copyright.sh by use of copyright.py.
4558
4559 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4560
4561 Remove the gdbtui binary.
4562 * all-cfg.texi (GDBTUI): Remove.
4563 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4564 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4565 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4566
4567 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4568
4569 Introduce gdb.FinishBreakpoint in Python.
4570 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4571 (Python API): Add menu entry for Finish Breakpoints.
4572
4573 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4576 tests.
4577
4578 2011-12-16 Doug Evans <dje@google.com>
4579
4580 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4581
4582 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4583
4584 * gdb.texinfo (Python Commands): Remove "maint set/show print
4585 stack". Add documentation for "set/show python print-stack".
4586
4587 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4588
4589 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4590 should transfer control to the stub in the startup code instead of
4591 in main. Mention the need to get past the initial breakpoint.
4592
4593 2011-12-06 Tom Tromey <tromey@redhat.com>
4594
4595 * gdb.texinfo (Set Breaks): Update for new behavior.
4596
4597 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4598
4599 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4600 List Format for SVR4 Targets'.
4601 (General Query Packets): New item qXfer:libraries-svr4:read.
4602 (Library List Format for SVR4 Targets): New node.
4603
4604 2011-12-01 Tom Tromey <tromey@redhat.com>
4605
4606 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4607 add.
4608
4609 2011-11-22 Tom Tromey <tromey@redhat.com>
4610
4611 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4612 reasons.
4613
4614 2011-11-20 Stan Shebs <stan@codesourcery.com>
4615
4616 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4617 note-related options and variables.
4618 (Tracepoint Packets): Document packet changes.
4619
4620 2011-11-20 Sanjoy Das <sdas@igalia.com>
4621
4622 * gdb.texinfo (JIT Interface): Add documentation on writing and
4623 usind JIT debug info readers.
4624 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4625 Debug Info Readers): New nodes.
4626
4627 2011-11-18 Yao Qi <yao@codesourcery.com>
4628
4629 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4630 tracepoint.
4631
4632 2011-11-15 Doug Evans <dje@google.com>
4633
4634 * gdb.texinfo (Files): Document basenames-may-differ.
4635
4636 2011-11-14 Doug Evans <dje@google.com>
4637
4638 * gdb.texinfo (Shell Commands): Document "!".
4639
4640 2011-11-14 Stan Shebs <stan@codesourcery.com>
4641 Kwok Cheung Yeung <kcy@codesourcery.com>
4642
4643 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4644 needed to get shorter fast tracepoints.
4645 (Tracepoint Packets): Document new qTMinFTPILen packet.
4646
4647 2011-11-14 Yao Qi <yao@codesourcery.com>
4648
4649 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4650 behavior of tracepoint.
4651 (General Query Packets): New feature InstallInTrace.
4652 (Remote Configuration): Document "set remote
4653 install-in-trace-packet".
4654
4655 2011-11-12 Matt Rice <ratmice@gmail.com>
4656
4657 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4658 Add arguments to info macro.
4659
4660 2011-11-10 Tom Tromey <tromey@redhat.com>
4661
4662 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4663 manual.
4664 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4665 (Macros): Add a footnote.
4666 (C): Remove paragraph about compiler options.
4667 (C Constants): Mention wide character and string constants.
4668 (C Plus Plus Expressions): Update compiler option advice. Mention
4669 using declarations. Mention ADL. Remove old HP compiler
4670 information.
4671
4672 2011-11-10 Tom Tromey <tromey@redhat.com>
4673
4674 PR c++/9257:
4675 * gdb.texinfo (Print Settings): Add an extra note about the need
4676 for a vtable.
4677
4678 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4679
4680 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4681 "set mips abi" documentation.
4682
4683 2011-11-04 Doug Evans <dje@google.com>
4684
4685 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4686
4687 2011-11-03 Tom Tromey <tromey@redhat.com>
4688
4689 * gdb.texinfo (Stopping): Add menu entry.
4690 (Continuing and Stepping): Restore @node. Use @section, not
4691 @subsection.
4692
4693 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4694
4695 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4696 designation. Fix "Specify Location" cross-reference.
4697
4698 2011-11-02 Stan Shebs <stan@codesourcery.com>
4699
4700 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4701 (General Query Packets): Describe tracenz feature.
4702 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4703
4704 2011-10-28 Paul Koning <paul_koning@dell.com>
4705
4706 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4707
4708 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4709
4710 * gdb.texinfo ((Frames In Python): Document
4711 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4712
4713 2011-10-26 Paul Koning <paul_koning@dell.com>
4714
4715 * gdb.texinfo (gdb.types): Document new deepitems function.
4716
4717 2011-10-25 Paul Koning <paul_koning@dell.com>
4718
4719 PR python/13327
4720
4721 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4722 fetch_lazy method.
4723
4724 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4725
4726 PR python/12656
4727
4728 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4729 global_block, static_block function.
4730
4731 2011-10-19 Tom Tromey <tromey@redhat.com>
4732
4733 * gdb.texinfo (Commands In Python): Add missing "@"s.
4734
4735 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4736
4737 PR python/13285 Document named constants for frame unwind stop reasons
4738 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4739 constants.
4740
4741 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4742
4743 Fix compatibility with texinfo versions older than 4.12.
4744 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4745 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4746 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4747 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4748 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4749 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4750 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4751
4752 2011-10-09 Doug Evans <dje@google.com>
4753
4754 * gdb.texinfo (Extending GDB): Document alias command.
4755
4756 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4757
4758 Support @entry in input expressions.
4759 * gdb.texinfo (Variables): Describe @entry names suffix.
4760 (Print Settings): Add anchor for `set print entry-values'.
4761
4762 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4763 Eli Zaretskii <eliz@gnu.org>
4764
4765 Display @entry parameter values (without references).
4766 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4767 example.
4768 (Print Settings): New description of set print entry-values and show
4769 print entry-values.
4770
4771 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4772 Eli Zaretskii <eliz@gnu.org>
4773
4774 Recognize virtual tail call frames.
4775 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4776 (Tail Call Frames): New node.
4777 (Frames In Python): Add gdb.TAILCALL_FRAME.
4778
4779 2011-10-07 Doug Evans <dje@google.com>
4780
4781 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4782 register_pretty_printer.
4783
4784 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4785
4786 PR python/12930
4787 PR python/12802
4788
4789 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4790 stop method.
4791
4792 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4793
4794 * gdb.texinfo (Starting your Program): "set disable-randomization"
4795 is no longer Linux-specific.
4796 (Remote Configuration): Document "set remote
4797 disable-randomization-packet".
4798 (General Query Packets): Document "QDisableRandomization" packet
4799 and add it to "qSupported" list.
4800
4801 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4802
4803 Allow Python notification of new object-file loadings.
4804 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4805 event type.
4806
4807 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4808
4809 PR python/12691: Add the inferior to Python exited event
4810 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4811
4812 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4813
4814 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4815 rephasing.
4816
4817 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4818
4819 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4820 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4821 as possible feature returned by the `-list-features'
4822 command.
4823
4824 2011-09-28 Paul Koning <paul_koning@dell.com>
4825
4826 * gdb.texinfo (gdb.Type): Document field access by dictionary
4827 key syntax.
4828
4829 2011-09-28 Yao Qi <yao@codesourcery.com>
4830
4831 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4832 Add one space after option `-s'. Remove @r{} markup.
4833
4834 2011-09-27 Stan Shebs <stan@codesourcery.com>
4835
4836 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4837
4838 2011-09-16 Hui Zhu <teawater@gmail.com>
4839
4840 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4841 to *(unsigned char *)$esp@300.
4842
4843 2011-09-15 Paul Koning <paul_koning@dell.com>
4844
4845 * gdb.texinfo: Make style of Python functions and methods match
4846 the syntax of Python. Also put class and module names explicitly
4847 on function, member, and variable names, matching Python
4848 documentation conventions.
4849
4850 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4851
4852 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4853 * gdb.texinfo (Inferiors In Python): Describe new
4854 gdb.selected_inferior() function.
4855
4856 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4857
4858 Handle multiple breakpoint hits in Python interface:
4859 * gdb.texinfo (Events In Python): New function documentation:
4860 gdb.BreakpointEvent.breakpoints. Indicate that
4861 gdb.BreakpointEvent.breakpoint is now deprecated.
4862
4863 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4864
4865 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4866
4867 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4868
4869 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4870
4871 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4872
4873 * gdb.texinfo (Prompt): Add set/show extended-prompt
4874 documentation
4875 (Basic Python): Add prompt_hook anchor.
4876 (Python modules): Reword module text to reflect multiple modules.
4877 (gdb.prompt): Document gdb.prompt module.
4878
4879 2011-08-14 Yao Qi <yao@codesourcery.com>
4880
4881 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4882
4883 2011-08-14 Yao Qi <yao@codesourcery.com>
4884
4885 * gdb.texinfo (Standard Target Features): Document C6x features.
4886 (TIC6x Features): New node.
4887
4888 2011-08-12 Doug Evans <dje@google.com>
4889
4890 * gdb.texinfo (Symbols In Python): Document symbol.type.
4891
4892 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4893
4894 * gdb.texinfo (Python): Document command and function
4895 auto-loading.
4896
4897 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4898 Eli Zaretskii <eliz@gnu.org>
4899
4900 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4901 typedefs unrolling. Extend the sample code by an inner typedef and
4902 outer typedefs unrolling.
4903
4904 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4905
4906 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4907 size and line-size.
4908
4909 2011-07-21 Matt Rice <ratmice@gmail.com>
4910
4911 PR macros/12999
4912 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4913 Update text and cindex entries for info macro command.
4914
4915 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4916
4917 * observer.texi (GDB Observers): Add before_prompt observer.
4918 * gdb.texinfo (Basic Python): Add documentation for prompt
4919 substitution.
4920
4921 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4922
4923 PR python/12438
4924 * gdb.texinfo (Python Commands): Add deprecate note to maint
4925 set/show python print-stack. Document set/show python
4926 print-backtrace.
4927
4928 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4929
4930 * gdb.texinfo: Fix typos.
4931
4932 2011-07-01 Tom Tromey <tromey@redhat.com>
4933
4934 * gdb.texinfo (Debugging Output): Document set debug
4935 check-physname.
4936
4937 2011-06-29 Tom Tromey <tromey@redhat.com>
4938
4939 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4940 breakpoint-notifications feature.
4941
4942 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4943
4944 * gdb.texinfo (Target Description): Remove warning about
4945 possibly unstable format.
4946
4947 2011-06-03 Tom Tromey <tromey@redhat.com>
4948
4949 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4950 (Events In Python): Note that exit_code is optional.
4951
4952 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4953
4954 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4955 required for multi-threading support.
4956 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4957 Hc are deprecated for multi-threading debugging. Point readers at
4958 the vCont packet.
4959
4960 2011-05-15 Doug Evans <dje@google.com>
4961
4962 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4963
4964 2011-05-13 Doug Evans <dje@google.com>
4965
4966 * gdb.texinfo (Threads): Document $sdir,$pdir.
4967 (Server): Document $pdir exception.
4968
4969 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4970
4971 * gdb.texinfo (Threads): Clarify default value for
4972 libthread-db-search-path.
4973
4974 * gdb.texinfo (Completion): Update example.
4975 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4976
4977 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4978
4979 * gdb.texinfo: Document change in the behaviour of the enable and
4980 disable GDB commands when applied to tracepoints.
4981 Document the EnableDisableTracepoints remote stub feature.
4982 Document QTEnable and QTDisable in the list of tracepoint packets.
4983
4984 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4985
4986 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4987 hsuser.texi.
4988 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4989 comment to hsuser.texi. Change rluser.texi name in the comment.
4990
4991 2011-05-10 Doug Evans <dje@google.com>
4992
4993 * gdb.texinfo (Threads): If an empty path is provided for
4994 libthread-db-search-path it is reset to its default value.
4995 (Server): Ditto.
4996
4997 2011-05-09 Doug Evans <dje@google.com>
4998
4999 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5000
5001 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5002 Thiago Jung Bauermann <bauerman@br.ibm.com>
5003
5004 Implement support for PowerPC BookE masked watchpoints.
5005 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5006 (PowerPC Embedded): Mention support of masked watchpoints.
5007
5008 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5009
5010 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5011 `@value{GDBN}'.
5012
5013 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5014
5015 * gdb.texinfo (titlepage): Remove dedication.
5016 (In Memoriam): New appendix.
5017
5018 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5019 Eli Zaretskii <eliz@gnu.org>
5020
5021 * gdb.texinfo (Index Section Format): Change the version to 5.
5022 Describe the different formula.
5023
5024 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5025 Eli Zaretskii <eliz@gnu.org>
5026
5027 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5028 for disconnected tracing.
5029 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5030 extended-remote relationship. Mention --once.
5031 (TCP port allocation lifecycle of @code{gdbserver}): New.
5032
5033 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5034
5035 * gdb.texinfo (Server): Improve indexing. Index all optional
5036 switches to gdbserver.
5037
5038 2011-04-20 Tom Tromey <tromey@redhat.com>
5039
5040 * gdb.texinfo (Index Section Format): New node.
5041 (Top): Add new node to menu.
5042
5043 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5044
5045 * gdb.texinfo (Maintenance Commands): Document `maint print
5046 remote-registers'.
5047
5048 2011-04-20 Tom Tromey <tromey@redhat.com>
5049
5050 * gdb.texinfo (Trace File Format): Move node later.
5051
5052 2011-04-19 Tom Tromey <tromey@redhat.com>
5053
5054 * gdbint.texinfo (Register Information Functions): Remove
5055 duplicate "the".
5056 * gdb.texinfo (Emacs): Remove duplicate "to".
5057 (GDB/MI Variable Objects): Remove duplicate "the".
5058 (General Query Packets): Likewise.
5059
5060 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5061
5062 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5063 "GDB/MI Ada Exception Information" node.
5064
5065 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5068 the "exception-name" field in the *stopped async record.
5069
5070 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5071 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5072
5073 Implement support for PowerPC BookE ranged breakpoints.
5074 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5075
5076 2011-03-28 Tom Tromey <tromey@redhat.com>
5077
5078 * gdb.texinfo (Set Tracepoints): Fix typo.
5079
5080 2011-03-24 Tom Tromey <tromey@redhat.com>
5081
5082 * gdb.texinfo (Specify Location): Document `function:label'
5083 linespec.
5084
5085 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5086
5087 PR python/12149
5088
5089 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5090
5091 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5092
5093 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5094 (Inferiors In Python): Likewise.
5095 (Threads In Python): Likewise.
5096 (Symbols In Python): Likewise.
5097 (Objfiles In Python): Likewise.
5098 (Symbol Tables In Python): Likewise.
5099
5100 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5101
5102 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5103 display>: Explain that the commands accept number ranges.
5104
5105 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5106
5107 * gdb.texinfo (Breakpoints In Python): Add description and example
5108 of Python stop function operation.
5109
5110 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5111
5112 * gdb.texinfo (Parameters In Python): Document get_set_string and
5113 get_show_string methods.
5114
5115 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5116
5117 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5118
5119 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5120 circular-trace-buffer name.
5121
5122 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5123
5124 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5125 in the previous change.
5126
5127 2011-02-27 Michael Snyder <msnyder@vmware.com>
5128
5129 * gdb.texinfo (Inferiors and Programs): Update commands to show
5130 that they can accept multiple arguments.
5131
5132 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5133
5134 Revert the following patch (code patch was not approved):
5135 2011-02-21 Hui Zhu <teawater@gmail.com>
5136 * agentexpr.texi (bytecode descriptions): add printf.
5137 * gdb.texinfo (tracepoint action lists): add printf.
5138
5139 2011-02-23 Doug Evans <dje@google.com>
5140
5141 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5142
5143 2011-02-23 Michael Snyder <msnyder@vmware.com>
5144
5145 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5146 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5147 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5148
5149 2011-02-22 Doug Evans <dje@google.com>
5150
5151 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5152 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5153 add description of result, fix @defun formatting.
5154
5155 2011-02-21 Hui Zhu <teawater@gmail.com>
5156
5157 * agentexpr.texi (Bytecode Descriptions): Add printf.
5158 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5159
5160 2011-02-18 Tom Tromey <tromey@redhat.com>
5161
5162 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5163
5164 2011-02-14 Michael Snyder <msnyder@vmware.com>
5165
5166 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5167 Document new command "thread find".
5168
5169 2011-02-14 Michael Snyder <msnyder@vmware.com>
5170
5171 * gdb.texinfo (Threads): Update example of new thread message.
5172
5173 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5174
5175 * gdb.texinfo (Remote Configuration): Mention set/show remote
5176 traceframe-info.
5177 (Tools/Packages Optional for Building GDB): Mention that expat is
5178 used for traceframe info.
5179 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5180 (General Query Packets) <qSupported>: Describe the
5181 qXfer:traceframe-info:read feature.
5182 (qXfer::read): Describe qXfer:traceframe-info:read.
5183 (Traceframe Info Format): New section.
5184
5185 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5186
5187 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5188 for casts and unary operators.
5189
5190 2011-02-04 Tom Tromey <tromey@redhat.com>
5191
5192 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5193 is not useful.
5194
5195 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5196
5197 * gdb.texinfo: s/value optimized out/optimized out/g
5198
5199 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5200
5201 * gdb.texinfo (Other Misc Settings): Rework part of the
5202 documentation of the "set interactive mode" command.
5203
5204 2011-01-19 Tom Tromey <tromey@redhat.com>
5205
5206 * gdb.texinfo (Threads): Document thread name output and `thread
5207 name' command.
5208 (Threads In Python): Document Thread.name attribute.
5209 (GDB/MI Thread Commands): Document thread attributes.
5210
5211 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5212
5213 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5214 changes in mi/mi-cmd-disas.c
5215
5216 2011-01-12 Tom Tromey <tromey@redhat.com>
5217
5218 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5219 Fix "thread apply" text.
5220
5221 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5222 Thiago Jung Bauermann <bauerman@br.ibm.com>
5223
5224 Implement support for PowerPC BookE ranged watchpoints.
5225 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5226 the "set powerpc exact-watchpoints" flag.
5227
5228 2011-01-07 Tom Tromey <tromey@redhat.com>
5229
5230 * gdb.texinfo (Python API): Add descriptions to @menu items.
5231
5232 2011-01-06 Tom Tromey <tromey@redhat.com>
5233
5234 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5235
5236 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5237
5238 * gdb.texinfo (Debugging Output): Document "set debug jit".
5239
5240 2011-01-06 Tom Tromey <tromey@redhat.com>
5241
5242 PR python/12133:
5243 * gdb.texinfo (Frames In Python): Document various frame
5244 constants.
5245
5246 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5247
5248 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5249 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5250 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5251
5252 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5253
5254 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5255 (clean): Add GDBvn.texi.
5256
5257 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5258
5259 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5260 occasional case where the debugger prints an array address
5261 instead of the array itself.
5262
5263 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5264
5265 * gdb.texinfo (Packets) <read registers packet>: Document support
5266 for registers that were not collected.
5267
5268 2010-12-15 Doug Evans <dje@google.com>
5269
5270 * gdb.texinfo (Startup): Document auto-loading of scripts during
5271 startup.
5272 (Auto-loading): Delete "maint set python auto-load on|off".
5273 Add "set auto-load-scripts on|off".
5274
5275 2010-12-07 Doug Evans <dje@google.com>
5276
5277 * gdb.texinfo (Mode Options): Document -data-directory.
5278 (Data Files): Add reference to -data-directory.
5279
5280 2010-11-29 Doug Evans <dje@google.com>
5281
5282 * gdb.texinfo (Pretty-Printer Introduction): Change
5283 printer-name:subprinter-name to printer-name;subprinter-name.
5284
5285 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5286
5287 PR python/12199
5288
5289 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5290
5291 2010-11-23 Tom Tromey <tromey@redhat.com>
5292
5293 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5294 (Editing): Likewise.
5295 (Command History): Likewise.
5296 (TUI Keys): Likewise.
5297 (Bug Reporting): Conditionally include rluser.texi and
5298 inc-history.texinfo.
5299 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5300 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5301 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5302 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5303 (gdb.pdf): Likewise.
5304 (gdb.info): Likewise.
5305 (gdb/index.html): Likewise.
5306
5307 2010-11-23 Tom Tromey <tromey@redhat.com>
5308
5309 * Makefile.in (Makefile): Run ../config.status.
5310 (distclean): Update.
5311 * configure: Remove.
5312 * configure.ac: Remove.
5313
5314 2010-11-12 Tom Tromey <tromey@redhat.com>
5315
5316 * gdb.texinfo (Basic Python): Update. Add xref.
5317 (Exception Handling): Document new exception classes.
5318 (Types In Python): Update.
5319 (Frames In Python): Update.
5320
5321 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5322
5323 * gdb.texinfo (Breakpoints In Python): Document "internal"
5324 parameter, and visible attribute.
5325
5326 2010-11-05 Doug Evans <dje@google.com>
5327
5328 * gdb.texinfo (Source Path): Document "set directories".
5329
5330 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5331
5332 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5333 (OpenCL C): New node.
5334
5335 2010-11-02 Doug Evans <dje@google.com>
5336
5337 * gdb.texinfo (Pretty Printing): Expand into three sections,
5338 introduction, example, and commands.
5339 (Python API): Delete section Disabling Pretty-Printers, merge into
5340 Selecting Pretty-Printers.
5341 (Writing a Pretty-Printer): New section. Move the pretty-printer
5342 example here, and reformat to match python coding style. Add a second
5343 example using the gdb.printing module.
5344 (Python modules): Add gdb.printing.
5345
5346 2010-10-29 Doug Evans <dje@google.com>
5347
5348 * gdb.texinfo (Python): Fix long line.
5349
5350 2010-10-20 Doug Evans <dje@google.com>
5351
5352 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5353 All references updated. Correct sections marked as subsections.
5354 (Coding Standards): New chapter. Move the coding standard related
5355 subsections here. Add section on Python coding standards.
5356
5357 2010-10-13 Doug Evans <dje@google.com>
5358
5359 * gdb.texinfo (Python): Add "Python modules".
5360 (Types in Python): Add reference to gdb.types section.
5361 (Python modules): New node.
5362
5363 2010-10-11 Doug Evans <dje@google.com>
5364
5365 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5366 Python" from gdb.Value.type description.
5367
5368 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5369
5370 * gdb.texinfo (Ravenscar Profile): New node.
5371
5372 2010-09-22 Tom Tromey <tromey@redhat.com>
5373
5374 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5375
5376 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5377
5378 * gdb.texinfo (Values From Inferior): Clarify that
5379 value.dynamic_type works only in C++ programs with RTTI.
5380
5381 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5382
5383 * gdb.texinfo (Character Sets): Correctly reference host-charset
5384 in example.
5385
5386 2010-09-13 Tom Tromey <tromey@redhat.com>
5387
5388 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5389 Document "fullname" and "from".
5390
5391 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5392
5393 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5394 feature `reverse' output by -list-target-features.
5395
5396 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5397
5398 * gdb.texinfo (i386 Features): Remove an extra "@item".
5399
5400 2010-08-30 Tom Tromey <tromey@redhat.com>
5401
5402 PR python/11792:
5403 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5404
5405 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5406
5407 * gdb.texinfo (ARM Features): Document
5408 org.gnu.gdb.arm.m-profile.
5409
5410 2010-08-23 Tom Tromey <tromey@redhat.com>
5411
5412 PR python/11145:
5413 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5414 reinterpret_cast methods.
5415
5416 2010-08-23 Tom Tromey <tromey@redhat.com>
5417
5418 PR python/11915:
5419 * gdb.texinfo (Types In Python): Document array method.
5420
5421 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5422
5423 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5424
5425 2010-08-16 Tom Tromey <tromey@redhat.com>
5426
5427 * gdb.texinfo (Set Watchpoints): Document -location option.
5428
5429 2010-08-13 Doug Evans <dje@google.com>
5430
5431 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5432
5433 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5434
5435 * gdb.texinfo (GDB/MI Data Manipulation): Document
5436 -data-read-memory-raw and -data-write-memory-raw.
5437
5438 2010-08-11 Tom Tromey <tromey@redhat.com>
5439 Phil Muldoon <pmuldoon@redhat.com>
5440
5441 * gdb.texinfo (Basic Python): Describe post_event API.
5442
5443 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5444
5445 * gdb.texinfo (Basic Python): Describe solib_address and
5446 decode_line Python APIs
5447
5448 2010-08-10 Tom Tromey <tromey@redhat.com>
5449
5450 * gdb.texinfo (Pretty Printing API): Document
5451 gdb.default_visualizer.
5452
5453 2010-08-10 Tom Tromey <tromey@redhat.com>
5454
5455 Revert gdb-add-index addition:
5456 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5457
5458 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5459 Eli Zaretskii <eliz@gnu.org>
5460
5461 * gdb.texinfo (Mode Options) <-batch>
5462 (Basic Python) <gdb.execute>: Describe setting width and height.
5463
5464 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5465
5466 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5467
5468 2010-07-30 Tom Tromey <tromey@redhat.com>
5469
5470 * gdb.texinfo (Index Files): Mention gdb-add-index.
5471
5472 2010-07-30 Hui Zhu <teawater@gmail.com>
5473
5474 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5475 "detach inferior" and "kill inferior".
5476
5477 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5478
5479 * gdb.texinfo (Machine Code): Update description of two forms of
5480 arguments, and add new example to demonstrate the new form.
5481
5482 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5483
5484 * gdb.texinfo (Values From Inferior): Add value inferior function
5485 call description.
5486
5487 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5488
5489 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5490
5491 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5492 Eli Zaretskii <eliz@gnu.org>
5493
5494 Make core files the process_stratum.
5495 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5496 record_stratum example.
5497
5498 2010-07-13 Tom Tromey <tromey@redhat.com>
5499
5500 * gdb.texinfo (Index Files): New node.
5501
5502 2010-07-13 Tom Tromey <tromey@redhat.com>
5503
5504 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5505
5506 2010-07-13 Tom Tromey <tromey@redhat.com>
5507
5508 * gdb.texinfo (Specify Location): Document labels.
5509
5510 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5511
5512 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5513 entries for fast tracepoints and static tracepoints.
5514
5515 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5516
5517 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5518 qsThreadInfo>: Spell out `l' as ell.
5519
5520 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5521
5522 * gdb.texinfo (Convenience Variables): Document $_sdata.
5523 (Commands to Set Tracepoints): Describe static tracepoints. Add
5524 `Listing Static Tracepoint Markers' menu entry. Document
5525 "strace".
5526 (Tracepoint Action Lists): Document collecting $_sdata.
5527 (Listing Static Tracepoint Markers): New subsection.
5528 (Tracepoints support in gdbserver): Mention static tracepoints.
5529 (remote packets, enabling and disabling): Mention
5530 read-sdata-object.
5531 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5532 and StaticTracepoint.
5533 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5534 Document qXfer:sdata:read.
5535 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5536
5537 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5538
5539 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5540
5541 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5542 Tom Tromey <tromey@redhat.com>
5543 Thiago Jung Bauermann <bauerman@br.ibm.com>
5544
5545 * gdb.texinfo (Inferiors In Python): New node.
5546 * gdb.texinfo (Threads In Python): New node.
5547
5548 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5549
5550 * gdb.texinfo (Python): Document what the python directory is
5551 and what its location is.
5552 (Basic Python): Document the gdb.PYTHONDIR constant.
5553
5554 2010-06-25 Tom Tromey <tromey@redhat.com>
5555
5556 PR python/10808:
5557 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5558
5559 2010-06-24 Hui Zhu <teawater@gmail.com>
5560
5561 * gdb.texinfo: (Commands for Controlled Output): Add
5562 documentation for command "eval".
5563
5564 2010-06-21 Stan Shebs <stan@codesourcery.com>
5565
5566 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5567 * annotate.texinfo: Ditto.
5568 * gdbint.texinfo: Ditto.
5569 * stabs.texinfo: Ditto.
5570
5571 2010-06-22 Hui Zhu <teawater@gmail.com>
5572
5573 * gdb.texinfo: (Process Record and Replay): Add documentation
5574 for command "set record memory-query".
5575
5576 2010-06-21 Stan Shebs <stan@codesourcery.com>
5577
5578 * gdb.texinfo: Relicense under GFDL version 1.3.
5579 * annotate.texinfo: Relicense under GFDL version 1.3.
5580 * gdbint.texinfo: Relicense under GFDL version 1.3.
5581 * stabs.texinfo: Relicense under GFDL version 1.3.
5582 * fdl.texi: Update to version 1.3.
5583
5584 2010-06-18 Stan Shebs <stan@codesourcery.com>
5585
5586 * gdb.texinfo (Operating System Auxiliary Information): Describe
5587 "info os" when no arguments given.
5588
5589 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5590 $_thread.
5591
5592 2010-06-18 Hui Zhu <teawater@gmail.com>
5593
5594 * gdb.texinfo: (Process Record and Replay): Add documentation
5595 for commands "record save" and "record restore".
5596
5597 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5598
5599 * gdb.texinfo: Include information about the correct use
5600 of addresses in the `watch' command.
5601
5602 2010-06-11 Stan Shebs <stan@codesourcery.com>
5603
5604 * gdb.texinfo (Observer Mode): New section.
5605 (General Query Packets): Document QAllow.
5606
5607 2010-06-04 Doug Evans <dje@google.com>
5608
5609 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5610
5611 2010-06-03 Doug Evans <dje@google.com>
5612
5613 * gdbint.texinfo (Coding): Add subsection on command names.
5614
5615 2010-06-02 Tom Tromey <tromey@redhat.com>
5616
5617 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5618 always-disassemble.
5619
5620 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5621
5622 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5623 gdbserver, and add cross reference.
5624 (Tracepoints support in gdbserver): New subsection.
5625
5626 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5627
5628 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5629 `qRelocInsn' feature.
5630 (Relocate instruction reply packet): New subsection
5631 of `Tracepoint Packets'.
5632 (Tracepoint Packets): Mention that packets QTDP and QTStart
5633 support the qRelocInsn request, and add cross reference to new
5634 subsection.
5635
5636 2010-05-25 Doug Evans <dje@google.com>
5637
5638 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5639 (Commands In Python): Document gdb.string_to_argv.
5640
5641 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5642
5643 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5644 ATTR_NORETURN.
5645
5646 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5647 Tom Tromey <tromey@redhat.com>
5648 Thiago Jung Bauermann <bauerman@br.ibm.com>
5649
5650 * gdb.texinfo (Parameters In Python): New Node.
5651
5652 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5653
5654 * gdb.texinfo: (Summary) Add mention about D language support.
5655 (Filenames): Add D suffixes.
5656 (D): New node.
5657
5658 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5659
5660 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5661 of macro deleted from GDB code.
5662
5663 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5664
5665 * gdb.texinfo (Commands to specify files): Describe what how GDB
5666 looks up DOS-based filesystem paths on the system root. Document
5667 the new `set/show target-file-system-kind' commands.
5668
5669 2010-04-23 Doug Evans <dje@google.com>
5670
5671 * gdb.texinfo (Python): Move Auto-loading section here ...
5672 (Python API): from here.
5673 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5674 (Maintenance Commands): Add docs for "maint print section-scripts".
5675
5676 2010-04-20 Chris Moller <cmoller@redhat.com>
5677
5678 * gdb.texinfo (Setting Breakpoints): Added description of
5679 filename-qualified rbreak.
5680 * refcard.tex (Breakpoints and Watchpoints): Added brief
5681 description of filename-qualified rbreak.
5682
5683 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5684
5685 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5686 (Python API): Change the reference to Pretty Printing API.
5687 (Pretty Printing): Move the user part under the Data node. Reformat
5688 the sample output to 72 columns. Create a new reference to Pretty
5689 Printing API. Rename the API part ...
5690 (Pretty Printing API): To a new node name.
5691 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5692 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5693
5694 2010-04-21 Stan Shebs <stan@codesourcery.com>
5695
5696 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5697 and commands.
5698 (Listing Tracepoints): Update to reflect current behavior.
5699
5700 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5701
5702 * gdb.texinfo (Examining memory): Update for change in string
5703 display with explicit size.
5704
5705 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5706
5707 PR breakpoints/8554.
5708
5709 * gdb.texinfo (Save Breakpoints): New node.
5710 (save-tracepoints): Rename to ...
5711 (save tracepoints): ... this. Mention that `save-tracepoints' is
5712 a deprecated alias to `save tracepoints'.
5713
5714 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5715
5716 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5717 (info w32 thread-information-block): Document new command.
5718 (qGetTIBAddress): Document new gdbserver query.
5719 (maint set/show show-all-tib): Document new command.
5720
5721 2010-04-15 Doug Evans <dje@google.com>
5722
5723 * gdb.texinfo (Python API): Add progspaces section.
5724 (Selecting Pretty-Printers): Progspace pretty-printers are
5725 searched too.
5726 (Progspaces In Python): New section.
5727
5728 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5729
5730 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5731
5732 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5733 returns None.
5734
5735 2010-04-09 Stan Shebs <stan@codesourcery.com>
5736
5737 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5738 Describe the `frames-created' field, tweak grammar.
5739
5740 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5741
5742 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5743 Describe the `circular' and `disconnected' fields.
5744
5745 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5746
5747 * gdb.texinfo (maint print registers): Mention unavailable and
5748 invisible registers.
5749
5750 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5751 Thiago Jung Bauermann <bauerman@br.ibm.com>
5752 Tom Tromey <tromey@redhat.com>
5753
5754 * gdb.texinfo (Breakpoints In Python): New Node.
5755
5756 2010-04-08 Stan Shebs <stan@codesourcery.com>
5757
5758 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5759 trace status fields.
5760
5761 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5762
5763 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5764 optional. Make org.gnu.gdb.i386.avx requires
5765 org.gnu.gdb.i386.avx.
5766
5767 2010-04-08 Doug Evans <dje@google.com>
5768
5769 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5770 search path, and document that gdb only scans the search path if
5771 the script's path doesn't specify a directory.
5772
5773 2010-04-05 Doug Evans <dje@google.com>
5774
5775 * gdb.texinfo (maint show python auto-load): Fix typo.
5776
5777 2010-04-04 Stan Shebs <stan@codesourcery.com>
5778
5779 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5780 (Setting Watchpoints): Update description of "info watch".
5781 (Disabling Breakpoints): Only "info break" lists all.
5782
5783 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5784 (tdump): Explain how tdump works.
5785
5786 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5787
5788 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5789 add cross reference.
5790
5791 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5792
5793 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5794 commands error out.
5795
5796 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5797
5798 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5799
5800 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5801
5802 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5803
5804 2010-03-29 Stan Shebs <stan@codesourcery.com>
5805 Nathan Sidwell <nathan@codesourcery.com>
5806
5807 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5808 GDBN equivalent.
5809 (Set Tracepoints): Remove mention that conditional tracepoints
5810 don't exist.
5811 (Tracepoint Actions): Clarify when while-stepping collection
5812 happens, note that while-stepping does not automatically collect
5813 $pc.
5814
5815 2010-03-29 Stan Shebs <stan@codesourcery.com>
5816
5817 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5818 (General Query Packets): Describe TracepointSource.
5819
5820 2010-03-27 Matt Rice <ratmice@gmail.com>
5821
5822 * gdb.texinfo (ARM): Document arguments to "target sim".
5823 (Set Catchpoints): Use @dots{} instead of @r{...}.
5824
5825 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5826
5827 * gdb.texinfo (Tracepoint Packets): Remove mention that
5828 terror:string may be plain text, and drop mention of X prefix.
5829
5830 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5831
5832 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5833
5834 2010-03-24 Stan Shebs <stan@codesourcery.com>
5835
5836 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5837
5838 2010-03-24 Tom Tromey <tromey@redhat.com>
5839
5840 PR breakpoints/9352:
5841 * gdb.texinfo (Break Commands): Update.
5842
5843 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5844
5845 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5846 commands.
5847
5848 2010-03-16 Stan Shebs <stan@codesourcery.com>
5849
5850 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5851 circular-trace-buffer.
5852 (Tracepoint Packets): Describe QTBuffer, and details of the
5853 qTStatus reply.
5854
5855 2010-03-12 Stan Shebs <stan@codesourcery.com>
5856 Nathan Sidwell <nathan@codesourcery.com>
5857
5858 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5859 doing instruction stepping.
5860 (Tracepoint Restrictions): New node.
5861
5862 2010-03-10 Tom Tromey <tromey@redhat.com>
5863
5864 * gdbint.texinfo (Symbol Handling): Update.
5865
5866 2010-03-08 Tom Tromey <tromey@redhat.com>
5867
5868 PR cli/9591:
5869 * gdb.texinfo (Mode Options): Mention lack of pagination and
5870 confirmation with --batch.
5871 (Screen Size): Mention --batch.
5872 (Messages/Warnings): Likewise.
5873
5874 2010-03-05 Tom Tromey <tromey@redhat.com>
5875
5876 * gdb.texinfo (Basic Python): Document target_charset and
5877 target_wide_charset.
5878
5879 2010-03-05 Tom Tromey <tromey@redhat.com>
5880
5881 * gdb.texinfo (Data): Link to pretty-printing.
5882 (Output Formats): Likewise. Correct text.
5883
5884 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5885
5886 * gdb.texinfo (Types): Describe <struct> and <flags>.
5887
5888 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5889
5890 * gdb.texinfo (Frames In Python): Add block parameter and
5891 description to read_var text.
5892
5893 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5894 Tom Tromey <tromey@redhat.com>
5895
5896 * gdb.texinfo (Types In Python): Describe block argument in
5897 template_argument and gdb.lookup_type.
5898
5899 2010-02-24 Tom Tromey <tromey@redhat.com>
5900
5901 * gdb.texinfo (Cygwin Native): Fix typo.
5902
5903 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5904
5905 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5906 and select method descriptions.
5907 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5908 Tables in Python to menu.
5909 (Blocks In Python): New node.
5910 (Symbols In Python): New node.
5911 (Symbol Tables in Python): New node.
5912
5913 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5914
5915 Multiexec MI
5916
5917 gdb/
5918 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5919
5920 gdb/doc/
5921 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5922 changes.
5923 (GDB/MI Program Execution): Document current behaviour of
5924 --all and --thread-group.
5925 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5926 -remove-inferior.
5927 * observer.texi (inferior_added, inferior_removed): New
5928 observers.
5929
5930 2010-02-19 Tom Tromey <tromey@redhat.com>
5931
5932 * gdbint.texinfo (Getting Started): Fix @node.
5933 (Debugging GDB): Likewise.
5934
5935 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5936
5937 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5938 documenting the gdb_test_timeout variable.
5939
5940 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5941
5942 * gdb.texinfo (MI commands): Added documentation of --reverse
5943 option to a set of MI commands. Restructured documentation of MI
5944 commands --exec-continue to reflect the complexity of reverse
5945 execution.
5946
5947 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5948
5949 * gdb.texinfo (Using the Collected Data): Specify that the address
5950 range of `tfind outsize' is exclusive, and that the address range
5951 of `tfind range' is inclusive.
5952 (Tracepoint Packets): Specify that the address range of
5953 `QTFrame:range' is inclusive, and that the address range of
5954 `QTFrame:outside' is exclusive
5955
5956 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5957
5958 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5959
5960 2010-02-10 Tom Tromey <tromey@redhat.com>
5961
5962 * gdb.texinfo (Debugging Output): Document set debug parser and
5963 show debug parser.
5964
5965 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5966
5967 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5968 i386_eflags and i386_mxcsr.
5969
5970 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5971
5972 * gdb.texinfo: Document i386 target features.
5973
5974 2010-02-05 Doug Evans <dje@google.com>
5975
5976 * gdbint.texinfo (Testsuite): Add a new section to document the
5977 various DejaGnu variables that may be overridden.
5978 Document INTERNAL_GDBFLAGS.
5979
5980 2010-02-04 Tom Tromey <tromey@redhat.com>
5981
5982 PR cli/8830:
5983 * gdb.texinfo (Files): -readnow comes before the filename for file
5984 and symbol-file.
5985
5986 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5987
5988 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5989 Document ARM breakpoint types.
5990 (Register Packet Format): Move into the new section.
5991 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5992
5993 2010-01-21 Joel Brobecker <brobecker@adacore.com>
5994
5995 * gdb.texinfo (File Options): Adjust the documentation of this
5996 switch to refer to the "source" command rather than partially
5997 duplicating some of the relevant information.
5998 (Extending GDB): Introduce and document the set/show script-extension
5999 setting.
6000 (Command Files): Add note explaining that the "source" command
6001 is also used to evalute scripts written in other languages.
6002 Remove the short slightly incorrect reference to sourcing Python
6003 scripts.
6004 (Python Commands): Document how to execute a Python script from GDB.
6005
6006 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6007
6008 * gdb.texinfo (Command Files): Fix typo.
6009
6010 2010-01-18 Tom Tromey <tromey@redhat.com>
6011
6012 * gdb.texinfo (File Options): Document -x on .py files.
6013 (Command Files): Document handling of Python scripts.
6014
6015 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6016
6017 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6018
6019 2010-01-15 Stan Shebs <stan@codesourcery.com>
6020
6021 * gdb.texinfo (Trace Files): New section.
6022 (Tracepoint Packets): Document QTSave and qTBuffer.
6023 (Trace File Format): New appendix.
6024
6025 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6026
6027 * gdb.texinfo (Values From Inferior): Document lazy_string value
6028 method.
6029 (Python API): Add Lazy strings menu item.
6030 (Lazy Strings In Python): New node.
6031
6032 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6033
6034 * gdb.texinfo (GDB/MI Thread Information): New.
6035 (GDB/MI Async Records): Document the core field in *stopped.
6036 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6037 documentation
6038 (Process list): Document that osdata document may contain
6039 threads.
6040 (Remote Serial Protocol): Document qXfer:threads.
6041
6042 2010-01-06 Stan Shebs <stan@codesourcery.com>
6043
6044 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6045 disconnected tracing.
6046 (Tracepoint Packets): Document new protocol.
6047
6048 2010-01-05 Stan Shebs <stan@codesourcery.com>
6049
6050 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6051 tracepoints.
6052 (Tracepoint Packets): Describe remote protocol for fast
6053 tracepoints.
6054
6055 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6056
6057 Update the "Start of New Year Procedure".
6058 * gdbint.texinfo: Add the list of files that need to be updated
6059 manually. Minor reformatting.
6060
6061 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6062
6063 * refcard.tex: Update copyright year in header and text.
6064
6065 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6066
6067 * agentexpr.texi: Add 2010 to the list of copyright years.
6068 * annotate.texinfo: Likewise.
6069 * gdb.texinfo: Likewise.
6070 * gdbint.texinfo: Likewise.
6071 * observer.texi: Likewise.
6072 * stabs.texinfo: Likewise.
6073
6074 2009-12-31 Stan Shebs <stan@codesourcery.com>
6075
6076 * gdb.texinfo (Tracepoint Actions): Describe teval.
6077
6078 2009-12-29 Stan Shebs <stan@codesourcery.com>
6079
6080 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6081
6082 2009-12-28 Stan Shebs <stan@codesourcery.com>
6083
6084 * gdb.texinfo (Trace State Variables): New section.
6085 (Tracepoint Packets): Describe trace state variable packets.
6086 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6087 variable bytecodes.
6088
6089 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6090
6091 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6092 declarations.
6093
6094 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6095
6096 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6097 -gdb-exit behaviour.
6098
6099 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6100
6101 * gpl.texi: Update to version 3 of the GPL.
6102
6103 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6104
6105 * Makefile.in: Update copyright header.
6106 * observer.texi: Fix the copyright header of the generated files.
6107
6108 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6109
6110 * gdb.texinfo (Types In Python): Describe range function.
6111
6112 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6113
6114 * gdb.texinfo (Types In Python): Describe "is_base_class".
6115
6116 2009-12-03 Tom Tromey <tromey@redhat.com>
6117
6118 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6119
6120 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6121
6122 * observer.texi: New memory_changed observer.
6123
6124 2009-12-01 Tom Tromey <tromey@redhat.com>
6125
6126 * gdb.texinfo (Reverse Execution): Fix typo.
6127
6128 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6129
6130 PR gdb/8704
6131
6132 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6133 are allowed after the breakpoint condition.
6134
6135 2009-11-23 Tom Tromey <tromey@redhat.com>
6136
6137 PR python/10782:
6138 * gdb.texinfo (Types In Python): Document Type.pointer.
6139
6140 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6141
6142 * gdb.texinfo (Machine Code): Adjust.
6143
6144 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6145
6146 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6147 (Using Agent Expressions): Delete cross reference.
6148
6149 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6150
6151 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6152 and @settitle directives up to help makeinfo find them.
6153
6154 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6155
6156 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6157 (Auto-loading): Use plural and note one can use multiple components now.
6158
6159 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6160
6161 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6162 -stack-list-arguments have the same documentation for parameter
6163 as -stack-list-locals. Add comas.
6164
6165 2009-10-27 Tom Tromey <tromey@redhat.com>
6166 Eli Zaretskii <eliz@gnu.org>
6167
6168 PR python/10781
6169
6170 * gdb.texinfo (Values From Inferior): Document cast method.
6171
6172 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6173
6174 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6175 and adjust example.
6176
6177 2009-10-22 Michael Snyder <msnyder@vmware.com>
6178
6179 * gdb.texinfo (Process Record and Replay): Document new form of
6180 info record command. Also document the new save and restore
6181 commands.
6182
6183 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6184
6185 * gdb.texinfo (Machine Code): Mention current pc marker.
6186 (Memory): Likewise.
6187
6188 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6189 Stan Shebs <stan@codesourcery.com>
6190
6191 * observer.texi (new_inferior): Rename to...
6192 (inferior_appeared): ... this.
6193
6194 * gdb.texinfo (Inferiors): Rename node to ...
6195 (Inferiors and Programs): ... this. Mention running multiple
6196 programs in the same debug session.
6197 <info inferiors>: Mention the new 'Executable' column if "info
6198 inferiors". Update examples. Document the "add-inferior",
6199 "clone-inferior", "remove-inferior" and "maint info
6200 program-spaces" commands.
6201 (Process): Rename node to...
6202 (Forks): ... this. Document "set|show follow-exec-mode".
6203
6204 2009-10-11 Michael Snyder <msnyder@vmware.com>
6205
6206 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6207 (ReverseContinue): Ditto.
6208
6209 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6210
6211 * gdb.texinfo (Server): Document libthread-db-search-path.
6212
6213 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6214
6215 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6216
6217 2009-10-06 Michael Eager <eager@eagercon.com>
6218
6219 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6220 (Embedded Processors): Add MicroBlaze.
6221 (MicroBlaze): New. Describe Xilinx MicroBlaze
6222
6223 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6224
6225 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6226
6227 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6228
6229 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6230
6231 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6232
6233 * observer.texi (solib_unloaded): Document explicitly the fact that
6234 this observer is called before the associated symbols are unloaded.
6235
6236 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6237
6238 * gdb.texinfo: Escape "{" and "}".
6239
6240 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6241
6242 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6243 -stack-list-variables.
6244
6245 2009-09-18 Tom Tromey <tromey@redhat.com>
6246
6247 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6248 is experimental.
6249
6250 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6251
6252 * gdb.texinfo (convenince variables): Mention
6253 $_siginfo could be empty.
6254
6255 2009-09-15 Tom Tromey <tromey@redhat.com>
6256
6257 * gdb.texinfo (GDB/MI Variable Objects): Document
6258 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6259 Expand -var-update documentation.
6260
6261 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6262
6263 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6264 feature.
6265
6266 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6267
6268 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6269
6270 2009-09-10 Michael Snyder <msnyder@vmware.com>
6271
6272 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6273 ReverseStep replies to the qSupported query.
6274
6275 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6276
6277 Add documentation for set/show interactive-mode.
6278 * gdb.texinfo (Other Misc Settings): New node.
6279
6280 2009-09-01 Doug Evans <dje@google.com>
6281
6282 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6283 non-stop mode's affect on remote caching.
6284
6285 2009-08-31 Jacob Potter <jdpotter@google.com>
6286 Doug Evans <dje@google.com>
6287
6288 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6289 Mark `set/show remotecache' options as obsolete.
6290 Document new `set/show stack-cache' option.
6291 Update text for `info dcache'.
6292
6293 2009-08-27 Doug Evans <dje@google.com>
6294
6295 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6296 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6297
6298 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6299
6300 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6301 about autoconf.
6302
6303 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6304
6305 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6306 small example, and describe its columns. Replace "inferior-id" by
6307 "infno" throughout.
6308
6309 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6310
6311 * gdbint.texinfo (Releasing GDB): Point to
6312 README-maintainer-mode file for required autoconf version.
6313 * configure.ac: Do not substitute datarootdir, htmldir,
6314 pdfdir, docdir. Do not process --with-datarootdir,
6315 --with-htmldir, --with-pdfdir, --with-docdir.
6316 * configure: Regenerate.
6317
6318 * configure: Regenerate.
6319
6320 2009-08-20 Reid Kleckner <reid@kleckner.net>
6321
6322 * gdb.texinfo: Add chapter on JIT interface.
6323
6324 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6325
6326 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6327 confirmation request.
6328
6329 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6330
6331 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6332 CRC definitions.
6333
6334 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6335
6336 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6337 -break-commands.
6338
6339 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6340
6341 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6342 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6343
6344 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6345
6346 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6347 "set spu stop-on-load" and "show spu stop-on-load" commands.
6348
6349 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6350
6351 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6352
6353 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6354
6355 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6356 org.gnu.gdb.arm.neon.
6357
6358 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6359
6360 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6361 optional element.
6362 (subsection OS ABI): New subsection.
6363
6364 2009-07-14 Stan Shebs <stan@codesourcery.com>
6365
6366 * gdb.texinfo (Tracepoint Conditions): New section.
6367 (General Query Packets): Describe ConditionalTracepoints.
6368 (Tracepoint Packets): Describe condition field.
6369 (Maintenance Commands): Describe maint agent-eval.
6370 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6371
6372 2009-07-11 Hui Zhu <teawater@gmail.com>
6373
6374 * gdb.texinfo (disassemble): Add a new modifier /r
6375 to "disassemble" command to make it print the raw instructions
6376 in hex as well as in symbolic form.
6377
6378 2009-07-09 Tom Tromey <tromey@redhat.com>
6379
6380 * gdbint.texinfo (Testsuite): Document parallel make check.
6381
6382 2009-07-09 Tom Tromey <tromey@redhat.com>
6383
6384 * gdbint.texinfo (Testsuite): Document test transcripts.
6385
6386 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6387
6388 * gdb.texinfo (Values From Inferior): Add length parameter
6389 description.
6390
6391 2009-07-04 Chris Genly <chris@genly.us>
6392
6393 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6394 in -var-list-children. Fix example according to what the code
6395 does.
6396
6397 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6398
6399 * gdb.texinfo (Debugging multiple inferiors): Document the
6400 "inferior", "detach inferior" and "kill inferior" commands.
6401 (Debugging Programs with Multiple Processes): Adjust to mention
6402 generic "inferior" commands. Delete mention of "detach fork" and
6403 "delete fork". Cross reference to "Debugging multiple inferiors"
6404 section.
6405
6406 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6407
6408 * gdbint.texinfo (Item Output Functions): Update signature
6409 for ui_out_field_core_addr.
6410
6411 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6412
6413 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6414 Update example code extrated from breakpoint.c.
6415
6416 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6417
6418 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6419 MI commands.
6420 (GDB/MI Symbol Query): Likewise.
6421 (GDB/MI File Commands): Likewise.
6422 (GDB/MI File Transfer Commands): Likewise.
6423 (GDB/MI Target Manipulation): Likewise.
6424 (GDB/MI Miscellaneous Commands): Likewise.
6425
6426 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6427
6428 * gdb.texinfo (Debugging Optimized Code): New chapter.
6429 (Compiling for Debugging): Reference it. Move some
6430 text to the new section.
6431
6432 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6433
6434 * doc/gdb.texinfo (Calling): Document
6435 set-unwind-on-terminating-exception usage.
6436
6437 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6438
6439 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6440 command.
6441
6442 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6443
6444 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6445 references.
6446
6447 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6448
6449 * gdbint.texinfo: Rename formal parameters to gdbarch function
6450 protoypes from "current_gdbarch" to "gdbarch".
6451
6452 2009-05-28 Tom Tromey <tromey@redhat.com>
6453
6454 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6455
6456 2009-05-27 Tom Tromey <tromey@redhat.com>
6457
6458 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6459 feature.
6460 (GDB/MI Variable Objects): Document -var-set-visualizer.
6461
6462 2009-04-02 Tom Tromey <tromey@redhat.com>
6463
6464 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6465 feature.
6466 (GDB/MI Variable Objects): Document -var-set-visualizer.
6467
6468 2009-05-27 Tom Tromey <tromey@redhat.com>
6469 Thiago Jung Bauermann <bauerman@br.ibm.com>
6470 Phil Muldoon <pmuldoon@redhat.com>
6471
6472 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6473 (Pretty Printing): New node.
6474 (Selecting Pretty-Printers): Likewise.
6475 (Python API): Update.
6476 (Output Formats): Document /r format.
6477
6478 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6479 Tom Tromey <tromey@redhat.com>
6480
6481 * gdb.texinfo (Types In Python): New node.
6482 (Values From Inferior): "type" is now an attribute.
6483 (Python API): Update.
6484
6485 2009-05-27 Tom Tromey <tromey@redhat.com>
6486 Thiago Jung Bauermann <bauerman@br.ibm.com>
6487 Phil Muldoon <pmuldoon@redhat.com>
6488
6489 * gdb.texinfo: Add @syncodeindex for `tp'.
6490 (Python API): Update.
6491 (Auto-loading): New node.
6492 (Objfiles In Python): New node.
6493
6494 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6495
6496 * gdb.texinfo (Threads): Document libthread-db-search-path.
6497
6498 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6499
6500 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6501
6502 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6503
6504 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6505 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6506 show show-debug-regs' docs.
6507
6508 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6509
6510 * gdb.texinfo (Process Record and Replay): Add description of
6511 reverse execution.
6512
6513 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6514
6515 * gdbint.texinfo (Adding support for debugging core files): New node.
6516 (Native Debugging): Remove the ``Native core file Support'' section.
6517
6518 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6519
6520 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6521 Add index entries.
6522
6523 2009-04-30 Hui Zhu <teawater@gmail.com>
6524 Michael Snyder <msnyder@vmware.com>
6525
6526 * gdb.texinfo: (Process Record and Replay): Add documentation for
6527 process record and replay.
6528
6529 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6530
6531 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6532 a new part on command-line defined macros.
6533
6534 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6535
6536 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6537 clarify the wording.
6538
6539 2009-04-23 Tom Tromey <tromey@redhat.com>
6540
6541 * gdb.texinfo (Data Files): New node.
6542 (GDB Files): Update menu.
6543
6544 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6545
6546 * gdbint.texinfo (Defining Other Architecture Features): Remove
6547 entry for PROCESS_LINENUMBER_HOOK.
6548
6549 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6550
6551 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6552
6553 2009-04-22 Hui Zhu <teawater@gmail.com>
6554
6555 * gdb.texinfo (disassemble-next-line): Set the default of
6556 disassemble-next-line to off.
6557
6558 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6559
6560 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6561 --with-htmldir): New.
6562 * configure: Regenerate.
6563 * Makefile.in (datarootdir, docdir): Define.
6564 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6565 instead of $(SET_TEXINPUTS).
6566 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6567 gdbint.info instead of $(SET_TEXINPUTS).
6568 (gdbint/index.html): Use same -I options as for building
6569 gdbint.info.
6570 (stabs.dvi, stabs.pdf): Use same -I options as for building
6571 stabs.info instead of $(SET_TEXINPUTS).
6572 (stabs/index.html): Use same -I options as for building
6573 stabs.info.
6574 (annotate.dvi, annotate.pdf): Use same -I options as for building
6575 annotate.info instead of $(SET_TEXINPUTS).
6576 (annotate/index.html): Use same -I options as for building
6577 annotate.info.
6578
6579 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6580
6581 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6582
6583 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6584
6585 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6586
6587 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6588 Joseph Myers <joseph@codesourcery.com>
6589
6590 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6591 (MAKEHTMLFLAGS): Set to empty.
6592 (html__strip_dir): Define.
6593 (HTMLFILES): Define.
6594 (HTMLFILES_INSTALL): Define.
6595 (install-html): Copy new automake rule.
6596 (html): Depend on $(HTMLFILES).
6597 (gdb_toc.html): Rename to gdb/index.html.
6598 (gdbint_toc.html): Rename to gdbint/index.html.
6599 (stabs_toc.html): Rename to stabs/index.html.
6600 (annotate_toc.html): Rename to annotate/index.html.
6601
6602 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6603
6604 * Makefile.in: Set pdfdir and htmldir from configure
6605 substitutions.
6606 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6607 * configure: Regenerate.
6608
6609 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6610
6611 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6612 This macro is no longer used.
6613
6614 2009-04-15 Tom Tromey <tromey@redhat.com>
6615
6616 * gdb.texinfo (Character Sets): Document default character set.
6617
6618 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6619
6620 * gdbint.texinfo: Change server name from sources.redhat.com to
6621 sourceware.org throughout.
6622
6623 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6624
6625 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6626 about a missing dot or coma after @xref.
6627
6628 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6629
6630 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6631 example, and add a small explanation about it.
6632 (Print Settings): Change the documentation of the "set print
6633 frame-arguments" to reflect the fact that the default is now "scalars".
6634
6635 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6636
6637 * gdb.texinfo (Print Settings): Add kindex for command "set
6638 print frame-arguments".
6639
6640 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6641
6642 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6643 breakpoints.
6644 (Set Breaks): Add reference to thread-specific and task-specific
6645 breakpoints.
6646
6647 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6648
6649 * gdb.texinfo (Ada Tasks): Remove the documentation about
6650 the "Running" state, as this state has been eliminated.
6651 Now all runnable tasks are shown as "Runnable".
6652
6653 2009-03-30 Stan Shebs <stan@codesourcery.com>
6654
6655 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6656 special case of breakpoints.
6657 (Enable and Disable Tracepoints): Mention deprecation.
6658 (Listing Tracepoints): Update description and example.
6659
6660 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6661
6662 * gdb.texinfo (Frames in Python): New node.
6663 (Python API): Update.
6664
6665 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6666
6667 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6668 from a method to an attribute.
6669
6670 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6671
6672 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6673 attribute.
6674
6675 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6676
6677 * observer.texi (thread_exit): Add "silent" parameter.
6678
6679 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6680
6681 * observer.texi (about_to_proceed): New.
6682
6683 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6684
6685 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6686 field throughout to handle types with spaces in them. Fix typos
6687 found by aspell.
6688 (Summary, Requirements, Contributors): New first chapter,
6689 "Summary" added, old Requirements section moved there, and new
6690 section, "Contributors" added.
6691 (Initializing a New Architecture, Register Representation)
6692 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6693 (Porting gdb): These sections extended and updated.
6694 (Compiler Characteristics): This section (empty) deleted.
6695 (Defining Other Architecture Features): This section renamed and
6696 duplicate material removed from (formerly "Target Conditionals").
6697 Use braces {} in @deftypeXX type field throughout to handle types
6698 with spaces in them. Typos found by aspell fixed.
6699
6700 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6701 * stack_frame.pdf: Version of image for PDF output.
6702 * stack_frame.png: Version of image for HTML output and for Emacs.
6703 * stack_frame.txt: Version of image for Info output.
6704 * stack_frame.eps: Version of image for TeX DVI output.
6705
6706 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6707
6708 * gdb.texinfo (Character Sets): Fix last change.
6709
6710 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6711
6712 * gdb.texinfo (Values From Inferior): Fix optional arguments
6713 markup.
6714 (Commands In Python): Adjust argument names of gdb.Command.__init__
6715 to what the function accepts as keywords.
6716
6717 2008-03-20 Tom Tromey <tromey@redhat.com>
6718
6719 * gdb.texinfo (Convenience Vars): Document convenience functions.
6720 (Functions In Python): New node.
6721 (Python API): Update.
6722
6723 2009-03-20 Tom Tromey <tromey@redhat.com>
6724
6725 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6726 set target-wide-charset.
6727 (Requirements): Mention iconv.
6728
6729 2009-03-17 Hui Zhu <teawater@gmail.com>
6730
6731 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6732
6733 2009-03-17 Hui Zhu <teawater@gmail.com>
6734
6735 * gdb.texinfo: Add documentation for disassemble-next-line.
6736
6737 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6738
6739 * gdb.texinfo (Commands In Python): Remove tindex entries.
6740
6741 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6742
6743 * gdb.texinfo (Returning): New description for missing debug info.
6744
6745 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6746
6747 * gdb.texinfo (Remote Configuration): Document query-attached.
6748 (General Query Packets): Document qAttached.
6749
6750 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6751
6752 * gdb.texinfo (Background Execution): Better describe the set
6753 target-async command.
6754 (Maintenance Commands): Delete description of the `maint set/show
6755 linux-async' and `maint set/show remote-async' commands.
6756
6757 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6758
6759 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6760 between sentences.
6761
6762 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6763
6764 * gdb.texinfo (GDB/MI Async Records): Document the
6765 =library-loaded and =library-unloaded notifications.
6766
6767 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6768
6769 * observer.texi (test_notification): New observer.
6770
6771 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6772
6773 * observer.texi: Add parameter 'print_frame' to normal_stop
6774 observer.
6775
6776 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6777
6778 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6779 (Commands In Python): Fix COMMAND_* constants in last change. Use
6780 @kbd for interactive input. Add cross-references and index
6781 entries.
6782
6783 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6784
6785 * gdb.texinfo (Signals): Document $_siginfo.
6786 (Convenience Variables): Mention $_siginfo.
6787 (Remote Configuration): Document qXfer:siginfo:read,
6788 qXfer:siginfo:write packets, and the read-siginfo-object,
6789 write-siginfo-object commands.
6790
6791 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6792
6793 * gdbint.texinfo (Values): New chapter.
6794
6795 2009-02-06 Tom Tromey <tromey@redhat.com>
6796
6797 * gdb.texinfo (Python API): Add entry for Commands In Python.
6798 (Commands In Python): New node.
6799
6800 2009-02-05 Tom Tromey <tromey@redhat.com>
6801
6802 * gdb.texinfo (Values From Inferior): Document Value.string.
6803
6804 2009-02-05 Tom Tromey <tromey@redhat.com>
6805
6806 * gdb.texinfo (Basic Python): Document execute's from_tty
6807 argument.
6808
6809 2009-02-04 Tom Tromey <tromey@redhat.com>
6810
6811 * gdb.texinfo (Basic Python): Document gdb.history.
6812
6813 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6814
6815 * gdb.texinfo (GDB/MI Thread Commands): Document the
6816 'current-thread-id' field. Remove the example with zero threads,
6817 since current GDB won't ever report that if there's inferior.
6818
6819 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6820
6821 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6822 option to -break-insert.
6823
6824 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6825 Jerome Guitton <guitton@adacore.com>
6826
6827 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6828 (System-wide configuration): New section.
6829
6830 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6831
6832 PR gdb/7580:
6833 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6834 internal-error|internal-warning quit|corefile ask|yes|no".
6835
6836 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6837
6838 * gdb.texinfo (Using the `gdbserver' Program): Document
6839 --remote-debug.
6840
6841 2009-01-23 Doug Evans <dje@google.com>
6842
6843 * gdb.texinfo: Add nexti to list of commands that support
6844 background execution.
6845
6846 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6847
6848 * gdb.texinfo (Define, Hooks): Document prefix command support.
6849
6850 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6851 Carlos O'Donell <carlos@codesourcery.com>
6852
6853 Fixes for makeinfo --html.
6854
6855 * annotate.texinfo: Use @copying and @insertcopying. Use
6856 @ifnottex in place of @ifinfo.
6857 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6858 place of @ifinfo. Use @ifnotinfo for one index entry.
6859 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6860 in place of @ifinfo.
6861 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6862 in place of @ifinfo. Include contents at start unconditionally.
6863
6864 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6865
6866 * gdb.texinfo (General Query Packets): Remove @var{} around the
6867 "spu" literal string.
6868
6869 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6870
6871 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6872 program may be running in another process" errors.
6873 * gdbint.texinfo (Native Conditionals): Delete
6874 ONE_PROCESS_WRITETEXT description.
6875
6876 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6877
6878 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6879 emacs local variable to be placed at the end of the ChangeLog.
6880 Add server.c and gdbreplay.c to the list of files where the
6881 copyright year needs to be updated.
6882
6883 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6884
6885 * gdb.texinfo (Remote Configuration): Document new
6886 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6887 commands.
6888
6889 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6890
6891 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6892 FETCH_INFERIOR_REGISTERS.
6893 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6894 FETCH_INFERIOR_REGISTERS descriptions. Remove
6895 gdbarch_get_longjmp_target descrition, since already described in
6896 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6897 (Target Conditionals): ... here.
6898
6899 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6900
6901 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6902 examples.
6903 (Additions to Ada): Likewise. Add the missing opening and closing
6904 parenthesis of the GDB prompt in one of the examples.
6905
6906 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6907
6908 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6909 about the result of 'Address not being of type System.Address.
6910 This problem has been fixed a while ago.
6911
6912 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6913
6914 MI non-stop and multiprocess docs.
6915
6916 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6917 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6918 Adjust documentation for *stopped, document =thread-created,
6919 =thread-exited, =thread-group-created and =thread-group-exited.
6920 (GDB/MI Thread Commands): Document the 'state' field in
6921 -thread-info output.
6922 (GDB/MI Program Execution): Mention --all and --thread-group
6923 options.
6924 (GDB/MI Variable Objects): Describe floating and fixed variable
6925 objects.
6926 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6927
6928 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6929
6930 * gdb.texinfo (Operating System Information): New appendix.
6931 (Operating System Auxiliary Information): Document 'info os processes'
6932 (Remote Configuration): Document 'osdata'
6933 (General Query Packets): Document qXfer:osdata:read.
6934
6935 2008-11-27 Tristan Gingold <gingold@adacore.com>
6936
6937 * gdb.texinfo (Darwin): Document Darwin specific features.
6938
6939 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6940
6941 * gdbint.texinfo (Target Conditionals): Extend the
6942 gdbarch_breakpoint_from_pc description.
6943
6944 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6945
6946 * gdb.texinfo (M68K Features): Fix typo.
6947
6948 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6949
6950 * gdb.texinfo (Symbols): Mention printing containing
6951 image name in "info symbol".
6952 (Maint translate-address): Likewise.
6953
6954 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6955
6956 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6957 commands "catch load" and "catch unload".
6958
6959 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6960
6961 * gdb.texinfo (GDB/MI Async Records): Document
6962 =thread-selected.
6963
6964 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6965
6966 * observer.texi (new_inferior, inferior_exit): New observers.
6967
6968 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6969
6970 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6971 .mt files, TM_CLIBS or TM_CDEPS.
6972 (x86 Watchpoints): Don't mention TDEPFILES.
6973
6974 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6975
6976 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6977 (Overview): Mention notifications and non-stop mode behavior.
6978 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6979 with non-stop mode behavior. Add vStopped description.
6980 (Stop Reply Packets): Update list of packets that return
6981 stop replies. Mention non-stop behavior.
6982 (General Query Packets): Document QNonStop packet and associated
6983 qSupported query response.
6984 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6985 behavior.
6986 (Notification Packets): New section.
6987 (Remote Non-Stop): New section.
6988 (File-I/O Overview): Mention non-stop behavior.
6989
6990 2008-10-24 Hui Zhu <teawater@gmail.com>
6991 Pedro Alves <pedro@codesourcery.com>
6992
6993 * gdb.texinfo (displaced-stepping): Describe the auto mode
6994 setting, and say it's the default. This is now a mainstream
6995 setting instead of a maintenance setting.
6996
6997 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6998
6999 * observer.texi (thread_stop_requested): New.
7000
7001 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7002
7003 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7004 (Patching): Replace incorrect usage of @samp by @kbd.
7005
7006 2008-10-17 Michael Snyder <msnyder@vmware.com>
7007
7008 * gdb.texinfo: Add documentation for reverse execution.
7009
7010 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7011 Eli Zaretskii <eliz@gnu.org>
7012
7013 * gdb.texinfo. (Values From Inferior): New subsubsection.
7014
7015 2008-10-06 Doug Evans <dje@google.com>
7016
7017 * gdb.texinfo (set debug dwarf2-die): Document it.
7018
7019 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7020
7021 * gdb.texinfo (catch) [exception]: Document how to insert
7022 a breakpoint on user-defined exceptions when the exception
7023 name is identical to one of the language-defined ones.
7024
7025 2008-09-27 Tom Tromey <tromey@redhat.com>
7026
7027 * gdb.texinfo (Macros): Remove text about stringification,
7028 varargs, and splicing.
7029
7030 2008-09-27 Tom Tromey <tromey@redhat.com>
7031
7032 * gdbint.texinfo (Language Support): Remove text about omitting
7033 support for a language.
7034
7035 2008-09-23 Doug Evans <dje@google.com>
7036
7037 * gdb.texinfo (info dcache): Update.
7038
7039 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7040
7041 * gdb.texinfo (Packets): Add info on thread-id syntax and
7042 multiprocess extensions.
7043 <D>: Document multiprocess form of packet.
7044 <H>: Use thread-id syntax.
7045 <T>: Likewise.
7046 <vCont>: Likewise. Note this is required for multiprocess.
7047 <vKill>: New packet.
7048 (Stop Reply Packets) <T>: Use thread-id syntax.
7049 <W>: Document multiprocess form of reply.
7050 <X>: Likewise.
7051 (General Query Packets) <qC>: Use thread-id syntax.
7052 <qfThreadInfo>: Likewise.
7053 <qGetTLSAddr>: Likewise.
7054 <qP>: Likewise.
7055 <qSupported>: Add "multiprocess" feature.
7056 <qThreadExtraInfo>: Use thread-id syntax.
7057
7058 2008-09-22 Stan Shebs <stan@codesourcery.com>
7059
7060 * gdb.texinfo (Inferiors): New section.
7061
7062 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7063
7064 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7065
7066 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7067
7068 * gdbint.texinfo (Target Conditionals): Remove documentation
7069 for gdbarch_name_of_malloc.
7070
7071 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7072
7073 * gdb.texinfo (Interrupts): Mention TCP interface for
7074 sending BREAK.
7075
7076 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7077
7078 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7079 argument prefix to "set sysroot".
7080
7081 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7082
7083 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7084 and False.
7085
7086 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7087
7088 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7089 for possible features of -list-features.
7090
7091 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7092
7093 * gdb.texinfo (Background execution): Adjust example
7094 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7095
7096 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7097
7098 * doc/gdb.texinfo (PowerPC): Fix typo.
7099 (PowerPC features): Fix typo.
7100
7101 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7102
7103 * observer.texi (thread_ptid_changed): New.
7104
7105 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7106
7107 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7108 (PowerPC features): Mention feature set for VSX registers.
7109
7110 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7111
7112 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7113 the direct visibility of all names in user-written packages.
7114
7115 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7116
7117 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7118 setting, and make it the default.
7119 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7120 non-stop script example.
7121
7122 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7123
7124 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7125 reference to the "Using Different Register and Memory Data
7126 Representation" section.
7127
7128 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7129
7130 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7131 (Remote Protocol): Add Packet Acknowledgment to menu.
7132 (Overview): Mention +/- can be disabled, and point to new section
7133 where this is discussed in detail.
7134 (General Query Packets): Document QStartNoAckMode packet, and
7135 corresponding qSupported reply.
7136 (Packet Acknowledgment): New section.
7137
7138 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7139 Pedro Alves <pedro@codesourcery.com>
7140
7141 * gdb.texinfo (Threads): Move paragraph about automatic thread
7142 selection to All-Stop Mode subsection.
7143 (Thread Stops): Reorganize existing material into subsections.
7144 Add introductory blurb and menu.
7145 (Non-Stop Mode): New subsection.
7146 (Background Execution): New subsection.
7147 (Maintenance Commands): Add cross-references from async mode
7148 commands to the new Background Execution section.
7149
7150 2008-08-06 Tom Tromey <tromey@redhat.com>
7151
7152 * gdb.texinfo (Extending GDB): New chapter.
7153 (Sequences): Demoted chapter, now a section under the new
7154 Extending GDB chapter.
7155 (Python): New section.
7156
7157 2008-07-31 Stan Shebs <stan@codesourcery.com>
7158
7159 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7160
7161 2008-07-29 Stan Shebs <stan@codesourcery.com>
7162
7163 * gdbint.texinfo: General round of cleanup and minor
7164 clarifications.
7165 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7166 (Longjmp Support): Update description to reflect how it is done
7167 for targets without using native header.
7168 (Symbol Handling): Add a little more general explanation.
7169 (COFF, ELF): Mention stabs encapsulation.
7170 (DWARF 3): New section.
7171 (Adding a New Host): Scrub out some obsolete bits.
7172 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7173 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7174 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7175 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7176 SEEK_SET, STOP_SIGNAL, USG.
7177 (Raw and Virtual Register Representations): Ditto for
7178 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7179 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7180 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7181 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7182 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7183 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7184 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7185 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7186 DEPRECATED_USE_STRUCT_CONVENTION.
7187 Describe gdbarch_deprecated_fp_regnum.
7188 Update description of gdbarch_print_insn.
7189 (Adding a New Target): Scrub out obsolete bits.
7190 (Obsolete Conditionals): Remove entire section.
7191
7192 2008-07-25 Tom Tromey <tromey@redhat.com>
7193
7194 * observer.texi (GDB Observers): Document new observers:
7195 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7196 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7197 architecture_changed.
7198
7199 2008-07-21 Stan Shebs <stan@codesourcery.com>
7200
7201 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7202 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7203
7204 2008-07-21 Tom Tromey <tromey@redhat.com>
7205
7206 * observer.texi (GDB Observers): Remove obsolete comment.
7207 <executable_changed>: Remove argument.
7208
7209 2008-07-18 Tom Tromey <tromey@redhat.com>
7210
7211 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7212
7213 2008-07-10 Doug Evans <dje@google.com>
7214
7215 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7216
7217 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7218
7219 * gdb.texinfo (Starting): Document "set disable-randomization".
7220
7221 2008-07-07 Andreas Schwab <schwab@suse.de>
7222
7223 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7224
7225 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7226
7227 * gdb.texinfo (GDB/MI Target Manipulation): Add
7228 example of -target-attach.
7229
7230 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7231
7232 * observer.texi (target_resumed): New observer.
7233 * gdb.texinfo (GDB/MI Output Records): Document *running.
7234
7235 2008-06-06 Tom Tromey <tromey@redhat.com>
7236
7237 * gdb.texinfo (Completion): Add field name example.
7238
7239 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7240
7241 * gdb.texinfo (GDB/MI Program Context): Added example
7242 to -exec-arguments
7243
7244 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7245
7246 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7247 annotation.
7248
7249 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7250 Nathan Sidwell <nathan@codesourcery.com>
7251 Joseph Myers <joseph@codesourcery.com>
7252
7253 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7254 and ACX_BUGURL.
7255 * configure: Regenerate.
7256 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7257 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7258 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7259 mailing-list-specific text about bug reporting unless
7260 BUGURL_DEFAULT.
7261
7262 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7263
7264 * gdb.texinfo (-target-select): Remove reference to target async.
7265 (Maintenance Commands): Document "maint set/show remote-async".
7266
7267 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7268
7269 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7270 in -target-file-get section.
7271
7272 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7273
7274 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7275 killing the inferior when it is already debugging a process.
7276
7277 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7278
7279 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7280 abbreviation for "finish".
7281
7282 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7283
7284 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7285
7286 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7287
7288 * gdbint.texinfo (Target Conditionals): Delete entry for
7289 gdbarch_dwarf_reg_to_regnum.
7290
7291 2008-05-09 Doug Evans <dje@google.com>
7292
7293 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7294
7295 2008-05-05 Doug Evans <dje@google.com>
7296
7297 * gdb.texinfo (disassemble): Document /m modifier.
7298
7299 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7300
7301 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7302 will not report the time of commands that run the target.
7303
7304 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7305
7306 * gdb.texinfo (GDB/MI Output Records): Add
7307 missing semicolon.
7308
7309 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7310
7311 * gdb.texinfo (GDB/MI Output Records):
7312 Document =thread-create and =thread-exited.
7313
7314 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7315
7316 * gdb.texinfo (GDB/MI Development and Front Ends):
7317 Remove mention of dmi-discuss.
7318
7319 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7320
7321 * observer.texi (thread_exit): New.
7322
7323 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7324
7325 * gdb.texinfo (Debugging Output): Document "set/show debug
7326 displaced".
7327 (Maintenance Commands): Document "maint set/show
7328 can-use-displaced-stepping".
7329
7330 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7331
7332 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7333 and set/show arm force-mode.
7334
7335 2008-05-02 Andreas Schwab <schwab@suse.de>
7336
7337 * gdbint.texinfo (Algorithms): Describe
7338 target_watchpoint_addr_within_range.
7339
7340 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7341
7342 * gdbint.texinfo (Stack Frames): New chapter.
7343 (Algorithms): Move Frames text to the new chapter.
7344 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7345 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7346
7347 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7348
7349 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7350 output does not necessary include any tokens.
7351
7352 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7353
7354 * gdb.texinfo (Set SH Calling convention): New @item.
7355 (Show SH Calling convention): Ditto.
7356
7357 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7358
7359 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7360
7361 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7362
7363 * gdb.texinfo (Set Breaks): Mention that multiple location
7364 breakpoints need line number info. Add index entries.
7365
7366 2008-04-19 Craig Silverstein <csilvers@google.com>
7367
7368 * gdb.texinfo (Requirements): Add an optional requirement on
7369 zlib.
7370 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7371 Compressed DWARF 2.
7372
7373 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7374
7375 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7376 sample output for 'stopped,reason="breakpoint-hit"' message.
7377 (GDB/MI Program Execution): Likewise.
7378
7379 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7380
7381 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7382 -var-set-format. Add -f option to -var-evaluate-expression.
7383
7384 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7385
7386 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7387 new node "Ambiguous Expressions". Replace references to this
7388 node by references to "Ambiguous Expressions" throughout.
7389 (Ambiguous Expressions): New node.
7390
7391 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7392
7393 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7394
7395 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7396
7397 * gdb.texinfo (Debugging Output): Document
7398 "set/show debug lin-lwp-async".
7399 (Maintenance Commands): Document "maint set/show linux-async".
7400
7401 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7402
7403 * gdb.texinfo (Expressions): Update description of malloced arrays.
7404
7405 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7406
7407 * gdb.texinfo (Thread Commands): Document
7408 -thread-info. Remove -thread-list-all-threads.
7409
7410 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7411
7412 Implement MI notification for new threads.
7413 * observer.texi (new_thread): Document.
7414
7415 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7416 Sandra Loosemore <sandra@codesourcery.com>
7417
7418 * gdb.texinfo (Library List Format): Update to mention the
7419 possibility to pass section addresses instead of segment
7420 addresses.
7421
7422 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7423
7424 * gdb.texinfo (Starting): Document "set exec-wrapper".
7425 (Server): Document gdbserver --wrapper.
7426
7427 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7428
7429 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7430 unreadable memory. Delete obsolete SPARClite reference.
7431
7432 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7433
7434 * gdb.texinfo (Starting): Mention always-running targets.
7435 (Target Commands): Add an anchor for load.
7436 (Connecting): Explain continue instead of run.
7437
7438 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7439
7440 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7441
7442 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7443
7444 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7445 breakpoint table.
7446
7447 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7448
7449 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7450 killing the inferior when it is already debugging a process.
7451
7452 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7453
7454 * gdbint.texinfo (Build Script): New section. Mention new build script
7455 gdb_buildall.sh.
7456
7457 2008-02-01 Jim Blandy <jimb@red-bean.com>
7458
7459 * gdb.texinfo (Help): Summarize 'info args' correctly.
7460
7461 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7462
7463 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7464 available in PowerPC architecture.
7465 (Embedded Processors): Change node name of PowerPC item in menu.
7466 (PowerPC): Rename to...
7467 (PowerPC Embedded): this.
7468 (Architectures): Add new PowerPC item in menu.
7469 (PowerPC): New node.
7470
7471 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7472
7473 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7474 commands.
7475
7476 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7477
7478 * gdb.texinfo (Setting Catchpoints): Mention features
7479 supported on GNU/Linux.
7480
7481 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7482
7483 * gdb.texinfo (GDB/MI File Commands): Describe new output
7484 field for MI command -file-list-exec-source-file.
7485
7486 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7487
7488 * gdb.texinfo (Using the `gdbserver' Program): Add security
7489 warning. Rearrange into subsections and subsubsections. Document
7490 --multi and --debug. Correct --with-sysroot typo. Update --attach
7491 usage. Make load reference clearer. Document monitor exit.
7492 (Remote Configuration): Document set remote exec-file, attach-packet,
7493 and run-packet.
7494 (Packets): Document vAttach and vRun.
7495
7496 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7497
7498 * gdb.texinfo (Processes): Mention process command.
7499 detach-on-follow -> detach-on-fork.
7500
7501 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7502
7503 * gdbint.texinfo (Native Conditionals): Remove
7504 SHELL_COMMAND_CONCAT and SHELL_FILE.
7505
7506 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7507
7508 * gdb.texinfo (Specify Location): Improve wording.
7509
7510 2008-01-23 Chris Demetriou <cgd@google.com>
7511
7512 * gdb.texinfo (Threads): Document new "set print thread-events"
7513 and "show print thread-events" commands.
7514
7515 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7516
7517 * gdb.texinfo (Specify Location): New section.
7518 (Delete Breaks, Edit, Set Breaks): Remove description of
7519 locations. Instead, add a reference to "Specify Location".
7520 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7521 (Symbols): Refer to "Specify Location" for the valid forms of
7522 linespecs and locations.
7523
7524 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7525
7526 * gdbint.texinfo (Target Conditionals): Replace the description of
7527 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7528
7529 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7530
7531 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7532 about &&var, which is rejected by the expression parser.
7533
7534 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7535
7536 * gdb.texinfo (Output): Update documentation on using printf with DFP
7537 types.
7538
7539 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7540
7541 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7542 subsubsection.
7543 (Decimal Floating Point format): New subsubsection.
7544
7545 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7546
7547 * gdb.texinfo (File Options): Remove mention of the attempt to
7548 open a core file with the -p option. Don't list -c as a valid
7549 option to attach to a process.
7550
7551 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7552
7553 * gdbint.texinfo (Host Conditionals): Remove mention of
7554 ALIGN_STACK_ON_ENTRY.
7555
7556 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7557
7558 * gdbint.texinfo (Start of New Year Procedure): Add item
7559 describing how to update the source and documentation copyright
7560 notices.
7561
7562 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7563
7564 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7565 watchpoint explanation into the main description of the watchpoint
7566 command; update synopses of 'watch', 'rwatch', and 'awatch'
7567 commands.
7568
7569 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7570
7571 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7572 Document 'pending-breakpoints' feature of
7573 -list-features.
7574
7575 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7576
7577 * gdb.texinfo: Add new parameter's description.
7578
7579 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7580
7581 * gdb.texinfo (Overview): Clarify run-length encoding
7582 example. Remove the restriction on "+" and "-" characters.
7583
7584 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7585
7586 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7587
7588 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7589
7590 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7591 the -f option for -break-insert, remove -r option,
7592 and clarify specification of location.
7593
7594 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7595
7596 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7597 formatting.
7598 (Remote Debugging): Add File Transfer section.
7599 (Remote Configuration): Document Host I/O packets.
7600 (GDB/MI): Add GDB/MI File Transfer Commands section.
7601 (Host I/O Packets): New section in "Remote Protocol".
7602 (Packets): Add vFile.
7603
7604 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7605
7606 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7607 breakpoints with multiple locations.
7608 (Breakpoint Menus): Improve wording.
7609 (Output): Fix last change.
7610
7611 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7612
7613 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7614
7615 2007-11-15 Doug Evans <dje@google.com>
7616
7617 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7618
7619 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7620
7621 * gdbint.texinfo (Native Conditionals): Remove
7622 mention of CLEAR_SOLIB.
7623
7624 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7625
7626 * gdb.texinfo (Print Settings): Add documentation for "set/show
7627 print frame-arguments".
7628
7629 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7630
7631 * gdb.texinfo (Output): Update printf command's description.
7632
7633 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7634
7635 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7636 powerpc soft-float".
7637
7638 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7639
7640 * gdb.texinfo (Files): Correct formatting. Mention Expat
7641 requirement.
7642 (Requirements for Building GDB): Expand the list of Expat
7643 uses.
7644 (Library List Format, Memory Map Format): Mention Expat.
7645 (Target Descriptions): Update Expat wording.
7646
7647 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7648
7649 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7650 Document that gdbarch_convert_register_p should return zero for no-op
7651 conversions.
7652
7653 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7654
7655 * gdbint.texi (Compiler Characteristics): Move documentation
7656 of set_gdbarch_sofun_address_maybe_missing back to ...
7657 (Target Conditionals): ... here to fix build break.
7658
7659 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7660
7661 * gdbint.texi (Target Conditionals): Remove documentation of
7662 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7663 (Compiler Characteristics): ... documentation of
7664 set_gdbarch_sofun_address_maybe_missing.
7665
7666 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7667
7668 * gdbint.texinfo (Target Conditionals): Use
7669 frame_unwind_register_unsigned in examples instead of
7670 frame_unwind_unsigned_register.
7671
7672 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7673
7674 * gdb.texinfo: Add TSIZE definition, removed statement about
7675 unbounded arrays being unimplemented.
7676
7677 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7678
7679 * gdb.texinfo (Predefined Target Types): Add int128
7680 and uint128.
7681 (Standard Target Features): Add PowerPC features.
7682
7683 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7684
7685 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7686
7687 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7688
7689 * gdbint.texi (Target Conditionals): Remove documentation
7690 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7691 gdbarch_extract_return_value, and gdbarch_store_return_value.
7692
7693 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7694
7695 * gdbint.texi (Target Conditionals): Remove documentation of
7696 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7697
7698 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7699
7700 * gdb.texinfo: Mention that inaccessible-by-default is on by
7701 default.
7702
7703 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7704
7705 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7706
7707 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7708
7709 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7710 multi-threaded watchpoints.
7711 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7712 checked. Describe sticky notification. Expand description
7713 of steppable and continuable watchpoints.
7714 (Watchpoints and Threads): New subsection.
7715
7716 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7717
7718 * gdb.texinfo (Setting Breakpoints): Revise
7719 documentation for pending breakpoints. Document
7720 breakpoints with multiple locations.
7721
7722 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7723
7724 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7725 Document -list-features.
7726
7727 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7728
7729 * gdb.texinfo (Output): Spell out which features of C's printf are
7730 not supported by GDB's printf.
7731 (Separate Debug Files): More accurate wording regarding build ID
7732 and a reference to the ld manual rather than the Fedora wiki.
7733
7734 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7735 Jim Blandy <jimb@codesourcery.com>
7736
7737 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7738 (Examining Memory): Update mentions of the 's' format.
7739 (Automatic Display): Likewise.
7740
7741 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7742
7743 * gdb.texinfo: Update the FSF's Back-Cover Text.
7744
7745 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7746 Eli Zaretskii <eliz@gnu.org>
7747
7748 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7749 Fixed the ``build ID'' name. New binaries build instructions for the
7750 build ID inclusion. Explain how the commands are specific to the build
7751 ID vs. debug link.
7752
7753 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7754
7755 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7756 indexing for ``build ID'' support.
7757
7758 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7759
7760 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7761 Enlisted BUILD ID to the debug file searching example.
7762 Included a BUILD ID `.note.gnu.build-id' section description.
7763 Updated/added the debug files splitting instructions for OBJCOPY.
7764
7765 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7766
7767 * gdb.texinfo (Variable Objects): Adjust docs
7768 for -var-info-expression and document
7769 -var-info-path-expression.
7770
7771 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7772
7773 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7774 (title page): Include the dedication in the printed manual, as a
7775 separate page after the copyright notice.
7776
7777 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7778 don't break a @var across a line.
7779
7780 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7781
7782 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7783 for include files.
7784
7785 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7786
7787 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7788 in annotate.texinfo.
7789 (Command History): Link to new node.
7790
7791 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7792
7793 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7794
7795 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7796
7797 * gdbint.texinfo (Target Conditionals): Fix last change.
7798
7799 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7800
7801 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7802 routines:
7803 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7804 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7805 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7806 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7807 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7808 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7809 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7810 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7811 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7812 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7813 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7814 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7815 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7816 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7817 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7818 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7819 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7820 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7821 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7822 (SOFTWARE_SINGLE_STEP_P)
7823
7824 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7825 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7826
7827 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7828 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7829 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7830 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7831 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7832 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7833 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7834 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7835 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7836 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7837
7838 (Converting an existing Target Architecture to Multi-arch): Remove
7839 section.
7840
7841 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7842 (gdbarch_addr_bits_remove): Add code example.
7843
7844 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7845
7846 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7847
7848 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7849 Add other missing entries. Adjust the table size to fit.
7850 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7851 stop reasons including the new "library" event.
7852 (General Query Packets): Adjust table widths for qSupported. Mention
7853 qXfer:libraries:read reply to qSupported and document the new packet.
7854 (Library List Format): New section.
7855
7856 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7857
7858 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7859
7860 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7861
7862 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7863
7864 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7865
7866 * gdbint.texinfo (Register and Memory Data): Break sections
7867 into nodes and add a menu.
7868
7869 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7870
7871 * gdb.texinfo (Examining Memory): Document the new behaviour.
7872
7873 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7874
7875 * gdb.texinfo (Standard Target Features): Document
7876 m68k features.
7877
7878 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7879
7880 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7881
7882 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7883
7884 * gdb.texinfo (Target Description Format): Add version attribute
7885 for <target>.
7886
7887 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7888
7889 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7890
7891 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7892
7893 * gdb.texinfo (MIPS Features): New subsection.
7894
7895 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7896 Markus Deuling <deuling@de.ibm.com>
7897
7898 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7899 and qXfer:spu:write packets and mention them under qSupported.
7900
7901 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7902 Markus Deuling <deuling@de.ibm.com>
7903
7904 * gdb.texinfo (Architectures): Add new SPU section to document
7905 Cell Broadband Engine SPU architecture specific commands.
7906
7907 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7908
7909 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7910 comments.
7911
7912 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7913
7914 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7915
7916 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7917
7918 * gdb.texinfo (Overview): Doc fix.
7919
7920 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7921
7922 * gdb.texinfo (Remote Configuration): Document "set/show
7923 remoteflow".
7924
7925 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7926
7927 * gdb.texinfo (MIPS): Remove documentation for set mips
7928 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7929 stack-arg-size.
7930
7931 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7932
7933 * all-cfg.texi (GDBTUI): New.
7934 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7935 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7936 (TUI Configuration): Edit to improve clarity and fix problems of
7937 both style and content.
7938
7939 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7940
7941 * observer.texi (GDB Observers): New observer "new_objfile".
7942
7943 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7944
7945 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7946
7947 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7948
7949 * gdb.texinfo (GDB/MI Variable Objects): Document
7950 frozen variables objects.
7951
7952 2007-04-13 Paul Brook <paul@codesourcery.com>
7953
7954 * gdb.texinfo: Document ieee_single and ieee_double target types.
7955
7956 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7957
7958 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7959 (Character Sets, Caching Data of Remote Targets): Likewise.
7960 (Targets): Delete Remote node. Move its text...
7961 (Debugging Remote Programs): ...to here. Delete description
7962 of the "remote" command.
7963 (Remote configuration): Delete description of "set remotedevice"
7964 and "show remotedevice".
7965 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7966
7967 2007-04-11 Steve Ellcey <sje@cup.hp.com>
7968
7969 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
7970
7971 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7972
7973 * gdb.texinfo (Contributors, Continuing and Stepping)
7974 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7975 (General Query Packets, File-I/O Remote Protocol Extension)
7976 (Protocol Basics, The F Reply Packet, Write)
7977 (Protocol-specific Representation of Datatypes, Memory Transfer):
7978 Fix hyphenation, punctuation and grammar problems.
7979 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7980 'section' instead of 'subsection' in the text.
7981 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7982 (i386): Remove period from section name.
7983 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7984 (Config Names, Configure Options): Use @file{configure}.
7985
7986 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7987
7988 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7989 and tab expansion.
7990
7991 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7992
7993 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7994
7995 2007-04-02 Bob Wilson <bob.wilson@acm.org>
7996
7997 * gdb.texinfo: Consistently capitalize all significant words in
7998 node names, chapter titles, section titles, and headings. Update
7999 cross references to match.
8000 (Starting and Stopping Trace Experiment): Make node name plural.
8001 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8002
8003 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8004
8005 * gdb.texinfo (WinCE): Delete obsolete subsection.
8006
8007 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8008
8009 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8010 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8011 references.
8012
8013 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8014
8015 * gdb.texinfo (Startup): Delete references to some alternate
8016 names for .gdbinit.
8017 (Thread): Remove LynxOS reference.
8018 (Tandem ST2000): Delete target-specific documentation.
8019 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8020 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8021 and GDB_OSABI_LYNXOS.
8022
8023 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8024
8025 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8026
8027 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8028
8029 * gdbint.texinfo (Target Conditionals): Remove mention of
8030 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8031 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8032
8033 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8034
8035 * Makefile.in: Add "pdfdir" installation
8036 directory, PDFTEX macro, support for "install-pdf" target,
8037 and rules for making a pdf version of refcard.texi.
8038 * refcard.tex: Specify paper size for PDF output.
8039
8040 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8041
8042 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8043
8044 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8045
8046 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8047 (Source Path, Character Sets, Macros, Define)
8048 (GDB/MI Result Records, GDB/MI Simple Examples)
8049 (GDB/MI Program Execution, GDB/MI File Commands)
8050 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8051 (Bug Reporting): Use @value{GCC}.
8052
8053 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8054
8055 * gdb.texinfo (Help): Fix formatting of examples.
8056 (Variables): Use @ifnotinfo instead of @iftex.
8057 (Non-debug DLL symbols): Use @ref instead of @pxref.
8058 (Sparclet File): Use @samp instead of quotes.
8059
8060 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8061
8062 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8063
8064 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8065
8066 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8067 the order of the nodes.
8068 (C Operators, C Constants, Debugging C): Remove extra menus.
8069 (Method Names in Commands): Do not specify next/prev/up nodes.
8070
8071 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8072
8073 * gdb.texinfo (File Options): Add missing parenthesis.
8074 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8075
8076 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8077
8078 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8079
8080 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8081
8082 * gdb.texinfo (Standard Target Features): Mention
8083 case insensitivity.
8084 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8085
8086 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8089 (Files): Add section name to argument list for pxref.
8090 (Non-debug DLL symbols): Don't use `see' for pxref.
8091 (Embedded Processors): Fix typo.
8092 (GDB/MI Breakpoint Commands): Execution commands generate
8093 *stopped not ^done.
8094
8095 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8096
8097 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8098 values for in_scope. Mention that only root variables can be
8099 updated.
8100 (GDB/MI Development and Front Ends): Explain new values may be
8101 added to existing fields.
8102
8103 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8104
8105 * gdb.texinfo (-target-disconnect): Use @smallexample.
8106 (Requirements): Add anchor for Expat. Update description.
8107 (Target Descriptions): Mention Expat.
8108 (Target Description Format): Document new elements. Use
8109 @smallexample.
8110 (Predefined Target Types, Standard Target Features): New sections.
8111 * gdbint.texinfo (Target Descriptions): New section.
8112
8113 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8114
8115 * gdb.texinfo (Target Description Format): Add section on XInclude.
8116
8117 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8118
8119 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8120 command -enable-timings.
8121
8122 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8123
8124 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8125 descriptions for new/deleted elements in gdb_osabi. Add missing
8126 description for function generic_elf_osabi_sniff_abi_tag_sections.
8127
8128 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8129
8130 * gdb.texinfo (Maintenance Commands): Add documentation for
8131 the new "maint print target-stack" command.
8132
8133 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8134 Eli Zaretskii <eliz@gnu.org>
8135
8136 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8137
8138 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8139
8140 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8141 Use @value{NGCC} instead of @value{GCC}.
8142
8143 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8144
8145 * agentexpr.texi: Fix typos.
8146 * annotate.texinfo: Likewise.
8147 * gdb.texinfo: Likewise.
8148 * gdbint.texinfo: Likewise.
8149 * observer.texi: Likewise.
8150 * stabs.texinfo: Likewise.
8151
8152 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8153
8154 * gdbint.texinfo (Support Libraries): Remove mmalloc
8155 entry. Describe readline library.
8156
8157 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8158
8159 * gdb.texinfo (Target Descriptions): New section.
8160 (General Query Packets): Add QPassSignals anchor. Mention
8161 qXfer:features:read under qSupported. Expand mentions of
8162 qXfer:memory-map:read and QPassSignals. Document
8163 qXfer:features:read.
8164
8165 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8166
8167 * gdb.texinfo (Commands to specify files): Describe
8168 "set sysroot" and "show sysroot".
8169 (Using the `gdbserver' program): Lowercase argument
8170 to @var. Expand description of setting up GDB on the
8171 host.
8172
8173 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8174
8175 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8176 catch exception, catch exception unhandled, and catch assert
8177 commands.
8178
8179 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8180
8181 * gdb.texinfo (Debugging Output): Document "set debug xml"
8182 and "show debug xml".
8183
8184 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8185
8186 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8187
8188 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8189
8190 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8191
8192 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8193
8194 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8195 note in @ignore, to be removed later if nobody complains.
8196
8197 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8198
8199 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8200 of -var-delete.
8201
8202 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8203
8204 * gdb.texinfo (Setting breakpoints): Document
8205 automatic software/hardware breakpoint usage and
8206 the "set breakpoint auto-hw" command.
8207
8208 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8209
8210 * gdb.texinfo (Memory Access Checking): New.
8211
8212 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8213
8214 * gdb.texinfo (Remote configuration): Mention
8215 "pass-signals-packet".
8216 (General Query Packets): Document QPassSignals. Fix
8217 a typo.
8218
8219 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8220
8221 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8222
8223 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8224
8225 * gdb.texinfo (Remote configuration): Rewrite documentation for
8226 packet configuration commands.
8227 (OS Information): Adjust reference to qXfer:auxv:read.
8228 (General Query Packets): Remove references to read-aux-vector-packet
8229 and set remote get-thread-local-storage-address.
8230
8231 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8232
8233 * gdbint.texinfo (Target Architecture Definition): Add new
8234 Initializing a New Architecture section.
8235
8236 2006-10-31 David Taylor <dtaylor@emc.com>
8237
8238 * stabs.texinfo (Macro define and undefine): New node describing
8239 stabs for #define and #undef.
8240
8241 2006-10-27 Andreas Schwab <schwab@suse.de>
8242
8243 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8244
8245 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8246
8247 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8248 clarify on the possible meanings of ``expression'' watched by
8249 watchpoints. Add indexing.
8250 (Prompting, Errors, Invalidation, Annotations for Running)
8251 (Source Annotations): Fix index entries by adding "annotation" to
8252 them, to discriminate from index entries that point to the more
8253 general topic descriptions.
8254
8255 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8256
8257 * gdbint.texinfo (Target Vector Definition): Move most
8258 content into Existing Targets. Add a menu.
8259 (Existing Targets): New section, moved from Target Vector
8260 Definition. Use @subsection.
8261 (Managing Execution State): New section.
8262
8263 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8264
8265 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8266
8267 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8268
8269 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8270 (Command Syntax, Signals, Backtrace, Connecting)
8271 (Remote configuration, Renesas Boards, Console I/O): Fix last
8272 change: use Ctrl- instead of C-, except wrt Emacs.
8273 (File-I/O Examples): Put Ctrl-c in @kbd.
8274 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8275 (Console I/O): Use @samp with Ctrl-.
8276 (Signals, Set Breaks, Set Watchpoints): Document optional
8277 arguments to `info signals' `handle', `info breakpoints', and
8278 `info watchpoints'.
8279
8280 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8281
8282 * gdb.texinfo (Backtrace): Fix last change.
8283
8284 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8285
8286 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8287
8288 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8289
8290 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8291 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8292 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8293
8294 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8295 Daniel Jacobowitz <dan@codesourcery.com>
8296
8297 * gdb.texinfo (Packets): Document vFlashErase,
8298 vFlashWrite and vFlashDone packets.
8299 (General Query Packets): Document qXfer:memory-map:read.
8300 Add a new feature for qXfer:memory-map:read.
8301 (Memory map format): New section.
8302 (Target Commands): Mention that gdb can write flash.
8303
8304 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8305 Daniel Jacobowitz <dan@codesourcery.com>
8306
8307 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8308 memory regions and "mem auto".
8309
8310 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8311
8312 * gdbint.texinfo (Array Containers): New section.
8313
8314 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8315
8316 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8317 -stack-list-arguments HIGH_FRAME argument can be larger then the
8318 actual number of frames.
8319
8320 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8321
8322 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8323 -stack-list-locals HIGH_FRAME argument can be larger then the
8324 actual number of frames.
8325
8326 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8327
8328 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8329 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8330
8331 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8332
8333 * gdbint.texinfo (Overall Structure): New section "Source Tree
8334 Structure".
8335
8336 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8337
8338 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8339 responses.
8340
8341 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8342
8343 * gdb.texinfo (Source Path): Add documentation for new
8344 substitute-path commands.
8345
8346 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8347
8348 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8349 (Running Configure): ...here.
8350 (Requirements): New node. Mention expat.
8351
8352 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8353
8354 * gdb.texinfo (Target Commands): Remove
8355 'set download-write-size' and 'show download-write-size'.
8356
8357 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8358
8359 * stabs.texinfo (Member Type Descriptor): Correct example for
8360 pointer to member types.
8361
8362 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8363
8364 * gdb.texinfo (Optional warnings and messages): Add
8365 'set/show trace-commands'.
8366 (Command files): Add '-v' to source command.
8367
8368 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8369
8370 * gdb.texinfo (OS Information): Update qPart reference to
8371 qXfer.
8372 (Remote configuration): Likewise.
8373 (Overview): Move @cindex to the start of a paragraph. Talk
8374 about binary data encoding.
8375 (Packets): Refer to the overview for the details of the X
8376 packet encoding.
8377 (General Query Packets): Remove qPart description. Add qXfer
8378 description. Add an anchor to qSupported. Correct feature
8379 table title. Add a new feature for qXfer:auxv:read.
8380 (Interrupts): Add a missing parenthesis.
8381
8382 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8383
8384 * gdb.texinfo (KOD): Remove node.
8385 (GDB/MI Kod Commands): Remove commented out node.
8386
8387 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8388
8389 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8390 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8391 (GDB/MI Thread Commands, GDB/MI Program Execution)
8392 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8393 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8394 (GDB/MI File Commands, GDB/MI Target Manipulation)
8395 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8396 since the MI prompt is hard-wired into the code.
8397
8398 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8399
8400 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8401 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8402 (GDB/MI Data Manipulation): Remove description of unimplemented
8403 display related commands as variable objects perform this function
8404 and are superior: -display-delete, -display-disable,
8405 -display-enable, -display-insert and -display-list. Move
8406 -environment-cd, -environment-directory, -environment-path
8407 and -environment-pwd to "Program Context".
8408 (GDB/MI Program Control): Rename to "Program Execution". Move
8409 -exec-arguments -exec-abort to...
8410 (GDB/MI Program Context): ...here. New node split from "Data
8411 Manipulation".
8412
8413 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8414
8415 * gdb.texinfo (Remote configuration): Document set / show
8416 remote supported-packets.
8417 (General Query Packets): Document qSupported packet.
8418
8419 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8420
8421 * gdb.texinfo (system): Document behaviour with zero length
8422 string.
8423
8424 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8425
8426 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8427 and font markup.
8428 (Protocol basics): Likewise.
8429 (The F request packet): Likewise.
8430 (The F reply packet): Likewise.
8431 (Memory transfer): Move this node to be a subsubsection of
8432 "Protocol specific representation of datatypes".
8433 (The Ctrl-C message): More copy editing.
8434 (Console I/O): Likewise.
8435 (The isatty call): Delete this node, and merge its content into
8436 the "isatty" node. Fixed references elsewhere.
8437 (The system call): Delete this node, and merge its content into
8438 the "system" node. Fixed references elsewhere.
8439 (open): Reformat to use @table, and add appropriate font markup.
8440 (close): Likewise.
8441 (read): Likewise.
8442 (write): Likewise.
8443 (lseek): Likewise.
8444 (rename): Likewise.
8445 (unlink): Likewise.
8446 (stat/fstat): Likewise.
8447 (gettimeofday): Likewise.
8448 (isatty): Likewise.
8449 (system): Likewise, plus minor changes to fix confusing wording.
8450 (Integral datatypes): Fix font markup.
8451 (Pointer values): Likewise.
8452 (struct stat): Fix markup to use @table, plus minor copy editing.
8453 (struct timeval): Fix font markup, plus minor copy editing.
8454 (Constants): Minor copy editing.
8455 (Errno values): Add font markup.
8456 (File-I/O Examples): Likewise.
8457
8458 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8459
8460 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8461 (GDB/MI Simple Examples): Move node up one level. Use real
8462 examples.
8463 (GDB/MI Compatibility with CLI): Update.
8464 (GDB/MI Result Records): Add "connected" and "exit" result
8465 classes.
8466 (GDB/MI Stream Records): Clarify target output.
8467 (GDB/MI Command Description Format): Modify example description.
8468 (GDB/MI Breakpoint Table Commands): Rename to...
8469 (GDB/MI Breakpoint Commands): ...this
8470 (GDB/MI Breakpoint Commands): Add optional thread field.
8471 (GDB/MI Program Control): Add an introduction. Move "Program
8472 termination" examples into exec-run description.
8473 (GDB/MI File Commands): Mention similar CLI commands.
8474 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8475 is similar to "-gdb-version".
8476
8477 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8478
8479 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8480
8481 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8482
8483 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8484 sourceware.org for mailing lists.
8485 (GDB/MI File Commands): New node split from Program Control.
8486
8487 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8488
8489 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8490
8491 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8492
8493 * gdb.texinfo (Cygwin Native): Fix last change.
8494
8495 2006-05-22 Christopher Faylor <cgf@timesys.com>
8496
8497 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8498
8499 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8500
8501 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8502 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8503
8504 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8505
8506 * gdb.texinfo (General Query Packets): Recommend not starting
8507 new packets with qC and clarify.
8508
8509 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8510
8511 * gdb.texinfo (M2 Types): New section.
8512
8513 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8514
8515 * agentexpr.texi: Add a copyright and license notice.
8516 * observer.texi: Likewise, with GPL clause for function prototypes.
8517 Remove trailing whitespace.
8518
8519 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8520
8521 * gdb.texinfo (General Query Packets): Document conventions for
8522 terminating packet names, and their violations.
8523
8524 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8525
8526 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8527 * gdb.texinfo: Likewise.
8528
8529 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8530
8531 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8532 and "show remotedebug".
8533 (Debugging Output): Add additional index entries.
8534
8535 2006-04-27 Michael Snyder <msnyder@redhat.com>
8536
8537 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8538
8539 2006-04-22 Andrew Cagney <cagney@redhat.com>
8540
8541 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8542 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8543
8544 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8545
8546 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8547 and remove breakpoint prototypes.
8548 (Watchpoints): Move description of target_insert_hw_breakpoint and
8549 target_remove_hw_breakpoint ...
8550 (Breakpoints): ... to here. Document target_insert_breakpoint and
8551 target_remove_breakpoint.
8552
8553 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8554
8555 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8556 and C packets are optional.
8557
8558 2006-04-14 Frederic Riss <frederic.riss@st.com>
8559
8560 * gdb.texinfo (Specifying source directories): Update the description
8561 of the source file search to reflect the fact that the source path
8562 always contains at least $cdir and $cwd.
8563
8564 2006-03-31 Michael Snyder <msnyder@redhat.com>
8565
8566 * gdb.texinfo: Update copyright dates.
8567
8568 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8569
8570 * gdb.texinfo (Overview): Add an index entry to "empty response".
8571
8572 2006-03-29 Steve Ellcey <sje@cup.hp.com>
8573
8574 * gdb.texinfo: Remove gdbserve.nlm documentation.
8575
8576 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8577
8578 * gdbint.texinfo (Prologue Analysis): New section.
8579
8580 2006-03-07 Jim Blandy <jimb@red-bean.com>
8581
8582 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8583
8584 * gdb.texinfo (Target Commands): Update text describing how to
8585 specify a target. Refer to the detailed section on remote
8586 debugging, not the brief mention.
8587
8588 * gdb.texinfo (Connecting): Organize the different 'target remote'
8589 connection methods into a table. Add a 'target remote' index
8590 entry. (!!!)
8591
8592 2006-02-17 Fred Fish <fnf@specifix.com>
8593
8594 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8595 'ptype' commands to reflect the fact that the only significant
8596 difference between them is that ptype prints the complete type
8597 description instead of just the name.
8598
8599 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8600
8601 * gdbint.texinfo (Watchpoints): Delete
8602 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8603
8604 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8605
8606 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8607 times fields where needed. Fix typos. Update general form given
8608 for output of -break-insert.
8609 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8610
8611 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8612
8613 * gdbint.texinfo (Symbol Handling): Add a section
8614 on memory management.
8615
8616 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8617
8618 * gdb.texinfo (Breakpoint table commands): Document the fullname
8619 field in -break-list output.
8620
8621 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8622
8623 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8624 debugging information produced by the various "set debug..."
8625 options.
8626
8627 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8628
8629 * gdb.texinfo (Files): Remove obsolete bits from the description
8630 of "symbol-file".
8631
8632 2006-01-25 Jim Blandy <jimb@redhat.com>
8633
8634 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8635
8636 2006-01-24 Jim Blandy <jimb@redhat.com>
8637
8638 * gdbint.texinfo (Frames): Document the basics of GDB's register
8639 unwinding model, and explain the existence of the "sentinel" frame.
8640
8641 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8642
8643 * gdb.texinfo (Choosing files): Mention that -directory is used
8644 for script files.
8645 (Specifying source directories): Likewise.
8646 (Command files): Explain how script files are found.
8647
8648 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8649
8650 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8651 the threads in a multi-threaded program.
8652 (Threads): The threadno argument of "thread apply" can be a range
8653 of numbers.
8654
8655 2006-01-18 Jim Blandy <jimb@redhat.com>
8656
8657 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8658 of warning flags.
8659
8660 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8661
8662 * gdb.texinfo (Sequences): Improve menu annotations.
8663 (Define): Add index entries for arguments of user-defined
8664 commands. Move the description of flow-control commands...
8665 (Command Files): ...to here. Document loop_break and
8666 loop_continue.
8667 (Define, Command Files): Document `end' and add index entries for
8668 it.
8669
8670 2006-01-04 Michael Snyder <msnyder@redhat.com>
8671
8672 * gdb.texinfo: Add documentation for linux-fork.
8673 * gdbint.texinfo: Add internal documentation for checkpoints.
8674
8675 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8676
8677 * gdb.texinfo (Omissions from Ada): Document that there is now
8678 limited aggregate support.
8679
8680 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8681
8682 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8683 registers and the likes.
8684
8685 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8686
8687 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8688 (Symbols): Fix usage of "e.g.".
8689 (Memory Region Attributes): Fix usage of "etc."
8690
8691 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8692 (Coding): Fix usage of "e.g.".
8693
8694 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8695
8696 * stabs.texinfo:
8697 * refcard.tex:
8698 * gpl.texi:
8699 * gdbint.texinfo:
8700 * gdb.texinfo:
8701 * gdb-cfg.texi:
8702 * fdl.texi:
8703 * annotate.texinfo:
8704 * all-cfg.texi:
8705 * Makefile.in: Add (C) after Copyright. Update the FSF
8706 address.
8707
8708 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8709
8710 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8711 extend GDB with commands for external monitor.
8712
8713 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8714
8715 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8716
8717 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8718
8719 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8720
8721 2005-11-21 Jim Blandy <jimb@redhat.com>
8722
8723 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8724 placement of 'R' actions in tracepoint action packets; document
8725 dependence of 'X' and 'M' actions on a preceding 'R' action for
8726 their registers.
8727
8728 2005-11-19 Jim Blandy <jimb@redhat.com>
8729
8730 * gdb.texinfo (Tracepoint Packets): New node.
8731 (General Query Packets): Add entries for the tracepoint packets,
8732 referring to the "Tracepoint Packets" node.
8733 (Tracepoints): Add reference to "Tracepoint Packets".
8734
8735 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8736
8737 * gdb.texinfo (set remotebreak): Add anchor.
8738 (X packet): Likewise.
8739 (Remote Protocol): Add new section `Interrupts' and new index
8740 entry `interrupts (remote protocol)'.
8741
8742 2005-11-18 Jim Blandy <jimb@redhat.com>
8743
8744 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8745 entries into the General Query Packets section. Add a
8746 cross-reference to that section. Drop description of replies, as
8747 these are covered in the descriptions of each packet.
8748 (General Query Packets): Add introductory text. Explain naming
8749 conventions, and how the end of a name is recognized.
8750
8751 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8752
8753 * gdb.texinfo (Remote configuration): Fix typo in description of
8754 "set remotebreak" command.
8755
8756 2005-11-16 Jim Blandy <jimb@redhat.com>
8757
8758 * gdb.texinfo (Packets, Stop Reply Packets)
8759 (General Query Packets): Various formatting cleanups.
8760 - Use @samp for packet contents.
8761 - Drop summaries from packet @item lines; the same information appears
8762 immediately below in the description.
8763 - Delete paragraph breaks after packet @item commands, so that the
8764 description appears directly to the right of the packet prototype
8765 in the printed manual, if it fits.
8766 - Place spaces in packet prototypes between @vars and non-@var
8767 letters, and explain that they're just for formatting.
8768 - Use @dots{} instead of '...'.
8769 - Fix uses of @code where @var was needed.
8770 - Replace "deprecated" markers with English text spelling out the
8771 packet's status and the preferred alternatives.
8772 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8773 what this ever meant.
8774 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8775 this for a long time.
8776 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8777 implemented several times, and have been in use for years.
8778
8779 2005-11-15 Jim Blandy <jimb@redhat.com>
8780
8781 * gdb.texinfo (Packets): Add index entries for 'm' packet
8782 disclaimers.
8783
8784 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8785 of stub when processing an 'm' packet.
8786
8787 * gdb.texinfo (Packets): Mention that packets beginning with
8788 letters are reserved once, at the top, instead of actually listing
8789 them all and saying "reserved".
8790
8791 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8792
8793 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8794 Change @var{$arg0 to @code{$arg0.
8795
8796 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8797
8798 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8799
8800 2005-11-12 Jim Blandy <jimb@redhat.com>
8801
8802 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8803 order. Remove extraneous 'z'.
8804
8805 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8806
8807 * gdb.texinfo (Choosing files): Add --eval-command.
8808
8809 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8810
8811 * gdb.texinfo (Choosing modes): Add --return-child-result.
8812
8813
8814 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8815
8816 * gdb.texinfo (Choosing modes): Add --batch-silent.
8817
8818 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8819
8820 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8821 "The -var-update Command".
8822
8823 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8824
8825 * gdb.texinfo (Print Settings): Add documentation for set/show
8826 print array-indexes.
8827
8828 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8829
8830 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8831 6.2 and 6.3.
8832
8833 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8834
8835 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8836 since 19-Jan-2004.
8837 (Files): Likewise.
8838 (Variables, Symbols): Document the "<incomplete type>" message and
8839 its reasons.
8840
8841 2005-08-01 Fred Fish <fnf@specifix.com>
8842
8843 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8844
8845 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8846
8847 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8848 option for -var-list-children and -var-update.
8849 (GDB/MI Stack Manipulation): Simplify description of
8850 print-values option for -stack-list-locals.
8851 (GDB/MI Command Description Format): Clarify.
8852 (Mode Options): Spelling of superseded.
8853
8854 2005-07-12 Bob Rossi <bob@brasko.net>
8855
8856 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8857 corresponding GDB command comment.
8858
8859 2005-07-06 Bob Rossi <bob@brasko.net>
8860
8861 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8862 and -inferior-tty-show.
8863 (Input/Output): Document "set/show inferior-tty" and tty alias.
8864
8865 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8866
8867 * gdb.texinfo (Packets): Change description of 'D' packet to note
8868 that GDB does wait for a response.
8869
8870 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8871
8872 * gdb.texinfo (History) Rename "Command History".
8873 (Command History): Move node "Server Prefix" from section on
8874 Annotations here.
8875
8876 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8877
8878 * gdb.texinfo (GDB/MI Stack Manipulation):
8879 Re-instate -stack-info-frame with example. Say that it gets
8880 info on selected frame, not current frame.
8881
8882 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8883
8884 * gdb.texinfo (Server): Clarify that `file' should be used before
8885 connecting to the server.
8886 (Files): Add an xref to the above description.
8887 (Output Formats): More detailed description of the `c' format.
8888 (Memory): List explicitly all the formats supported by `x'.
8889 (Threads): Add an @cindex entry for "thread apply".
8890 (Files): Document the possibility of loading unlinked object
8891 files. Add more indexing for solib-absolute-prefix and
8892 --with-sysroot.
8893 (Machine Code): Document possible problems with locations in
8894 shared libraries.
8895 (Backtrace): Document that free-standing environments do not need
8896 to have a `main' function.
8897
8898 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8899
8900 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8901 -stack-info-frame.
8902
8903 2005-06-07 Andrew Cagney <cagney@gnu.org>
8904
8905 * gdb.texinfo (Contributors): Note the original multi-arch
8906 contributors.
8907
8908 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8909
8910 * gdb.texinfo (Registers): Add index entries for the standard
8911 registers.
8912 (Frames): Add cross-reference from frame pointer description to
8913 the Registers node.
8914 (Annotations Overview): Fix the reference to GDB name.
8915
8916 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8917
8918 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8919 can-use-hw-watchpoints.
8920
8921 2005-05-28 Bob Rossi <bob@brasko.net>
8922
8923 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8924 the possible reasons why an exec async record would be returned to FE.
8925
8926 2005-05-26 Andrew Cagney <cagney@gnu.org>
8927
8928 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8929 Andrew Cagney implemented the original GDB/MI.
8930
8931 2005-05-23 Orjan Friberg <orjanf@axis.com>
8932
8933 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8934 documentation. Add documentation for cris-mode.
8935
8936 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8937
8938 * gdb.texinfo (Numbers): Explain the example and make the wording
8939 more acurate.
8940
8941 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8942 Dennis Brueni <dennis@slickedit.com>
8943
8944 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8945 (GDB/MI Data Manipulation, GDB/MI Program Control)
8946 (GDB/MI Stack Manipulation): Update examples to include the fullname
8947 attribute in stack frames.
8948
8949 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8950
8951 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8952 do with other non-standard names of init files.
8953
8954 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8955
8956 * gdb.texinfo (Command Files): Move the description of the startup
8957 from here...
8958 (Startup): ...to this new subsection of the Invocation chapter.
8959 Rearrange the description of init files more logically and add a
8960 cross-reference to "Command Files". Document the special gdbinit
8961 name for CISCO 68k. Expand the description of what GDB does
8962 during startup.
8963 (History): Add index entry for HISTSIZE.
8964
8965 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8966
8967 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8968
8969 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8970
8971 * gdb.texinfo (SVR4 Process Information, The isatty call)
8972 (The system call): Don't use foo(N) notation for man pages and
8973 functions.
8974 (Compilation, DJGPP Native): Improve wording.
8975
8976 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8977
8978 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8979 were optimized away.
8980
8981 2005-04-22 Eli Zaretskii <eliz@gnu.org>
8982
8983 * gdb.texinfo (Remote configuration): Document "set/show
8984 get-thread-local-storage-address". Add cross-reference to the
8985 description of the qGetTLSAddr packet.
8986 (General Query Packets): Mention "set remote
8987 get-thread-local-storage-address" and add a reference to its
8988 description.
8989
8990 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
8991
8992 * gdb.texinfo (Backtrace): Describe 'bt full'.
8993
8994 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
8995
8996 * gdb.texinfo (Mode Options): Fix typo.
8997 (GDB/MI): Describe how to invoke GDB/MI.
8998
8999 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9000
9001 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9002 references changed. Add description of "info udot".
9003 (Files): Document "set/show stop-on-solib-events".
9004 (M32R/D): Document "set/show download-path", "set/show
9005 board-address", "set/show server-address", "upload", "tload".
9006 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9007 "use_mon_code", "use_ib_break", "use_dbt_break".
9008 (Maintenance Commands): Improve indexing.
9009 (Target Commands): Document "set/show hash", "set/show debug
9010 monitor".
9011 (SVR4 Process Information): Document "info pidlist" and "info
9012 meminfo". Document "set/show procfs-tarce" and "set/show
9013 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9014 (Symbols, The Print Command with Objective-C): Improve indexing.
9015 (Objective-C): Add references to "info classes" and "info
9016 selectors".
9017 (Debugging Output): Improve wording. Document "set/show debug
9018 solib-frv". Fix "set/show debugvarobj".
9019 (Set Breaks): Add index entry for "hardware breakpoints".
9020 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9021 and "set/show usehardbreakpoints".
9022 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9023 monitor-prompt", "set/show monitor-warnings", "pmon".
9024 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9025 rdiromatzero", "set/show rdiheartbeat".
9026 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9027 "sds".
9028 (Embedded Processors): Document the "sim" command.
9029 (Remote): Document the "remote" command.
9030 (DJGPP Native): Document the "info serial" command.
9031 (Threads): Document "maint info sol-threads".
9032 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9033 (Set Breaks): Improve indexing.
9034 (Command Syntax): Add a reference to dont-repeat.
9035 (Define): Document "dont-repeat".
9036 (TUI Commands): Document "tabset".
9037 (WinCE): New subsection. Document "set/show remotedirectory",
9038 "set/show remoteupload", "set/show remoteaddhost".
9039
9040 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9041
9042 * gdb.texinfo (Hurd Native): New subsection, documents
9043 Hurd-specific commands.
9044 (Maintenance Commands): Add cross-reference to "Debugging Output".
9045 (Debugging Output): Document "set/show debug lin-lwp".
9046 (MIPS): Improve documentation of heuristic-fence-post. Document
9047 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9048 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9049 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9050 (ARM): Document ARM-specific commands.
9051 (AVR): New section. Document "info io_registers".
9052 (CRIS): New section. Document "set/show cris-version" and
9053 "set/show cris-dwarf2-cfi".
9054 (HPPA): New section. Document "set/show debug hppa" and "maint
9055 print unwind".
9056 (Neutrino): New subsection. Document "set/show debug nto-debug".
9057 (Super-H): New section. Document the "regs" command.
9058 (Debugging Output): Document "set/show debug aix-thread".
9059
9060 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9061
9062 * gdb.texinfo (Print Settings): Document "set/show print
9063 pascal_static-members", "set print repeats", "show print
9064 null-stop". Improve indexing. Fix documentation of "set print
9065 union".
9066 (Pascal): New section.
9067 (Supported languages): Rename from "Support"; all references
9068 updated. Add a menu item for Pascal.
9069 (Numbers): Document "set radix.
9070 (Screen Size): Document "set/show pagination".
9071 (MIPS Embedded): Remove "set processor" documentation.
9072 (Remote configuration): Document "set/show X/P/Z-packet",
9073 "set/show read-aux-vector-packet", "set/show remote
9074 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9075 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9076 remotedebug", "set/show remotebreak", "set/show remotedevice",
9077 "set/show remotelogfile".
9078 (Auxiliary Vector): Add reference to the description of the
9079 read-aux-vector-packet setting.
9080 (Set Watchpoints): Add a cross-reference to "set remote
9081 hardware-breakpoint-limit".
9082 (General Query Packets): Add indexing of requests and
9083 cross-references to related commands in "Remote configuration".
9084 (File-I/O Overview, The system call): Fix wording and typos.
9085 (Thread Stops): Add index entries.
9086 (Continuing and Stepping): Document "show step-mode".
9087 (i386): New node. Document "set/show struct-convention".
9088 (Files): Document "show trust-readonly-sections".
9089 (Calling): Document "set/show unwindonsignal".
9090 (Messages/Warnings): Add index entries.
9091 (Maintenance Commands): Document "set/show watchdog".
9092 (Annotations Overview): Document "show annotate".
9093 (Set Watchpoints): Add index entries.
9094 (Symbols): Fix doc of case-sensitive.
9095 (ABI): Document "show coerce-float-to-double".
9096 (Convenience Vars, Help): Improve indexing.
9097 (Machine Code): Document "show disassembly-flavor".
9098 (Debugging C plus plus): Document "show overload-resolution".
9099 (Value History, Signaling): Add index entries.
9100
9101 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9102
9103 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9104 (Processes): Fix wording.
9105 (History, List, Logging output, Define, Symbols, Print Settings):
9106 Improve indexing.
9107
9108 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9109
9110 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9111 redundant index entry for "target" command.
9112 (Backtrace): Add index entries.
9113 (Symbols, Fortran): Document the "set case-sensitive" command.
9114 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9115 (Print Settings): Add index entry for "set demangle-style".
9116 (Target Commands): Document "set download-write-size".
9117 (Debugging Output): Document "set exec-done-display".
9118
9119 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9120
9121 * gdb.texinfo (Files): Fix the name and documentation of
9122 add-shared-symbol-files. Document its alias assf. Update the
9123 list of OSs where GDB supports shared libraries. Fix markup.
9124 (Continuing and Stepping): Add reference to @var{location} in the
9125 text.
9126 (Dump/Restore Files): Fix reference to @{filename}.
9127 (Help): Fix wording.
9128 (Attach): Ditto.
9129 (Set Watchpoints): Ditto.
9130 (Backtrace): Remove redundant index entries. Improve index
9131 entries.
9132 (Delete Breaks): Fix wording.
9133 (Memory): Document the compare-sections command.
9134 (Memory Region Attributes): Improve wording.
9135 (Disabling): Improve wording.
9136 (Fortran): New subsection. Document the "info common" command.
9137 (Help): Document aliases "info copying" and "info warranty".
9138 (Caching Remote Data): New section. Document the "set/show
9139 remotecache" and "info dcache" commands.
9140 (Show): Fix wording of the documentation of the "set
9141 extension-language" command.
9142 (Signals): Add index entry for "info handle".
9143 (Memory Region Attributes): Fix punctuation.
9144 (Symbols): Change the arg name to "location" and refer to it in
9145 the text. Fix wording of "info types" doc.
9146 (Threads): Fix usage of @enumerate @item's.
9147 (Listing Tracepoints): Add index entry for "info tp".
9148 (Set Watchpoints): Add xref to "info break" description.
9149 (Macros): Add an index entry for "macro exp1". Document the
9150 "macro list" command.
9151 (Maintenance Commands): Document "flushregs", "maint agent",
9152 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9153 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9154 "maint print architecture", "maint print objfiles", "maint print
9155 statistics", "maint print type", "maint show-debug-regs", "maint
9156 space", "maint time", and "maint translate-address".
9157 (Connecting): Document the "monitor" command.
9158 (Annotations Overview): Describe the "set annotate" command.
9159
9160 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9161
9162 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9163 Rearrange index entries and improve wording about support for
9164 hardware watchpoints.
9165
9166 2005-03-10 Bob Rossi <bob@brasko.net>
9167
9168 * gdb.texinfo: Update copyright
9169
9170 2005-02-09 Theodore A. Roth <troth@openavr.org>
9171
9172 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9173 error.
9174
9175 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9176
9177 * observer.texi (executable_changed): New observer.
9178
9179 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9180
9181 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9182
9183 2005-01-17 Michael Snyder <msnyder@redhat.com>
9184
9185 * gdb.texinfo: Fix spelling, infinte -> infinite.
9186
9187 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9188
9189 * observer.texi (GDB Observers): Document "solib_loaded".
9190
9191 2005-01-07 Andrew Cagney <cagney@gnu.org>
9192
9193 * configure.ac: Rename configure.in, require autoconf 2.59.
9194 * configure: Re-generate.
9195
9196 * configure.in: Replace configdirs with multiple references to
9197 AC_CONFIG_SUBDIRS.
9198 * configure: Re-generate.
9199
9200 2005-01-04 Andrew Cagney <cagney@gnu.org>
9201
9202 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9203 part of the version number.
9204
9205 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9206
9207 * gdbint.texinfo (Algorithms): Remove description of
9208 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9209
9210 2004-12-07 Jim Blandy <jimb@redhat.com>
9211
9212 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9213 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9214 numbers.
9215
9216 2004-12-07 Andreas Schwab <schwab@suse.de>
9217
9218 * gdb.texinfo (Mode Options): Document -l option.
9219
9220 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9221
9222 * gdbint.texinfo (Algorithms): More accurate description of
9223 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9224 is not needed unless data-read and data-access watchpoints are
9225 supported. Add a description of how GDB checks whether the
9226 inferior stopped because a watchpoint was hit.
9227
9228 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9229
9230 * gdb.texinfo (Files): Add cross-reference to description of
9231 -readnow command-line switch.
9232
9233 2004-11-10 Randolph Chung <tausq@debian.org>
9234
9235 * gdb.texinfo: Document set/show backtrace past-entry commands.
9236 Rearrange index entries for set/show backtrace past-main.
9237
9238 2004-11-10 Jon Beniston <jon@beniston.com>
9239
9240 Committed by Andrew Cagney <cagney@gnu.org>.
9241 * gdb.texinfo (Remote Serial Protocol): Further describe
9242 binary transfer escaping mechanism .
9243
9244 2004-11-08 Randolph Chung <tausq@debian.org>
9245
9246 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9247 and "show debug infrun". Add index entries.
9248
9249 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9250
9251 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9252 "info proc" that are already implemented. Add index entries.
9253 (Working Directory): Add a cross-reference to "info proc" command.
9254 (Files): Add a tip for decreasing memory used for symtabs from
9255 shared libraries.
9256 (Starting): Fix whitespace; make "elaboration" stand out where it
9257 is first used, and add an index entry for the term.
9258 (Calling): Expand and elaborate text. Add "print". Add the
9259 description of problems with weak aliases.
9260 (Core File Generation): New section.
9261
9262 2004-10-12 Andrew Cagney <cagney@gnu.org>
9263
9264 * gdbint.texinfo (Versions and Branches): New chapter.
9265 (Releasing GDB): Delete "Versions and Branches" section.
9266 (Top): Add "Versions and Branches".
9267
9268 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9269
9270 * gdb.texinfo (Editing, History): Add cross-references to the
9271 included Readline and History user documentation. Remove
9272 references to the symbol have-readline-appendices which is unused
9273 and undefined.
9274 (History): Fix indexing.
9275
9276 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9277
9278 * gdbint.texinfo (target_stopped_data_address): Update to
9279 new prototype.
9280 (i386_stopped_data_address): Update prototype and description.
9281 (i386_stopped_by_watchpoint): New function and description.
9282
9283 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9284
9285 * gdb.texinfo (Filenames): Add Ada suffixes.
9286 (Ada) New section.
9287
9288 2004-09-27 Andrew Cagney <cagney@gnu.org>
9289 Robert Picco <Robert.Picco@hp.com>
9290
9291 * gdb.texinfo (Packets): Document the "p" packet.
9292
9293 2004-09-21 Jason Molenda (jmolenda@apple.com)
9294
9295 * gdb.texinfo (Paths and Names of the Source Files): Document the
9296 meaning of values in the 'desc' field of a SO stab.
9297
9298 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9299
9300 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9301 max-cache-age" and "maint show dwarf2 max-cache-age".
9302
9303 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9304
9305 * gdb.texinfo (Set Breaks): Add index entry for setting
9306 breakpoints on overloaded C++ functions that are not members of
9307 any classes. Add an example and an index entry for setting
9308 breakpoints on all program functions.
9309 (Character Sets, Macros, Overlay Commands)
9310 (Non-debug DLL symbols, GDB/MI Output Syntax)
9311 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9312 Use "(@value{GDBP})" instead of a literal "(gdb)".
9313
9314 2004-09-12 Andrew Cagney <cagney@gnu.org>
9315
9316 * gdbint.texinfo (Native Debugging): Delete description of
9317 FILES_INFO_HOOK.
9318
9319 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9320
9321 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9322 to hex_string_custom (not historically correct, but more
9323 understandable, given the current code).
9324
9325 2004-09-03 Andrew Cagney <cagney@gnu.org>
9326
9327 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9328
9329 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9330
9331 * observer.texi (solib_unloaded): New observer.
9332
9333 2004-08-24 Andrew Cagney <cagney@gnu.org>
9334
9335 * gdbint.texinfo (Target Architecture Definition): Add missing
9336 comma.
9337
9338 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9339
9340 * (Using the Testsuite): build != host is supported,
9341 but some test scripts do not support build != host.
9342
9343 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9344
9345 * gdbint.texinfo (Host Definition): Delete description of
9346 FCLOSE_PROVIDED and GETENV_PROVIDED.
9347
9348 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9349
9350 * gdbint.texinfo (Host Definition): Remove documentation for
9351 USE_O_NOCTTY, no longer used.
9352
9353 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9354
9355 * gdbint.texinfo (Host Definition): Delete description of
9356 NO_SYS_FILE.
9357 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9358 PTRACE_FP_BUG.
9359
9360 2004-08-05 Andrew Cagney <cagney@gnu.org>
9361
9362 * gdbint.texinfo (Target Architecture Definition): Delete
9363 reference to deprecated_read_fp.
9364
9365 2004-08-02 Andrew Cagney <cagney@gnu.org>
9366
9367 * gdbint.texinfo (Target Architecture Definition): Delete
9368 description of DEPRECATED_REGISTER_BYTES.
9369
9370 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9371
9372 * gdb.texinfo (Source Path): Document the new behavior of
9373 searching for the source files.
9374
9375 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9376
9377 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9378 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9379 (Auto Display): Improve indexing.
9380
9381 2004-07-16 Andrew Cagney <cagney@gnu.org>
9382
9383 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9384 "-noasync".
9385
9386 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9387
9388 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9389 have the same prefix have only their prefix in the index.
9390
9391 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9392
9393 * gdb.texinfo (BSD libkvm Interface): New node (section)
9394 (Native): Add it to the menu.
9395
9396 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9397
9398 * gdbint.texinfo (Target Architecture Definition): Remove
9399 PCC_SOL_BROKEN.
9400
9401 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9402
9403 * gdbint.texinfo (Target Architecture Definition): Remove
9404 SUN_FIXED_LBRAC_BUG.
9405
9406 2004-06-26 Andrew Cagney <cagney@gnu.org>
9407
9408 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9409
9410 2004-06-20 Andrew Cagney <cagney@gnu.org>
9411
9412 * gdbint.texinfo (Target Architecture Definition): Deprecate
9413 USE_STRUCT_CONVENTION.
9414
9415 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9416
9417 gdb.texinfo (Bug Reporting): Mention session recording,
9418 with the script command or Emacs.
9419
9420 2004-06-18 Andrew Cagney <cagney@gnu.org>
9421
9422 * gdbint.texinfo (Target Architecture Definition): Deprecate
9423 FUNCTION_START_OFFSET.
9424
9425 2004-06-14 Andrew Cagney <cagney@gnu.org>
9426
9427 Based on changes from Karl Berry.
9428 * gdb.texinfo: Do not use @sc in a direntry.
9429 * stabs.texinfo: Change @dircateogry to "Software development".
9430 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9431
9432 2004-06-13 Andrew Cagney <cagney@gnu.org>
9433
9434 * gdbint.texinfo (Target Architecture Definition): Delete
9435 description of RETURN_VALUE_ON_STACK.
9436
9437 2004-06-09 Andrew Cagney <cagney@gnu.org>
9438
9439 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9440 deleted by previous patch.
9441
9442 2004-06-08 Andrew Cagney <cagney@gnu.org>
9443
9444 * gdbint.texinfo (Native Debugging): Delete documentation on
9445 ATTACH_DETACH.
9446
9447 2004-06-06 Randolph Chung <tausq@debian.org>
9448
9449 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9450
9451 2004-06-06 Randolph Chung <tausq@debian.org>
9452
9453 * gdb.texinfo (push_dummy_call): Update argument list to match
9454 the new push_dummy_call method signature. Describe the function
9455 argument.
9456
9457 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9458
9459 * gdb.texinfo (Starting): Document new start command.
9460
9461 2004-05-21 Andrew Cagney <cagney@redhat.com>
9462
9463 * observer.texi (GDB Observers): Document "inferior_created".
9464
9465 2004-05-08 Andrew Cagney <cagney@redhat.com>
9466
9467 * gdbint.texinfo (Target Architecture Definition): Delete
9468 description of DO_DEFERRED_STORES.
9469
9470 * gdbint.texinfo (Target Architecture Definition): Delete
9471 references to DEPRECATED_FIX_CALL_DUMMY.
9472
9473 * gdbint.texinfo (Target Architecture Definition): Delete
9474 description of DEPRECATED_CALL_DUMMY_WORDS,
9475 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9476
9477 * gdbint.texinfo (Target Architecture Definition): Delete
9478 description of DEPRECATED_PUSH_DUMMY_FRAME.
9479
9480 * gdbint.texinfo (Target Architecture Definition): Delete
9481 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9482
9483 2004-05-07 Andrew Cagney <cagney@redhat.com>
9484
9485 * observer.texi (GDB Observers): Add "Debugging" section. Include
9486 cross reference to "set/show debug observer".
9487 * gdb.texinfo (Debugging Output): Document "set/show debug
9488 observer".
9489
9490 2004-05-01 Andrew Cagney <cagney@redhat.com>
9491
9492 * gdbint.texinfo (Target Architecture Definition): Delete
9493 description of DEPRECATED_PC_IN_SIGTRAMP.
9494
9495 2004-04-30 Andrew Cagney <cagney@redhat.com>
9496
9497 * gdbint.texinfo (Target Architecture Definition): Delete
9498 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9499
9500 2004-04-30 Orjan Friberg <orjanf@axis.com>
9501
9502 * observer.texi (GDB Observers): Correct spelling.
9503
9504 2004-04-26 Orjan Friberg <orjanf@axis.com>
9505
9506 * observer.texi (GDB Observers): Add target_changed event.
9507
9508 2004-04-08 Andrew Cagney <cagney@redhat.com>
9509
9510 * observer.texi (GDB Observers): Rework, provide generic observer
9511 definitions and then a list of observable events.
9512
9513 2004-04-04 Andrew Cagney <cagney@redhat.com>
9514
9515 * gdbint.texinfo (Host Definition): Delete reference to
9516 NO_SIGINTERRUPT.
9517
9518 2004-04-02 Andrew Cagney <cagney@redhat.com>
9519
9520 * gdbint.texinfo (Target Architecture Definition): Delete
9521 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9522
9523 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9524
9525 * gdb.texinfo (TUI Commands): Document tui reg commands.
9526
9527 2004-03-26 Andrew Cagney <cagney@redhat.com>
9528
9529 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9530 "gdbtui".
9531 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9532 (Contributors): Mention both Text and Terminal User Interface.
9533
9534 2004-03-23 Andrew Cagney <cagney@redhat.com>
9535
9536 * gdbint.texinfo (Target Architecture Definition): Deprecate
9537 references to SIGTRAMP_START and SIGTRAMP_END.
9538
9539 2004-03-23 Andrew Cagney <cagney@redhat.com>
9540
9541 * gdbint.texinfo (Target Architecture Definition): Deprecate
9542 references to PC_IN_SIGTRAMP.
9543
9544 2004-03-19 Andrew Cagney <cagney@redhat.com>
9545
9546 * gdbint.texinfo (Target Architecture Definition): Delete
9547 reference to GDB_TARGET_IS_HPPA.
9548
9549 2004-03-18 Andrew Cagney <cagney@redhat.com>
9550
9551 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9552 describe pre_init and post_init.
9553
9554 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9555
9556 * gdb.texinfo (Debugging Output): Document values for "set debug
9557 target".
9558
9559 2004-02-28 Andrew Cagney <cagney@redhat.com>
9560
9561 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9562
9563 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9564
9565 * gdb.texinfo (breakpoints): Add information about the
9566 new "set breakpoint pending" and "show breakpoint pending"
9567 commands.
9568
9569 2004-02-26 Andrew Cagney <cagney@redhat.com>
9570
9571 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9572 in Per-architecture module data section.
9573
9574 2004-02-25 Roland McGrath <roland@redhat.com>
9575
9576 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9577
9578 2004-02-24 Andrew Cagney <cagney@redhat.com>
9579
9580 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9581 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9582 * fdl.texi: Import Version 1.2, November 2002.
9583
9584 2004-02-17 Andrew Cagney <cagney@redhat.com>
9585
9586 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9587
9588 2004-02-16 Andrew Cagney <cagney@redhat.com>
9589
9590 * gdbint.texinfo (Target Architecture Definition): Deprecate
9591 FRAMELESS_FUNCTION_INVOCATION.
9592
9593 2004-02-16 Andrew Cagney <cagney@redhat.com>
9594
9595 * gdbint.texinfo (Coding): Mention -Wunused-function.
9596
9597 2004-02-14 Andrew Cagney <cagney@redhat.com>
9598
9599 * gdbint.texinfo (Target Architecture Definition): Delete
9600 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9601
9602 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9603
9604 * gdb.texinfo: Properly quote the name "C++".
9605 * gdbint.texinfo: Ditto.
9606 * stabs.texinfo: Ditto.
9607
9608 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9609
9610 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9611 minimal information about libiberty.
9612
9613 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9614
9615 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9616
9617 2004-02-04 Roland McGrath <roland@redhat.com>
9618
9619 * gdb.texinfo (Auxiliary Vector): New node (section).
9620 (Data): Add it to the menu.
9621
9622 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9623
9624 * gdb.texinfo (Breakpoints): Add information about pending
9625 breakpoint support.
9626
9627 2004-01-26 Andrew Cagney <cagney@redhat.com>
9628
9629 * gdb.texinfo (Overview): Delete references to the cisco protocol
9630 including the "N" response.
9631
9632 2004-01-26 Andrew Cagney <cagney@redhat.com>
9633
9634 * gdbint.texinfo (Target Architecture Definition): Rename
9635 EXTRACT_STRUCT_VALUE_ADDRESS to
9636 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9637
9638 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9639
9640 * gdb.texinfo (KOD): Document "show os". Add index entries for
9641 "set/show os" and "info cisco" commands.
9642
9643 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9644
9645 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9646
9647 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9648
9649 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9650 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9651
9652 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9653
9654 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9655 -stack-list-locals.
9656 (GDB/MI Variable Objects): Describe extension to
9657 -var-list-children.
9658
9659 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9660
9661 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9662
9663 2004-01-17 Andrew Cagney <cagney@redhat.com>
9664
9665 * gdbint.texinfo (Target Architecture Definition): Delete
9666 documentation on DEPRECATED_NPC_REGNUM.
9667
9668 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9669
9670 * gdb.texinfo: Update copyright year. Mention that set
9671 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9672 "set follow-fork-mode ask".
9673
9674 2004-01-13 Andrew Cagney <cagney@redhat.com>
9675
9676 * gdbint.texinfo: Update copyright year.
9677 (Coding): Add -Wunused-label to list of -Werror warnings.
9678
9679 2004-01-08 Jason Molenda <jmolenda@apple.com>
9680 Eli Zaretskii <eliz@gnu.org>
9681
9682 * gdb.texinfo: Update copyright.
9683 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9684 around names, as appropriate. Minor syntax cleanup of
9685 _NSPrintForDebugger explanation. Two spaces after periods.
9686 GDBN used instead of lit. "gdb". Index entries added for
9687 print-object and _NSPrintForDebugger. @noindent added in one spot.
9688
9689 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9690
9691 * stabs.texinfo: Add dircategory and direntry commands.
9692 * annotate.texinfo: Ditto.
9693
9694 2003-11-10 Andrew Cagney <cagney@redhat.com>
9695
9696 * gdbint.texinfo (Target Architecture Definition): Replace the
9697 return_value method's "inval" and "outval" parameters with
9698 "readbuf" and "writebuf".
9699
9700 2003-10-28 Jim Blandy <jimb@redhat.com>
9701
9702 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9703 from "The `F' request packet" and "The `F' reply packet", to make
9704 texi2dvi happy.
9705 (File-I/O remote protocol extension): Update menu entries, too.
9706
9707 2003-10-26 Michael Chastain <mec@shout.net>
9708
9709 * gdb.texinfo (Thread Stops): Document the issue with
9710 premature return from system calls in multi-threaded programs.
9711
9712 2003-10-24 Andrew Cagney <cagney@redhat.com>
9713
9714 * annotate.texinfo: Fix "fortunatly"[sic].
9715
9716 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9717
9718 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9719 with "Hitachi" and "Mitsubishi".
9720
9721 2003-10-20 Andrew Cagney <cagney@redhat.com>
9722
9723 * gdbint.texinfo (Target Architecture Definition): Document
9724 gdbarch_return_value. Add cross references from
9725 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9726 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9727
9728 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9729
9730 * gdbint.texinfo (Target Architecture Definition): Document
9731 regset_from_core_section.
9732
9733 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9734
9735 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9736
9737 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9738
9739 From Anthony Green <green@redhat.com>:
9740 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9741
9742 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9743
9744 * gdb.texinfo (Breakpoint related warnings): New node.
9745 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9746
9747 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9748
9749 * gdb.texinfo (Remote Protocol): Document v and vCont.
9750
9751 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9752
9753 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9754 * gdbint.texinfo: Ditto.
9755
9756 2003-10-09 Andrew Cagney <cagney@redhat.com>
9757
9758 From 2003-09-18 David Anderson <davea@sgi.com>:
9759 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9760 "command".
9761
9762 2003-10-03 Andrew Cagney <cagney@redhat.com>
9763
9764 * gdbint.texinfo (Target Architecture Definition): Deprecate
9765 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9766 just target.
9767
9768 2003-10-02 Andrew Cagney <cagney@redhat.com>
9769
9770 * gdbint.texinfo (Target Architecture Definition): Rename
9771 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9772 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9773 * gdbint.texinfo (Target Architecture Definition): Rename
9774
9775 2003-09-30 Andrew Cagney <cagney@redhat.com>
9776
9777 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9778 (Target Architecture Definition):
9779
9780 * gdbint.texinfo (Target Architecture Definition): Rename
9781 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9782
9783 2003-09-29 Andrew Cagney <cagney@redhat.com>
9784
9785 * gdbint.texinfo (Target Architecture Definition): Delete
9786 documentation for NEED_TEXT_START_END.
9787
9788 * gdbint.texinfo (Target Architecture Definition): Rename
9789 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9790 TARGET_WRITE_PC.
9791
9792 2003-09-22 Michael Chastain <mec@shout.net>
9793
9794 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9795
9796 2003-09-21 Anthony Green <green@redhat.com>
9797
9798 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9799
9800 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9801
9802 * gdbint.texinfo (Target Architecture Definition): Document
9803 stabs_argument_has_addr.
9804
9805 2003-09-18 Andrew Cagney <cagney@redhat.com>
9806
9807 * gdbint.texinfo (Target Architecture Definition): Delete
9808 documentation on REGISTER_NAMES.
9809
9810 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9811
9812 * gdbint.texinfo (Target Architecture Definition): Replace
9813 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9814
9815 2003-09-11 Andrew Cagney <cagney@redhat.com>
9816
9817 * gdbint.texinfo (Target Architecture Definition): Replace
9818 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9819
9820 2003-08-18 Andrew Cagney <cagney@redhat.com>
9821
9822 * gdbint.texinfo (Target Architecture Definition): Document
9823 "frame_red_zone_size".
9824
9825 2003-08-09 Andrew Cagney <cagney@redhat.com>
9826
9827 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9828 with "set/show backtrace past-main" and "set/show backtrace
9829 limit".
9830
9831 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9832
9833 * Makefile.in (install-info): Support DESTDIR.
9834 (install-html): Likewise.
9835
9836 2003-08-07 Andrew Cagney <cagney@redhat.com>
9837
9838 Patch from Nick Roberts.
9839 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9840 bindings. Remove description of send-gdb-command.
9841
9842 2003-08-07 Andrew Cagney <cagney@redhat.com>
9843
9844 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9845 GDB 6.0.
9846
9847 2003-08-06 Andrew Cagney <cagney@redhat.com>
9848
9849 * gdb.texinfo (Mode Options): Mention that level three is the
9850 highest available and that level 2 is deprecated.
9851 (Annotations Overview): Mention annotation levels. Cross reference
9852 to "Limitations of the Annotation Interface" in annotate.texi.
9853 (TODO, Value Annotations, Frame Annotations): Delete section.
9854 (Displays, Breakpoint Info): Delete.
9855
9856 2003-08-04 Andrew Cagney <cagney@redhat.com>
9857
9858 * agentexpr.texi: Delete @bye.
9859 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9860 (stabs.info): Add $(srcdir) to include search path.
9861 (html): Depend on "annotate_toc.html", and not "annotate.html".
9862 * stabs.texinfo: Ditto. Include "fdl.texi".
9863 * gdbint.texinfo: Update copyright statement's list of invariant
9864 sections.
9865
9866 2003-07-28 Andrew Cagney <cagney@redhat.com>
9867
9868 * Makefile.in (INFO_DEPS): Add annotate.info.
9869 (dvi, ps, html, pdf): Add annotate.
9870 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9871 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9872 (ANNOTATE_DOC_FILES): New macro.
9873 (ANNOTATE_TEX_TMPS): New macro.
9874 (annotate.info, annotate_toc.html): Specify dependencies.
9875 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9876 * annotate.texinfo: Rename annotate.texi. Get building. Add
9877 "Migrating to GDB/MI" and "Limitations of the Annotation
9878 Interface" chapters. Mention why it is not part of the user
9879 guide. Update copyright notice. Include "fdl.texi".
9880
9881 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9882
9883 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9884
9885 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9886
9887 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9888
9889 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9890
9891 * gdb.texinfo (Server): Mention pidof.
9892
9893 2003-07-22 Andrew Cagney <cagney@redhat.com>
9894
9895 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9896 list.
9897
9898 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9899
9900 * gdb.texinfo (Logging output): New chapter.
9901
9902 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9903
9904 * gdb.texinfo (Unsupported languages): New section.
9905 (Languages): Add link to new section.
9906
9907 2003-06-22 Andrew Cagney <cagney@redhat.com>
9908
9909 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9910
9911 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9912
9913 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9914
9915 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9916
9917 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9918 * agentexpr.texi: Retitle section, and change it to an appendix.
9919 Comment out texinfo initialization. Factor a @var{} into two
9920 pieces to prevent makeinfo warnings.
9921 * gdb.texinfo: Add Agent Expressions appendix.
9922
9923 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9924
9925 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9926
9927 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9928
9929 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9930 remote target". Document the "detach" and "disconnect" commands.
9931 (Server, Netware, Debug Session): Reference "Connecting to a
9932 remote target".
9933 (GDB/MI Target Manipulation): Document "-target-disconnect".
9934
9935 2003-06-13 Andrew Cagney <cagney@redhat.com>
9936
9937 * gdbint.texinfo (Target Architecture Definition): Deprecate
9938 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9939 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9940
9941 2003-06-09 Jim Blandy <jimb@redhat.com>
9942
9943 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9944
9945 2003-06-08 Andrew Cagney <cagney@redhat.com>
9946
9947 * gdbint.texinfo (Target Architecture Definition): Delete
9948 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9949
9950 2003-06-08 Andrew Cagney <cagney@redhat.com>
9951
9952 * gdbint.texinfo (Target Architecture Definition): Document
9953 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9954
9955 2003-06-07 Adam Fedor <fedor@gnu.org>
9956
9957 * gdb.texinfo: Add Objective-C documentation.
9958
9959 2003-06-01 Andrew Cagney <cagney@redhat.com>
9960
9961 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9962 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9963
9964 2003-05-21 Andrew Cagney <cagney@redhat.com>
9965
9966 * gdbint.texinfo (Target Architecture Definition): Delete
9967 references to "extract_address" and "store_address".
9968
9969 2003-05-16 Andrew Cagney <cagney@redhat.com>
9970
9971 * gdbint.texinfo (Target Architecture Definition): Replace
9972 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9973 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9974
9975 2003-05-14 Theodore A. Roth <troth@openavr.org>
9976
9977 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9978
9979 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9980
9981 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9982 (gdb.dvi): Likewise.
9983 (gdb.pdf): Likewise.
9984 (links2roff): Likewise.
9985
9986 2003-05-08 Jim Blandy <jimb@redhat.com>
9987
9988 * gdb.texinfo (Dump/Restore Files): Update documentation for
9989 'dump', 'append', and 'restore': note that format argument is
9990 optional; simplify presentation of the command variants; and be
9991 more precise about the formats.
9992
9993 2003-05-07 Jim Blandy <jimb@redhat.com>
9994
9995 * gdb.texinfo (Symbols): Update documentation: 'maint list
9996 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9997 symtabs' and 'maint info psymtabs'.
9998
9999 2003-05-05 Andrew Cagney <cagney@redhat.com>
10000
10001 * gdbint.texinfo (Target Architecture Definition): Make
10002 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10003 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10004 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10005
10006 2003-05-04 Andrew Cagney <cagney@redhat.com>
10007
10008 * gdb.texinfo (Maintenance Commands): Document "maint print
10009 dummy-frames".
10010
10011 2003-05-04 Andrew Cagney <cagney@redhat.com>
10012
10013 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10014
10015 2003-05-03 J. Brobecker <brobecker@gnat.com>
10016
10017 Thierry Schneider <tpschneider1@yahoo.com>
10018 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10019 for new MI command.
10020
10021 2003-05-03 Andrew Cagney <cagney@redhat.com>
10022
10023 * gdbint.texinfo (Target Architecture Definition): Document
10024 push_dummy_code. Add cross references.
10025
10026 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10027
10028 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10029 set/show charsets commands.
10030
10031 2003-04-28 Andrew Cagney <cagney@redhat.com>
10032
10033 * gdbint.texinfo (Target Architecture Definition): Replace
10034 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10035 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10036
10037 2003-04-28 Andrew Cagney <cagney@redhat.com>
10038
10039 * gdbint.texinfo (Target Architecture Definition): Rename
10040 "tm_print_insn" to "deprecated_tm_print_insn".
10041
10042 2003-04-09 Jim Blandy <jimb@redhat.com>
10043
10044 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10045 list psymtabs'.
10046
10047 2003-04-08 Andrew Cagney <cagney@redhat.com>
10048
10049 * gdbint.texinfo (Target Architecture Definition): Delete
10050 references to EXTRA_FRAME_INFO.
10051
10052 2003-04-08 Andrew Cagney <cagney@redhat.com>
10053
10054 * gdbint.texinfo (Target Architecture Definition): Delete
10055 PRINT_TYPELESS_INTEGER.
10056
10057 2003-04-02 J. Brobecker <brobecker@gnat.com>
10058
10059 * observer.texi (GDB Observers): Adjust the documentation for the
10060 normal_stop notification to better describe reality. Fix a couple
10061 of minor typos.
10062
10063 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10064
10065 * gdb.texinfo (GDB/MI Program Control): Add
10066 '-file-list-exec-source-file'
10067
10068 2003-03-31 Andrew Cagney <cagney@redhat.com>
10069
10070 * gdbint.texinfo (Target Architecture Definition): Delete
10071 references to CALL_DUMMY_P.
10072
10073 2003-03-30 Andrew Cagney <cagney@redhat.com>
10074
10075 * gdbint.texinfo (Target Architecture Definition): Remove
10076 reference to TARGET_WRITE_SP.
10077
10078 2003-03-27 Andrew Cagney <cagney@redhat.com>
10079
10080 * gdbint.texinfo (Target Architecture Definition): Remove
10081 references to write_sp.
10082
10083 2003-03-27 Andrew Cagney <cagney@redhat.com>
10084
10085 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10086 chapter body. Use @smallexample instead of @example.
10087 (Annotations): Ditto.
10088 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10089 annotate.texi.
10090
10091 2003-03-26 Andrew Cagney <cagney@redhat.com>
10092
10093 * gdbint.texinfo (Target Architecture Definition): Replace
10094 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10095 dummy_addr parameters.
10096
10097 2003-03-25 Andrew Cagney <cagney@redhat.com>
10098
10099 * gdbint.texinfo (Target Architecture Definition): Delete
10100 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10101 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10102 Add reference to PUSH_ARGUMENTS.
10103
10104 2003-03-23 Andrew Cagney <cagney@redhat.com>
10105
10106 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10107 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10108
10109 2003-03-18 J. Brobecker <brobecker@gnat.com>
10110
10111 * gdbint.texinfo (Algorithms): Add new section describing the
10112 Observer paradigm.
10113 (Top): Add menu entry to new observer appendix.
10114 * observer.texi: New file.
10115 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10116 new observer.texi file.
10117
10118 2003-03-17 Andrew Cagney <cagney@redhat.com>
10119
10120 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10121 that GNU Press update the manual version number.
10122
10123 2003-03-12 Andrew Cagney <cagney@redhat.com>
10124
10125 * gdbint.texinfo (Target Architecture Definition): Delete
10126 references to get_saved_register. Rename GET_SAVED_REGISTER to
10127 DEPRECATED_GET_SAVED_REGISTER.
10128
10129 2003-03-13 Andrew Cagney <cagney@redhat.com>
10130
10131 * gdbint.texinfo (Target Architecture Definition): Replace
10132 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10133
10134 2003-03-12 Andrew Cagney <cagney@redhat.com>
10135
10136 * gdbint.texinfo (Target Architecture Definition): Rename
10137 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10138
10139 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10140
10141 * gdb.texinfo: Add File-I/O documentation.
10142
10143 2003-03-10 Andrew Cagney <cagney@redhat.com>
10144
10145 * gdbint.texinfo (Target Architecture Definition): Cross reference
10146 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10147
10148 2003-03-07 Andrew Cagney <cagney@redhat.com>
10149
10150 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10151 frame" command.
10152
10153 2003-03-05 Andrew Cagney <cagney@redhat.com>
10154
10155 * gdbint.texinfo (Target Architecture Definition): Document
10156 unwind_dummy_id. Cross reference unwind_dummy_id and
10157 SAVE_DUMMY_FRAME_TOS.
10158
10159 2003-03-05 James Ingham <jingham@apple.com>
10160 Daniel Jacobowitz <drow@mvista.com>
10161
10162 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10163 and "show cp-abi".
10164
10165 2003-03-03 Andrew Cagney <cagney@redhat.com>
10166
10167 * gdbint.texinfo (Target Architecture Definition): Document
10168 register_type.
10169
10170 2003-03-03 Andrew Cagney <cagney@redhat.com>
10171
10172 * stabs.texinfo (Structures): Use @samp and separate @var's
10173 instead of a single @var containing a comma separated list.
10174 (Unions): Ditto.
10175
10176 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10177
10178 * Makefile.in (distclean): Remove config.log.
10179
10180 2003-03-01 Andrew Cagney <cagney@redhat.com>
10181
10182 * gdbint.texinfo (Target Architecture Definition): Rename
10183 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10184
10185 2003-03-01 Andrew Cagney <cagney@redhat.com>
10186
10187 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10188 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10189
10190 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10191
10192 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10193 (Non-debug DLL symbols): New node, describing the minimal symbols
10194 loaded from DLLs without real debugging symbols.
10195
10196 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10197
10198 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10199 hardware-breakpoint-limit".
10200 (Set Watchpoints): Add cross reference to "set remote
10201 hardware-watchpoint-limit".
10202 (Remote configuration options): New section.
10203
10204 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10205
10206 * gdbint.texinfo (Target Architecture Definition): Delete
10207 descrption of IS_TRAPPED_INTERNALVAR.
10208
10209 From Keith Seitz <keiths@redhat.com>:
10210 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10211 option "-i"/"--interpreter" to this chapter. Include index
10212 entries.
10213
10214 2003-02-04 David Carlton <carlton@math.stanford.edu>
10215
10216 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10217 (Variables): Recommend stabs+ and DWARF 2.
10218 (C plus plus expressions): Correct info about
10219 compiler versions, debug formats.
10220 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10221 PR symtab/874.
10222
10223 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10224
10225 * gdbint.texinfo (Target Architecture Definition): Delete
10226 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10227 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10228 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10229 references to nindy and i960.
10230 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10231
10232 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10233
10234 * gdbint.texinfo (Target Architecture Definition): Delete
10235 FLOAT_INFO.
10236
10237 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10238
10239 * stabs.texinfo (Member Type Descriptor): Clarify description of
10240 `@'. Suggested by Ben Hutchings.
10241
10242 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10243
10244 * gdb.texinfo (M68K): Delete reference to es1800.
10245
10246 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10247
10248 * gdb.texinfo (Maintenance Commands): Document `maint print
10249 reggroups' and `maint print register-groups'.
10250 * gdbint.texinfo (Target Architecture Definition): Document
10251 register_reggroup_p.
10252
10253 2003-01-23 Jim Blandy <jimb@redhat.com>
10254
10255 * gdb.texinfo (Separate Debug Files): New section.
10256
10257 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10258
10259 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10260 and "maint show profile".
10261
10262 2003-01-16 Michael Chastain <mec@shout.net>
10263
10264 * gdb.texinfo (Installing GDB): Warn against
10265 ".../gdb-VERSION/gdb/configure".
10266 (Separate Objdir): Likewise.
10267
10268 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10269
10270 * gdbint.texinfo (Target Architecture Definition): Delete
10271 definition of PRINT_REGISTER_HOOK.
10272
10273 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10274
10275 (OpenRISC 1000): Fix formatting of command names.
10276
10277 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10278
10279 * gdb.texinfo (Continuing and Stepping): Add new command
10280 'advance'. Clarify behavior of 'until'.
10281
10282 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10283
10284 * gdb.texinfo (Files): Document solib-absolute-prefix and
10285 solib-search-path.
10286
10287 2003-01-09 Michael Chastain <mec@shout.net>
10288
10289 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10290 (Create a Release): Add new instructions for new @file{src-release}.
10291 Document existing instructions for @file{Makefile.in} as
10292 being for @value{GDBN} 5.3.1 or earlier.
10293
10294 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10295
10296 * gdbint.texinfo (Target Architecture Definition): Mention
10297 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10298 allocate memory.
10299
10300 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10301
10302 * gdb.texinfo (Controlling GDB): Add @kindex for
10303 "show osabi".
10304 (Backtraces): Add @kindex's for backtrace-below-main.
10305
10306 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10307
10308 * gdb.texinfo (Controlling GDB): Document "set osabi".
10309
10310 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10311
10312 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10313 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10314
10315 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10316
10317 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10318 "set coerce-float-to-double".
10319 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10320
10321 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10322
10323 * stabs.texinfo: Remove obsolete text.
10324 * gdbint.texinfo: Ditto.
10325 * gdb.texinfo: Ditto.
10326
10327 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10328
10329 * fdl.texi: Revert the last change.
10330
10331 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10332
10333 * gdbint.texinfo (Target Architecture Definition): Update
10334 description of gdbarch_register_osabi.
10335
10336 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10337
10338 * agentexpr.texi: Fix typos.
10339 * annotate.texi: Likewise.
10340 * fdl.texi: Likewise.
10341
10342 2002-12-10 Andrew Cagney <cagney@redhat.com>
10343
10344 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10345 DEPRECATED_INIT_FRAME_PC.
10346
10347 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10348
10349 * gdbint.texinfo (Target Architecture Definition): Delete
10350 PC_IN_CALL_DUMMY.
10351
10352 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10353
10354 * gdbint.texinfo (Host Definition): Delete documentation on
10355 USE_GENERIC_DUMMY_FRAMES.
10356
10357 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10358
10359 Fix PR gdb/723 and PR gdb/245.
10360 * Makefile.in (install-info): Run the install-info command as part
10361 of the post install steps only.
10362 (uninstall-info): New target.
10363 (uninstall): New target.
10364
10365 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10366
10367 * Makefile.in (install): Make install do some real work.
10368
10369 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10370
10371 Fix POSIX problem reported by Paul Eggert.
10372 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10373 Fix PR gdb/527.
10374
10375 2002-10-26 Andrew Cagney <cagney@redhat.com>
10376
10377 * gdbint.texinfo (Target Architecture Definition): Delete
10378 definition of DO_REGISTERS_INFO.
10379
10380 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10381
10382 * gdbint.texinfo (Address Classes): Fix problems with insertion
10383 of ``{'' and ``}'' in example.
10384
10385 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10386
10387 * gdbint.texinfo (Address Classes): New section.
10388 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10389 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10390 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10391 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10392
10393 2002-10-11 Klee Dienes <kdienes@apple.com>
10394
10395 * gdb.texinfo (Registers): Mention vector registers as well as
10396 floating registers in the documentation for 'info registers' and
10397 'info all-registers'.
10398
10399 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10400
10401 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10402
10403 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10404
10405 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10406 interface definition.
10407
10408 2002-10-03 Marko Mlinar <markom@opencores.org>
10409
10410 * gdb.texinfo (Target Commands): Add or1k target specific
10411 commands.
10412 * gdb.texinfo (Contributors): Add myself to the contributors list.
10413
10414 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10415
10416 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10417 and "mi1" instead of "mi1" and "mi0".
10418
10419 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10420
10421 * gdb.texinfo (Packets): Fix typos "alligned".
10422 Correct z3/Z3 description. Correct z4/Z4 title.
10423
10424 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10425
10426 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10427
10428 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10429
10430 * gdb.texinfo: Use GNU/Linux instead of Linux.
10431
10432 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10433
10434 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10435
10436 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10437
10438 * gdb.texinfo: Replace @example with @smallexample.
10439
10440 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10441
10442 From Eli Zaretskii <eliz@gnu.org>:
10443 * gdb.texinfo (Character Sets): Use @smallexample instead of
10444 @example. Use GNU/Linux instead of Linux.
10445
10446 2002-09-20 Jim Blandy <jimb@redhat.com>
10447
10448 * gdb.texinfo: Add character set documentation.
10449
10450 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
10451
10452 * gdb.texinfo: Document edit command.
10453
10454 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10455
10456 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10457 (Packets): Add cross reference from `b' packet to `z' packets.
10458
10459 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10460
10461 * gdb.texinfo (Maintenance Commands): Document ``maint
10462 internal-error'' and ``maint internal-warning''.
10463
10464 * gdbint.texinfo (Target Architecture Definition): Revise
10465 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10466
10467 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10468
10469 * gdbint.texinfo (Target Conditionals): Document the new
10470 NAME_OF_MALLOC macro.
10471
10472 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10473
10474 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10475 engineer.
10476
10477 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10478
10479 * gdb.texinfo (TUI Overview): Document status line fields.
10480
10481 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10482
10483 * gdb.texinfo (TUI Commands): Document info win command.
10484
10485 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10486
10487 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10488
10489 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10490
10491 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10492 (TUI Keys): Likewise.
10493
10494 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10495
10496 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10497 for a packet receive.
10498
10499 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10500
10501 * Makefile.in (clean): Move to end of file.
10502 (distclean, maintainer-clean, realclean): Ditto.
10503 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10504 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10505 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10506 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10507
10508 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10509
10510 * Makefile.in (GDBINT_TEX_TMPS): Define.
10511 (gdbint.dvi, gdbint.pdf): Use
10512 (GDB_TEX_TMPS): Define.
10513 (gdb.dvi, gdb.pdf): Use.
10514 (STABS_TEX_TMPS): Define.
10515 (stabs.dvi, stabs.pdf): Use.
10516 (GDB_DOC_SOURCE_INCLUDES): New macros.
10517 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10518 (GDBINT_DOC_FILES_INCLUDES): New macros.
10519 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10520 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10521 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10522 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10523 (links2roff): Replace SFILES_INCLUDED with
10524 GDB_DOC_SOURCE_INCLUDES.
10525 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10526 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10527 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10528 dependencies.
10529 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10530 dependencies.
10531 (gdbmi.texinfo): Delete rule.
10532 (inc-hist.texinfo): Delete rule.
10533 (rluser.texinfo): Delete rule.
10534
10535 2002-08-23 Andrew Cagney <cagney@redhat.com>
10536
10537 * gdbint.texinfo (Target Architecture Definition): Update
10538 STORE_RETURN_VALUE, mention regcache.
10539
10540 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10541
10542 * gdbint.texinfo (Target Architecture Definition): Document
10543 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10544
10545 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10546
10547 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10548 Fix minor typos. Add index entries.
10549
10550 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10551
10552 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10553
10554 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10555
10556 * gdbint.texinfo (Target Architecture Definition): Document
10557 PRINT_VECTOR_INFO.
10558 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10559
10560 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10561
10562 * gdb.texinfo (Maintenance Commands): Document "maint print
10563 registers", "maint print raw-registers" and "maint print
10564 cooked-registers".
10565
10566 2002-08-08 Grace Sainsbury <graces@redhat.com>
10567
10568 From Mark Salter:
10569 * gdb.texinfo (Protocol): Document T packet extension to
10570 allow watchpoint address reporting.
10571
10572 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10573
10574 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10575
10576 2002-08-01 Andrew Cagney <cagney@redhat.com>
10577
10578 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10579 to CHILL.
10580
10581 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10582
10583 * gdbint.texinfo (Coding): Revise section "Include Files".
10584
10585 2002-07-24 Andrew Cagney <cagney@redhat.com>
10586
10587 * gdbint.texinfo: Obsolete references to m88k.
10588 * gdb.texinfo: Ditto.
10589
10590 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10591
10592 * gdbint.texinfo (Create a release candiate): Add the location
10593 where the proper version of autoconf can be retrieved.
10594
10595 2002-07-09 Don Howard <dhoward@redhat.com>
10596
10597 * gdb.texinfo (Command Files): Further describe the behavior of
10598 sourced command files.
10599
10600 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10601
10602 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10603 (Coding): Clarify ISO C version that GDB assumes.
10604
10605 2002-06-26 Tom Tromey <tromey@redhat.com>
10606
10607 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10608 add_setshow_cmd_full.
10609
10610 2002-06-25 Don Howard <dhoward@redhat.com>
10611
10612 * gdb.texinfo (Memory Region Attributes): Document new behavior
10613 for 'mem' command.
10614
10615 2002-06-11 Jim Blandy <jimb@redhat.com>
10616
10617 * gdb.texinfo (Symbols): Update documentation for `info source'
10618 command.
10619
10620 * gdb.texinfo (Macros): Call the command `info macro', not
10621 `show macro'.
10622
10623 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10624
10625 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10626 data''.
10627
10628 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10629
10630 * gdbint.texinfo (Target Architecture Definition): Document
10631 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10632
10633 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10634
10635 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10636 lists.
10637
10638 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10639
10640 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10641 Branch''.
10642
10643 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10644
10645 * gdbint.texinfo (Target Architecture Definition): Add section
10646 ``Converting an existing Target Architecture to Multi-arch''.
10647
10648 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10649
10650 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10651 to ``Obsoleting code''. Revise.
10652
10653 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10654
10655 * gdbint.texinfo: Document new generic OS ABI framework.
10656
10657 2002-05-17 Jim Blandy <jimb@redhat.com>
10658
10659 * gdb.texinfo (C Preprocessor Macros): New chapter.
10660 Include it in the main menu.
10661 (Contributors): Credit Jim Blandy with macro support.
10662 (Compilation): Explain how to get macro information into the
10663 executable.
10664 (Expressions): Note that preprocessor macros are expanded.
10665
10666 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10667
10668 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10669 options for `target remote'.
10670
10671 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10672
10673 * gdbint.texinfo (Target Architecture Definition): Delete
10674 documentation on NNPC_REGNUM.
10675
10676 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10677
10678 * gdbint.texinfo (Target Architecture Definition): Document
10679 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10680 (Target Architecture Definition): Revise section `Using Different
10681 Register and Memory Data Representations'. Add section `Raw and
10682 Virtual Register Representations'.
10683
10684 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10685
10686 * gdbint.texinfo (Target Architecture Definition): Mention
10687 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10688 (Target Architecture Definition): Mention same. Add references to
10689 web pages.
10690
10691 2002-05-08 Michael Snyder <msnyder@redhat.com>
10692
10693 * stabs.texinfo (Attributes): Document new "vector" attribute.
10694
10695 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10696
10697 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10698
10699 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10700
10701 * gdb.texinfo: Delete obsolete references to a29k.
10702
10703 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10704
10705 * gdbint.texinfo (Target Architecture Definition): Replace
10706 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10707
10708 2002-04-24 David S. Miller <davem@redhat.com>
10709
10710 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10711
10712 2002-04-21 David S. Miller <davem@redhat.com>
10713
10714 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10715
10716 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10717
10718 * gdbint.texinfo (Target Architecture Definition): Delete
10719 definition of HAVE_REGISTER_WINDOWS.
10720
10721 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10722
10723 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10724 "Theodore A. Roth" <troth@verinet.com>.
10725
10726 2002-04-15 Don Howard <dhoward@redhat.com>
10727
10728 From Eli Zaretskii <eliz@gnu.org>
10729 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10730 Provide a better explaination of this feature.
10731
10732 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10733
10734 * gdbint.texinfo (Target Architecture Definition): Remove
10735 FRAME_CHAIN_COMBINE.
10736
10737 2002-04-12 Michael Chastain <mec@shout.net>
10738
10739 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10740 REG_STACK_SEGMENT.
10741
10742 2002-04-09 Michael Chastain <mec@shout.net>
10743
10744 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10745 PYRAMID_* macros.
10746
10747 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10748
10749 * gdb.texinfo (Bug Reporting): Document that the web is the
10750 prefered way of submitting bug reports.
10751 (Bug Reporting): Delete the s-mail address as the last resort.
10752
10753 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10754
10755 * gdbint.texinfo (Target Architecture Definition): Delete
10756 references to TARGET_WRITE_FP and write_fp.
10757
10758 2002-03-27 Michael Snyder <msnyder@redhat.com>
10759
10760 * gdb.texinfo: Document new commands dump, append, and restore.
10761
10762 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10763
10764 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10765 Branch'.
10766
10767 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10768
10769 * gdb.texinfo: Change all examples to @smallexample.
10770 * gdbint.texinfo: Ditto.
10771
10772 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10773
10774 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10775 Branches''.
10776
10777 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10778
10779 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10780 Policy''.
10781
10782 2002-03-04 Fred Fish <fnf@redhat.com>
10783
10784 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10785 expresson, suports, dependant, trhe, perhaphs, situtations,
10786 explictily, taged, oportunity, unfortunatly).
10787
10788 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10789
10790 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10791 Remove reference to 3.12.
10792
10793 2002-02-23 Paul Eggert <eggert@twinsun.com>
10794
10795 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10796 POSIX 1003.1-2001 no longer allows "head -1".
10797
10798 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10799
10800 * gdbint.texinfo: Include fdl.texi.
10801 (Top): Add GNU Free Documentation License.
10802 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10803 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10804 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10805 (gdbint.info): Add srcdir to include path.
10806 * gdb.texinfo: Include gpl.texi.
10807 (Top): Add Copying.
10808 * gpl.texi: New file.
10809
10810 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10811
10812 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10813
10814 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10815
10816 * gdb.texinfo: Document Cygwin native specific commands.
10817
10818 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10819
10820 * gdb.texinfo: Document gdbserver ``--attach'' command.
10821
10822 2002-02-07 Michael Snyder <msnyder@redhat.com>
10823
10824 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10825 to @code(_ovly_debug_event).
10826
10827 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10828
10829 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10830
10831 2002-02-06 Michael Snyder <msnyder@redhat.com>
10832
10833 * gdb.texinfo (overlays): Mention new magic symbol
10834 '_ovly_debug_event', which allows GDB to keep better track
10835 of overlays.
10836
10837 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10838
10839 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10840 (PRINT_FLOAT_INFO): Document it.
10841
10842 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10843
10844 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10845 Suggested by Dmitry Sivachenko.
10846
10847 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10848
10849 2002-02-01 Michael Snyder <msnyder@redhat.com>
10850
10851 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10852
10853 2002-01-30 Michael Snyder <msnyder@redhat.com>
10854
10855 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10856 (set trust-readonly-sections): Document.
10857
10858 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10859
10860 * gdbint.texinfo (Releasing GDB): Revise and update.
10861
10862 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10863
10864 * gdbint.texinfo (Target Architecture Definition): Delete
10865 description of TARGET_BYTE_ORDER_DEFAULT.
10866
10867 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10868
10869 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10870 <mitya@cavia.pp.ru>.
10871
10872 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10873
10874 * libgdb.texinfo: Delete file.
10875
10876 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10877
10878 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10879 * gdbint.texinfo: Ditto.
10880
10881 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10882
10883 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10884
10885 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10886
10887 * Makefile.in: Update copyright.
10888 (TEXI2DVI): Define.
10889 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10890 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10891 gdb-cfg.texi.
10892 (TEXINDEX, PDFTEX): Delete makefile variables.
10893
10894 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10895
10896 * gdb.texinfo (Protocol): Move section to appendix.
10897
10898 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10899
10900 * gdb.texinfo (Remote Debugging): Create a menu.
10901 (Top): Add ``Remote Debugging'' to menu.
10902
10903 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10904
10905 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10906 serial protocol'' from here.
10907 (Remote Debugging): To here. New chapter.
10908
10909 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10910
10911 * gdbint.texinfo (Target Architecture Definition): Delete
10912 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10913
10914 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10915
10916 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10917 are no longer needed.
10918 (Porting GDB): Add maintainer note about configure.host.
10919
10920 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10921
10922 * gdbint.texinfo (Target Architecture Definition): Remove
10923 definition of IEEE_FLOAT.
10924
10925 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10926
10927 * gdb.texinfo: Beautify copyright years; fix a typo.
10928 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10929 <3diff@gnu.org>
10930
10931 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10932
10933 * gdbint.texinfo (Host Definition): Remove references to
10934 MALLOC_INCOMPATIBLE.
10935
10936 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10937
10938 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10939 and xyz-xdep.o.
10940
10941 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10942
10943 * gdb.texinfo (Maintenance Commands): Add appendix.
10944 (Set Breaks): Copy ``maint info breakpoint'' doco to
10945 ``Maintenance Commands'' appendix. Add reference.
10946
10947 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10948
10949 * fdl.texi: Remove next/prev from @node.
10950
10951 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10952
10953 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10954 for monstrous @multitable (from Brian Youmans).
10955
10956 * fdl.texi: New file.
10957
10958 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10959
10960 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10961
10962 * gdbint.texinfo (Releasing GDB): New chapter.
10963
10964 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10965
10966 * gdb.texinfo (Embedded Processors, Calling program functions):
10967 Obsolete references to a29k.
10968
10969 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10970
10971 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10972 examples. Document that a code-block should do or discard its
10973 cleanups before exit.
10974
10975 2002-01-11 Michael Snyder <msnyder@redhat.com>
10976
10977 * gdb.texinfo (Choosing files): Change @samp to @file.
10978
10979 2002-01-05 Michael Snyder <msnyder@redhat.com>
10980
10981 * gdb.texinfo (--pid): Document new command line option (attach).
10982
10983 2002-01-07 Eli Zaretskii <eliz@gnu.org>
10984
10985 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10986 in the stub.
10987
10988 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10989
10990 * gdbint.texinfo (Target Architecture Definition): Replace
10991 BIG_ENDIAN with BFD_ENDIAN_BIG.
10992
10993 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10994
10995 * gdbint.texinfo (Target Architecture Definition): Replace
10996 value_ptr with struct value pointer.
10997
10998 2002-01-02 Eli Zaretskii <eliz@gnu.org>
10999
11000 * gdb.texinfo (Free Software): Fix wording.
11001
11002 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11003
11004 * gdb.texinfo (Free Software): New section ``Free Software Needs
11005 Free Documentation''.
11006
11007 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11008
11009 * stabs.texinfo:
11010 * gdb.texinfo:
11011 * gdbint.texinfo:
11012 * libgdb.texinfo:
11013 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11014
11015 2001-12-29 Michael Snyder <msnyder@redhat.com>
11016
11017 * gdb.texinfo (maint info sections): Fix typo.
11018
11019 2001-12-26 Michael Snyder <msnyder@redhat.com>
11020
11021 * gdb.texinfo (maint info sections): Document.
11022
11023 * gdb.texinfo (info proc): Comment out documentation for
11024 'info proc' sub-options that are currently not implemented.
11025
11026 2001-12-20 Jim Blandy <jimb@redhat.com>
11027
11028 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11029
11030 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11031
11032 * gdbint.texinfo (Target Architecture Definition): Replace
11033 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11034
11035 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11036
11037 * gdbint.texinfo (Host Definition): Delete documentation on
11038 HOST_BYTE_ORDER.
11039
11040 2001-11-30 Jim Blandy <jimb@redhat.com>
11041
11042 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11043 overlay support. Add to top-level menu.
11044
11045 2001-11-26 Tom Tromey <tromey@redhat.com>
11046
11047 * gdb.texinfo (Command Syntax): Document C-o binding.
11048
11049 2001-07-26 Christopher Faylor <cgf@redhat.com>
11050
11051 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11052 use since it is described in the referenced section.
11053
11054 From Eli Zaretskii <eliz@gnu.org>
11055 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11056 clearer when using DJGPP.
11057
11058 2001-11-24 Christopher Faylor <cgf@redhat.com>
11059
11060 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11061 specifically refer to MS-DOS.
11062 (command files): Mention gdb.ini is only used on MS-DOS.
11063
11064 2001-11-21 Tom Tromey <tromey@redhat.com>
11065
11066 * gdb.texinfo (Invoking GDB): Document --args.
11067 (Mode Options): Likewise.
11068
11069 2001-11-21 Jim Blandy <jimb@redhat.com>
11070
11071 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11072 Delete documentation; this macro has been removed from the
11073 sources.
11074
11075 2001-11-13 Jim Blandy <jimb@redhat.com>
11076
11077 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11078
11079 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11080
11081 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11082
11083 2001-11-05 Michael Snyder <msnyder@redhat.com>
11084
11085 * gdb.texinfo (info functions): Document use of backslash to
11086 quote regexp chars in function names such as "operator*()".
11087
11088 2001-11-01 Fred Fish <fnf@redhat.com>
11089
11090 * gdbint.texinfo (SOLIB_ADD): Document additional new
11091 "readsyms" arg.
11092
11093 2001-10-30 Don Howard <dhoward@redhat.com>
11094
11095 * gdb.texinfo: (Command Files) Added documentation for the
11096 behavior of gdb with input redirected from a file.
11097
11098 2001-10-28 Fred Fish <fnf@redhat.com>
11099
11100 * gdb.texinfo (auto-solib-add): Change docs to match
11101 implementation change.
11102 (auto-solib-limit): Add docs for new variable.
11103
11104 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11105
11106 * gdbint.texinfo (Target Architecture Definition): Function
11107 value_as_pointer renamed to value_as_address.
11108
11109 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11110
11111 * gdbint.texinfo (Target Architecture Definition): Default
11112 POINTER_TO_ADDRESS functions assume unsigned addresses.
11113 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11114 posting by Jim Blandy.
11115
11116 2001-10-12 Jim Blandy <jimb@redhat.com>
11117
11118 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11119 version of texi2html (1.64) doesn't support this flag any more.
11120
11121 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11122
11123 * gdbint.texinfo (Host Definition): Remove description of
11124 MEM_FNS_DECLARED.
11125
11126 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11127
11128 * gdbint.texinfo (Host Definition): Remove description of
11129 HAVE_SIGSETMASK.
11130
11131 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11132
11133 * gdbint.texinfo (Target Architecture Definition): Add
11134 explanation of TARGET_PRINT_INSN macro.
11135
11136 2001-08-30 Jim Blandy <jimb@redhat.com>
11137
11138 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11139 Explain what it means to load relocatable files.
11140
11141 2001-08-28 Jim Blandy <jimb@redhat.com>
11142
11143 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11144 info `top' menu.
11145
11146 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11147
11148 * gdbint.texinfo: Add a cautionary note about macro use.
11149
11150 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11151
11152 * gdb.texinfo: Explain omitting the hostname in the
11153 `target remote' command.
11154
11155 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11156
11157 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11158 and END-INFO-DIR-ENTRY.
11159
11160 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11161
11162 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11163
11164 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11165
11166 * gdbint.texinfo (libgdb): Rewrite.
11167
11168 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11169
11170 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11171
11172 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11173
11174 * gdb.texinfo (TUI): New chapter, document the TUI.
11175 (Mode Options): Document the -tui option.
11176
11177 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11178
11179 * gdbint.texinfo (Host Definition): Remove description of
11180 NEED_POSIX_SETPGID.
11181
11182 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11183
11184 * gdb.tex (DJGPP Native): New node, with descriptions of
11185 DJGPP-specific commands.
11186
11187 2001-07-19 John R. Moore <jmoore@redhat.com>
11188
11189 * gdbint.texinfo: Three misspellings.
11190
11191 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11192
11193 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11194 `test` expressions on bash. Problem reported by Colin Walters.
11195
11196 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11197
11198 * gdbint.texinfo (User Interface): Update ui-out documentation to
11199 refelect recent UI/MI updates.
11200
11201 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11202
11203 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11204 interpreters.
11205
11206 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11207
11208 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11209 structure and not macros.
11210 (Host Definition): Document that much of this chapter is obsolete.
11211 (Target Architecture Definition): Update list of files that make
11212 up a target architecture.
11213 (Coding): Update.
11214
11215 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11216
11217 * gdbint.texinfo (Target Architecture Definition): Update
11218 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11219 The latter has been changed to a true predicate.
11220
11221 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11222
11223 * annotate.texi: Add @noindent where needed. From Dmitry
11224 Sivachenko <dima@Chg.RU>.
11225 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11226
11227 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11228
11229 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11230
11231 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11232
11233 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11234 returns ``OK''. Document that the ``R'' packet does not reply.
11235
11236 2001-06-13 Michael Snyder <msnyder@redhat.com>
11237
11238 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11239
11240 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11241
11242 * gdb.texinfo (Signals): Clarify the default setting of signal
11243 handling.
11244
11245 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11246
11247 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11248 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11249
11250 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11251
11252 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11253
11254 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11255
11256 * gdbint.texinfo (Clean Design and Portable Implementation):
11257 Renamed from "Clean Design".
11258 (Clean Design and Portable Implementation): Document portable
11259 methods of handling file names, and the associated macros.
11260
11261 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11262
11263 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11264 command and provide a cross-reference to its description.
11265 (Symbols): Note that "info scope" is useful for trace experiments.
11266
11267 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11268
11269 * gdb.texinfo (Symbols): Document "info scope".
11270 (Tracepoints): New chapter.
11271 (Contributors): Update for v5.1.
11272 <All nodes>: Change "C++" to "C@t{++}".
11273
11274 * gdbint.texinfo (User Interface): A new section about ui_out
11275 functions, based on text written by Fernando Nasser.
11276
11277 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11278
11279 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11280
11281 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11282
11283 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11284
11285 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11286 Replace "GDB" with "@value{GDBN}". Fix markup.
11287
11288 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11289
11290 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11291 a cross-reference to its description.
11292 (Symbols): Document "info symbol".
11293
11294 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11295
11296 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11297 subsection "x86 Watchpoints".
11298 (Target Architecture Definition): Document the macros
11299 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11300 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11301
11302 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11303
11304 * gdbint.texinfo (Target Architecture Definition): Update
11305 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11306 list.
11307
11308 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11309
11310 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11311 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11312
11313 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11314
11315 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11316
11317 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11318
11319 * gdb.texinfo (Environment): Document that `path' does not change
11320 the value of PATH in GDB's own environment (it did in the past,
11321 but that was changed on March 15, 1994). Reported by Doug Evans
11322 <dje@transmeta.com>.
11323
11324 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11325 its line. Fix markup of commands and macros. Add an Index node
11326 and index entries.
11327
11328 2001-01-23 J.T. Conklin <jtc@redback.com>
11329
11330 * gdb.texinfo (Memory region attributes): New manual section.
11331
11332 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11333
11334 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11335
11336 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11337
11338 * refcard.tex: Version and copyright fixed. From Phil Edwards
11339 <pedwards@disaster.jaj.com>.
11340
11341 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11342
11343 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11344 DWARF2_REG_TO_REGNUM): Document.
11345
11346 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11347
11348 * gdbint.texinfo (Coding): Update current value of
11349 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11350
11351 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11352
11353 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11354 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11355
11356 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11357
11358 * gdb.texinfo: Document new 'set step-mode' command.
11359
11360 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11361
11362 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11363 changes from Dmitry Sivachenko <dima@Chg.RU>.
11364
11365 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11366
11367 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11368 From Steven Johnson <sbjohnson@ozemail.com.au>.
11369
11370 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11371
11372 * gdbint.texinfo (Overall Structure): Spelling fix.
11373
11374 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11375
11376 * gdbint.texinfo (Target Architecture Definition): Document that
11377 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11378 for which REGISTER_CONVERTIBLE returns a zero value.
11379
11380 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11381
11382 * Makefile.in (install-info): Find files to install in either the
11383 build or source directories (adapted from Makefile.am).
11384
11385 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11386
11387 * stabs.texinfo: Fix spelling errors.
11388 (String Field): FILE-NUMBER starts from 0, not 1.
11389
11390 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11391
11392 * refcard.tex: Remove \centerline from the blurb. Patch from
11393 Brian Youmans.
11394
11395 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11396
11397 * Makefile.in (install-info): Support installation from outside of
11398 the source directory. Reported by Mark Harig
11399 <markh@frazier.landmark.com>.
11400
11401 2000-06-20 J.T. Conklin <jtc@redback.com>
11402
11403 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11404
11405 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11406
11407 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11408 Generate using pdftex.
11409 (PDFTEX): Define.
11410 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11411 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11412 @contents at the start.
11413
11414 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11415
11416 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11417 Youmans.
11418
11419 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11420
11421 From Brian Youmans:
11422 * gdb.texinfo: Fix ``et al.''.
11423
11424 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11425
11426 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11427 loop.
11428
11429 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11430
11431 * configure: Regenerate.
11432
11433 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11434
11435 * Makefile.in (install-info): Run install-info on installed Info
11436 files.
11437
11438 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11439
11440 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11441 Andrew Cagney.
11442
11443 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11444
11445 * gdb.texinfo: Proofreading changes from Brian Youmans.
11446
11447 2000-05-01 Nick Duffek <nsd@cygnus.com>
11448
11449 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11450 startup sequence, minor edits.
11451
11452 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11453
11454 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11455 TeX.
11456
11457 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11458 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11459 like `n' and `s' which look weird. Convert some of the @kindex to
11460 @vindex, when they refer to variables, not commands.
11461
11462 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11463
11464 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11465
11466 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11467
11468 * Makefile.in (GDBMI_DIR): New variable.
11469 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11470 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11471 (gdbmi.texinfo): New target, for texi2roff.
11472 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11473 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11474
11475 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11476 gdbmi.texinfo.
11477 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11478 comment.
11479
11480 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11481
11482 * gdb.texinfo (Files): Update description of add-symbol-file
11483 command.
11484
11485 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11486
11487 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11488 prevents the build (and is generally a Bad Idea).
11489
11490 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11491
11492 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11493 a comma inside @var.
11494 (Command Files): Index markup changes from Dmitry Sivachenko
11495 <dima@Chg.RU>.
11496
11497 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11498
11499 * Makefile.in (LN_S): Define.
11500 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11501 invoke "ln -s" unless it is known to work.
11502
11503 * configure.in (AC_PROG_LN_S): Add.
11504
11505 2000-04-14 Jim Blandy <jimb@redhat.com>
11506
11507 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11508 section.
11509 (Target Conditionals): Document ADDRESS_TO_POINTER,
11510 POINTER_TO_ADDRESS.
11511
11512 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11513
11514 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11515 gdb-cfg.texi to get the value.
11516
11517 2000-04-10 Jim Blandy <jimb@redhat.com>
11518
11519 * gdbint.texinfo (Target Architecture Definition): Fix
11520 cross-references.
11521
11522 2000-04-08 Jim Blandy <jimb@redhat.com>
11523
11524 * gdbint.texinfo (Using Different Register and Memory Data
11525 Representations): New section.
11526 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11527 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11528 REGISTER_CONVERT_TO_RAW): Document.
11529
11530 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11531
11532 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11533 for acknowledgments.
11534
11535 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11536
11537 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11538 qThreadExtraInfo.
11539
11540 2000-03-28 J.T. Conklin <jtc@redback.com>
11541
11542 * gdb.texinfo: Clarify which remote debug protocol commands are
11543 required and which are optional.
11544
11545 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11546
11547 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11548 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11549 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11550 * annotate.texi: Update.
11551
11552 2000-03-28 Stan Shebs <shebs@apple.com>
11553
11554 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11555 expectation of additional changes before release), update
11556 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11557 node links, rephrase and/or shorten lines to fix formatting
11558 problem in both regular and @smallbook formats.
11559 * annotate.texi: Shorten lines in example, use smallexample
11560 consistently everywhere.
11561 * Makefile.in: Add comment about texinfo 4.0 html generation.
11562 (SFILES_INCLUDED): Add annotate.texi.
11563
11564 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11565
11566 * gdb.texinfo (Debugging Output): Added new section, documenting
11567 the "set/show debug" commands.
11568
11569 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11570
11571 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11572 entry.
11573
11574 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11575 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11576 @chapter and @node entries.
11577
11578 * gdb.texinfo: Link all top-level nodes.
11579
11580 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11581
11582 * Makefile.in (install-info): Create $(infodir) before installing
11583 files.
11584
11585 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11586
11587 From David Whedon <dwhedon@gordian.com>
11588 * gdbint.texinfo : Added paragraphs about command deprecation.
11589
11590 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11591
11592 * gdb.texinfo: Add documentation for the apropos command.
11593
11594 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11595
11596 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11597
11598 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11599
11600 * gdb.texinfo: Add white space to prevent overprinting in
11601 two places.
11602
11603 2000-03-17 Stan Shebs <shebs@apple.com>
11604
11605 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11606 <dima@Chg.RU>, also clarification of allowed content for
11607 string constants.
11608
11609 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11610
11611 * gdb.texinfo (main menu): Add Annotations.
11612 (File Options): Add @cindex entries for each command-line option.
11613 Document --epoch, --annotate, --async, --interpreter, --write,
11614 --statistics, and --version.
11615
11616 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11617 of GDB.
11618
11619 2000-02-23 Jim Blandy <jimb@redhat.com>
11620
11621 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11622
11623 2000-02-22 Jim Blandy <jimb@redhat.com>
11624
11625 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11626
11627 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11628
11629 * Makefile.in (diststuff): New target.
11630
11631 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11632
11633 * agentexpr.texi: Fix wording regarding Intel's IA-64
11634 architecture. [From Jim Wilson.]
11635
11636 2000-01-16 Tom Tromey <tromey@cygnus.com>
11637
11638 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11639 (Delete Breaks): Mention range arguments.
11640 (Disabling): Likewise.
11641
11642 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11643
11644 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11645
11646 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11647
11648 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11649 valid functions.
11650
11651 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11652
11653 * gdb.texinfo: Clarify regular expressions used in rbreak.
11654
11655 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11656
11657 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11658 MEMORY_REMOVE_BREAKPOINT): Document.
11659
11660 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11661
11662 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11663 offset re-using the DATA offset instead.
11664
11665 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11666
11667 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11668
11669 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11670
11671 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11672
11673 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11674
11675 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11676 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11677 typos.
11678
11679 * gdb.texinfo: Various minor wording and formatting improvements,
11680 mentions of additional command-line options.
11681
11682 1999-09-30 Fred Fish <fnf@cygnus.com>
11683
11684 * gdb.texinfo: Document additional forms of specifying section
11685 names and addresses for the add-symbol-file command.
11686
11687 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11688
11689 * gdbint.texinfo: Fix typo, add the word "have".
11690
11691 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11692
11693 * gdbint.texinfo (Target Architecture Definition): Document the
11694 SKIP_PERMANENT_BREAKPOINT macro.
11695
11696 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11697
11698 * gdb.texinfo: Fiks speling errers.
11699
11700 * gdb.texinfo: Fix uses of @multitable.
11701
11702 From Eli Zaretskii <eliz@gnu.org>:
11703 * gdb.texinfo: Include details specific to DOS host, clarify
11704 some confusing language, fix @ref/@xref/@pxref usages, add
11705 comments about using with optimization, add more indexing,
11706 fix info about disassembly-flavor.
11707
11708 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11709
11710 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11711 SKIP_SOLIB_RESOLVER): Define.
11712
11713 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11714
11715 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11716 ``g'' packets.
11717
11718 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11719
11720 * gdb.texinfo: Create a new "Configurations" chapter with
11721 platform-specific info, inline remote.texi and move sections of it
11722 into the new chapter, move bits about info proc, heuristic search,
11723 and register stack into the new chapter.
11724 * remote.texi: Remove, now part of gdb.texinfo.
11725 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11726
11727 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11728
11729 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11730 GDB_TARGET_IS_MACH386): These kludges have gone away.
11731
11732 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11733
11734 * gdbint.texinfo (Target Architecture Definition): Mention
11735 TDEPLIBS.
11736
11737 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11738
11739 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11740 surrounding text to fit HP-UX bits into general info.
11741 (HPPA-cfg.texi): Remove, no longer useful.
11742
11743 * gdb.texinfo: Remove explicit links from @node lines, remove
11744 HP-added "Detailed Node Listing" from main menu which confuses
11745 things.
11746
11747 From Dmitry Sivachenko <dima@Chg.RU>:
11748 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11749 in description of `set environment'.
11750
11751 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11752
11753 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11754
11755 1999-08-12 Ben Elliston <bje@cygnus.com>
11756
11757 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11758
11759 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11760
11761 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11762 watch, awatch, and rwatch. Explain why the latter two cannot be
11763 set as software watchpoints. Document that watchpoints for local
11764 variables are deleted when the debuggee terminates.
11765
11766 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11767
11768 * remote.texi (Protocol): Further clarification of the "qRcmd"
11769 packet. Allow E.. response packet. "qRcmd" packet is no longer
11770 reserved.
11771
11772 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11773
11774 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11775 * gdb.texinfo: Ditto.
11776
11777 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11778
11779 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11780
11781 1999-08-06 Tom Tromey <tromey@cygnus.com>
11782
11783 * gdb.texinfo (KOD): New node.
11784
11785 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11786
11787 * remote.texi (Rcmd): Fix minor formatting typos.
11788
11789 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11790
11791 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11792 packets.
11793
11794 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11795
11796 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11797 fixes.
11798
11799 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11800
11801 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11802
11803 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11804
11805 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11806 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11807 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11808 packets that are not supported on all hosts. Expand examples.
11809 Spell check.
11810
11811 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11812
11813 * Makefile.in: Recognize html, install-html. Add targets
11814 to build HTML versions of documentation via texi2html.
11815
11816 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11817
11818 * gdbint.texinfo (Testsuite): New chapter, information about the
11819 testsuite.
11820
11821 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11822
11823 * remote.texi (Communication Protocol): Rewrite.
11824
11825 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11826
11827 * stabs.texinfo: Fix uses of xref.
11828
11829 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11830
11831 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11832 info about patch submission.
11833
11834 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11835
11836 From Per Bothner <bothner@cygnus.com>:
11837 * gdb.texinfo: Document Chill support.
11838
11839 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11840
11841 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11842 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11843 Document that the value should be greater-than or equal-to zero.
11844 (NO_STD_REGS): Document. Deprecate.
11845
11846 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11847
11848 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11849 Document that these are not used.
11850
11851 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11852
11853 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11854
11855 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11856
11857 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11858 numargs was dropped.
11859
11860 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11861
11862 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11863
11864 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11865
11866 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11867 Update.
11868
11869 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11870
11871 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11872 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11873
11874 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11875
11876 * gdbint.texinfo: Fix typos: $ -> @.
11877
11878 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11879
11880 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11881 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11882 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11883 BREAKPOINT_FROM_PC.
11884
11885 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11886
11887 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11888 CALL_DUMMY_STACK_ADJUST): Document.
11889
11890 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11891
11892 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11893 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11894
11895 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11896
11897 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11898 longer exists.
11899
11900 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11901
11902 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11903 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11904 they make the manual source incomprehensible.
11905 * h8-cfg.texi: Remove, hasn't been used in years.
11906
11907 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11908
11909 * gdb.texinfo: Update the credits.
11910
11911 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11912
11913 * gdb.texinfo: Fix mistakes noticed in printout of last
11914 draft, add Alpha to discussion of heuristic fence post.
11915
11916 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11917
11918 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11919 Edition, merge some HP changes into mainline, describe some
11920 previously undocumented features, describe more of the target
11921 commands available, eliminate obsolete section on renamed
11922 commands.
11923 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11924
11925 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11926
11927 * gdb.texinfo: Make many HPPA conditionals unconditional,
11928 including catchpoint description, since now on for all configs.
11929 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11930 specializations.
11931
11932 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11933
11934 * Makefile.in (GDBvn.texi): Fix match expression to work with
11935 current format of VERSION in gdb/Makefile.in.
11936 * gdb.texinfo: Fix node ref to match new readline.
11937
11938 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11939
11940 * gdb.texinfo: Changes made as part of a project to merge in
11941 changes made by HP. Documentation makes extensive use of
11942 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11943 on remote debugging. There are differences in documentation
11944 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11945 the HP manual discusses catchpoints, hardware watchpoints, and
11946 some HPUX specific limitations for shared library support.
11947
11948 There are also a number of @node changes.
11949
11950 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11951
11952 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11953 (C Usage): Same.
11954
11955 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11956
11957 The following changes were made by Edith Epstein
11958 <eepstein@cygnus.com> as part of a project to merge in changes
11959 made by HP.
11960
11961 * HPPA-cfg.texi: new file.
11962
11963 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11964
11965 * refcard.tex: change documentation about catch.
11966 removed info catch.
11967
11968 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11969
11970 * gdbint.texinfo: Expand on GDB's coding standards,
11971 specify the use of arg names with prototypes.
11972
11973 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11974
11975 * gdb.texinfo: Fix tipo.
11976
11977 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11978
11979 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11980 TARGET_BYTE_ORDER_SELECTABLE_P.
11981
11982 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11983
11984 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11985
11986 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11987
11988 * agentexpr.texi: New file.
11989
11990 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11991
11992 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11993
11994 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11995
11996 * remote.texi: Changed wording that implied that the GDB remote
11997 protocol caches register values instead of GDB itself.
11998
11999 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12000
12001 * gdbint.texinfo: Add some info about symbol readers.
12002 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12003 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12004 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12005 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12006
12007 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12008
12009 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12010
12011 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12012
12013 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12014
12015 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12016
12017 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12018 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12019
12020 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12021
12022 * gdbint.texinfo: Fix minor typos.
12023
12024 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12025
12026 * gdbint.texinfo: Complete overhaul. Group descriptions more
12027 logically, add more info on generic algorithms, remove much
12028 obsolete and/or wrong material.
12029
12030 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12031
12032 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12033
12034 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12035
12036 * refcard.tex: Copyright, address updates.
12037
12038 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12039
12040 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12041 for the edition instead of confusing GDB-version-like numbers.
12042
12043 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12044
12045 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12046
12047 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12048
12049 * LRS: Reformat a bit to keep text under 80 columns.
12050
12051 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12052
12053 * gdb.texinfo: Add some credits, mention bug monitor.
12054 * remote.texi: Mention mips monitor targets.
12055 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12056
12057 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12058
12059 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12060 files, finish sorting of host vs target vs native macros, describe
12061 some more of them.
12062
12063 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12064
12065 * gdbint.texinfo (Host Conditionals): Document change from
12066 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12067
12068 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12069
12070 * gdbint.texinfo (Host Conditionals): Document
12071 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12072
12073 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12074
12075 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12076 Document LSEEK_NOT_LINEAR.
12077
12078 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12079
12080 * stabs.texinfo (Stab Section Basics): Make it clear that only
12081 some versions of the GNU linker remove the leading N_UNDF symbol.
12082
12083 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12084
12085 * stabs.texinfo (String Field): Document type number pairs here,
12086 instead of in the Sun specific section.
12087 (Include Files): The GNU linker supports the N_BINCL
12088 optimization. Clarify the N_BINCL value, and what it is used
12089 for.
12090 (Procedures): Document N_FUN with an empty string to mark the end
12091 of a function.
12092 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12093 (Sun Differences): Remove this node, as the information is now
12094 elsewhere in the main document.
12095 (Stab Section Basics): Mention that the GNU linker may optimize
12096 stabs and remove the leading N_UNDF symbol.
12097
12098 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12099
12100 * gdb.texinfo, refcard.tex: Restore author credit
12101
12102 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12103
12104 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12105 are macros that take an single argument.
12106
12107 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12108
12109 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12110 documentation to account for START and END macros taking
12111 one arg.
12112
12113 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12114
12115 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12116 * gdb.texinfo (Frames): Fix typo.
12117
12118 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12119
12120 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12121 a target_signal as arg type, not a pid.
12122
12123 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12124
12125 * gdb.texinfo: Document `set assembly-language'.
12126
12127 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12128
12129 * remote.texi: Update list of stubs in the GDB distribution.
12130
12131 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12132
12133 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12134 Also document that some systems can use mmalloc but must define
12135 this if their C runtime allocates memory that is later freed.
12136 (MMCHECK_FORCE): Document new macro.
12137
12138 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12139
12140 * remote.texi: Add documentation for target Sparclet.
12141
12142 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12143
12144 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12145 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12146 * configure.in: Rewritten for autoconf.
12147 * configure: New.
12148
12149 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12150
12151 * Makefile.in (DVIPS): New define, set to dvips.
12152 (dvi): Add stabs.dvi.
12153 (ps): New target.
12154 (all-doc): Depend on info, dvi, and ps targets.
12155 (STAGESTUFF): Add *.ps and *.dvi files.
12156 (clean-info, clean-dvi): Remove.
12157 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12158 rules completely rewritten.
12159 (maintainer-clean): Remove clean-info and clean-dvi
12160 dependencies and put their actions in the rules.
12161 (gdb.ps): New target
12162 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12163 intermediate TeX files, whether they have 2 or 3 character
12164 extensions.
12165 (gdbint.ps): Add target and rules.
12166 (gdb-internals): Delete unused target.
12167 (Makefile): Depends upon config.status also.
12168
12169 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12170
12171 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12172 set.
12173
12174 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12175
12176 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12177 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12178
12179 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12180
12181 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12182
12183 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12184
12185 * gdb.texinfo (Print settings): Document
12186 `set/show print static-members' commands.
12187
12188 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12189
12190 * gdbint.texinfo (Native): Document name change, coredep.c to
12191 core-aout.c.
12192
12193 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12194
12195 * stabs.texinfo (Include Files): Document the values the SunOS4
12196 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12197
12198 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12199
12200 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12201 Fix typo.
12202
12203 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12204
12205 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12206 "gdb.tar.Z".
12207
12208 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12209
12210 * Makefile.in (maintainer-clean): New target, synonym for
12211 realclean.
12212
12213 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12214
12215 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12216
12217 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12218
12219 * Update all FSF addresses except those in COPYING* files.
12220
12221 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12222
12223 From Richard Earnshaw (rearnsha@armltd.co.uk):
12224 * gdb.texinfo (convenience variables): Document $_exitcode.
12225 (quit): Document optional expression to use as exit code.
12226
12227 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12228
12229 * gdb.texinfo, remote.texi: Brought up to date with various
12230 GDB changes.
12231
12232 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12233
12234 * gdb.texinfo: Update dates and versions, fix comments about
12235 hardware watchpoints in future releases and about the
12236 sharedlibrary command.
12237
12238 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12239
12240 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12241 C_FUN stab. Other cleanups.
12242
12243 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12244
12245 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12246 for the sparc stub.
12247
12248 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12249
12250 * annotate.texi: Clarify which addresses have differing formats
12251 depending on the language and which do not.
12252
12253 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12254
12255 * remote.texi (NetWare): Changed example to use BOARD= instead of
12256 NODE= argument to reflect correspoding change to gdbserve.nlm.
12257
12258 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12259
12260 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12261 GDB, as well as AIX dbx, supports the size type attribute.
12262
12263 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12264
12265 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12266
12267 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12268
12269 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12270 and new 'if' and 'while' commands.
12271
12272 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12273
12274 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12275
12276 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12277
12278 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12279 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12280 NetWare targets. Mostly stolen from the Server node.
12281
12282 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12283
12284 * gdb.texinfo (Setting): Talk about the language of a source file
12285 versus the working language. The old documentation did not match
12286 what GDB did.
12287
12288 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12289
12290 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12291 of a source file.
12292
12293 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12294
12295 * gdb.texinfo (Processes): New node.
12296
12297 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12298
12299 * remote.texi: Update documentation of set/show mipsfpu.
12300
12301 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12302
12303 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12304 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12305
12306 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12307
12308 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12309 obsolete conditionals, described some others.
12310
12311 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12312
12313 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12314 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12315
12316 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12317
12318 * gdbint.texinfo: Put regex conditionals in their own table.
12319
12320 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12321
12322 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12323 described or fixed the descriptions of many others.
12324
12325 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12326
12327 * gdb.texinfo: Add some more credits.
12328 * gdbint.texinfo: Capitalize GDB consistently, describe some
12329 macros and remove some.
12330
12331 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12332
12333 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12334 obsolete conditionals, described some others.
12335
12336 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12337
12338 * gdb.texinfo (help targets): Changed to `help target', which
12339 is the correct gdb command.
12340
12341 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12342
12343 * annotate.texi (TODO): New node, for keeping track of annotations
12344 suggested but not yet implemented.
12345
12346 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12347
12348 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12349 another symbol, it is not the address itself.
12350
12351 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12352
12353 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12354 of stabs-in-coff sections.
12355
12356 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12357
12358 * annotate.texi: Change edition to 0.5 and date to May 1994.
12359 Add index.
12360 (Frames): New node, for frame annotation.
12361 (Displays): New node, for display annotation.
12362
12363 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12364 when waiting for your program to stop.
12365
12366 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12367
12368 * annotate.texi (Breakpoint Info): Document annotation of header
12369 fields and record annotation.
12370
12371 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12372
12373 * annotate.texi: New file, to document annotations.
12374
12375 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12376
12377 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12378 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12379
12380 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12381
12382 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12383 section, and say n_strx field is compilation unit relative.
12384 * stabs.texinfo: Don't use @code for a.out when it is the name of
12385 an object file format.
12386
12387 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12388
12389 * gdb.texinfo: Refer to file names, not path names, per rms
12390 convention.
12391 (Arguments): Fix typo.
12392
12393 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12394
12395 * stabs.texinfo (Global Variables): Talk about stabs in files
12396 where variables are referenced, but not defined.
12397
12398 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12399
12400 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12401 Cplusplus to new nodes Member Type Descriptor and Method Type
12402 Descriptor. Re-write stuff for #.
12403
12404 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12405
12406 * gdb.texinfo (Print Settings): Don't document "set print
12407 fast-symbolic-addr off". The bug which it worked around was fixed
12408 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12409
12410 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12411 N_ENTRY node.
12412
12413 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12414
12415 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12416
12417 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12418 references to ieee-float.c.
12419
12420 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12421
12422 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12423 match what the code actually does.
12424
12425 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12426
12427 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12428
12429 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12430
12431 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12432 i, and b.
12433
12434 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12435
12436 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12437 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12438 as "stabs in sections" rather than just saying "ELF and SOM".
12439 Also make that stuff apply to COFF.
12440
12441 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12442
12443 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12444 Ghostscript.
12445
12446 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12447
12448 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12449 versus functions without line numbers, also mention stepping into
12450 them as well as "step" when you are in them. Tell the user how to
12451 deal with the situation. Add comment about "debugging information".
12452
12453 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12454
12455 * stabs.texinfo (Enumerations): Document restriction on where
12456 enumeration types can appear and still win with GDB.
12457
12458 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12459
12460 * stabs.texinfo (Negative Type Numbers): Document format for type
12461 -16.
12462
12463 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12464
12465 * gdb.texinfo (Selection, Frame Info): Update information about
12466 arbitrary frame specficiations.
12467
12468 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12469
12470 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12471
12472 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12473
12474 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12475
12476 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12477
12478 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12479
12480 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12481
12482 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12483 Differences node to Statics node.
12484 (Statics): Discuss XCOFF use of V symbol descriptor.
12485
12486 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12487 not clean.
12488
12489 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12490
12491 * gdb.texinfo (Print Settings): Document `set print
12492 fast-symbolic-addr' and improve the doc for some other
12493 `set print's.
12494
12495 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12496
12497 * stabs.texinfo (String Field): Talk about defining several type
12498 numbers at once.
12499 Fix lint regarding changing node ELF Transformations to
12500 ELF and SOM Transformations.
12501
12502 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12503
12504 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12505
12506 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12507
12508 * stabs.texinfo (Cross-References): `::' is for nested types only
12509 within <>.
12510 (Structures): Document static members.
12511
12512 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12513
12514 * stabs.texinfo: Document S type attribute.
12515
12516 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12517
12518 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12519
12520 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12521
12522 * gdbint.texinfo: Fix a few typos.
12523
12524 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12525
12526 * gdb.texinfo, remote.texi: formatting improvements
12527
12528 * gdb.texinfo (New Features): mention threads.
12529 (Summary, C): fix xrefs in newly contributed text.
12530 (Threads): index entries, clarifications, example
12531 (passim): minor typos fixed, phrasing improvements
12532
12533 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12534 entries; (Server): explain use of gdbserver w/real-time systems,
12535 add example of conflicting TCP port; (MIPS Remote) break up
12536 running text into table, highlighting commands, and add example.
12537
12538 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12539
12540 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12541
12542 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12543
12544 * stabs.texinfo (Nested Symbols): New node.
12545 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12546
12547 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12548
12549 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12550 to picking which Bbss.bss symbol to use, and (because there seems to
12551 be no good way of doing it) re-write some of the text to make it
12552 sound like Bbss.bss isn't such a great idea after all (as currently
12553 designed).
12554
12555 * gdb.texinfo (C): In addition to saying people have to use g++ for
12556 good results, say they have to use stabs. Specifically say cfront
12557 doesn't work well.
12558 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12559 the gdb README. Add xrefs to places where the support for the various
12560 languages is described in detail.
12561
12562 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12563
12564 * stabs.texinfo: Clean up stuff about visibility and virtual
12565 characters.
12566
12567 * stabs.texinfo (N_M2C): Cite Sun doc.
12568
12569 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12570
12571 * gdb.texinfo: updates re threads.
12572 * remote.texinfo: avoid index entries starting with digits.
12573
12574 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12575
12576 * stabs.texinfo (Enumerations): Talk about large, negative and
12577 octal values. Clean up cross reference to type attributes.
12578 (String Field): Say that GDB 4.11 supports size attribute.
12579
12580 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12581
12582 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12583 is a mandatory step. Make the stuff about that more concise.
12584
12585 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12586
12587 * stabs.texinfo (Class Names): New node.
12588
12589 * gdb.texinfo (Command Files): Explain order of init file reading.
12590
12591 * remote.texi (Bootstrapping): Talk about getting the serial driver
12592 to deal with ^C sent by gdb to stop the remote system.
12593
12594 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12595
12596 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12597
12598 * libgdb.texinfo (Defining Commands): made the DOC arg
12599 to gdb_define_app_command a char * instead of char **
12600 per a suggestion from kingdon.
12601
12602 * libgdb.texinfo: total rewrite from a different starting
12603 premise.
12604
12605 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12606
12607 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12608 floats passed as doubles (to improve clarity).
12609
12610 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12611
12612 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12613
12614 * a4rc.sed: update to work with Andreas Vogel papersize params
12615
12616 * refcard.tex: use Andreas Vogel simplifications of papersize
12617 params; remove useless version info; update copyright date.
12618
12619 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12620
12621 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12622
12623 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12624
12625 * gdb.texinfo (Files): Say what address the load command loads it at.
12626
12627 * stabs.texinfo (Common Blocks): Minor cleanups.
12628
12629 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12630 that Sun has backed away from the linker kludge and thus the relevant
12631 issue is changes to the SunPRO tools, not the Solaris linker.
12632
12633 * stabs.texinfo (Traditional Integer Types): Clean up description
12634 of octal bounds a little bit. Document extra leading zeroes.
12635
12636 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12637
12638 * gdb.texinfo (Signaling): Update for symbolic symbol names
12639 and add a section explaining the difference between the GDB
12640 signal command and the shell kill utility.
12641
12642 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12643
12644 * libgdb.texinfo: added `@' to braces that were unescaped.
12645
12646 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12647
12648 * libgdb.texinfo: new file. Spec for the gdb library.
12649
12650 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12651
12652 * stabs.texinfo (Include Files): Fix typo (start -> end).
12653
12654 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12655
12656 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12657 from Melissa at FSF's editing pass.
12658
12659 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12660
12661 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12662 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12663 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12664
12665 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12666
12667 * remote.texi (Bootstrapping): Discuss 386 call gates.
12668
12669 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12670
12671 * stabs.texinfo (Based Variables): New node.
12672
12673 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12674
12675 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12676 names, sizes, and formats to suggest how not to lose.
12677
12678 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12679
12680 * stabs.texinfo (Methods): Fix typo.
12681
12682 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12683
12684 * gdb.texinfo: Fix a few typos.
12685
12686 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12687
12688 * gdb.texinfo: Clarify how well it works with Fortran.
12689
12690 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12691 More on relocating stabs in ELF files.
12692
12693 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12694
12695 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12696
12697 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12698
12699 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12700 parameters on VAX.
12701
12702 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12703
12704 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12705
12706 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12707
12708 * stabs.texinfo: Make info author notice match the TeX author notice.
12709
12710 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12711
12712 * stabs.texinfo: Initial-caps all words in node names and
12713 non-trivial words in section names.
12714
12715 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12716
12717 * stabs.texinfo: Many minor cleanups.
12718
12719 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12720
12721 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12722
12723 * stabs.texinfo: Remove full description of big example.
12724 It's not really helpful; just use pieces of it where appropriate.
12725 Add more Texinfo formatting directives (@samp, etc.).
12726 Use @deffn to define stab types.
12727 Eliminate some wordiness. Break up some nodes.
12728 Add an (alphabetized) index of symbol types.
12729 Use consistent capitalization style in node and section names.
12730
12731 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12732
12733 * gdb.texinfo: Change typo "Two two" to "The two".
12734
12735 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12736
12737 * stabs.texinfo (XCOFF-differences): Remove references to
12738 non-existent types N_DECL and N_RPSYM.
12739
12740 * stabs.texinfo (String Field): Say that type attributes bug is
12741 fixed in GDB 4.10, since it is.
12742
12743 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12744
12745 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12746
12747 * stabs.texinfo: Formatting cleanups.
12748
12749 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12750
12751 * stabs.texinfo: When explaining the n_type of a stab, standardize
12752 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12753 no tabs, use @r).
12754 (Global Variables): Clean up.
12755
12756 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12757
12758 * stabs.texinfo (Stack Variables): Re-write.
12759
12760 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12761
12762 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12763 addresses of a source file. Also revise formatting.
12764 Change "object module" or "object file" to "source file".
12765 Various: Miscellaneous cleanups.
12766
12767 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12768
12769 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12770
12771 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12772
12773 * gdbint.texinfo: Removed many nonsensical machine-collected
12774 host and target conditionals, described some of the remainder.
12775
12776 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12777
12778 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12779
12780 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12781 paragraph which follows.
12782
12783 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12784 variables. Looks better and avoids overful hbox.
12785
12786 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12787
12788 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12789
12790 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12791
12792 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12793 retransmit-timeout
12794
12795 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12796
12797 * gdbint.texinfo: Update statement about `some ancient Unix
12798 systems, like Ultrix 4.0' to Ultrix 4.2.
12799
12800 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12801
12802 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12803
12804 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12805
12806 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12807 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12808
12809 * remote.texi: new name for former gdbinv-s.texi
12810
12811 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12812
12813 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12814
12815 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12816 variables for MIPS remote debugging protocol.
12817
12818 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12819
12820 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12821
12822 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12823
12824 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12825
12826 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12827
12828 * gdb.texinfo: repair conditional bugs in text markup
12829
12830 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12831
12832 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12833 to select Modula-2 material.
12834
12835 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12836
12837 * stabs.texinfo: Cleanups regarding statics.
12838
12839 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12840 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12841
12842 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12843
12844 * stabs.texinfo: N_MAIN is sometimes used for C.
12845
12846 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12847
12848 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12849
12850 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12851
12852 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12853 removed from the code by Kingdon.
12854
12855 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12856
12857 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12858 input when evaluating breakpoint conditions; the bug has been fixed.
12859
12860 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12861 sets the ignore count to N-1, not to N.
12862
12863 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12864
12865 * refcard.tex (\hoffset): correct longstanding error to match
12866 intended offset; avoids cutting off edge on some printers
12867
12868 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12869
12870 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12871
12872 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12873
12874 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12875
12876 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12877
12878 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12879 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12880 collect sed edits if any, apply to refcard before formatting;
12881 (refcard.ps) stop implying PS fonts if PS output requested;
12882 (lrefcard.ps) delete extra target for variant PS fonts
12883
12884 * refcard.tex: parametrize papersize dependent info, collect
12885 in easily replaced spot
12886
12887 * a4rc.sed: new file, edits to refcard for A4 paper
12888
12889 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12890
12891 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12892
12893 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12894
12895 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12896
12897 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12898
12899 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12900 politely rather than rudely.
12901
12902 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12903
12904 * stabs.texinfo: Document common blocks.
12905
12906 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12907
12908 * stabs.texinfo: Add some basic info about stabs-in-elf.
12909
12910 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12911
12912 * stabs.texinfo (Top): Minor cleanup.
12913
12914 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12915
12916 * Makefile.in (install-info): remove parentdir support
12917
12918 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12919
12920 * gdb.texinfo (Copying): delete this node and references to it;
12921 RMS says this manual need not carry GPL. (passim): Improvements
12922 from last round at FSF, largely due to Ian Taylor review, and
12923 minor formatting improvements.
12924
12925 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12926 largely due to Ian Taylor review. (Debug Session): minor edits to
12927 new text.
12928
12929 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12930
12931 * Makefile.in (realclean): Remove info and dvi files too.
12932
12933 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12934
12935 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12936 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12937 * gdb.texinfo: Change accordingly.
12938
12939 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12940 N_{L,R}BRAC,N_SLINE are relative to.
12941
12942 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12943
12944 * Makefile.in (GDBvn.texi): Update atomically.
12945
12946 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12947
12948 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12949
12950 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12951
12952 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12953 addresses together. Also motivate the set print symbol-filename
12954 command and suggest other solutions.
12955
12956 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12957
12958 * gdb.texinfo (set print elements): Note that the number of
12959 elements is set to unlimited by "set print elements 0".
12960
12961 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12962
12963 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12964 NF_LDOUBLE means.
12965 (Stab Types): Include Solaris stab types.
12966 (Procedures): Document Solaris extensions.
12967
12968 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12969
12970 * gdb.texinfo: Add `set print symbol-filename' doc.
12971
12972 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12973
12974 * stabs.texinfo (Arrays): Talk about type definition vs. type
12975 information.
12976
12977 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12978 the trailing semicolon.
12979
12980 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12981
12982 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12983 and merge in other parts of the document addressing these subjects.
12984 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12985
12986 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12987 at the end of a range type.
12988
12989 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12990 AIX extensions.
12991
12992 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12993
12994 * stabs.texinfo (Stabs Format): Misc fixes.
12995
12996 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12997
12998 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12999 (Traditional builtin types): Document convex convention for long long.
13000 (Negative builtin types): Discuss type names, and misc fixes.
13001
13002 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13003
13004 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13005 point types used with @samp{R} type descriptor.
13006 (Symbol Descriptors): Describe how to handle conflict between
13007 different meanings of @samp{P} symbol descriptor.
13008
13009 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13010
13011 * stabs.texinfo: Remove node Quick Reference and put its children
13012 directly under the main menu.
13013
13014 * stabs.texinfo: Many more changes to bring it into line with
13015 AIX documentation and reality. I think it now has all the
13016 information from the AIX documentation, except that I burned
13017 out when I got to variant records (Pascal and Modula-2) and
13018 all the COBOL types. Oh well, we can add them later when we're
13019 worrying more about those languages.
13020
13021 * stabs.texinfo (Automatic variables): Talk about what it means
13022 to omit the symbol descriptor.
13023
13024 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13025
13026 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13027 gcc2 behavior with promoted args.
13028
13029 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13030
13031 * gdb.texinfo: include readline appendices in info version of manual
13032
13033 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13034
13035 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13036 target remote.
13037
13038 * gdb.texinfo (Machine Code): more index entries for disassemble
13039
13040 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13041
13042 * Clarify the intended use of the gdb-testers and gdb-patches
13043 mailing lists, and shrink gzip comment.
13044
13045 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13046
13047 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13048 DOSHOST configuration of manual.
13049
13050 * gdb.texinfo (MIPS Stack): new node.
13051
13052 * all-config.texi (MIPS) new switch.
13053
13054 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13055 tense; (MIPS Remote) new node.
13056
13057 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13058 bug; (Environment) less passive, other small cleanups in text about
13059 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13060 (Remote) new MIPS Remote menu entry.
13061
13062 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13063
13064 * stabs.texinfo: Many changes to include information from the
13065 AIX documentation.
13066
13067 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13068
13069 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13070
13071 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13072 Add PRINTF_HAS_LONG_LONG references.
13073
13074 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13075
13076 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13077 `set demangle-style arm' (not cfront); mention can type `q' to
13078 discard output, when gdb pages.
13079
13080 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13081
13082 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13083 Move a bunch of information from ../README.
13084 (Getting Started): New node.
13085
13086 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13087
13088 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13089
13090 * gdb.texinfo: advance manual revision dates to present
13091
13092 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13093 stop using silly Roman numerals in @set variable names
13094
13095 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13096
13097 * stabs.texinfo (Parameters): Keep trying to get this right.
13098
13099 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13100
13101 * stabs.texinfo (Parameters): More on "local parameters".
13102
13103 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13104
13105 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13106
13107 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13108
13109 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13110 (Parameters): Rewrite.
13111 (xcoff-differences, Sun-differences): Minor changes.
13112
13113 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13114
13115 * stabs.texinfo: Minor cleanup.
13116
13117 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13118
13119 * gdbint.texinfo: Minor xcoff stuff.
13120
13121 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13122
13123 * gdbint.texinfo: Update for new config directory structure.
13124 Add info about internal type data structures.
13125
13126 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13127
13128 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13129 $(srcdir).
13130 (gdb-config.texi): Depend on file in $(srcdir).
13131
13132 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13133
13134 * stabs.texinfo: Fixes about N_SO.
13135
13136 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13137
13138 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13139
13140 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13141
13142 * gdb.texinfo: include list of nonstandard init file names
13143
13144 * *-config.texi: new switch GENERIC for text that applies *only*
13145 to (usual) multiple-target version of manual
13146
13147 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13148 h8 config
13149
13150 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13151 in menus (rather than conditionally selected multiple alternative
13152 menus).
13153
13154 * Makefile.in: define and use DOC_CONFIG var to select
13155 configuration for GDB user manual.
13156
13157 * gdb-config.texi: delete from repository, generate from Makefile.
13158
13159 * all-config.texi: normal `generic' configuration file, formerly
13160 stored as gdb-config.texi
13161
13162 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13163
13164 * Makefile.in: add dvi target to build all .dvi files
13165
13166 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13167
13168 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13169
13170 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13171
13172 * stabs.texi: The `this' pointer is now known by the name
13173 `this' instead of `$t'.
13174
13175 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13176
13177 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13178 host conditionals.
13179 * stabs.texinfo: More array fixes inspired by Jim's.
13180
13181 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13182
13183 * stabs.texinfo: Fixes re arrays and continuations.
13184
13185 * gdbint.texinfo: Add XCOFF node.
13186
13187 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13188
13189 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13190
13191 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13192
13193 * stabs.texinfo: Fix for array types to mention lower bounds.
13194
13195 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13196
13197 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13198
13199 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13200
13201 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13202
13203 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13204
13205 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13206 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13207
13208 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13209
13210 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13211
13212 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13213
13214 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13215
13216 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13217
13218 * gdb.texinfo, gdbinv-s.texi: misc updates
13219
13220 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13221
13222 * gdbint.texinfo: Brief documentation for longjmp support,
13223 from an email msg by Stu.
13224
13225 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13226
13227 * stabs.texinfo: Fix description of floating point "range"
13228 types (which really define basic types). Reported by Jim Meehan,
13229 <meehan@src.dec.com>.
13230
13231 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13232
13233 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13234
13235 * gdbint.texinfo: Slightly expand section on supporting a new
13236 object file format.
13237
13238 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13239
13240 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13241 intermediate file.
13242
13243 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13244
13245 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13246
13247 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13248
13249 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13250
13251 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13252 as well as Z8002.
13253
13254 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13255
13256 * gdbint.texinfo (Host Conditionals): Remove
13257 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13258 MEM_FNS_DECLARED.
13259 (Target Conditionals): Remove all of the above.
13260
13261 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13262
13263 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13264 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13265
13266 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13267
13268 * gdbint.texinfo: Add sections on clean design and on how to send
13269 in changes.
13270
13271 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13272
13273 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13274
13275 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13276
13277 * gdbint.texinfo: nm.h now included in defs.h.
13278
13279 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13280
13281 * gdb.texinfo: Fix typo, reported by Karl Berry.
13282
13283 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13284
13285 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13286
13287 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13288
13289 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13290
13291 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13292
13293 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13294 (all @node commands): Use new form to avoid nitpicking errors.
13295 * gdbint.texinfo: Document host/native/target split.
13296
13297 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13298
13299 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13300
13301 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13302
13303 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13304
13305 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13306
13307 * gdbint.texinfo: fixed a stray email address (needs @@),
13308 added @table @code to node "Native Conditionals"
13309
13310 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13311
13312 * gdbint.texinfo: document a few more macros, create new section
13313 for native macros.
13314
13315 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13316
13317 * gdb.texinfo: Document command hooks.
13318
13319 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13320
13321 * gdbint.texinfo: Describe coding style of GDB.
13322
13323 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13324
13325 * stabs.texinfo: Minor wording changes.
13326
13327 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13328
13329 * gdbint.texinfo: Improve release doc slightly.
13330
13331 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13332
13333 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13334 for two new remote targets---29K using UDI, and Tandem ST2000
13335 using STDBUG.
13336
13337 * all.m4, none.m4: new m4 switch, _ST2000__
13338
13339 * all.m4: turn on H8/300 stuff for generic manual
13340
13341 * gdbinv-s.m4.in: remove text on special procedures to continue
13342 after explicit call to breakpoint() in serial stubs.
13343
13344 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13345
13346 * gdbint.texinfo: Improve doc of GDB config macros.
13347
13348 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13349
13350 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13351 These will be reinserted when examined.
13352
13353 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13354
13355 * gdb.texinfo: fix shameful error of agreement reported by
13356 jimb@occs.cs.oberlin.edu (Jim Blandy)
13357 * gdb.texinfo: remove old partial discussion of remote serial
13358 protocol (via serial debug stubs)
13359 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13360 use of serial debug stubs
13361
13362 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13363
13364 * gdbint.texinfo: Make a start at documenting all the #if macros
13365 in GDB. At least list them all, and start separating them into
13366 host-specific and target-specific.
13367
13368 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13369
13370 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13371 examples (not consistent w others).
13372 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13373 for generic vn of doc
13374
13375 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13376
13377 * Makefile.in: always create installation directories.
13378
13379 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13380
13381 * gdb.texinfo: in h8 config, do not describe searching commands.
13382
13383 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13384
13385 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13386 conditionals; introduce a few generic switches that may be
13387 useful for other cross-dev or dos-hosted configs.
13388
13389 * gdb.texinfo: fix typo in "info reg" description
13390
13391 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13392
13393 * stabs.texinfo: Minor updates from running TeX over it.
13394 * Makefile.in (stabs.dvi, stabs.ps): Add.
13395
13396 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13397
13398 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13399 First pass at converting it to texinfo.
13400
13401 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13402
13403 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13404 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13405
13406 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13407
13408 * gdbint.texinfo: Add section on partial symbol tables.
13409
13410 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13411
13412 * gdb.texinfo: Document new am29k setting.
13413
13414 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13415
13416 * gdb.texinfo: document `set remotedebug' and `set
13417 rstack_high_address'.
13418
13419 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13420
13421 * gdb.texinfo: slight expansion of new text on reading info files
13422 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13423 H8/300 from DOS.
13424
13425 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13426
13427 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13428
13429 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13430
13431 * gdb.texinfo: Say how to read the `info' files.
13432
13433 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13434
13435 * Makefile.in: gm4 -> m4.
13436
13437 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13438
13439 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13440 Documentation' ahead of `Installing GDB' to match README.
13441 Update shared library doc, -readnow and -mapped, and directory
13442 structure (add glob and mmalloc). Update configure doc.
13443
13444 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13445
13446 * Makefile.in: remove $(srcdir) from gdb.info rule.
13447
13448 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13449
13450 * Makefile.in: commented out gdb-all.texinfo rule. This is
13451 temporary.
13452
13453 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13454
13455 * Makefile.in, configure.in: removed traces of namesubdir,
13456 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13457 copyrights to '92, '13, changed some from Cygnus to FSF.
13458
13459 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13460
13461 * gdb.texinfo: Improve how we ask for bug reports.
13462
13463 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13464
13465 * Makefile.in: infodir belongs in datadir.
13466
13467 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13468
13469 * Makefile.in: remove spaces following hyphens, bsd make can't
13470 cope. install using INSTALL_DATA. added clean-info. added
13471 standards.text support.
13472
13473 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13474
13475 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13476 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13477 and mandir now keyed off datadir by default.
13478
13479 \f
13480 Local Variables:
13481 mode: change-log
13482 left-margin: 8
13483 fill-column: 74
13484 version-control: never
13485 coding: utf-8
13486 End:
This page took 0.336493 seconds and 4 git commands to generate.