]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/doc/ChangeLog
Add completion styling
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
1 2020-05-23 Tom Tromey <tom@tromey.com>
2
3 * gdb.texinfo (Output Styling): Mention completion styling.
4 (Editing): Mention readline completion styling.
5
6 2020-05-19 Pedro Alves <palves@redhat.com>
7
8 * gdb.texinfo (Attach): Update exec-file-mismatch description to
9 mention build IDs.
10 (Separate Debug Files): Add "build id" anchor.
11
12 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13
14 * gdb.texinfo (Help): Document the help and apropos changes.
15 (Aliases): Document new meaning of -a abbreviation flag.
16
17 2020-05-05 Kamil Rytarowski <n54@gmx.com>
18
19 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
20 (info proc exe, info proc mappings, info proc stat): Mention
21 NetBSD support.
22
23 2020-04-28 Tom Tromey <tom@tromey.com>
24
25 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
26
27 2020-04-27 Tom Tromey <tromey@adacore.com>
28
29 * python.texi (Types In Python): Mention missing fields. Add
30 dynamic type example.
31
32 2020-04-24 Tom Tromey <tromey@adacore.com>
33
34 PR python/23662:
35 * python.texi (Types In Python): Document new features.
36
37 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
38
39 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
40 clears makeinfo warnings.
41 * python.texi: Add a missing period trailing an @xref{} clause;
42 this clears a makeinfo warning.
43
44 2020-03-06 Tom de Vries <tdevries@suse.de>
45
46 * gdb.texinfo: Fix "the the".
47
48 2020-03-04 Tom de Vries <tdevries@suse.de>
49
50 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
51 * python.texi: Same.
52
53 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * gdb.texinfo (Command History): Extend description for
56 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
57 'set history filename' being optional. Describe the effect of an
58 empty history filename on 'set history save on'.
59
60 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
63 output.
64
65 2020-02-22 Tom Tromey <tom@tromey.com>
66
67 * python.texi (Python API): Add menu item.
68 (TUI Windows In Python): New node.
69
70 2020-02-22 Tom Tromey <tom@tromey.com>
71
72 PR tui/17850:
73 * gdb.texinfo (TUI Commands): Document horizontal layouts.
74
75 2020-02-22 Tom Tromey <tom@tromey.com>
76
77 * gdb.texinfo (TUI Overview): Mention user layouts.
78 (TUI Commands): Document "tui new-layout".
79
80 2020-01-26 Tom Tromey <tromey@adacore.com>
81
82 * gdb.texinfo (M68K Features): Document floating-point feature
83 correspondence.
84
85 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
86
87 * gdb.texinfo (Attach): Document the new option and the
88 set/show commands.
89 (Connecting): Reference the exec-file-mismatch option.
90
91 2020-01-10 Pedro Alves <palves@redhat.com>
92
93 * gdb.texinfo (Starting): Say "current inferior not connected"
94 instead of "GDB not connected".
95 (Inferiors and Programs): Rename node to ...
96 (Inferiors Connections and Programs): ... this. Update all
97 references. Talk about multiple target connections. Update "info
98 inferiors" info to mention the connections column. Describe "info
99 connections". Document "add-inferior -no-connection".
100 * guile.texi, python.texi: Update cross references.
101
102 2020-01-01 Joel Brobecker <brobecker@adacore.com>
103
104 * gdb.texinfo, refcard.tex: Update copyright year range.
105
106 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * python.texi (Symbols In Python): Remove duplicate description of
109 gdb.lookup_global_symbol.
110
111 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
112
113 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
114
115 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
116
117 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
118 as -r is ambiguous. Update the print - TAB TAB completion result.
119 (Data): Document new option -raw-values. Use -p and -pretty in the
120 example, as -r is ambiguous.
121 (Print Settings): Document set print raw values.
122 (Pretty-Printer Commands): Document interaction between enabled
123 pretty printers and -raw-values/-raw-frame-arguments.
124
125 2019-12-10 Tom Tromey <tom@tromey.com>
126
127 * python.texi (gdb.prompt): Use correct quotes in example.
128 Shorten sample text.
129
130 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
133 -max-results to some -symbol-info-* commands.
134
135 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
138 -symbol-info-module-functions and -symbol-info-module-variables.
139
140 2019-12-01 Tom Tromey <tom@tromey.com>
141
142 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
143 (Output Styling): Document new settings.
144
145 2019-12-01 Tom Tromey <tom@tromey.com>
146
147 * gdb.texinfo (TUI Configuration): Document new setting.
148
149 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
150
151 * gdb.texinfo (Define): Indicate that user-defined prefix can
152 be used in 'define' command. Document 'define-prefix' command.
153
154 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
157 -symbol-info-modules.
158
159 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
160
161 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
162 -symbol-info-functions, -symbol-info-types, and
163 -symbol-info-variables.
164
165 2019-11-26 Tom Tromey <tom@tromey.com>
166
167 * gdb.texinfo (Maintenance Commands): Document new maint
168 commands.
169
170 2019-11-25 Luis Machado <luis.machado@linaro.org>
171
172 * gdb.texinfo (Debugging Output): Document set debug
173 remote-packet-max-chars.
174
175 2019-11-14 Tom de Vries <tdevries@suse.de>
176
177 * gdb.texinfo: Fix typos.
178 * python.texi: Same.
179 * stabs.texinfo: Same.
180
181 2019-11-12 Tom Tromey <tom@tromey.com>
182
183 * gdb.texinfo (Maintenance Commands): Document new command.
184
185 2019-11-11 Tom Tromey <tom@tromey.com>
186
187 * gdb.texinfo (TUI Keys): Document readline function names.
188
189 2019-11-11 Tom Tromey <tom@tromey.com>
190
191 * gdb.texinfo (Editing): Document operate-and-get-next.
192
193 2019-11-11 Tom Tromey <tromey@adacore.com>
194
195 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
196
197 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * python.texi (Symbols In Python): Add documentation for
200 gdb.lookup_static_symbols.
201
202 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
203
204 * python.texi (Symbols In Python): Extend documentation for
205 gdb.lookup_static_symbol.
206
207 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * gdb.texinfo (Symbols): Document new 'info module variables' and
210 'info module functions' commands.
211
212 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
213
214 * gdb.texinfo (Symbols): Document new 'info modules' command.
215
216 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
217
218 * gdb.texinfo (Convenience Funs): Document the new
219 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
220 convenience functions.
221
222 2019-10-29 Christian Biesinger <cbiesinger@google.com>
223
224 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
225 generation.
226 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
227 option.
228
229 2019-10-23 Tom Tromey <tom@tromey.com>
230
231 * Makefile.in (READLINE_DIR): Update.
232
233 2019-10-23 Christian Biesinger <cbiesinger@google.com>
234
235 * python.texi (Threads In Python): Add a note for how to get the
236 list of threads.
237
238 2019-10-07 Tom de Vries <tdevries@suse.de>
239
240 * gdb.texinfo: Fix typo.
241 * guile.texi: Same.
242 * python.texi: Same.
243
244 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
245
246 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
247
248 2019-10-02 Tom Tromey <tromey@adacore.com>
249
250 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
251 $_ada_exception.
252
253 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
254
255 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
256 qXfer:spu:read and qXfer:spu:write.
257 (General Query Packets): Likewise.
258 (Cell Broadband Engine SPU architecture): Remove subsection.
259
260 2019-09-18 Tom Tromey <tom@tromey.com>
261
262 * gdb.texinfo (Editing): Document readline application name.
263 (TUI Single Key Mode): Document TUI SingleKey keymap name.
264
265 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 * gdb.texinfo (Source Path): Additional text to better describe
268 how the source path directory list is used when searching for
269 source files.
270
271 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
272
273 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
274 examples.
275
276 2019-09-10 Tom Tromey <tromey@adacore.com>
277
278 * gdb.texinfo (Index Files): Update Ada text.
279
280 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
281
282 * gdb.texinfo (Symbols): Add information about the -n flag to
283 "info variables" and "info functions".
284
285 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
286
287 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
288
289 2019-08-16 Alan Hayward <alan.hayward@arm.com>
290
291 * gdb.texinfo (AArch64 Pointer Authentication)
292 (GDB/MI Breakpoint Information) (Frame Information): Document
293 addr_field.
294
295 2019-08-12 Tom Tromey <tom@tromey.com>
296
297 * gdb.texinfo (Configure Options): Document minimum version of
298 readline.
299
300 2019-08-09 Alan Hayward <alan.hayward@arm.com>
301
302 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
303
304 2019-08-07 Alan Hayward <alan.hayward@arm.com>
305
306 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
307
308 2019-08-05 Christian Biesinger <cbiesinger@google.com>
309
310 * python.texi (Blocks In Python): Document dictionary access on blocks.
311
312 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
313
314 * gdb.texinfo (Symbols): Document new args -dirname and -basename
315 of "info sources" command.
316
317 2019-07-30 Christian Biesinger <cbiesinger@google.com>
318
319 * python.texi (Symbols In Python): Document new function
320 gdb.lookup_static_symbol.
321
322 2019-07-29 Christian Biesinger <cbiesinger@google.com>
323
324 * python.texi (Objfiles In Python): Document new functions
325 Objfile.lookup_{global,static}_symbol.
326
327 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
328
329 * gdb.texinfo (Backtrace): Document the new '-frame-info'
330 backtrace option. Reference 'set print frame-info'.
331 (Print Settings): Document 'set|show print frame-info'.
332 Document new 'presence' value for 'set print frame-arguments.
333
334 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.texinfo (Symbols): Add information about -q flag to "info
337 types".
338
339 2019-07-20 Kevin Buettner <kevinb@redhat.com>
340
341 * python.texi (python command): Revise example to match
342 command behavior.
343
344 2019-07-09 Pedro Alves <palves@redhat.com>
345
346 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
347 examples to show type=catchpoint instead of type=breakpoint and an
348 address.
349
350 2019-07-03 Pedro Alves <palves@redhat.com>
351 Philippe Waroquiers <philippe.waroquiers@skynet.be>
352
353 * gdb.texinfo (Command Settings): New node documenting the general
354 concept of settings, how to change them, and the new "with"
355 command.
356 (Maintenance Commands): Document "maint with".
357
358 2019-07-03 Pedro Alves <palves@redhat.com>
359
360 * gdb.texinfo (Maintenance Commands): Document "maint set/show
361 test-settings" instead of "maint test-settings set/show".
362
363 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
364
365 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
366 deals with a file that has the same name as the specified pid to
367 attach to. Add example using -p option.
368 (gdb man): Remove same sentence as in previous item.
369
370 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
371
372 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
373 node.
374 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
375 new MI commands.
376
377 2019-06-13 Pedro Alves <palves@redhat.com>
378
379 * gdb.texinfo (Command Completion): Mention command options too.
380 (Command Options): New node.
381 (Threads): Add anchors. Extend descriptions of the "taas" and
382 "tfaas" commands.
383 (Backtrace): Describe new options of the "backtrace" command. Add
384 anchors.
385 (Frame Apply): Describe new options of the "frame apply" and
386 "faas" commands. Add anchors.
387 (Data): Describe new options of the "print" command. Add anchors.
388 (Compiling and Injecting Code): Mention options of the "compile
389 print" command.
390 (Maintenance Commands): Mention "maint test-options" subcommands
391 and the "maint show test-options-completion-result" command.
392
393 2019-06-13 Pedro Alves <palves@redhat.com>
394
395 * gdb.texinfo (Print Settings): Document "set/show print
396 raw-frame-arguments" instead of "set/show print raw
397 frame-arguments".
398
399 2019-06-13 Pedro Alves <palves@redhat.com>
400
401 * gdb.texinfo (Maintenance Commands): Document "maint
402 test-settings" commands.
403
404 2019-06-06 Amos Bird <amosbird@gmail.com>
405
406 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
407 annotation.
408
409 2019-06-04 Christian Biesinger <cbiesinger@google.com>
410
411 * python.texi: Document new gdb.Type.objfile property.
412
413 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
414
415 * gdb.texinfo (Help): Document the new -v apropos flag.
416 (Output Styling): Document the style name styling done by "show style".
417 Document the new title and highlight styles.
418
419 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
420
421 * gdb.texinfo (Shell Commands): Document pipe command.
422 (Logging Output): Add a reference to pipe command.
423 (Convenience Variables): Document $_shell_exitcode and
424 $_shell_exitstatus.
425
426 2019-05-29 Tom Tromey <tromey@adacore.com>
427
428 * gdb.texinfo (Continuing and Stepping): Document new
429 commands.
430
431 2019-05-22 Alan Hayward <alan.hayward@arm.com>
432
433 * gdb.texinfo (Shell Commands): Add debugredirect.
434
435 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
436
437 * gdb.texinfo: Minor formatting fixes.
438
439 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
440
441 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
442 MI command -complete.
443
444 2019-05-14 Tom de Vries <tdevries@suse.de>
445
446 * gdb.texinfo (Automatic symbol index cache): Add concept and command
447 index entries.
448
449 2019-05-14 Tom de Vries <tdevries@suse.de>
450
451 * gdb.texinfo (Maintenance Commands): Remove superfluous
452 quoting on command index entry for "maint info selftests".
453
454 2019-05-10 Tom Tromey <tromey@adacore.com>
455
456 * python.texi (Pretty Printing API): Mention lazy computation for
457 "children".
458
459 2019-05-10 Tom Tromey <tromey@adacore.com>
460
461 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
462 exception" and "catch handlers". Move "catch exception unhandled"
463 text. Use @var for "catch load" and "catch unload"
464
465 2019-05-08 Tom Tromey <tromey@adacore.com>
466
467 * gdb.texinfo (Symbols): Document change to ptype/o.
468
469 2019-05-03 Eli Zaretskii <eliz@gnu.org>
470
471 * gdb.texinfo (Separate Debug Files): Document how the
472 subdirectory of the global debug directory is computed on
473 MS-Windows/MS-DOS.
474
475 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
476
477 * gdb.texinfo (Print Settings): Document 'print max-depth'.
478 * guile.texi (Guile Pretty Printing API): Document that 'print
479 max-depth' can effect the display of a values children.
480 * python.texi (Pretty Printing API): Likewise.
481 (Values From Inferior): Document max_depth keyword.
482
483 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
484
485 * gdb.texinfo (Calling): Document the new
486 set|show may-call-functions.
487
488 2019-04-22 Pedro Alves <palves@redhat.com>
489
490 * gdb.texinfo (Reverse Execution): Mention and xref process record
491 and replay. Mention remote and system emulators.
492 (Process Record and Replay): List supported architectures.
493 Mention that "record btrace" is only supported on Intel
494 processors.
495
496 2019-04-17 Alan Hayward <alan.hayward@arm.com>
497
498 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
499 (Monitor Commands for gdbserver)
500 (gdbserver man): Add debug-file option.
501
502 2019-04-08 Kevin Buettner <kevinb@redhat.com>
503
504 * python.texi (Inferiors In Python): Rename
505 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
506 Add note about the former being deprecated.
507
508 2019-04-08 Kevin Buettner <kevinb@redhat.com>
509
510 * python.texi (Threads In Python): Add description for method
511 InferiorThread.handle.
512
513 2019-04-07 Tom Tromey <tom@tromey.com>
514
515 * Makefile.in (all): Depend on "info".
516
517 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
518
519 * gdb.texinfo (Convenience Funs): Document '$_creal' and
520 '$_cimag'.
521
522 2019-03-30 Eli Zaretskii <eliz@gnu.org>
523
524 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
525 $_gdb_minor.
526
527 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * python.texi (Pretty Printing API): Document use of None for the
530 display_hint.
531
532 2019-03-22 Alan Hayward <alan.hayward@arm.com>
533 Jiong Wang <jiong.wang@arm.com>
534
535 * gdb.texinfo (AArch64 Features): Describe pauth feature.
536
537 2019-03-20 Tom Tromey <tromey@adacore.com>
538
539 * python.texi (Selecting Pretty-Printers): Use @defvar for
540 gdb.pretty_printers.
541
542 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
543
544 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
545 of table, "@end @table" -> "@end table".
546
547 2019-03-14 Tom Tromey <tromey@adacore.com>
548
549 * gdb.texinfo (Output Styling): Document "set style source" and
550 "show style source".
551
552 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
553
554 * gdb.texinfo (Mode Options): Mention mi3.
555 (Interpreters): Likewise.
556 (GDB/MI Development and Front Ends): Add entry for MI 3 in
557 version table. Document -fix-multi-location-breakpoint-output.
558 (GDB/MI Breakpoint Information): Document format of breakpoint
559 location output.
560
561 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
562
563 * python.texi (Values From Inferior): Change synopsys of the
564 second form of Value.__init__.
565
566 2019-03-02 Eli Zaretskii <eliz@gnu.org>
567
568 * gdb.texinfo (Output Styling): Fix typos. Document the default
569 foreground colors of the available styles.
570
571 2019-02-27 Kevin Buettner <kevinb@redhat.com>
572
573 * gdb.texinfo (Configure Options): Document minimum python
574 version.
575
576 2019-02-26 Kevin Buettner <kevinb@redhat.com>
577
578 * python.texi (Values From Inferior): Document second form
579 of Value.__init__.
580
581 2019-02-23 Joel Brobecker <brobecker@adacore.com>
582
583 * gdb.texinfo: Update copyright year ranges.
584 * refcard.tex: Likewise.
585
586 2019-02-21 Alan Hayward <alan.hayward@arm.com>
587
588 * gdb.texinfo: Update style defaults.
589
590 2019-02-21 Tom Tromey <tromey@adacore.com>
591
592 * gdb.texinfo (Remote Configuration): Remove trailing "." from
593 @item.
594
595 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
596
597 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
598 MI versions. Update text around it.
599
600 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
601
602 * gdb.texinfo (PowerPC Features): Document the alias
603 pseudo-registers for the org.gnu.gdb.power.altivec feature.
604
605 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
606
607 * gdb.texinfo (Print Settings): Remove mention of specific
608 demangle-style values, just refer to the in-process help.
609
610 2018-12-28 Tom Tromey <tom@tromey.com>
611
612 * gdb.texinfo (Output Styling): New node.
613
614 2018-12-13 John Baldwin <jhb@FreeBSD.org>
615
616 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
617 (Native): Add a FreeBSD subsection.
618 (FreeBSD): Document use of system call aliases for compatibility
619 system calls.
620
621 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * gdb.texinfo (Standard Target Features): Add RISC-V Features
624 sub-section.
625
626 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
627
628 * gdb.texinfo (Examining the Symbol Table): Document language choice
629 for 'info types|functions|variables' commands.
630 (Setting Breakpoints): Document language choice to print
631 the functions in which a breakpoint is set.
632
633 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
634
635 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
636 requirements for the org.gnu.gdb.power.vsx feature.
637
638 2018-11-01 Joel Brobecker <brobecker@adacore.com>
639
640 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
641 output to match the current implementation.
642
643 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
644
645 * gdb.texinfo (Information About a Frame): Document changes
646 to 'info args' and 'info locals'.
647 (Examining the Symbol Table): Document changes to 'info functions'
648 and 'info variables'.
649
650 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
651
652 * gdb.texinfo (PowerPC Features): Describe new features
653 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
654 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
655 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
656 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
657
658 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
659
660 * gdb.texinfo (PowerPC Features): Describe new features
661 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
662
663 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
664
665 * gdb.texinfo (PowerPC Features): Describe new feature
666 "org.gnu.gdb.power.tar".
667
668 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
669
670 * gdb.texinfo (PowerPC Features): Describe new features
671 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
672
673 2018-10-20 Tom Tromey <tom@tromey.com>
674
675 * gdb.texinfo (TUI Commands): Add @end table.
676 (TUI Configuration): Remove stray @end table.
677
678 2018-10-19 Tom Tromey <tom@tromey.com>
679
680 PR tui/18388:
681 * gdb.texinfo (TUI Commands): Remove tabset documentation.
682 (TUI Configuration): Document "set tui tab-width".
683
684 2018-10-09 Tom Tromey <tom@tromey.com>
685
686 * python.texi (Inferiors In Python): Link to "Frames In Python",
687 not "Unwinding Frames in Python".
688
689 2018-10-09 Tom Tromey <tom@tromey.com>
690
691 * gdb.texinfo (Configure Options): Update --enable-ubsan
692 documentation.
693
694 2018-10-08 John Baldwin <jhb@FreeBSD.org>
695
696 * gdb.texinfo (Contributors): Add SRI International and University
697 of Cambridge for FreeBSD/riscv.
698
699 2018-10-06 Tom Tromey <tom@tromey.com>
700
701 PR python/19399:
702 * python.texi (Inferiors In Python): Document
703 Inferior.Architecture.
704
705 2018-10-06 Tom Tromey <tom@tromey.com>
706
707 PR python/21765:
708 * python.texi (Symbols In Python): Document the module and
709 common-block domains. Remove documentation for incorrect
710 domains.
711
712 2018-10-03 Tom Tromey <tom@tromey.com>
713
714 * gdb.texinfo (Configure Options): Document --enable-ubsan.
715
716 2018-10-02 John Darrington <john@darrington.wattle.id.au>
717
718 * gdb.texinfo (Remote Connection Commands): Describe
719 the changes to target remote and target extended-remote
720 relating to Unix domain sockets.
721
722 2018-10-01 Tom Tromey <tom@tromey.com>
723
724 * gdb.texinfo (Configure Options): Document configure options.
725
726 2018-09-29 Tom Tromey <tom@tromey.com>
727
728 * gdb.texinfo (Requirements): Mention C++, GNU make.
729 (Requirements): Sort the table. Add more libraries.
730 (Running Configure): Remove obsolete text.
731 (Separate Objdir): Likewise.
732 (Configure Options): Likewise.
733
734 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
737 to highlight that the number is also the frame's level.
738 (Selection): Rewrite documentation for 'frame' and 'select-frame'
739 commands.
740 (Frame Info): Rewrite documentation for 'info frame' command.
741
742 2018-09-23 Tom Tromey <tom@tromey.com>
743
744 PR python/18852:
745 * python.texi (Parameters In Python): Document exception behavior
746 of get_set_string.
747
748 2018-09-18 John Baldwin <jhb@FreeBSD.org>
749
750 * gdb.texinfo (info proc): Remove "running".
751 (info proc mappings): Replace "program" with "process".
752
753 2018-09-18 John Baldwin <jhb@FreeBSD.org>
754
755 * gdb.texinfo (Process Information): Document "info proc files"
756 command.
757
758 2018-09-17 Tom Tromey <tom@tromey.com>
759
760 * gdb.texinfo (Index Files): Update for cache directory change on
761 macOS.
762
763 2018-09-16 Tom Tromey <tom@tromey.com>
764
765 * python.texi (Basic Python): Update docs for find_pc_line,
766 solib_name.
767 (Progspaces In Python): Update docs for current_progspace.
768 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
769 Move method documentation before example.
770
771 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
772
773 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
774
775 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
776 2018-09-13 Tom Tromey <tom@tromey.com>
777
778 * python.texi (Program Spaces In Python): Document the
779 Progspace.objfiles method.
780 (Objfiles In Python): Mention that gdb.objfiles() is identical
781 to gdb.selected_inferior().progspace.objfiles().
782
783 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
784 2018-09-13 Tom Tromey <tom@tromey.com>
785
786 * python.texi (Inferiors In Python): Document
787 Inferior.progspace.
788 (Program Spaces In Python): Document that
789 gdb.current_progspace() is the same as
790 gdb.selected_inferior().progspace.
791
792 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
793
794 * python.texi (Basic Python): Mention the string representation
795 of GDB Python objects.
796
797 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
798
799 * gdb.texinfo (Skipping Over Functions and Files): Document
800 set/show debug skip.
801
802 2018-09-10 Tom Tromey <tom@tromey.com>
803
804 * python.texi (Frames In Python, Blocks In Python)
805 (Symbols In Python, Symbol Tables In Python)
806 (Lazy Strings In Python): Remove periods from section titles.
807
808 2018-09-10 Tom Tromey <tom@tromey.com>
809
810 * python.texi (Pretty Printing API): Swap sentence order.
811
812 2018-09-10 Tom Tromey <tom@tromey.com>
813
814 PR python/16461:
815 * python.texi (Values From Inferior): Mention use of virtual
816 table.
817
818 2018-09-10 Tom Tromey <tom@tromey.com>
819
820 * python.texi (Basic Python): Parenthesize argument to
821 decode_line.
822
823 2018-09-10 Tom Tromey <tom@tromey.com>
824
825 * python.texi (Python): Mention Python versions. Don't mention
826 execfile.
827
828 2018-09-10 Tom Tromey <tom@tromey.com>
829
830 PR python/19808:
831 * python.texi (Unwinding Frames in Python): Rewrite
832 create_unwind_info documentation. Update read_register
833 documentation and add a note about unwinder caution.
834
835 2018-09-10 Tom Tromey <tom@tromey.com>
836
837 PR python/18909:
838 * python.texi (Events In Python): Fix inferior_call
839 documentation.
840
841 2018-09-10 Tom Tromey <tom@tromey.com>
842
843 PR python/17752:
844 * python.texi (Frame Filter API): Remove period from subsection
845 title. Mention 100 as good default priority.
846 (Frame Decorator API): Remove period from subsection title.
847 Mention FrameDecorator module.
848
849 2018-09-10 Tom Tromey <tom@tromey.com>
850
851 PR python/23108:
852 * python.texi (Exception Handling): Rearrange gdb.GdbError text
853 and add a table.
854
855 2018-09-10 Tom Tromey <tom@tromey.com>
856
857 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
858 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
859 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
860 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
861
862 2018-09-10 Tom Tromey <tom@tromey.com>
863
864 PR python/16484:
865 * python.texi (Frames In Python): Document that Frame.block can
866 throw.
867
868 2018-09-10 Tom Tromey <tom@tromey.com>
869
870 PR python/23487:
871 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
872
873 2018-09-10 Tom Tromey <tom@tromey.com>
874
875 PR python/16033:
876 * python.texi (Blocks In Python): Document that Block.end is
877 exclusive.
878
879 2018-08-29 Keith Seitz <keiths@redhat.com>
880
881 * gdb.texinfo (Compiling and injecting code in GDB): Document
882 set/show "compile-oracle" and "compile-cplus-types" commands.
883
884 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
885
886 * gdb.texinfo (The -stack-list-frames Command): Update description
887 to mention "arch".
888 Update MI examples throughout the document to contain "arch" in
889 frame output.
890
891 2018-08-21 Alan Hayward <alan.hayward@arm.com>
892
893 * gdb.texinfo (AArch64 SVE): New subsubsection.
894
895 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
896
897 * gdb.texinfo (GDB/MI Data Manipulation): Document
898 "-data-disassemble -a addr".
899 (GDB/MI Support Commands): Document "data-disassemble-a-option"
900 feature.
901
902 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
903
904 * gdb.texinfo (Index Files Speed Up GDB): Add section about
905 symbol index cache.
906
907 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
908
909 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
910 option sections to further clarify that gcore can take more
911 than one PID, and that "-o" is used to specify a prefix, not a
912 filename.
913
914 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 * gdb.texinfo (Maintenance Commands): Add description of
917 maintenance command to control dwarf unwinders.
918
919 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
920
921 * gdb.texinfo (Debugging Programs with Multiple Threads):
922 Document changes to 'thread apply'. Document 'taas'.
923 Document 'tfaas'.
924 (Examining the Stack): Document 'frame apply'. Document 'faas'.
925
926 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
927 Jan Kratochvil <jan.kratochvil@redhat.com>
928 Paul Fertser <fercerpav@gmail.com>
929 Tsutomu Seki <sekiriki@gmail.com>
930
931 * gdb.texinfo (Remote Connection Commands): Add explanation
932 about new IPv6 support. Add new connection prefixes.
933
934 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
935
936 * gdb.texinfo (Remote Configuration): Update descriptions for
937 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
938 and hardware-watchpoint-length-limit variables.
939
940 2018-07-02 Maciej W. Rozycki <macro@mips.com>
941
942 PR tdep/8282
943 * gdb.texinfo (Source and Machine Code): Document `set
944 disassembler-options' support for the MIPS target.
945
946 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
947
948 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
949
950 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
951
952 * gdb.texinfo (Files): The address argument for "add-symbol-file"
953 is no longer mandatory.
954
955 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
956
957 * gdb.texinfo (Files): Document "symbol-file -o offset".
958
959 2018-06-14 Tom de Vries <tdevries@suse.de>
960
961 * gdb.texinfo (Background Execution): Add @cindex for '&'.
962
963 2018-06-11 Eli Zaretskii <eliz@gnu.org>
964
965 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
966
967 2018-06-08 Gary Benson <gbenson@redhat.com>
968
969 * gdb.texinfo (Maintenance Commands): Document "maint check
970 libthread-db" and "maint set/show check-libthread-db".
971
972 2018-06-05 Tom Tromey <tom@tromey.com>
973
974 PR cli/12326:
975 * gdb.texinfo (Screen Size): Document "c" response to pagination
976 prompt.
977
978 2018-05-31 Maciej W. Rozycki <macro@mips.com>
979
980 * gdb.texinfo (Choosing Target Byte Order): Document endianness
981 selection details with the `set endian auto' mode.
982
983 2018-05-31 Alan Hayward <alan.hayward@arm.com>
984
985 * gdb.texinfo: Describe SVE feature.
986
987 2018-05-04 Tom Tromey <tom@tromey.com>
988
989 PR python/22731:
990 * python.texi (Breakpoints In Python): Mention that "commands" is
991 writable.
992
993 2018-05-02 Tom Tromey <tom@tromey.com>
994
995 PR python/20084:
996 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
997 PARAM_ZUINTEGER_UNLIMITED.
998
999 2018-04-30 Tom Tromey <tom@tromey.com>
1000
1001 * python.texi (Types In Python): Document Type.align.
1002
1003 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1004
1005 * gdb.texinfo (Symbols): Mention the fact that "info
1006 variables/functions/types" show source files and line numbers.
1007
1008 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1009
1010 * gdb.texinfo: Document set/show record btrace cpu.
1011
1012 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1013
1014 * gdb.texinfo (Ada Settings): New subsubsection.
1015
1016 2018-03-26 Tom Tromey <tom@tromey.com>
1017
1018 PR backtrace/15582:
1019 * gdb.texinfo (Backtrace): Mention "hide" argument.
1020
1021 2018-03-26 Tom Tromey <tom@tromey.com>
1022
1023 * gdb.texinfo (Backtrace): Describe options individually.
1024
1025 2018-03-19 Tom Tromey <tom@tromey.com>
1026
1027 * observer.texi: Remove.
1028
1029 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1030
1031 * gdb.texinfo (Debugging Output): Document "set/show debug
1032 fbsd-nat".
1033
1034 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1035
1036 * gdb.texinfo (Machine Code): Additional information about "info
1037 line" command.
1038
1039 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1040
1041 * gdb.texinfo (gdb-add-index man): Add pindex.
1042
1043 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1044
1045 * gdb.texinfo (set cwd): Add period.
1046 (gdb-add-index man): Move anchor.
1047
1048 2017-01-12 Tom Tromey <tom@tromey.com>
1049 Sergio Durigan Junior <sergiodj@redhat.com>
1050
1051 * gdb.texinfo (Index Files): Mention gdb-add-index.
1052 (gdb-add-index man): New section.
1053 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1054 from gdb.texinfo.
1055
1056 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1057
1058 * gdb.texinfo (pwd): Fix whitespace.
1059
1060 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1061
1062 * gdb.texinfo (pwd): Update cross-reference for Process Information
1063 node and remove explicit /proc reference.
1064 (Native): Rename subsection from SVR4 Process Information to
1065 Process Information.
1066 (Process Information): Reword introduction to be less /proc
1067 centric. Document support for "info proc" on FreeBSD.
1068
1069 2018-01-03 Xavier Roirand <roirand@adacore.com>
1070
1071 * gdb.texinfo (Set Catchpoints): Add documentation for new
1072 "catch handlers" action.
1073
1074 2017-12-27 Stafford Horne <shorne@gmail.com>
1075
1076 * gdb.texinfo (Target Description Format): Explain that arbitrary
1077 strings are now allowed for register groups.
1078
1079 2017-12-27 Stafford Horne <shorne@gmail.com>
1080
1081 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1082
1083 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1084
1085 PR cli/16224
1086 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1087
1088 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1089
1090 * python.texi (Manipulating breakpoints using Python): Document
1091 qualified parameter to gdb.Breakpoint.
1092
1093 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1094
1095 * python.texi (Manipulating breakpoints using Python): Split doc
1096 of Breakpoint.__init__ in two, split text in multiple
1097 paragraphs, don't nest parameter square brackets.
1098
1099 2017-12-12 Stafford Horne <shorne@gmail.com>
1100 Stefan Wallentowitz <stefan@wallentowitz.de>
1101 Franck Jullien <franck.jullien@gmail.com>
1102 Jeremy Bennett <jeremy.bennett@embecosm.com>
1103
1104 * gdb.texinfo: Add OpenRISC documentation.
1105
1106 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1107
1108 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1109
1110 2017-12-07 Keith Seitz <keiths@redhat.com>
1111
1112 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1113 and "show print type nested-type-limit".
1114
1115 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1116
1117 * python.texi (Breakpoints In Python): Add text relating
1118 to allowed explicit locations and keywords in gdb.Breakpoints.
1119
1120 2017-12-04 Tom Tromey <tom@tromey.com>
1121
1122 * gdb.texinfo (Rust): Update trait object status
1123
1124 2017-12-01 Andrew Cagney <cagney@redhat.com>
1125 Joel Brobecker <brobecker@adacore.com>
1126 Sergio Durigan Junior <sergiodj@redhat.com>
1127
1128 * gdb.texinfo (File Options): Document --readnever.
1129 (Commands to Specify Files): Likewise, for 'symbol-file' and
1130 'add-symbol-file'.
1131
1132 2017-11-29 Pedro Alves <palves@redhat.com>
1133
1134 PR c++/19436
1135 * gdb.texinfo (Debugging C Plus Plus): Document setting
1136 breakpoints in functions with ABI tags.
1137
1138 2017-11-29 Pedro Alves <palves@redhat.com>
1139
1140 * gdb.texinfo (Linespec Locations): Document how "function" is
1141 interpreted in C++ and Ada. Document "-qualified".
1142 (Explicit Locations): Document how "-function" is interpreted in
1143 C++ and Ada. Document "-qualified".
1144
1145 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1146
1147 PR gdb/21945
1148 * gdb.texinfo (Search Memory): Update description and example
1149 about how to search a string without NULL terminator.
1150
1151 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1152
1153 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1154 new "exception-message" field.
1155
1156 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1157
1158 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1159
1160 2017-11-24 Pedro Alves <palves@redhat.com>
1161
1162 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1163 false claim that GDB inserts quoting automatically.
1164 (Symbols): Add anchor.
1165
1166 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1167
1168 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1169
1170 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1171
1172 * python.texi (Basic Python): Add rbreak documentation.
1173
1174 2017-11-07 Xavier Roirand <roirand@adacore.com>
1175 Pedro Alves <palves@redhat.com>
1176
1177 * gdb.texinfo (Set Breaks): Document support for breakpoint
1178 location ranges in the enable/disable commands.
1179
1180 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1181
1182 * gdb.texinfo (Starting your Program) <The working directory.>:
1183 Mention remote debugging.
1184 (Working Directory) <Your Program's Working Directory>:
1185 Likewise.
1186 (Connecting) <Remote Packet>: Add "set-working-dir"
1187 and "QSetWorkingDir" to the table.
1188 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1189 packet.
1190
1191 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1192
1193 * gdb.texinfo (Starting your Program) <The working directory.>:
1194 Mention new "set cwd" command.
1195 (Working Directory) <Your Program's Working Directory>:
1196 Rephrase to explain that "set cwd" exists and is the default
1197 way to change the inferior's cwd.
1198
1199 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1200
1201 * gdb.texinfo (S/390 and System z Features): Document the new
1202 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1203
1204 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1205
1206 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1207 attribute.
1208
1209 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1210
1211 * python.texi (Inferiors In Python): Add description for method
1212 Inferior.thread_from_thread_handle.
1213
1214 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1215
1216 * gdb.texinfo (Starting your Program): Add description of
1217 starti command. Mention starti command as an alternative for
1218 debugging the elaboration phase.
1219
1220 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1221
1222 * gdb.texinfo (Maintenance Commands): Document filter parameter
1223 of "maint selftest". Document "maint info selftests" command.
1224
1225 2017-09-11 Tom Tromey <tom@tromey.com>
1226
1227 * python.texi (Events In Python): Document new events.
1228
1229 2017-09-04 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1232 no-debug-info variables.
1233 (Symbols) <Examining the Symbol Table>: Document inspecting
1234 no-debug-info types.
1235 (Calling) <Calling functions with no debug info>: New subsection,
1236 documenting calling no-debug-info functions.
1237 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1238
1239 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1240
1241 * gdb.texinfo (set environment): Add @anchor. Explain that
1242 environment variables set by the user are sent to GDBserver.
1243 (unset environment): Likewise, but for unsetting variables.
1244 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1245 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1246 "environment-reset" and "QEnvironmentReset" to the table.
1247 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1248 QEnvironmentReset>: New item, explaining the packet.
1249
1250 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1251
1252 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1253 "Compiler search for the compile command" descriptions of set
1254 compile-gcc and show compile-gcc.
1255
1256 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1257
1258 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1259 ADI support.
1260 * NEWS: Add "adi examine" and "adi assign" commands.
1261
1262 2017-08-18 Yao Qi <yao.qi@linaro.org>
1263
1264 * gdb.texinfo (Server): Document "--selftest".
1265
1266 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1267
1268 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1269 Single-Key mode.
1270
1271 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1272
1273 PR gdb/21925
1274 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1275 set...").
1276
1277 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1278
1279 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1280 conditional expression.
1281
1282 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1283
1284 * agentexpr.texi (rot): Fix symbolic description, improve
1285 textual description.
1286
1287 2017-07-26 Yao Qi <yao.qi@linaro.org>
1288
1289 * gdb.texinfo (Maintenance Commands): Document command
1290 "maint check xml-descriptions".
1291
1292 2017-07-26 Yao Qi <yao.qi@linaro.org>
1293
1294 * gdb.texinfo (Maintenance Commands): Document optional
1295 argument of "maint print c-tdesc".
1296
1297 2017-07-18 Yao Qi <yao.qi@linaro.org>
1298
1299 * gdb.texinfo (Maintenance Commands): Improve the doc to
1300 command "maint print c-tdesc".
1301
1302 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1303
1304 PR gdb/21606
1305 * python.texi (Python representation of Symbols.): Replace
1306 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1307 * guile.texi (Guile representation of Symbols.): Likewise.
1308
1309 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1310
1311 * gdb.texinfo (Optional Messages about Internal Happenings):
1312 Document {set,show} debug separate-debug-file commands.
1313
1314 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1315
1316 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1317 (Connecting) <Remote Packet>: Add "startup-with-shell"
1318 and "QStartupWithShell" to the table.
1319 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1320 packet.
1321
1322 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1323
1324 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1325
1326 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1327
1328 * python.texi (Recording in Python): Factor out the documentation of
1329 gdb.RecordInstruction's super class.
1330
1331 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1332
1333 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1334 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1335 prev and next.
1336
1337 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1338
1339 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1340 gdb.RecordInstruction
1341
1342 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1343
1344 * python.texi (Recording in Python): Add documentation for
1345 gdb.RecordGap and remove documentation of special cases for
1346 gdb.BtraceInstruction.
1347
1348 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1349
1350 * python.texi (Recording in Python): Remove Record.ptid defvar.
1351
1352 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1353
1354 * gdb.texinfo (GDB/MI Thread Information): Add missing
1355 fields, re-word some things.
1356 (GDB/MI Thread Commands): Describe fields found in the output of
1357 -thread-info, remove description of fields in the
1358 thread output tuple, replace with a cross-reference to "GDB/MI
1359 Thread Information".
1360
1361 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1362
1363 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1364 from -thread-info output.
1365
1366 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1367
1368 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1369
1370 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1371
1372 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1373
1374 2017-03-22 Yao Qi <yao.qi@linaro.org>
1375
1376 * python.texi (Inferiors In Python): Remove @code from Python.
1377
1378 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1379
1380 * python.texi (Recordings In Python): Document return type of
1381 gdb.BtraceInstruction.data.
1382
1383 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1384
1385 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1386 command file-list-shared-libraries
1387 (GDB/MI Async Records): Update documentation of library-loaded with new
1388 field.
1389
1390 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1391
1392 PR gdb/14441
1393 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1394 supports both lvalue and rvalue references.
1395
1396 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1397
1398 PR gdb/14441
1399 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1400 table of constants.
1401
1402 2017-03-16 Doug Evans <dje@google.com>
1403
1404 * guile.texi (Lazy Strings In Guile): Mention arrays.
1405 * python.texi (Lazy Strings In Python): Ditto.
1406
1407 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1408
1409 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1410 character "@".
1411
1412 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1413
1414 * Memory Protection Extensions: Add information about inferior
1415 calls.
1416
1417 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1418
1419 * gdb.texinfo: Document new set/show disassembler-options
1420 commands.
1421
1422 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1423
1424 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1425 DW_TAG_GNU_* and DW_AT_GNU_*.
1426
1427 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1428
1429 * python.texi (Recordings In Python): New section.
1430
1431 2017-02-14 Tom Tromey <tom@tromey.com>
1432
1433 PR python/13598:
1434 * python.texi (Events In Python): Document events.before_prompt.
1435
1436 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1437
1438 * gdb.texinfo (Target Commands): Document the optional offset
1439 argument for the load command.
1440
1441 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1442
1443 PR gdb/21122
1444 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1445 space-separated breakpoint lists. Also add a missing @table command
1446 and @cindex for breakpoint lists.
1447
1448 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1449
1450 PR tdep/20936
1451 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1452 (Sparc Features): New node.
1453
1454 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1455
1456 * gdb.texinfo (i386 Features): Add system segment registers
1457 as feature.
1458
1459 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1460
1461 * python.texi (Events In Python): Fix typo.
1462
1463 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1464 Luis Machado <lgustavo@codesourcery.com>
1465
1466 * gdb.texinfo (-target-flash-erase): New MI command description.
1467 (flash-erase): New CLI command description.
1468
1469 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1470
1471 * gdb.texinfo (Contributors): Add SRI International and University
1472 of Cambridge for FreeBSD/mips.
1473
1474 2016-12-22 Doug Evans <xdje42@gmail.com>
1475
1476 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1477 commands.
1478
1479 2016-12-02 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.texinfo (User-defined Commands): Limit on number of
1482 arguments passed to user-defined commands removed; update.
1483
1484 2016-12-02 Pedro Alves <palves@redhat.com>
1485
1486 PR cli/20559
1487 * gdb.texinfo (Define): Add example of using "eval" to process a
1488 variable number of arguments.
1489 (Output) <eval>: Add anchor.
1490
1491 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1492
1493 * Makefile.in: Likewise.
1494
1495 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1496
1497 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1498 xref.
1499
1500 2016-10-29 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1503 actions.
1504
1505 2016-10-26 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1508 actions that match a thread, and what happens when an action
1509 matches a thread that is already running.
1510
1511 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1512
1513 * gdb.texinfo (Using Trace Files): Fix typo.
1514 (GDB/MI Tracepoint Commands): Likewise.
1515
1516 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1517
1518 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1519 of -trace-save.
1520
1521 2016-10-06 Tom Tromey <tom@tromey.com>
1522
1523 * guile.texi (Types In Guile): Remove Java mentions.
1524 * python.texi (Types In Python): Remove Java mentions.
1525 * gdb.texinfo (Address Locations, Supported Languages)
1526 (Index Section Format): Remove Java mentions.
1527
1528 2016-08-15 Doug Evans <dje@google.com>
1529
1530 * gdb.texinfo (Target Description Format): Update docs on "end"
1531 field spec and field default type.
1532
1533 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1534 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1535
1536 PR gdb/20487
1537 * gdb.texinfo (Context management): Update mention of frame
1538 change notifications.
1539 (gdb/mi Async Records): Document frame field in
1540 =thread-select event.
1541 * observer.texi (GDB Observers): New user_selected_context_changed
1542 observer.
1543
1544 2016-09-28 Tom Tromey <tom@tromey.com>
1545
1546 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1547 than "memory breakpoint". Further document "kind". Move
1548 protocol-details link earlier.
1549 <z1>: Document the cmd_list argument. Fix typo.
1550 <g>: Remove incorrect sentence.
1551 (Stop Reply Packets): Document "OK" response to requests when in
1552 non-stop mode.
1553 <swbreak>: Use "software breakpoint" rather than "memory
1554 breakpoint".
1555 <create>: Document that "R" is ignored.
1556 <W, X, w>: Document formatting of "AA".
1557 (Notification Packets): Use "%Stop", not "%%Stop".
1558
1559 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1560
1561 * gdb.texinfo (Embedded Processors): Document ARC.
1562 (Synopsys ARC): New section.
1563 (Standard Target Features): Document ARC features.
1564 (ARC Features): New section.
1565
1566 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1567
1568 * .gitignore: New file.
1569
1570 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1571
1572 * gdb.texinfo (Input/Output): Mention possibility to unset
1573 inferior-tty.
1574
1575 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1576
1577 * gdb.texinfo: Resume btrace on reconnect.
1578
1579 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1580
1581 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1582 syscall.
1583
1584 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1585
1586 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1587 command.
1588
1589 2016-07-13 Tom Tromey <tom@tromey.com>
1590
1591 PR python/15620, PR python/18620:
1592 * python.texi (Events In Python): Document new breakpoint events.
1593
1594 2016-07-13 Tom Tromey <tom@tromey.com>
1595
1596 PR python/17698:
1597 * python.texi (Breakpoints In Python): Document
1598 Breakpoint.pending.
1599
1600 2016-07-13 Tom Tromey <tom@tromey.com>
1601
1602 * python.texi (Breakpoints In Python): Move table of types and
1603 table of watchpoint types earlier in node.
1604
1605 2016-07-12 Tom Tromey <tom@tromey.com>
1606
1607 PR python/19293:
1608 * python.texi (Frames In Python): Document
1609 gdb.invalidate_cached_frames.
1610
1611 2016-06-21 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1614 document new-ui and explain use case.
1615
1616 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1617
1618 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1619 (NDS32 Features): New Section.
1620
1621 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1622
1623 * gdb.texinfo (Examining Memory): Document negative repeat
1624 count in the 'x' command.
1625
1626 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1627
1628 * gdb.texinfo (GDB/MI Async Records): Document method and
1629 format fields in =record-started.
1630 * observer.texi (record_changed): Add method and format
1631 parameters.
1632
1633 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1634
1635 * gdb.texinfo (General Query Packets): Move the description of the
1636 response before the long list of the specific 'read' and 'write'
1637 requests.
1638
1639 2016-05-23 Tom Tromey <tom@tromey.com>
1640
1641 * python.texi (Basic Python): Document gdb.breakpoints return.
1642
1643 2016-05-24 Tom Tromey <tom@tromey.com>
1644
1645 PR gdb/19194:
1646 * gdb.texinfo (gdb man): Fix typo.
1647
1648 2016-05-17 Tom Tromey <tom@tromey.com>
1649
1650 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1651 (Rust): New node.
1652
1653 2016-05-17 Tom Tromey <tom@tromey.com>
1654
1655 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1656
1657 2016-04-27 Yao Qi <yao.qi@linaro.org>
1658
1659 * gdb.texinfo (tfind): Complete doc about tfind without
1660 argument.
1661
1662 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1663
1664 * agentexpr.texi (byte): Fix zero_ext description.
1665
1666 2016-03-31 Pedro Alves <palves@redhat.com>
1667
1668 * gdb.texinfo (M32R/SDI): Delete node.
1669 (MIPS Embedded): Remove references to the MIPS remote debugging
1670 protocol, PMON and variants, and the associated commands.
1671
1672 2016-03-15 Doug Evans <dje@google.com>
1673
1674 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1675 (Target Description Format): Mention enum types. Update docs on
1676 flags types.
1677 (Predefined Target Types): Add "bool".
1678 (Enum Target Types): New node.
1679
1680 2016-03-15 Pedro Alves <palves@redhat.com>
1681
1682 * gdb.texinfo (Tracepoint Actions): Fix typo.
1683
1684 2016-03-15 Pedro Alves <palves@redhat.com>
1685 Andreas Arnez <arnez@linux.vnet.ibm.com>
1686 Marcin Kościelnicki <koriakin@0x04.net>
1687
1688 * gdb.texinfo (Tracepoint Actions): Document possible
1689 unreliability of '$_ret'.
1690
1691 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1692
1693 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1694 command.
1695
1696 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1697
1698 * gdb.texinfo (Convenience Functions): Document $_as_string.
1699
1700 2016-02-23 Doug Evans <dje@google.com>
1701
1702 * gdb.texinfo (Skipping Over Functions and Files): Document new
1703 options to "skip" command. Update docs of output of "info skip".
1704
1705 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1706
1707 * gdb.texinfo (Signals): Add bound violation display hints for
1708 a SIGSEGV.
1709
1710 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1711
1712 * gdb.texinfo (Trace File Format): Add documentation for description
1713 section lines.
1714
1715 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1716
1717 * gdb.texinfo (Trace File Format): Remove misleading information
1718 about register block ordering.
1719
1720 2016-02-01 Doug Evans <dje@google.com>
1721
1722 * gdb.texinfo (Value Sizes): Fix typo.
1723
1724 2016-02-01 Doug Evans <dje@google.com>
1725
1726 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1727
1728 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1729
1730 * gdb.texinfo (Value Sizes): New section.
1731 (Data): Add the 'Value Sizes' node to the menu.
1732
1733 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1734
1735 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1736
1737 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1738
1739 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1740
1741 2016-01-18 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1744 of the thread that hit a breakpoint or received a signal.
1745
1746 2016-01-15 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1749
1750 2016-01-13 Pedro Alves <palves@redhat.com>
1751
1752 * gdb.texinfo (Threads): Document the $_gthread convenience
1753 variable.
1754 (Convenience Vars): Likewise.
1755
1756 2016-01-13 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.texinfo (Threads): Document "info threads -gid".
1759
1760 2016-01-13 Pedro Alves <palves@redhat.com>
1761
1762 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1763 anchor.
1764 (Threads In Python): Document new InferiorThread.global_num
1765 attribute.
1766
1767 2016-01-07 Pedro Alves <palves@redhat.com>
1768
1769 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1770 qualified thread IDs, global thread IDs and thread ID lists.
1771 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1772 thread IDs.
1773 (Convenience Vars): Document the $_thread convenience variable.
1774 (Ada Tasks): Adjust to refer to thread IDs.
1775 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1776 Commands, GDB/MI Variable Objects): Update to mention global
1777 thread IDs.
1778 * guile.texi (Breakpoints In Guile)
1779 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1780 global thread IDs instead of thread IDs.
1781 * python.texi (Threads In Python): Adjust documentation of
1782 InferiorThread.num.
1783 (Breakpoint.thread): Mention global thread IDs instead of thread
1784 IDs.
1785
1786 2016-01-13 Pedro Alves <palves@redhat.com>
1787
1788 * python.texi (Threads In Python): Document
1789 InferiorThread.inferior.
1790
1791 2016-01-13 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1794 convenience variable.
1795 (Convenience Vars): Likewise.
1796
1797 2016-01-12 Josh Stone <jistone@redhat.com>
1798 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1799
1800 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1801 (Stop Reply Packets): List the syscall entry and return stop reasons.
1802 (General Query Packets): Describe QCatchSyscalls, and add it to the
1803 table and the detailed list of stub features.
1804
1805 2016-01-12 Pedro Alves <palves@redhat.com>
1806
1807 Remove use of the registered trademark symbol throughout.
1808
1809 2016-01-12 Yao Qi <yao.qi@linaro.org>
1810
1811 * gdb.texinfo (Interrupts): Update the document on handling
1812 interrupt when program is stopped.
1813
1814 2015-12-11 Don Breazeal <donb@codesourcery.com>
1815
1816 * gdb.texinfo (Forks): Correct Linux kernel version where
1817 fork and exec events are supported, add notes about support
1818 of these events in target remote mode.
1819 (Connecting): Reorganize and clarify distinctions between
1820 target remote, extended-remote, and multiprocess.
1821 Reorganize related text from separate sections into new
1822 sections.
1823 (Server): Note effects of target extended-remote mode.
1824 Delete section on Multi-Process Mode for gdbserver.
1825 Move some text to "Connecting" node.
1826
1827 2015-12-10 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.texinfo (Threads): Replace warning with explanation
1830 about single-threaded programs.
1831
1832 2015-12-10 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.texinfo (Threads): Remove mention of SGI.
1835 (Forks): Remove mention of HP-UX.
1836 (Breakpoints): Remove mention of HP-UX.
1837 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1838 Reword in terms of architectures.
1839 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1840 mention supported systems.
1841 (Convenience Vars): Don't mention HP-UX.
1842 (Jumping): Remove mention of HP-UX in comment.
1843 (Files) <shared libraries>: Update supported shared library types
1844 list. Remove mention of HP-UX.
1845 (Native): Remove HP-UX subsection.
1846 (SVR4 Process Information): Remove mention of HP-UX.
1847
1848 2015-12-10 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.texinfo (Stack): Reorder menu.
1851
1852 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1853
1854 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1855 -var-set-format's new zero-hexadecimal format.
1856
1857 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1858
1859 * gdb.texinfo (Ada Mode Into): Move overloading support
1860 description to its own node.
1861 (Overloading support for Ada): New node.
1862
1863 2015-11-30 Pedro Alves <palves@redhat.com>
1864
1865 PR 14618
1866 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1867 (Remote Configuration): Add the "set/show remote
1868 no-resumed-stop-reply" to the available settings table.
1869 (General Query Packets): Document the "no-resumed" qSupported
1870 feature.
1871
1872 2015-11-30 Pedro Alves <palves@redhat.com>
1873
1874 * gdb.texinfo (Remote Configuration): List "set/show remote
1875 thread-events" command in configuration table.
1876 (Stop Reply Packets): Document "T05 create" stop
1877 reason and 'w' stop reply.
1878 (General Query Packets): Document QThreadEvents packet. Document
1879 QThreadEvents qSupported feature.
1880
1881 2015-11-30 Pedro Alves <palves@redhat.com>
1882
1883 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1884 anchor.
1885 (Packets): Document vCtrlC.
1886
1887 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1888
1889 * gdb.texinfo (Thread List Format): Mention thread names.
1890
1891 2015-11-24 Pedro Alves <palves@redhat.com>
1892
1893 PR 17539
1894 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1895 program-spaces" example to ascending order listing.
1896 (Threads): Adjust "info threads" example to ascending order
1897 listing.
1898 (Forks): Adjust "info inferiors" example to ascending order
1899 listing.
1900
1901 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1902
1903 * gdb.texinfo (Process Record and Replay): Document "record
1904 instruction-history" modifiers.
1905
1906 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1907
1908 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1909 description.
1910 (Frame Filter Management): Move to later in the 'Examining the
1911 Stack' chapter.
1912 (Selection): Add entry for 'select-frame'.
1913
1914 2015-09-25 Doug Evans <dje@google.com>
1915
1916 * gdb.texinfo (Process Record and Replay): Fix syntax of
1917 "record instruction-history begin, end" and
1918 "record function-call-history begin, end".
1919
1920 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1921
1922 * gdb.texinfo (Specifying Source Directories): Fix
1923 substitute-path example.
1924
1925 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1926
1927 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1928
1929 2015-09-15 Pedro Alves <palves@redhat.com>
1930
1931 PR remote/18965
1932 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1933 the vforkdone description.
1934
1935 2015-09-15 Pedro Alves <palves@redhat.com>
1936
1937 PR remote/18965
1938 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1939 part indicates the thread ID of the parent process.
1940
1941 2015-09-15 Yao Qi <yao.qi@linaro.org>
1942
1943 * gdb.texinfo (General Query Packets): Add vContSupported to
1944 tables of 'gdbfeatures' and 'stub features' supported in the
1945 qSupported packet, as well as to the list containing stub
1946 feature details.
1947
1948 2015-09-11 Don Breazeal <donb@codesourcery.com>
1949
1950 * gdb.texinfo (Remote Configuration): Add exec event
1951 feature to table of packet settings.
1952 (Stop Reply Packets): Add exec events to the list of stop
1953 reasons.
1954 (General Query Packets): Add exec events to tables of
1955 'gdbfeatures' and 'stub features' supported in the qSupported
1956 packet, as well as to the list containing stub feature
1957 details.
1958
1959 2015-08-24 Pedro Alves <palves@redhat.com>
1960
1961 * gdb.texinfo (Remote Configuration): Document the "set/show
1962 remote multiprocess-extensions-packet" commands.
1963
1964 2015-08-24 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1967 <M32R>: Remove references to M32R/D.
1968 <M68K>: Remove references to target dbug.
1969 <MIPS Embedded>: Remove references to target r3900 and target
1970 array.
1971 <PowerPC Embedded>: Remove references to target dink32 and target
1972 ppcbug, target sds
1973 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1974
1975 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1976
1977 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1978
1979 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1980
1981 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1982
1983 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1984
1985 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1986 info bfds" to...
1987 (File Caching): A New section. Outline bfd caching, and add new
1988 description for "main set/show bfd-sharing".
1989
1990 2015-08-14 Doug Evans <xdje42@gmail.com>
1991
1992 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1993 disassembly.
1994 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1995
1996 2015-08-11 Keith Seitz <keiths@redhat.com>
1997
1998 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1999 Use "location(s)"instead of "linespec(s)".
2000 (Specifying a Location): Rewrite.
2001 Add subsections describing linespec, address, and explicit locations.
2002 Add node/menu for each subsection.
2003 (Source and Machine Code, C Preprocessor Macros)
2004 (Create and Delete Trace points)
2005 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2006 (Continuing at a Different Address): Remove "linespec" examples.
2007 Add reference to "Specify a Location"
2008 (The -break-insert Command): Rewrite. Add anchor.
2009 Add reference to appropriate manual section discussing locations.
2010 (The -dprintf-insert Command): Refer to -break-insert for
2011 specification of 'location'.
2012
2013 2015-08-07 Pedro Alves <palves@redhat.com>
2014
2015 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2016 target-non-stop".
2017
2018 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2019
2020 * gdb.texinfo (Process Record and Replay): Document prefixing of
2021 speculatively executed instructions in the "record instruction-history"
2022 command.
2023
2024 2015-07-20 Doug Evans <dje@google.com>
2025
2026 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2027
2028 2015-07-16 Doug Evans <dje@google.com>
2029
2030 * stabs.texinfo: @include gdb-cfg.texi.
2031
2032 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2033
2034 Revert the previous 2 commits:
2035 gdbserver build-id attribute generator
2036 Validate symbol file using build-id
2037
2038 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2039
2040 * gdb.texinfo (Files): Add 'set validate-build-id'
2041 and 'show validate-build-id'.
2042
2043 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2044 Jan Kratochvil <jan.kratochvil@redhat.com>
2045
2046 gdbserver build-id attribute generator.
2047 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2048 'build-id' in description, example, new attribute in dtd.
2049
2050 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2051
2052 * gdb.texinfo (Selection): Update documentation for 'frame'
2053 command.
2054
2055 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2056
2057 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2058 focus commands.
2059
2060 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2061
2062 * gdb.texinfo (TUI): Add comma after @xref.
2063
2064 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2065
2066 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2067 commands.
2068
2069 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2070
2071 * gdb.texinfo (Process Record and Replay): Spell out that variables
2072 and registers are not available during btrace replay.
2073 Describe the new "record btrace pt" command.
2074 Describe the new "set|show record btrace pt buffer-size" options.
2075 (General Query Packets): Describe the new Qbtrace:pt and
2076 Qbtrace-conf:pt:size packets.
2077 Expand "bts" to "Branch Trace Store".
2078 Update the branch trace DTD.
2079
2080 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2081
2082 * gdb.texinfo (Command History): Document the new option
2083 "history remove-duplicates".
2084
2085 2015-06-19 Doug Evans <dje@google.com>
2086
2087 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2088 longer supported.
2089
2090 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2091
2092 * gdb.texinfo (Command History): Mention that setting
2093 GDBHISTSIZE to the empty string disables history truncation.
2094
2095 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2096
2097 PR gdb/16999
2098 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2099 behavior.
2100
2101 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2102
2103 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2104 with GDBHISTSIZE.
2105
2106 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2107
2108 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2109 bytes and memory units for -data-{read,write}-memory-bytes.
2110 (Packets): Same for m, M and X packets.
2111 * python.texi (Inferiors In Python): Same for read_memory and
2112 write_memory.
2113
2114 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2115
2116 * gdb.texinfo (Separate Debug Files): Document that PE is also
2117 supported.
2118
2119 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2120
2121 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2122 single table entry.
2123
2124 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2125
2126 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2127
2128
2129 2015-06-10 Gary Benson <gbenson@redhat.com>
2130
2131 * gdb.texinfo (Remote Configuration): Document the
2132 "set/show remote hostio-setfs-packet" command.
2133 (Host I/O Packets): Document the vFile:setfs packet.
2134
2135 2015-06-10 Gary Benson <gbenson@redhat.com>
2136
2137 * gdb.texinfo (Debugging Output): Document the "set/show debug
2138 linux-namespaces" command.
2139
2140 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2141 Mircea Gherzan <mircea.gherzan@intel.com>
2142
2143 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2144 and "set mpx bound".
2145
2146 2015-05-27 Doug Evans <dje@google.com>
2147
2148 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2149
2150 2015-05-26 Doug Evans <dje@google.com>
2151
2152 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2153 command renamings.
2154 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2155
2156 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2157
2158 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2159
2160 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2161
2162 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2163 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2164
2165 2015-05-16 Doug Evans <xdje42@gmail.com>
2166
2167 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2168 memory ports.
2169
2170 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2171
2172 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2173
2174 2015-05-12 Don Breazeal <donb@codesourcery.com>
2175
2176 * gdb.texinfo (Forks): Note that fork debugging is
2177 supported in extended mode.
2178 (Remote Configuration): Add fork event features to table
2179 of packet settings.
2180 (Stop Reply Packets): Add fork events to list of stop reasons.
2181 (General Query Packets): Add fork events to tables of
2182 'gdbfeatures' and 'stub features' supported in the qSupported
2183 packet, as well as to the list containing stub feature
2184 details.
2185
2186 2015-05-12 Gary Benson <gbenson@redhat.com>
2187
2188 * gdb.texinfo (General Query Packets): Document
2189 qXfer:exec-file:read with empty annex.
2190
2191 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2192
2193 * python.texi (Values From Inferior): Add descriptions of new
2194 methods gdb.Value.reference_value and gdb.Value.const_value.
2195
2196 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2197
2198 * gdb.texinfo (Files): Add "info dll" documentation.
2199 (Cygwin Native): Remove "info dll" documentation.
2200
2201 2015-04-29 Doug Evans <dje@google.com>
2202
2203 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2204 Document.
2205 (Writing an Xmethod): Add get_result_type to example.
2206
2207 2015-04-28 Sasha Smundak <asmundak@google.com>
2208
2209 * python.texi: New method documented.
2210
2211 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2214 format.
2215
2216 2015-04-24 Doug Evans <dje@google.com>
2217
2218 * python.texi (Xmethods In Python): Fix name of method to call the
2219 xmethod.
2220
2221 2015-04-17 Gary Benson <gbenson@redhat.com>
2222
2223 * gdb.texinfo (Connecting to a Remote Target): Mention that
2224 GDB can access program files from remote targets that support
2225 qXfer:exec-file:read and Host I/O packets.
2226
2227 2015-04-17 Gary Benson <gbenson@redhat.com>
2228
2229 * gdb.texinfo (Remote Configuration): Document the "set/show
2230 remote pid-to-exec-file-packet" command.
2231 (General Query Packets): Document the qXfer:exec-file:read
2232 qSupported features. Document the qXfer:exec-file:read packet.
2233
2234 2015-04-17 Gary Benson <gbenson@redhat.com>
2235
2236 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2237 applies to executable paths if supplied to GDB as absolute.
2238
2239 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2240
2241 * gdb.texinfo (Mode Options): Remove -xdb.
2242
2243 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2244 Eli Zaretskii <eliz@gnu.org>
2245
2246 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2247 compile, show debug compile. New subsection Compilation options for
2248 the compile command. New subsection Compiler search for the compile
2249 command.
2250
2251 2015-04-09 Andy Wingo <wingo@igalia.com>
2252
2253 * guile.texi (Frames In Guile): Describe frame-read-register.
2254
2255 2015-04-02 Gary Benson <gbenson@redhat.com>
2256
2257 * gdb.texinfo (set sysroot): Document "target:".
2258
2259 2015-04-01 Sasha Smundak <asmundak@google.com>
2260
2261 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2262 section.
2263
2264 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2265
2266 PR corefiles/16092
2267 * gdb.texinfo (gcore): Mention new command 'set
2268 use-coredump-filter'.
2269 (set use-coredump-filter): Document new command.
2270
2271 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2272
2273 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2274 documentation, reorder the info os entries in alphabetical order.
2275
2276 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2277
2278 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2279 -data-write-memory-bytes.
2280
2281 2015-03-24 Pedro Alves <palves@redhat.com>
2282
2283 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2284 mention that threads may sometimes run unlocked.
2285
2286 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2287
2288 * gdb.texinfo (Remote configuration): Document "set/show
2289 serial parity" command.
2290
2291 2015-03-18 Gary Benson <gbenson@redhat.com>
2292
2293 * gdb.texinfo (General Query Packets): Remove documentation
2294 for now-removed vFile:fstat qSupported features.
2295
2296 2015-03-11 Gary Benson <gbenson@redhat.com>
2297
2298 * gdb.texinfo (Remote Configuration): Document the
2299 "set/show remote hostio-fstat-packet" command.
2300 (General Query Packets): Document the vFile:fstat
2301 qSupported features.
2302 (Host I/O Packets): Document the vFile:fstat packet.
2303
2304 2015-03-11 Andy Wingo <wingo@igalia.com>
2305
2306 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2307
2308 2015-03-04 Pedro Alves <palves@redhat.com>
2309
2310 * gdb.texinfo (Remote Configuration): Document the "set/show
2311 remote swbreak-feature-packet" and "set/show remote
2312 hwbreak-feature-packet" commands.
2313 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2314 decription.
2315 (Stop Reply Packets): Document the swbreak and hwbreak stop
2316 reasons.
2317 (General Query Packets): Document the swbreak and hwbreak
2318 qSupported features.
2319 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2320
2321 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2322
2323 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2324 under *stopped.
2325
2326 2015-03-02 Doug Evans <xdje42@gmail.com>
2327
2328 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2329
2330 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2331
2332 * gdb.texinfo (S/390 and System z Features): Describe new feature
2333 "org.gnu.gdb.s390.vx".
2334
2335 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2336
2337 PR gdb/18008
2338 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2339 demangler-warning): Fix typo ("problam").
2340
2341 2015-02-19 David Taylor <dtaylor@emc.com>
2342
2343 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2344
2345 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2346
2347 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2348 point, DTrace'.
2349 (Static Probe Points): Modified to cover DTrace probes in addition
2350 to SystemTap probes. Also modified to cover the `enable probe'
2351 and `disable probe' commands.
2352
2353 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2354
2355 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2356 `disable probe' commands.
2357
2358 2015-02-12 David Taylor <dtaylor@emc.com>
2359
2360 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2361 fields of the QTDV packet.
2362
2363 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2364
2365 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2366 (Process Record and Replay): Describe new set|show commands.
2367 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2368
2369 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2370
2371 * gdb.texinfo (Process Record and Replay): Describe the "record
2372 btrace bts" command.
2373 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2374 (Branch Trace Configuration Format): New.
2375
2376 2015-01-31 Gary Benson <gbenson@redhat.com>
2377 Doug Evans <dje@google.com>
2378
2379 * gdb.texinfo (Command Completion): Document new
2380 "set/show max-completions" option.
2381
2382 2015-01-31 Doug Evans <xdje42@gmail.com>
2383
2384 * gdb.texinfo (Symbols): Document new commands
2385 "maint print symbol-cache", "maint print symbol-cache-statistics",
2386 "maint flush-symbol-cache". Document new option
2387 "maint set symbol-cache-size".
2388
2389 2015-01-31 Doug Evans <xdje42@gmail.com>
2390
2391 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2392 distinguish script files vs inlined scripts.
2393 * python.texi (Python Auto-loading): Ditto.
2394
2395 2015-01-30 Doug Evans <dje@google.com>
2396
2397 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2398 string if present.
2399
2400 2015-01-27 Doug Evans <dje@google.com>
2401
2402 * python.texi (Objfiles In Python): Document Objfile.username.
2403
2404 2015-01-27 Doug Evans <dje@google.com>
2405
2406 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2407 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2408
2409 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2410
2411 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2412
2413 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2414
2415 * doc/gdb.texinfo (TUI Commands): Document the possible
2416 values of NAME argument to 'winheight' command. Explain the
2417 effect of 'tabset' setting better.
2418
2419 2015-01-11 Doug Evans <xdje42@gmail.com>
2420
2421 PR gdb/15830
2422 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2423 (Symbols): Ditto.
2424 (Maintenance Commands): Delete docs for "maint demangle".
2425
2426 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2427
2428 * gdb.texinfo (Files): Remove documentation of the
2429 "add-shared-symbol-files" and "assf" commands.
2430 (Cygwin Native): Remove documentation of the "dll-symbols"
2431 command.
2432
2433 2014-12-17 Doug Evans <xdje42@gmail.com>
2434
2435 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2436
2437 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2438 Jan Kratochvil <jan.kratochvil@redhat.com>
2439
2440 * gdb.texinfo (Altering): Update.
2441 (Compiling and Injecting Code): New node.
2442
2443 2014-12-12 Doug Evans <dje@google.com>
2444
2445 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2446
2447 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2448
2449 * gdb.texinfo: Document "maint print user-registers".
2450
2451 2014-12-08 Doug Evans <dje@google.com>
2452
2453 * python.texi (Objfiles In Python): Document Objfile.owner.
2454
2455 2014-12-04 Doug Evans <dje@google.com>
2456
2457 * python.texi (Objfiles In Python): Document
2458 Objfile.add_separate_debug_file.
2459
2460 2014-12-04 Doug Evans <dje@google.com>
2461
2462 * python.texi (Objfiles In Python): Document Objfile.build_id.
2463
2464 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2465
2466 * observer.texi (inferior_call_pre, inferior_call_post)
2467 (memory_changed, register_changed): New observers.
2468
2469 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2470
2471 * python.texi (Events In Python): Document new events
2472 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2473 and RegisterChangedEvent.
2474
2475 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2476
2477 Add add-auto-load-scripts-directory.
2478 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2479 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2480
2481 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2482
2483 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2484 description typo.
2485
2486 2014-10-30 Doug Evans <dje@google.com>
2487
2488 * python.texi (Progspaces In Python): Document ability to add
2489 random attributes to gdb.Progspace objects.
2490 (Objfiles In Python): Document ability to add random attributes to
2491 gdb.objfile objects.
2492
2493 2014-10-27 Pedro Alves <palves@redhat.com>
2494
2495 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2496 info on stepping and signal handlers.
2497 (Signals): Explain stepping and signal handlers. Add context
2498 index entry, and cross references.
2499
2500 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2501
2502 * python.texi (Breakpoints In Python): Add parenthesis after
2503 Breakpoint.delete. Clarify Breakpoint.enabled description so
2504 that it contains "disable".
2505
2506 2014-10-17 Doug Evans <dje@google.com>
2507
2508 * python.texi (Events In Python): Document clear_objfiles event.
2509
2510 2014-10-17 Doug Evans <dje@google.com>
2511
2512 * python.texi (Objfiles In Python): Document new progspace attribute.
2513
2514 2014-10-17 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2517 (SVR4 Process Information): Delete mention of OSF/1.
2518
2519 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2520
2521 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2522 exit-code field in -list-thread-groups output.
2523
2524 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2525
2526 * gdb.texinfo (Set Breaks): Add missing "@end table".
2527
2528 2014-09-22 Pedro Alves <palves@redhat.com>
2529
2530 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2531 always-inserted off" is the default mode now. Delete
2532 documentation of "set breakpoint always-inserted auto".
2533
2534 2014-09-18 Doug Evans <dje@google.com>
2535
2536 * python.texi (Symbol Tables In Python): Document "producer"
2537 attribute of gdb.Symtab objects.
2538
2539 2014-09-16 Pedro Alves <palves@redhat.com>
2540
2541 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2542 (Embedded OS): Remove VxWorks menu entry.
2543 (VxWorks): Remove node.
2544
2545 2014-09-13 Doug Evans <xdje42@gmail.com>
2546
2547 * gdb.texinfo (Signaling): Document new queue-signal command.
2548
2549 2014-09-06 Doug Evans <xdje42@gmail.com>
2550
2551 PR 15276
2552 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2553 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2554
2555 2014-09-03 Justin Lebar <jlebar@google.com>
2556
2557 * python.texi (Types In Python): Type.template_argument(n) returns a
2558 gdb.Value or a gdb.Type and throws an exception if n is out of
2559 range.
2560
2561 2014-09-03 Sasha Smundak <asmundak@google.com>
2562
2563 * python.texi (Frames in Python): Add read_register description.
2564
2565 2014-08-04 Tom Tromey <tromey@redhat.com>
2566
2567 * gdb.texinfo (Debugging Output): Update for change to "set debug
2568 target".
2569
2570 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2571
2572 Pushed by Joel Brobecker <brobecker@adacore.com>.
2573 * Makefile.in (transform): New variable.
2574 (install-man1, install-man5): Apply $(transform) to man file names.
2575
2576 2014-07-26 Doug Evans <xdje42@gmail.com>
2577
2578 PR guile/17177
2579 * guile.texi (Guile Pretty Printing API): Fix typo.
2580 Document set-pretty-printers!, pretty-printers.
2581 (Selecting Guile Pretty-Printers): Update.
2582 Mention program-space based pretty-printers.
2583
2584 2014-07-25 Pedro Alves <palves@redhat.com>
2585 Eli Zaretskii <eliz@gnu.org>
2586
2587 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2588 with multi-threaded programs.
2589
2590 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2591
2592 * gdb.texinfo (MicroBlaze Features): Added.
2593
2594 2014-06-27 Yao Qi <yao@codesourcery.com>
2595
2596 * gdb.texinfo (Maintenance Commands): Update the output of
2597 'maint print dummy-frames' command.
2598
2599 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2600
2601 * gdb.texinfo (Screen Size): Improve indexing.
2602
2603 2014-06-19 Gary Benson <gbenson@redhat.com>
2604
2605 * gdb.texinfo (Maintenance Commands): Document new
2606 "maint set/show catch-demangler-crashes" option.
2607
2608 2014-06-19 Gary Benson <gbenson@redhat.com>
2609
2610 * gdb.texinfo (Maintenance Commands): Document new
2611 "maint demangler-warning" command and new
2612 "maint set/show demangler-warning" option.
2613
2614 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2615
2616 * python.texi (Xmethod API): Add space before the opening
2617 parenthesis in function descriptions.
2618
2619 2014-06-06 Doug Evans <xdje42@gmail.com>
2620
2621 * guile.texi (Guile Configuration): Document guile-data-directory.
2622
2623 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2624
2625 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2626
2627 2014-06-04 Doug Evans <xdje42@gmail.com>
2628
2629 * guile.texi (Breakpoints In Guile): Update.
2630
2631 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2632
2633 * python.texi (Xmethod API): Fix reference to "Progspaces In
2634 Python".
2635
2636 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2637
2638 * python.texi (Xmethods In Python, XMethod API)
2639 (Writing an Xmethod): New nodes.
2640 (Python API): New menu entries "Xmethods In Python",
2641 "Xmethod API", "Writing an Xmethod".
2642
2643 2014-06-02 Doug Evans <xdje42@gmail.com>
2644
2645 * guile.texi (Guile API): Add entry for Parameters In Guile.
2646 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2647 (Parameters In Guile): New node.
2648
2649 2014-06-02 Doug Evans <xdje42@gmail.com>
2650
2651 * guile.texi (Guile API): Add entry for Commands In Guile.
2652 (Basic Guile) <parse-and-eval>: Add reference.
2653 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2654 (GDB Scheme Data Types): Mention <gdb:command> object.
2655 (Commands In Guile): New node.
2656
2657 2014-06-02 Doug Evans <xdje42@gmail.com>
2658
2659 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2660 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2661 (Progspaces In Guile): New node.
2662
2663 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2664
2665 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2666 * python.texi (Frames In Python): Mention
2667 gdb.FRAME_UNWIND_MEMORY_ERROR.
2668
2669 2014-05-29 Pedro Alves <palves@redhat.com>
2670 Tom Tromey <tromey@redhat.com>
2671
2672 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2673 from example.
2674 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2675 Mention that target-async is now deprecated.
2676 (Maintenance Commands): Document maint set/show target-async.
2677
2678 2014-05-29 Pedro Alves <palves@redhat.com>
2679
2680 * observer.texi (sync_execution_done, command_error): New
2681 subjects.
2682
2683 2014-05-29 Pedro Alves <palves@redhat.com>
2684
2685 PR gdb/13860
2686 * observer.texi (signal_received, end_stepping_range)
2687 (signal_exited, exited, no_history): New observer subjects.
2688
2689 2014-05-26 Andy Wingo <wingo@igalia.com>
2690
2691 * guile.texi (GDB Scheme Data Types): Remove documentation for
2692 removed interfaces. Update spelling of gdb-object-kind.
2693
2694 2014-05-26 Andy Wingo <wingo@igalia.com>
2695
2696 * guile.texi (Basic Guile): Fix some typos.
2697
2698 2014-05-26 Andy Wingo <wingo@igalia.com>
2699
2700 * guile.texi (Writing a Guile Pretty-Printer)
2701 (Guile Types Module): Fix excess parentheses in use-modules forms.
2702
2703 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2704
2705 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2706 (Breakpoints In Guile, Guile Printing Module)
2707 (Guile Exception Handling, Values From Inferior In Guile)
2708 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2709 Don't use @var at the beginning of a sentence.
2710
2711 * gdb.texinfo (Frame Filter Management, Trace Files)
2712 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2713 (PowerPC Embedded, Define, Annotations for Running)
2714 (IPA Protocol Commands, Packets, General Query Packets)
2715 (Tracepoint Packets, Notification Packets, Environment)
2716 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2717 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2718 (Frames, Backtrace, Selection, Expressions, Registers)
2719 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2720 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2721 (Source Annotations, Using JIT Debug Info Readers, Packets)
2722 (Stop Reply Packets, Host I/O Packets)
2723 (Target Description Format): Don't use @var at the beginning of a
2724 sentence.
2725
2726 * python.texi (Basic Python, Types In Python)
2727 (Commands In Python, Frames In Python, Line Tables In Python)
2728 (Breakpoints In Python, gdb.printing, gdb.types)
2729 (Type Printing API): Don't use @var at the beginning of a
2730 sentence.
2731
2732 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2733
2734 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2735 replay-memory-access".
2736
2737 2014-05-21 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.texinfo (Starting): Document "set/show
2740 auto-connect-native-target".
2741 (Target Commands): Document "target native".
2742
2743 2014-05-20 Pedro Alves <palves@redhat.com>
2744
2745 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2746 not be remote specific. Add cross reference to the qCRC packet.
2747 (Separate Debug Files): Update cross reference to the qCRC packet.
2748 (General Query Packets) <qCRC packet>: Add anchor.
2749
2750 2014-05-17 Doug Evans <xdje42@gmail.com>
2751
2752 Copy over changes from guile.texi.
2753 * python.texi (Basic Python) <gdb.execute>: Add text.
2754 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2755 (Values From Inferior) <Python string>: Add text.
2756 (Values From Inferior) <Value.string>: Clarify string length handling.
2757 (Pretty Printing API): Add cindex.
2758 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2759 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2760 @vindex.
2761 (Commands In Python) <COMPLETE_*>: Similarly.
2762 (Symbols In Python) <SYMBOL_*>: Similarly.
2763 (Breakpoints In Python) <WP_*>: Similarly.
2764 (Breakpoints In Python) <BP_*>: Similarly.
2765
2766 2014-05-17 David Taylor <dtaylor@emc.com>
2767
2768 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2769 mentioned in the qfThreadInfo reply.
2770
2771 2014-05-16 Doug Evans <dje@google.com>
2772
2773 * gdb.texinfo (Mode Options): Add -D.
2774
2775 2014-05-09 Samuel Bronson <naesten@gmail.com>
2776
2777 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2778 "make -C".
2779
2780 2014-04-29 Tom Tromey <tromey@redhat.com>
2781
2782 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2783 "show debug varobj".
2784
2785 2014-05-01 David Taylor <dtaylor@emc.com>
2786
2787 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2788 option.
2789
2790 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2791 Walfred Tedeschi <walfred.tedeschi@intel.com>
2792
2793 * gdb.texinfo (i386 Features): Add description of AVX512
2794 registers.
2795
2796 2014-03-31 Doug Evans <dje@google.com>
2797
2798 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2799
2800 2014-03-30 Doug Evans <dje@google.com>
2801
2802 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2803 (Background Execution): Ditto.
2804
2805 2014-03-21 Pedro Alves <palves@redhat.com>
2806 Stan Shebs <stan@codesourcery.com>
2807 Hui Zhu <hui@codesourcery.com>
2808
2809 * gdb.texinfo (Packets): Add anchor to "? packet".
2810 Remove fixme and update introduction of "k packet".
2811 Add anchor to "vKill packet".
2812
2813 2014-03-12 Stan Shebs <stan@codesourcery.com>
2814
2815 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2816
2817 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2818
2819 * guile.texi (Basic Guile): Document 'history-append!'.
2820
2821 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2822
2823 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2824 and "assf" as being deprecated.
2825 (Cygwin Native): Likewise for "dll-symbols".
2826 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2827 as a way to force the loading of symbols from a DLL.
2828
2829 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2830
2831 * python.texi (Values From Inferior): Add description about the
2832 new feature.
2833
2834 2014-02-17 Doug Evans <xdje42@gmail.com>
2835
2836 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2837 * gdb.texinfo (Python): Moved to ...
2838 * python.texi: ... here. New file.
2839
2840 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2841
2842 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2843 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2844 parameter to 'str-lookup-function' procedure. Look for
2845 the "std::string<" prefix.
2846 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2847 Adjust description.
2848
2849 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2850
2851 * guile.texi (Values From Inferior In Guile): Remove stray
2852 parantheses for deffn.
2853 (Disassembly In Guile): Ditto.
2854
2855 2014-02-10 Stan Shebs <stan@codesourcery.com>
2856
2857 Add Doxygen support.
2858 * Makefile.in (doxy): New action, generates Doxygen files.
2859 (DOXYGEN): New.
2860 (doxyedit): New.
2861 * Doxyfile-base.in: New file.
2862 * Doxyfile-gdb-api.in: New file.
2863 * Doxyfile-gdb-xref.in: New file.
2864 * Doxyfile-gdbserver.in: New file.
2865 * doxy-index.in: New file.
2866 * filter-for-doxygen: New file.
2867 * filter-params.pl: New file.
2868
2869 2014-02-10 Doug Evans <xdje42@gmail.com>
2870
2871 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2872 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2873 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2874 (Guile docs): Include guile.texi.
2875 (objfile-gdbdotext file): Add objfile-gdb.scm.
2876 (dotdebug_gdb_scripts section): Mention Guile scripts.
2877 (Multiple Extension Languages): New node.
2878 * guile.texi: New file.
2879
2880 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2881
2882 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2883 ignore-descriptive-types". commands.
2884
2885 2014-01-22 Doug Evans <dje@google.com>
2886
2887 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2888 (gdbserver man): Ditto.
2889
2890 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2891
2892 * gdb.texinfo: Document limited reverse/replay support
2893 for target record-btrace.
2894
2895 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2896
2897 * gdb.texinfo (Process Record and Replay): Update documentation.
2898
2899 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2900
2901 * gdb.texinfo (Process Record and Replay): Document new /c
2902 modifier accepted by "record function-call-history".
2903 Add /i modifier to "record function-call-history" example.
2904
2905 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2906 Joel Brobecker <brobecker@adacore.com>
2907
2908 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2909 markers. Remove one that was misplaced.
2910
2911 2014-01-10 Pedro Alves <palves@redhat.com>
2912
2913 * gdb.texinfo (Your Program's Environment) <set environment>:
2914 Mention the shell, and point at 'set exec-wrapper'.
2915
2916 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2917
2918 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2919
2920 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2921
2922 * gdb.texinfo (Types In Python): Clarify the documentation
2923 of attribute gdb.Field.bitpos.
2924
2925 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2926
2927 * gdb.texinfo (Types In Python): Fix the documentation of
2928 attribute "bitpos" in class gdb.Field for enum types. Add
2929 documentation for attribute "enumval" in that same class.
2930
2931 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2932
2933 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2934 @ftable.
2935
2936 2013-12-23 Doug Evans <xdje42@gmail.com>
2937
2938 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2939 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2940 corresponding section in Extending GDB.
2941 (Extending GDB): Move menu up. New menu item "Auto-loading
2942 extensions".
2943 (Sequences): New menu item "Auto-loading sequences".
2944 (Auto-loading sequences): New node.
2945 (Python): Rename section from Scripting GDB to Extending GDB.
2946 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2947 Move docs on ways to auto-load extensions to ...
2948 (Auto-loading extensions): ... here. New node.
2949
2950 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2951
2952 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2953 in menu.
2954 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2955 command, now in a new node.
2956 (GDB/MI Support Commands): New node, with its contents being
2957 extracted from the "GDB/MI Miscellaneous Commands" node.
2958 A small paragraph introducing the section is also added at
2959 the start.
2960 (GDB/MI Miscellaneous Commands): Delete the description of the
2961 -info-gdb-mi-command, -list-features and -list-target-features
2962 commands, now hosted in the "GDB/MI Support Commands" node.
2963
2964 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2965
2966 PR python/16113
2967 * gdb.texinfo (Values From Inferior): Add a note about using
2968 gdb.Field objects as subscripts on gdb.Value objects.
2969 (Types In Python): Add description about the new attribute
2970 "parent_type" of gdb.Field objects.
2971
2972 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2973
2974 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2975 entry for section docuumenting the -list-features GDB/MI command.
2976
2977 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2978
2979 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2980 "exec-run-start-option" entry in the output of the "-list-features"
2981 command.
2982
2983 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2984
2985 * gdb.texinfo (i386): Fix yesterday's commit.
2986
2987 2013-12-03 Tom Tromey <tromey@redhat.com>
2988
2989 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2990 documented here.
2991
2992 2013-12-03 Tom Tromey <tromey@redhat.com>
2993
2994 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2995
2996 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2997
2998 * gdb.texinfo (i386 Features): Add MPX feature registers.
2999 (x86 Specific featuresx86 Architecture-specific Issues): Adds
3000 a subsubsection for MPX and describes the display of the
3001 boundary registers.
3002
3003 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3004
3005 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3006 documentation of the "ada-exceptions" entry.
3007
3008 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3009
3010 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3011 "^error" result record concerning the error message. Document
3012 the error code that may also be part of that result record.
3013 (GDB/MI Miscellaneous Commands): Document the
3014 "undefined-command-error-code" element in the output of
3015 the "-list-features" GDB/MI command.
3016
3017 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3018
3019 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3020 the new -info-gdb-mi-command GDB/MI command. Document
3021 the meaning of "-info-gdb-mi-command" in the output of
3022 -list-features.
3023
3024 2013-11-29 Pedro Alves <palves@redhat.com>
3025
3026 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3027 Update comment.
3028
3029 2013-11-24 Yao Qi <yao@codesourcery.com>
3030
3031 * gdb.texinfo (Caching Remote Data): Document new
3032 "set/show stack-cache" option.
3033
3034 2013-11-24 Yao Qi <yao@codesourcery.com>
3035
3036 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3037 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3038 "off" respectively.
3039
3040 2013-11-23 Yao Qi <yao@codesourcery.com>
3041
3042 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3043 of "displayhint" to the table about child results.
3044
3045 2013-11-21 Yao Qi <yao@codesourcery.com>
3046
3047 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3048 'dynamic' for the output of command -var-list-children.
3049
3050 2013-11-21 Yao Qi <yao@codesourcery.com>
3051
3052 * gdb.texinfo (Caching Target Data): Remove "see" before
3053 @pxref.
3054
3055 2013-11-20 Yao Qi <yao@codesourcery.com>
3056
3057 * gdb.texinfo (Caching Target Data): Update doc for
3058 per-address-space dcache.
3059
3060 2013-11-20 Yao Qi <yao@codesourcery.com>
3061
3062 * gdb.texinfo (Data): Rename menu item.
3063 (Caching Remote Data): Rename to ...
3064 (Caching Target Data): ... it. Update.
3065
3066 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3067
3068 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3069 "language-option" entry in the output of the "-list-features"
3070 command.
3071
3072 2013-11-15 Tom Tromey <tromey@redhat.com>
3073
3074 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3075 Add example.
3076
3077 2013-11-14 Tom Tromey <tromey@redhat.com>
3078
3079 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3080
3081 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3082
3083 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3084 (Context management): Place current subsection text into its own
3085 subsubsection. Add new subsubsection describing the "--language"
3086 command option.
3087
3088 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3089
3090 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3091 the documentation of "info-ada-exceptions" in the output
3092 of the "-list-features" command. Add the documentation
3093 of the "ada-exception" entry instead.
3094
3095 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3096
3097
3098 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3099 word of a couple of sentences to start with a capital letter.
3100
3101 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3102
3103 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3104 (Ada Exceptions): New node.
3105 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3106 Commands" node.
3107 (GDB/MI Ada Exceptions Commands): New node.
3108 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3109 field in the output of the "-list-features" command.
3110 * NEWS: Add entry for the new "info exceptions" CLI command,
3111 and for the new "-info-ada-exceptions" GDB/MI command.
3112
3113 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3114
3115 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3116 (Line Tables In Python): New node.
3117
3118 2013-11-08 Doug Evans <dje@google.com>
3119
3120 * gdb.texinfo (Debugging Output): Update text for
3121 "set debug dwarf2-read".
3122
3123 2013-11-08 Doug Evans <dje@google.com>
3124
3125 * gdb.texinfo (Debugging Output): Update text for
3126 "set debug symtab-create".
3127
3128 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3129
3130 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3131 constant.
3132
3133 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3134
3135 * gdb.texinfo (Breakpoints In Python): Document temporary
3136 option in breakpoint constructor, and add documentation to the
3137 temporary attribute.
3138
3139 2013-11-07 Yao Qi <yao@codesourcery.com>
3140
3141 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3142 output of "-var-info-expression".
3143
3144 2013-11-06 Pedro Alves <palves@redhat.com>
3145
3146 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3147 non-interactive mode.
3148 (Environment) <shell startup files warning>: Mention
3149 non-interactive mode. Mention .zshenv for Z shell, and talk about
3150 BASH_ENV instead of .bashrc for BASH.
3151
3152 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3153
3154 * gdb.texinfo (Commands to Specify Files): Add description
3155 of the remove-symbol-file command.
3156 * observer.texi: New free_objfile event
3157
3158 2013-10-24 Pedro Alves <palves@redhat.com>
3159
3160 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3161
3162 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3163
3164 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3165 New subsection inside which the "-catch-load" and "-catch-unload"
3166 commands documentation is now placed.
3167 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3168 documenting the "-catch-assert" and "-catch-exception" new
3169 GDB/MI commands.
3170
3171 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3172
3173 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3174
3175 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3176
3177 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3178 serial baud".
3179 (Remote Configuration): Replace "set remotebaud" by "set serial
3180 baud". Replace "show remotebaud" by "show serial baud".
3181
3182 2013-10-07 Pedro Alves <palves@redhat.com>
3183
3184 PR breakpoints/11568
3185 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3186 when the thread is removed from the thread list.
3187
3188 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3189
3190 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3191 Update entry for $_exitcode.
3192
3193 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3194
3195 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3196 new "--start" option.
3197
3198 2013-10-02 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.texinfo (Registers): Expand description of saved registers
3201 in frames. Explain <not saved>.
3202
3203 2013-09-25 Doug Evans <dje@google.com>
3204
3205 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3206
3207 2013-09-16 Stan Shebs <stan@codesourcery.com>
3208
3209 Remove the internals manual gdbint.texinfo.
3210 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3211 (PDFFILES): Remove gdbint.pdf.
3212 (HTMLFILES): Remove gdbint/index.html.
3213 (HTMLFILES_INSTALL): Remove gdbint.
3214 (GDBINT_DOC_FILES): Remove.
3215 (dvi): Remove gdbint.dvi.
3216 (ps): Remove gdbint.ps.
3217 * gdbint.texinfo: Remove file.
3218 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3219
3220 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3221
3222 * gdb.texinfo (Convenience Functions): Mention new convenience
3223 function $_isvoid.
3224
3225 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3226
3227 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3228 (Standard Target Features): Add new node to menu.
3229 (S/390 and System z Features): New node.
3230
3231 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3232
3233 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3234 -list-target-features in the example.
3235
3236 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3237
3238 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3239 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3240
3241 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3242
3243 Sync documentation with gdb.base/gnu-debugdata.exp.
3244 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3245
3246 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3247
3248 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3249
3250 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3251 Yao Qi <yao@codesourcery.com>
3252
3253 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3254 Document new --skip-unavailable option.
3255 <-stack-list-variables>: Document new --skip-unavailable option.
3256
3257 2013-08-26 Doug Evans <dje@google.com>
3258
3259 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3260 an optional regexp.
3261
3262 2013-08-13 Tom Tromey <tromey@redhat.com>
3263
3264 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3265 Document GDB_PARALLEL and GDB_INOTIFY.
3266
3267 2013-08-09 Stan Shebs <stan@codesourcery.com>
3268
3269 * LRS: Remove file, describes a long-abandoned live-range
3270 splitting extension to stabs.
3271
3272 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3273
3274 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3275
3276 2013-07-17 Doug Evans <dje@google.com>
3277
3278 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3279
3280 2013-07-02 Tom Tromey <tromey@redhat.com>
3281
3282 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3283
3284 2013-06-28 Tom Tromey <tromey@redhat.com>
3285
3286 * Makefile.in (version.subst): Use version.in, not
3287 common/version.in.
3288 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3289 Likewise.
3290
3291 2013-06-27 Pedro Alves <palves@redhat.com>
3292
3293 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3294 dynamic symbol resolution code>: New section, based on infrun.c
3295 comment.
3296
3297 2013-06-26 Tom Tromey <tromey@redhat.com>
3298
3299 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3300 Update.
3301 (Releasing GDB): Likewise.
3302
3303 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3304 Yao Qi <yao@codesourcery.com>
3305
3306 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3307 -trace-frame-collected.
3308
3309 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3310
3311 * gdb.texinfo (Traceframe Info Format): Document tvar element
3312 and its attributes.
3313
3314 2013-06-25 Yao Qi <yao@codesourcery.com>
3315
3316 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3317
3318 2013-06-24 Tom Tromey <tromey@redhat.com>
3319
3320 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3321 (GDBvn.texi): Use version.subst.
3322 (version.subst): New target.
3323 (mostlyclean): Remove version.subst.
3324
3325 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3326
3327 * gdb.texinfo (GDB/MI Data Manipulation)
3328 <-data-list-register-values>: Document the --skip-unavailable
3329 option.
3330
3331 2013-06-07 Yao Qi <yao@codesourcery.com>
3332
3333 * gdb.texinfo (Symbols): Add kindex and cindex for
3334 'maint print msymbols'.
3335
3336 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3337
3338 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3339 response field name (thread-group to inferior).
3340
3341 2013-06-04 Gary Benson <gbenson@redhat.com>
3342
3343 * gdb.texinfo (General Query Packets/qSupported): Added
3344 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3345 to the table of currently defined stub features.
3346 Added a more detailed entry for "augmented-libraries-svr4-read".
3347 (General Query Packets/qXfer:libraries-svr4:read): Documented
3348 the augmented form of this packet.
3349
3350 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3351
3352 * gdb.texinfo (System-wide Configuration Scripts): Renames
3353 "Installed System-wide Configuration Scripts". Add associated
3354 @menu block.
3355
3356 2013-05-23 Yao Qi <yao@codesourcery.com>
3357 Pedro Alves <palves@redhat.com>
3358
3359 * gdb.texinfo (Packets): Document 'vCont;r'.
3360 (Continuing and Stepping): Document target-assisted range
3361 stepping, and the 'set range-stepping' and 'show range-stepping'
3362 commands.
3363
3364 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3365
3366 * gdb.texinfo (Installed System-wide Configuration Scripts):
3367 Add subsection describing the scripts now available under
3368 the data-dir's system-gdbbinit subdirectory.
3369 * NEWS: Add entry announcing the availability of system-wide
3370 configuration scripts for ElinOS and Wind River Linux.
3371
3372 2013-05-21 Hui Zhu <hui@codesourcery.com>
3373
3374 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3375 "-dprintf-insert" command.
3376
3377 2013-05-17 Doug Evans <dje@google.com>
3378
3379 * gdb.texinfo (Maintenance Commands): Update doc for
3380 "maint check-psymtabs". Add doc for "maint check-symtabs",
3381 "maint expand-symtabs".
3382
3383 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3384
3385 * gdb.texinfo (Process Record and Replay): Document the
3386 "record goto" command and its sub-commands.
3387
3388 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3389
3390 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3391 (Python API): Add Frame Filters API, Frame Wrapper API,
3392 Writing a Frame Filter/Wrapper, Managing Management of Frame
3393 Filters chapter entries.
3394 (Frame Filters API): New Node.
3395 (Frame Wrapper API): New Node.
3396 (Writing a Frame Filter): New Node.
3397 (Managing Frame Filters): New Node.
3398 (Progspaces In Python): Add note about frame_filters attribute.
3399 (Objfiles in Python): Ditto.
3400 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3401 @anchors and --no-frame-filters option to -stack-list-variables,
3402 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3403 commands.
3404
3405 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3406
3407 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3408 Support" subsection documenting the XML format used to transfer
3409 shared library info on AIX.
3410
3411 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3412
3413 * gdb.texinfo (Debugging Output): Add documentation of
3414 "set debug aix-solib" and "show debug aix-solib" commands.
3415
3416 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3417
3418 * gdb.texinfo (Nios II): New section.
3419 (Nios II Features): New section.
3420
3421 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3422
3423 * gdbint.texinfo (Algorithms): Remove entries documenting
3424 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3425 SOLIB_CREATE_INFERIOR_HOOK.
3426
3427 2013-04-29 Tom Tromey <tromey@redhat.com>
3428
3429 PR python/14204:
3430 * gdb.texinfo (Python API): Fix menu entry.
3431 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3432 Define global and static block. Add example. Clarify
3433 block relationship for inline functions.
3434
3435 2013-04-29 Tom Tromey <tromey@redhat.com>
3436
3437 * gdb.texinfo (Python API): Mention Python help and keyword
3438 arguments. Move pagination text to Basic Python.
3439 (Basic Python): Put pagination text here. Document
3440 close-on-exec, SIGCHLD, and SIGINT.
3441
3442 2013-04-19 Pedro Alves <palves@redhat.com>
3443
3444 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3445 "signedness" instead of "signness".
3446
3447 2013-04-19 Pedro Alves <palves@redhat.com>
3448
3449 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3450 -Wno-pointer-sign text with text on -Wpointer-sign.
3451
3452 2013-04-16 Tom Tromey <tromey@redhat.com>
3453
3454 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3455 GCC that has the SDT probe points.
3456
3457 2013-04-15 Tom Tromey <tromey@redhat.com>
3458
3459 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3460 exception catchpoints.
3461
3462 2013-04-15 Tom Tromey <tromey@redhat.com>
3463
3464 * gdb.texinfo (Set Catchpoints): Document $_exception.
3465 (Convenience Vars): Mention $_exception.
3466
3467 2013-04-15 Tom Tromey <tromey@redhat.com>
3468
3469 * gdb.texinfo (Set Catchpoints): Reorganize exception
3470 catchpoints. Document "catch rethrow".
3471 (Debugging C Plus Plus): Mention "catch rethrow".
3472
3473 2013-04-15 Tom Tromey <tromey@redhat.com>
3474
3475 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3476
3477 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3478 Eli Zaretskii <eliz@gnu.org>
3479
3480 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3481 line below the sample output.
3482
3483 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3484
3485 * gdb.texinfo (Mode Options): Document '-configuration'.
3486 (Help): Document "show configuration".
3487 (Bug Reporting): Add requirements to include the configuration
3488 details in bug reports.
3489
3490 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3491
3492 * Makefile.in (MAN1S): Add gcore.1.
3493 Remove "Host, target, and site specific Makefile fragments" comment.
3494 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3495 (install-man1, uninstall-man1): Conditionalize gcore.1.
3496 (gcore.1): New.
3497 * gdb.texinfo (Man Pages): Add gcore man.
3498 (gcore man): New node.
3499
3500 2013-04-10 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.texinfo (Process Record and Replay): Document that "set
3503 record full insn-number-max", "set record
3504 instruction-history-size" and "set record
3505 function-call-history-size" accept "unlimited".
3506 (Backtrace): Document that "set backtrace limit" accepts
3507 "unlimited".
3508 (List): Document that "set listsize" accepts "unlimited".
3509 (Print Settings)" Document that "set print max-symbolic-offset",
3510 "set print elements" and "set print repeats" accept "unlimited".
3511 (Starting and Stopping Trace Experiments): Document that "set
3512 trace-buffer-size" accepts "unlimited".
3513 (Remote Configuration): Document that "set tcp connect-timeout"
3514 accepts "unlimited".
3515 (Command History): Document that "set history size" accepts
3516 "unlimited".
3517 (Screen Size): Document that "set height" and "set width" accepts
3518 "unlimited". Adjust "set pagination"'s description to suggest
3519 "set height unlimited" instead of "set height 0".
3520
3521 2013-04-10 Yao Qi <yao@codesourcery.com>
3522
3523 * gdb.texinfo (Trace Files): Add "target ctf".
3524
3525 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3526
3527 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3528
3529 * Makefile.in (install-man1, install-man5, uninstall-man1)
3530 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3531
3532 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3533
3534 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3535 Eli Zaretskii <eliz@gnu.org>
3536
3537 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3538 parameters order. Remove "On some targets" for --attach. Document the
3539 --multi parameter and extended-remote command. Document all the
3540 options.
3541
3542 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3543
3544 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3545 the list of supported languages.
3546
3547 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3548
3549 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3550 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3551 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3552 (diststuff): Add man.
3553 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3554 (uninstall-man5): New.
3555 (STAGESTUFF): Add *.1 and *.5.
3556 (GDBvn.texi): Add SYSTEM_GDBINIT.
3557 (gdb.1, gdbserver.1, gdbinit.5): New.
3558 (maintainer-clean realclean): Add $(MANS).
3559 (install): Add install-man.
3560 (uninstall): Add uninstall-man.
3561 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3562 (@copying): Wrap it by @c man begin COPYRIGHT.
3563 (Top): Add Man Pages.
3564 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3565
3566 2013-04-02 Pedro Alves <palves@redhat.com>
3567
3568 * gdb.texinfo (Debugging Output): Document "set/show debug
3569 aarch64", "set/show debug coff-pe-read" and "set/show debug
3570 mach-o".
3571
3572 2013-04-02 Pedro Alves <palves@redhat.com>
3573
3574 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3575 table>: Add entry for "trace-buffer-size".
3576
3577 2013-03-28 Pedro Alves <palves@redhat.com>
3578
3579 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3580 table>: Add entry for "trace-status".
3581
3582 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3583
3584 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3585 @bullet", which is invalid (makeinfo 5.1 barfs).
3586
3587 2013-03-28 Pedro Alves <palves@redhat.com>
3588
3589 PR gdb/15294
3590
3591 * gdb.texinfo (List) <set listsize>: Adjust to document that
3592 listsize 0 means no limit, and remove mention of -1.
3593
3594 2013-03-22 Yao Qi <yao@codesourcery.com>
3595
3596 * gdb.texinfo (Embedded Processors): Remove menu item
3597 "OpenRISC 1000".
3598 (OpenRISC 1000): Remove.
3599
3600 2013-03-21 Doug Evans <dje@google.com>
3601
3602 * gdb.texinfo (Maintenance Commands): Add docs for
3603 "mt set per-command {space,time,symtab} {on,off}".
3604
3605 2013-03-14 Hui Zhu <hui@codesourcery.com>
3606 Yao Qi <yao@codesourcery.com>
3607
3608 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3609
3610 2013-03-13 Keith Seitz <keiths@redhat.com>
3611
3612 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3613 "maint agent" reference to Dynamic printf.
3614
3615 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3616
3617 * gdb.texinfo (General Query Packets): Don't use colon in index
3618 entries visible to Info format.
3619
3620 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3621
3622 * gdb.texinfo (Process Record and Replay): Document record
3623 changes.
3624
3625 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3626
3627 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3628 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3629 qXfer:btrace:read.
3630
3631 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3632
3633 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3634 use colons in @anchor and @cindex entries.
3635
3636 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3637
3638 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3639
3640 2013-03-08 Stan Shebs <stan@codesourcery.com>
3641 Hafiz Abid Qadeer <abidh@codesourcery.com>
3642
3643 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3644 trace-buffer-size set and show commands.
3645 (Tracepoint Packets): Document QTBuffer:size.
3646 (General Query Packets): Document QTBuffer:size.
3647
3648 2013-02-21 Tom Tromey <tromey@redhat.com>
3649
3650 * gdb.texinfo: Remove bad @syncodeindex.
3651 (Values From Inferior, Types In Python, Inferiors In Python)
3652 (Events In Python, Threads In Python, Frames In Python, Blocks In
3653 Python, Symbols In Python, Symbol Tables In Python): Remove
3654 @tables.
3655 (Packets, General Query Packets, Tracepoint Packets)
3656 (Host I/O Packets): Use @w{} for empty @item.
3657
3658 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3659
3660 * gdb.texinfo (Architectures In Python): Add description about
3661 the new method gdb.Architecture.disassemble.
3662
3663 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3664 Hafiz Abid Qadeer <abidh@codesourcery.com>
3665
3666 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3667 Document the "trace-file" field.
3668
3669 2013-02-07 Doug Evans <dje@google.com>
3670
3671 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3672 command.
3673
3674 2013-02-06 Yao Qi <yao@codesourcery.com>
3675
3676 * gdb.texinfo (GDB/MI Async Records): Document new MI
3677 notification "=tsv-modified". Update the document of MI
3678 notification "=tsv-created".
3679 * observer.texi (GDB Observers): New observer tsv_modified.
3680 Update observer tsv_created and tsv_delete.
3681
3682 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3683
3684 * gdb.texinfo (AArch64 Features): New section; document
3685 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3686 (Architectures): Add new AArch64 section to document AArch64
3687 architecture specific commands.
3688 (ABI): Add description of the new OS ABI "Newlib" and its influence
3689 on the longjmp handling.
3690
3691 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3692 Jan Kratochvil <jan.kratochvil@redhat.com>
3693
3694 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3695 variable in 'set/show backtrace' section.
3696
3697 2013-01-31 Tom Tromey <tromey@redhat.com>
3698
3699 * gdb.texinfo (Target Commands): Fix typo.
3700
3701 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3702
3703 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3704 describing the gdb.Architecture class.
3705 (Frames In Python): Add description about the new method
3706 gdb.Frame.architecture().
3707
3708 2013-01-23 Doug Evans <dje@google.com>
3709
3710 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3711
3712 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3713
3714 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3715 'thread-groups' field when printing a breakpoint in MI.
3716
3717 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3718 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3719 to reflect that jit-reader-load now supports absolute file-names.
3720
3721 2013-01-16 Tom Tromey <tromey@redhat.com>
3722
3723 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3724 (Signals): Likewise.
3725
3726 2013-01-16 Tom Tromey <tromey@redhat.com>
3727
3728 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3729 "catch-type" field.
3730 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3731
3732 2013-01-07 Tom Tromey <tromey@redhat.com>
3733
3734 * gdb.texinfo (Mode Options): Don't mention -epoch.
3735 (Data, Emacs): Remove obsolete comments.
3736
3737 2013-01-02 Tom Tromey <tromey@redhat.com>
3738
3739 * gdb.texinfo (GDB/MI Output Records): Update menu.
3740 (GDB/MI Breakpoint Information): New node.
3741 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3742 <-break-insert>: Likewise.
3743
3744 2012-12-31 Yao Qi <yao@codesourcery.com>
3745
3746 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3747 (Packets): Move "vStopped" packet to ...
3748 (Notification Packets): ... here. Describe the components
3749 of notification. Add a table of supported notifications.
3750 Add an example on the process of he async notification.
3751
3752 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3753
3754 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3755 present.
3756 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3757 fullname output always present.
3758
3759 2012-12-23 Pierre Muller <muller@sourceware.org>
3760
3761 * gdbint.texinfo (Function prototypes): Require use of "extern"
3762 modifier for function prototypes in headers.
3763
3764 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3765
3766 * refcard.tex: Update copyright notice to GPL v3 or later.
3767 Update contact info.
3768
3769 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3770
3771 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3772
3773 2012-12-15 Yao Qi <yao@codesourcery.com>
3774
3775 * gdb.texinfo (Debugging Output): Document 'set debug
3776 notification' and 'show debug notification'.
3777
3778 2012-12-15 Yao Qi <yao@codesourcery.com>
3779
3780 * gdb.texinfo (Listing Tracepoints): New item and example about
3781 'installed on target' output.
3782 Add more in the example about 'installed on target'.
3783 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3784
3785 2012-12-14 Tom Tromey <tromey@redhat.com>
3786
3787 * gdb.texinfo (SVR4 Process Information): Mention core files.
3788
3789 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3790
3791 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3792
3793 2012-12-12 Paul Koning <paul_koning@dell.com>
3794
3795 Add support for Python 3.
3796 * gdb.texinfo (Inferior.read_memory): Mention that the return
3797 value is a memoryview object if Python 3.
3798
3799 2012-12-11 Pedro Alves <palves@redhat.com>
3800
3801 * gdb.texinfo: Remove all mentions of Unixware throughout.
3802
3803 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3804
3805 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3806
3807 2012-11-29 Tom Tromey <tromey@redhat.com>
3808
3809 * gdb.texinfo (SVR4 Process Information): Document missing
3810 "info proc" subcommands.
3811
3812 2012-11-29 Yao Qi <yao@codesourcery.com>
3813
3814 PR gdb/1477.
3815 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3816 to 'auto' instead of 'gnu'.
3817
3818 2012-11-26 Tom Tromey <tromey@redhat.com>
3819
3820 * gdb.texinfo (MiniDebugInfo): New node.
3821 (GDB Files): Update.
3822
3823 2012-11-16 Doug Evans <dje@google.com>
3824
3825 * gdb.texinfo (System-wide configuration): If the system-wide init
3826 file lives in the data-directory, and --data-directory is provided,
3827 look for it there.
3828
3829 2012-11-15 Tom Tromey <tromey@redhat.com>
3830
3831 * gdb.texinfo (Signaling): Fix typo.
3832
3833 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3834
3835 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3836 parameter "count" of -data-write-memory-bytes, and add an example.
3837
3838 2012-11-12 Tom Tromey <tromey@redhat.com>
3839
3840 * gdb.texinfo (Symbols): Document "info type-printers",
3841 "enable type-printer" and "disable type-printer".
3842 (Python API): Add new node to menu.
3843 (Type Printing API): New node.
3844 (Progspaces In Python): Document type_printers field.
3845 (Objfiles In Python): Likewise.
3846 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3847 register_type_printer, TypePrinter>: Document.
3848
3849 2012-11-12 Tom Tromey <tromey@redhat.com>
3850
3851 * gdb.texinfo (Symbols): Document "set print type methods",
3852 "set print type typedefs", and flags to ptype and whatis.
3853
3854 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3855
3856 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3857 the example -data-disassemble output. Extend the description of
3858 the -data-disassemble results to document all fields. Document
3859 the cli disassemble command as being related to -data-disassemble.
3860
3861 2012-11-09 Yao Qi <yao@codesourcery.com>
3862
3863 PR gdb/14777.
3864 * gdb.texinfo (OS Information): Remove doc on command
3865 'info udot'.
3866
3867 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3868
3869 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3870 gdb.ini warning for Windows port.
3871
3872 2012-11-08 Yao Qi <yao@codesourcery.com>
3873
3874 * gdb.texinfo (Search): Add kindex for 'fo'.
3875
3876 2012-11-05 Tom Tromey <tromey@redhat.com>
3877
3878 PR python/14802:
3879 * gdb.texinfo (Functions In Python): Add example.
3880
3881 2012-11-03 Yao Qi <yao@codesourcery.com>
3882
3883 * observer.texi (GDB Observers): Remove observer
3884 'tracepoint_modified', 'tracepoint_created' and
3885 'tracepoint_deleted'.
3886
3887 2012-10-26 Tom Tromey <tromey@redhat.com>
3888
3889 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3890
3891 2012-10-25 Tom Tromey <tromey@redhat.com>
3892
3893 * gdb.texinfo (General Query Packets): Use @itemx.
3894
3895 2012-10-17 Yao Qi <yao@codesourcery.com>
3896
3897 * observer.texi (GDB Observers): Update observer
3898 'memory_changed'.
3899 * gdb.texinfo (GDB/MI Async Records): Document for
3900 "memory-changed" notification.
3901
3902 2012-10-15 Doug Evans <dje@google.com>
3903
3904 * gdb.texinfo (Mode Options): Document -nh.
3905 Elaborate on docs for -nx.
3906
3907 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3908
3909 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3910
3911 2012-09-21 Yao Qi <yao@codesourcery.com>
3912 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.texinfo (GDB/MI Async Records): Document notification
3915 'record-started' and 'record-stopped'.
3916 * observer.texi (GDB Observers): New observer 'record-changed'.
3917
3918 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3919
3920 * gdb.texinfo: Document the removal of SH's 'regs' command.
3921
3922 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3923
3924 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3925
3926 2012-09-18 Yao Qi <yao@codesourcery.com>
3927
3928 * gdb.texinfo (GDB/MI Async Records): Document new MI
3929 notifications '=tsv-created' and '=tsv-deleted'.
3930 * observer.texi (GDB Observers): New observer tsv_created and
3931 tsv_deleted.
3932
3933 2012-09-18 Yao Qi <yao@codesourcery.com>
3934
3935 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3936 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3937 '=traceframe-changed'.
3938
3939 2012-09-17 Yao Qi <yao@codesourcery.com>
3940
3941 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3942 'set listsize'.
3943
3944 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3945 Eli Zaretskii <eliz@gnu.org>
3946
3947 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3948 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3949 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3950
3951 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3952
3953 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3954
3955 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3956
3957 Document how to return from "python-interactive" to GDB.
3958 * gdb.texinfo (Python Commands): Update documentation.
3959
3960 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3961
3962 Add a new "python-interactive" command that starts a standard
3963 Python interactive prompt with "pi" as alias, and add "py" as
3964 an alias to "python".
3965 * gdb.texinfo (Python Commands): Document the new commands.
3966
3967 2012-08-22 Tom Tromey <tromey@redhat.com>
3968
3969 * gdbint.texinfo (Host Definition): Remove documentation for
3970 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3971
3972 2012-08-17 Keith Seitz <keiths@redhat.com>
3973
3974 PR c++/13356
3975 * gdb.texinfo (Type and Range Checking): Remove warning.
3976 Remove spurious commas.
3977 Update text and examples for re-implementation of set/show
3978 check type.
3979 (C and C++ Type and Range Checks): Likewise.
3980
3981 2012-08-16 Yao Qi <yao@codesourcery.com>
3982
3983 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3984 is deprecated.
3985
3986 2012-08-13 Doug Evans <dje@google.com>
3987
3988 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3989 to include functions.
3990
3991 2012-08-10 Doug Evans <dje@google.com>
3992
3993 * gdb.texinfo (Convenience Funs): New node.
3994 (Types In Python): Document Type.vector.
3995
3996 2012-08-09 Yao Qi <yao@codesourcery.com>
3997
3998 * observer.texi: New observer command_param_changed.
3999 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
4000
4001 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4002
4003 * gdbint.texinfo (Debugging GDB): In section
4004 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4005 Mention also gdb-gdb.py.
4006
4007 2012-08-07 Yao Qi <yao@codesourcery.com>
4008
4009 Revert the folloing patch:
4010 2012-08-06 Yao Qi <yao@codesourcery.com>
4011 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4012 remote hardware-watchpoint-limit' and 'set
4013 remote hardware-breakpoint-limit'.
4014
4015 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
4016
4017 * gdb.texinfo (Working Directory): Added information about new
4018 default argument for 'cd' command.
4019
4020 2012-08-06 Yao Qi <yao@codesourcery.com>
4021
4022 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4023 remote hardware-watchpoint-limit' and 'set
4024 remote hardware-breakpoint-limit'.
4025
4026 2012-08-06 Yao Qi <yao@codesourcery.com>
4027
4028 Fix PR14371.
4029
4030 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4031 '=breakpoint-deleted'.
4032
4033 2012-08-02 Yao Qi <yao@codesourcery.com>
4034
4035 * gdb.texinfo (Native): Remove node Neutrino.
4036
4037 2012-07-27 Yao Qi <yao@codesourcery.com>
4038
4039 * gdb.texinfo (IPA Protocol Commands): Document new command
4040 'close'.
4041
4042 2012-07-25 Tom Tromey <tromey@redhat.com>
4043
4044 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4045
4046 2012-07-20 Doug Evans <dje@google.com>
4047
4048 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4049 (Index Files): Document how to control the use of deprecated index
4050 sections.
4051 (Index Section Format): Replace --use-deprecated-index-sections with
4052 "set use-deprecated-index-sections on".
4053
4054 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4055
4056 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4057 indices into a single node "Index". Instead, join function and
4058 variable indices into a single index, separate from the concept
4059 index. Requested in
4060 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4061 (Top): Update the top-level menu: instead of one "Index" there are
4062 now separate entries "Concept Index" and "Function and Variable
4063 Index".
4064 (Concept Index, Function and Variable Index): New nodes.
4065 (Index): Node deleted.
4066
4067 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4068
4069 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4070 and "maint agent-eval".
4071
4072 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4073
4074 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4075 avoid file-name clashes between Index.html and index.html on
4076 case-insensitive filesystems. See the discussion starting in
4077 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4078 details of the problem.
4079 (Top): Update the master menu for the above.
4080 (Concept Index, Command and Variable Index): New nodes, instead of
4081 the old "Index" node that was deleted. All cross-references
4082 updated.
4083
4084 2012-07-02 Stan Shebs <stan@codesourcery.com>
4085
4086 * gdb.texinfo (Dynamic Printf): Mention agent style and
4087 disconnected dprintf.
4088 (Maintenance Commands): Describe maint agent-printf.
4089 (General Query Packets): Mention BreakpointCommands feature.
4090 (Packets): Document commands extension to Z0 packet.
4091 * agentexpr.texi (Bytecode Descriptions): Document printf
4092 bytecode.
4093
4094 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4095
4096 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4097 only after gdbinit files.
4098 (Startup): Move -iex and -iex commands down after gdbinit files.
4099
4100 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4101
4102 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4103 possibility.
4104
4105 2012-06-29 Tom Tromey <tromey@redhat.com>
4106
4107 * gdb.texinfo (Index Section Format): Update for version 7.
4108
4109 2012-06-28 Stan Shebs <stan@codesourcery.com>
4110
4111 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4112 example, add note about title column.
4113
4114 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4115
4116 * gdb.texinfo (Symbol Tables In Python): Add description about
4117 the new 'last' attribute of gdb.Symtab_and line.
4118
4119 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4120
4121 * gdb.texinfo (Symbol Tables In Python): Correct the description
4122 of the 'pc' attribute of gdb.Symtab_and_line.
4123
4124 2012-06-26 Doug Evans <dje@google.com>
4125
4126 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4127 and symtab-create.
4128
4129 2012-06-25 Keith Seitz <keiths@redhat.com>
4130
4131 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4132 from example. Remove "rbreak" from list of corresponding
4133 gdb commands.
4134
4135 2012-06-23 Doug Evans <dje@google.com>
4136
4137 * gdb.texinfo (Index Section Format): Document version 7 format.
4138
4139 2012-06-22 Yao Qi <yao@codesourcery.com>
4140
4141 * gdb.texinfo: Add missing cindex for some packets.
4142
4143 2012-06-20 Keith Seitz <keiths@redhat.com>
4144
4145 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4146 for -break-insert and document -p.
4147
4148 2012-06-20 Yao Qi <yao@codesourcery.com>
4149
4150 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4151 and "gdb.write_memory" with "Inferior.read_memory" and
4152 "Inferior.write_memory".
4153
4154 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4155
4156 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4157 (Free Documentation): Add @node line.
4158 (Continuing and Stepping) <advance location>: Use @item instead of
4159 @itemx.
4160 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4161 @itemx.
4162 (Embedded Processors): Put the link to "PA" to its correct place,
4163 according to document structure.
4164 (Python API): Put the link to "Lazy Strings In Python" to its
4165 correct place.
4166 (Index): Use @@ in @tex block to get a literal @.
4167
4168 * gdbint.texinfo: Fix the @subtitle line.
4169
4170 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4171 correct place.
4172
4173 2012-06-08 Yao Qi <yao@codesourcery.com>
4174
4175 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4176 Protocol'.
4177 (In-Process Agent Protocol, IPA Protocol Objects)
4178 (IPA Protocol Commands): New nodes.
4179 (Tracepoint Packets): Add anchors.
4180
4181 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4182
4183 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4184
4185 2012-06-06 Yao Qi <yao@codesourcery.com>
4186
4187 * gdb.texinfo: Update copyright year.
4188
4189 2012-05-23 Stan Shebs <stan@codesourcery.com>
4190 Kwok Cheung Yeung <kcy@codesourcery.com>
4191
4192 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4193
4194 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4195
4196 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4197 Mention also --with-separate-debug-dir.
4198 (Auto-loading): Prepend $debugdir in the sample output.
4199 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4200 auto-load safe-path variable.
4201 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4202 Mention also $debugdir for 'set auto-load scripts-directory'.
4203
4204 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4205
4206 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4207 (MIPS Embedded, MIPS, MIPS Register packet Format)
4208 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4209 appropriate.
4210
4211 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4212 Maciej W. Rozycki <macro@codesourcery.com>
4213
4214 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4215 mips compression".
4216 (MIPS Breakpoint Kinds): New subsubsection.
4217
4218 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4219
4220 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4221 nodes for subsections. Add @acronym mark-ups and adjust
4222 formatting.
4223
4224 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4225
4226 Rename $ddir to $datadir.
4227 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4228 (objfile-gdb.py file): Rename $ddir to $datadir.
4229
4230 2012-05-18 Tom Tromey <tromey@redhat.com>
4231
4232 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4233
4234 2012-05-14 Stan Shebs <stan@codesourcery.com>
4235
4236 * gdb.texinfo (Dynamic Printf): New subsection.
4237
4238 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4239
4240 * gdb.texinfo (Basic Python): Add description about the function
4241 gdb.find_pc_line
4242
4243 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4244 Eli Zaretskii <eliz@gnu.org>
4245
4246 * gdb.texinfo (Separate Debug Files): Use plural form for global
4247 debugging information directory.
4248
4249 2012-05-11 Stan Shebs <stan@codesourcery.com>
4250 Kwok Cheung Yeung <kcy@codesourcery.com>
4251
4252 * gdb.texinfo (Operating System Auxiliary Information): Document new
4253 'info os' subcommands.
4254
4255 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4256
4257 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4258 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4259 (dotdebug_gdb_scripts section): Add reference
4260 to 'Auto-loading safe path'.
4261
4262 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4263
4264 Implement multi-component --with-auto-load-dir.
4265 * gdb.texinfo (Auto-loading): New references
4266 for 'set auto-load scripts-directory'
4267 and 'show auto-load scripts-directory'.
4268 (Auto-loading safe path): Describe the new default. Move $ddir
4269 substituation reference to 'objfile-gdb.py file'.
4270 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4271 script-name. Describe new 'set auto-load scripts-directory'
4272 and 'show auto-load scripts-directory'.
4273
4274 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4275
4276 Provide $ddir substitution for --with-auto-load-safe-path.
4277 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4278 (Auto-loading safe path): Likewise. Mention the default value,
4279 $ddir substitution, --with-auto-load-safe-path and
4280 --without-auto-load-safe-path.
4281 * observer.texi (gdb_datadir_changed): New.
4282
4283 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4284
4285 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4286 Twice.
4287
4288 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4289 directory separator by path separator.
4290
4291 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4292
4293 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4294 for 'set auto-load safe-path' optional. Mention if it is omitted.
4295 Change disabling security protection condition to "/", twice.
4296
4297 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4298
4299 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4300 the new methods global_block and static_block on gdb.Symtab
4301 objects.
4302
4303 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4304
4305 * gdb.texinfo (Blocks In Python): Add a note saying that future
4306 improvements to GDB and its infrastructure can move symbols
4307 across blocks within a symbol table.
4308
4309 2012-04-29 Yao Qi <yao@codesourcery.com>
4310
4311 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4312 (A29K): Remove.
4313
4314 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4315 Tom Tromey <tromey@redhat.com>
4316
4317 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4318 and generic static probe support on GDB.
4319
4320 2012-04-25 Doug Evans <dje@google.com>
4321
4322 * gdb.texinfo (Go): Fix thinko.
4323
4324 * gdb.texinfo (Supported Languages): Add Go.
4325 (Go): New node.
4326
4327 2012-04-25 Yao Qi <yao@codesourcery.com>
4328
4329 * gdbint.texinfo (Testsuite): New section `Board settings'.
4330
4331 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4332
4333 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4334 Three times.
4335
4336 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4337 Three times.
4338
4339 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4340
4341 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4342 by @table @asis. Fix formatting of one item.
4343
4344 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4345
4346 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4347
4348 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4349
4350 New option "set debug auto-load".
4351 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4352 (auto-load verbose mode): New node.
4353
4354 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4355
4356 New option "set auto-load safe-path".
4357 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4358 and "info auto-load" examples for safe-path. Put there also references
4359 for "set auto-load safe-path" and "show auto-load safe-path".
4360 New menu item for Auto-loading safe path.
4361 (Auto-loading safe path): New node.
4362 (Python Auto-loading): Update the expected output from "Missing"
4363 to "No".
4364
4365 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4366
4367 auto-load: Implementation.
4368 * gdb.texinfo (Mode Options): New anchor for -nx.
4369 (Startup): New anchors for Option -init-eval-command,
4370 Home Directory Init File
4371 and Init File in the Current Directory during Startup.
4372 Mention set auto-load local-gdbinit with a reference.
4373 Change the sample code to "set auto-load python-scripts".
4374 (Threads): New anchor set libthread-db-search-path.
4375 Provide references to libthread_db.so.1 file.
4376 (Controlling GDB): New menu item for Auto-loading.
4377 (Auto-loading, Init File in the Current Directory)
4378 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4379 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4380 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4381 reference.
4382 (Auto-loading): Rename to ...
4383 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4384 "set auto-load python-scripts", new anchor for it. Change
4385 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4386 for it. Change "info auto-load-scripts"
4387 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4388 to "Python scripts".
4389
4390 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4391
4392 PR mi/13393
4393 * gdb.texinfo (Print Settings): Extend the description for "set print
4394 object".
4395 (GDB/MI Variable Objects): Extend the description for -var-create and
4396 -var-list-children.
4397
4398 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4399
4400 * gdb.texinfo (Examining Data): Document the 'explore' command.
4401
4402 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4403
4404 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4405 to the children of a varobj and its update range when -var-update
4406 returns that the varobj's type changed.
4407
4408 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4409
4410 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4411 Create two new links fir 'objfile-gdb.py file'
4412 and 'dotdebug_gdb_scripts section'.
4413
4414 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4415
4416 * gdb.texinfo (Auto-loading): Rename node reference
4417 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4418 Twice.
4419 (.debug_gdb_scripts section): Rename the node ...
4420 (dotdebug_gdb_scripts section): ... here.
4421 (Maintenance Commands): Also rename this node reference.
4422
4423 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4424
4425 * gdb.texinfo (Python API/Values From Inferior): Add description
4426 about the new method Value.referenced_value. Add description on
4427 how Value.dereference is different (and similar) to
4428 Value.referenced_value.
4429
4430 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4431
4432 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4433 --init-eval-command=COMMAND, -iex.
4434 (Startup): Describe -iex and -ix. Simplify the example
4435 for "set auto-load-scripts off".
4436
4437 2012-03-16 Gary Benson <gbenson@redhat.com>
4438
4439 PR breakpoints/10738
4440 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4441 stating that GDB cannot set breakpoints on inlined functions.
4442 (Mode Options): Document --use-deprecated-index-sections.
4443 (Index Section Format): Document new index section version format.
4444
4445 2012-03-15 Tom Tromey <tromey@redhat.com>
4446
4447 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4448
4449 2012-03-13 Doug Evans <dje@google.com>
4450
4451 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4452 of "reload".
4453 (Symbols): Delete docs for set/show symbol-reloading.
4454 * gdbint.texinfo (Defining Other Architecture Features): Delete
4455 SYMBOL_RELOADING_DEFAULT.
4456 * refcard.tex: Delete reference to symbol-reloading.
4457
4458 2012-03-07 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.texinfo (General Query Packets): Document new
4461 QProgramSignals packet.
4462 * gdb.texinfo (Remote configuration): Mention
4463 "program-signals-packet".
4464
4465 2012-03-05 Tristan Gingold <gingold@adacore.com>
4466
4467 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4468
4469 2012-03-03 Yao Qi <yao@codesourcery.com>
4470
4471 * gdb.texinfo (In-Process Agent): New node.
4472 Document new commands.
4473 (General Query Packets): Add packet `QAgent'.
4474
4475 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4476
4477 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4478
4479 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4480
4481 * gdb.texinfo (Commands In Python): Put example python macro in
4482 COMMAND_USER category rather than COMMAND_OBSCURE.
4483 Document gdb.COMMAND_USER.
4484 (User-defined Commands): Update documentation to clarify
4485 "set/show max-user-call-depth" and "show user" don't apply to python
4486 commands. Update documentation to clarify "help user-defined" may
4487 also include python commands defined as COMMAND_USER.
4488
4489 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4490
4491 * gdb.texinfo (Startup): Add option -ex description to the option -x
4492 description.
4493
4494 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4495
4496 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4497 condition-evaluation breakpoint parameter.
4498 Mention condition-evaluation mode being shown in "info break".
4499 (Break Conditions): Add description for target-side
4500 conditional breakpoints.
4501 (Remote Configuration): Mention conditional-breakpoints-packet.
4502 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4503 cond-expr.
4504 (General Query Packets): Mention new ConditionalBreakpoint feature.
4505
4506 2012-02-22 Tom Tromey <tromey@redhat.com>
4507
4508 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4509
4510 2012-02-17 Tom Tromey <tromey@redhat.com>
4511
4512 PR python/10753:
4513 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4514 directory.
4515
4516 2012-02-14 Stan Shebs <stan@codesourcery.com>
4517
4518 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4519
4520 2012-02-13 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4523 mips-idt-ecoff.
4524
4525 2012-02-09 Yao Qi <yao@codesourcery.com>
4526
4527 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4528
4529 2012-02-07 Tom Tromey <tromey@redhat.com>
4530
4531 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4532 Symbol.value.
4533
4534 2012-02-07 Tom Tromey <tromey@redhat.com>
4535
4536 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4537
4538 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4539
4540 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4541
4542 2012-01-24 Tom Tromey <tromey@redhat.com>
4543
4544 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4545 unload".
4546 (Files): Mention new catch commands.
4547 (GDB/MI Async Records): Likewise.
4548
4549 2012-01-24 Gary Benson <gbenson@redhat.com>
4550
4551 Delete #if 0'd out code.
4552 * gdb.texinfo (Frame Info): Remove "info catch".
4553
4554 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4555
4556 * gdb.texinfo (Remote Configuration): Document
4557 "set remote hostio-readlink-packet" command.
4558 (General Query Packets): Document vFile:readlink packet.
4559
4560 2012-01-16 Tom Tromey <tromey@redhat.com>
4561
4562 * gdb.texinfo (Specify Location): Document relative file name
4563 handling.
4564
4565 2012-01-16 Tom Tromey <tromey@redhat.com>
4566
4567 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4568
4569 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4570 Eli Zaretskii <eliz@gnu.org>
4571
4572 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4573 code.
4574
4575 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4576
4577 * gdb.texinfo (Variables): Document use of :: for non-static
4578 variables.
4579
4580 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4581
4582 * gdbint.texinfo (Start of New Year Procedure): Update
4583 to replace use of copyright.sh by use of copyright.py.
4584
4585 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4586
4587 Remove the gdbtui binary.
4588 * all-cfg.texi (GDBTUI): Remove.
4589 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4590 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4591 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4592
4593 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4594
4595 Introduce gdb.FinishBreakpoint in Python.
4596 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4597 (Python API): Add menu entry for Finish Breakpoints.
4598
4599 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4600
4601 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4602 tests.
4603
4604 2011-12-16 Doug Evans <dje@google.com>
4605
4606 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4607
4608 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4609
4610 * gdb.texinfo (Python Commands): Remove "maint set/show print
4611 stack". Add documentation for "set/show python print-stack".
4612
4613 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4614
4615 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4616 should transfer control to the stub in the startup code instead of
4617 in main. Mention the need to get past the initial breakpoint.
4618
4619 2011-12-06 Tom Tromey <tromey@redhat.com>
4620
4621 * gdb.texinfo (Set Breaks): Update for new behavior.
4622
4623 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4624
4625 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4626 List Format for SVR4 Targets'.
4627 (General Query Packets): New item qXfer:libraries-svr4:read.
4628 (Library List Format for SVR4 Targets): New node.
4629
4630 2011-12-01 Tom Tromey <tromey@redhat.com>
4631
4632 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4633 add.
4634
4635 2011-11-22 Tom Tromey <tromey@redhat.com>
4636
4637 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4638 reasons.
4639
4640 2011-11-20 Stan Shebs <stan@codesourcery.com>
4641
4642 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4643 note-related options and variables.
4644 (Tracepoint Packets): Document packet changes.
4645
4646 2011-11-20 Sanjoy Das <sdas@igalia.com>
4647
4648 * gdb.texinfo (JIT Interface): Add documentation on writing and
4649 usind JIT debug info readers.
4650 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4651 Debug Info Readers): New nodes.
4652
4653 2011-11-18 Yao Qi <yao@codesourcery.com>
4654
4655 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4656 tracepoint.
4657
4658 2011-11-15 Doug Evans <dje@google.com>
4659
4660 * gdb.texinfo (Files): Document basenames-may-differ.
4661
4662 2011-11-14 Doug Evans <dje@google.com>
4663
4664 * gdb.texinfo (Shell Commands): Document "!".
4665
4666 2011-11-14 Stan Shebs <stan@codesourcery.com>
4667 Kwok Cheung Yeung <kcy@codesourcery.com>
4668
4669 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4670 needed to get shorter fast tracepoints.
4671 (Tracepoint Packets): Document new qTMinFTPILen packet.
4672
4673 2011-11-14 Yao Qi <yao@codesourcery.com>
4674
4675 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4676 behavior of tracepoint.
4677 (General Query Packets): New feature InstallInTrace.
4678 (Remote Configuration): Document "set remote
4679 install-in-trace-packet".
4680
4681 2011-11-12 Matt Rice <ratmice@gmail.com>
4682
4683 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4684 Add arguments to info macro.
4685
4686 2011-11-10 Tom Tromey <tromey@redhat.com>
4687
4688 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4689 manual.
4690 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4691 (Macros): Add a footnote.
4692 (C): Remove paragraph about compiler options.
4693 (C Constants): Mention wide character and string constants.
4694 (C Plus Plus Expressions): Update compiler option advice. Mention
4695 using declarations. Mention ADL. Remove old HP compiler
4696 information.
4697
4698 2011-11-10 Tom Tromey <tromey@redhat.com>
4699
4700 PR c++/9257:
4701 * gdb.texinfo (Print Settings): Add an extra note about the need
4702 for a vtable.
4703
4704 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4705
4706 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4707 "set mips abi" documentation.
4708
4709 2011-11-04 Doug Evans <dje@google.com>
4710
4711 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4712
4713 2011-11-03 Tom Tromey <tromey@redhat.com>
4714
4715 * gdb.texinfo (Stopping): Add menu entry.
4716 (Continuing and Stepping): Restore @node. Use @section, not
4717 @subsection.
4718
4719 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4720
4721 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4722 designation. Fix "Specify Location" cross-reference.
4723
4724 2011-11-02 Stan Shebs <stan@codesourcery.com>
4725
4726 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4727 (General Query Packets): Describe tracenz feature.
4728 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4729
4730 2011-10-28 Paul Koning <paul_koning@dell.com>
4731
4732 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4733
4734 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4735
4736 * gdb.texinfo ((Frames In Python): Document
4737 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4738
4739 2011-10-26 Paul Koning <paul_koning@dell.com>
4740
4741 * gdb.texinfo (gdb.types): Document new deepitems function.
4742
4743 2011-10-25 Paul Koning <paul_koning@dell.com>
4744
4745 PR python/13327
4746
4747 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4748 fetch_lazy method.
4749
4750 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4751
4752 PR python/12656
4753
4754 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4755 global_block, static_block function.
4756
4757 2011-10-19 Tom Tromey <tromey@redhat.com>
4758
4759 * gdb.texinfo (Commands In Python): Add missing "@"s.
4760
4761 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4762
4763 PR python/13285 Document named constants for frame unwind stop reasons
4764 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4765 constants.
4766
4767 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4768
4769 Fix compatibility with texinfo versions older than 4.12.
4770 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4771 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4772 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4773 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4774 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4775 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4776 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4777
4778 2011-10-09 Doug Evans <dje@google.com>
4779
4780 * gdb.texinfo (Extending GDB): Document alias command.
4781
4782 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4783
4784 Support @entry in input expressions.
4785 * gdb.texinfo (Variables): Describe @entry names suffix.
4786 (Print Settings): Add anchor for `set print entry-values'.
4787
4788 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4789 Eli Zaretskii <eliz@gnu.org>
4790
4791 Display @entry parameter values (without references).
4792 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4793 example.
4794 (Print Settings): New description of set print entry-values and show
4795 print entry-values.
4796
4797 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4798 Eli Zaretskii <eliz@gnu.org>
4799
4800 Recognize virtual tail call frames.
4801 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4802 (Tail Call Frames): New node.
4803 (Frames In Python): Add gdb.TAILCALL_FRAME.
4804
4805 2011-10-07 Doug Evans <dje@google.com>
4806
4807 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4808 register_pretty_printer.
4809
4810 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4811
4812 PR python/12930
4813 PR python/12802
4814
4815 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4816 stop method.
4817
4818 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4819
4820 * gdb.texinfo (Starting your Program): "set disable-randomization"
4821 is no longer Linux-specific.
4822 (Remote Configuration): Document "set remote
4823 disable-randomization-packet".
4824 (General Query Packets): Document "QDisableRandomization" packet
4825 and add it to "qSupported" list.
4826
4827 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4828
4829 Allow Python notification of new object-file loadings.
4830 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4831 event type.
4832
4833 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4834
4835 PR python/12691: Add the inferior to Python exited event
4836 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4837
4838 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4839
4840 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4841 rephasing.
4842
4843 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4844
4845 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4846 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4847 as possible feature returned by the `-list-features'
4848 command.
4849
4850 2011-09-28 Paul Koning <paul_koning@dell.com>
4851
4852 * gdb.texinfo (gdb.Type): Document field access by dictionary
4853 key syntax.
4854
4855 2011-09-28 Yao Qi <yao@codesourcery.com>
4856
4857 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4858 Add one space after option `-s'. Remove @r{} markup.
4859
4860 2011-09-27 Stan Shebs <stan@codesourcery.com>
4861
4862 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4863
4864 2011-09-16 Hui Zhu <teawater@gmail.com>
4865
4866 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4867 to *(unsigned char *)$esp@300.
4868
4869 2011-09-15 Paul Koning <paul_koning@dell.com>
4870
4871 * gdb.texinfo: Make style of Python functions and methods match
4872 the syntax of Python. Also put class and module names explicitly
4873 on function, member, and variable names, matching Python
4874 documentation conventions.
4875
4876 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4877
4878 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4879 * gdb.texinfo (Inferiors In Python): Describe new
4880 gdb.selected_inferior() function.
4881
4882 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4883
4884 Handle multiple breakpoint hits in Python interface:
4885 * gdb.texinfo (Events In Python): New function documentation:
4886 gdb.BreakpointEvent.breakpoints. Indicate that
4887 gdb.BreakpointEvent.breakpoint is now deprecated.
4888
4889 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4890
4891 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4892
4893 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4894
4895 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4896
4897 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4898
4899 * gdb.texinfo (Prompt): Add set/show extended-prompt
4900 documentation
4901 (Basic Python): Add prompt_hook anchor.
4902 (Python modules): Reword module text to reflect multiple modules.
4903 (gdb.prompt): Document gdb.prompt module.
4904
4905 2011-08-14 Yao Qi <yao@codesourcery.com>
4906
4907 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4908
4909 2011-08-14 Yao Qi <yao@codesourcery.com>
4910
4911 * gdb.texinfo (Standard Target Features): Document C6x features.
4912 (TIC6x Features): New node.
4913
4914 2011-08-12 Doug Evans <dje@google.com>
4915
4916 * gdb.texinfo (Symbols In Python): Document symbol.type.
4917
4918 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4919
4920 * gdb.texinfo (Python): Document command and function
4921 auto-loading.
4922
4923 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4924 Eli Zaretskii <eliz@gnu.org>
4925
4926 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4927 typedefs unrolling. Extend the sample code by an inner typedef and
4928 outer typedefs unrolling.
4929
4930 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4931
4932 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4933 size and line-size.
4934
4935 2011-07-21 Matt Rice <ratmice@gmail.com>
4936
4937 PR macros/12999
4938 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4939 Update text and cindex entries for info macro command.
4940
4941 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4942
4943 * observer.texi (GDB Observers): Add before_prompt observer.
4944 * gdb.texinfo (Basic Python): Add documentation for prompt
4945 substitution.
4946
4947 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4948
4949 PR python/12438
4950 * gdb.texinfo (Python Commands): Add deprecate note to maint
4951 set/show python print-stack. Document set/show python
4952 print-backtrace.
4953
4954 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4955
4956 * gdb.texinfo: Fix typos.
4957
4958 2011-07-01 Tom Tromey <tromey@redhat.com>
4959
4960 * gdb.texinfo (Debugging Output): Document set debug
4961 check-physname.
4962
4963 2011-06-29 Tom Tromey <tromey@redhat.com>
4964
4965 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4966 breakpoint-notifications feature.
4967
4968 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4969
4970 * gdb.texinfo (Target Description): Remove warning about
4971 possibly unstable format.
4972
4973 2011-06-03 Tom Tromey <tromey@redhat.com>
4974
4975 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4976 (Events In Python): Note that exit_code is optional.
4977
4978 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4979
4980 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4981 required for multi-threading support.
4982 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4983 Hc are deprecated for multi-threading debugging. Point readers at
4984 the vCont packet.
4985
4986 2011-05-15 Doug Evans <dje@google.com>
4987
4988 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4989
4990 2011-05-13 Doug Evans <dje@google.com>
4991
4992 * gdb.texinfo (Threads): Document $sdir,$pdir.
4993 (Server): Document $pdir exception.
4994
4995 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4996
4997 * gdb.texinfo (Threads): Clarify default value for
4998 libthread-db-search-path.
4999
5000 * gdb.texinfo (Completion): Update example.
5001 (Debugging Output): Delete `set/show debug lin-lwp-async'.
5002
5003 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5004
5005 * gdb.texinfo: Document change in the behaviour of the enable and
5006 disable GDB commands when applied to tracepoints.
5007 Document the EnableDisableTracepoints remote stub feature.
5008 Document QTEnable and QTDisable in the list of tracepoint packets.
5009
5010 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5011
5012 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5013 hsuser.texi.
5014 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5015 comment to hsuser.texi. Change rluser.texi name in the comment.
5016
5017 2011-05-10 Doug Evans <dje@google.com>
5018
5019 * gdb.texinfo (Threads): If an empty path is provided for
5020 libthread-db-search-path it is reset to its default value.
5021 (Server): Ditto.
5022
5023 2011-05-09 Doug Evans <dje@google.com>
5024
5025 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5026
5027 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5028 Thiago Jung Bauermann <bauerman@br.ibm.com>
5029
5030 Implement support for PowerPC BookE masked watchpoints.
5031 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5032 (PowerPC Embedded): Mention support of masked watchpoints.
5033
5034 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5035
5036 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5037 `@value{GDBN}'.
5038
5039 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5040
5041 * gdb.texinfo (titlepage): Remove dedication.
5042 (In Memoriam): New appendix.
5043
5044 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5045 Eli Zaretskii <eliz@gnu.org>
5046
5047 * gdb.texinfo (Index Section Format): Change the version to 5.
5048 Describe the different formula.
5049
5050 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5051 Eli Zaretskii <eliz@gnu.org>
5052
5053 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5054 for disconnected tracing.
5055 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5056 extended-remote relationship. Mention --once.
5057 (TCP port allocation lifecycle of @code{gdbserver}): New.
5058
5059 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5060
5061 * gdb.texinfo (Server): Improve indexing. Index all optional
5062 switches to gdbserver.
5063
5064 2011-04-20 Tom Tromey <tromey@redhat.com>
5065
5066 * gdb.texinfo (Index Section Format): New node.
5067 (Top): Add new node to menu.
5068
5069 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5070
5071 * gdb.texinfo (Maintenance Commands): Document `maint print
5072 remote-registers'.
5073
5074 2011-04-20 Tom Tromey <tromey@redhat.com>
5075
5076 * gdb.texinfo (Trace File Format): Move node later.
5077
5078 2011-04-19 Tom Tromey <tromey@redhat.com>
5079
5080 * gdbint.texinfo (Register Information Functions): Remove
5081 duplicate "the".
5082 * gdb.texinfo (Emacs): Remove duplicate "to".
5083 (GDB/MI Variable Objects): Remove duplicate "the".
5084 (General Query Packets): Likewise.
5085
5086 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5087
5088 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5089 "GDB/MI Ada Exception Information" node.
5090
5091 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5092
5093 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5094 the "exception-name" field in the *stopped async record.
5095
5096 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5097 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5098
5099 Implement support for PowerPC BookE ranged breakpoints.
5100 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5101
5102 2011-03-28 Tom Tromey <tromey@redhat.com>
5103
5104 * gdb.texinfo (Set Tracepoints): Fix typo.
5105
5106 2011-03-24 Tom Tromey <tromey@redhat.com>
5107
5108 * gdb.texinfo (Specify Location): Document `function:label'
5109 linespec.
5110
5111 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5112
5113 PR python/12149
5114
5115 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5116
5117 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5118
5119 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5120 (Inferiors In Python): Likewise.
5121 (Threads In Python): Likewise.
5122 (Symbols In Python): Likewise.
5123 (Objfiles In Python): Likewise.
5124 (Symbol Tables In Python): Likewise.
5125
5126 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5127
5128 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5129 display>: Explain that the commands accept number ranges.
5130
5131 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5132
5133 * gdb.texinfo (Breakpoints In Python): Add description and example
5134 of Python stop function operation.
5135
5136 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5137
5138 * gdb.texinfo (Parameters In Python): Document get_set_string and
5139 get_show_string methods.
5140
5141 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5142
5143 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5144
5145 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5146 circular-trace-buffer name.
5147
5148 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5149
5150 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5151 in the previous change.
5152
5153 2011-02-27 Michael Snyder <msnyder@vmware.com>
5154
5155 * gdb.texinfo (Inferiors and Programs): Update commands to show
5156 that they can accept multiple arguments.
5157
5158 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5159
5160 Revert the following patch (code patch was not approved):
5161 2011-02-21 Hui Zhu <teawater@gmail.com>
5162 * agentexpr.texi (bytecode descriptions): add printf.
5163 * gdb.texinfo (tracepoint action lists): add printf.
5164
5165 2011-02-23 Doug Evans <dje@google.com>
5166
5167 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5168
5169 2011-02-23 Michael Snyder <msnyder@vmware.com>
5170
5171 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5172 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5173 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5174
5175 2011-02-22 Doug Evans <dje@google.com>
5176
5177 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5178 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5179 add description of result, fix @defun formatting.
5180
5181 2011-02-21 Hui Zhu <teawater@gmail.com>
5182
5183 * agentexpr.texi (Bytecode Descriptions): Add printf.
5184 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5185
5186 2011-02-18 Tom Tromey <tromey@redhat.com>
5187
5188 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5189
5190 2011-02-14 Michael Snyder <msnyder@vmware.com>
5191
5192 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5193 Document new command "thread find".
5194
5195 2011-02-14 Michael Snyder <msnyder@vmware.com>
5196
5197 * gdb.texinfo (Threads): Update example of new thread message.
5198
5199 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5200
5201 * gdb.texinfo (Remote Configuration): Mention set/show remote
5202 traceframe-info.
5203 (Tools/Packages Optional for Building GDB): Mention that expat is
5204 used for traceframe info.
5205 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5206 (General Query Packets) <qSupported>: Describe the
5207 qXfer:traceframe-info:read feature.
5208 (qXfer::read): Describe qXfer:traceframe-info:read.
5209 (Traceframe Info Format): New section.
5210
5211 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5212
5213 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5214 for casts and unary operators.
5215
5216 2011-02-04 Tom Tromey <tromey@redhat.com>
5217
5218 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5219 is not useful.
5220
5221 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5222
5223 * gdb.texinfo: s/value optimized out/optimized out/g
5224
5225 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5226
5227 * gdb.texinfo (Other Misc Settings): Rework part of the
5228 documentation of the "set interactive mode" command.
5229
5230 2011-01-19 Tom Tromey <tromey@redhat.com>
5231
5232 * gdb.texinfo (Threads): Document thread name output and `thread
5233 name' command.
5234 (Threads In Python): Document Thread.name attribute.
5235 (GDB/MI Thread Commands): Document thread attributes.
5236
5237 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5238
5239 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5240 changes in mi/mi-cmd-disas.c
5241
5242 2011-01-12 Tom Tromey <tromey@redhat.com>
5243
5244 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5245 Fix "thread apply" text.
5246
5247 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5248 Thiago Jung Bauermann <bauerman@br.ibm.com>
5249
5250 Implement support for PowerPC BookE ranged watchpoints.
5251 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5252 the "set powerpc exact-watchpoints" flag.
5253
5254 2011-01-07 Tom Tromey <tromey@redhat.com>
5255
5256 * gdb.texinfo (Python API): Add descriptions to @menu items.
5257
5258 2011-01-06 Tom Tromey <tromey@redhat.com>
5259
5260 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5261
5262 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5263
5264 * gdb.texinfo (Debugging Output): Document "set debug jit".
5265
5266 2011-01-06 Tom Tromey <tromey@redhat.com>
5267
5268 PR python/12133:
5269 * gdb.texinfo (Frames In Python): Document various frame
5270 constants.
5271
5272 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5273
5274 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5275 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5276 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5277
5278 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5279
5280 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5281 (clean): Add GDBvn.texi.
5282
5283 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5284
5285 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5286 occasional case where the debugger prints an array address
5287 instead of the array itself.
5288
5289 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5290
5291 * gdb.texinfo (Packets) <read registers packet>: Document support
5292 for registers that were not collected.
5293
5294 2010-12-15 Doug Evans <dje@google.com>
5295
5296 * gdb.texinfo (Startup): Document auto-loading of scripts during
5297 startup.
5298 (Auto-loading): Delete "maint set python auto-load on|off".
5299 Add "set auto-load-scripts on|off".
5300
5301 2010-12-07 Doug Evans <dje@google.com>
5302
5303 * gdb.texinfo (Mode Options): Document -data-directory.
5304 (Data Files): Add reference to -data-directory.
5305
5306 2010-11-29 Doug Evans <dje@google.com>
5307
5308 * gdb.texinfo (Pretty-Printer Introduction): Change
5309 printer-name:subprinter-name to printer-name;subprinter-name.
5310
5311 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5312
5313 PR python/12199
5314
5315 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5316
5317 2010-11-23 Tom Tromey <tromey@redhat.com>
5318
5319 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5320 (Editing): Likewise.
5321 (Command History): Likewise.
5322 (TUI Keys): Likewise.
5323 (Bug Reporting): Conditionally include rluser.texi and
5324 inc-history.texinfo.
5325 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5326 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5327 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5328 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5329 (gdb.pdf): Likewise.
5330 (gdb.info): Likewise.
5331 (gdb/index.html): Likewise.
5332
5333 2010-11-23 Tom Tromey <tromey@redhat.com>
5334
5335 * Makefile.in (Makefile): Run ../config.status.
5336 (distclean): Update.
5337 * configure: Remove.
5338 * configure.ac: Remove.
5339
5340 2010-11-12 Tom Tromey <tromey@redhat.com>
5341
5342 * gdb.texinfo (Basic Python): Update. Add xref.
5343 (Exception Handling): Document new exception classes.
5344 (Types In Python): Update.
5345 (Frames In Python): Update.
5346
5347 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5348
5349 * gdb.texinfo (Breakpoints In Python): Document "internal"
5350 parameter, and visible attribute.
5351
5352 2010-11-05 Doug Evans <dje@google.com>
5353
5354 * gdb.texinfo (Source Path): Document "set directories".
5355
5356 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5357
5358 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5359 (OpenCL C): New node.
5360
5361 2010-11-02 Doug Evans <dje@google.com>
5362
5363 * gdb.texinfo (Pretty Printing): Expand into three sections,
5364 introduction, example, and commands.
5365 (Python API): Delete section Disabling Pretty-Printers, merge into
5366 Selecting Pretty-Printers.
5367 (Writing a Pretty-Printer): New section. Move the pretty-printer
5368 example here, and reformat to match python coding style. Add a second
5369 example using the gdb.printing module.
5370 (Python modules): Add gdb.printing.
5371
5372 2010-10-29 Doug Evans <dje@google.com>
5373
5374 * gdb.texinfo (Python): Fix long line.
5375
5376 2010-10-20 Doug Evans <dje@google.com>
5377
5378 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5379 All references updated. Correct sections marked as subsections.
5380 (Coding Standards): New chapter. Move the coding standard related
5381 subsections here. Add section on Python coding standards.
5382
5383 2010-10-13 Doug Evans <dje@google.com>
5384
5385 * gdb.texinfo (Python): Add "Python modules".
5386 (Types in Python): Add reference to gdb.types section.
5387 (Python modules): New node.
5388
5389 2010-10-11 Doug Evans <dje@google.com>
5390
5391 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5392 Python" from gdb.Value.type description.
5393
5394 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5395
5396 * gdb.texinfo (Ravenscar Profile): New node.
5397
5398 2010-09-22 Tom Tromey <tromey@redhat.com>
5399
5400 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5401
5402 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5403
5404 * gdb.texinfo (Values From Inferior): Clarify that
5405 value.dynamic_type works only in C++ programs with RTTI.
5406
5407 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5408
5409 * gdb.texinfo (Character Sets): Correctly reference host-charset
5410 in example.
5411
5412 2010-09-13 Tom Tromey <tromey@redhat.com>
5413
5414 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5415 Document "fullname" and "from".
5416
5417 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5418
5419 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5420 feature `reverse' output by -list-target-features.
5421
5422 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5423
5424 * gdb.texinfo (i386 Features): Remove an extra "@item".
5425
5426 2010-08-30 Tom Tromey <tromey@redhat.com>
5427
5428 PR python/11792:
5429 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5430
5431 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5432
5433 * gdb.texinfo (ARM Features): Document
5434 org.gnu.gdb.arm.m-profile.
5435
5436 2010-08-23 Tom Tromey <tromey@redhat.com>
5437
5438 PR python/11145:
5439 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5440 reinterpret_cast methods.
5441
5442 2010-08-23 Tom Tromey <tromey@redhat.com>
5443
5444 PR python/11915:
5445 * gdb.texinfo (Types In Python): Document array method.
5446
5447 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5448
5449 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5450
5451 2010-08-16 Tom Tromey <tromey@redhat.com>
5452
5453 * gdb.texinfo (Set Watchpoints): Document -location option.
5454
5455 2010-08-13 Doug Evans <dje@google.com>
5456
5457 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5458
5459 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5460
5461 * gdb.texinfo (GDB/MI Data Manipulation): Document
5462 -data-read-memory-raw and -data-write-memory-raw.
5463
5464 2010-08-11 Tom Tromey <tromey@redhat.com>
5465 Phil Muldoon <pmuldoon@redhat.com>
5466
5467 * gdb.texinfo (Basic Python): Describe post_event API.
5468
5469 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5470
5471 * gdb.texinfo (Basic Python): Describe solib_address and
5472 decode_line Python APIs
5473
5474 2010-08-10 Tom Tromey <tromey@redhat.com>
5475
5476 * gdb.texinfo (Pretty Printing API): Document
5477 gdb.default_visualizer.
5478
5479 2010-08-10 Tom Tromey <tromey@redhat.com>
5480
5481 Revert gdb-add-index addition:
5482 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5483
5484 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5485 Eli Zaretskii <eliz@gnu.org>
5486
5487 * gdb.texinfo (Mode Options) <-batch>
5488 (Basic Python) <gdb.execute>: Describe setting width and height.
5489
5490 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5491
5492 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5493
5494 2010-07-30 Tom Tromey <tromey@redhat.com>
5495
5496 * gdb.texinfo (Index Files): Mention gdb-add-index.
5497
5498 2010-07-30 Hui Zhu <teawater@gmail.com>
5499
5500 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5501 "detach inferior" and "kill inferior".
5502
5503 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5504
5505 * gdb.texinfo (Machine Code): Update description of two forms of
5506 arguments, and add new example to demonstrate the new form.
5507
5508 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5509
5510 * gdb.texinfo (Values From Inferior): Add value inferior function
5511 call description.
5512
5513 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5514
5515 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5516
5517 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5518 Eli Zaretskii <eliz@gnu.org>
5519
5520 Make core files the process_stratum.
5521 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5522 record_stratum example.
5523
5524 2010-07-13 Tom Tromey <tromey@redhat.com>
5525
5526 * gdb.texinfo (Index Files): New node.
5527
5528 2010-07-13 Tom Tromey <tromey@redhat.com>
5529
5530 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5531
5532 2010-07-13 Tom Tromey <tromey@redhat.com>
5533
5534 * gdb.texinfo (Specify Location): Document labels.
5535
5536 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5537
5538 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5539 entries for fast tracepoints and static tracepoints.
5540
5541 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5542
5543 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5544 qsThreadInfo>: Spell out `l' as ell.
5545
5546 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5547
5548 * gdb.texinfo (Convenience Variables): Document $_sdata.
5549 (Commands to Set Tracepoints): Describe static tracepoints. Add
5550 `Listing Static Tracepoint Markers' menu entry. Document
5551 "strace".
5552 (Tracepoint Action Lists): Document collecting $_sdata.
5553 (Listing Static Tracepoint Markers): New subsection.
5554 (Tracepoints support in gdbserver): Mention static tracepoints.
5555 (remote packets, enabling and disabling): Mention
5556 read-sdata-object.
5557 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5558 and StaticTracepoint.
5559 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5560 Document qXfer:sdata:read.
5561 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5562
5563 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5564
5565 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5566
5567 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5568 Tom Tromey <tromey@redhat.com>
5569 Thiago Jung Bauermann <bauerman@br.ibm.com>
5570
5571 * gdb.texinfo (Inferiors In Python): New node.
5572 * gdb.texinfo (Threads In Python): New node.
5573
5574 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5575
5576 * gdb.texinfo (Python): Document what the python directory is
5577 and what its location is.
5578 (Basic Python): Document the gdb.PYTHONDIR constant.
5579
5580 2010-06-25 Tom Tromey <tromey@redhat.com>
5581
5582 PR python/10808:
5583 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5584
5585 2010-06-24 Hui Zhu <teawater@gmail.com>
5586
5587 * gdb.texinfo: (Commands for Controlled Output): Add
5588 documentation for command "eval".
5589
5590 2010-06-21 Stan Shebs <stan@codesourcery.com>
5591
5592 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5593 * annotate.texinfo: Ditto.
5594 * gdbint.texinfo: Ditto.
5595 * stabs.texinfo: Ditto.
5596
5597 2010-06-22 Hui Zhu <teawater@gmail.com>
5598
5599 * gdb.texinfo: (Process Record and Replay): Add documentation
5600 for command "set record memory-query".
5601
5602 2010-06-21 Stan Shebs <stan@codesourcery.com>
5603
5604 * gdb.texinfo: Relicense under GFDL version 1.3.
5605 * annotate.texinfo: Relicense under GFDL version 1.3.
5606 * gdbint.texinfo: Relicense under GFDL version 1.3.
5607 * stabs.texinfo: Relicense under GFDL version 1.3.
5608 * fdl.texi: Update to version 1.3.
5609
5610 2010-06-18 Stan Shebs <stan@codesourcery.com>
5611
5612 * gdb.texinfo (Operating System Auxiliary Information): Describe
5613 "info os" when no arguments given.
5614
5615 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5616 $_thread.
5617
5618 2010-06-18 Hui Zhu <teawater@gmail.com>
5619
5620 * gdb.texinfo: (Process Record and Replay): Add documentation
5621 for commands "record save" and "record restore".
5622
5623 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5624
5625 * gdb.texinfo: Include information about the correct use
5626 of addresses in the `watch' command.
5627
5628 2010-06-11 Stan Shebs <stan@codesourcery.com>
5629
5630 * gdb.texinfo (Observer Mode): New section.
5631 (General Query Packets): Document QAllow.
5632
5633 2010-06-04 Doug Evans <dje@google.com>
5634
5635 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5636
5637 2010-06-03 Doug Evans <dje@google.com>
5638
5639 * gdbint.texinfo (Coding): Add subsection on command names.
5640
5641 2010-06-02 Tom Tromey <tromey@redhat.com>
5642
5643 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5644 always-disassemble.
5645
5646 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5647
5648 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5649 gdbserver, and add cross reference.
5650 (Tracepoints support in gdbserver): New subsection.
5651
5652 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5653
5654 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5655 `qRelocInsn' feature.
5656 (Relocate instruction reply packet): New subsection
5657 of `Tracepoint Packets'.
5658 (Tracepoint Packets): Mention that packets QTDP and QTStart
5659 support the qRelocInsn request, and add cross reference to new
5660 subsection.
5661
5662 2010-05-25 Doug Evans <dje@google.com>
5663
5664 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5665 (Commands In Python): Document gdb.string_to_argv.
5666
5667 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5668
5669 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5670 ATTR_NORETURN.
5671
5672 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5673 Tom Tromey <tromey@redhat.com>
5674 Thiago Jung Bauermann <bauerman@br.ibm.com>
5675
5676 * gdb.texinfo (Parameters In Python): New Node.
5677
5678 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5679
5680 * gdb.texinfo: (Summary) Add mention about D language support.
5681 (Filenames): Add D suffixes.
5682 (D): New node.
5683
5684 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5685
5686 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5687 of macro deleted from GDB code.
5688
5689 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5690
5691 * gdb.texinfo (Commands to specify files): Describe what how GDB
5692 looks up DOS-based filesystem paths on the system root. Document
5693 the new `set/show target-file-system-kind' commands.
5694
5695 2010-04-23 Doug Evans <dje@google.com>
5696
5697 * gdb.texinfo (Python): Move Auto-loading section here ...
5698 (Python API): from here.
5699 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5700 (Maintenance Commands): Add docs for "maint print section-scripts".
5701
5702 2010-04-20 Chris Moller <cmoller@redhat.com>
5703
5704 * gdb.texinfo (Setting Breakpoints): Added description of
5705 filename-qualified rbreak.
5706 * refcard.tex (Breakpoints and Watchpoints): Added brief
5707 description of filename-qualified rbreak.
5708
5709 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5710
5711 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5712 (Python API): Change the reference to Pretty Printing API.
5713 (Pretty Printing): Move the user part under the Data node. Reformat
5714 the sample output to 72 columns. Create a new reference to Pretty
5715 Printing API. Rename the API part ...
5716 (Pretty Printing API): To a new node name.
5717 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5718 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5719
5720 2010-04-21 Stan Shebs <stan@codesourcery.com>
5721
5722 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5723 and commands.
5724 (Listing Tracepoints): Update to reflect current behavior.
5725
5726 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5727
5728 * gdb.texinfo (Examining memory): Update for change in string
5729 display with explicit size.
5730
5731 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5732
5733 PR breakpoints/8554.
5734
5735 * gdb.texinfo (Save Breakpoints): New node.
5736 (save-tracepoints): Rename to ...
5737 (save tracepoints): ... this. Mention that `save-tracepoints' is
5738 a deprecated alias to `save tracepoints'.
5739
5740 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5741
5742 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5743 (info w32 thread-information-block): Document new command.
5744 (qGetTIBAddress): Document new gdbserver query.
5745 (maint set/show show-all-tib): Document new command.
5746
5747 2010-04-15 Doug Evans <dje@google.com>
5748
5749 * gdb.texinfo (Python API): Add progspaces section.
5750 (Selecting Pretty-Printers): Progspace pretty-printers are
5751 searched too.
5752 (Progspaces In Python): New section.
5753
5754 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5755
5756 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5757
5758 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5759 returns None.
5760
5761 2010-04-09 Stan Shebs <stan@codesourcery.com>
5762
5763 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5764 Describe the `frames-created' field, tweak grammar.
5765
5766 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5767
5768 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5769 Describe the `circular' and `disconnected' fields.
5770
5771 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5772
5773 * gdb.texinfo (maint print registers): Mention unavailable and
5774 invisible registers.
5775
5776 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5777 Thiago Jung Bauermann <bauerman@br.ibm.com>
5778 Tom Tromey <tromey@redhat.com>
5779
5780 * gdb.texinfo (Breakpoints In Python): New Node.
5781
5782 2010-04-08 Stan Shebs <stan@codesourcery.com>
5783
5784 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5785 trace status fields.
5786
5787 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5788
5789 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5790 optional. Make org.gnu.gdb.i386.avx requires
5791 org.gnu.gdb.i386.avx.
5792
5793 2010-04-08 Doug Evans <dje@google.com>
5794
5795 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5796 search path, and document that gdb only scans the search path if
5797 the script's path doesn't specify a directory.
5798
5799 2010-04-05 Doug Evans <dje@google.com>
5800
5801 * gdb.texinfo (maint show python auto-load): Fix typo.
5802
5803 2010-04-04 Stan Shebs <stan@codesourcery.com>
5804
5805 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5806 (Setting Watchpoints): Update description of "info watch".
5807 (Disabling Breakpoints): Only "info break" lists all.
5808
5809 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5810 (tdump): Explain how tdump works.
5811
5812 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5813
5814 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5815 add cross reference.
5816
5817 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5818
5819 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5820 commands error out.
5821
5822 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5823
5824 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5825
5826 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5827
5828 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5829
5830 2010-03-29 Stan Shebs <stan@codesourcery.com>
5831 Nathan Sidwell <nathan@codesourcery.com>
5832
5833 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5834 GDBN equivalent.
5835 (Set Tracepoints): Remove mention that conditional tracepoints
5836 don't exist.
5837 (Tracepoint Actions): Clarify when while-stepping collection
5838 happens, note that while-stepping does not automatically collect
5839 $pc.
5840
5841 2010-03-29 Stan Shebs <stan@codesourcery.com>
5842
5843 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5844 (General Query Packets): Describe TracepointSource.
5845
5846 2010-03-27 Matt Rice <ratmice@gmail.com>
5847
5848 * gdb.texinfo (ARM): Document arguments to "target sim".
5849 (Set Catchpoints): Use @dots{} instead of @r{...}.
5850
5851 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5852
5853 * gdb.texinfo (Tracepoint Packets): Remove mention that
5854 terror:string may be plain text, and drop mention of X prefix.
5855
5856 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5857
5858 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5859
5860 2010-03-24 Stan Shebs <stan@codesourcery.com>
5861
5862 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5863
5864 2010-03-24 Tom Tromey <tromey@redhat.com>
5865
5866 PR breakpoints/9352:
5867 * gdb.texinfo (Break Commands): Update.
5868
5869 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5870
5871 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5872 commands.
5873
5874 2010-03-16 Stan Shebs <stan@codesourcery.com>
5875
5876 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5877 circular-trace-buffer.
5878 (Tracepoint Packets): Describe QTBuffer, and details of the
5879 qTStatus reply.
5880
5881 2010-03-12 Stan Shebs <stan@codesourcery.com>
5882 Nathan Sidwell <nathan@codesourcery.com>
5883
5884 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5885 doing instruction stepping.
5886 (Tracepoint Restrictions): New node.
5887
5888 2010-03-10 Tom Tromey <tromey@redhat.com>
5889
5890 * gdbint.texinfo (Symbol Handling): Update.
5891
5892 2010-03-08 Tom Tromey <tromey@redhat.com>
5893
5894 PR cli/9591:
5895 * gdb.texinfo (Mode Options): Mention lack of pagination and
5896 confirmation with --batch.
5897 (Screen Size): Mention --batch.
5898 (Messages/Warnings): Likewise.
5899
5900 2010-03-05 Tom Tromey <tromey@redhat.com>
5901
5902 * gdb.texinfo (Basic Python): Document target_charset and
5903 target_wide_charset.
5904
5905 2010-03-05 Tom Tromey <tromey@redhat.com>
5906
5907 * gdb.texinfo (Data): Link to pretty-printing.
5908 (Output Formats): Likewise. Correct text.
5909
5910 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5911
5912 * gdb.texinfo (Types): Describe <struct> and <flags>.
5913
5914 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5915
5916 * gdb.texinfo (Frames In Python): Add block parameter and
5917 description to read_var text.
5918
5919 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5920 Tom Tromey <tromey@redhat.com>
5921
5922 * gdb.texinfo (Types In Python): Describe block argument in
5923 template_argument and gdb.lookup_type.
5924
5925 2010-02-24 Tom Tromey <tromey@redhat.com>
5926
5927 * gdb.texinfo (Cygwin Native): Fix typo.
5928
5929 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5930
5931 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5932 and select method descriptions.
5933 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5934 Tables in Python to menu.
5935 (Blocks In Python): New node.
5936 (Symbols In Python): New node.
5937 (Symbol Tables in Python): New node.
5938
5939 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5940
5941 Multiexec MI
5942
5943 gdb/
5944 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5945
5946 gdb/doc/
5947 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5948 changes.
5949 (GDB/MI Program Execution): Document current behaviour of
5950 --all and --thread-group.
5951 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5952 -remove-inferior.
5953 * observer.texi (inferior_added, inferior_removed): New
5954 observers.
5955
5956 2010-02-19 Tom Tromey <tromey@redhat.com>
5957
5958 * gdbint.texinfo (Getting Started): Fix @node.
5959 (Debugging GDB): Likewise.
5960
5961 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5962
5963 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5964 documenting the gdb_test_timeout variable.
5965
5966 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5967
5968 * gdb.texinfo (MI commands): Added documentation of --reverse
5969 option to a set of MI commands. Restructured documentation of MI
5970 commands --exec-continue to reflect the complexity of reverse
5971 execution.
5972
5973 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5974
5975 * gdb.texinfo (Using the Collected Data): Specify that the address
5976 range of `tfind outsize' is exclusive, and that the address range
5977 of `tfind range' is inclusive.
5978 (Tracepoint Packets): Specify that the address range of
5979 `QTFrame:range' is inclusive, and that the address range of
5980 `QTFrame:outside' is exclusive
5981
5982 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5983
5984 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5985
5986 2010-02-10 Tom Tromey <tromey@redhat.com>
5987
5988 * gdb.texinfo (Debugging Output): Document set debug parser and
5989 show debug parser.
5990
5991 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5992
5993 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5994 i386_eflags and i386_mxcsr.
5995
5996 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5997
5998 * gdb.texinfo: Document i386 target features.
5999
6000 2010-02-05 Doug Evans <dje@google.com>
6001
6002 * gdbint.texinfo (Testsuite): Add a new section to document the
6003 various DejaGnu variables that may be overridden.
6004 Document INTERNAL_GDBFLAGS.
6005
6006 2010-02-04 Tom Tromey <tromey@redhat.com>
6007
6008 PR cli/8830:
6009 * gdb.texinfo (Files): -readnow comes before the filename for file
6010 and symbol-file.
6011
6012 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6013
6014 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6015 Document ARM breakpoint types.
6016 (Register Packet Format): Move into the new section.
6017 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6018
6019 2010-01-21 Joel Brobecker <brobecker@adacore.com>
6020
6021 * gdb.texinfo (File Options): Adjust the documentation of this
6022 switch to refer to the "source" command rather than partially
6023 duplicating some of the relevant information.
6024 (Extending GDB): Introduce and document the set/show script-extension
6025 setting.
6026 (Command Files): Add note explaining that the "source" command
6027 is also used to evalute scripts written in other languages.
6028 Remove the short slightly incorrect reference to sourcing Python
6029 scripts.
6030 (Python Commands): Document how to execute a Python script from GDB.
6031
6032 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6033
6034 * gdb.texinfo (Command Files): Fix typo.
6035
6036 2010-01-18 Tom Tromey <tromey@redhat.com>
6037
6038 * gdb.texinfo (File Options): Document -x on .py files.
6039 (Command Files): Document handling of Python scripts.
6040
6041 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6042
6043 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6044
6045 2010-01-15 Stan Shebs <stan@codesourcery.com>
6046
6047 * gdb.texinfo (Trace Files): New section.
6048 (Tracepoint Packets): Document QTSave and qTBuffer.
6049 (Trace File Format): New appendix.
6050
6051 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6052
6053 * gdb.texinfo (Values From Inferior): Document lazy_string value
6054 method.
6055 (Python API): Add Lazy strings menu item.
6056 (Lazy Strings In Python): New node.
6057
6058 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6059
6060 * gdb.texinfo (GDB/MI Thread Information): New.
6061 (GDB/MI Async Records): Document the core field in *stopped.
6062 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6063 documentation
6064 (Process list): Document that osdata document may contain
6065 threads.
6066 (Remote Serial Protocol): Document qXfer:threads.
6067
6068 2010-01-06 Stan Shebs <stan@codesourcery.com>
6069
6070 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6071 disconnected tracing.
6072 (Tracepoint Packets): Document new protocol.
6073
6074 2010-01-05 Stan Shebs <stan@codesourcery.com>
6075
6076 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6077 tracepoints.
6078 (Tracepoint Packets): Describe remote protocol for fast
6079 tracepoints.
6080
6081 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6082
6083 Update the "Start of New Year Procedure".
6084 * gdbint.texinfo: Add the list of files that need to be updated
6085 manually. Minor reformatting.
6086
6087 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6088
6089 * refcard.tex: Update copyright year in header and text.
6090
6091 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6092
6093 * agentexpr.texi: Add 2010 to the list of copyright years.
6094 * annotate.texinfo: Likewise.
6095 * gdb.texinfo: Likewise.
6096 * gdbint.texinfo: Likewise.
6097 * observer.texi: Likewise.
6098 * stabs.texinfo: Likewise.
6099
6100 2009-12-31 Stan Shebs <stan@codesourcery.com>
6101
6102 * gdb.texinfo (Tracepoint Actions): Describe teval.
6103
6104 2009-12-29 Stan Shebs <stan@codesourcery.com>
6105
6106 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6107
6108 2009-12-28 Stan Shebs <stan@codesourcery.com>
6109
6110 * gdb.texinfo (Trace State Variables): New section.
6111 (Tracepoint Packets): Describe trace state variable packets.
6112 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6113 variable bytecodes.
6114
6115 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6116
6117 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6118 declarations.
6119
6120 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6121
6122 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6123 -gdb-exit behaviour.
6124
6125 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6126
6127 * gpl.texi: Update to version 3 of the GPL.
6128
6129 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6130
6131 * Makefile.in: Update copyright header.
6132 * observer.texi: Fix the copyright header of the generated files.
6133
6134 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6135
6136 * gdb.texinfo (Types In Python): Describe range function.
6137
6138 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6139
6140 * gdb.texinfo (Types In Python): Describe "is_base_class".
6141
6142 2009-12-03 Tom Tromey <tromey@redhat.com>
6143
6144 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6145
6146 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6147
6148 * observer.texi: New memory_changed observer.
6149
6150 2009-12-01 Tom Tromey <tromey@redhat.com>
6151
6152 * gdb.texinfo (Reverse Execution): Fix typo.
6153
6154 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6155
6156 PR gdb/8704
6157
6158 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6159 are allowed after the breakpoint condition.
6160
6161 2009-11-23 Tom Tromey <tromey@redhat.com>
6162
6163 PR python/10782:
6164 * gdb.texinfo (Types In Python): Document Type.pointer.
6165
6166 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6167
6168 * gdb.texinfo (Machine Code): Adjust.
6169
6170 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6171
6172 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6173 (Using Agent Expressions): Delete cross reference.
6174
6175 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6176
6177 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6178 and @settitle directives up to help makeinfo find them.
6179
6180 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6181
6182 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6183 (Auto-loading): Use plural and note one can use multiple components now.
6184
6185 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6186
6187 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6188 -stack-list-arguments have the same documentation for parameter
6189 as -stack-list-locals. Add comas.
6190
6191 2009-10-27 Tom Tromey <tromey@redhat.com>
6192 Eli Zaretskii <eliz@gnu.org>
6193
6194 PR python/10781
6195
6196 * gdb.texinfo (Values From Inferior): Document cast method.
6197
6198 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6199
6200 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6201 and adjust example.
6202
6203 2009-10-22 Michael Snyder <msnyder@vmware.com>
6204
6205 * gdb.texinfo (Process Record and Replay): Document new form of
6206 info record command. Also document the new save and restore
6207 commands.
6208
6209 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6210
6211 * gdb.texinfo (Machine Code): Mention current pc marker.
6212 (Memory): Likewise.
6213
6214 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6215 Stan Shebs <stan@codesourcery.com>
6216
6217 * observer.texi (new_inferior): Rename to...
6218 (inferior_appeared): ... this.
6219
6220 * gdb.texinfo (Inferiors): Rename node to ...
6221 (Inferiors and Programs): ... this. Mention running multiple
6222 programs in the same debug session.
6223 <info inferiors>: Mention the new 'Executable' column if "info
6224 inferiors". Update examples. Document the "add-inferior",
6225 "clone-inferior", "remove-inferior" and "maint info
6226 program-spaces" commands.
6227 (Process): Rename node to...
6228 (Forks): ... this. Document "set|show follow-exec-mode".
6229
6230 2009-10-11 Michael Snyder <msnyder@vmware.com>
6231
6232 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6233 (ReverseContinue): Ditto.
6234
6235 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6236
6237 * gdb.texinfo (Server): Document libthread-db-search-path.
6238
6239 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6242
6243 2009-10-06 Michael Eager <eager@eagercon.com>
6244
6245 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6246 (Embedded Processors): Add MicroBlaze.
6247 (MicroBlaze): New. Describe Xilinx MicroBlaze
6248
6249 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6250
6251 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6252
6253 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6254
6255 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6256
6257 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6258
6259 * observer.texi (solib_unloaded): Document explicitly the fact that
6260 this observer is called before the associated symbols are unloaded.
6261
6262 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6263
6264 * gdb.texinfo: Escape "{" and "}".
6265
6266 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6267
6268 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6269 -stack-list-variables.
6270
6271 2009-09-18 Tom Tromey <tromey@redhat.com>
6272
6273 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6274 is experimental.
6275
6276 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6277
6278 * gdb.texinfo (convenince variables): Mention
6279 $_siginfo could be empty.
6280
6281 2009-09-15 Tom Tromey <tromey@redhat.com>
6282
6283 * gdb.texinfo (GDB/MI Variable Objects): Document
6284 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6285 Expand -var-update documentation.
6286
6287 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6288
6289 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6290 feature.
6291
6292 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6293
6294 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6295
6296 2009-09-10 Michael Snyder <msnyder@vmware.com>
6297
6298 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6299 ReverseStep replies to the qSupported query.
6300
6301 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6302
6303 Add documentation for set/show interactive-mode.
6304 * gdb.texinfo (Other Misc Settings): New node.
6305
6306 2009-09-01 Doug Evans <dje@google.com>
6307
6308 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6309 non-stop mode's affect on remote caching.
6310
6311 2009-08-31 Jacob Potter <jdpotter@google.com>
6312 Doug Evans <dje@google.com>
6313
6314 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6315 Mark `set/show remotecache' options as obsolete.
6316 Document new `set/show stack-cache' option.
6317 Update text for `info dcache'.
6318
6319 2009-08-27 Doug Evans <dje@google.com>
6320
6321 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6322 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6323
6324 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6325
6326 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6327 about autoconf.
6328
6329 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6330
6331 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6332 small example, and describe its columns. Replace "inferior-id" by
6333 "infno" throughout.
6334
6335 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6336
6337 * gdbint.texinfo (Releasing GDB): Point to
6338 README-maintainer-mode file for required autoconf version.
6339 * configure.ac: Do not substitute datarootdir, htmldir,
6340 pdfdir, docdir. Do not process --with-datarootdir,
6341 --with-htmldir, --with-pdfdir, --with-docdir.
6342 * configure: Regenerate.
6343
6344 * configure: Regenerate.
6345
6346 2009-08-20 Reid Kleckner <reid@kleckner.net>
6347
6348 * gdb.texinfo: Add chapter on JIT interface.
6349
6350 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6351
6352 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6353 confirmation request.
6354
6355 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6356
6357 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6358 CRC definitions.
6359
6360 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6361
6362 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6363 -break-commands.
6364
6365 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6366
6367 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6368 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6369
6370 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6371
6372 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6373 "set spu stop-on-load" and "show spu stop-on-load" commands.
6374
6375 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6376
6377 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6378
6379 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6380
6381 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6382 org.gnu.gdb.arm.neon.
6383
6384 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6385
6386 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6387 optional element.
6388 (subsection OS ABI): New subsection.
6389
6390 2009-07-14 Stan Shebs <stan@codesourcery.com>
6391
6392 * gdb.texinfo (Tracepoint Conditions): New section.
6393 (General Query Packets): Describe ConditionalTracepoints.
6394 (Tracepoint Packets): Describe condition field.
6395 (Maintenance Commands): Describe maint agent-eval.
6396 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6397
6398 2009-07-11 Hui Zhu <teawater@gmail.com>
6399
6400 * gdb.texinfo (disassemble): Add a new modifier /r
6401 to "disassemble" command to make it print the raw instructions
6402 in hex as well as in symbolic form.
6403
6404 2009-07-09 Tom Tromey <tromey@redhat.com>
6405
6406 * gdbint.texinfo (Testsuite): Document parallel make check.
6407
6408 2009-07-09 Tom Tromey <tromey@redhat.com>
6409
6410 * gdbint.texinfo (Testsuite): Document test transcripts.
6411
6412 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6413
6414 * gdb.texinfo (Values From Inferior): Add length parameter
6415 description.
6416
6417 2009-07-04 Chris Genly <chris@genly.us>
6418
6419 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6420 in -var-list-children. Fix example according to what the code
6421 does.
6422
6423 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6424
6425 * gdb.texinfo (Debugging multiple inferiors): Document the
6426 "inferior", "detach inferior" and "kill inferior" commands.
6427 (Debugging Programs with Multiple Processes): Adjust to mention
6428 generic "inferior" commands. Delete mention of "detach fork" and
6429 "delete fork". Cross reference to "Debugging multiple inferiors"
6430 section.
6431
6432 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6433
6434 * gdbint.texinfo (Item Output Functions): Update signature
6435 for ui_out_field_core_addr.
6436
6437 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6438
6439 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6440 Update example code extrated from breakpoint.c.
6441
6442 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6443
6444 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6445 MI commands.
6446 (GDB/MI Symbol Query): Likewise.
6447 (GDB/MI File Commands): Likewise.
6448 (GDB/MI File Transfer Commands): Likewise.
6449 (GDB/MI Target Manipulation): Likewise.
6450 (GDB/MI Miscellaneous Commands): Likewise.
6451
6452 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6453
6454 * gdb.texinfo (Debugging Optimized Code): New chapter.
6455 (Compiling for Debugging): Reference it. Move some
6456 text to the new section.
6457
6458 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6459
6460 * doc/gdb.texinfo (Calling): Document
6461 set-unwind-on-terminating-exception usage.
6462
6463 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6464
6465 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6466 command.
6467
6468 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6469
6470 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6471 references.
6472
6473 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6474
6475 * gdbint.texinfo: Rename formal parameters to gdbarch function
6476 protoypes from "current_gdbarch" to "gdbarch".
6477
6478 2009-05-28 Tom Tromey <tromey@redhat.com>
6479
6480 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6481
6482 2009-05-27 Tom Tromey <tromey@redhat.com>
6483
6484 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6485 feature.
6486 (GDB/MI Variable Objects): Document -var-set-visualizer.
6487
6488 2009-04-02 Tom Tromey <tromey@redhat.com>
6489
6490 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6491 feature.
6492 (GDB/MI Variable Objects): Document -var-set-visualizer.
6493
6494 2009-05-27 Tom Tromey <tromey@redhat.com>
6495 Thiago Jung Bauermann <bauerman@br.ibm.com>
6496 Phil Muldoon <pmuldoon@redhat.com>
6497
6498 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6499 (Pretty Printing): New node.
6500 (Selecting Pretty-Printers): Likewise.
6501 (Python API): Update.
6502 (Output Formats): Document /r format.
6503
6504 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6505 Tom Tromey <tromey@redhat.com>
6506
6507 * gdb.texinfo (Types In Python): New node.
6508 (Values From Inferior): "type" is now an attribute.
6509 (Python API): Update.
6510
6511 2009-05-27 Tom Tromey <tromey@redhat.com>
6512 Thiago Jung Bauermann <bauerman@br.ibm.com>
6513 Phil Muldoon <pmuldoon@redhat.com>
6514
6515 * gdb.texinfo: Add @syncodeindex for `tp'.
6516 (Python API): Update.
6517 (Auto-loading): New node.
6518 (Objfiles In Python): New node.
6519
6520 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6521
6522 * gdb.texinfo (Threads): Document libthread-db-search-path.
6523
6524 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6525
6526 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6527
6528 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6529
6530 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6531 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6532 show show-debug-regs' docs.
6533
6534 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6535
6536 * gdb.texinfo (Process Record and Replay): Add description of
6537 reverse execution.
6538
6539 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6540
6541 * gdbint.texinfo (Adding support for debugging core files): New node.
6542 (Native Debugging): Remove the ``Native core file Support'' section.
6543
6544 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6545
6546 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6547 Add index entries.
6548
6549 2009-04-30 Hui Zhu <teawater@gmail.com>
6550 Michael Snyder <msnyder@vmware.com>
6551
6552 * gdb.texinfo: (Process Record and Replay): Add documentation for
6553 process record and replay.
6554
6555 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6556
6557 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6558 a new part on command-line defined macros.
6559
6560 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6561
6562 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6563 clarify the wording.
6564
6565 2009-04-23 Tom Tromey <tromey@redhat.com>
6566
6567 * gdb.texinfo (Data Files): New node.
6568 (GDB Files): Update menu.
6569
6570 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6571
6572 * gdbint.texinfo (Defining Other Architecture Features): Remove
6573 entry for PROCESS_LINENUMBER_HOOK.
6574
6575 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6576
6577 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6578
6579 2009-04-22 Hui Zhu <teawater@gmail.com>
6580
6581 * gdb.texinfo (disassemble-next-line): Set the default of
6582 disassemble-next-line to off.
6583
6584 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6585
6586 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6587 --with-htmldir): New.
6588 * configure: Regenerate.
6589 * Makefile.in (datarootdir, docdir): Define.
6590 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6591 instead of $(SET_TEXINPUTS).
6592 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6593 gdbint.info instead of $(SET_TEXINPUTS).
6594 (gdbint/index.html): Use same -I options as for building
6595 gdbint.info.
6596 (stabs.dvi, stabs.pdf): Use same -I options as for building
6597 stabs.info instead of $(SET_TEXINPUTS).
6598 (stabs/index.html): Use same -I options as for building
6599 stabs.info.
6600 (annotate.dvi, annotate.pdf): Use same -I options as for building
6601 annotate.info instead of $(SET_TEXINPUTS).
6602 (annotate/index.html): Use same -I options as for building
6603 annotate.info.
6604
6605 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6606
6607 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6608
6609 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6610
6611 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6612
6613 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6614 Joseph Myers <joseph@codesourcery.com>
6615
6616 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6617 (MAKEHTMLFLAGS): Set to empty.
6618 (html__strip_dir): Define.
6619 (HTMLFILES): Define.
6620 (HTMLFILES_INSTALL): Define.
6621 (install-html): Copy new automake rule.
6622 (html): Depend on $(HTMLFILES).
6623 (gdb_toc.html): Rename to gdb/index.html.
6624 (gdbint_toc.html): Rename to gdbint/index.html.
6625 (stabs_toc.html): Rename to stabs/index.html.
6626 (annotate_toc.html): Rename to annotate/index.html.
6627
6628 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6629
6630 * Makefile.in: Set pdfdir and htmldir from configure
6631 substitutions.
6632 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6633 * configure: Regenerate.
6634
6635 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6636
6637 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6638 This macro is no longer used.
6639
6640 2009-04-15 Tom Tromey <tromey@redhat.com>
6641
6642 * gdb.texinfo (Character Sets): Document default character set.
6643
6644 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6645
6646 * gdbint.texinfo: Change server name from sources.redhat.com to
6647 sourceware.org throughout.
6648
6649 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6650
6651 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6652 about a missing dot or coma after @xref.
6653
6654 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6655
6656 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6657 example, and add a small explanation about it.
6658 (Print Settings): Change the documentation of the "set print
6659 frame-arguments" to reflect the fact that the default is now "scalars".
6660
6661 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6662
6663 * gdb.texinfo (Print Settings): Add kindex for command "set
6664 print frame-arguments".
6665
6666 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6667
6668 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6669 breakpoints.
6670 (Set Breaks): Add reference to thread-specific and task-specific
6671 breakpoints.
6672
6673 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6674
6675 * gdb.texinfo (Ada Tasks): Remove the documentation about
6676 the "Running" state, as this state has been eliminated.
6677 Now all runnable tasks are shown as "Runnable".
6678
6679 2009-03-30 Stan Shebs <stan@codesourcery.com>
6680
6681 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6682 special case of breakpoints.
6683 (Enable and Disable Tracepoints): Mention deprecation.
6684 (Listing Tracepoints): Update description and example.
6685
6686 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6687
6688 * gdb.texinfo (Frames in Python): New node.
6689 (Python API): Update.
6690
6691 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6692
6693 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6694 from a method to an attribute.
6695
6696 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6697
6698 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6699 attribute.
6700
6701 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6702
6703 * observer.texi (thread_exit): Add "silent" parameter.
6704
6705 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6706
6707 * observer.texi (about_to_proceed): New.
6708
6709 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6710
6711 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6712 field throughout to handle types with spaces in them. Fix typos
6713 found by aspell.
6714 (Summary, Requirements, Contributors): New first chapter,
6715 "Summary" added, old Requirements section moved there, and new
6716 section, "Contributors" added.
6717 (Initializing a New Architecture, Register Representation)
6718 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6719 (Porting gdb): These sections extended and updated.
6720 (Compiler Characteristics): This section (empty) deleted.
6721 (Defining Other Architecture Features): This section renamed and
6722 duplicate material removed from (formerly "Target Conditionals").
6723 Use braces {} in @deftypeXX type field throughout to handle types
6724 with spaces in them. Typos found by aspell fixed.
6725
6726 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6727 * stack_frame.pdf: Version of image for PDF output.
6728 * stack_frame.png: Version of image for HTML output and for Emacs.
6729 * stack_frame.txt: Version of image for Info output.
6730 * stack_frame.eps: Version of image for TeX DVI output.
6731
6732 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6733
6734 * gdb.texinfo (Character Sets): Fix last change.
6735
6736 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6737
6738 * gdb.texinfo (Values From Inferior): Fix optional arguments
6739 markup.
6740 (Commands In Python): Adjust argument names of gdb.Command.__init__
6741 to what the function accepts as keywords.
6742
6743 2008-03-20 Tom Tromey <tromey@redhat.com>
6744
6745 * gdb.texinfo (Convenience Vars): Document convenience functions.
6746 (Functions In Python): New node.
6747 (Python API): Update.
6748
6749 2009-03-20 Tom Tromey <tromey@redhat.com>
6750
6751 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6752 set target-wide-charset.
6753 (Requirements): Mention iconv.
6754
6755 2009-03-17 Hui Zhu <teawater@gmail.com>
6756
6757 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6758
6759 2009-03-17 Hui Zhu <teawater@gmail.com>
6760
6761 * gdb.texinfo: Add documentation for disassemble-next-line.
6762
6763 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6764
6765 * gdb.texinfo (Commands In Python): Remove tindex entries.
6766
6767 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6768
6769 * gdb.texinfo (Returning): New description for missing debug info.
6770
6771 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6772
6773 * gdb.texinfo (Remote Configuration): Document query-attached.
6774 (General Query Packets): Document qAttached.
6775
6776 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6777
6778 * gdb.texinfo (Background Execution): Better describe the set
6779 target-async command.
6780 (Maintenance Commands): Delete description of the `maint set/show
6781 linux-async' and `maint set/show remote-async' commands.
6782
6783 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6784
6785 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6786 between sentences.
6787
6788 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6789
6790 * gdb.texinfo (GDB/MI Async Records): Document the
6791 =library-loaded and =library-unloaded notifications.
6792
6793 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6794
6795 * observer.texi (test_notification): New observer.
6796
6797 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6798
6799 * observer.texi: Add parameter 'print_frame' to normal_stop
6800 observer.
6801
6802 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6803
6804 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6805 (Commands In Python): Fix COMMAND_* constants in last change. Use
6806 @kbd for interactive input. Add cross-references and index
6807 entries.
6808
6809 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6810
6811 * gdb.texinfo (Signals): Document $_siginfo.
6812 (Convenience Variables): Mention $_siginfo.
6813 (Remote Configuration): Document qXfer:siginfo:read,
6814 qXfer:siginfo:write packets, and the read-siginfo-object,
6815 write-siginfo-object commands.
6816
6817 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6818
6819 * gdbint.texinfo (Values): New chapter.
6820
6821 2009-02-06 Tom Tromey <tromey@redhat.com>
6822
6823 * gdb.texinfo (Python API): Add entry for Commands In Python.
6824 (Commands In Python): New node.
6825
6826 2009-02-05 Tom Tromey <tromey@redhat.com>
6827
6828 * gdb.texinfo (Values From Inferior): Document Value.string.
6829
6830 2009-02-05 Tom Tromey <tromey@redhat.com>
6831
6832 * gdb.texinfo (Basic Python): Document execute's from_tty
6833 argument.
6834
6835 2009-02-04 Tom Tromey <tromey@redhat.com>
6836
6837 * gdb.texinfo (Basic Python): Document gdb.history.
6838
6839 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6840
6841 * gdb.texinfo (GDB/MI Thread Commands): Document the
6842 'current-thread-id' field. Remove the example with zero threads,
6843 since current GDB won't ever report that if there's inferior.
6844
6845 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6846
6847 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6848 option to -break-insert.
6849
6850 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6851 Jerome Guitton <guitton@adacore.com>
6852
6853 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6854 (System-wide configuration): New section.
6855
6856 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6857
6858 PR gdb/7580:
6859 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6860 internal-error|internal-warning quit|corefile ask|yes|no".
6861
6862 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6863
6864 * gdb.texinfo (Using the `gdbserver' Program): Document
6865 --remote-debug.
6866
6867 2009-01-23 Doug Evans <dje@google.com>
6868
6869 * gdb.texinfo: Add nexti to list of commands that support
6870 background execution.
6871
6872 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6873
6874 * gdb.texinfo (Define, Hooks): Document prefix command support.
6875
6876 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6877 Carlos O'Donell <carlos@codesourcery.com>
6878
6879 Fixes for makeinfo --html.
6880
6881 * annotate.texinfo: Use @copying and @insertcopying. Use
6882 @ifnottex in place of @ifinfo.
6883 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6884 place of @ifinfo. Use @ifnotinfo for one index entry.
6885 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6886 in place of @ifinfo.
6887 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6888 in place of @ifinfo. Include contents at start unconditionally.
6889
6890 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6891
6892 * gdb.texinfo (General Query Packets): Remove @var{} around the
6893 "spu" literal string.
6894
6895 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6896
6897 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6898 program may be running in another process" errors.
6899 * gdbint.texinfo (Native Conditionals): Delete
6900 ONE_PROCESS_WRITETEXT description.
6901
6902 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6903
6904 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6905 emacs local variable to be placed at the end of the ChangeLog.
6906 Add server.c and gdbreplay.c to the list of files where the
6907 copyright year needs to be updated.
6908
6909 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6910
6911 * gdb.texinfo (Remote Configuration): Document new
6912 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6913 commands.
6914
6915 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6916
6917 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6918 FETCH_INFERIOR_REGISTERS.
6919 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6920 FETCH_INFERIOR_REGISTERS descriptions. Remove
6921 gdbarch_get_longjmp_target descrition, since already described in
6922 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6923 (Target Conditionals): ... here.
6924
6925 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6926
6927 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6928 examples.
6929 (Additions to Ada): Likewise. Add the missing opening and closing
6930 parenthesis of the GDB prompt in one of the examples.
6931
6932 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6933
6934 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6935 about the result of 'Address not being of type System.Address.
6936 This problem has been fixed a while ago.
6937
6938 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6939
6940 MI non-stop and multiprocess docs.
6941
6942 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6943 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6944 Adjust documentation for *stopped, document =thread-created,
6945 =thread-exited, =thread-group-created and =thread-group-exited.
6946 (GDB/MI Thread Commands): Document the 'state' field in
6947 -thread-info output.
6948 (GDB/MI Program Execution): Mention --all and --thread-group
6949 options.
6950 (GDB/MI Variable Objects): Describe floating and fixed variable
6951 objects.
6952 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6953
6954 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6955
6956 * gdb.texinfo (Operating System Information): New appendix.
6957 (Operating System Auxiliary Information): Document 'info os processes'
6958 (Remote Configuration): Document 'osdata'
6959 (General Query Packets): Document qXfer:osdata:read.
6960
6961 2008-11-27 Tristan Gingold <gingold@adacore.com>
6962
6963 * gdb.texinfo (Darwin): Document Darwin specific features.
6964
6965 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6966
6967 * gdbint.texinfo (Target Conditionals): Extend the
6968 gdbarch_breakpoint_from_pc description.
6969
6970 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6971
6972 * gdb.texinfo (M68K Features): Fix typo.
6973
6974 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6975
6976 * gdb.texinfo (Symbols): Mention printing containing
6977 image name in "info symbol".
6978 (Maint translate-address): Likewise.
6979
6980 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6981
6982 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6983 commands "catch load" and "catch unload".
6984
6985 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6986
6987 * gdb.texinfo (GDB/MI Async Records): Document
6988 =thread-selected.
6989
6990 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6991
6992 * observer.texi (new_inferior, inferior_exit): New observers.
6993
6994 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6995
6996 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6997 .mt files, TM_CLIBS or TM_CDEPS.
6998 (x86 Watchpoints): Don't mention TDEPFILES.
6999
7000 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
7001
7002 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
7003 (Overview): Mention notifications and non-stop mode behavior.
7004 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7005 with non-stop mode behavior. Add vStopped description.
7006 (Stop Reply Packets): Update list of packets that return
7007 stop replies. Mention non-stop behavior.
7008 (General Query Packets): Document QNonStop packet and associated
7009 qSupported query response.
7010 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7011 behavior.
7012 (Notification Packets): New section.
7013 (Remote Non-Stop): New section.
7014 (File-I/O Overview): Mention non-stop behavior.
7015
7016 2008-10-24 Hui Zhu <teawater@gmail.com>
7017 Pedro Alves <pedro@codesourcery.com>
7018
7019 * gdb.texinfo (displaced-stepping): Describe the auto mode
7020 setting, and say it's the default. This is now a mainstream
7021 setting instead of a maintenance setting.
7022
7023 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7024
7025 * observer.texi (thread_stop_requested): New.
7026
7027 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7028
7029 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7030 (Patching): Replace incorrect usage of @samp by @kbd.
7031
7032 2008-10-17 Michael Snyder <msnyder@vmware.com>
7033
7034 * gdb.texinfo: Add documentation for reverse execution.
7035
7036 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7037 Eli Zaretskii <eliz@gnu.org>
7038
7039 * gdb.texinfo. (Values From Inferior): New subsubsection.
7040
7041 2008-10-06 Doug Evans <dje@google.com>
7042
7043 * gdb.texinfo (set debug dwarf2-die): Document it.
7044
7045 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7046
7047 * gdb.texinfo (catch) [exception]: Document how to insert
7048 a breakpoint on user-defined exceptions when the exception
7049 name is identical to one of the language-defined ones.
7050
7051 2008-09-27 Tom Tromey <tromey@redhat.com>
7052
7053 * gdb.texinfo (Macros): Remove text about stringification,
7054 varargs, and splicing.
7055
7056 2008-09-27 Tom Tromey <tromey@redhat.com>
7057
7058 * gdbint.texinfo (Language Support): Remove text about omitting
7059 support for a language.
7060
7061 2008-09-23 Doug Evans <dje@google.com>
7062
7063 * gdb.texinfo (info dcache): Update.
7064
7065 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7066
7067 * gdb.texinfo (Packets): Add info on thread-id syntax and
7068 multiprocess extensions.
7069 <D>: Document multiprocess form of packet.
7070 <H>: Use thread-id syntax.
7071 <T>: Likewise.
7072 <vCont>: Likewise. Note this is required for multiprocess.
7073 <vKill>: New packet.
7074 (Stop Reply Packets) <T>: Use thread-id syntax.
7075 <W>: Document multiprocess form of reply.
7076 <X>: Likewise.
7077 (General Query Packets) <qC>: Use thread-id syntax.
7078 <qfThreadInfo>: Likewise.
7079 <qGetTLSAddr>: Likewise.
7080 <qP>: Likewise.
7081 <qSupported>: Add "multiprocess" feature.
7082 <qThreadExtraInfo>: Use thread-id syntax.
7083
7084 2008-09-22 Stan Shebs <stan@codesourcery.com>
7085
7086 * gdb.texinfo (Inferiors): New section.
7087
7088 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7089
7090 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7091
7092 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7093
7094 * gdbint.texinfo (Target Conditionals): Remove documentation
7095 for gdbarch_name_of_malloc.
7096
7097 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7098
7099 * gdb.texinfo (Interrupts): Mention TCP interface for
7100 sending BREAK.
7101
7102 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7103
7104 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7105 argument prefix to "set sysroot".
7106
7107 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7108
7109 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7110 and False.
7111
7112 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7113
7114 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7115 for possible features of -list-features.
7116
7117 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7118
7119 * gdb.texinfo (Background execution): Adjust example
7120 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7121
7122 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7123
7124 * doc/gdb.texinfo (PowerPC): Fix typo.
7125 (PowerPC features): Fix typo.
7126
7127 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7128
7129 * observer.texi (thread_ptid_changed): New.
7130
7131 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7132
7133 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7134 (PowerPC features): Mention feature set for VSX registers.
7135
7136 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7137
7138 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7139 the direct visibility of all names in user-written packages.
7140
7141 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7142
7143 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7144 setting, and make it the default.
7145 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7146 non-stop script example.
7147
7148 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7149
7150 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7151 reference to the "Using Different Register and Memory Data
7152 Representation" section.
7153
7154 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7155
7156 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7157 (Remote Protocol): Add Packet Acknowledgment to menu.
7158 (Overview): Mention +/- can be disabled, and point to new section
7159 where this is discussed in detail.
7160 (General Query Packets): Document QStartNoAckMode packet, and
7161 corresponding qSupported reply.
7162 (Packet Acknowledgment): New section.
7163
7164 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7165 Pedro Alves <pedro@codesourcery.com>
7166
7167 * gdb.texinfo (Threads): Move paragraph about automatic thread
7168 selection to All-Stop Mode subsection.
7169 (Thread Stops): Reorganize existing material into subsections.
7170 Add introductory blurb and menu.
7171 (Non-Stop Mode): New subsection.
7172 (Background Execution): New subsection.
7173 (Maintenance Commands): Add cross-references from async mode
7174 commands to the new Background Execution section.
7175
7176 2008-08-06 Tom Tromey <tromey@redhat.com>
7177
7178 * gdb.texinfo (Extending GDB): New chapter.
7179 (Sequences): Demoted chapter, now a section under the new
7180 Extending GDB chapter.
7181 (Python): New section.
7182
7183 2008-07-31 Stan Shebs <stan@codesourcery.com>
7184
7185 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7186
7187 2008-07-29 Stan Shebs <stan@codesourcery.com>
7188
7189 * gdbint.texinfo: General round of cleanup and minor
7190 clarifications.
7191 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7192 (Longjmp Support): Update description to reflect how it is done
7193 for targets without using native header.
7194 (Symbol Handling): Add a little more general explanation.
7195 (COFF, ELF): Mention stabs encapsulation.
7196 (DWARF 3): New section.
7197 (Adding a New Host): Scrub out some obsolete bits.
7198 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7199 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7200 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7201 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7202 SEEK_SET, STOP_SIGNAL, USG.
7203 (Raw and Virtual Register Representations): Ditto for
7204 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7205 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7206 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7207 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7208 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7209 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7210 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7211 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7212 DEPRECATED_USE_STRUCT_CONVENTION.
7213 Describe gdbarch_deprecated_fp_regnum.
7214 Update description of gdbarch_print_insn.
7215 (Adding a New Target): Scrub out obsolete bits.
7216 (Obsolete Conditionals): Remove entire section.
7217
7218 2008-07-25 Tom Tromey <tromey@redhat.com>
7219
7220 * observer.texi (GDB Observers): Document new observers:
7221 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7222 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7223 architecture_changed.
7224
7225 2008-07-21 Stan Shebs <stan@codesourcery.com>
7226
7227 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7228 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7229
7230 2008-07-21 Tom Tromey <tromey@redhat.com>
7231
7232 * observer.texi (GDB Observers): Remove obsolete comment.
7233 <executable_changed>: Remove argument.
7234
7235 2008-07-18 Tom Tromey <tromey@redhat.com>
7236
7237 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7238
7239 2008-07-10 Doug Evans <dje@google.com>
7240
7241 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7242
7243 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7244
7245 * gdb.texinfo (Starting): Document "set disable-randomization".
7246
7247 2008-07-07 Andreas Schwab <schwab@suse.de>
7248
7249 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7250
7251 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7252
7253 * gdb.texinfo (GDB/MI Target Manipulation): Add
7254 example of -target-attach.
7255
7256 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7257
7258 * observer.texi (target_resumed): New observer.
7259 * gdb.texinfo (GDB/MI Output Records): Document *running.
7260
7261 2008-06-06 Tom Tromey <tromey@redhat.com>
7262
7263 * gdb.texinfo (Completion): Add field name example.
7264
7265 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7266
7267 * gdb.texinfo (GDB/MI Program Context): Added example
7268 to -exec-arguments
7269
7270 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7271
7272 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7273 annotation.
7274
7275 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7276 Nathan Sidwell <nathan@codesourcery.com>
7277 Joseph Myers <joseph@codesourcery.com>
7278
7279 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7280 and ACX_BUGURL.
7281 * configure: Regenerate.
7282 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7283 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7284 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7285 mailing-list-specific text about bug reporting unless
7286 BUGURL_DEFAULT.
7287
7288 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7289
7290 * gdb.texinfo (-target-select): Remove reference to target async.
7291 (Maintenance Commands): Document "maint set/show remote-async".
7292
7293 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7294
7295 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7296 in -target-file-get section.
7297
7298 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7299
7300 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7301 killing the inferior when it is already debugging a process.
7302
7303 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7304
7305 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7306 abbreviation for "finish".
7307
7308 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7309
7310 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7311
7312 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7313
7314 * gdbint.texinfo (Target Conditionals): Delete entry for
7315 gdbarch_dwarf_reg_to_regnum.
7316
7317 2008-05-09 Doug Evans <dje@google.com>
7318
7319 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7320
7321 2008-05-05 Doug Evans <dje@google.com>
7322
7323 * gdb.texinfo (disassemble): Document /m modifier.
7324
7325 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7326
7327 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7328 will not report the time of commands that run the target.
7329
7330 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7331
7332 * gdb.texinfo (GDB/MI Output Records): Add
7333 missing semicolon.
7334
7335 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7336
7337 * gdb.texinfo (GDB/MI Output Records):
7338 Document =thread-create and =thread-exited.
7339
7340 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7341
7342 * gdb.texinfo (GDB/MI Development and Front Ends):
7343 Remove mention of dmi-discuss.
7344
7345 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7346
7347 * observer.texi (thread_exit): New.
7348
7349 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7350
7351 * gdb.texinfo (Debugging Output): Document "set/show debug
7352 displaced".
7353 (Maintenance Commands): Document "maint set/show
7354 can-use-displaced-stepping".
7355
7356 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7357
7358 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7359 and set/show arm force-mode.
7360
7361 2008-05-02 Andreas Schwab <schwab@suse.de>
7362
7363 * gdbint.texinfo (Algorithms): Describe
7364 target_watchpoint_addr_within_range.
7365
7366 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7367
7368 * gdbint.texinfo (Stack Frames): New chapter.
7369 (Algorithms): Move Frames text to the new chapter.
7370 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7371 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7372
7373 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7374
7375 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7376 output does not necessary include any tokens.
7377
7378 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7379
7380 * gdb.texinfo (Set SH Calling convention): New @item.
7381 (Show SH Calling convention): Ditto.
7382
7383 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7384
7385 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7386
7387 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7388
7389 * gdb.texinfo (Set Breaks): Mention that multiple location
7390 breakpoints need line number info. Add index entries.
7391
7392 2008-04-19 Craig Silverstein <csilvers@google.com>
7393
7394 * gdb.texinfo (Requirements): Add an optional requirement on
7395 zlib.
7396 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7397 Compressed DWARF 2.
7398
7399 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7400
7401 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7402 sample output for 'stopped,reason="breakpoint-hit"' message.
7403 (GDB/MI Program Execution): Likewise.
7404
7405 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7406
7407 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7408 -var-set-format. Add -f option to -var-evaluate-expression.
7409
7410 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7411
7412 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7413 new node "Ambiguous Expressions". Replace references to this
7414 node by references to "Ambiguous Expressions" throughout.
7415 (Ambiguous Expressions): New node.
7416
7417 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7418
7419 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7420
7421 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7422
7423 * gdb.texinfo (Debugging Output): Document
7424 "set/show debug lin-lwp-async".
7425 (Maintenance Commands): Document "maint set/show linux-async".
7426
7427 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7428
7429 * gdb.texinfo (Expressions): Update description of malloced arrays.
7430
7431 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7432
7433 * gdb.texinfo (Thread Commands): Document
7434 -thread-info. Remove -thread-list-all-threads.
7435
7436 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7437
7438 Implement MI notification for new threads.
7439 * observer.texi (new_thread): Document.
7440
7441 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7442 Sandra Loosemore <sandra@codesourcery.com>
7443
7444 * gdb.texinfo (Library List Format): Update to mention the
7445 possibility to pass section addresses instead of segment
7446 addresses.
7447
7448 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7449
7450 * gdb.texinfo (Starting): Document "set exec-wrapper".
7451 (Server): Document gdbserver --wrapper.
7452
7453 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7454
7455 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7456 unreadable memory. Delete obsolete SPARClite reference.
7457
7458 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7459
7460 * gdb.texinfo (Starting): Mention always-running targets.
7461 (Target Commands): Add an anchor for load.
7462 (Connecting): Explain continue instead of run.
7463
7464 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7465
7466 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7467
7468 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7469
7470 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7471 breakpoint table.
7472
7473 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7474
7475 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7476 killing the inferior when it is already debugging a process.
7477
7478 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7479
7480 * gdbint.texinfo (Build Script): New section. Mention new build script
7481 gdb_buildall.sh.
7482
7483 2008-02-01 Jim Blandy <jimb@red-bean.com>
7484
7485 * gdb.texinfo (Help): Summarize 'info args' correctly.
7486
7487 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7488
7489 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7490 available in PowerPC architecture.
7491 (Embedded Processors): Change node name of PowerPC item in menu.
7492 (PowerPC): Rename to...
7493 (PowerPC Embedded): this.
7494 (Architectures): Add new PowerPC item in menu.
7495 (PowerPC): New node.
7496
7497 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7498
7499 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7500 commands.
7501
7502 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7503
7504 * gdb.texinfo (Setting Catchpoints): Mention features
7505 supported on GNU/Linux.
7506
7507 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7508
7509 * gdb.texinfo (GDB/MI File Commands): Describe new output
7510 field for MI command -file-list-exec-source-file.
7511
7512 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7513
7514 * gdb.texinfo (Using the `gdbserver' Program): Add security
7515 warning. Rearrange into subsections and subsubsections. Document
7516 --multi and --debug. Correct --with-sysroot typo. Update --attach
7517 usage. Make load reference clearer. Document monitor exit.
7518 (Remote Configuration): Document set remote exec-file, attach-packet,
7519 and run-packet.
7520 (Packets): Document vAttach and vRun.
7521
7522 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7523
7524 * gdb.texinfo (Processes): Mention process command.
7525 detach-on-follow -> detach-on-fork.
7526
7527 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7528
7529 * gdbint.texinfo (Native Conditionals): Remove
7530 SHELL_COMMAND_CONCAT and SHELL_FILE.
7531
7532 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7533
7534 * gdb.texinfo (Specify Location): Improve wording.
7535
7536 2008-01-23 Chris Demetriou <cgd@google.com>
7537
7538 * gdb.texinfo (Threads): Document new "set print thread-events"
7539 and "show print thread-events" commands.
7540
7541 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7542
7543 * gdb.texinfo (Specify Location): New section.
7544 (Delete Breaks, Edit, Set Breaks): Remove description of
7545 locations. Instead, add a reference to "Specify Location".
7546 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7547 (Symbols): Refer to "Specify Location" for the valid forms of
7548 linespecs and locations.
7549
7550 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7551
7552 * gdbint.texinfo (Target Conditionals): Replace the description of
7553 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7554
7555 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7556
7557 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7558 about &&var, which is rejected by the expression parser.
7559
7560 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7561
7562 * gdb.texinfo (Output): Update documentation on using printf with DFP
7563 types.
7564
7565 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7566
7567 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7568 subsubsection.
7569 (Decimal Floating Point format): New subsubsection.
7570
7571 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7572
7573 * gdb.texinfo (File Options): Remove mention of the attempt to
7574 open a core file with the -p option. Don't list -c as a valid
7575 option to attach to a process.
7576
7577 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7578
7579 * gdbint.texinfo (Host Conditionals): Remove mention of
7580 ALIGN_STACK_ON_ENTRY.
7581
7582 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7583
7584 * gdbint.texinfo (Start of New Year Procedure): Add item
7585 describing how to update the source and documentation copyright
7586 notices.
7587
7588 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7589
7590 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7591 watchpoint explanation into the main description of the watchpoint
7592 command; update synopses of 'watch', 'rwatch', and 'awatch'
7593 commands.
7594
7595 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7596
7597 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7598 Document 'pending-breakpoints' feature of
7599 -list-features.
7600
7601 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7602
7603 * gdb.texinfo: Add new parameter's description.
7604
7605 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7606
7607 * gdb.texinfo (Overview): Clarify run-length encoding
7608 example. Remove the restriction on "+" and "-" characters.
7609
7610 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7611
7612 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7613
7614 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7615
7616 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7617 the -f option for -break-insert, remove -r option,
7618 and clarify specification of location.
7619
7620 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7621
7622 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7623 formatting.
7624 (Remote Debugging): Add File Transfer section.
7625 (Remote Configuration): Document Host I/O packets.
7626 (GDB/MI): Add GDB/MI File Transfer Commands section.
7627 (Host I/O Packets): New section in "Remote Protocol".
7628 (Packets): Add vFile.
7629
7630 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7631
7632 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7633 breakpoints with multiple locations.
7634 (Breakpoint Menus): Improve wording.
7635 (Output): Fix last change.
7636
7637 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7638
7639 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7640
7641 2007-11-15 Doug Evans <dje@google.com>
7642
7643 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7644
7645 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7646
7647 * gdbint.texinfo (Native Conditionals): Remove
7648 mention of CLEAR_SOLIB.
7649
7650 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7651
7652 * gdb.texinfo (Print Settings): Add documentation for "set/show
7653 print frame-arguments".
7654
7655 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7656
7657 * gdb.texinfo (Output): Update printf command's description.
7658
7659 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7660
7661 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7662 powerpc soft-float".
7663
7664 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7665
7666 * gdb.texinfo (Files): Correct formatting. Mention Expat
7667 requirement.
7668 (Requirements for Building GDB): Expand the list of Expat
7669 uses.
7670 (Library List Format, Memory Map Format): Mention Expat.
7671 (Target Descriptions): Update Expat wording.
7672
7673 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7674
7675 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7676 Document that gdbarch_convert_register_p should return zero for no-op
7677 conversions.
7678
7679 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7680
7681 * gdbint.texi (Compiler Characteristics): Move documentation
7682 of set_gdbarch_sofun_address_maybe_missing back to ...
7683 (Target Conditionals): ... here to fix build break.
7684
7685 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7686
7687 * gdbint.texi (Target Conditionals): Remove documentation of
7688 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7689 (Compiler Characteristics): ... documentation of
7690 set_gdbarch_sofun_address_maybe_missing.
7691
7692 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7693
7694 * gdbint.texinfo (Target Conditionals): Use
7695 frame_unwind_register_unsigned in examples instead of
7696 frame_unwind_unsigned_register.
7697
7698 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7699
7700 * gdb.texinfo: Add TSIZE definition, removed statement about
7701 unbounded arrays being unimplemented.
7702
7703 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7704
7705 * gdb.texinfo (Predefined Target Types): Add int128
7706 and uint128.
7707 (Standard Target Features): Add PowerPC features.
7708
7709 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7710
7711 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7712
7713 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7714
7715 * gdbint.texi (Target Conditionals): Remove documentation
7716 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7717 gdbarch_extract_return_value, and gdbarch_store_return_value.
7718
7719 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7720
7721 * gdbint.texi (Target Conditionals): Remove documentation of
7722 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7723
7724 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7725
7726 * gdb.texinfo: Mention that inaccessible-by-default is on by
7727 default.
7728
7729 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7730
7731 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7732
7733 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7734
7735 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7736 multi-threaded watchpoints.
7737 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7738 checked. Describe sticky notification. Expand description
7739 of steppable and continuable watchpoints.
7740 (Watchpoints and Threads): New subsection.
7741
7742 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7743
7744 * gdb.texinfo (Setting Breakpoints): Revise
7745 documentation for pending breakpoints. Document
7746 breakpoints with multiple locations.
7747
7748 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7749
7750 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7751 Document -list-features.
7752
7753 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7754
7755 * gdb.texinfo (Output): Spell out which features of C's printf are
7756 not supported by GDB's printf.
7757 (Separate Debug Files): More accurate wording regarding build ID
7758 and a reference to the ld manual rather than the Fedora wiki.
7759
7760 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7761 Jim Blandy <jimb@codesourcery.com>
7762
7763 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7764 (Examining Memory): Update mentions of the 's' format.
7765 (Automatic Display): Likewise.
7766
7767 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7768
7769 * gdb.texinfo: Update the FSF's Back-Cover Text.
7770
7771 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7772 Eli Zaretskii <eliz@gnu.org>
7773
7774 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7775 Fixed the ``build ID'' name. New binaries build instructions for the
7776 build ID inclusion. Explain how the commands are specific to the build
7777 ID vs. debug link.
7778
7779 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7780
7781 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7782 indexing for ``build ID'' support.
7783
7784 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7785
7786 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7787 Enlisted BUILD ID to the debug file searching example.
7788 Included a BUILD ID `.note.gnu.build-id' section description.
7789 Updated/added the debug files splitting instructions for OBJCOPY.
7790
7791 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7792
7793 * gdb.texinfo (Variable Objects): Adjust docs
7794 for -var-info-expression and document
7795 -var-info-path-expression.
7796
7797 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7798
7799 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7800 (title page): Include the dedication in the printed manual, as a
7801 separate page after the copyright notice.
7802
7803 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7804 don't break a @var across a line.
7805
7806 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7807
7808 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7809 for include files.
7810
7811 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7812
7813 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7814 in annotate.texinfo.
7815 (Command History): Link to new node.
7816
7817 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7818
7819 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7820
7821 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7822
7823 * gdbint.texinfo (Target Conditionals): Fix last change.
7824
7825 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7826
7827 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7828 routines:
7829 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7830 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7831 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7832 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7833 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7834 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7835 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7836 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7837 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7838 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7839 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7840 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7841 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7842 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7843 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7844 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7845 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7846 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7847 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7848 (SOFTWARE_SINGLE_STEP_P)
7849
7850 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7851 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7852
7853 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7854 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7855 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7856 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7857 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7858 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7859 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7860 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7861 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7862 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7863
7864 (Converting an existing Target Architecture to Multi-arch): Remove
7865 section.
7866
7867 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7868 (gdbarch_addr_bits_remove): Add code example.
7869
7870 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7871
7872 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7873
7874 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7875 Add other missing entries. Adjust the table size to fit.
7876 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7877 stop reasons including the new "library" event.
7878 (General Query Packets): Adjust table widths for qSupported. Mention
7879 qXfer:libraries:read reply to qSupported and document the new packet.
7880 (Library List Format): New section.
7881
7882 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7883
7884 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7885
7886 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7887
7888 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7889
7890 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7891
7892 * gdbint.texinfo (Register and Memory Data): Break sections
7893 into nodes and add a menu.
7894
7895 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7896
7897 * gdb.texinfo (Examining Memory): Document the new behaviour.
7898
7899 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7900
7901 * gdb.texinfo (Standard Target Features): Document
7902 m68k features.
7903
7904 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7905
7906 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7907
7908 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7909
7910 * gdb.texinfo (Target Description Format): Add version attribute
7911 for <target>.
7912
7913 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7914
7915 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7916
7917 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7918
7919 * gdb.texinfo (MIPS Features): New subsection.
7920
7921 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7922 Markus Deuling <deuling@de.ibm.com>
7923
7924 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7925 and qXfer:spu:write packets and mention them under qSupported.
7926
7927 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7928 Markus Deuling <deuling@de.ibm.com>
7929
7930 * gdb.texinfo (Architectures): Add new SPU section to document
7931 Cell Broadband Engine SPU architecture specific commands.
7932
7933 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7934
7935 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7936 comments.
7937
7938 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7939
7940 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7941
7942 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7943
7944 * gdb.texinfo (Overview): Doc fix.
7945
7946 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7947
7948 * gdb.texinfo (Remote Configuration): Document "set/show
7949 remoteflow".
7950
7951 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7952
7953 * gdb.texinfo (MIPS): Remove documentation for set mips
7954 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7955 stack-arg-size.
7956
7957 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7958
7959 * all-cfg.texi (GDBTUI): New.
7960 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7961 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7962 (TUI Configuration): Edit to improve clarity and fix problems of
7963 both style and content.
7964
7965 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7966
7967 * observer.texi (GDB Observers): New observer "new_objfile".
7968
7969 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7970
7971 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7972
7973 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7974
7975 * gdb.texinfo (GDB/MI Variable Objects): Document
7976 frozen variables objects.
7977
7978 2007-04-13 Paul Brook <paul@codesourcery.com>
7979
7980 * gdb.texinfo: Document ieee_single and ieee_double target types.
7981
7982 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7983
7984 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7985 (Character Sets, Caching Data of Remote Targets): Likewise.
7986 (Targets): Delete Remote node. Move its text...
7987 (Debugging Remote Programs): ...to here. Delete description
7988 of the "remote" command.
7989 (Remote configuration): Delete description of "set remotedevice"
7990 and "show remotedevice".
7991 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7992
7993 2007-04-11 Steve Ellcey <sje@cup.hp.com>
7994
7995 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
7996
7997 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7998
7999 * gdb.texinfo (Contributors, Continuing and Stepping)
8000 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
8001 (General Query Packets, File-I/O Remote Protocol Extension)
8002 (Protocol Basics, The F Reply Packet, Write)
8003 (Protocol-specific Representation of Datatypes, Memory Transfer):
8004 Fix hyphenation, punctuation and grammar problems.
8005 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8006 'section' instead of 'subsection' in the text.
8007 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8008 (i386): Remove period from section name.
8009 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8010 (Config Names, Configure Options): Use @file{configure}.
8011
8012 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8013
8014 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8015 and tab expansion.
8016
8017 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8018
8019 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8020
8021 2007-04-02 Bob Wilson <bob.wilson@acm.org>
8022
8023 * gdb.texinfo: Consistently capitalize all significant words in
8024 node names, chapter titles, section titles, and headings. Update
8025 cross references to match.
8026 (Starting and Stopping Trace Experiment): Make node name plural.
8027 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8028
8029 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8030
8031 * gdb.texinfo (WinCE): Delete obsolete subsection.
8032
8033 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8034
8035 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8036 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8037 references.
8038
8039 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8040
8041 * gdb.texinfo (Startup): Delete references to some alternate
8042 names for .gdbinit.
8043 (Thread): Remove LynxOS reference.
8044 (Tandem ST2000): Delete target-specific documentation.
8045 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8046 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8047 and GDB_OSABI_LYNXOS.
8048
8049 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8050
8051 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8052
8053 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8054
8055 * gdbint.texinfo (Target Conditionals): Remove mention of
8056 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8057 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8058
8059 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8060
8061 * Makefile.in: Add "pdfdir" installation
8062 directory, PDFTEX macro, support for "install-pdf" target,
8063 and rules for making a pdf version of refcard.texi.
8064 * refcard.tex: Specify paper size for PDF output.
8065
8066 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8067
8068 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8069
8070 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8071
8072 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8073 (Source Path, Character Sets, Macros, Define)
8074 (GDB/MI Result Records, GDB/MI Simple Examples)
8075 (GDB/MI Program Execution, GDB/MI File Commands)
8076 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8077 (Bug Reporting): Use @value{GCC}.
8078
8079 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8080
8081 * gdb.texinfo (Help): Fix formatting of examples.
8082 (Variables): Use @ifnotinfo instead of @iftex.
8083 (Non-debug DLL symbols): Use @ref instead of @pxref.
8084 (Sparclet File): Use @samp instead of quotes.
8085
8086 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8087
8088 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8089
8090 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8091
8092 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8093 the order of the nodes.
8094 (C Operators, C Constants, Debugging C): Remove extra menus.
8095 (Method Names in Commands): Do not specify next/prev/up nodes.
8096
8097 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8098
8099 * gdb.texinfo (File Options): Add missing parenthesis.
8100 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8101
8102 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8103
8104 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8105
8106 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8107
8108 * gdb.texinfo (Standard Target Features): Mention
8109 case insensitivity.
8110 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8111
8112 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8113
8114 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8115 (Files): Add section name to argument list for pxref.
8116 (Non-debug DLL symbols): Don't use `see' for pxref.
8117 (Embedded Processors): Fix typo.
8118 (GDB/MI Breakpoint Commands): Execution commands generate
8119 *stopped not ^done.
8120
8121 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8122
8123 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8124 values for in_scope. Mention that only root variables can be
8125 updated.
8126 (GDB/MI Development and Front Ends): Explain new values may be
8127 added to existing fields.
8128
8129 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8130
8131 * gdb.texinfo (-target-disconnect): Use @smallexample.
8132 (Requirements): Add anchor for Expat. Update description.
8133 (Target Descriptions): Mention Expat.
8134 (Target Description Format): Document new elements. Use
8135 @smallexample.
8136 (Predefined Target Types, Standard Target Features): New sections.
8137 * gdbint.texinfo (Target Descriptions): New section.
8138
8139 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8140
8141 * gdb.texinfo (Target Description Format): Add section on XInclude.
8142
8143 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8144
8145 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8146 command -enable-timings.
8147
8148 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8149
8150 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8151 descriptions for new/deleted elements in gdb_osabi. Add missing
8152 description for function generic_elf_osabi_sniff_abi_tag_sections.
8153
8154 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8155
8156 * gdb.texinfo (Maintenance Commands): Add documentation for
8157 the new "maint print target-stack" command.
8158
8159 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8160 Eli Zaretskii <eliz@gnu.org>
8161
8162 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8163
8164 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8165
8166 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8167 Use @value{NGCC} instead of @value{GCC}.
8168
8169 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8170
8171 * agentexpr.texi: Fix typos.
8172 * annotate.texinfo: Likewise.
8173 * gdb.texinfo: Likewise.
8174 * gdbint.texinfo: Likewise.
8175 * observer.texi: Likewise.
8176 * stabs.texinfo: Likewise.
8177
8178 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8179
8180 * gdbint.texinfo (Support Libraries): Remove mmalloc
8181 entry. Describe readline library.
8182
8183 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8184
8185 * gdb.texinfo (Target Descriptions): New section.
8186 (General Query Packets): Add QPassSignals anchor. Mention
8187 qXfer:features:read under qSupported. Expand mentions of
8188 qXfer:memory-map:read and QPassSignals. Document
8189 qXfer:features:read.
8190
8191 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8192
8193 * gdb.texinfo (Commands to specify files): Describe
8194 "set sysroot" and "show sysroot".
8195 (Using the `gdbserver' program): Lowercase argument
8196 to @var. Expand description of setting up GDB on the
8197 host.
8198
8199 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8200
8201 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8202 catch exception, catch exception unhandled, and catch assert
8203 commands.
8204
8205 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8206
8207 * gdb.texinfo (Debugging Output): Document "set debug xml"
8208 and "show debug xml".
8209
8210 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8211
8212 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8213
8214 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8215
8216 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8217
8218 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8219
8220 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8221 note in @ignore, to be removed later if nobody complains.
8222
8223 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8224
8225 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8226 of -var-delete.
8227
8228 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8229
8230 * gdb.texinfo (Setting breakpoints): Document
8231 automatic software/hardware breakpoint usage and
8232 the "set breakpoint auto-hw" command.
8233
8234 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8235
8236 * gdb.texinfo (Memory Access Checking): New.
8237
8238 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8239
8240 * gdb.texinfo (Remote configuration): Mention
8241 "pass-signals-packet".
8242 (General Query Packets): Document QPassSignals. Fix
8243 a typo.
8244
8245 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8246
8247 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8248
8249 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8250
8251 * gdb.texinfo (Remote configuration): Rewrite documentation for
8252 packet configuration commands.
8253 (OS Information): Adjust reference to qXfer:auxv:read.
8254 (General Query Packets): Remove references to read-aux-vector-packet
8255 and set remote get-thread-local-storage-address.
8256
8257 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8258
8259 * gdbint.texinfo (Target Architecture Definition): Add new
8260 Initializing a New Architecture section.
8261
8262 2006-10-31 David Taylor <dtaylor@emc.com>
8263
8264 * stabs.texinfo (Macro define and undefine): New node describing
8265 stabs for #define and #undef.
8266
8267 2006-10-27 Andreas Schwab <schwab@suse.de>
8268
8269 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8270
8271 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8272
8273 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8274 clarify on the possible meanings of ``expression'' watched by
8275 watchpoints. Add indexing.
8276 (Prompting, Errors, Invalidation, Annotations for Running)
8277 (Source Annotations): Fix index entries by adding "annotation" to
8278 them, to discriminate from index entries that point to the more
8279 general topic descriptions.
8280
8281 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8282
8283 * gdbint.texinfo (Target Vector Definition): Move most
8284 content into Existing Targets. Add a menu.
8285 (Existing Targets): New section, moved from Target Vector
8286 Definition. Use @subsection.
8287 (Managing Execution State): New section.
8288
8289 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8290
8291 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8292
8293 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8294
8295 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8296 (Command Syntax, Signals, Backtrace, Connecting)
8297 (Remote configuration, Renesas Boards, Console I/O): Fix last
8298 change: use Ctrl- instead of C-, except wrt Emacs.
8299 (File-I/O Examples): Put Ctrl-c in @kbd.
8300 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8301 (Console I/O): Use @samp with Ctrl-.
8302 (Signals, Set Breaks, Set Watchpoints): Document optional
8303 arguments to `info signals' `handle', `info breakpoints', and
8304 `info watchpoints'.
8305
8306 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8307
8308 * gdb.texinfo (Backtrace): Fix last change.
8309
8310 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8311
8312 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8313
8314 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8315
8316 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8317 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8318 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8319
8320 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8321 Daniel Jacobowitz <dan@codesourcery.com>
8322
8323 * gdb.texinfo (Packets): Document vFlashErase,
8324 vFlashWrite and vFlashDone packets.
8325 (General Query Packets): Document qXfer:memory-map:read.
8326 Add a new feature for qXfer:memory-map:read.
8327 (Memory map format): New section.
8328 (Target Commands): Mention that gdb can write flash.
8329
8330 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8331 Daniel Jacobowitz <dan@codesourcery.com>
8332
8333 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8334 memory regions and "mem auto".
8335
8336 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8337
8338 * gdbint.texinfo (Array Containers): New section.
8339
8340 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8341
8342 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8343 -stack-list-arguments HIGH_FRAME argument can be larger then the
8344 actual number of frames.
8345
8346 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8347
8348 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8349 -stack-list-locals HIGH_FRAME argument can be larger then the
8350 actual number of frames.
8351
8352 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8353
8354 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8355 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8356
8357 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8358
8359 * gdbint.texinfo (Overall Structure): New section "Source Tree
8360 Structure".
8361
8362 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8363
8364 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8365 responses.
8366
8367 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8368
8369 * gdb.texinfo (Source Path): Add documentation for new
8370 substitute-path commands.
8371
8372 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8373
8374 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8375 (Running Configure): ...here.
8376 (Requirements): New node. Mention expat.
8377
8378 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8379
8380 * gdb.texinfo (Target Commands): Remove
8381 'set download-write-size' and 'show download-write-size'.
8382
8383 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8384
8385 * stabs.texinfo (Member Type Descriptor): Correct example for
8386 pointer to member types.
8387
8388 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8389
8390 * gdb.texinfo (Optional warnings and messages): Add
8391 'set/show trace-commands'.
8392 (Command files): Add '-v' to source command.
8393
8394 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8395
8396 * gdb.texinfo (OS Information): Update qPart reference to
8397 qXfer.
8398 (Remote configuration): Likewise.
8399 (Overview): Move @cindex to the start of a paragraph. Talk
8400 about binary data encoding.
8401 (Packets): Refer to the overview for the details of the X
8402 packet encoding.
8403 (General Query Packets): Remove qPart description. Add qXfer
8404 description. Add an anchor to qSupported. Correct feature
8405 table title. Add a new feature for qXfer:auxv:read.
8406 (Interrupts): Add a missing parenthesis.
8407
8408 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8409
8410 * gdb.texinfo (KOD): Remove node.
8411 (GDB/MI Kod Commands): Remove commented out node.
8412
8413 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8414
8415 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8416 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8417 (GDB/MI Thread Commands, GDB/MI Program Execution)
8418 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8419 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8420 (GDB/MI File Commands, GDB/MI Target Manipulation)
8421 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8422 since the MI prompt is hard-wired into the code.
8423
8424 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8425
8426 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8427 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8428 (GDB/MI Data Manipulation): Remove description of unimplemented
8429 display related commands as variable objects perform this function
8430 and are superior: -display-delete, -display-disable,
8431 -display-enable, -display-insert and -display-list. Move
8432 -environment-cd, -environment-directory, -environment-path
8433 and -environment-pwd to "Program Context".
8434 (GDB/MI Program Control): Rename to "Program Execution". Move
8435 -exec-arguments -exec-abort to...
8436 (GDB/MI Program Context): ...here. New node split from "Data
8437 Manipulation".
8438
8439 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8440
8441 * gdb.texinfo (Remote configuration): Document set / show
8442 remote supported-packets.
8443 (General Query Packets): Document qSupported packet.
8444
8445 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8446
8447 * gdb.texinfo (system): Document behaviour with zero length
8448 string.
8449
8450 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8451
8452 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8453 and font markup.
8454 (Protocol basics): Likewise.
8455 (The F request packet): Likewise.
8456 (The F reply packet): Likewise.
8457 (Memory transfer): Move this node to be a subsubsection of
8458 "Protocol specific representation of datatypes".
8459 (The Ctrl-C message): More copy editing.
8460 (Console I/O): Likewise.
8461 (The isatty call): Delete this node, and merge its content into
8462 the "isatty" node. Fixed references elsewhere.
8463 (The system call): Delete this node, and merge its content into
8464 the "system" node. Fixed references elsewhere.
8465 (open): Reformat to use @table, and add appropriate font markup.
8466 (close): Likewise.
8467 (read): Likewise.
8468 (write): Likewise.
8469 (lseek): Likewise.
8470 (rename): Likewise.
8471 (unlink): Likewise.
8472 (stat/fstat): Likewise.
8473 (gettimeofday): Likewise.
8474 (isatty): Likewise.
8475 (system): Likewise, plus minor changes to fix confusing wording.
8476 (Integral datatypes): Fix font markup.
8477 (Pointer values): Likewise.
8478 (struct stat): Fix markup to use @table, plus minor copy editing.
8479 (struct timeval): Fix font markup, plus minor copy editing.
8480 (Constants): Minor copy editing.
8481 (Errno values): Add font markup.
8482 (File-I/O Examples): Likewise.
8483
8484 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8485
8486 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8487 (GDB/MI Simple Examples): Move node up one level. Use real
8488 examples.
8489 (GDB/MI Compatibility with CLI): Update.
8490 (GDB/MI Result Records): Add "connected" and "exit" result
8491 classes.
8492 (GDB/MI Stream Records): Clarify target output.
8493 (GDB/MI Command Description Format): Modify example description.
8494 (GDB/MI Breakpoint Table Commands): Rename to...
8495 (GDB/MI Breakpoint Commands): ...this
8496 (GDB/MI Breakpoint Commands): Add optional thread field.
8497 (GDB/MI Program Control): Add an introduction. Move "Program
8498 termination" examples into exec-run description.
8499 (GDB/MI File Commands): Mention similar CLI commands.
8500 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8501 is similar to "-gdb-version".
8502
8503 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8504
8505 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8506
8507 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8508
8509 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8510 sourceware.org for mailing lists.
8511 (GDB/MI File Commands): New node split from Program Control.
8512
8513 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8514
8515 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8516
8517 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8518
8519 * gdb.texinfo (Cygwin Native): Fix last change.
8520
8521 2006-05-22 Christopher Faylor <cgf@timesys.com>
8522
8523 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8524
8525 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8526
8527 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8528 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8529
8530 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8531
8532 * gdb.texinfo (General Query Packets): Recommend not starting
8533 new packets with qC and clarify.
8534
8535 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8536
8537 * gdb.texinfo (M2 Types): New section.
8538
8539 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8540
8541 * agentexpr.texi: Add a copyright and license notice.
8542 * observer.texi: Likewise, with GPL clause for function prototypes.
8543 Remove trailing whitespace.
8544
8545 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8546
8547 * gdb.texinfo (General Query Packets): Document conventions for
8548 terminating packet names, and their violations.
8549
8550 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8551
8552 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8553 * gdb.texinfo: Likewise.
8554
8555 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8556
8557 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8558 and "show remotedebug".
8559 (Debugging Output): Add additional index entries.
8560
8561 2006-04-27 Michael Snyder <msnyder@redhat.com>
8562
8563 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8564
8565 2006-04-22 Andrew Cagney <cagney@redhat.com>
8566
8567 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8568 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8569
8570 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8571
8572 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8573 and remove breakpoint prototypes.
8574 (Watchpoints): Move description of target_insert_hw_breakpoint and
8575 target_remove_hw_breakpoint ...
8576 (Breakpoints): ... to here. Document target_insert_breakpoint and
8577 target_remove_breakpoint.
8578
8579 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8580
8581 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8582 and C packets are optional.
8583
8584 2006-04-14 Frederic Riss <frederic.riss@st.com>
8585
8586 * gdb.texinfo (Specifying source directories): Update the description
8587 of the source file search to reflect the fact that the source path
8588 always contains at least $cdir and $cwd.
8589
8590 2006-03-31 Michael Snyder <msnyder@redhat.com>
8591
8592 * gdb.texinfo: Update copyright dates.
8593
8594 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8595
8596 * gdb.texinfo (Overview): Add an index entry to "empty response".
8597
8598 2006-03-29 Steve Ellcey <sje@cup.hp.com>
8599
8600 * gdb.texinfo: Remove gdbserve.nlm documentation.
8601
8602 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8603
8604 * gdbint.texinfo (Prologue Analysis): New section.
8605
8606 2006-03-07 Jim Blandy <jimb@red-bean.com>
8607
8608 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8609
8610 * gdb.texinfo (Target Commands): Update text describing how to
8611 specify a target. Refer to the detailed section on remote
8612 debugging, not the brief mention.
8613
8614 * gdb.texinfo (Connecting): Organize the different 'target remote'
8615 connection methods into a table. Add a 'target remote' index
8616 entry. (!!!)
8617
8618 2006-02-17 Fred Fish <fnf@specifix.com>
8619
8620 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8621 'ptype' commands to reflect the fact that the only significant
8622 difference between them is that ptype prints the complete type
8623 description instead of just the name.
8624
8625 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8626
8627 * gdbint.texinfo (Watchpoints): Delete
8628 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8629
8630 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8631
8632 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8633 times fields where needed. Fix typos. Update general form given
8634 for output of -break-insert.
8635 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8636
8637 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8638
8639 * gdbint.texinfo (Symbol Handling): Add a section
8640 on memory management.
8641
8642 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8643
8644 * gdb.texinfo (Breakpoint table commands): Document the fullname
8645 field in -break-list output.
8646
8647 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8648
8649 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8650 debugging information produced by the various "set debug..."
8651 options.
8652
8653 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8654
8655 * gdb.texinfo (Files): Remove obsolete bits from the description
8656 of "symbol-file".
8657
8658 2006-01-25 Jim Blandy <jimb@redhat.com>
8659
8660 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8661
8662 2006-01-24 Jim Blandy <jimb@redhat.com>
8663
8664 * gdbint.texinfo (Frames): Document the basics of GDB's register
8665 unwinding model, and explain the existence of the "sentinel" frame.
8666
8667 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8668
8669 * gdb.texinfo (Choosing files): Mention that -directory is used
8670 for script files.
8671 (Specifying source directories): Likewise.
8672 (Command files): Explain how script files are found.
8673
8674 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8675
8676 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8677 the threads in a multi-threaded program.
8678 (Threads): The threadno argument of "thread apply" can be a range
8679 of numbers.
8680
8681 2006-01-18 Jim Blandy <jimb@redhat.com>
8682
8683 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8684 of warning flags.
8685
8686 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8687
8688 * gdb.texinfo (Sequences): Improve menu annotations.
8689 (Define): Add index entries for arguments of user-defined
8690 commands. Move the description of flow-control commands...
8691 (Command Files): ...to here. Document loop_break and
8692 loop_continue.
8693 (Define, Command Files): Document `end' and add index entries for
8694 it.
8695
8696 2006-01-04 Michael Snyder <msnyder@redhat.com>
8697
8698 * gdb.texinfo: Add documentation for linux-fork.
8699 * gdbint.texinfo: Add internal documentation for checkpoints.
8700
8701 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8702
8703 * gdb.texinfo (Omissions from Ada): Document that there is now
8704 limited aggregate support.
8705
8706 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8707
8708 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8709 registers and the likes.
8710
8711 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8712
8713 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8714 (Symbols): Fix usage of "e.g.".
8715 (Memory Region Attributes): Fix usage of "etc."
8716
8717 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8718 (Coding): Fix usage of "e.g.".
8719
8720 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8721
8722 * stabs.texinfo:
8723 * refcard.tex:
8724 * gpl.texi:
8725 * gdbint.texinfo:
8726 * gdb.texinfo:
8727 * gdb-cfg.texi:
8728 * fdl.texi:
8729 * annotate.texinfo:
8730 * all-cfg.texi:
8731 * Makefile.in: Add (C) after Copyright. Update the FSF
8732 address.
8733
8734 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8735
8736 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8737 extend GDB with commands for external monitor.
8738
8739 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8740
8741 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8742
8743 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8744
8745 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8746
8747 2005-11-21 Jim Blandy <jimb@redhat.com>
8748
8749 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8750 placement of 'R' actions in tracepoint action packets; document
8751 dependence of 'X' and 'M' actions on a preceding 'R' action for
8752 their registers.
8753
8754 2005-11-19 Jim Blandy <jimb@redhat.com>
8755
8756 * gdb.texinfo (Tracepoint Packets): New node.
8757 (General Query Packets): Add entries for the tracepoint packets,
8758 referring to the "Tracepoint Packets" node.
8759 (Tracepoints): Add reference to "Tracepoint Packets".
8760
8761 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8762
8763 * gdb.texinfo (set remotebreak): Add anchor.
8764 (X packet): Likewise.
8765 (Remote Protocol): Add new section `Interrupts' and new index
8766 entry `interrupts (remote protocol)'.
8767
8768 2005-11-18 Jim Blandy <jimb@redhat.com>
8769
8770 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8771 entries into the General Query Packets section. Add a
8772 cross-reference to that section. Drop description of replies, as
8773 these are covered in the descriptions of each packet.
8774 (General Query Packets): Add introductory text. Explain naming
8775 conventions, and how the end of a name is recognized.
8776
8777 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8778
8779 * gdb.texinfo (Remote configuration): Fix typo in description of
8780 "set remotebreak" command.
8781
8782 2005-11-16 Jim Blandy <jimb@redhat.com>
8783
8784 * gdb.texinfo (Packets, Stop Reply Packets)
8785 (General Query Packets): Various formatting cleanups.
8786 - Use @samp for packet contents.
8787 - Drop summaries from packet @item lines; the same information appears
8788 immediately below in the description.
8789 - Delete paragraph breaks after packet @item commands, so that the
8790 description appears directly to the right of the packet prototype
8791 in the printed manual, if it fits.
8792 - Place spaces in packet prototypes between @vars and non-@var
8793 letters, and explain that they're just for formatting.
8794 - Use @dots{} instead of '...'.
8795 - Fix uses of @code where @var was needed.
8796 - Replace "deprecated" markers with English text spelling out the
8797 packet's status and the preferred alternatives.
8798 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8799 what this ever meant.
8800 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8801 this for a long time.
8802 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8803 implemented several times, and have been in use for years.
8804
8805 2005-11-15 Jim Blandy <jimb@redhat.com>
8806
8807 * gdb.texinfo (Packets): Add index entries for 'm' packet
8808 disclaimers.
8809
8810 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8811 of stub when processing an 'm' packet.
8812
8813 * gdb.texinfo (Packets): Mention that packets beginning with
8814 letters are reserved once, at the top, instead of actually listing
8815 them all and saying "reserved".
8816
8817 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8818
8819 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8820 Change @var{$arg0 to @code{$arg0.
8821
8822 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8823
8824 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8825
8826 2005-11-12 Jim Blandy <jimb@redhat.com>
8827
8828 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8829 order. Remove extraneous 'z'.
8830
8831 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8832
8833 * gdb.texinfo (Choosing files): Add --eval-command.
8834
8835 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8836
8837 * gdb.texinfo (Choosing modes): Add --return-child-result.
8838
8839
8840 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8841
8842 * gdb.texinfo (Choosing modes): Add --batch-silent.
8843
8844 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8845
8846 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8847 "The -var-update Command".
8848
8849 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8850
8851 * gdb.texinfo (Print Settings): Add documentation for set/show
8852 print array-indexes.
8853
8854 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8855
8856 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8857 6.2 and 6.3.
8858
8859 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8860
8861 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8862 since 19-Jan-2004.
8863 (Files): Likewise.
8864 (Variables, Symbols): Document the "<incomplete type>" message and
8865 its reasons.
8866
8867 2005-08-01 Fred Fish <fnf@specifix.com>
8868
8869 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8870
8871 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8872
8873 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8874 option for -var-list-children and -var-update.
8875 (GDB/MI Stack Manipulation): Simplify description of
8876 print-values option for -stack-list-locals.
8877 (GDB/MI Command Description Format): Clarify.
8878 (Mode Options): Spelling of superseded.
8879
8880 2005-07-12 Bob Rossi <bob@brasko.net>
8881
8882 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8883 corresponding GDB command comment.
8884
8885 2005-07-06 Bob Rossi <bob@brasko.net>
8886
8887 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8888 and -inferior-tty-show.
8889 (Input/Output): Document "set/show inferior-tty" and tty alias.
8890
8891 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8892
8893 * gdb.texinfo (Packets): Change description of 'D' packet to note
8894 that GDB does wait for a response.
8895
8896 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8897
8898 * gdb.texinfo (History) Rename "Command History".
8899 (Command History): Move node "Server Prefix" from section on
8900 Annotations here.
8901
8902 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8903
8904 * gdb.texinfo (GDB/MI Stack Manipulation):
8905 Re-instate -stack-info-frame with example. Say that it gets
8906 info on selected frame, not current frame.
8907
8908 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8909
8910 * gdb.texinfo (Server): Clarify that `file' should be used before
8911 connecting to the server.
8912 (Files): Add an xref to the above description.
8913 (Output Formats): More detailed description of the `c' format.
8914 (Memory): List explicitly all the formats supported by `x'.
8915 (Threads): Add an @cindex entry for "thread apply".
8916 (Files): Document the possibility of loading unlinked object
8917 files. Add more indexing for solib-absolute-prefix and
8918 --with-sysroot.
8919 (Machine Code): Document possible problems with locations in
8920 shared libraries.
8921 (Backtrace): Document that free-standing environments do not need
8922 to have a `main' function.
8923
8924 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8925
8926 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8927 -stack-info-frame.
8928
8929 2005-06-07 Andrew Cagney <cagney@gnu.org>
8930
8931 * gdb.texinfo (Contributors): Note the original multi-arch
8932 contributors.
8933
8934 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8935
8936 * gdb.texinfo (Registers): Add index entries for the standard
8937 registers.
8938 (Frames): Add cross-reference from frame pointer description to
8939 the Registers node.
8940 (Annotations Overview): Fix the reference to GDB name.
8941
8942 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8943
8944 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8945 can-use-hw-watchpoints.
8946
8947 2005-05-28 Bob Rossi <bob@brasko.net>
8948
8949 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8950 the possible reasons why an exec async record would be returned to FE.
8951
8952 2005-05-26 Andrew Cagney <cagney@gnu.org>
8953
8954 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8955 Andrew Cagney implemented the original GDB/MI.
8956
8957 2005-05-23 Orjan Friberg <orjanf@axis.com>
8958
8959 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8960 documentation. Add documentation for cris-mode.
8961
8962 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8963
8964 * gdb.texinfo (Numbers): Explain the example and make the wording
8965 more acurate.
8966
8967 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8968 Dennis Brueni <dennis@slickedit.com>
8969
8970 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8971 (GDB/MI Data Manipulation, GDB/MI Program Control)
8972 (GDB/MI Stack Manipulation): Update examples to include the fullname
8973 attribute in stack frames.
8974
8975 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8976
8977 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8978 do with other non-standard names of init files.
8979
8980 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8981
8982 * gdb.texinfo (Command Files): Move the description of the startup
8983 from here...
8984 (Startup): ...to this new subsection of the Invocation chapter.
8985 Rearrange the description of init files more logically and add a
8986 cross-reference to "Command Files". Document the special gdbinit
8987 name for CISCO 68k. Expand the description of what GDB does
8988 during startup.
8989 (History): Add index entry for HISTSIZE.
8990
8991 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8992
8993 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8994
8995 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8996
8997 * gdb.texinfo (SVR4 Process Information, The isatty call)
8998 (The system call): Don't use foo(N) notation for man pages and
8999 functions.
9000 (Compilation, DJGPP Native): Improve wording.
9001
9002 2005-04-27 Eli Zaretskii <eliz@gnu.org>
9003
9004 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9005 were optimized away.
9006
9007 2005-04-22 Eli Zaretskii <eliz@gnu.org>
9008
9009 * gdb.texinfo (Remote configuration): Document "set/show
9010 get-thread-local-storage-address". Add cross-reference to the
9011 description of the qGetTLSAddr packet.
9012 (General Query Packets): Mention "set remote
9013 get-thread-local-storage-address" and add a reference to its
9014 description.
9015
9016 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
9017
9018 * gdb.texinfo (Backtrace): Describe 'bt full'.
9019
9020 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
9021
9022 * gdb.texinfo (Mode Options): Fix typo.
9023 (GDB/MI): Describe how to invoke GDB/MI.
9024
9025 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9026
9027 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9028 references changed. Add description of "info udot".
9029 (Files): Document "set/show stop-on-solib-events".
9030 (M32R/D): Document "set/show download-path", "set/show
9031 board-address", "set/show server-address", "upload", "tload".
9032 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9033 "use_mon_code", "use_ib_break", "use_dbt_break".
9034 (Maintenance Commands): Improve indexing.
9035 (Target Commands): Document "set/show hash", "set/show debug
9036 monitor".
9037 (SVR4 Process Information): Document "info pidlist" and "info
9038 meminfo". Document "set/show procfs-tarce" and "set/show
9039 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9040 (Symbols, The Print Command with Objective-C): Improve indexing.
9041 (Objective-C): Add references to "info classes" and "info
9042 selectors".
9043 (Debugging Output): Improve wording. Document "set/show debug
9044 solib-frv". Fix "set/show debugvarobj".
9045 (Set Breaks): Add index entry for "hardware breakpoints".
9046 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9047 and "set/show usehardbreakpoints".
9048 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9049 monitor-prompt", "set/show monitor-warnings", "pmon".
9050 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9051 rdiromatzero", "set/show rdiheartbeat".
9052 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9053 "sds".
9054 (Embedded Processors): Document the "sim" command.
9055 (Remote): Document the "remote" command.
9056 (DJGPP Native): Document the "info serial" command.
9057 (Threads): Document "maint info sol-threads".
9058 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9059 (Set Breaks): Improve indexing.
9060 (Command Syntax): Add a reference to dont-repeat.
9061 (Define): Document "dont-repeat".
9062 (TUI Commands): Document "tabset".
9063 (WinCE): New subsection. Document "set/show remotedirectory",
9064 "set/show remoteupload", "set/show remoteaddhost".
9065
9066 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9067
9068 * gdb.texinfo (Hurd Native): New subsection, documents
9069 Hurd-specific commands.
9070 (Maintenance Commands): Add cross-reference to "Debugging Output".
9071 (Debugging Output): Document "set/show debug lin-lwp".
9072 (MIPS): Improve documentation of heuristic-fence-post. Document
9073 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9074 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9075 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9076 (ARM): Document ARM-specific commands.
9077 (AVR): New section. Document "info io_registers".
9078 (CRIS): New section. Document "set/show cris-version" and
9079 "set/show cris-dwarf2-cfi".
9080 (HPPA): New section. Document "set/show debug hppa" and "maint
9081 print unwind".
9082 (Neutrino): New subsection. Document "set/show debug nto-debug".
9083 (Super-H): New section. Document the "regs" command.
9084 (Debugging Output): Document "set/show debug aix-thread".
9085
9086 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9087
9088 * gdb.texinfo (Print Settings): Document "set/show print
9089 pascal_static-members", "set print repeats", "show print
9090 null-stop". Improve indexing. Fix documentation of "set print
9091 union".
9092 (Pascal): New section.
9093 (Supported languages): Rename from "Support"; all references
9094 updated. Add a menu item for Pascal.
9095 (Numbers): Document "set radix.
9096 (Screen Size): Document "set/show pagination".
9097 (MIPS Embedded): Remove "set processor" documentation.
9098 (Remote configuration): Document "set/show X/P/Z-packet",
9099 "set/show read-aux-vector-packet", "set/show remote
9100 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9101 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9102 remotedebug", "set/show remotebreak", "set/show remotedevice",
9103 "set/show remotelogfile".
9104 (Auxiliary Vector): Add reference to the description of the
9105 read-aux-vector-packet setting.
9106 (Set Watchpoints): Add a cross-reference to "set remote
9107 hardware-breakpoint-limit".
9108 (General Query Packets): Add indexing of requests and
9109 cross-references to related commands in "Remote configuration".
9110 (File-I/O Overview, The system call): Fix wording and typos.
9111 (Thread Stops): Add index entries.
9112 (Continuing and Stepping): Document "show step-mode".
9113 (i386): New node. Document "set/show struct-convention".
9114 (Files): Document "show trust-readonly-sections".
9115 (Calling): Document "set/show unwindonsignal".
9116 (Messages/Warnings): Add index entries.
9117 (Maintenance Commands): Document "set/show watchdog".
9118 (Annotations Overview): Document "show annotate".
9119 (Set Watchpoints): Add index entries.
9120 (Symbols): Fix doc of case-sensitive.
9121 (ABI): Document "show coerce-float-to-double".
9122 (Convenience Vars, Help): Improve indexing.
9123 (Machine Code): Document "show disassembly-flavor".
9124 (Debugging C plus plus): Document "show overload-resolution".
9125 (Value History, Signaling): Add index entries.
9126
9127 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9128
9129 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9130 (Processes): Fix wording.
9131 (History, List, Logging output, Define, Symbols, Print Settings):
9132 Improve indexing.
9133
9134 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9135
9136 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9137 redundant index entry for "target" command.
9138 (Backtrace): Add index entries.
9139 (Symbols, Fortran): Document the "set case-sensitive" command.
9140 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9141 (Print Settings): Add index entry for "set demangle-style".
9142 (Target Commands): Document "set download-write-size".
9143 (Debugging Output): Document "set exec-done-display".
9144
9145 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9146
9147 * gdb.texinfo (Files): Fix the name and documentation of
9148 add-shared-symbol-files. Document its alias assf. Update the
9149 list of OSs where GDB supports shared libraries. Fix markup.
9150 (Continuing and Stepping): Add reference to @var{location} in the
9151 text.
9152 (Dump/Restore Files): Fix reference to @{filename}.
9153 (Help): Fix wording.
9154 (Attach): Ditto.
9155 (Set Watchpoints): Ditto.
9156 (Backtrace): Remove redundant index entries. Improve index
9157 entries.
9158 (Delete Breaks): Fix wording.
9159 (Memory): Document the compare-sections command.
9160 (Memory Region Attributes): Improve wording.
9161 (Disabling): Improve wording.
9162 (Fortran): New subsection. Document the "info common" command.
9163 (Help): Document aliases "info copying" and "info warranty".
9164 (Caching Remote Data): New section. Document the "set/show
9165 remotecache" and "info dcache" commands.
9166 (Show): Fix wording of the documentation of the "set
9167 extension-language" command.
9168 (Signals): Add index entry for "info handle".
9169 (Memory Region Attributes): Fix punctuation.
9170 (Symbols): Change the arg name to "location" and refer to it in
9171 the text. Fix wording of "info types" doc.
9172 (Threads): Fix usage of @enumerate @item's.
9173 (Listing Tracepoints): Add index entry for "info tp".
9174 (Set Watchpoints): Add xref to "info break" description.
9175 (Macros): Add an index entry for "macro exp1". Document the
9176 "macro list" command.
9177 (Maintenance Commands): Document "flushregs", "maint agent",
9178 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9179 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9180 "maint print architecture", "maint print objfiles", "maint print
9181 statistics", "maint print type", "maint show-debug-regs", "maint
9182 space", "maint time", and "maint translate-address".
9183 (Connecting): Document the "monitor" command.
9184 (Annotations Overview): Describe the "set annotate" command.
9185
9186 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9187
9188 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9189 Rearrange index entries and improve wording about support for
9190 hardware watchpoints.
9191
9192 2005-03-10 Bob Rossi <bob@brasko.net>
9193
9194 * gdb.texinfo: Update copyright
9195
9196 2005-02-09 Theodore A. Roth <troth@openavr.org>
9197
9198 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9199 error.
9200
9201 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9202
9203 * observer.texi (executable_changed): New observer.
9204
9205 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9206
9207 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9208
9209 2005-01-17 Michael Snyder <msnyder@redhat.com>
9210
9211 * gdb.texinfo: Fix spelling, infinte -> infinite.
9212
9213 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9214
9215 * observer.texi (GDB Observers): Document "solib_loaded".
9216
9217 2005-01-07 Andrew Cagney <cagney@gnu.org>
9218
9219 * configure.ac: Rename configure.in, require autoconf 2.59.
9220 * configure: Re-generate.
9221
9222 * configure.in: Replace configdirs with multiple references to
9223 AC_CONFIG_SUBDIRS.
9224 * configure: Re-generate.
9225
9226 2005-01-04 Andrew Cagney <cagney@gnu.org>
9227
9228 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9229 part of the version number.
9230
9231 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9232
9233 * gdbint.texinfo (Algorithms): Remove description of
9234 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9235
9236 2004-12-07 Jim Blandy <jimb@redhat.com>
9237
9238 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9239 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9240 numbers.
9241
9242 2004-12-07 Andreas Schwab <schwab@suse.de>
9243
9244 * gdb.texinfo (Mode Options): Document -l option.
9245
9246 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9247
9248 * gdbint.texinfo (Algorithms): More accurate description of
9249 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9250 is not needed unless data-read and data-access watchpoints are
9251 supported. Add a description of how GDB checks whether the
9252 inferior stopped because a watchpoint was hit.
9253
9254 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9255
9256 * gdb.texinfo (Files): Add cross-reference to description of
9257 -readnow command-line switch.
9258
9259 2004-11-10 Randolph Chung <tausq@debian.org>
9260
9261 * gdb.texinfo: Document set/show backtrace past-entry commands.
9262 Rearrange index entries for set/show backtrace past-main.
9263
9264 2004-11-10 Jon Beniston <jon@beniston.com>
9265
9266 Committed by Andrew Cagney <cagney@gnu.org>.
9267 * gdb.texinfo (Remote Serial Protocol): Further describe
9268 binary transfer escaping mechanism .
9269
9270 2004-11-08 Randolph Chung <tausq@debian.org>
9271
9272 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9273 and "show debug infrun". Add index entries.
9274
9275 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9276
9277 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9278 "info proc" that are already implemented. Add index entries.
9279 (Working Directory): Add a cross-reference to "info proc" command.
9280 (Files): Add a tip for decreasing memory used for symtabs from
9281 shared libraries.
9282 (Starting): Fix whitespace; make "elaboration" stand out where it
9283 is first used, and add an index entry for the term.
9284 (Calling): Expand and elaborate text. Add "print". Add the
9285 description of problems with weak aliases.
9286 (Core File Generation): New section.
9287
9288 2004-10-12 Andrew Cagney <cagney@gnu.org>
9289
9290 * gdbint.texinfo (Versions and Branches): New chapter.
9291 (Releasing GDB): Delete "Versions and Branches" section.
9292 (Top): Add "Versions and Branches".
9293
9294 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9295
9296 * gdb.texinfo (Editing, History): Add cross-references to the
9297 included Readline and History user documentation. Remove
9298 references to the symbol have-readline-appendices which is unused
9299 and undefined.
9300 (History): Fix indexing.
9301
9302 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9303
9304 * gdbint.texinfo (target_stopped_data_address): Update to
9305 new prototype.
9306 (i386_stopped_data_address): Update prototype and description.
9307 (i386_stopped_by_watchpoint): New function and description.
9308
9309 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9310
9311 * gdb.texinfo (Filenames): Add Ada suffixes.
9312 (Ada) New section.
9313
9314 2004-09-27 Andrew Cagney <cagney@gnu.org>
9315 Robert Picco <Robert.Picco@hp.com>
9316
9317 * gdb.texinfo (Packets): Document the "p" packet.
9318
9319 2004-09-21 Jason Molenda (jmolenda@apple.com)
9320
9321 * gdb.texinfo (Paths and Names of the Source Files): Document the
9322 meaning of values in the 'desc' field of a SO stab.
9323
9324 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9325
9326 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9327 max-cache-age" and "maint show dwarf2 max-cache-age".
9328
9329 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9330
9331 * gdb.texinfo (Set Breaks): Add index entry for setting
9332 breakpoints on overloaded C++ functions that are not members of
9333 any classes. Add an example and an index entry for setting
9334 breakpoints on all program functions.
9335 (Character Sets, Macros, Overlay Commands)
9336 (Non-debug DLL symbols, GDB/MI Output Syntax)
9337 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9338 Use "(@value{GDBP})" instead of a literal "(gdb)".
9339
9340 2004-09-12 Andrew Cagney <cagney@gnu.org>
9341
9342 * gdbint.texinfo (Native Debugging): Delete description of
9343 FILES_INFO_HOOK.
9344
9345 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9346
9347 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9348 to hex_string_custom (not historically correct, but more
9349 understandable, given the current code).
9350
9351 2004-09-03 Andrew Cagney <cagney@gnu.org>
9352
9353 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9354
9355 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9356
9357 * observer.texi (solib_unloaded): New observer.
9358
9359 2004-08-24 Andrew Cagney <cagney@gnu.org>
9360
9361 * gdbint.texinfo (Target Architecture Definition): Add missing
9362 comma.
9363
9364 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9365
9366 * (Using the Testsuite): build != host is supported,
9367 but some test scripts do not support build != host.
9368
9369 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9370
9371 * gdbint.texinfo (Host Definition): Delete description of
9372 FCLOSE_PROVIDED and GETENV_PROVIDED.
9373
9374 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9375
9376 * gdbint.texinfo (Host Definition): Remove documentation for
9377 USE_O_NOCTTY, no longer used.
9378
9379 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9380
9381 * gdbint.texinfo (Host Definition): Delete description of
9382 NO_SYS_FILE.
9383 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9384 PTRACE_FP_BUG.
9385
9386 2004-08-05 Andrew Cagney <cagney@gnu.org>
9387
9388 * gdbint.texinfo (Target Architecture Definition): Delete
9389 reference to deprecated_read_fp.
9390
9391 2004-08-02 Andrew Cagney <cagney@gnu.org>
9392
9393 * gdbint.texinfo (Target Architecture Definition): Delete
9394 description of DEPRECATED_REGISTER_BYTES.
9395
9396 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9397
9398 * gdb.texinfo (Source Path): Document the new behavior of
9399 searching for the source files.
9400
9401 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9402
9403 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9404 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9405 (Auto Display): Improve indexing.
9406
9407 2004-07-16 Andrew Cagney <cagney@gnu.org>
9408
9409 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9410 "-noasync".
9411
9412 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9413
9414 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9415 have the same prefix have only their prefix in the index.
9416
9417 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9418
9419 * gdb.texinfo (BSD libkvm Interface): New node (section)
9420 (Native): Add it to the menu.
9421
9422 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9423
9424 * gdbint.texinfo (Target Architecture Definition): Remove
9425 PCC_SOL_BROKEN.
9426
9427 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9428
9429 * gdbint.texinfo (Target Architecture Definition): Remove
9430 SUN_FIXED_LBRAC_BUG.
9431
9432 2004-06-26 Andrew Cagney <cagney@gnu.org>
9433
9434 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9435
9436 2004-06-20 Andrew Cagney <cagney@gnu.org>
9437
9438 * gdbint.texinfo (Target Architecture Definition): Deprecate
9439 USE_STRUCT_CONVENTION.
9440
9441 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9442
9443 gdb.texinfo (Bug Reporting): Mention session recording,
9444 with the script command or Emacs.
9445
9446 2004-06-18 Andrew Cagney <cagney@gnu.org>
9447
9448 * gdbint.texinfo (Target Architecture Definition): Deprecate
9449 FUNCTION_START_OFFSET.
9450
9451 2004-06-14 Andrew Cagney <cagney@gnu.org>
9452
9453 Based on changes from Karl Berry.
9454 * gdb.texinfo: Do not use @sc in a direntry.
9455 * stabs.texinfo: Change @dircateogry to "Software development".
9456 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9457
9458 2004-06-13 Andrew Cagney <cagney@gnu.org>
9459
9460 * gdbint.texinfo (Target Architecture Definition): Delete
9461 description of RETURN_VALUE_ON_STACK.
9462
9463 2004-06-09 Andrew Cagney <cagney@gnu.org>
9464
9465 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9466 deleted by previous patch.
9467
9468 2004-06-08 Andrew Cagney <cagney@gnu.org>
9469
9470 * gdbint.texinfo (Native Debugging): Delete documentation on
9471 ATTACH_DETACH.
9472
9473 2004-06-06 Randolph Chung <tausq@debian.org>
9474
9475 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9476
9477 2004-06-06 Randolph Chung <tausq@debian.org>
9478
9479 * gdb.texinfo (push_dummy_call): Update argument list to match
9480 the new push_dummy_call method signature. Describe the function
9481 argument.
9482
9483 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9484
9485 * gdb.texinfo (Starting): Document new start command.
9486
9487 2004-05-21 Andrew Cagney <cagney@redhat.com>
9488
9489 * observer.texi (GDB Observers): Document "inferior_created".
9490
9491 2004-05-08 Andrew Cagney <cagney@redhat.com>
9492
9493 * gdbint.texinfo (Target Architecture Definition): Delete
9494 description of DO_DEFERRED_STORES.
9495
9496 * gdbint.texinfo (Target Architecture Definition): Delete
9497 references to DEPRECATED_FIX_CALL_DUMMY.
9498
9499 * gdbint.texinfo (Target Architecture Definition): Delete
9500 description of DEPRECATED_CALL_DUMMY_WORDS,
9501 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9502
9503 * gdbint.texinfo (Target Architecture Definition): Delete
9504 description of DEPRECATED_PUSH_DUMMY_FRAME.
9505
9506 * gdbint.texinfo (Target Architecture Definition): Delete
9507 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9508
9509 2004-05-07 Andrew Cagney <cagney@redhat.com>
9510
9511 * observer.texi (GDB Observers): Add "Debugging" section. Include
9512 cross reference to "set/show debug observer".
9513 * gdb.texinfo (Debugging Output): Document "set/show debug
9514 observer".
9515
9516 2004-05-01 Andrew Cagney <cagney@redhat.com>
9517
9518 * gdbint.texinfo (Target Architecture Definition): Delete
9519 description of DEPRECATED_PC_IN_SIGTRAMP.
9520
9521 2004-04-30 Andrew Cagney <cagney@redhat.com>
9522
9523 * gdbint.texinfo (Target Architecture Definition): Delete
9524 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9525
9526 2004-04-30 Orjan Friberg <orjanf@axis.com>
9527
9528 * observer.texi (GDB Observers): Correct spelling.
9529
9530 2004-04-26 Orjan Friberg <orjanf@axis.com>
9531
9532 * observer.texi (GDB Observers): Add target_changed event.
9533
9534 2004-04-08 Andrew Cagney <cagney@redhat.com>
9535
9536 * observer.texi (GDB Observers): Rework, provide generic observer
9537 definitions and then a list of observable events.
9538
9539 2004-04-04 Andrew Cagney <cagney@redhat.com>
9540
9541 * gdbint.texinfo (Host Definition): Delete reference to
9542 NO_SIGINTERRUPT.
9543
9544 2004-04-02 Andrew Cagney <cagney@redhat.com>
9545
9546 * gdbint.texinfo (Target Architecture Definition): Delete
9547 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9548
9549 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9550
9551 * gdb.texinfo (TUI Commands): Document tui reg commands.
9552
9553 2004-03-26 Andrew Cagney <cagney@redhat.com>
9554
9555 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9556 "gdbtui".
9557 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9558 (Contributors): Mention both Text and Terminal User Interface.
9559
9560 2004-03-23 Andrew Cagney <cagney@redhat.com>
9561
9562 * gdbint.texinfo (Target Architecture Definition): Deprecate
9563 references to SIGTRAMP_START and SIGTRAMP_END.
9564
9565 2004-03-23 Andrew Cagney <cagney@redhat.com>
9566
9567 * gdbint.texinfo (Target Architecture Definition): Deprecate
9568 references to PC_IN_SIGTRAMP.
9569
9570 2004-03-19 Andrew Cagney <cagney@redhat.com>
9571
9572 * gdbint.texinfo (Target Architecture Definition): Delete
9573 reference to GDB_TARGET_IS_HPPA.
9574
9575 2004-03-18 Andrew Cagney <cagney@redhat.com>
9576
9577 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9578 describe pre_init and post_init.
9579
9580 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9581
9582 * gdb.texinfo (Debugging Output): Document values for "set debug
9583 target".
9584
9585 2004-02-28 Andrew Cagney <cagney@redhat.com>
9586
9587 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9588
9589 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9590
9591 * gdb.texinfo (breakpoints): Add information about the
9592 new "set breakpoint pending" and "show breakpoint pending"
9593 commands.
9594
9595 2004-02-26 Andrew Cagney <cagney@redhat.com>
9596
9597 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9598 in Per-architecture module data section.
9599
9600 2004-02-25 Roland McGrath <roland@redhat.com>
9601
9602 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9603
9604 2004-02-24 Andrew Cagney <cagney@redhat.com>
9605
9606 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9607 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9608 * fdl.texi: Import Version 1.2, November 2002.
9609
9610 2004-02-17 Andrew Cagney <cagney@redhat.com>
9611
9612 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9613
9614 2004-02-16 Andrew Cagney <cagney@redhat.com>
9615
9616 * gdbint.texinfo (Target Architecture Definition): Deprecate
9617 FRAMELESS_FUNCTION_INVOCATION.
9618
9619 2004-02-16 Andrew Cagney <cagney@redhat.com>
9620
9621 * gdbint.texinfo (Coding): Mention -Wunused-function.
9622
9623 2004-02-14 Andrew Cagney <cagney@redhat.com>
9624
9625 * gdbint.texinfo (Target Architecture Definition): Delete
9626 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9627
9628 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9629
9630 * gdb.texinfo: Properly quote the name "C++".
9631 * gdbint.texinfo: Ditto.
9632 * stabs.texinfo: Ditto.
9633
9634 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9635
9636 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9637 minimal information about libiberty.
9638
9639 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9640
9641 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9642
9643 2004-02-04 Roland McGrath <roland@redhat.com>
9644
9645 * gdb.texinfo (Auxiliary Vector): New node (section).
9646 (Data): Add it to the menu.
9647
9648 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9649
9650 * gdb.texinfo (Breakpoints): Add information about pending
9651 breakpoint support.
9652
9653 2004-01-26 Andrew Cagney <cagney@redhat.com>
9654
9655 * gdb.texinfo (Overview): Delete references to the cisco protocol
9656 including the "N" response.
9657
9658 2004-01-26 Andrew Cagney <cagney@redhat.com>
9659
9660 * gdbint.texinfo (Target Architecture Definition): Rename
9661 EXTRACT_STRUCT_VALUE_ADDRESS to
9662 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9663
9664 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9665
9666 * gdb.texinfo (KOD): Document "show os". Add index entries for
9667 "set/show os" and "info cisco" commands.
9668
9669 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9670
9671 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9672
9673 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9674
9675 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9676 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9677
9678 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9679
9680 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9681 -stack-list-locals.
9682 (GDB/MI Variable Objects): Describe extension to
9683 -var-list-children.
9684
9685 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9686
9687 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9688
9689 2004-01-17 Andrew Cagney <cagney@redhat.com>
9690
9691 * gdbint.texinfo (Target Architecture Definition): Delete
9692 documentation on DEPRECATED_NPC_REGNUM.
9693
9694 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9695
9696 * gdb.texinfo: Update copyright year. Mention that set
9697 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9698 "set follow-fork-mode ask".
9699
9700 2004-01-13 Andrew Cagney <cagney@redhat.com>
9701
9702 * gdbint.texinfo: Update copyright year.
9703 (Coding): Add -Wunused-label to list of -Werror warnings.
9704
9705 2004-01-08 Jason Molenda <jmolenda@apple.com>
9706 Eli Zaretskii <eliz@gnu.org>
9707
9708 * gdb.texinfo: Update copyright.
9709 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9710 around names, as appropriate. Minor syntax cleanup of
9711 _NSPrintForDebugger explanation. Two spaces after periods.
9712 GDBN used instead of lit. "gdb". Index entries added for
9713 print-object and _NSPrintForDebugger. @noindent added in one spot.
9714
9715 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9716
9717 * stabs.texinfo: Add dircategory and direntry commands.
9718 * annotate.texinfo: Ditto.
9719
9720 2003-11-10 Andrew Cagney <cagney@redhat.com>
9721
9722 * gdbint.texinfo (Target Architecture Definition): Replace the
9723 return_value method's "inval" and "outval" parameters with
9724 "readbuf" and "writebuf".
9725
9726 2003-10-28 Jim Blandy <jimb@redhat.com>
9727
9728 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9729 from "The `F' request packet" and "The `F' reply packet", to make
9730 texi2dvi happy.
9731 (File-I/O remote protocol extension): Update menu entries, too.
9732
9733 2003-10-26 Michael Chastain <mec@shout.net>
9734
9735 * gdb.texinfo (Thread Stops): Document the issue with
9736 premature return from system calls in multi-threaded programs.
9737
9738 2003-10-24 Andrew Cagney <cagney@redhat.com>
9739
9740 * annotate.texinfo: Fix "fortunatly"[sic].
9741
9742 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9743
9744 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9745 with "Hitachi" and "Mitsubishi".
9746
9747 2003-10-20 Andrew Cagney <cagney@redhat.com>
9748
9749 * gdbint.texinfo (Target Architecture Definition): Document
9750 gdbarch_return_value. Add cross references from
9751 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9752 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9753
9754 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9755
9756 * gdbint.texinfo (Target Architecture Definition): Document
9757 regset_from_core_section.
9758
9759 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9760
9761 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9762
9763 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9764
9765 From Anthony Green <green@redhat.com>:
9766 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9767
9768 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9769
9770 * gdb.texinfo (Breakpoint related warnings): New node.
9771 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9772
9773 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9774
9775 * gdb.texinfo (Remote Protocol): Document v and vCont.
9776
9777 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9778
9779 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9780 * gdbint.texinfo: Ditto.
9781
9782 2003-10-09 Andrew Cagney <cagney@redhat.com>
9783
9784 From 2003-09-18 David Anderson <davea@sgi.com>:
9785 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9786 "command".
9787
9788 2003-10-03 Andrew Cagney <cagney@redhat.com>
9789
9790 * gdbint.texinfo (Target Architecture Definition): Deprecate
9791 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9792 just target.
9793
9794 2003-10-02 Andrew Cagney <cagney@redhat.com>
9795
9796 * gdbint.texinfo (Target Architecture Definition): Rename
9797 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9798 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9799 * gdbint.texinfo (Target Architecture Definition): Rename
9800
9801 2003-09-30 Andrew Cagney <cagney@redhat.com>
9802
9803 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9804 (Target Architecture Definition):
9805
9806 * gdbint.texinfo (Target Architecture Definition): Rename
9807 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9808
9809 2003-09-29 Andrew Cagney <cagney@redhat.com>
9810
9811 * gdbint.texinfo (Target Architecture Definition): Delete
9812 documentation for NEED_TEXT_START_END.
9813
9814 * gdbint.texinfo (Target Architecture Definition): Rename
9815 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9816 TARGET_WRITE_PC.
9817
9818 2003-09-22 Michael Chastain <mec@shout.net>
9819
9820 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9821
9822 2003-09-21 Anthony Green <green@redhat.com>
9823
9824 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9825
9826 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9827
9828 * gdbint.texinfo (Target Architecture Definition): Document
9829 stabs_argument_has_addr.
9830
9831 2003-09-18 Andrew Cagney <cagney@redhat.com>
9832
9833 * gdbint.texinfo (Target Architecture Definition): Delete
9834 documentation on REGISTER_NAMES.
9835
9836 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9837
9838 * gdbint.texinfo (Target Architecture Definition): Replace
9839 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9840
9841 2003-09-11 Andrew Cagney <cagney@redhat.com>
9842
9843 * gdbint.texinfo (Target Architecture Definition): Replace
9844 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9845
9846 2003-08-18 Andrew Cagney <cagney@redhat.com>
9847
9848 * gdbint.texinfo (Target Architecture Definition): Document
9849 "frame_red_zone_size".
9850
9851 2003-08-09 Andrew Cagney <cagney@redhat.com>
9852
9853 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9854 with "set/show backtrace past-main" and "set/show backtrace
9855 limit".
9856
9857 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9858
9859 * Makefile.in (install-info): Support DESTDIR.
9860 (install-html): Likewise.
9861
9862 2003-08-07 Andrew Cagney <cagney@redhat.com>
9863
9864 Patch from Nick Roberts.
9865 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9866 bindings. Remove description of send-gdb-command.
9867
9868 2003-08-07 Andrew Cagney <cagney@redhat.com>
9869
9870 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9871 GDB 6.0.
9872
9873 2003-08-06 Andrew Cagney <cagney@redhat.com>
9874
9875 * gdb.texinfo (Mode Options): Mention that level three is the
9876 highest available and that level 2 is deprecated.
9877 (Annotations Overview): Mention annotation levels. Cross reference
9878 to "Limitations of the Annotation Interface" in annotate.texi.
9879 (TODO, Value Annotations, Frame Annotations): Delete section.
9880 (Displays, Breakpoint Info): Delete.
9881
9882 2003-08-04 Andrew Cagney <cagney@redhat.com>
9883
9884 * agentexpr.texi: Delete @bye.
9885 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9886 (stabs.info): Add $(srcdir) to include search path.
9887 (html): Depend on "annotate_toc.html", and not "annotate.html".
9888 * stabs.texinfo: Ditto. Include "fdl.texi".
9889 * gdbint.texinfo: Update copyright statement's list of invariant
9890 sections.
9891
9892 2003-07-28 Andrew Cagney <cagney@redhat.com>
9893
9894 * Makefile.in (INFO_DEPS): Add annotate.info.
9895 (dvi, ps, html, pdf): Add annotate.
9896 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9897 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9898 (ANNOTATE_DOC_FILES): New macro.
9899 (ANNOTATE_TEX_TMPS): New macro.
9900 (annotate.info, annotate_toc.html): Specify dependencies.
9901 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9902 * annotate.texinfo: Rename annotate.texi. Get building. Add
9903 "Migrating to GDB/MI" and "Limitations of the Annotation
9904 Interface" chapters. Mention why it is not part of the user
9905 guide. Update copyright notice. Include "fdl.texi".
9906
9907 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9908
9909 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9910
9911 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9912
9913 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9914
9915 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9916
9917 * gdb.texinfo (Server): Mention pidof.
9918
9919 2003-07-22 Andrew Cagney <cagney@redhat.com>
9920
9921 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9922 list.
9923
9924 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9925
9926 * gdb.texinfo (Logging output): New chapter.
9927
9928 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9929
9930 * gdb.texinfo (Unsupported languages): New section.
9931 (Languages): Add link to new section.
9932
9933 2003-06-22 Andrew Cagney <cagney@redhat.com>
9934
9935 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9936
9937 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9938
9939 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9940
9941 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9942
9943 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9944 * agentexpr.texi: Retitle section, and change it to an appendix.
9945 Comment out texinfo initialization. Factor a @var{} into two
9946 pieces to prevent makeinfo warnings.
9947 * gdb.texinfo: Add Agent Expressions appendix.
9948
9949 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9950
9951 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9952
9953 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9954
9955 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9956 remote target". Document the "detach" and "disconnect" commands.
9957 (Server, Netware, Debug Session): Reference "Connecting to a
9958 remote target".
9959 (GDB/MI Target Manipulation): Document "-target-disconnect".
9960
9961 2003-06-13 Andrew Cagney <cagney@redhat.com>
9962
9963 * gdbint.texinfo (Target Architecture Definition): Deprecate
9964 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9965 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9966
9967 2003-06-09 Jim Blandy <jimb@redhat.com>
9968
9969 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9970
9971 2003-06-08 Andrew Cagney <cagney@redhat.com>
9972
9973 * gdbint.texinfo (Target Architecture Definition): Delete
9974 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9975
9976 2003-06-08 Andrew Cagney <cagney@redhat.com>
9977
9978 * gdbint.texinfo (Target Architecture Definition): Document
9979 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9980
9981 2003-06-07 Adam Fedor <fedor@gnu.org>
9982
9983 * gdb.texinfo: Add Objective-C documentation.
9984
9985 2003-06-01 Andrew Cagney <cagney@redhat.com>
9986
9987 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9988 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9989
9990 2003-05-21 Andrew Cagney <cagney@redhat.com>
9991
9992 * gdbint.texinfo (Target Architecture Definition): Delete
9993 references to "extract_address" and "store_address".
9994
9995 2003-05-16 Andrew Cagney <cagney@redhat.com>
9996
9997 * gdbint.texinfo (Target Architecture Definition): Replace
9998 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9999 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
10000
10001 2003-05-14 Theodore A. Roth <troth@openavr.org>
10002
10003 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
10004
10005 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10006
10007 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10008 (gdb.dvi): Likewise.
10009 (gdb.pdf): Likewise.
10010 (links2roff): Likewise.
10011
10012 2003-05-08 Jim Blandy <jimb@redhat.com>
10013
10014 * gdb.texinfo (Dump/Restore Files): Update documentation for
10015 'dump', 'append', and 'restore': note that format argument is
10016 optional; simplify presentation of the command variants; and be
10017 more precise about the formats.
10018
10019 2003-05-07 Jim Blandy <jimb@redhat.com>
10020
10021 * gdb.texinfo (Symbols): Update documentation: 'maint list
10022 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10023 symtabs' and 'maint info psymtabs'.
10024
10025 2003-05-05 Andrew Cagney <cagney@redhat.com>
10026
10027 * gdbint.texinfo (Target Architecture Definition): Make
10028 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10029 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10030 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10031
10032 2003-05-04 Andrew Cagney <cagney@redhat.com>
10033
10034 * gdb.texinfo (Maintenance Commands): Document "maint print
10035 dummy-frames".
10036
10037 2003-05-04 Andrew Cagney <cagney@redhat.com>
10038
10039 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10040
10041 2003-05-03 J. Brobecker <brobecker@gnat.com>
10042
10043 Thierry Schneider <tpschneider1@yahoo.com>
10044 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10045 for new MI command.
10046
10047 2003-05-03 Andrew Cagney <cagney@redhat.com>
10048
10049 * gdbint.texinfo (Target Architecture Definition): Document
10050 push_dummy_code. Add cross references.
10051
10052 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10053
10054 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10055 set/show charsets commands.
10056
10057 2003-04-28 Andrew Cagney <cagney@redhat.com>
10058
10059 * gdbint.texinfo (Target Architecture Definition): Replace
10060 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10061 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10062
10063 2003-04-28 Andrew Cagney <cagney@redhat.com>
10064
10065 * gdbint.texinfo (Target Architecture Definition): Rename
10066 "tm_print_insn" to "deprecated_tm_print_insn".
10067
10068 2003-04-09 Jim Blandy <jimb@redhat.com>
10069
10070 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10071 list psymtabs'.
10072
10073 2003-04-08 Andrew Cagney <cagney@redhat.com>
10074
10075 * gdbint.texinfo (Target Architecture Definition): Delete
10076 references to EXTRA_FRAME_INFO.
10077
10078 2003-04-08 Andrew Cagney <cagney@redhat.com>
10079
10080 * gdbint.texinfo (Target Architecture Definition): Delete
10081 PRINT_TYPELESS_INTEGER.
10082
10083 2003-04-02 J. Brobecker <brobecker@gnat.com>
10084
10085 * observer.texi (GDB Observers): Adjust the documentation for the
10086 normal_stop notification to better describe reality. Fix a couple
10087 of minor typos.
10088
10089 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10090
10091 * gdb.texinfo (GDB/MI Program Control): Add
10092 '-file-list-exec-source-file'
10093
10094 2003-03-31 Andrew Cagney <cagney@redhat.com>
10095
10096 * gdbint.texinfo (Target Architecture Definition): Delete
10097 references to CALL_DUMMY_P.
10098
10099 2003-03-30 Andrew Cagney <cagney@redhat.com>
10100
10101 * gdbint.texinfo (Target Architecture Definition): Remove
10102 reference to TARGET_WRITE_SP.
10103
10104 2003-03-27 Andrew Cagney <cagney@redhat.com>
10105
10106 * gdbint.texinfo (Target Architecture Definition): Remove
10107 references to write_sp.
10108
10109 2003-03-27 Andrew Cagney <cagney@redhat.com>
10110
10111 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10112 chapter body. Use @smallexample instead of @example.
10113 (Annotations): Ditto.
10114 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10115 annotate.texi.
10116
10117 2003-03-26 Andrew Cagney <cagney@redhat.com>
10118
10119 * gdbint.texinfo (Target Architecture Definition): Replace
10120 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10121 dummy_addr parameters.
10122
10123 2003-03-25 Andrew Cagney <cagney@redhat.com>
10124
10125 * gdbint.texinfo (Target Architecture Definition): Delete
10126 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10127 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10128 Add reference to PUSH_ARGUMENTS.
10129
10130 2003-03-23 Andrew Cagney <cagney@redhat.com>
10131
10132 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10133 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10134
10135 2003-03-18 J. Brobecker <brobecker@gnat.com>
10136
10137 * gdbint.texinfo (Algorithms): Add new section describing the
10138 Observer paradigm.
10139 (Top): Add menu entry to new observer appendix.
10140 * observer.texi: New file.
10141 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10142 new observer.texi file.
10143
10144 2003-03-17 Andrew Cagney <cagney@redhat.com>
10145
10146 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10147 that GNU Press update the manual version number.
10148
10149 2003-03-12 Andrew Cagney <cagney@redhat.com>
10150
10151 * gdbint.texinfo (Target Architecture Definition): Delete
10152 references to get_saved_register. Rename GET_SAVED_REGISTER to
10153 DEPRECATED_GET_SAVED_REGISTER.
10154
10155 2003-03-13 Andrew Cagney <cagney@redhat.com>
10156
10157 * gdbint.texinfo (Target Architecture Definition): Replace
10158 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10159
10160 2003-03-12 Andrew Cagney <cagney@redhat.com>
10161
10162 * gdbint.texinfo (Target Architecture Definition): Rename
10163 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10164
10165 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10166
10167 * gdb.texinfo: Add File-I/O documentation.
10168
10169 2003-03-10 Andrew Cagney <cagney@redhat.com>
10170
10171 * gdbint.texinfo (Target Architecture Definition): Cross reference
10172 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10173
10174 2003-03-07 Andrew Cagney <cagney@redhat.com>
10175
10176 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10177 frame" command.
10178
10179 2003-03-05 Andrew Cagney <cagney@redhat.com>
10180
10181 * gdbint.texinfo (Target Architecture Definition): Document
10182 unwind_dummy_id. Cross reference unwind_dummy_id and
10183 SAVE_DUMMY_FRAME_TOS.
10184
10185 2003-03-05 James Ingham <jingham@apple.com>
10186 Daniel Jacobowitz <drow@mvista.com>
10187
10188 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10189 and "show cp-abi".
10190
10191 2003-03-03 Andrew Cagney <cagney@redhat.com>
10192
10193 * gdbint.texinfo (Target Architecture Definition): Document
10194 register_type.
10195
10196 2003-03-03 Andrew Cagney <cagney@redhat.com>
10197
10198 * stabs.texinfo (Structures): Use @samp and separate @var's
10199 instead of a single @var containing a comma separated list.
10200 (Unions): Ditto.
10201
10202 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10203
10204 * Makefile.in (distclean): Remove config.log.
10205
10206 2003-03-01 Andrew Cagney <cagney@redhat.com>
10207
10208 * gdbint.texinfo (Target Architecture Definition): Rename
10209 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10210
10211 2003-03-01 Andrew Cagney <cagney@redhat.com>
10212
10213 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10214 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10215
10216 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10217
10218 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10219 (Non-debug DLL symbols): New node, describing the minimal symbols
10220 loaded from DLLs without real debugging symbols.
10221
10222 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10223
10224 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10225 hardware-breakpoint-limit".
10226 (Set Watchpoints): Add cross reference to "set remote
10227 hardware-watchpoint-limit".
10228 (Remote configuration options): New section.
10229
10230 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10231
10232 * gdbint.texinfo (Target Architecture Definition): Delete
10233 descrption of IS_TRAPPED_INTERNALVAR.
10234
10235 From Keith Seitz <keiths@redhat.com>:
10236 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10237 option "-i"/"--interpreter" to this chapter. Include index
10238 entries.
10239
10240 2003-02-04 David Carlton <carlton@math.stanford.edu>
10241
10242 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10243 (Variables): Recommend stabs+ and DWARF 2.
10244 (C plus plus expressions): Correct info about
10245 compiler versions, debug formats.
10246 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10247 PR symtab/874.
10248
10249 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10250
10251 * gdbint.texinfo (Target Architecture Definition): Delete
10252 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10253 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10254 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10255 references to nindy and i960.
10256 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10257
10258 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10259
10260 * gdbint.texinfo (Target Architecture Definition): Delete
10261 FLOAT_INFO.
10262
10263 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10264
10265 * stabs.texinfo (Member Type Descriptor): Clarify description of
10266 `@'. Suggested by Ben Hutchings.
10267
10268 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10269
10270 * gdb.texinfo (M68K): Delete reference to es1800.
10271
10272 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10273
10274 * gdb.texinfo (Maintenance Commands): Document `maint print
10275 reggroups' and `maint print register-groups'.
10276 * gdbint.texinfo (Target Architecture Definition): Document
10277 register_reggroup_p.
10278
10279 2003-01-23 Jim Blandy <jimb@redhat.com>
10280
10281 * gdb.texinfo (Separate Debug Files): New section.
10282
10283 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10284
10285 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10286 and "maint show profile".
10287
10288 2003-01-16 Michael Chastain <mec@shout.net>
10289
10290 * gdb.texinfo (Installing GDB): Warn against
10291 ".../gdb-VERSION/gdb/configure".
10292 (Separate Objdir): Likewise.
10293
10294 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10295
10296 * gdbint.texinfo (Target Architecture Definition): Delete
10297 definition of PRINT_REGISTER_HOOK.
10298
10299 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10300
10301 (OpenRISC 1000): Fix formatting of command names.
10302
10303 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10304
10305 * gdb.texinfo (Continuing and Stepping): Add new command
10306 'advance'. Clarify behavior of 'until'.
10307
10308 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10309
10310 * gdb.texinfo (Files): Document solib-absolute-prefix and
10311 solib-search-path.
10312
10313 2003-01-09 Michael Chastain <mec@shout.net>
10314
10315 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10316 (Create a Release): Add new instructions for new @file{src-release}.
10317 Document existing instructions for @file{Makefile.in} as
10318 being for @value{GDBN} 5.3.1 or earlier.
10319
10320 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10321
10322 * gdbint.texinfo (Target Architecture Definition): Mention
10323 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10324 allocate memory.
10325
10326 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10327
10328 * gdb.texinfo (Controlling GDB): Add @kindex for
10329 "show osabi".
10330 (Backtraces): Add @kindex's for backtrace-below-main.
10331
10332 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10333
10334 * gdb.texinfo (Controlling GDB): Document "set osabi".
10335
10336 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10337
10338 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10339 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10340
10341 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10342
10343 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10344 "set coerce-float-to-double".
10345 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10346
10347 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10348
10349 * stabs.texinfo: Remove obsolete text.
10350 * gdbint.texinfo: Ditto.
10351 * gdb.texinfo: Ditto.
10352
10353 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10354
10355 * fdl.texi: Revert the last change.
10356
10357 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10358
10359 * gdbint.texinfo (Target Architecture Definition): Update
10360 description of gdbarch_register_osabi.
10361
10362 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10363
10364 * agentexpr.texi: Fix typos.
10365 * annotate.texi: Likewise.
10366 * fdl.texi: Likewise.
10367
10368 2002-12-10 Andrew Cagney <cagney@redhat.com>
10369
10370 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10371 DEPRECATED_INIT_FRAME_PC.
10372
10373 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10374
10375 * gdbint.texinfo (Target Architecture Definition): Delete
10376 PC_IN_CALL_DUMMY.
10377
10378 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10379
10380 * gdbint.texinfo (Host Definition): Delete documentation on
10381 USE_GENERIC_DUMMY_FRAMES.
10382
10383 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10384
10385 Fix PR gdb/723 and PR gdb/245.
10386 * Makefile.in (install-info): Run the install-info command as part
10387 of the post install steps only.
10388 (uninstall-info): New target.
10389 (uninstall): New target.
10390
10391 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10392
10393 * Makefile.in (install): Make install do some real work.
10394
10395 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10396
10397 Fix POSIX problem reported by Paul Eggert.
10398 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10399 Fix PR gdb/527.
10400
10401 2002-10-26 Andrew Cagney <cagney@redhat.com>
10402
10403 * gdbint.texinfo (Target Architecture Definition): Delete
10404 definition of DO_REGISTERS_INFO.
10405
10406 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10407
10408 * gdbint.texinfo (Address Classes): Fix problems with insertion
10409 of ``{'' and ``}'' in example.
10410
10411 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10412
10413 * gdbint.texinfo (Address Classes): New section.
10414 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10415 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10416 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10417 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10418
10419 2002-10-11 Klee Dienes <kdienes@apple.com>
10420
10421 * gdb.texinfo (Registers): Mention vector registers as well as
10422 floating registers in the documentation for 'info registers' and
10423 'info all-registers'.
10424
10425 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10426
10427 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10428
10429 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10430
10431 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10432 interface definition.
10433
10434 2002-10-03 Marko Mlinar <markom@opencores.org>
10435
10436 * gdb.texinfo (Target Commands): Add or1k target specific
10437 commands.
10438 * gdb.texinfo (Contributors): Add myself to the contributors list.
10439
10440 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10441
10442 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10443 and "mi1" instead of "mi1" and "mi0".
10444
10445 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10446
10447 * gdb.texinfo (Packets): Fix typos "alligned".
10448 Correct z3/Z3 description. Correct z4/Z4 title.
10449
10450 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10451
10452 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10453
10454 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10455
10456 * gdb.texinfo: Use GNU/Linux instead of Linux.
10457
10458 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10459
10460 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10461
10462 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10463
10464 * gdb.texinfo: Replace @example with @smallexample.
10465
10466 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10467
10468 From Eli Zaretskii <eliz@gnu.org>:
10469 * gdb.texinfo (Character Sets): Use @smallexample instead of
10470 @example. Use GNU/Linux instead of Linux.
10471
10472 2002-09-20 Jim Blandy <jimb@redhat.com>
10473
10474 * gdb.texinfo: Add character set documentation.
10475
10476 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
10477
10478 * gdb.texinfo: Document edit command.
10479
10480 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10481
10482 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10483 (Packets): Add cross reference from `b' packet to `z' packets.
10484
10485 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10486
10487 * gdb.texinfo (Maintenance Commands): Document ``maint
10488 internal-error'' and ``maint internal-warning''.
10489
10490 * gdbint.texinfo (Target Architecture Definition): Revise
10491 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10492
10493 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10494
10495 * gdbint.texinfo (Target Conditionals): Document the new
10496 NAME_OF_MALLOC macro.
10497
10498 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10499
10500 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10501 engineer.
10502
10503 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10504
10505 * gdb.texinfo (TUI Overview): Document status line fields.
10506
10507 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10508
10509 * gdb.texinfo (TUI Commands): Document info win command.
10510
10511 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10512
10513 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10514
10515 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10516
10517 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10518 (TUI Keys): Likewise.
10519
10520 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10521
10522 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10523 for a packet receive.
10524
10525 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10526
10527 * Makefile.in (clean): Move to end of file.
10528 (distclean, maintainer-clean, realclean): Ditto.
10529 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10530 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10531 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10532 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10533
10534 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10535
10536 * Makefile.in (GDBINT_TEX_TMPS): Define.
10537 (gdbint.dvi, gdbint.pdf): Use
10538 (GDB_TEX_TMPS): Define.
10539 (gdb.dvi, gdb.pdf): Use.
10540 (STABS_TEX_TMPS): Define.
10541 (stabs.dvi, stabs.pdf): Use.
10542 (GDB_DOC_SOURCE_INCLUDES): New macros.
10543 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10544 (GDBINT_DOC_FILES_INCLUDES): New macros.
10545 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10546 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10547 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10548 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10549 (links2roff): Replace SFILES_INCLUDED with
10550 GDB_DOC_SOURCE_INCLUDES.
10551 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10552 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10553 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10554 dependencies.
10555 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10556 dependencies.
10557 (gdbmi.texinfo): Delete rule.
10558 (inc-hist.texinfo): Delete rule.
10559 (rluser.texinfo): Delete rule.
10560
10561 2002-08-23 Andrew Cagney <cagney@redhat.com>
10562
10563 * gdbint.texinfo (Target Architecture Definition): Update
10564 STORE_RETURN_VALUE, mention regcache.
10565
10566 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10567
10568 * gdbint.texinfo (Target Architecture Definition): Document
10569 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10570
10571 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10572
10573 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10574 Fix minor typos. Add index entries.
10575
10576 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10577
10578 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10579
10580 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10581
10582 * gdbint.texinfo (Target Architecture Definition): Document
10583 PRINT_VECTOR_INFO.
10584 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10585
10586 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10587
10588 * gdb.texinfo (Maintenance Commands): Document "maint print
10589 registers", "maint print raw-registers" and "maint print
10590 cooked-registers".
10591
10592 2002-08-08 Grace Sainsbury <graces@redhat.com>
10593
10594 From Mark Salter:
10595 * gdb.texinfo (Protocol): Document T packet extension to
10596 allow watchpoint address reporting.
10597
10598 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10599
10600 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10601
10602 2002-08-01 Andrew Cagney <cagney@redhat.com>
10603
10604 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10605 to CHILL.
10606
10607 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10608
10609 * gdbint.texinfo (Coding): Revise section "Include Files".
10610
10611 2002-07-24 Andrew Cagney <cagney@redhat.com>
10612
10613 * gdbint.texinfo: Obsolete references to m88k.
10614 * gdb.texinfo: Ditto.
10615
10616 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10617
10618 * gdbint.texinfo (Create a release candiate): Add the location
10619 where the proper version of autoconf can be retrieved.
10620
10621 2002-07-09 Don Howard <dhoward@redhat.com>
10622
10623 * gdb.texinfo (Command Files): Further describe the behavior of
10624 sourced command files.
10625
10626 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10627
10628 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10629 (Coding): Clarify ISO C version that GDB assumes.
10630
10631 2002-06-26 Tom Tromey <tromey@redhat.com>
10632
10633 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10634 add_setshow_cmd_full.
10635
10636 2002-06-25 Don Howard <dhoward@redhat.com>
10637
10638 * gdb.texinfo (Memory Region Attributes): Document new behavior
10639 for 'mem' command.
10640
10641 2002-06-11 Jim Blandy <jimb@redhat.com>
10642
10643 * gdb.texinfo (Symbols): Update documentation for `info source'
10644 command.
10645
10646 * gdb.texinfo (Macros): Call the command `info macro', not
10647 `show macro'.
10648
10649 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10650
10651 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10652 data''.
10653
10654 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10655
10656 * gdbint.texinfo (Target Architecture Definition): Document
10657 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10658
10659 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10660
10661 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10662 lists.
10663
10664 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10665
10666 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10667 Branch''.
10668
10669 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10670
10671 * gdbint.texinfo (Target Architecture Definition): Add section
10672 ``Converting an existing Target Architecture to Multi-arch''.
10673
10674 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10675
10676 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10677 to ``Obsoleting code''. Revise.
10678
10679 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10680
10681 * gdbint.texinfo: Document new generic OS ABI framework.
10682
10683 2002-05-17 Jim Blandy <jimb@redhat.com>
10684
10685 * gdb.texinfo (C Preprocessor Macros): New chapter.
10686 Include it in the main menu.
10687 (Contributors): Credit Jim Blandy with macro support.
10688 (Compilation): Explain how to get macro information into the
10689 executable.
10690 (Expressions): Note that preprocessor macros are expanded.
10691
10692 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10693
10694 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10695 options for `target remote'.
10696
10697 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10698
10699 * gdbint.texinfo (Target Architecture Definition): Delete
10700 documentation on NNPC_REGNUM.
10701
10702 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10703
10704 * gdbint.texinfo (Target Architecture Definition): Document
10705 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10706 (Target Architecture Definition): Revise section `Using Different
10707 Register and Memory Data Representations'. Add section `Raw and
10708 Virtual Register Representations'.
10709
10710 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10711
10712 * gdbint.texinfo (Target Architecture Definition): Mention
10713 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10714 (Target Architecture Definition): Mention same. Add references to
10715 web pages.
10716
10717 2002-05-08 Michael Snyder <msnyder@redhat.com>
10718
10719 * stabs.texinfo (Attributes): Document new "vector" attribute.
10720
10721 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10722
10723 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10724
10725 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10726
10727 * gdb.texinfo: Delete obsolete references to a29k.
10728
10729 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10730
10731 * gdbint.texinfo (Target Architecture Definition): Replace
10732 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10733
10734 2002-04-24 David S. Miller <davem@redhat.com>
10735
10736 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10737
10738 2002-04-21 David S. Miller <davem@redhat.com>
10739
10740 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10741
10742 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10743
10744 * gdbint.texinfo (Target Architecture Definition): Delete
10745 definition of HAVE_REGISTER_WINDOWS.
10746
10747 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10748
10749 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10750 "Theodore A. Roth" <troth@verinet.com>.
10751
10752 2002-04-15 Don Howard <dhoward@redhat.com>
10753
10754 From Eli Zaretskii <eliz@gnu.org>
10755 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10756 Provide a better explaination of this feature.
10757
10758 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10759
10760 * gdbint.texinfo (Target Architecture Definition): Remove
10761 FRAME_CHAIN_COMBINE.
10762
10763 2002-04-12 Michael Chastain <mec@shout.net>
10764
10765 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10766 REG_STACK_SEGMENT.
10767
10768 2002-04-09 Michael Chastain <mec@shout.net>
10769
10770 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10771 PYRAMID_* macros.
10772
10773 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10774
10775 * gdb.texinfo (Bug Reporting): Document that the web is the
10776 prefered way of submitting bug reports.
10777 (Bug Reporting): Delete the s-mail address as the last resort.
10778
10779 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10780
10781 * gdbint.texinfo (Target Architecture Definition): Delete
10782 references to TARGET_WRITE_FP and write_fp.
10783
10784 2002-03-27 Michael Snyder <msnyder@redhat.com>
10785
10786 * gdb.texinfo: Document new commands dump, append, and restore.
10787
10788 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10789
10790 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10791 Branch'.
10792
10793 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10794
10795 * gdb.texinfo: Change all examples to @smallexample.
10796 * gdbint.texinfo: Ditto.
10797
10798 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10799
10800 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10801 Branches''.
10802
10803 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10804
10805 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10806 Policy''.
10807
10808 2002-03-04 Fred Fish <fnf@redhat.com>
10809
10810 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10811 expresson, suports, dependant, trhe, perhaphs, situtations,
10812 explictily, taged, oportunity, unfortunatly).
10813
10814 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10815
10816 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10817 Remove reference to 3.12.
10818
10819 2002-02-23 Paul Eggert <eggert@twinsun.com>
10820
10821 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10822 POSIX 1003.1-2001 no longer allows "head -1".
10823
10824 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10825
10826 * gdbint.texinfo: Include fdl.texi.
10827 (Top): Add GNU Free Documentation License.
10828 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10829 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10830 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10831 (gdbint.info): Add srcdir to include path.
10832 * gdb.texinfo: Include gpl.texi.
10833 (Top): Add Copying.
10834 * gpl.texi: New file.
10835
10836 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10837
10838 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10839
10840 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10841
10842 * gdb.texinfo: Document Cygwin native specific commands.
10843
10844 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10845
10846 * gdb.texinfo: Document gdbserver ``--attach'' command.
10847
10848 2002-02-07 Michael Snyder <msnyder@redhat.com>
10849
10850 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10851 to @code(_ovly_debug_event).
10852
10853 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10854
10855 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10856
10857 2002-02-06 Michael Snyder <msnyder@redhat.com>
10858
10859 * gdb.texinfo (overlays): Mention new magic symbol
10860 '_ovly_debug_event', which allows GDB to keep better track
10861 of overlays.
10862
10863 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10864
10865 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10866 (PRINT_FLOAT_INFO): Document it.
10867
10868 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10869
10870 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10871 Suggested by Dmitry Sivachenko.
10872
10873 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10874
10875 2002-02-01 Michael Snyder <msnyder@redhat.com>
10876
10877 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10878
10879 2002-01-30 Michael Snyder <msnyder@redhat.com>
10880
10881 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10882 (set trust-readonly-sections): Document.
10883
10884 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10885
10886 * gdbint.texinfo (Releasing GDB): Revise and update.
10887
10888 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10889
10890 * gdbint.texinfo (Target Architecture Definition): Delete
10891 description of TARGET_BYTE_ORDER_DEFAULT.
10892
10893 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10894
10895 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10896 <mitya@cavia.pp.ru>.
10897
10898 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10899
10900 * libgdb.texinfo: Delete file.
10901
10902 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10903
10904 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10905 * gdbint.texinfo: Ditto.
10906
10907 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10908
10909 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10910
10911 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10912
10913 * Makefile.in: Update copyright.
10914 (TEXI2DVI): Define.
10915 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10916 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10917 gdb-cfg.texi.
10918 (TEXINDEX, PDFTEX): Delete makefile variables.
10919
10920 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10921
10922 * gdb.texinfo (Protocol): Move section to appendix.
10923
10924 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10925
10926 * gdb.texinfo (Remote Debugging): Create a menu.
10927 (Top): Add ``Remote Debugging'' to menu.
10928
10929 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10930
10931 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10932 serial protocol'' from here.
10933 (Remote Debugging): To here. New chapter.
10934
10935 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10936
10937 * gdbint.texinfo (Target Architecture Definition): Delete
10938 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10939
10940 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10941
10942 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10943 are no longer needed.
10944 (Porting GDB): Add maintainer note about configure.host.
10945
10946 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10947
10948 * gdbint.texinfo (Target Architecture Definition): Remove
10949 definition of IEEE_FLOAT.
10950
10951 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10952
10953 * gdb.texinfo: Beautify copyright years; fix a typo.
10954 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10955 <3diff@gnu.org>
10956
10957 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10958
10959 * gdbint.texinfo (Host Definition): Remove references to
10960 MALLOC_INCOMPATIBLE.
10961
10962 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10963
10964 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10965 and xyz-xdep.o.
10966
10967 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10968
10969 * gdb.texinfo (Maintenance Commands): Add appendix.
10970 (Set Breaks): Copy ``maint info breakpoint'' doco to
10971 ``Maintenance Commands'' appendix. Add reference.
10972
10973 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10974
10975 * fdl.texi: Remove next/prev from @node.
10976
10977 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10978
10979 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10980 for monstrous @multitable (from Brian Youmans).
10981
10982 * fdl.texi: New file.
10983
10984 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10985
10986 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10987
10988 * gdbint.texinfo (Releasing GDB): New chapter.
10989
10990 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10991
10992 * gdb.texinfo (Embedded Processors, Calling program functions):
10993 Obsolete references to a29k.
10994
10995 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10996
10997 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10998 examples. Document that a code-block should do or discard its
10999 cleanups before exit.
11000
11001 2002-01-11 Michael Snyder <msnyder@redhat.com>
11002
11003 * gdb.texinfo (Choosing files): Change @samp to @file.
11004
11005 2002-01-05 Michael Snyder <msnyder@redhat.com>
11006
11007 * gdb.texinfo (--pid): Document new command line option (attach).
11008
11009 2002-01-07 Eli Zaretskii <eliz@gnu.org>
11010
11011 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11012 in the stub.
11013
11014 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11015
11016 * gdbint.texinfo (Target Architecture Definition): Replace
11017 BIG_ENDIAN with BFD_ENDIAN_BIG.
11018
11019 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11020
11021 * gdbint.texinfo (Target Architecture Definition): Replace
11022 value_ptr with struct value pointer.
11023
11024 2002-01-02 Eli Zaretskii <eliz@gnu.org>
11025
11026 * gdb.texinfo (Free Software): Fix wording.
11027
11028 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11029
11030 * gdb.texinfo (Free Software): New section ``Free Software Needs
11031 Free Documentation''.
11032
11033 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11034
11035 * stabs.texinfo:
11036 * gdb.texinfo:
11037 * gdbint.texinfo:
11038 * libgdb.texinfo:
11039 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11040
11041 2001-12-29 Michael Snyder <msnyder@redhat.com>
11042
11043 * gdb.texinfo (maint info sections): Fix typo.
11044
11045 2001-12-26 Michael Snyder <msnyder@redhat.com>
11046
11047 * gdb.texinfo (maint info sections): Document.
11048
11049 * gdb.texinfo (info proc): Comment out documentation for
11050 'info proc' sub-options that are currently not implemented.
11051
11052 2001-12-20 Jim Blandy <jimb@redhat.com>
11053
11054 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11055
11056 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11057
11058 * gdbint.texinfo (Target Architecture Definition): Replace
11059 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11060
11061 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11062
11063 * gdbint.texinfo (Host Definition): Delete documentation on
11064 HOST_BYTE_ORDER.
11065
11066 2001-11-30 Jim Blandy <jimb@redhat.com>
11067
11068 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11069 overlay support. Add to top-level menu.
11070
11071 2001-11-26 Tom Tromey <tromey@redhat.com>
11072
11073 * gdb.texinfo (Command Syntax): Document C-o binding.
11074
11075 2001-07-26 Christopher Faylor <cgf@redhat.com>
11076
11077 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11078 use since it is described in the referenced section.
11079
11080 From Eli Zaretskii <eliz@gnu.org>
11081 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11082 clearer when using DJGPP.
11083
11084 2001-11-24 Christopher Faylor <cgf@redhat.com>
11085
11086 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11087 specifically refer to MS-DOS.
11088 (command files): Mention gdb.ini is only used on MS-DOS.
11089
11090 2001-11-21 Tom Tromey <tromey@redhat.com>
11091
11092 * gdb.texinfo (Invoking GDB): Document --args.
11093 (Mode Options): Likewise.
11094
11095 2001-11-21 Jim Blandy <jimb@redhat.com>
11096
11097 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11098 Delete documentation; this macro has been removed from the
11099 sources.
11100
11101 2001-11-13 Jim Blandy <jimb@redhat.com>
11102
11103 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11104
11105 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11106
11107 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11108
11109 2001-11-05 Michael Snyder <msnyder@redhat.com>
11110
11111 * gdb.texinfo (info functions): Document use of backslash to
11112 quote regexp chars in function names such as "operator*()".
11113
11114 2001-11-01 Fred Fish <fnf@redhat.com>
11115
11116 * gdbint.texinfo (SOLIB_ADD): Document additional new
11117 "readsyms" arg.
11118
11119 2001-10-30 Don Howard <dhoward@redhat.com>
11120
11121 * gdb.texinfo: (Command Files) Added documentation for the
11122 behavior of gdb with input redirected from a file.
11123
11124 2001-10-28 Fred Fish <fnf@redhat.com>
11125
11126 * gdb.texinfo (auto-solib-add): Change docs to match
11127 implementation change.
11128 (auto-solib-limit): Add docs for new variable.
11129
11130 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11131
11132 * gdbint.texinfo (Target Architecture Definition): Function
11133 value_as_pointer renamed to value_as_address.
11134
11135 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11136
11137 * gdbint.texinfo (Target Architecture Definition): Default
11138 POINTER_TO_ADDRESS functions assume unsigned addresses.
11139 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11140 posting by Jim Blandy.
11141
11142 2001-10-12 Jim Blandy <jimb@redhat.com>
11143
11144 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11145 version of texi2html (1.64) doesn't support this flag any more.
11146
11147 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11148
11149 * gdbint.texinfo (Host Definition): Remove description of
11150 MEM_FNS_DECLARED.
11151
11152 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11153
11154 * gdbint.texinfo (Host Definition): Remove description of
11155 HAVE_SIGSETMASK.
11156
11157 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11158
11159 * gdbint.texinfo (Target Architecture Definition): Add
11160 explanation of TARGET_PRINT_INSN macro.
11161
11162 2001-08-30 Jim Blandy <jimb@redhat.com>
11163
11164 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11165 Explain what it means to load relocatable files.
11166
11167 2001-08-28 Jim Blandy <jimb@redhat.com>
11168
11169 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11170 info `top' menu.
11171
11172 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11173
11174 * gdbint.texinfo: Add a cautionary note about macro use.
11175
11176 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11177
11178 * gdb.texinfo: Explain omitting the hostname in the
11179 `target remote' command.
11180
11181 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11182
11183 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11184 and END-INFO-DIR-ENTRY.
11185
11186 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11187
11188 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11189
11190 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11191
11192 * gdbint.texinfo (libgdb): Rewrite.
11193
11194 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11195
11196 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11197
11198 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11199
11200 * gdb.texinfo (TUI): New chapter, document the TUI.
11201 (Mode Options): Document the -tui option.
11202
11203 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11204
11205 * gdbint.texinfo (Host Definition): Remove description of
11206 NEED_POSIX_SETPGID.
11207
11208 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11209
11210 * gdb.tex (DJGPP Native): New node, with descriptions of
11211 DJGPP-specific commands.
11212
11213 2001-07-19 John R. Moore <jmoore@redhat.com>
11214
11215 * gdbint.texinfo: Three misspellings.
11216
11217 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11218
11219 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11220 `test` expressions on bash. Problem reported by Colin Walters.
11221
11222 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11223
11224 * gdbint.texinfo (User Interface): Update ui-out documentation to
11225 refelect recent UI/MI updates.
11226
11227 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11228
11229 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11230 interpreters.
11231
11232 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11233
11234 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11235 structure and not macros.
11236 (Host Definition): Document that much of this chapter is obsolete.
11237 (Target Architecture Definition): Update list of files that make
11238 up a target architecture.
11239 (Coding): Update.
11240
11241 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11242
11243 * gdbint.texinfo (Target Architecture Definition): Update
11244 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11245 The latter has been changed to a true predicate.
11246
11247 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11248
11249 * annotate.texi: Add @noindent where needed. From Dmitry
11250 Sivachenko <dima@Chg.RU>.
11251 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11252
11253 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11254
11255 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11256
11257 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11258
11259 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11260 returns ``OK''. Document that the ``R'' packet does not reply.
11261
11262 2001-06-13 Michael Snyder <msnyder@redhat.com>
11263
11264 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11265
11266 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11267
11268 * gdb.texinfo (Signals): Clarify the default setting of signal
11269 handling.
11270
11271 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11272
11273 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11274 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11275
11276 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11277
11278 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11279
11280 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11281
11282 * gdbint.texinfo (Clean Design and Portable Implementation):
11283 Renamed from "Clean Design".
11284 (Clean Design and Portable Implementation): Document portable
11285 methods of handling file names, and the associated macros.
11286
11287 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11288
11289 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11290 command and provide a cross-reference to its description.
11291 (Symbols): Note that "info scope" is useful for trace experiments.
11292
11293 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11294
11295 * gdb.texinfo (Symbols): Document "info scope".
11296 (Tracepoints): New chapter.
11297 (Contributors): Update for v5.1.
11298 <All nodes>: Change "C++" to "C@t{++}".
11299
11300 * gdbint.texinfo (User Interface): A new section about ui_out
11301 functions, based on text written by Fernando Nasser.
11302
11303 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11304
11305 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11306
11307 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11308
11309 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11310
11311 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11312 Replace "GDB" with "@value{GDBN}". Fix markup.
11313
11314 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11315
11316 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11317 a cross-reference to its description.
11318 (Symbols): Document "info symbol".
11319
11320 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11321
11322 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11323 subsection "x86 Watchpoints".
11324 (Target Architecture Definition): Document the macros
11325 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11326 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11327
11328 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11329
11330 * gdbint.texinfo (Target Architecture Definition): Update
11331 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11332 list.
11333
11334 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11335
11336 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11337 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11338
11339 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11340
11341 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11342
11343 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11344
11345 * gdb.texinfo (Environment): Document that `path' does not change
11346 the value of PATH in GDB's own environment (it did in the past,
11347 but that was changed on March 15, 1994). Reported by Doug Evans
11348 <dje@transmeta.com>.
11349
11350 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11351 its line. Fix markup of commands and macros. Add an Index node
11352 and index entries.
11353
11354 2001-01-23 J.T. Conklin <jtc@redback.com>
11355
11356 * gdb.texinfo (Memory region attributes): New manual section.
11357
11358 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11359
11360 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11361
11362 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11363
11364 * refcard.tex: Version and copyright fixed. From Phil Edwards
11365 <pedwards@disaster.jaj.com>.
11366
11367 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11368
11369 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11370 DWARF2_REG_TO_REGNUM): Document.
11371
11372 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11373
11374 * gdbint.texinfo (Coding): Update current value of
11375 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11376
11377 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11378
11379 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11380 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11381
11382 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11383
11384 * gdb.texinfo: Document new 'set step-mode' command.
11385
11386 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11387
11388 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11389 changes from Dmitry Sivachenko <dima@Chg.RU>.
11390
11391 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11392
11393 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11394 From Steven Johnson <sbjohnson@ozemail.com.au>.
11395
11396 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11397
11398 * gdbint.texinfo (Overall Structure): Spelling fix.
11399
11400 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11401
11402 * gdbint.texinfo (Target Architecture Definition): Document that
11403 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11404 for which REGISTER_CONVERTIBLE returns a zero value.
11405
11406 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11407
11408 * Makefile.in (install-info): Find files to install in either the
11409 build or source directories (adapted from Makefile.am).
11410
11411 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11412
11413 * stabs.texinfo: Fix spelling errors.
11414 (String Field): FILE-NUMBER starts from 0, not 1.
11415
11416 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11417
11418 * refcard.tex: Remove \centerline from the blurb. Patch from
11419 Brian Youmans.
11420
11421 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11422
11423 * Makefile.in (install-info): Support installation from outside of
11424 the source directory. Reported by Mark Harig
11425 <markh@frazier.landmark.com>.
11426
11427 2000-06-20 J.T. Conklin <jtc@redback.com>
11428
11429 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11430
11431 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11432
11433 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11434 Generate using pdftex.
11435 (PDFTEX): Define.
11436 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11437 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11438 @contents at the start.
11439
11440 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11441
11442 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11443 Youmans.
11444
11445 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11446
11447 From Brian Youmans:
11448 * gdb.texinfo: Fix ``et al.''.
11449
11450 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11451
11452 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11453 loop.
11454
11455 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11456
11457 * configure: Regenerate.
11458
11459 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11460
11461 * Makefile.in (install-info): Run install-info on installed Info
11462 files.
11463
11464 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11465
11466 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11467 Andrew Cagney.
11468
11469 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11470
11471 * gdb.texinfo: Proofreading changes from Brian Youmans.
11472
11473 2000-05-01 Nick Duffek <nsd@cygnus.com>
11474
11475 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11476 startup sequence, minor edits.
11477
11478 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11479
11480 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11481 TeX.
11482
11483 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11484 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11485 like `n' and `s' which look weird. Convert some of the @kindex to
11486 @vindex, when they refer to variables, not commands.
11487
11488 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11489
11490 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11491
11492 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11493
11494 * Makefile.in (GDBMI_DIR): New variable.
11495 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11496 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11497 (gdbmi.texinfo): New target, for texi2roff.
11498 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11499 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11500
11501 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11502 gdbmi.texinfo.
11503 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11504 comment.
11505
11506 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11507
11508 * gdb.texinfo (Files): Update description of add-symbol-file
11509 command.
11510
11511 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11512
11513 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11514 prevents the build (and is generally a Bad Idea).
11515
11516 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11517
11518 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11519 a comma inside @var.
11520 (Command Files): Index markup changes from Dmitry Sivachenko
11521 <dima@Chg.RU>.
11522
11523 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11524
11525 * Makefile.in (LN_S): Define.
11526 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11527 invoke "ln -s" unless it is known to work.
11528
11529 * configure.in (AC_PROG_LN_S): Add.
11530
11531 2000-04-14 Jim Blandy <jimb@redhat.com>
11532
11533 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11534 section.
11535 (Target Conditionals): Document ADDRESS_TO_POINTER,
11536 POINTER_TO_ADDRESS.
11537
11538 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11539
11540 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11541 gdb-cfg.texi to get the value.
11542
11543 2000-04-10 Jim Blandy <jimb@redhat.com>
11544
11545 * gdbint.texinfo (Target Architecture Definition): Fix
11546 cross-references.
11547
11548 2000-04-08 Jim Blandy <jimb@redhat.com>
11549
11550 * gdbint.texinfo (Using Different Register and Memory Data
11551 Representations): New section.
11552 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11553 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11554 REGISTER_CONVERT_TO_RAW): Document.
11555
11556 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11557
11558 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11559 for acknowledgments.
11560
11561 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11562
11563 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11564 qThreadExtraInfo.
11565
11566 2000-03-28 J.T. Conklin <jtc@redback.com>
11567
11568 * gdb.texinfo: Clarify which remote debug protocol commands are
11569 required and which are optional.
11570
11571 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11572
11573 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11574 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11575 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11576 * annotate.texi: Update.
11577
11578 2000-03-28 Stan Shebs <shebs@apple.com>
11579
11580 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11581 expectation of additional changes before release), update
11582 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11583 node links, rephrase and/or shorten lines to fix formatting
11584 problem in both regular and @smallbook formats.
11585 * annotate.texi: Shorten lines in example, use smallexample
11586 consistently everywhere.
11587 * Makefile.in: Add comment about texinfo 4.0 html generation.
11588 (SFILES_INCLUDED): Add annotate.texi.
11589
11590 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11591
11592 * gdb.texinfo (Debugging Output): Added new section, documenting
11593 the "set/show debug" commands.
11594
11595 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11596
11597 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11598 entry.
11599
11600 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11601 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11602 @chapter and @node entries.
11603
11604 * gdb.texinfo: Link all top-level nodes.
11605
11606 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11607
11608 * Makefile.in (install-info): Create $(infodir) before installing
11609 files.
11610
11611 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11612
11613 From David Whedon <dwhedon@gordian.com>
11614 * gdbint.texinfo : Added paragraphs about command deprecation.
11615
11616 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11617
11618 * gdb.texinfo: Add documentation for the apropos command.
11619
11620 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11621
11622 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11623
11624 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11625
11626 * gdb.texinfo: Add white space to prevent overprinting in
11627 two places.
11628
11629 2000-03-17 Stan Shebs <shebs@apple.com>
11630
11631 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11632 <dima@Chg.RU>, also clarification of allowed content for
11633 string constants.
11634
11635 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11636
11637 * gdb.texinfo (main menu): Add Annotations.
11638 (File Options): Add @cindex entries for each command-line option.
11639 Document --epoch, --annotate, --async, --interpreter, --write,
11640 --statistics, and --version.
11641
11642 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11643 of GDB.
11644
11645 2000-02-23 Jim Blandy <jimb@redhat.com>
11646
11647 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11648
11649 2000-02-22 Jim Blandy <jimb@redhat.com>
11650
11651 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11652
11653 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11654
11655 * Makefile.in (diststuff): New target.
11656
11657 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11658
11659 * agentexpr.texi: Fix wording regarding Intel's IA-64
11660 architecture. [From Jim Wilson.]
11661
11662 2000-01-16 Tom Tromey <tromey@cygnus.com>
11663
11664 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11665 (Delete Breaks): Mention range arguments.
11666 (Disabling): Likewise.
11667
11668 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11669
11670 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11671
11672 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11673
11674 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11675 valid functions.
11676
11677 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11678
11679 * gdb.texinfo: Clarify regular expressions used in rbreak.
11680
11681 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11682
11683 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11684 MEMORY_REMOVE_BREAKPOINT): Document.
11685
11686 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11687
11688 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11689 offset re-using the DATA offset instead.
11690
11691 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11692
11693 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11694
11695 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11696
11697 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11698
11699 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11700
11701 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11702 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11703 typos.
11704
11705 * gdb.texinfo: Various minor wording and formatting improvements,
11706 mentions of additional command-line options.
11707
11708 1999-09-30 Fred Fish <fnf@cygnus.com>
11709
11710 * gdb.texinfo: Document additional forms of specifying section
11711 names and addresses for the add-symbol-file command.
11712
11713 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11714
11715 * gdbint.texinfo: Fix typo, add the word "have".
11716
11717 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11718
11719 * gdbint.texinfo (Target Architecture Definition): Document the
11720 SKIP_PERMANENT_BREAKPOINT macro.
11721
11722 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11723
11724 * gdb.texinfo: Fiks speling errers.
11725
11726 * gdb.texinfo: Fix uses of @multitable.
11727
11728 From Eli Zaretskii <eliz@gnu.org>:
11729 * gdb.texinfo: Include details specific to DOS host, clarify
11730 some confusing language, fix @ref/@xref/@pxref usages, add
11731 comments about using with optimization, add more indexing,
11732 fix info about disassembly-flavor.
11733
11734 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11735
11736 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11737 SKIP_SOLIB_RESOLVER): Define.
11738
11739 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11740
11741 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11742 ``g'' packets.
11743
11744 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11745
11746 * gdb.texinfo: Create a new "Configurations" chapter with
11747 platform-specific info, inline remote.texi and move sections of it
11748 into the new chapter, move bits about info proc, heuristic search,
11749 and register stack into the new chapter.
11750 * remote.texi: Remove, now part of gdb.texinfo.
11751 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11752
11753 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11754
11755 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11756 GDB_TARGET_IS_MACH386): These kludges have gone away.
11757
11758 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11759
11760 * gdbint.texinfo (Target Architecture Definition): Mention
11761 TDEPLIBS.
11762
11763 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11764
11765 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11766 surrounding text to fit HP-UX bits into general info.
11767 (HPPA-cfg.texi): Remove, no longer useful.
11768
11769 * gdb.texinfo: Remove explicit links from @node lines, remove
11770 HP-added "Detailed Node Listing" from main menu which confuses
11771 things.
11772
11773 From Dmitry Sivachenko <dima@Chg.RU>:
11774 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11775 in description of `set environment'.
11776
11777 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11778
11779 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11780
11781 1999-08-12 Ben Elliston <bje@cygnus.com>
11782
11783 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11784
11785 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11786
11787 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11788 watch, awatch, and rwatch. Explain why the latter two cannot be
11789 set as software watchpoints. Document that watchpoints for local
11790 variables are deleted when the debuggee terminates.
11791
11792 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11793
11794 * remote.texi (Protocol): Further clarification of the "qRcmd"
11795 packet. Allow E.. response packet. "qRcmd" packet is no longer
11796 reserved.
11797
11798 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11799
11800 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11801 * gdb.texinfo: Ditto.
11802
11803 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11804
11805 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11806
11807 1999-08-06 Tom Tromey <tromey@cygnus.com>
11808
11809 * gdb.texinfo (KOD): New node.
11810
11811 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11812
11813 * remote.texi (Rcmd): Fix minor formatting typos.
11814
11815 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11816
11817 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11818 packets.
11819
11820 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11821
11822 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11823 fixes.
11824
11825 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11826
11827 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11828
11829 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11830
11831 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11832 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11833 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11834 packets that are not supported on all hosts. Expand examples.
11835 Spell check.
11836
11837 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11838
11839 * Makefile.in: Recognize html, install-html. Add targets
11840 to build HTML versions of documentation via texi2html.
11841
11842 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11843
11844 * gdbint.texinfo (Testsuite): New chapter, information about the
11845 testsuite.
11846
11847 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11848
11849 * remote.texi (Communication Protocol): Rewrite.
11850
11851 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11852
11853 * stabs.texinfo: Fix uses of xref.
11854
11855 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11856
11857 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11858 info about patch submission.
11859
11860 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11861
11862 From Per Bothner <bothner@cygnus.com>:
11863 * gdb.texinfo: Document Chill support.
11864
11865 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11866
11867 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11868 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11869 Document that the value should be greater-than or equal-to zero.
11870 (NO_STD_REGS): Document. Deprecate.
11871
11872 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11873
11874 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11875 Document that these are not used.
11876
11877 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11878
11879 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11880
11881 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11882
11883 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11884 numargs was dropped.
11885
11886 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11887
11888 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11889
11890 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11891
11892 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11893 Update.
11894
11895 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11896
11897 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11898 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11899
11900 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11901
11902 * gdbint.texinfo: Fix typos: $ -> @.
11903
11904 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11905
11906 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11907 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11908 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11909 BREAKPOINT_FROM_PC.
11910
11911 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11912
11913 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11914 CALL_DUMMY_STACK_ADJUST): Document.
11915
11916 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11917
11918 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11919 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11920
11921 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11922
11923 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11924 longer exists.
11925
11926 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11927
11928 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11929 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11930 they make the manual source incomprehensible.
11931 * h8-cfg.texi: Remove, hasn't been used in years.
11932
11933 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11934
11935 * gdb.texinfo: Update the credits.
11936
11937 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11938
11939 * gdb.texinfo: Fix mistakes noticed in printout of last
11940 draft, add Alpha to discussion of heuristic fence post.
11941
11942 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11943
11944 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11945 Edition, merge some HP changes into mainline, describe some
11946 previously undocumented features, describe more of the target
11947 commands available, eliminate obsolete section on renamed
11948 commands.
11949 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11950
11951 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11952
11953 * gdb.texinfo: Make many HPPA conditionals unconditional,
11954 including catchpoint description, since now on for all configs.
11955 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11956 specializations.
11957
11958 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11959
11960 * Makefile.in (GDBvn.texi): Fix match expression to work with
11961 current format of VERSION in gdb/Makefile.in.
11962 * gdb.texinfo: Fix node ref to match new readline.
11963
11964 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11965
11966 * gdb.texinfo: Changes made as part of a project to merge in
11967 changes made by HP. Documentation makes extensive use of
11968 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11969 on remote debugging. There are differences in documentation
11970 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11971 the HP manual discusses catchpoints, hardware watchpoints, and
11972 some HPUX specific limitations for shared library support.
11973
11974 There are also a number of @node changes.
11975
11976 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11977
11978 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11979 (C Usage): Same.
11980
11981 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11982
11983 The following changes were made by Edith Epstein
11984 <eepstein@cygnus.com> as part of a project to merge in changes
11985 made by HP.
11986
11987 * HPPA-cfg.texi: new file.
11988
11989 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11990
11991 * refcard.tex: change documentation about catch.
11992 removed info catch.
11993
11994 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11995
11996 * gdbint.texinfo: Expand on GDB's coding standards,
11997 specify the use of arg names with prototypes.
11998
11999 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
12000
12001 * gdb.texinfo: Fix tipo.
12002
12003 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
12004
12005 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12006 TARGET_BYTE_ORDER_SELECTABLE_P.
12007
12008 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12009
12010 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12011
12012 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12013
12014 * agentexpr.texi: New file.
12015
12016 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12017
12018 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12019
12020 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12021
12022 * remote.texi: Changed wording that implied that the GDB remote
12023 protocol caches register values instead of GDB itself.
12024
12025 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12026
12027 * gdbint.texinfo: Add some info about symbol readers.
12028 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12029 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12030 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12031 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12032
12033 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12034
12035 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12036
12037 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12038
12039 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12040
12041 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12042
12043 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12044 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12045
12046 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12047
12048 * gdbint.texinfo: Fix minor typos.
12049
12050 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12051
12052 * gdbint.texinfo: Complete overhaul. Group descriptions more
12053 logically, add more info on generic algorithms, remove much
12054 obsolete and/or wrong material.
12055
12056 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12057
12058 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12059
12060 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12061
12062 * refcard.tex: Copyright, address updates.
12063
12064 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12065
12066 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12067 for the edition instead of confusing GDB-version-like numbers.
12068
12069 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12070
12071 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12072
12073 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12074
12075 * LRS: Reformat a bit to keep text under 80 columns.
12076
12077 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12078
12079 * gdb.texinfo: Add some credits, mention bug monitor.
12080 * remote.texi: Mention mips monitor targets.
12081 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12082
12083 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12084
12085 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12086 files, finish sorting of host vs target vs native macros, describe
12087 some more of them.
12088
12089 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12090
12091 * gdbint.texinfo (Host Conditionals): Document change from
12092 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12093
12094 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12095
12096 * gdbint.texinfo (Host Conditionals): Document
12097 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12098
12099 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12100
12101 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12102 Document LSEEK_NOT_LINEAR.
12103
12104 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12105
12106 * stabs.texinfo (Stab Section Basics): Make it clear that only
12107 some versions of the GNU linker remove the leading N_UNDF symbol.
12108
12109 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12110
12111 * stabs.texinfo (String Field): Document type number pairs here,
12112 instead of in the Sun specific section.
12113 (Include Files): The GNU linker supports the N_BINCL
12114 optimization. Clarify the N_BINCL value, and what it is used
12115 for.
12116 (Procedures): Document N_FUN with an empty string to mark the end
12117 of a function.
12118 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12119 (Sun Differences): Remove this node, as the information is now
12120 elsewhere in the main document.
12121 (Stab Section Basics): Mention that the GNU linker may optimize
12122 stabs and remove the leading N_UNDF symbol.
12123
12124 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12125
12126 * gdb.texinfo, refcard.tex: Restore author credit
12127
12128 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12129
12130 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12131 are macros that take an single argument.
12132
12133 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12134
12135 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12136 documentation to account for START and END macros taking
12137 one arg.
12138
12139 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12140
12141 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12142 * gdb.texinfo (Frames): Fix typo.
12143
12144 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12145
12146 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12147 a target_signal as arg type, not a pid.
12148
12149 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12150
12151 * gdb.texinfo: Document `set assembly-language'.
12152
12153 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12154
12155 * remote.texi: Update list of stubs in the GDB distribution.
12156
12157 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12158
12159 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12160 Also document that some systems can use mmalloc but must define
12161 this if their C runtime allocates memory that is later freed.
12162 (MMCHECK_FORCE): Document new macro.
12163
12164 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12165
12166 * remote.texi: Add documentation for target Sparclet.
12167
12168 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12169
12170 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12171 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12172 * configure.in: Rewritten for autoconf.
12173 * configure: New.
12174
12175 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12176
12177 * Makefile.in (DVIPS): New define, set to dvips.
12178 (dvi): Add stabs.dvi.
12179 (ps): New target.
12180 (all-doc): Depend on info, dvi, and ps targets.
12181 (STAGESTUFF): Add *.ps and *.dvi files.
12182 (clean-info, clean-dvi): Remove.
12183 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12184 rules completely rewritten.
12185 (maintainer-clean): Remove clean-info and clean-dvi
12186 dependencies and put their actions in the rules.
12187 (gdb.ps): New target
12188 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12189 intermediate TeX files, whether they have 2 or 3 character
12190 extensions.
12191 (gdbint.ps): Add target and rules.
12192 (gdb-internals): Delete unused target.
12193 (Makefile): Depends upon config.status also.
12194
12195 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12196
12197 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12198 set.
12199
12200 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12201
12202 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12203 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12204
12205 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12206
12207 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12208
12209 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12210
12211 * gdb.texinfo (Print settings): Document
12212 `set/show print static-members' commands.
12213
12214 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12215
12216 * gdbint.texinfo (Native): Document name change, coredep.c to
12217 core-aout.c.
12218
12219 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12220
12221 * stabs.texinfo (Include Files): Document the values the SunOS4
12222 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12223
12224 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12225
12226 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12227 Fix typo.
12228
12229 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12230
12231 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12232 "gdb.tar.Z".
12233
12234 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12235
12236 * Makefile.in (maintainer-clean): New target, synonym for
12237 realclean.
12238
12239 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12240
12241 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12242
12243 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12244
12245 * Update all FSF addresses except those in COPYING* files.
12246
12247 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12248
12249 From Richard Earnshaw (rearnsha@armltd.co.uk):
12250 * gdb.texinfo (convenience variables): Document $_exitcode.
12251 (quit): Document optional expression to use as exit code.
12252
12253 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12254
12255 * gdb.texinfo, remote.texi: Brought up to date with various
12256 GDB changes.
12257
12258 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12259
12260 * gdb.texinfo: Update dates and versions, fix comments about
12261 hardware watchpoints in future releases and about the
12262 sharedlibrary command.
12263
12264 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12265
12266 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12267 C_FUN stab. Other cleanups.
12268
12269 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12270
12271 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12272 for the sparc stub.
12273
12274 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12275
12276 * annotate.texi: Clarify which addresses have differing formats
12277 depending on the language and which do not.
12278
12279 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12280
12281 * remote.texi (NetWare): Changed example to use BOARD= instead of
12282 NODE= argument to reflect correspoding change to gdbserve.nlm.
12283
12284 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12285
12286 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12287 GDB, as well as AIX dbx, supports the size type attribute.
12288
12289 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12290
12291 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12292
12293 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12294
12295 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12296 and new 'if' and 'while' commands.
12297
12298 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12299
12300 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12301
12302 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12303
12304 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12305 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12306 NetWare targets. Mostly stolen from the Server node.
12307
12308 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12309
12310 * gdb.texinfo (Setting): Talk about the language of a source file
12311 versus the working language. The old documentation did not match
12312 what GDB did.
12313
12314 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12315
12316 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12317 of a source file.
12318
12319 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12320
12321 * gdb.texinfo (Processes): New node.
12322
12323 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12324
12325 * remote.texi: Update documentation of set/show mipsfpu.
12326
12327 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12328
12329 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12330 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12331
12332 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12333
12334 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12335 obsolete conditionals, described some others.
12336
12337 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12338
12339 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12340 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12341
12342 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12343
12344 * gdbint.texinfo: Put regex conditionals in their own table.
12345
12346 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12347
12348 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12349 described or fixed the descriptions of many others.
12350
12351 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12352
12353 * gdb.texinfo: Add some more credits.
12354 * gdbint.texinfo: Capitalize GDB consistently, describe some
12355 macros and remove some.
12356
12357 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12358
12359 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12360 obsolete conditionals, described some others.
12361
12362 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12363
12364 * gdb.texinfo (help targets): Changed to `help target', which
12365 is the correct gdb command.
12366
12367 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12368
12369 * annotate.texi (TODO): New node, for keeping track of annotations
12370 suggested but not yet implemented.
12371
12372 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12373
12374 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12375 another symbol, it is not the address itself.
12376
12377 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12378
12379 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12380 of stabs-in-coff sections.
12381
12382 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12383
12384 * annotate.texi: Change edition to 0.5 and date to May 1994.
12385 Add index.
12386 (Frames): New node, for frame annotation.
12387 (Displays): New node, for display annotation.
12388
12389 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12390 when waiting for your program to stop.
12391
12392 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12393
12394 * annotate.texi (Breakpoint Info): Document annotation of header
12395 fields and record annotation.
12396
12397 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12398
12399 * annotate.texi: New file, to document annotations.
12400
12401 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12402
12403 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12404 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12405
12406 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12407
12408 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12409 section, and say n_strx field is compilation unit relative.
12410 * stabs.texinfo: Don't use @code for a.out when it is the name of
12411 an object file format.
12412
12413 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12414
12415 * gdb.texinfo: Refer to file names, not path names, per rms
12416 convention.
12417 (Arguments): Fix typo.
12418
12419 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12420
12421 * stabs.texinfo (Global Variables): Talk about stabs in files
12422 where variables are referenced, but not defined.
12423
12424 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12425
12426 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12427 Cplusplus to new nodes Member Type Descriptor and Method Type
12428 Descriptor. Re-write stuff for #.
12429
12430 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12431
12432 * gdb.texinfo (Print Settings): Don't document "set print
12433 fast-symbolic-addr off". The bug which it worked around was fixed
12434 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12435
12436 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12437 N_ENTRY node.
12438
12439 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12440
12441 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12442
12443 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12444 references to ieee-float.c.
12445
12446 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12447
12448 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12449 match what the code actually does.
12450
12451 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12452
12453 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12454
12455 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12456
12457 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12458 i, and b.
12459
12460 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12461
12462 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12463 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12464 as "stabs in sections" rather than just saying "ELF and SOM".
12465 Also make that stuff apply to COFF.
12466
12467 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12468
12469 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12470 Ghostscript.
12471
12472 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12473
12474 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12475 versus functions without line numbers, also mention stepping into
12476 them as well as "step" when you are in them. Tell the user how to
12477 deal with the situation. Add comment about "debugging information".
12478
12479 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12480
12481 * stabs.texinfo (Enumerations): Document restriction on where
12482 enumeration types can appear and still win with GDB.
12483
12484 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12485
12486 * stabs.texinfo (Negative Type Numbers): Document format for type
12487 -16.
12488
12489 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12490
12491 * gdb.texinfo (Selection, Frame Info): Update information about
12492 arbitrary frame specficiations.
12493
12494 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12495
12496 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12497
12498 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12499
12500 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12501
12502 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12503
12504 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12505
12506 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12507
12508 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12509 Differences node to Statics node.
12510 (Statics): Discuss XCOFF use of V symbol descriptor.
12511
12512 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12513 not clean.
12514
12515 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12516
12517 * gdb.texinfo (Print Settings): Document `set print
12518 fast-symbolic-addr' and improve the doc for some other
12519 `set print's.
12520
12521 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12522
12523 * stabs.texinfo (String Field): Talk about defining several type
12524 numbers at once.
12525 Fix lint regarding changing node ELF Transformations to
12526 ELF and SOM Transformations.
12527
12528 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12529
12530 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12531
12532 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12533
12534 * stabs.texinfo (Cross-References): `::' is for nested types only
12535 within <>.
12536 (Structures): Document static members.
12537
12538 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12539
12540 * stabs.texinfo: Document S type attribute.
12541
12542 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12543
12544 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12545
12546 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12547
12548 * gdbint.texinfo: Fix a few typos.
12549
12550 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12551
12552 * gdb.texinfo, remote.texi: formatting improvements
12553
12554 * gdb.texinfo (New Features): mention threads.
12555 (Summary, C): fix xrefs in newly contributed text.
12556 (Threads): index entries, clarifications, example
12557 (passim): minor typos fixed, phrasing improvements
12558
12559 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12560 entries; (Server): explain use of gdbserver w/real-time systems,
12561 add example of conflicting TCP port; (MIPS Remote) break up
12562 running text into table, highlighting commands, and add example.
12563
12564 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12565
12566 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12567
12568 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12569
12570 * stabs.texinfo (Nested Symbols): New node.
12571 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12572
12573 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12574
12575 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12576 to picking which Bbss.bss symbol to use, and (because there seems to
12577 be no good way of doing it) re-write some of the text to make it
12578 sound like Bbss.bss isn't such a great idea after all (as currently
12579 designed).
12580
12581 * gdb.texinfo (C): In addition to saying people have to use g++ for
12582 good results, say they have to use stabs. Specifically say cfront
12583 doesn't work well.
12584 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12585 the gdb README. Add xrefs to places where the support for the various
12586 languages is described in detail.
12587
12588 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12589
12590 * stabs.texinfo: Clean up stuff about visibility and virtual
12591 characters.
12592
12593 * stabs.texinfo (N_M2C): Cite Sun doc.
12594
12595 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12596
12597 * gdb.texinfo: updates re threads.
12598 * remote.texinfo: avoid index entries starting with digits.
12599
12600 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12601
12602 * stabs.texinfo (Enumerations): Talk about large, negative and
12603 octal values. Clean up cross reference to type attributes.
12604 (String Field): Say that GDB 4.11 supports size attribute.
12605
12606 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12607
12608 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12609 is a mandatory step. Make the stuff about that more concise.
12610
12611 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12612
12613 * stabs.texinfo (Class Names): New node.
12614
12615 * gdb.texinfo (Command Files): Explain order of init file reading.
12616
12617 * remote.texi (Bootstrapping): Talk about getting the serial driver
12618 to deal with ^C sent by gdb to stop the remote system.
12619
12620 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12621
12622 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12623
12624 * libgdb.texinfo (Defining Commands): made the DOC arg
12625 to gdb_define_app_command a char * instead of char **
12626 per a suggestion from kingdon.
12627
12628 * libgdb.texinfo: total rewrite from a different starting
12629 premise.
12630
12631 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12632
12633 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12634 floats passed as doubles (to improve clarity).
12635
12636 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12637
12638 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12639
12640 * a4rc.sed: update to work with Andreas Vogel papersize params
12641
12642 * refcard.tex: use Andreas Vogel simplifications of papersize
12643 params; remove useless version info; update copyright date.
12644
12645 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12646
12647 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12648
12649 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12650
12651 * gdb.texinfo (Files): Say what address the load command loads it at.
12652
12653 * stabs.texinfo (Common Blocks): Minor cleanups.
12654
12655 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12656 that Sun has backed away from the linker kludge and thus the relevant
12657 issue is changes to the SunPRO tools, not the Solaris linker.
12658
12659 * stabs.texinfo (Traditional Integer Types): Clean up description
12660 of octal bounds a little bit. Document extra leading zeroes.
12661
12662 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12663
12664 * gdb.texinfo (Signaling): Update for symbolic symbol names
12665 and add a section explaining the difference between the GDB
12666 signal command and the shell kill utility.
12667
12668 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12669
12670 * libgdb.texinfo: added `@' to braces that were unescaped.
12671
12672 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12673
12674 * libgdb.texinfo: new file. Spec for the gdb library.
12675
12676 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12677
12678 * stabs.texinfo (Include Files): Fix typo (start -> end).
12679
12680 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12681
12682 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12683 from Melissa at FSF's editing pass.
12684
12685 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12686
12687 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12688 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12689 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12690
12691 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12692
12693 * remote.texi (Bootstrapping): Discuss 386 call gates.
12694
12695 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12696
12697 * stabs.texinfo (Based Variables): New node.
12698
12699 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12700
12701 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12702 names, sizes, and formats to suggest how not to lose.
12703
12704 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12705
12706 * stabs.texinfo (Methods): Fix typo.
12707
12708 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12709
12710 * gdb.texinfo: Fix a few typos.
12711
12712 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12713
12714 * gdb.texinfo: Clarify how well it works with Fortran.
12715
12716 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12717 More on relocating stabs in ELF files.
12718
12719 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12720
12721 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12722
12723 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12724
12725 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12726 parameters on VAX.
12727
12728 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12729
12730 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12731
12732 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12733
12734 * stabs.texinfo: Make info author notice match the TeX author notice.
12735
12736 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12737
12738 * stabs.texinfo: Initial-caps all words in node names and
12739 non-trivial words in section names.
12740
12741 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12742
12743 * stabs.texinfo: Many minor cleanups.
12744
12745 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12746
12747 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12748
12749 * stabs.texinfo: Remove full description of big example.
12750 It's not really helpful; just use pieces of it where appropriate.
12751 Add more Texinfo formatting directives (@samp, etc.).
12752 Use @deffn to define stab types.
12753 Eliminate some wordiness. Break up some nodes.
12754 Add an (alphabetized) index of symbol types.
12755 Use consistent capitalization style in node and section names.
12756
12757 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12758
12759 * gdb.texinfo: Change typo "Two two" to "The two".
12760
12761 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12762
12763 * stabs.texinfo (XCOFF-differences): Remove references to
12764 non-existent types N_DECL and N_RPSYM.
12765
12766 * stabs.texinfo (String Field): Say that type attributes bug is
12767 fixed in GDB 4.10, since it is.
12768
12769 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12770
12771 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12772
12773 * stabs.texinfo: Formatting cleanups.
12774
12775 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12776
12777 * stabs.texinfo: When explaining the n_type of a stab, standardize
12778 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12779 no tabs, use @r).
12780 (Global Variables): Clean up.
12781
12782 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12783
12784 * stabs.texinfo (Stack Variables): Re-write.
12785
12786 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12787
12788 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12789 addresses of a source file. Also revise formatting.
12790 Change "object module" or "object file" to "source file".
12791 Various: Miscellaneous cleanups.
12792
12793 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12794
12795 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12796
12797 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12798
12799 * gdbint.texinfo: Removed many nonsensical machine-collected
12800 host and target conditionals, described some of the remainder.
12801
12802 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12803
12804 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12805
12806 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12807 paragraph which follows.
12808
12809 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12810 variables. Looks better and avoids overful hbox.
12811
12812 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12813
12814 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12815
12816 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12817
12818 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12819 retransmit-timeout
12820
12821 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12822
12823 * gdbint.texinfo: Update statement about `some ancient Unix
12824 systems, like Ultrix 4.0' to Ultrix 4.2.
12825
12826 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12827
12828 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12829
12830 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12831
12832 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12833 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12834
12835 * remote.texi: new name for former gdbinv-s.texi
12836
12837 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12838
12839 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12840
12841 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12842 variables for MIPS remote debugging protocol.
12843
12844 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12845
12846 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12847
12848 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12849
12850 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12851
12852 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12853
12854 * gdb.texinfo: repair conditional bugs in text markup
12855
12856 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12857
12858 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12859 to select Modula-2 material.
12860
12861 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12862
12863 * stabs.texinfo: Cleanups regarding statics.
12864
12865 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12866 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12867
12868 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12869
12870 * stabs.texinfo: N_MAIN is sometimes used for C.
12871
12872 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12873
12874 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12875
12876 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12877
12878 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12879 removed from the code by Kingdon.
12880
12881 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12882
12883 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12884 input when evaluating breakpoint conditions; the bug has been fixed.
12885
12886 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12887 sets the ignore count to N-1, not to N.
12888
12889 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12890
12891 * refcard.tex (\hoffset): correct longstanding error to match
12892 intended offset; avoids cutting off edge on some printers
12893
12894 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12895
12896 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12897
12898 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12899
12900 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12901
12902 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12903
12904 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12905 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12906 collect sed edits if any, apply to refcard before formatting;
12907 (refcard.ps) stop implying PS fonts if PS output requested;
12908 (lrefcard.ps) delete extra target for variant PS fonts
12909
12910 * refcard.tex: parametrize papersize dependent info, collect
12911 in easily replaced spot
12912
12913 * a4rc.sed: new file, edits to refcard for A4 paper
12914
12915 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12916
12917 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12918
12919 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12920
12921 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12922
12923 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12924
12925 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12926 politely rather than rudely.
12927
12928 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12929
12930 * stabs.texinfo: Document common blocks.
12931
12932 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12933
12934 * stabs.texinfo: Add some basic info about stabs-in-elf.
12935
12936 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12937
12938 * stabs.texinfo (Top): Minor cleanup.
12939
12940 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12941
12942 * Makefile.in (install-info): remove parentdir support
12943
12944 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12945
12946 * gdb.texinfo (Copying): delete this node and references to it;
12947 RMS says this manual need not carry GPL. (passim): Improvements
12948 from last round at FSF, largely due to Ian Taylor review, and
12949 minor formatting improvements.
12950
12951 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12952 largely due to Ian Taylor review. (Debug Session): minor edits to
12953 new text.
12954
12955 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12956
12957 * Makefile.in (realclean): Remove info and dvi files too.
12958
12959 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12960
12961 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12962 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12963 * gdb.texinfo: Change accordingly.
12964
12965 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12966 N_{L,R}BRAC,N_SLINE are relative to.
12967
12968 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12969
12970 * Makefile.in (GDBvn.texi): Update atomically.
12971
12972 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12973
12974 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12975
12976 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12977
12978 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12979 addresses together. Also motivate the set print symbol-filename
12980 command and suggest other solutions.
12981
12982 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12983
12984 * gdb.texinfo (set print elements): Note that the number of
12985 elements is set to unlimited by "set print elements 0".
12986
12987 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12988
12989 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12990 NF_LDOUBLE means.
12991 (Stab Types): Include Solaris stab types.
12992 (Procedures): Document Solaris extensions.
12993
12994 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12995
12996 * gdb.texinfo: Add `set print symbol-filename' doc.
12997
12998 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12999
13000 * stabs.texinfo (Arrays): Talk about type definition vs. type
13001 information.
13002
13003 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
13004 the trailing semicolon.
13005
13006 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13007
13008 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13009 and merge in other parts of the document addressing these subjects.
13010 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13011
13012 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13013 at the end of a range type.
13014
13015 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13016 AIX extensions.
13017
13018 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13019
13020 * stabs.texinfo (Stabs Format): Misc fixes.
13021
13022 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13023
13024 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13025 (Traditional builtin types): Document convex convention for long long.
13026 (Negative builtin types): Discuss type names, and misc fixes.
13027
13028 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13029
13030 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13031 point types used with @samp{R} type descriptor.
13032 (Symbol Descriptors): Describe how to handle conflict between
13033 different meanings of @samp{P} symbol descriptor.
13034
13035 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13036
13037 * stabs.texinfo: Remove node Quick Reference and put its children
13038 directly under the main menu.
13039
13040 * stabs.texinfo: Many more changes to bring it into line with
13041 AIX documentation and reality. I think it now has all the
13042 information from the AIX documentation, except that I burned
13043 out when I got to variant records (Pascal and Modula-2) and
13044 all the COBOL types. Oh well, we can add them later when we're
13045 worrying more about those languages.
13046
13047 * stabs.texinfo (Automatic variables): Talk about what it means
13048 to omit the symbol descriptor.
13049
13050 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13051
13052 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13053 gcc2 behavior with promoted args.
13054
13055 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13056
13057 * gdb.texinfo: include readline appendices in info version of manual
13058
13059 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13060
13061 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13062 target remote.
13063
13064 * gdb.texinfo (Machine Code): more index entries for disassemble
13065
13066 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13067
13068 * Clarify the intended use of the gdb-testers and gdb-patches
13069 mailing lists, and shrink gzip comment.
13070
13071 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13072
13073 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13074 DOSHOST configuration of manual.
13075
13076 * gdb.texinfo (MIPS Stack): new node.
13077
13078 * all-config.texi (MIPS) new switch.
13079
13080 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13081 tense; (MIPS Remote) new node.
13082
13083 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13084 bug; (Environment) less passive, other small cleanups in text about
13085 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13086 (Remote) new MIPS Remote menu entry.
13087
13088 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13089
13090 * stabs.texinfo: Many changes to include information from the
13091 AIX documentation.
13092
13093 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13094
13095 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13096
13097 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13098 Add PRINTF_HAS_LONG_LONG references.
13099
13100 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13101
13102 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13103 `set demangle-style arm' (not cfront); mention can type `q' to
13104 discard output, when gdb pages.
13105
13106 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13107
13108 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13109 Move a bunch of information from ../README.
13110 (Getting Started): New node.
13111
13112 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13113
13114 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13115
13116 * gdb.texinfo: advance manual revision dates to present
13117
13118 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13119 stop using silly Roman numerals in @set variable names
13120
13121 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13122
13123 * stabs.texinfo (Parameters): Keep trying to get this right.
13124
13125 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13126
13127 * stabs.texinfo (Parameters): More on "local parameters".
13128
13129 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13130
13131 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13132
13133 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13134
13135 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13136 (Parameters): Rewrite.
13137 (xcoff-differences, Sun-differences): Minor changes.
13138
13139 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13140
13141 * stabs.texinfo: Minor cleanup.
13142
13143 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13144
13145 * gdbint.texinfo: Minor xcoff stuff.
13146
13147 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13148
13149 * gdbint.texinfo: Update for new config directory structure.
13150 Add info about internal type data structures.
13151
13152 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13153
13154 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13155 $(srcdir).
13156 (gdb-config.texi): Depend on file in $(srcdir).
13157
13158 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13159
13160 * stabs.texinfo: Fixes about N_SO.
13161
13162 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13163
13164 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13165
13166 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13167
13168 * gdb.texinfo: include list of nonstandard init file names
13169
13170 * *-config.texi: new switch GENERIC for text that applies *only*
13171 to (usual) multiple-target version of manual
13172
13173 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13174 h8 config
13175
13176 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13177 in menus (rather than conditionally selected multiple alternative
13178 menus).
13179
13180 * Makefile.in: define and use DOC_CONFIG var to select
13181 configuration for GDB user manual.
13182
13183 * gdb-config.texi: delete from repository, generate from Makefile.
13184
13185 * all-config.texi: normal `generic' configuration file, formerly
13186 stored as gdb-config.texi
13187
13188 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13189
13190 * Makefile.in: add dvi target to build all .dvi files
13191
13192 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13193
13194 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13195
13196 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13197
13198 * stabs.texi: The `this' pointer is now known by the name
13199 `this' instead of `$t'.
13200
13201 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13202
13203 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13204 host conditionals.
13205 * stabs.texinfo: More array fixes inspired by Jim's.
13206
13207 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13208
13209 * stabs.texinfo: Fixes re arrays and continuations.
13210
13211 * gdbint.texinfo: Add XCOFF node.
13212
13213 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13214
13215 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13216
13217 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13218
13219 * stabs.texinfo: Fix for array types to mention lower bounds.
13220
13221 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13222
13223 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13224
13225 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13226
13227 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13228
13229 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13230
13231 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13232 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13233
13234 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13235
13236 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13237
13238 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13239
13240 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13241
13242 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13243
13244 * gdb.texinfo, gdbinv-s.texi: misc updates
13245
13246 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13247
13248 * gdbint.texinfo: Brief documentation for longjmp support,
13249 from an email msg by Stu.
13250
13251 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13252
13253 * stabs.texinfo: Fix description of floating point "range"
13254 types (which really define basic types). Reported by Jim Meehan,
13255 <meehan@src.dec.com>.
13256
13257 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13258
13259 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13260
13261 * gdbint.texinfo: Slightly expand section on supporting a new
13262 object file format.
13263
13264 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13265
13266 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13267 intermediate file.
13268
13269 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13270
13271 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13272
13273 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13274
13275 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13276
13277 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13278 as well as Z8002.
13279
13280 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13281
13282 * gdbint.texinfo (Host Conditionals): Remove
13283 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13284 MEM_FNS_DECLARED.
13285 (Target Conditionals): Remove all of the above.
13286
13287 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13288
13289 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13290 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13291
13292 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13293
13294 * gdbint.texinfo: Add sections on clean design and on how to send
13295 in changes.
13296
13297 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13298
13299 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13300
13301 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13302
13303 * gdbint.texinfo: nm.h now included in defs.h.
13304
13305 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13306
13307 * gdb.texinfo: Fix typo, reported by Karl Berry.
13308
13309 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13310
13311 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13312
13313 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13314
13315 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13316
13317 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13318
13319 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13320 (all @node commands): Use new form to avoid nitpicking errors.
13321 * gdbint.texinfo: Document host/native/target split.
13322
13323 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13324
13325 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13326
13327 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13328
13329 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13330
13331 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13332
13333 * gdbint.texinfo: fixed a stray email address (needs @@),
13334 added @table @code to node "Native Conditionals"
13335
13336 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13337
13338 * gdbint.texinfo: document a few more macros, create new section
13339 for native macros.
13340
13341 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13342
13343 * gdb.texinfo: Document command hooks.
13344
13345 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13346
13347 * gdbint.texinfo: Describe coding style of GDB.
13348
13349 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13350
13351 * stabs.texinfo: Minor wording changes.
13352
13353 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13354
13355 * gdbint.texinfo: Improve release doc slightly.
13356
13357 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13358
13359 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13360 for two new remote targets---29K using UDI, and Tandem ST2000
13361 using STDBUG.
13362
13363 * all.m4, none.m4: new m4 switch, _ST2000__
13364
13365 * all.m4: turn on H8/300 stuff for generic manual
13366
13367 * gdbinv-s.m4.in: remove text on special procedures to continue
13368 after explicit call to breakpoint() in serial stubs.
13369
13370 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13371
13372 * gdbint.texinfo: Improve doc of GDB config macros.
13373
13374 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13375
13376 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13377 These will be reinserted when examined.
13378
13379 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13380
13381 * gdb.texinfo: fix shameful error of agreement reported by
13382 jimb@occs.cs.oberlin.edu (Jim Blandy)
13383 * gdb.texinfo: remove old partial discussion of remote serial
13384 protocol (via serial debug stubs)
13385 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13386 use of serial debug stubs
13387
13388 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13389
13390 * gdbint.texinfo: Make a start at documenting all the #if macros
13391 in GDB. At least list them all, and start separating them into
13392 host-specific and target-specific.
13393
13394 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13395
13396 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13397 examples (not consistent w others).
13398 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13399 for generic vn of doc
13400
13401 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13402
13403 * Makefile.in: always create installation directories.
13404
13405 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13406
13407 * gdb.texinfo: in h8 config, do not describe searching commands.
13408
13409 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13410
13411 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13412 conditionals; introduce a few generic switches that may be
13413 useful for other cross-dev or dos-hosted configs.
13414
13415 * gdb.texinfo: fix typo in "info reg" description
13416
13417 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13418
13419 * stabs.texinfo: Minor updates from running TeX over it.
13420 * Makefile.in (stabs.dvi, stabs.ps): Add.
13421
13422 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13423
13424 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13425 First pass at converting it to texinfo.
13426
13427 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13428
13429 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13430 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13431
13432 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13433
13434 * gdbint.texinfo: Add section on partial symbol tables.
13435
13436 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13437
13438 * gdb.texinfo: Document new am29k setting.
13439
13440 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13441
13442 * gdb.texinfo: document `set remotedebug' and `set
13443 rstack_high_address'.
13444
13445 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13446
13447 * gdb.texinfo: slight expansion of new text on reading info files
13448 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13449 H8/300 from DOS.
13450
13451 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13452
13453 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13454
13455 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13456
13457 * gdb.texinfo: Say how to read the `info' files.
13458
13459 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13460
13461 * Makefile.in: gm4 -> m4.
13462
13463 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13464
13465 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13466 Documentation' ahead of `Installing GDB' to match README.
13467 Update shared library doc, -readnow and -mapped, and directory
13468 structure (add glob and mmalloc). Update configure doc.
13469
13470 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13471
13472 * Makefile.in: remove $(srcdir) from gdb.info rule.
13473
13474 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13475
13476 * Makefile.in: commented out gdb-all.texinfo rule. This is
13477 temporary.
13478
13479 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13480
13481 * Makefile.in, configure.in: removed traces of namesubdir,
13482 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13483 copyrights to '92, '13, changed some from Cygnus to FSF.
13484
13485 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13486
13487 * gdb.texinfo: Improve how we ask for bug reports.
13488
13489 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13490
13491 * Makefile.in: infodir belongs in datadir.
13492
13493 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13494
13495 * Makefile.in: remove spaces following hyphens, bsd make can't
13496 cope. install using INSTALL_DATA. added clean-info. added
13497 standards.text support.
13498
13499 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13500
13501 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13502 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13503 and mandir now keyed off datadir by default.
13504
13505 \f
13506 Local Variables:
13507 mode: change-log
13508 left-margin: 8
13509 fill-column: 74
13510 version-control: never
13511 coding: utf-8
13512 End: