Make exec-file-mismatch compare build IDs
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2020-05-19 Pedro Alves <palves@redhat.com>
2
3 * gdb.texinfo (Attach): Update exec-file-mismatch description to
4 mention build IDs.
5 (Separate Debug Files): Add "build id" anchor.
6
7 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8
9 * gdb.texinfo (Help): Document the help and apropos changes.
10 (Aliases): Document new meaning of -a abbreviation flag.
11
12 2020-05-05 Kamil Rytarowski <n54@gmx.com>
13
14 * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
15 (info proc exe, info proc mappings, info proc stat): Mention
16 NetBSD support.
17
18 2020-04-28 Tom Tromey <tom@tromey.com>
19
20 * python.texi (Commands In Python): Document gdb.COMMAND_TUI.
21
22 2020-04-27 Tom Tromey <tromey@adacore.com>
23
24 * python.texi (Types In Python): Mention missing fields. Add
25 dynamic type example.
26
27 2020-04-24 Tom Tromey <tromey@adacore.com>
28
29 PR python/23662:
30 * python.texi (Types In Python): Document new features.
31
32 2020-04-15 Artur Shepilko <nomadbyte@gmail.com>
33
34 * gdb.texinfo: Transform @var{[host]} to [@var{host}]; this
35 clears makeinfo warnings.
36 * python.texi: Add a missing period trailing an @xref{} clause;
37 this clears a makeinfo warning.
38
39 2020-03-06 Tom de Vries <tdevries@suse.de>
40
41 * gdb.texinfo: Fix "the the".
42
43 2020-03-04 Tom de Vries <tdevries@suse.de>
44
45 * gdb.texinfo: Remove trailing "done." in "Reading symbols from" lines.
46 * python.texi: Same.
47
48 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * gdb.texinfo (Command History): Extend description for
51 GDBHISTFILE and GDBHISTSIZE, add detail about the filename for
52 'set history filename' being optional. Describe the effect of an
53 empty history filename on 'set history save on'.
54
55 2020-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * gdb.texinfo (Threads): Fix alignment in 'info threads' example
58 output.
59
60 2020-02-22 Tom Tromey <tom@tromey.com>
61
62 * python.texi (Python API): Add menu item.
63 (TUI Windows In Python): New node.
64
65 2020-02-22 Tom Tromey <tom@tromey.com>
66
67 PR tui/17850:
68 * gdb.texinfo (TUI Commands): Document horizontal layouts.
69
70 2020-02-22 Tom Tromey <tom@tromey.com>
71
72 * gdb.texinfo (TUI Overview): Mention user layouts.
73 (TUI Commands): Document "tui new-layout".
74
75 2020-01-26 Tom Tromey <tromey@adacore.com>
76
77 * gdb.texinfo (M68K Features): Document floating-point feature
78 correspondence.
79
80 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
81
82 * gdb.texinfo (Attach): Document the new option and the
83 set/show commands.
84 (Connecting): Reference the exec-file-mismatch option.
85
86 2020-01-10 Pedro Alves <palves@redhat.com>
87
88 * gdb.texinfo (Starting): Say "current inferior not connected"
89 instead of "GDB not connected".
90 (Inferiors and Programs): Rename node to ...
91 (Inferiors Connections and Programs): ... this. Update all
92 references. Talk about multiple target connections. Update "info
93 inferiors" info to mention the connections column. Describe "info
94 connections". Document "add-inferior -no-connection".
95 * guile.texi, python.texi: Update cross references.
96
97 2020-01-01 Joel Brobecker <brobecker@adacore.com>
98
99 * gdb.texinfo, refcard.tex: Update copyright year range.
100
101 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * python.texi (Symbols In Python): Remove duplicate description of
104 gdb.lookup_global_symbol.
105
106 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
107
108 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
109
110 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
111
112 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
113 as -r is ambiguous. Update the print - TAB TAB completion result.
114 (Data): Document new option -raw-values. Use -p and -pretty in the
115 example, as -r is ambiguous.
116 (Print Settings): Document set print raw values.
117 (Pretty-Printer Commands): Document interaction between enabled
118 pretty printers and -raw-values/-raw-frame-arguments.
119
120 2019-12-10 Tom Tromey <tom@tromey.com>
121
122 * python.texi (gdb.prompt): Use correct quotes in example.
123 Shorten sample text.
124
125 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
128 -max-results to some -symbol-info-* commands.
129
130 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
133 -symbol-info-module-functions and -symbol-info-module-variables.
134
135 2019-12-01 Tom Tromey <tom@tromey.com>
136
137 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
138 (Output Styling): Document new settings.
139
140 2019-12-01 Tom Tromey <tom@tromey.com>
141
142 * gdb.texinfo (TUI Configuration): Document new setting.
143
144 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
145
146 * gdb.texinfo (Define): Indicate that user-defined prefix can
147 be used in 'define' command. Document 'define-prefix' command.
148
149 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
152 -symbol-info-modules.
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-functions, -symbol-info-types, and
158 -symbol-info-variables.
159
160 2019-11-26 Tom Tromey <tom@tromey.com>
161
162 * gdb.texinfo (Maintenance Commands): Document new maint
163 commands.
164
165 2019-11-25 Luis Machado <luis.machado@linaro.org>
166
167 * gdb.texinfo (Debugging Output): Document set debug
168 remote-packet-max-chars.
169
170 2019-11-14 Tom de Vries <tdevries@suse.de>
171
172 * gdb.texinfo: Fix typos.
173 * python.texi: Same.
174 * stabs.texinfo: Same.
175
176 2019-11-12 Tom Tromey <tom@tromey.com>
177
178 * gdb.texinfo (Maintenance Commands): Document new command.
179
180 2019-11-11 Tom Tromey <tom@tromey.com>
181
182 * gdb.texinfo (TUI Keys): Document readline function names.
183
184 2019-11-11 Tom Tromey <tom@tromey.com>
185
186 * gdb.texinfo (Editing): Document operate-and-get-next.
187
188 2019-11-11 Tom Tromey <tromey@adacore.com>
189
190 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
191
192 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
193
194 * python.texi (Symbols In Python): Add documentation for
195 gdb.lookup_static_symbols.
196
197 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * python.texi (Symbols In Python): Extend documentation for
200 gdb.lookup_static_symbol.
201
202 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
203
204 * gdb.texinfo (Symbols): Document new 'info module variables' and
205 'info module functions' commands.
206
207 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * gdb.texinfo (Symbols): Document new 'info modules' command.
210
211 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
212
213 * gdb.texinfo (Convenience Funs): Document the new
214 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
215 convenience functions.
216
217 2019-10-29 Christian Biesinger <cbiesinger@google.com>
218
219 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
220 generation.
221 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
222 option.
223
224 2019-10-23 Tom Tromey <tom@tromey.com>
225
226 * Makefile.in (READLINE_DIR): Update.
227
228 2019-10-23 Christian Biesinger <cbiesinger@google.com>
229
230 * python.texi (Threads In Python): Add a note for how to get the
231 list of threads.
232
233 2019-10-07 Tom de Vries <tdevries@suse.de>
234
235 * gdb.texinfo: Fix typo.
236 * guile.texi: Same.
237 * python.texi: Same.
238
239 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
240
241 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
242
243 2019-10-02 Tom Tromey <tromey@adacore.com>
244
245 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
246 $_ada_exception.
247
248 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
249
250 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
251 qXfer:spu:read and qXfer:spu:write.
252 (General Query Packets): Likewise.
253 (Cell Broadband Engine SPU architecture): Remove subsection.
254
255 2019-09-18 Tom Tromey <tom@tromey.com>
256
257 * gdb.texinfo (Editing): Document readline application name.
258 (TUI Single Key Mode): Document TUI SingleKey keymap name.
259
260 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.texinfo (Source Path): Additional text to better describe
263 how the source path directory list is used when searching for
264 source files.
265
266 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
267
268 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
269 examples.
270
271 2019-09-10 Tom Tromey <tromey@adacore.com>
272
273 * gdb.texinfo (Index Files): Update Ada text.
274
275 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
276
277 * gdb.texinfo (Symbols): Add information about the -n flag to
278 "info variables" and "info functions".
279
280 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
281
282 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
283
284 2019-08-16 Alan Hayward <alan.hayward@arm.com>
285
286 * gdb.texinfo (AArch64 Pointer Authentication)
287 (GDB/MI Breakpoint Information) (Frame Information): Document
288 addr_field.
289
290 2019-08-12 Tom Tromey <tom@tromey.com>
291
292 * gdb.texinfo (Configure Options): Document minimum version of
293 readline.
294
295 2019-08-09 Alan Hayward <alan.hayward@arm.com>
296
297 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
298
299 2019-08-07 Alan Hayward <alan.hayward@arm.com>
300
301 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
302
303 2019-08-05 Christian Biesinger <cbiesinger@google.com>
304
305 * python.texi (Blocks In Python): Document dictionary access on blocks.
306
307 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
308
309 * gdb.texinfo (Symbols): Document new args -dirname and -basename
310 of "info sources" command.
311
312 2019-07-30 Christian Biesinger <cbiesinger@google.com>
313
314 * python.texi (Symbols In Python): Document new function
315 gdb.lookup_static_symbol.
316
317 2019-07-29 Christian Biesinger <cbiesinger@google.com>
318
319 * python.texi (Objfiles In Python): Document new functions
320 Objfile.lookup_{global,static}_symbol.
321
322 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
323
324 * gdb.texinfo (Backtrace): Document the new '-frame-info'
325 backtrace option. Reference 'set print frame-info'.
326 (Print Settings): Document 'set|show print frame-info'.
327 Document new 'presence' value for 'set print frame-arguments.
328
329 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * gdb.texinfo (Symbols): Add information about -q flag to "info
332 types".
333
334 2019-07-20 Kevin Buettner <kevinb@redhat.com>
335
336 * python.texi (python command): Revise example to match
337 command behavior.
338
339 2019-07-09 Pedro Alves <palves@redhat.com>
340
341 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
342 examples to show type=catchpoint instead of type=breakpoint and an
343 address.
344
345 2019-07-03 Pedro Alves <palves@redhat.com>
346 Philippe Waroquiers <philippe.waroquiers@skynet.be>
347
348 * gdb.texinfo (Command Settings): New node documenting the general
349 concept of settings, how to change them, and the new "with"
350 command.
351 (Maintenance Commands): Document "maint with".
352
353 2019-07-03 Pedro Alves <palves@redhat.com>
354
355 * gdb.texinfo (Maintenance Commands): Document "maint set/show
356 test-settings" instead of "maint test-settings set/show".
357
358 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
359
360 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
361 deals with a file that has the same name as the specified pid to
362 attach to. Add example using -p option.
363 (gdb man): Remove same sentence as in previous item.
364
365 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
368 node.
369 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
370 new MI commands.
371
372 2019-06-13 Pedro Alves <palves@redhat.com>
373
374 * gdb.texinfo (Command Completion): Mention command options too.
375 (Command Options): New node.
376 (Threads): Add anchors. Extend descriptions of the "taas" and
377 "tfaas" commands.
378 (Backtrace): Describe new options of the "backtrace" command. Add
379 anchors.
380 (Frame Apply): Describe new options of the "frame apply" and
381 "faas" commands. Add anchors.
382 (Data): Describe new options of the "print" command. Add anchors.
383 (Compiling and Injecting Code): Mention options of the "compile
384 print" command.
385 (Maintenance Commands): Mention "maint test-options" subcommands
386 and the "maint show test-options-completion-result" command.
387
388 2019-06-13 Pedro Alves <palves@redhat.com>
389
390 * gdb.texinfo (Print Settings): Document "set/show print
391 raw-frame-arguments" instead of "set/show print raw
392 frame-arguments".
393
394 2019-06-13 Pedro Alves <palves@redhat.com>
395
396 * gdb.texinfo (Maintenance Commands): Document "maint
397 test-settings" commands.
398
399 2019-06-06 Amos Bird <amosbird@gmail.com>
400
401 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
402 annotation.
403
404 2019-06-04 Christian Biesinger <cbiesinger@google.com>
405
406 * python.texi: Document new gdb.Type.objfile property.
407
408 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
409
410 * gdb.texinfo (Help): Document the new -v apropos flag.
411 (Output Styling): Document the style name styling done by "show style".
412 Document the new title and highlight styles.
413
414 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
415
416 * gdb.texinfo (Shell Commands): Document pipe command.
417 (Logging Output): Add a reference to pipe command.
418 (Convenience Variables): Document $_shell_exitcode and
419 $_shell_exitstatus.
420
421 2019-05-29 Tom Tromey <tromey@adacore.com>
422
423 * gdb.texinfo (Continuing and Stepping): Document new
424 commands.
425
426 2019-05-22 Alan Hayward <alan.hayward@arm.com>
427
428 * gdb.texinfo (Shell Commands): Add debugredirect.
429
430 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
431
432 * gdb.texinfo: Minor formatting fixes.
433
434 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
435
436 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
437 MI command -complete.
438
439 2019-05-14 Tom de Vries <tdevries@suse.de>
440
441 * gdb.texinfo (Automatic symbol index cache): Add concept and command
442 index entries.
443
444 2019-05-14 Tom de Vries <tdevries@suse.de>
445
446 * gdb.texinfo (Maintenance Commands): Remove superfluous
447 quoting on command index entry for "maint info selftests".
448
449 2019-05-10 Tom Tromey <tromey@adacore.com>
450
451 * python.texi (Pretty Printing API): Mention lazy computation for
452 "children".
453
454 2019-05-10 Tom Tromey <tromey@adacore.com>
455
456 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
457 exception" and "catch handlers". Move "catch exception unhandled"
458 text. Use @var for "catch load" and "catch unload"
459
460 2019-05-08 Tom Tromey <tromey@adacore.com>
461
462 * gdb.texinfo (Symbols): Document change to ptype/o.
463
464 2019-05-03 Eli Zaretskii <eliz@gnu.org>
465
466 * gdb.texinfo (Separate Debug Files): Document how the
467 subdirectory of the global debug directory is computed on
468 MS-Windows/MS-DOS.
469
470 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.texinfo (Print Settings): Document 'print max-depth'.
473 * guile.texi (Guile Pretty Printing API): Document that 'print
474 max-depth' can effect the display of a values children.
475 * python.texi (Pretty Printing API): Likewise.
476 (Values From Inferior): Document max_depth keyword.
477
478 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
479
480 * gdb.texinfo (Calling): Document the new
481 set|show may-call-functions.
482
483 2019-04-22 Pedro Alves <palves@redhat.com>
484
485 * gdb.texinfo (Reverse Execution): Mention and xref process record
486 and replay. Mention remote and system emulators.
487 (Process Record and Replay): List supported architectures.
488 Mention that "record btrace" is only supported on Intel
489 processors.
490
491 2019-04-17 Alan Hayward <alan.hayward@arm.com>
492
493 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
494 (Monitor Commands for gdbserver)
495 (gdbserver man): Add debug-file option.
496
497 2019-04-08 Kevin Buettner <kevinb@redhat.com>
498
499 * python.texi (Inferiors In Python): Rename
500 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
501 Add note about the former being deprecated.
502
503 2019-04-08 Kevin Buettner <kevinb@redhat.com>
504
505 * python.texi (Threads In Python): Add description for method
506 InferiorThread.handle.
507
508 2019-04-07 Tom Tromey <tom@tromey.com>
509
510 * Makefile.in (all): Depend on "info".
511
512 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
513
514 * gdb.texinfo (Convenience Funs): Document '$_creal' and
515 '$_cimag'.
516
517 2019-03-30 Eli Zaretskii <eliz@gnu.org>
518
519 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
520 $_gdb_minor.
521
522 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
523
524 * python.texi (Pretty Printing API): Document use of None for the
525 display_hint.
526
527 2019-03-22 Alan Hayward <alan.hayward@arm.com>
528 Jiong Wang <jiong.wang@arm.com>
529
530 * gdb.texinfo (AArch64 Features): Describe pauth feature.
531
532 2019-03-20 Tom Tromey <tromey@adacore.com>
533
534 * python.texi (Selecting Pretty-Printers): Use @defvar for
535 gdb.pretty_printers.
536
537 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
538
539 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
540 of table, "@end @table" -> "@end table".
541
542 2019-03-14 Tom Tromey <tromey@adacore.com>
543
544 * gdb.texinfo (Output Styling): Document "set style source" and
545 "show style source".
546
547 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
548
549 * gdb.texinfo (Mode Options): Mention mi3.
550 (Interpreters): Likewise.
551 (GDB/MI Development and Front Ends): Add entry for MI 3 in
552 version table. Document -fix-multi-location-breakpoint-output.
553 (GDB/MI Breakpoint Information): Document format of breakpoint
554 location output.
555
556 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
557
558 * python.texi (Values From Inferior): Change synopsys of the
559 second form of Value.__init__.
560
561 2019-03-02 Eli Zaretskii <eliz@gnu.org>
562
563 * gdb.texinfo (Output Styling): Fix typos. Document the default
564 foreground colors of the available styles.
565
566 2019-02-27 Kevin Buettner <kevinb@redhat.com>
567
568 * gdb.texinfo (Configure Options): Document minimum python
569 version.
570
571 2019-02-26 Kevin Buettner <kevinb@redhat.com>
572
573 * python.texi (Values From Inferior): Document second form
574 of Value.__init__.
575
576 2019-02-23 Joel Brobecker <brobecker@adacore.com>
577
578 * gdb.texinfo: Update copyright year ranges.
579 * refcard.tex: Likewise.
580
581 2019-02-21 Alan Hayward <alan.hayward@arm.com>
582
583 * gdb.texinfo: Update style defaults.
584
585 2019-02-21 Tom Tromey <tromey@adacore.com>
586
587 * gdb.texinfo (Remote Configuration): Remove trailing "." from
588 @item.
589
590 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
591
592 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
593 MI versions. Update text around it.
594
595 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
596
597 * gdb.texinfo (PowerPC Features): Document the alias
598 pseudo-registers for the org.gnu.gdb.power.altivec feature.
599
600 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
601
602 * gdb.texinfo (Print Settings): Remove mention of specific
603 demangle-style values, just refer to the in-process help.
604
605 2018-12-28 Tom Tromey <tom@tromey.com>
606
607 * gdb.texinfo (Output Styling): New node.
608
609 2018-12-13 John Baldwin <jhb@FreeBSD.org>
610
611 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
612 (Native): Add a FreeBSD subsection.
613 (FreeBSD): Document use of system call aliases for compatibility
614 system calls.
615
616 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
617
618 * gdb.texinfo (Standard Target Features): Add RISC-V Features
619 sub-section.
620
621 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
622
623 * gdb.texinfo (Examining the Symbol Table): Document language choice
624 for 'info types|functions|variables' commands.
625 (Setting Breakpoints): Document language choice to print
626 the functions in which a breakpoint is set.
627
628 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
629
630 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
631 requirements for the org.gnu.gdb.power.vsx feature.
632
633 2018-11-01 Joel Brobecker <brobecker@adacore.com>
634
635 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
636 output to match the current implementation.
637
638 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
639
640 * gdb.texinfo (Information About a Frame): Document changes
641 to 'info args' and 'info locals'.
642 (Examining the Symbol Table): Document changes to 'info functions'
643 and 'info variables'.
644
645 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
646
647 * gdb.texinfo (PowerPC Features): Describe new features
648 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
649 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
650 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
651 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
652
653 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
654
655 * gdb.texinfo (PowerPC Features): Describe new features
656 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
657
658 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
659
660 * gdb.texinfo (PowerPC Features): Describe new feature
661 "org.gnu.gdb.power.tar".
662
663 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
664
665 * gdb.texinfo (PowerPC Features): Describe new features
666 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
667
668 2018-10-20 Tom Tromey <tom@tromey.com>
669
670 * gdb.texinfo (TUI Commands): Add @end table.
671 (TUI Configuration): Remove stray @end table.
672
673 2018-10-19 Tom Tromey <tom@tromey.com>
674
675 PR tui/18388:
676 * gdb.texinfo (TUI Commands): Remove tabset documentation.
677 (TUI Configuration): Document "set tui tab-width".
678
679 2018-10-09 Tom Tromey <tom@tromey.com>
680
681 * python.texi (Inferiors In Python): Link to "Frames In Python",
682 not "Unwinding Frames in Python".
683
684 2018-10-09 Tom Tromey <tom@tromey.com>
685
686 * gdb.texinfo (Configure Options): Update --enable-ubsan
687 documentation.
688
689 2018-10-08 John Baldwin <jhb@FreeBSD.org>
690
691 * gdb.texinfo (Contributors): Add SRI International and University
692 of Cambridge for FreeBSD/riscv.
693
694 2018-10-06 Tom Tromey <tom@tromey.com>
695
696 PR python/19399:
697 * python.texi (Inferiors In Python): Document
698 Inferior.Architecture.
699
700 2018-10-06 Tom Tromey <tom@tromey.com>
701
702 PR python/21765:
703 * python.texi (Symbols In Python): Document the module and
704 common-block domains. Remove documentation for incorrect
705 domains.
706
707 2018-10-03 Tom Tromey <tom@tromey.com>
708
709 * gdb.texinfo (Configure Options): Document --enable-ubsan.
710
711 2018-10-02 John Darrington <john@darrington.wattle.id.au>
712
713 * gdb.texinfo (Remote Connection Commands): Describe
714 the changes to target remote and target extended-remote
715 relating to Unix domain sockets.
716
717 2018-10-01 Tom Tromey <tom@tromey.com>
718
719 * gdb.texinfo (Configure Options): Document configure options.
720
721 2018-09-29 Tom Tromey <tom@tromey.com>
722
723 * gdb.texinfo (Requirements): Mention C++, GNU make.
724 (Requirements): Sort the table. Add more libraries.
725 (Running Configure): Remove obsolete text.
726 (Separate Objdir): Likewise.
727 (Configure Options): Likewise.
728
729 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
730
731 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
732 to highlight that the number is also the frame's level.
733 (Selection): Rewrite documentation for 'frame' and 'select-frame'
734 commands.
735 (Frame Info): Rewrite documentation for 'info frame' command.
736
737 2018-09-23 Tom Tromey <tom@tromey.com>
738
739 PR python/18852:
740 * python.texi (Parameters In Python): Document exception behavior
741 of get_set_string.
742
743 2018-09-18 John Baldwin <jhb@FreeBSD.org>
744
745 * gdb.texinfo (info proc): Remove "running".
746 (info proc mappings): Replace "program" with "process".
747
748 2018-09-18 John Baldwin <jhb@FreeBSD.org>
749
750 * gdb.texinfo (Process Information): Document "info proc files"
751 command.
752
753 2018-09-17 Tom Tromey <tom@tromey.com>
754
755 * gdb.texinfo (Index Files): Update for cache directory change on
756 macOS.
757
758 2018-09-16 Tom Tromey <tom@tromey.com>
759
760 * python.texi (Basic Python): Update docs for find_pc_line,
761 solib_name.
762 (Progspaces In Python): Update docs for current_progspace.
763 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
764 Move method documentation before example.
765
766 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
767
768 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
769
770 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
771 2018-09-13 Tom Tromey <tom@tromey.com>
772
773 * python.texi (Program Spaces In Python): Document the
774 Progspace.objfiles method.
775 (Objfiles In Python): Mention that gdb.objfiles() is identical
776 to gdb.selected_inferior().progspace.objfiles().
777
778 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
779 2018-09-13 Tom Tromey <tom@tromey.com>
780
781 * python.texi (Inferiors In Python): Document
782 Inferior.progspace.
783 (Program Spaces In Python): Document that
784 gdb.current_progspace() is the same as
785 gdb.selected_inferior().progspace.
786
787 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
788
789 * python.texi (Basic Python): Mention the string representation
790 of GDB Python objects.
791
792 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
793
794 * gdb.texinfo (Skipping Over Functions and Files): Document
795 set/show debug skip.
796
797 2018-09-10 Tom Tromey <tom@tromey.com>
798
799 * python.texi (Frames In Python, Blocks In Python)
800 (Symbols In Python, Symbol Tables In Python)
801 (Lazy Strings In Python): Remove periods from section titles.
802
803 2018-09-10 Tom Tromey <tom@tromey.com>
804
805 * python.texi (Pretty Printing API): Swap sentence order.
806
807 2018-09-10 Tom Tromey <tom@tromey.com>
808
809 PR python/16461:
810 * python.texi (Values From Inferior): Mention use of virtual
811 table.
812
813 2018-09-10 Tom Tromey <tom@tromey.com>
814
815 * python.texi (Basic Python): Parenthesize argument to
816 decode_line.
817
818 2018-09-10 Tom Tromey <tom@tromey.com>
819
820 * python.texi (Python): Mention Python versions. Don't mention
821 execfile.
822
823 2018-09-10 Tom Tromey <tom@tromey.com>
824
825 PR python/19808:
826 * python.texi (Unwinding Frames in Python): Rewrite
827 create_unwind_info documentation. Update read_register
828 documentation and add a note about unwinder caution.
829
830 2018-09-10 Tom Tromey <tom@tromey.com>
831
832 PR python/18909:
833 * python.texi (Events In Python): Fix inferior_call
834 documentation.
835
836 2018-09-10 Tom Tromey <tom@tromey.com>
837
838 PR python/17752:
839 * python.texi (Frame Filter API): Remove period from subsection
840 title. Mention 100 as good default priority.
841 (Frame Decorator API): Remove period from subsection title.
842 Mention FrameDecorator module.
843
844 2018-09-10 Tom Tromey <tom@tromey.com>
845
846 PR python/23108:
847 * python.texi (Exception Handling): Rearrange gdb.GdbError text
848 and add a table.
849
850 2018-09-10 Tom Tromey <tom@tromey.com>
851
852 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
853 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
854 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
855 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
856
857 2018-09-10 Tom Tromey <tom@tromey.com>
858
859 PR python/16484:
860 * python.texi (Frames In Python): Document that Frame.block can
861 throw.
862
863 2018-09-10 Tom Tromey <tom@tromey.com>
864
865 PR python/23487:
866 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
867
868 2018-09-10 Tom Tromey <tom@tromey.com>
869
870 PR python/16033:
871 * python.texi (Blocks In Python): Document that Block.end is
872 exclusive.
873
874 2018-08-29 Keith Seitz <keiths@redhat.com>
875
876 * gdb.texinfo (Compiling and injecting code in GDB): Document
877 set/show "compile-oracle" and "compile-cplus-types" commands.
878
879 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
880
881 * gdb.texinfo (The -stack-list-frames Command): Update description
882 to mention "arch".
883 Update MI examples throughout the document to contain "arch" in
884 frame output.
885
886 2018-08-21 Alan Hayward <alan.hayward@arm.com>
887
888 * gdb.texinfo (AArch64 SVE): New subsubsection.
889
890 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
891
892 * gdb.texinfo (GDB/MI Data Manipulation): Document
893 "-data-disassemble -a addr".
894 (GDB/MI Support Commands): Document "data-disassemble-a-option"
895 feature.
896
897 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
898
899 * gdb.texinfo (Index Files Speed Up GDB): Add section about
900 symbol index cache.
901
902 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
903
904 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
905 option sections to further clarify that gcore can take more
906 than one PID, and that "-o" is used to specify a prefix, not a
907 filename.
908
909 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
910
911 * gdb.texinfo (Maintenance Commands): Add description of
912 maintenance command to control dwarf unwinders.
913
914 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
915
916 * gdb.texinfo (Debugging Programs with Multiple Threads):
917 Document changes to 'thread apply'. Document 'taas'.
918 Document 'tfaas'.
919 (Examining the Stack): Document 'frame apply'. Document 'faas'.
920
921 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
922 Jan Kratochvil <jan.kratochvil@redhat.com>
923 Paul Fertser <fercerpav@gmail.com>
924 Tsutomu Seki <sekiriki@gmail.com>
925
926 * gdb.texinfo (Remote Connection Commands): Add explanation
927 about new IPv6 support. Add new connection prefixes.
928
929 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * gdb.texinfo (Remote Configuration): Update descriptions for
932 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
933 and hardware-watchpoint-length-limit variables.
934
935 2018-07-02 Maciej W. Rozycki <macro@mips.com>
936
937 PR tdep/8282
938 * gdb.texinfo (Source and Machine Code): Document `set
939 disassembler-options' support for the MIPS target.
940
941 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
942
943 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
944
945 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
946
947 * gdb.texinfo (Files): The address argument for "add-symbol-file"
948 is no longer mandatory.
949
950 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
951
952 * gdb.texinfo (Files): Document "symbol-file -o offset".
953
954 2018-06-14 Tom de Vries <tdevries@suse.de>
955
956 * gdb.texinfo (Background Execution): Add @cindex for '&'.
957
958 2018-06-11 Eli Zaretskii <eliz@gnu.org>
959
960 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
961
962 2018-06-08 Gary Benson <gbenson@redhat.com>
963
964 * gdb.texinfo (Maintenance Commands): Document "maint check
965 libthread-db" and "maint set/show check-libthread-db".
966
967 2018-06-05 Tom Tromey <tom@tromey.com>
968
969 PR cli/12326:
970 * gdb.texinfo (Screen Size): Document "c" response to pagination
971 prompt.
972
973 2018-05-31 Maciej W. Rozycki <macro@mips.com>
974
975 * gdb.texinfo (Choosing Target Byte Order): Document endianness
976 selection details with the `set endian auto' mode.
977
978 2018-05-31 Alan Hayward <alan.hayward@arm.com>
979
980 * gdb.texinfo: Describe SVE feature.
981
982 2018-05-04 Tom Tromey <tom@tromey.com>
983
984 PR python/22731:
985 * python.texi (Breakpoints In Python): Mention that "commands" is
986 writable.
987
988 2018-05-02 Tom Tromey <tom@tromey.com>
989
990 PR python/20084:
991 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
992 PARAM_ZUINTEGER_UNLIMITED.
993
994 2018-04-30 Tom Tromey <tom@tromey.com>
995
996 * python.texi (Types In Python): Document Type.align.
997
998 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
999
1000 * gdb.texinfo (Symbols): Mention the fact that "info
1001 variables/functions/types" show source files and line numbers.
1002
1003 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1004
1005 * gdb.texinfo: Document set/show record btrace cpu.
1006
1007 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1008
1009 * gdb.texinfo (Ada Settings): New subsubsection.
1010
1011 2018-03-26 Tom Tromey <tom@tromey.com>
1012
1013 PR backtrace/15582:
1014 * gdb.texinfo (Backtrace): Mention "hide" argument.
1015
1016 2018-03-26 Tom Tromey <tom@tromey.com>
1017
1018 * gdb.texinfo (Backtrace): Describe options individually.
1019
1020 2018-03-19 Tom Tromey <tom@tromey.com>
1021
1022 * observer.texi: Remove.
1023
1024 2018-03-04 John Baldwin <jhb@FreeBSD.org>
1025
1026 * gdb.texinfo (Debugging Output): Document "set/show debug
1027 fbsd-nat".
1028
1029 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1030
1031 * gdb.texinfo (Machine Code): Additional information about "info
1032 line" command.
1033
1034 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1035
1036 * gdb.texinfo (gdb-add-index man): Add pindex.
1037
1038 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
1039
1040 * gdb.texinfo (set cwd): Add period.
1041 (gdb-add-index man): Move anchor.
1042
1043 2017-01-12 Tom Tromey <tom@tromey.com>
1044 Sergio Durigan Junior <sergiodj@redhat.com>
1045
1046 * gdb.texinfo (Index Files): Mention gdb-add-index.
1047 (gdb-add-index man): New section.
1048 * Makefile.in (gdb-add-index.1): New rule to generate manpage
1049 from gdb.texinfo.
1050
1051 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
1052
1053 * gdb.texinfo (pwd): Fix whitespace.
1054
1055 2018-01-09 John Baldwin <jhb@FreeBSD.org>
1056
1057 * gdb.texinfo (pwd): Update cross-reference for Process Information
1058 node and remove explicit /proc reference.
1059 (Native): Rename subsection from SVR4 Process Information to
1060 Process Information.
1061 (Process Information): Reword introduction to be less /proc
1062 centric. Document support for "info proc" on FreeBSD.
1063
1064 2018-01-03 Xavier Roirand <roirand@adacore.com>
1065
1066 * gdb.texinfo (Set Catchpoints): Add documentation for new
1067 "catch handlers" action.
1068
1069 2017-12-27 Stafford Horne <shorne@gmail.com>
1070
1071 * gdb.texinfo (Target Description Format): Explain that arbitrary
1072 strings are now allowed for register groups.
1073
1074 2017-12-27 Stafford Horne <shorne@gmail.com>
1075
1076 * gdb.texinfo (Registers): Document info reg $reggroup feature.
1077
1078 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1079
1080 PR cli/16224
1081 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
1082
1083 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1084
1085 * python.texi (Manipulating breakpoints using Python): Document
1086 qualified parameter to gdb.Breakpoint.
1087
1088 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1089
1090 * python.texi (Manipulating breakpoints using Python): Split doc
1091 of Breakpoint.__init__ in two, split text in multiple
1092 paragraphs, don't nest parameter square brackets.
1093
1094 2017-12-12 Stafford Horne <shorne@gmail.com>
1095 Stefan Wallentowitz <stefan@wallentowitz.de>
1096 Franck Jullien <franck.jullien@gmail.com>
1097 Jeremy Bennett <jeremy.bennett@embecosm.com>
1098
1099 * gdb.texinfo: Add OpenRISC documentation.
1100
1101 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1102
1103 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1104
1105 2017-12-07 Keith Seitz <keiths@redhat.com>
1106
1107 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1108 and "show print type nested-type-limit".
1109
1110 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1111
1112 * python.texi (Breakpoints In Python): Add text relating
1113 to allowed explicit locations and keywords in gdb.Breakpoints.
1114
1115 2017-12-04 Tom Tromey <tom@tromey.com>
1116
1117 * gdb.texinfo (Rust): Update trait object status
1118
1119 2017-12-01 Andrew Cagney <cagney@redhat.com>
1120 Joel Brobecker <brobecker@adacore.com>
1121 Sergio Durigan Junior <sergiodj@redhat.com>
1122
1123 * gdb.texinfo (File Options): Document --readnever.
1124 (Commands to Specify Files): Likewise, for 'symbol-file' and
1125 'add-symbol-file'.
1126
1127 2017-11-29 Pedro Alves <palves@redhat.com>
1128
1129 PR c++/19436
1130 * gdb.texinfo (Debugging C Plus Plus): Document setting
1131 breakpoints in functions with ABI tags.
1132
1133 2017-11-29 Pedro Alves <palves@redhat.com>
1134
1135 * gdb.texinfo (Linespec Locations): Document how "function" is
1136 interpreted in C++ and Ada. Document "-qualified".
1137 (Explicit Locations): Document how "-function" is interpreted in
1138 C++ and Ada. Document "-qualified".
1139
1140 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1141
1142 PR gdb/21945
1143 * gdb.texinfo (Search Memory): Update description and example
1144 about how to search a string without NULL terminator.
1145
1146 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1147
1148 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1149 new "exception-message" field.
1150
1151 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1152
1153 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1154
1155 2017-11-24 Pedro Alves <palves@redhat.com>
1156
1157 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1158 false claim that GDB inserts quoting automatically.
1159 (Symbols): Add anchor.
1160
1161 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1162
1163 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1164
1165 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1166
1167 * python.texi (Basic Python): Add rbreak documentation.
1168
1169 2017-11-07 Xavier Roirand <roirand@adacore.com>
1170 Pedro Alves <palves@redhat.com>
1171
1172 * gdb.texinfo (Set Breaks): Document support for breakpoint
1173 location ranges in the enable/disable commands.
1174
1175 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1176
1177 * gdb.texinfo (Starting your Program) <The working directory.>:
1178 Mention remote debugging.
1179 (Working Directory) <Your Program's Working Directory>:
1180 Likewise.
1181 (Connecting) <Remote Packet>: Add "set-working-dir"
1182 and "QSetWorkingDir" to the table.
1183 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1184 packet.
1185
1186 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1187
1188 * gdb.texinfo (Starting your Program) <The working directory.>:
1189 Mention new "set cwd" command.
1190 (Working Directory) <Your Program's Working Directory>:
1191 Rephrase to explain that "set cwd" exists and is the default
1192 way to change the inferior's cwd.
1193
1194 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1195
1196 * gdb.texinfo (S/390 and System z Features): Document the new
1197 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1198
1199 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1200
1201 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1202 attribute.
1203
1204 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1205
1206 * python.texi (Inferiors In Python): Add description for method
1207 Inferior.thread_from_thread_handle.
1208
1209 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1210
1211 * gdb.texinfo (Starting your Program): Add description of
1212 starti command. Mention starti command as an alternative for
1213 debugging the elaboration phase.
1214
1215 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1216
1217 * gdb.texinfo (Maintenance Commands): Document filter parameter
1218 of "maint selftest". Document "maint info selftests" command.
1219
1220 2017-09-11 Tom Tromey <tom@tromey.com>
1221
1222 * python.texi (Events In Python): Document new events.
1223
1224 2017-09-04 Pedro Alves <palves@redhat.com>
1225
1226 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1227 no-debug-info variables.
1228 (Symbols) <Examining the Symbol Table>: Document inspecting
1229 no-debug-info types.
1230 (Calling) <Calling functions with no debug info>: New subsection,
1231 documenting calling no-debug-info functions.
1232 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1233
1234 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1235
1236 * gdb.texinfo (set environment): Add @anchor. Explain that
1237 environment variables set by the user are sent to GDBserver.
1238 (unset environment): Likewise, but for unsetting variables.
1239 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1240 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1241 "environment-reset" and "QEnvironmentReset" to the table.
1242 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1243 QEnvironmentReset>: New item, explaining the packet.
1244
1245 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1246
1247 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1248 "Compiler search for the compile command" descriptions of set
1249 compile-gcc and show compile-gcc.
1250
1251 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1252
1253 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1254 ADI support.
1255 * NEWS: Add "adi examine" and "adi assign" commands.
1256
1257 2017-08-18 Yao Qi <yao.qi@linaro.org>
1258
1259 * gdb.texinfo (Server): Document "--selftest".
1260
1261 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1262
1263 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1264 Single-Key mode.
1265
1266 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1267
1268 PR gdb/21925
1269 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1270 set...").
1271
1272 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1273
1274 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1275 conditional expression.
1276
1277 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1278
1279 * agentexpr.texi (rot): Fix symbolic description, improve
1280 textual description.
1281
1282 2017-07-26 Yao Qi <yao.qi@linaro.org>
1283
1284 * gdb.texinfo (Maintenance Commands): Document command
1285 "maint check xml-descriptions".
1286
1287 2017-07-26 Yao Qi <yao.qi@linaro.org>
1288
1289 * gdb.texinfo (Maintenance Commands): Document optional
1290 argument of "maint print c-tdesc".
1291
1292 2017-07-18 Yao Qi <yao.qi@linaro.org>
1293
1294 * gdb.texinfo (Maintenance Commands): Improve the doc to
1295 command "maint print c-tdesc".
1296
1297 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1298
1299 PR gdb/21606
1300 * python.texi (Python representation of Symbols.): Replace
1301 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1302 * guile.texi (Guile representation of Symbols.): Likewise.
1303
1304 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1305
1306 * gdb.texinfo (Optional Messages about Internal Happenings):
1307 Document {set,show} debug separate-debug-file commands.
1308
1309 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1310
1311 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1312 (Connecting) <Remote Packet>: Add "startup-with-shell"
1313 and "QStartupWithShell" to the table.
1314 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1315 packet.
1316
1317 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1318
1319 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1320
1321 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1322
1323 * python.texi (Recording in Python): Factor out the documentation of
1324 gdb.RecordInstruction's super class.
1325
1326 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1327
1328 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1329 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1330 prev and next.
1331
1332 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1333
1334 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1335 gdb.RecordInstruction
1336
1337 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1338
1339 * python.texi (Recording in Python): Add documentation for
1340 gdb.RecordGap and remove documentation of special cases for
1341 gdb.BtraceInstruction.
1342
1343 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1344
1345 * python.texi (Recording in Python): Remove Record.ptid defvar.
1346
1347 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1348
1349 * gdb.texinfo (GDB/MI Thread Information): Add missing
1350 fields, re-word some things.
1351 (GDB/MI Thread Commands): Describe fields found in the output of
1352 -thread-info, remove description of fields in the
1353 thread output tuple, replace with a cross-reference to "GDB/MI
1354 Thread Information".
1355
1356 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1357
1358 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1359 from -thread-info output.
1360
1361 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1362
1363 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1364
1365 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1366
1367 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1368
1369 2017-03-22 Yao Qi <yao.qi@linaro.org>
1370
1371 * python.texi (Inferiors In Python): Remove @code from Python.
1372
1373 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1374
1375 * python.texi (Recordings In Python): Document return type of
1376 gdb.BtraceInstruction.data.
1377
1378 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1379
1380 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1381 command file-list-shared-libraries
1382 (GDB/MI Async Records): Update documentation of library-loaded with new
1383 field.
1384
1385 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1386
1387 PR gdb/14441
1388 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1389 supports both lvalue and rvalue references.
1390
1391 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1392
1393 PR gdb/14441
1394 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1395 table of constants.
1396
1397 2017-03-16 Doug Evans <dje@google.com>
1398
1399 * guile.texi (Lazy Strings In Guile): Mention arrays.
1400 * python.texi (Lazy Strings In Python): Ditto.
1401
1402 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1403
1404 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1405 character "@".
1406
1407 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1408
1409 * Memory Protection Extensions: Add information about inferior
1410 calls.
1411
1412 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1413
1414 * gdb.texinfo: Document new set/show disassembler-options
1415 commands.
1416
1417 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1418
1419 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1420 DW_TAG_GNU_* and DW_AT_GNU_*.
1421
1422 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1423
1424 * python.texi (Recordings In Python): New section.
1425
1426 2017-02-14 Tom Tromey <tom@tromey.com>
1427
1428 PR python/13598:
1429 * python.texi (Events In Python): Document events.before_prompt.
1430
1431 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1432
1433 * gdb.texinfo (Target Commands): Document the optional offset
1434 argument for the load command.
1435
1436 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1437
1438 PR gdb/21122
1439 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1440 space-separated breakpoint lists. Also add a missing @table command
1441 and @cindex for breakpoint lists.
1442
1443 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1444
1445 PR tdep/20936
1446 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1447 (Sparc Features): New node.
1448
1449 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1450
1451 * gdb.texinfo (i386 Features): Add system segment registers
1452 as feature.
1453
1454 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1455
1456 * python.texi (Events In Python): Fix typo.
1457
1458 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1459 Luis Machado <lgustavo@codesourcery.com>
1460
1461 * gdb.texinfo (-target-flash-erase): New MI command description.
1462 (flash-erase): New CLI command description.
1463
1464 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1465
1466 * gdb.texinfo (Contributors): Add SRI International and University
1467 of Cambridge for FreeBSD/mips.
1468
1469 2016-12-22 Doug Evans <xdje42@gmail.com>
1470
1471 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1472 commands.
1473
1474 2016-12-02 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.texinfo (User-defined Commands): Limit on number of
1477 arguments passed to user-defined commands removed; update.
1478
1479 2016-12-02 Pedro Alves <palves@redhat.com>
1480
1481 PR cli/20559
1482 * gdb.texinfo (Define): Add example of using "eval" to process a
1483 variable number of arguments.
1484 (Output) <eval>: Add anchor.
1485
1486 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1487
1488 * Makefile.in: Likewise.
1489
1490 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1491
1492 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1493 xref.
1494
1495 2016-10-29 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1498 actions.
1499
1500 2016-10-26 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1503 actions that match a thread, and what happens when an action
1504 matches a thread that is already running.
1505
1506 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1507
1508 * gdb.texinfo (Using Trace Files): Fix typo.
1509 (GDB/MI Tracepoint Commands): Likewise.
1510
1511 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1512
1513 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1514 of -trace-save.
1515
1516 2016-10-06 Tom Tromey <tom@tromey.com>
1517
1518 * guile.texi (Types In Guile): Remove Java mentions.
1519 * python.texi (Types In Python): Remove Java mentions.
1520 * gdb.texinfo (Address Locations, Supported Languages)
1521 (Index Section Format): Remove Java mentions.
1522
1523 2016-08-15 Doug Evans <dje@google.com>
1524
1525 * gdb.texinfo (Target Description Format): Update docs on "end"
1526 field spec and field default type.
1527
1528 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1529 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1530
1531 PR gdb/20487
1532 * gdb.texinfo (Context management): Update mention of frame
1533 change notifications.
1534 (gdb/mi Async Records): Document frame field in
1535 =thread-select event.
1536 * observer.texi (GDB Observers): New user_selected_context_changed
1537 observer.
1538
1539 2016-09-28 Tom Tromey <tom@tromey.com>
1540
1541 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1542 than "memory breakpoint". Further document "kind". Move
1543 protocol-details link earlier.
1544 <z1>: Document the cmd_list argument. Fix typo.
1545 <g>: Remove incorrect sentence.
1546 (Stop Reply Packets): Document "OK" response to requests when in
1547 non-stop mode.
1548 <swbreak>: Use "software breakpoint" rather than "memory
1549 breakpoint".
1550 <create>: Document that "R" is ignored.
1551 <W, X, w>: Document formatting of "AA".
1552 (Notification Packets): Use "%Stop", not "%%Stop".
1553
1554 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1555
1556 * gdb.texinfo (Embedded Processors): Document ARC.
1557 (Synopsys ARC): New section.
1558 (Standard Target Features): Document ARC features.
1559 (ARC Features): New section.
1560
1561 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1562
1563 * .gitignore: New file.
1564
1565 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1566
1567 * gdb.texinfo (Input/Output): Mention possibility to unset
1568 inferior-tty.
1569
1570 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1571
1572 * gdb.texinfo: Resume btrace on reconnect.
1573
1574 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1575
1576 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1577 syscall.
1578
1579 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1580
1581 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1582 command.
1583
1584 2016-07-13 Tom Tromey <tom@tromey.com>
1585
1586 PR python/15620, PR python/18620:
1587 * python.texi (Events In Python): Document new breakpoint events.
1588
1589 2016-07-13 Tom Tromey <tom@tromey.com>
1590
1591 PR python/17698:
1592 * python.texi (Breakpoints In Python): Document
1593 Breakpoint.pending.
1594
1595 2016-07-13 Tom Tromey <tom@tromey.com>
1596
1597 * python.texi (Breakpoints In Python): Move table of types and
1598 table of watchpoint types earlier in node.
1599
1600 2016-07-12 Tom Tromey <tom@tromey.com>
1601
1602 PR python/19293:
1603 * python.texi (Frames In Python): Document
1604 gdb.invalidate_cached_frames.
1605
1606 2016-06-21 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1609 document new-ui and explain use case.
1610
1611 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1612
1613 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1614 (NDS32 Features): New Section.
1615
1616 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1617
1618 * gdb.texinfo (Examining Memory): Document negative repeat
1619 count in the 'x' command.
1620
1621 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1622
1623 * gdb.texinfo (GDB/MI Async Records): Document method and
1624 format fields in =record-started.
1625 * observer.texi (record_changed): Add method and format
1626 parameters.
1627
1628 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1629
1630 * gdb.texinfo (General Query Packets): Move the description of the
1631 response before the long list of the specific 'read' and 'write'
1632 requests.
1633
1634 2016-05-23 Tom Tromey <tom@tromey.com>
1635
1636 * python.texi (Basic Python): Document gdb.breakpoints return.
1637
1638 2016-05-24 Tom Tromey <tom@tromey.com>
1639
1640 PR gdb/19194:
1641 * gdb.texinfo (gdb man): Fix typo.
1642
1643 2016-05-17 Tom Tromey <tom@tromey.com>
1644
1645 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1646 (Rust): New node.
1647
1648 2016-05-17 Tom Tromey <tom@tromey.com>
1649
1650 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1651
1652 2016-04-27 Yao Qi <yao.qi@linaro.org>
1653
1654 * gdb.texinfo (tfind): Complete doc about tfind without
1655 argument.
1656
1657 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1658
1659 * agentexpr.texi (byte): Fix zero_ext description.
1660
1661 2016-03-31 Pedro Alves <palves@redhat.com>
1662
1663 * gdb.texinfo (M32R/SDI): Delete node.
1664 (MIPS Embedded): Remove references to the MIPS remote debugging
1665 protocol, PMON and variants, and the associated commands.
1666
1667 2016-03-15 Doug Evans <dje@google.com>
1668
1669 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1670 (Target Description Format): Mention enum types. Update docs on
1671 flags types.
1672 (Predefined Target Types): Add "bool".
1673 (Enum Target Types): New node.
1674
1675 2016-03-15 Pedro Alves <palves@redhat.com>
1676
1677 * gdb.texinfo (Tracepoint Actions): Fix typo.
1678
1679 2016-03-15 Pedro Alves <palves@redhat.com>
1680 Andreas Arnez <arnez@linux.vnet.ibm.com>
1681 Marcin Kościelnicki <koriakin@0x04.net>
1682
1683 * gdb.texinfo (Tracepoint Actions): Document possible
1684 unreliability of '$_ret'.
1685
1686 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1687
1688 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1689 command.
1690
1691 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1692
1693 * gdb.texinfo (Convenience Functions): Document $_as_string.
1694
1695 2016-02-23 Doug Evans <dje@google.com>
1696
1697 * gdb.texinfo (Skipping Over Functions and Files): Document new
1698 options to "skip" command. Update docs of output of "info skip".
1699
1700 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1701
1702 * gdb.texinfo (Signals): Add bound violation display hints for
1703 a SIGSEGV.
1704
1705 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1706
1707 * gdb.texinfo (Trace File Format): Add documentation for description
1708 section lines.
1709
1710 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1711
1712 * gdb.texinfo (Trace File Format): Remove misleading information
1713 about register block ordering.
1714
1715 2016-02-01 Doug Evans <dje@google.com>
1716
1717 * gdb.texinfo (Value Sizes): Fix typo.
1718
1719 2016-02-01 Doug Evans <dje@google.com>
1720
1721 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1722
1723 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.texinfo (Value Sizes): New section.
1726 (Data): Add the 'Value Sizes' node to the menu.
1727
1728 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1729
1730 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1731
1732 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1733
1734 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1735
1736 2016-01-18 Pedro Alves <palves@redhat.com>
1737
1738 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1739 of the thread that hit a breakpoint or received a signal.
1740
1741 2016-01-15 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1744
1745 2016-01-13 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.texinfo (Threads): Document the $_gthread convenience
1748 variable.
1749 (Convenience Vars): Likewise.
1750
1751 2016-01-13 Pedro Alves <palves@redhat.com>
1752
1753 * gdb.texinfo (Threads): Document "info threads -gid".
1754
1755 2016-01-13 Pedro Alves <palves@redhat.com>
1756
1757 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1758 anchor.
1759 (Threads In Python): Document new InferiorThread.global_num
1760 attribute.
1761
1762 2016-01-07 Pedro Alves <palves@redhat.com>
1763
1764 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1765 qualified thread IDs, global thread IDs and thread ID lists.
1766 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1767 thread IDs.
1768 (Convenience Vars): Document the $_thread convenience variable.
1769 (Ada Tasks): Adjust to refer to thread IDs.
1770 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1771 Commands, GDB/MI Variable Objects): Update to mention global
1772 thread IDs.
1773 * guile.texi (Breakpoints In Guile)
1774 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1775 global thread IDs instead of thread IDs.
1776 * python.texi (Threads In Python): Adjust documentation of
1777 InferiorThread.num.
1778 (Breakpoint.thread): Mention global thread IDs instead of thread
1779 IDs.
1780
1781 2016-01-13 Pedro Alves <palves@redhat.com>
1782
1783 * python.texi (Threads In Python): Document
1784 InferiorThread.inferior.
1785
1786 2016-01-13 Pedro Alves <palves@redhat.com>
1787
1788 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1789 convenience variable.
1790 (Convenience Vars): Likewise.
1791
1792 2016-01-12 Josh Stone <jistone@redhat.com>
1793 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1794
1795 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1796 (Stop Reply Packets): List the syscall entry and return stop reasons.
1797 (General Query Packets): Describe QCatchSyscalls, and add it to the
1798 table and the detailed list of stub features.
1799
1800 2016-01-12 Pedro Alves <palves@redhat.com>
1801
1802 Remove use of the registered trademark symbol throughout.
1803
1804 2016-01-12 Yao Qi <yao.qi@linaro.org>
1805
1806 * gdb.texinfo (Interrupts): Update the document on handling
1807 interrupt when program is stopped.
1808
1809 2015-12-11 Don Breazeal <donb@codesourcery.com>
1810
1811 * gdb.texinfo (Forks): Correct Linux kernel version where
1812 fork and exec events are supported, add notes about support
1813 of these events in target remote mode.
1814 (Connecting): Reorganize and clarify distinctions between
1815 target remote, extended-remote, and multiprocess.
1816 Reorganize related text from separate sections into new
1817 sections.
1818 (Server): Note effects of target extended-remote mode.
1819 Delete section on Multi-Process Mode for gdbserver.
1820 Move some text to "Connecting" node.
1821
1822 2015-12-10 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.texinfo (Threads): Replace warning with explanation
1825 about single-threaded programs.
1826
1827 2015-12-10 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.texinfo (Threads): Remove mention of SGI.
1830 (Forks): Remove mention of HP-UX.
1831 (Breakpoints): Remove mention of HP-UX.
1832 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1833 Reword in terms of architectures.
1834 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1835 mention supported systems.
1836 (Convenience Vars): Don't mention HP-UX.
1837 (Jumping): Remove mention of HP-UX in comment.
1838 (Files) <shared libraries>: Update supported shared library types
1839 list. Remove mention of HP-UX.
1840 (Native): Remove HP-UX subsection.
1841 (SVR4 Process Information): Remove mention of HP-UX.
1842
1843 2015-12-10 Pedro Alves <palves@redhat.com>
1844
1845 * gdb.texinfo (Stack): Reorder menu.
1846
1847 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1848
1849 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1850 -var-set-format's new zero-hexadecimal format.
1851
1852 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1853
1854 * gdb.texinfo (Ada Mode Into): Move overloading support
1855 description to its own node.
1856 (Overloading support for Ada): New node.
1857
1858 2015-11-30 Pedro Alves <palves@redhat.com>
1859
1860 PR 14618
1861 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1862 (Remote Configuration): Add the "set/show remote
1863 no-resumed-stop-reply" to the available settings table.
1864 (General Query Packets): Document the "no-resumed" qSupported
1865 feature.
1866
1867 2015-11-30 Pedro Alves <palves@redhat.com>
1868
1869 * gdb.texinfo (Remote Configuration): List "set/show remote
1870 thread-events" command in configuration table.
1871 (Stop Reply Packets): Document "T05 create" stop
1872 reason and 'w' stop reply.
1873 (General Query Packets): Document QThreadEvents packet. Document
1874 QThreadEvents qSupported feature.
1875
1876 2015-11-30 Pedro Alves <palves@redhat.com>
1877
1878 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1879 anchor.
1880 (Packets): Document vCtrlC.
1881
1882 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1883
1884 * gdb.texinfo (Thread List Format): Mention thread names.
1885
1886 2015-11-24 Pedro Alves <palves@redhat.com>
1887
1888 PR 17539
1889 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1890 program-spaces" example to ascending order listing.
1891 (Threads): Adjust "info threads" example to ascending order
1892 listing.
1893 (Forks): Adjust "info inferiors" example to ascending order
1894 listing.
1895
1896 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1897
1898 * gdb.texinfo (Process Record and Replay): Document "record
1899 instruction-history" modifiers.
1900
1901 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1902
1903 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1904 description.
1905 (Frame Filter Management): Move to later in the 'Examining the
1906 Stack' chapter.
1907 (Selection): Add entry for 'select-frame'.
1908
1909 2015-09-25 Doug Evans <dje@google.com>
1910
1911 * gdb.texinfo (Process Record and Replay): Fix syntax of
1912 "record instruction-history begin, end" and
1913 "record function-call-history begin, end".
1914
1915 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1916
1917 * gdb.texinfo (Specifying Source Directories): Fix
1918 substitute-path example.
1919
1920 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1921
1922 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1923
1924 2015-09-15 Pedro Alves <palves@redhat.com>
1925
1926 PR remote/18965
1927 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1928 the vforkdone description.
1929
1930 2015-09-15 Pedro Alves <palves@redhat.com>
1931
1932 PR remote/18965
1933 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1934 part indicates the thread ID of the parent process.
1935
1936 2015-09-15 Yao Qi <yao.qi@linaro.org>
1937
1938 * gdb.texinfo (General Query Packets): Add vContSupported to
1939 tables of 'gdbfeatures' and 'stub features' supported in the
1940 qSupported packet, as well as to the list containing stub
1941 feature details.
1942
1943 2015-09-11 Don Breazeal <donb@codesourcery.com>
1944
1945 * gdb.texinfo (Remote Configuration): Add exec event
1946 feature to table of packet settings.
1947 (Stop Reply Packets): Add exec events to the list of stop
1948 reasons.
1949 (General Query Packets): Add exec events to tables of
1950 'gdbfeatures' and 'stub features' supported in the qSupported
1951 packet, as well as to the list containing stub feature
1952 details.
1953
1954 2015-08-24 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.texinfo (Remote Configuration): Document the "set/show
1957 remote multiprocess-extensions-packet" commands.
1958
1959 2015-08-24 Pedro Alves <palves@redhat.com>
1960
1961 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1962 <M32R>: Remove references to M32R/D.
1963 <M68K>: Remove references to target dbug.
1964 <MIPS Embedded>: Remove references to target r3900 and target
1965 array.
1966 <PowerPC Embedded>: Remove references to target dink32 and target
1967 ppcbug, target sds
1968 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1969
1970 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1971
1972 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1973
1974 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1975
1976 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1977
1978 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1979
1980 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1981 info bfds" to...
1982 (File Caching): A New section. Outline bfd caching, and add new
1983 description for "main set/show bfd-sharing".
1984
1985 2015-08-14 Doug Evans <xdje42@gmail.com>
1986
1987 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1988 disassembly.
1989 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1990
1991 2015-08-11 Keith Seitz <keiths@redhat.com>
1992
1993 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1994 Use "location(s)"instead of "linespec(s)".
1995 (Specifying a Location): Rewrite.
1996 Add subsections describing linespec, address, and explicit locations.
1997 Add node/menu for each subsection.
1998 (Source and Machine Code, C Preprocessor Macros)
1999 (Create and Delete Trace points)
2000 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
2001 (Continuing at a Different Address): Remove "linespec" examples.
2002 Add reference to "Specify a Location"
2003 (The -break-insert Command): Rewrite. Add anchor.
2004 Add reference to appropriate manual section discussing locations.
2005 (The -dprintf-insert Command): Refer to -break-insert for
2006 specification of 'location'.
2007
2008 2015-08-07 Pedro Alves <palves@redhat.com>
2009
2010 * gdb.texinfo (Maintenance Commands): Document "maint set/show
2011 target-non-stop".
2012
2013 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2014
2015 * gdb.texinfo (Process Record and Replay): Document prefixing of
2016 speculatively executed instructions in the "record instruction-history"
2017 command.
2018
2019 2015-07-20 Doug Evans <dje@google.com>
2020
2021 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
2022
2023 2015-07-16 Doug Evans <dje@google.com>
2024
2025 * stabs.texinfo: @include gdb-cfg.texi.
2026
2027 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2028
2029 Revert the previous 2 commits:
2030 gdbserver build-id attribute generator
2031 Validate symbol file using build-id
2032
2033 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2034
2035 * gdb.texinfo (Files): Add 'set validate-build-id'
2036 and 'show validate-build-id'.
2037
2038 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2039 Jan Kratochvil <jan.kratochvil@redhat.com>
2040
2041 gdbserver build-id attribute generator.
2042 * gdb.texinfo (Library List Format for SVR4 Targets): Add
2043 'build-id' in description, example, new attribute in dtd.
2044
2045 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
2046
2047 * gdb.texinfo (Selection): Update documentation for 'frame'
2048 command.
2049
2050 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2051
2052 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
2053 focus commands.
2054
2055 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2056
2057 * gdb.texinfo (TUI): Add comma after @xref.
2058
2059 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2060
2061 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
2062 commands.
2063
2064 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2065
2066 * gdb.texinfo (Process Record and Replay): Spell out that variables
2067 and registers are not available during btrace replay.
2068 Describe the new "record btrace pt" command.
2069 Describe the new "set|show record btrace pt buffer-size" options.
2070 (General Query Packets): Describe the new Qbtrace:pt and
2071 Qbtrace-conf:pt:size packets.
2072 Expand "bts" to "Branch Trace Store".
2073 Update the branch trace DTD.
2074
2075 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2076
2077 * gdb.texinfo (Command History): Document the new option
2078 "history remove-duplicates".
2079
2080 2015-06-19 Doug Evans <dje@google.com>
2081
2082 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
2083 longer supported.
2084
2085 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2086
2087 * gdb.texinfo (Command History): Mention that setting
2088 GDBHISTSIZE to the empty string disables history truncation.
2089
2090 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2091
2092 PR gdb/16999
2093 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2094 behavior.
2095
2096 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2097
2098 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2099 with GDBHISTSIZE.
2100
2101 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2102
2103 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2104 bytes and memory units for -data-{read,write}-memory-bytes.
2105 (Packets): Same for m, M and X packets.
2106 * python.texi (Inferiors In Python): Same for read_memory and
2107 write_memory.
2108
2109 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2110
2111 * gdb.texinfo (Separate Debug Files): Document that PE is also
2112 supported.
2113
2114 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2115
2116 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2117 single table entry.
2118
2119 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2120
2121 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2122
2123
2124 2015-06-10 Gary Benson <gbenson@redhat.com>
2125
2126 * gdb.texinfo (Remote Configuration): Document the
2127 "set/show remote hostio-setfs-packet" command.
2128 (Host I/O Packets): Document the vFile:setfs packet.
2129
2130 2015-06-10 Gary Benson <gbenson@redhat.com>
2131
2132 * gdb.texinfo (Debugging Output): Document the "set/show debug
2133 linux-namespaces" command.
2134
2135 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2136 Mircea Gherzan <mircea.gherzan@intel.com>
2137
2138 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2139 and "set mpx bound".
2140
2141 2015-05-27 Doug Evans <dje@google.com>
2142
2143 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2144
2145 2015-05-26 Doug Evans <dje@google.com>
2146
2147 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2148 command renamings.
2149 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2150
2151 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2152
2153 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2154
2155 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2156
2157 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2158 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2159
2160 2015-05-16 Doug Evans <xdje42@gmail.com>
2161
2162 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2163 memory ports.
2164
2165 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2166
2167 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2168
2169 2015-05-12 Don Breazeal <donb@codesourcery.com>
2170
2171 * gdb.texinfo (Forks): Note that fork debugging is
2172 supported in extended mode.
2173 (Remote Configuration): Add fork event features to table
2174 of packet settings.
2175 (Stop Reply Packets): Add fork events to list of stop reasons.
2176 (General Query Packets): Add fork events to tables of
2177 'gdbfeatures' and 'stub features' supported in the qSupported
2178 packet, as well as to the list containing stub feature
2179 details.
2180
2181 2015-05-12 Gary Benson <gbenson@redhat.com>
2182
2183 * gdb.texinfo (General Query Packets): Document
2184 qXfer:exec-file:read with empty annex.
2185
2186 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2187
2188 * python.texi (Values From Inferior): Add descriptions of new
2189 methods gdb.Value.reference_value and gdb.Value.const_value.
2190
2191 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2192
2193 * gdb.texinfo (Files): Add "info dll" documentation.
2194 (Cygwin Native): Remove "info dll" documentation.
2195
2196 2015-04-29 Doug Evans <dje@google.com>
2197
2198 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2199 Document.
2200 (Writing an Xmethod): Add get_result_type to example.
2201
2202 2015-04-28 Sasha Smundak <asmundak@google.com>
2203
2204 * python.texi: New method documented.
2205
2206 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2207
2208 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2209 format.
2210
2211 2015-04-24 Doug Evans <dje@google.com>
2212
2213 * python.texi (Xmethods In Python): Fix name of method to call the
2214 xmethod.
2215
2216 2015-04-17 Gary Benson <gbenson@redhat.com>
2217
2218 * gdb.texinfo (Connecting to a Remote Target): Mention that
2219 GDB can access program files from remote targets that support
2220 qXfer:exec-file:read and Host I/O packets.
2221
2222 2015-04-17 Gary Benson <gbenson@redhat.com>
2223
2224 * gdb.texinfo (Remote Configuration): Document the "set/show
2225 remote pid-to-exec-file-packet" command.
2226 (General Query Packets): Document the qXfer:exec-file:read
2227 qSupported features. Document the qXfer:exec-file:read packet.
2228
2229 2015-04-17 Gary Benson <gbenson@redhat.com>
2230
2231 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2232 applies to executable paths if supplied to GDB as absolute.
2233
2234 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2235
2236 * gdb.texinfo (Mode Options): Remove -xdb.
2237
2238 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2239 Eli Zaretskii <eliz@gnu.org>
2240
2241 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2242 compile, show debug compile. New subsection Compilation options for
2243 the compile command. New subsection Compiler search for the compile
2244 command.
2245
2246 2015-04-09 Andy Wingo <wingo@igalia.com>
2247
2248 * guile.texi (Frames In Guile): Describe frame-read-register.
2249
2250 2015-04-02 Gary Benson <gbenson@redhat.com>
2251
2252 * gdb.texinfo (set sysroot): Document "target:".
2253
2254 2015-04-01 Sasha Smundak <asmundak@google.com>
2255
2256 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2257 section.
2258
2259 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2260
2261 PR corefiles/16092
2262 * gdb.texinfo (gcore): Mention new command 'set
2263 use-coredump-filter'.
2264 (set use-coredump-filter): Document new command.
2265
2266 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2267
2268 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2269 documentation, reorder the info os entries in alphabetical order.
2270
2271 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2272
2273 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2274 -data-write-memory-bytes.
2275
2276 2015-03-24 Pedro Alves <palves@redhat.com>
2277
2278 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2279 mention that threads may sometimes run unlocked.
2280
2281 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2282
2283 * gdb.texinfo (Remote configuration): Document "set/show
2284 serial parity" command.
2285
2286 2015-03-18 Gary Benson <gbenson@redhat.com>
2287
2288 * gdb.texinfo (General Query Packets): Remove documentation
2289 for now-removed vFile:fstat qSupported features.
2290
2291 2015-03-11 Gary Benson <gbenson@redhat.com>
2292
2293 * gdb.texinfo (Remote Configuration): Document the
2294 "set/show remote hostio-fstat-packet" command.
2295 (General Query Packets): Document the vFile:fstat
2296 qSupported features.
2297 (Host I/O Packets): Document the vFile:fstat packet.
2298
2299 2015-03-11 Andy Wingo <wingo@igalia.com>
2300
2301 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2302
2303 2015-03-04 Pedro Alves <palves@redhat.com>
2304
2305 * gdb.texinfo (Remote Configuration): Document the "set/show
2306 remote swbreak-feature-packet" and "set/show remote
2307 hwbreak-feature-packet" commands.
2308 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2309 decription.
2310 (Stop Reply Packets): Document the swbreak and hwbreak stop
2311 reasons.
2312 (General Query Packets): Document the swbreak and hwbreak
2313 qSupported features.
2314 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2315
2316 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2317
2318 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2319 under *stopped.
2320
2321 2015-03-02 Doug Evans <xdje42@gmail.com>
2322
2323 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2324
2325 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2326
2327 * gdb.texinfo (S/390 and System z Features): Describe new feature
2328 "org.gnu.gdb.s390.vx".
2329
2330 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2331
2332 PR gdb/18008
2333 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2334 demangler-warning): Fix typo ("problam").
2335
2336 2015-02-19 David Taylor <dtaylor@emc.com>
2337
2338 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2339
2340 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2341
2342 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2343 point, DTrace'.
2344 (Static Probe Points): Modified to cover DTrace probes in addition
2345 to SystemTap probes. Also modified to cover the `enable probe'
2346 and `disable probe' commands.
2347
2348 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2349
2350 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2351 `disable probe' commands.
2352
2353 2015-02-12 David Taylor <dtaylor@emc.com>
2354
2355 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2356 fields of the QTDV packet.
2357
2358 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2359
2360 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2361 (Process Record and Replay): Describe new set|show commands.
2362 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2363
2364 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2365
2366 * gdb.texinfo (Process Record and Replay): Describe the "record
2367 btrace bts" command.
2368 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2369 (Branch Trace Configuration Format): New.
2370
2371 2015-01-31 Gary Benson <gbenson@redhat.com>
2372 Doug Evans <dje@google.com>
2373
2374 * gdb.texinfo (Command Completion): Document new
2375 "set/show max-completions" option.
2376
2377 2015-01-31 Doug Evans <xdje42@gmail.com>
2378
2379 * gdb.texinfo (Symbols): Document new commands
2380 "maint print symbol-cache", "maint print symbol-cache-statistics",
2381 "maint flush-symbol-cache". Document new option
2382 "maint set symbol-cache-size".
2383
2384 2015-01-31 Doug Evans <xdje42@gmail.com>
2385
2386 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2387 distinguish script files vs inlined scripts.
2388 * python.texi (Python Auto-loading): Ditto.
2389
2390 2015-01-30 Doug Evans <dje@google.com>
2391
2392 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2393 string if present.
2394
2395 2015-01-27 Doug Evans <dje@google.com>
2396
2397 * python.texi (Objfiles In Python): Document Objfile.username.
2398
2399 2015-01-27 Doug Evans <dje@google.com>
2400
2401 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2402 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2403
2404 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2407
2408 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2409
2410 * doc/gdb.texinfo (TUI Commands): Document the possible
2411 values of NAME argument to 'winheight' command. Explain the
2412 effect of 'tabset' setting better.
2413
2414 2015-01-11 Doug Evans <xdje42@gmail.com>
2415
2416 PR gdb/15830
2417 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2418 (Symbols): Ditto.
2419 (Maintenance Commands): Delete docs for "maint demangle".
2420
2421 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2422
2423 * gdb.texinfo (Files): Remove documentation of the
2424 "add-shared-symbol-files" and "assf" commands.
2425 (Cygwin Native): Remove documentation of the "dll-symbols"
2426 command.
2427
2428 2014-12-17 Doug Evans <xdje42@gmail.com>
2429
2430 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2431
2432 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2433 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 * gdb.texinfo (Altering): Update.
2436 (Compiling and Injecting Code): New node.
2437
2438 2014-12-12 Doug Evans <dje@google.com>
2439
2440 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2441
2442 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2443
2444 * gdb.texinfo: Document "maint print user-registers".
2445
2446 2014-12-08 Doug Evans <dje@google.com>
2447
2448 * python.texi (Objfiles In Python): Document Objfile.owner.
2449
2450 2014-12-04 Doug Evans <dje@google.com>
2451
2452 * python.texi (Objfiles In Python): Document
2453 Objfile.add_separate_debug_file.
2454
2455 2014-12-04 Doug Evans <dje@google.com>
2456
2457 * python.texi (Objfiles In Python): Document Objfile.build_id.
2458
2459 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2460
2461 * observer.texi (inferior_call_pre, inferior_call_post)
2462 (memory_changed, register_changed): New observers.
2463
2464 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2465
2466 * python.texi (Events In Python): Document new events
2467 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2468 and RegisterChangedEvent.
2469
2470 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2471
2472 Add add-auto-load-scripts-directory.
2473 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2474 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2475
2476 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2477
2478 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2479 description typo.
2480
2481 2014-10-30 Doug Evans <dje@google.com>
2482
2483 * python.texi (Progspaces In Python): Document ability to add
2484 random attributes to gdb.Progspace objects.
2485 (Objfiles In Python): Document ability to add random attributes to
2486 gdb.objfile objects.
2487
2488 2014-10-27 Pedro Alves <palves@redhat.com>
2489
2490 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2491 info on stepping and signal handlers.
2492 (Signals): Explain stepping and signal handlers. Add context
2493 index entry, and cross references.
2494
2495 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2496
2497 * python.texi (Breakpoints In Python): Add parenthesis after
2498 Breakpoint.delete. Clarify Breakpoint.enabled description so
2499 that it contains "disable".
2500
2501 2014-10-17 Doug Evans <dje@google.com>
2502
2503 * python.texi (Events In Python): Document clear_objfiles event.
2504
2505 2014-10-17 Doug Evans <dje@google.com>
2506
2507 * python.texi (Objfiles In Python): Document new progspace attribute.
2508
2509 2014-10-17 Pedro Alves <palves@redhat.com>
2510
2511 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2512 (SVR4 Process Information): Delete mention of OSF/1.
2513
2514 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2515
2516 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2517 exit-code field in -list-thread-groups output.
2518
2519 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2520
2521 * gdb.texinfo (Set Breaks): Add missing "@end table".
2522
2523 2014-09-22 Pedro Alves <palves@redhat.com>
2524
2525 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2526 always-inserted off" is the default mode now. Delete
2527 documentation of "set breakpoint always-inserted auto".
2528
2529 2014-09-18 Doug Evans <dje@google.com>
2530
2531 * python.texi (Symbol Tables In Python): Document "producer"
2532 attribute of gdb.Symtab objects.
2533
2534 2014-09-16 Pedro Alves <palves@redhat.com>
2535
2536 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2537 (Embedded OS): Remove VxWorks menu entry.
2538 (VxWorks): Remove node.
2539
2540 2014-09-13 Doug Evans <xdje42@gmail.com>
2541
2542 * gdb.texinfo (Signaling): Document new queue-signal command.
2543
2544 2014-09-06 Doug Evans <xdje42@gmail.com>
2545
2546 PR 15276
2547 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2548 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2549
2550 2014-09-03 Justin Lebar <jlebar@google.com>
2551
2552 * python.texi (Types In Python): Type.template_argument(n) returns a
2553 gdb.Value or a gdb.Type and throws an exception if n is out of
2554 range.
2555
2556 2014-09-03 Sasha Smundak <asmundak@google.com>
2557
2558 * python.texi (Frames in Python): Add read_register description.
2559
2560 2014-08-04 Tom Tromey <tromey@redhat.com>
2561
2562 * gdb.texinfo (Debugging Output): Update for change to "set debug
2563 target".
2564
2565 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2566
2567 Pushed by Joel Brobecker <brobecker@adacore.com>.
2568 * Makefile.in (transform): New variable.
2569 (install-man1, install-man5): Apply $(transform) to man file names.
2570
2571 2014-07-26 Doug Evans <xdje42@gmail.com>
2572
2573 PR guile/17177
2574 * guile.texi (Guile Pretty Printing API): Fix typo.
2575 Document set-pretty-printers!, pretty-printers.
2576 (Selecting Guile Pretty-Printers): Update.
2577 Mention program-space based pretty-printers.
2578
2579 2014-07-25 Pedro Alves <palves@redhat.com>
2580 Eli Zaretskii <eliz@gnu.org>
2581
2582 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2583 with multi-threaded programs.
2584
2585 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2586
2587 * gdb.texinfo (MicroBlaze Features): Added.
2588
2589 2014-06-27 Yao Qi <yao@codesourcery.com>
2590
2591 * gdb.texinfo (Maintenance Commands): Update the output of
2592 'maint print dummy-frames' command.
2593
2594 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2595
2596 * gdb.texinfo (Screen Size): Improve indexing.
2597
2598 2014-06-19 Gary Benson <gbenson@redhat.com>
2599
2600 * gdb.texinfo (Maintenance Commands): Document new
2601 "maint set/show catch-demangler-crashes" option.
2602
2603 2014-06-19 Gary Benson <gbenson@redhat.com>
2604
2605 * gdb.texinfo (Maintenance Commands): Document new
2606 "maint demangler-warning" command and new
2607 "maint set/show demangler-warning" option.
2608
2609 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2610
2611 * python.texi (Xmethod API): Add space before the opening
2612 parenthesis in function descriptions.
2613
2614 2014-06-06 Doug Evans <xdje42@gmail.com>
2615
2616 * guile.texi (Guile Configuration): Document guile-data-directory.
2617
2618 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2619
2620 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2621
2622 2014-06-04 Doug Evans <xdje42@gmail.com>
2623
2624 * guile.texi (Breakpoints In Guile): Update.
2625
2626 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2627
2628 * python.texi (Xmethod API): Fix reference to "Progspaces In
2629 Python".
2630
2631 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2632
2633 * python.texi (Xmethods In Python, XMethod API)
2634 (Writing an Xmethod): New nodes.
2635 (Python API): New menu entries "Xmethods In Python",
2636 "Xmethod API", "Writing an Xmethod".
2637
2638 2014-06-02 Doug Evans <xdje42@gmail.com>
2639
2640 * guile.texi (Guile API): Add entry for Parameters In Guile.
2641 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2642 (Parameters In Guile): New node.
2643
2644 2014-06-02 Doug Evans <xdje42@gmail.com>
2645
2646 * guile.texi (Guile API): Add entry for Commands In Guile.
2647 (Basic Guile) <parse-and-eval>: Add reference.
2648 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2649 (GDB Scheme Data Types): Mention <gdb:command> object.
2650 (Commands In Guile): New node.
2651
2652 2014-06-02 Doug Evans <xdje42@gmail.com>
2653
2654 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2655 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2656 (Progspaces In Guile): New node.
2657
2658 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2659
2660 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2661 * python.texi (Frames In Python): Mention
2662 gdb.FRAME_UNWIND_MEMORY_ERROR.
2663
2664 2014-05-29 Pedro Alves <palves@redhat.com>
2665 Tom Tromey <tromey@redhat.com>
2666
2667 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2668 from example.
2669 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2670 Mention that target-async is now deprecated.
2671 (Maintenance Commands): Document maint set/show target-async.
2672
2673 2014-05-29 Pedro Alves <palves@redhat.com>
2674
2675 * observer.texi (sync_execution_done, command_error): New
2676 subjects.
2677
2678 2014-05-29 Pedro Alves <palves@redhat.com>
2679
2680 PR gdb/13860
2681 * observer.texi (signal_received, end_stepping_range)
2682 (signal_exited, exited, no_history): New observer subjects.
2683
2684 2014-05-26 Andy Wingo <wingo@igalia.com>
2685
2686 * guile.texi (GDB Scheme Data Types): Remove documentation for
2687 removed interfaces. Update spelling of gdb-object-kind.
2688
2689 2014-05-26 Andy Wingo <wingo@igalia.com>
2690
2691 * guile.texi (Basic Guile): Fix some typos.
2692
2693 2014-05-26 Andy Wingo <wingo@igalia.com>
2694
2695 * guile.texi (Writing a Guile Pretty-Printer)
2696 (Guile Types Module): Fix excess parentheses in use-modules forms.
2697
2698 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2699
2700 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2701 (Breakpoints In Guile, Guile Printing Module)
2702 (Guile Exception Handling, Values From Inferior In Guile)
2703 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2704 Don't use @var at the beginning of a sentence.
2705
2706 * gdb.texinfo (Frame Filter Management, Trace Files)
2707 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2708 (PowerPC Embedded, Define, Annotations for Running)
2709 (IPA Protocol Commands, Packets, General Query Packets)
2710 (Tracepoint Packets, Notification Packets, Environment)
2711 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2712 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2713 (Frames, Backtrace, Selection, Expressions, Registers)
2714 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2715 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2716 (Source Annotations, Using JIT Debug Info Readers, Packets)
2717 (Stop Reply Packets, Host I/O Packets)
2718 (Target Description Format): Don't use @var at the beginning of a
2719 sentence.
2720
2721 * python.texi (Basic Python, Types In Python)
2722 (Commands In Python, Frames In Python, Line Tables In Python)
2723 (Breakpoints In Python, gdb.printing, gdb.types)
2724 (Type Printing API): Don't use @var at the beginning of a
2725 sentence.
2726
2727 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2728
2729 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2730 replay-memory-access".
2731
2732 2014-05-21 Pedro Alves <palves@redhat.com>
2733
2734 * gdb.texinfo (Starting): Document "set/show
2735 auto-connect-native-target".
2736 (Target Commands): Document "target native".
2737
2738 2014-05-20 Pedro Alves <palves@redhat.com>
2739
2740 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2741 not be remote specific. Add cross reference to the qCRC packet.
2742 (Separate Debug Files): Update cross reference to the qCRC packet.
2743 (General Query Packets) <qCRC packet>: Add anchor.
2744
2745 2014-05-17 Doug Evans <xdje42@gmail.com>
2746
2747 Copy over changes from guile.texi.
2748 * python.texi (Basic Python) <gdb.execute>: Add text.
2749 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2750 (Values From Inferior) <Python string>: Add text.
2751 (Values From Inferior) <Value.string>: Clarify string length handling.
2752 (Pretty Printing API): Add cindex.
2753 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2754 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2755 @vindex.
2756 (Commands In Python) <COMPLETE_*>: Similarly.
2757 (Symbols In Python) <SYMBOL_*>: Similarly.
2758 (Breakpoints In Python) <WP_*>: Similarly.
2759 (Breakpoints In Python) <BP_*>: Similarly.
2760
2761 2014-05-17 David Taylor <dtaylor@emc.com>
2762
2763 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2764 mentioned in the qfThreadInfo reply.
2765
2766 2014-05-16 Doug Evans <dje@google.com>
2767
2768 * gdb.texinfo (Mode Options): Add -D.
2769
2770 2014-05-09 Samuel Bronson <naesten@gmail.com>
2771
2772 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2773 "make -C".
2774
2775 2014-04-29 Tom Tromey <tromey@redhat.com>
2776
2777 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2778 "show debug varobj".
2779
2780 2014-05-01 David Taylor <dtaylor@emc.com>
2781
2782 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2783 option.
2784
2785 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2786 Walfred Tedeschi <walfred.tedeschi@intel.com>
2787
2788 * gdb.texinfo (i386 Features): Add description of AVX512
2789 registers.
2790
2791 2014-03-31 Doug Evans <dje@google.com>
2792
2793 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2794
2795 2014-03-30 Doug Evans <dje@google.com>
2796
2797 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2798 (Background Execution): Ditto.
2799
2800 2014-03-21 Pedro Alves <palves@redhat.com>
2801 Stan Shebs <stan@codesourcery.com>
2802 Hui Zhu <hui@codesourcery.com>
2803
2804 * gdb.texinfo (Packets): Add anchor to "? packet".
2805 Remove fixme and update introduction of "k packet".
2806 Add anchor to "vKill packet".
2807
2808 2014-03-12 Stan Shebs <stan@codesourcery.com>
2809
2810 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2811
2812 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2813
2814 * guile.texi (Basic Guile): Document 'history-append!'.
2815
2816 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2817
2818 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2819 and "assf" as being deprecated.
2820 (Cygwin Native): Likewise for "dll-symbols".
2821 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2822 as a way to force the loading of symbols from a DLL.
2823
2824 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2825
2826 * python.texi (Values From Inferior): Add description about the
2827 new feature.
2828
2829 2014-02-17 Doug Evans <xdje42@gmail.com>
2830
2831 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2832 * gdb.texinfo (Python): Moved to ...
2833 * python.texi: ... here. New file.
2834
2835 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2836
2837 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2838 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2839 parameter to 'str-lookup-function' procedure. Look for
2840 the "std::string<" prefix.
2841 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2842 Adjust description.
2843
2844 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2845
2846 * guile.texi (Values From Inferior In Guile): Remove stray
2847 parantheses for deffn.
2848 (Disassembly In Guile): Ditto.
2849
2850 2014-02-10 Stan Shebs <stan@codesourcery.com>
2851
2852 Add Doxygen support.
2853 * Makefile.in (doxy): New action, generates Doxygen files.
2854 (DOXYGEN): New.
2855 (doxyedit): New.
2856 * Doxyfile-base.in: New file.
2857 * Doxyfile-gdb-api.in: New file.
2858 * Doxyfile-gdb-xref.in: New file.
2859 * Doxyfile-gdbserver.in: New file.
2860 * doxy-index.in: New file.
2861 * filter-for-doxygen: New file.
2862 * filter-params.pl: New file.
2863
2864 2014-02-10 Doug Evans <xdje42@gmail.com>
2865
2866 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2867 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2868 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2869 (Guile docs): Include guile.texi.
2870 (objfile-gdbdotext file): Add objfile-gdb.scm.
2871 (dotdebug_gdb_scripts section): Mention Guile scripts.
2872 (Multiple Extension Languages): New node.
2873 * guile.texi: New file.
2874
2875 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2876
2877 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2878 ignore-descriptive-types". commands.
2879
2880 2014-01-22 Doug Evans <dje@google.com>
2881
2882 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2883 (gdbserver man): Ditto.
2884
2885 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2886
2887 * gdb.texinfo: Document limited reverse/replay support
2888 for target record-btrace.
2889
2890 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2891
2892 * gdb.texinfo (Process Record and Replay): Update documentation.
2893
2894 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2895
2896 * gdb.texinfo (Process Record and Replay): Document new /c
2897 modifier accepted by "record function-call-history".
2898 Add /i modifier to "record function-call-history" example.
2899
2900 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2901 Joel Brobecker <brobecker@adacore.com>
2902
2903 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2904 markers. Remove one that was misplaced.
2905
2906 2014-01-10 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.texinfo (Your Program's Environment) <set environment>:
2909 Mention the shell, and point at 'set exec-wrapper'.
2910
2911 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2912
2913 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2914
2915 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2916
2917 * gdb.texinfo (Types In Python): Clarify the documentation
2918 of attribute gdb.Field.bitpos.
2919
2920 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2921
2922 * gdb.texinfo (Types In Python): Fix the documentation of
2923 attribute "bitpos" in class gdb.Field for enum types. Add
2924 documentation for attribute "enumval" in that same class.
2925
2926 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2927
2928 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2929 @ftable.
2930
2931 2013-12-23 Doug Evans <xdje42@gmail.com>
2932
2933 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2934 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2935 corresponding section in Extending GDB.
2936 (Extending GDB): Move menu up. New menu item "Auto-loading
2937 extensions".
2938 (Sequences): New menu item "Auto-loading sequences".
2939 (Auto-loading sequences): New node.
2940 (Python): Rename section from Scripting GDB to Extending GDB.
2941 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2942 Move docs on ways to auto-load extensions to ...
2943 (Auto-loading extensions): ... here. New node.
2944
2945 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2946
2947 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2948 in menu.
2949 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2950 command, now in a new node.
2951 (GDB/MI Support Commands): New node, with its contents being
2952 extracted from the "GDB/MI Miscellaneous Commands" node.
2953 A small paragraph introducing the section is also added at
2954 the start.
2955 (GDB/MI Miscellaneous Commands): Delete the description of the
2956 -info-gdb-mi-command, -list-features and -list-target-features
2957 commands, now hosted in the "GDB/MI Support Commands" node.
2958
2959 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2960
2961 PR python/16113
2962 * gdb.texinfo (Values From Inferior): Add a note about using
2963 gdb.Field objects as subscripts on gdb.Value objects.
2964 (Types In Python): Add description about the new attribute
2965 "parent_type" of gdb.Field objects.
2966
2967 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2968
2969 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2970 entry for section docuumenting the -list-features GDB/MI command.
2971
2972 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2973
2974 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2975 "exec-run-start-option" entry in the output of the "-list-features"
2976 command.
2977
2978 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2979
2980 * gdb.texinfo (i386): Fix yesterday's commit.
2981
2982 2013-12-03 Tom Tromey <tromey@redhat.com>
2983
2984 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2985 documented here.
2986
2987 2013-12-03 Tom Tromey <tromey@redhat.com>
2988
2989 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2990
2991 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2992
2993 * gdb.texinfo (i386 Features): Add MPX feature registers.
2994 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2995 a subsubsection for MPX and describes the display of the
2996 boundary registers.
2997
2998 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2999
3000 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
3001 documentation of the "ada-exceptions" entry.
3002
3003 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3004
3005 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
3006 "^error" result record concerning the error message. Document
3007 the error code that may also be part of that result record.
3008 (GDB/MI Miscellaneous Commands): Document the
3009 "undefined-command-error-code" element in the output of
3010 the "-list-features" GDB/MI command.
3011
3012 2013-12-03 Joel Brobecker <brobecker@adacore.com>
3013
3014 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3015 the new -info-gdb-mi-command GDB/MI command. Document
3016 the meaning of "-info-gdb-mi-command" in the output of
3017 -list-features.
3018
3019 2013-11-29 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
3022 Update comment.
3023
3024 2013-11-24 Yao Qi <yao@codesourcery.com>
3025
3026 * gdb.texinfo (Caching Remote Data): Document new
3027 "set/show stack-cache" option.
3028
3029 2013-11-24 Yao Qi <yao@codesourcery.com>
3030
3031 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
3032 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
3033 "off" respectively.
3034
3035 2013-11-23 Yao Qi <yao@codesourcery.com>
3036
3037 * gdb.texinfo (GDB/MI Variable Objects): Add the description
3038 of "displayhint" to the table about child results.
3039
3040 2013-11-21 Yao Qi <yao@codesourcery.com>
3041
3042 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
3043 'dynamic' for the output of command -var-list-children.
3044
3045 2013-11-21 Yao Qi <yao@codesourcery.com>
3046
3047 * gdb.texinfo (Caching Target Data): Remove "see" before
3048 @pxref.
3049
3050 2013-11-20 Yao Qi <yao@codesourcery.com>
3051
3052 * gdb.texinfo (Caching Target Data): Update doc for
3053 per-address-space dcache.
3054
3055 2013-11-20 Yao Qi <yao@codesourcery.com>
3056
3057 * gdb.texinfo (Data): Rename menu item.
3058 (Caching Remote Data): Rename to ...
3059 (Caching Target Data): ... it. Update.
3060
3061 2013-11-18 Joel Brobecker <brobecker@adacore.com>
3062
3063 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
3064 "language-option" entry in the output of the "-list-features"
3065 command.
3066
3067 2013-11-15 Tom Tromey <tromey@redhat.com>
3068
3069 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
3070 Add example.
3071
3072 2013-11-14 Tom Tromey <tromey@redhat.com>
3073
3074 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
3075
3076 2013-11-14 Joel Brobecker <brobecker@adacore.com>
3077
3078 * gdb.texinfo (Show): Add xref anchor for "show language" command.
3079 (Context management): Place current subsection text into its own
3080 subsubsection. Add new subsubsection describing the "--language"
3081 command option.
3082
3083 2013-11-13 Joel Brobecker <brobecker@adacore.com>
3084
3085 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3086 the documentation of "info-ada-exceptions" in the output
3087 of the "-list-features" command. Add the documentation
3088 of the "ada-exception" entry instead.
3089
3090 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3091
3092
3093 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3094 word of a couple of sentences to start with a capital letter.
3095
3096 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3097
3098 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3099 (Ada Exceptions): New node.
3100 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3101 Commands" node.
3102 (GDB/MI Ada Exceptions Commands): New node.
3103 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3104 field in the output of the "-list-features" command.
3105 * NEWS: Add entry for the new "info exceptions" CLI command,
3106 and for the new "-info-ada-exceptions" GDB/MI command.
3107
3108 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3109
3110 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3111 (Line Tables In Python): New node.
3112
3113 2013-11-08 Doug Evans <dje@google.com>
3114
3115 * gdb.texinfo (Debugging Output): Update text for
3116 "set debug dwarf2-read".
3117
3118 2013-11-08 Doug Evans <dje@google.com>
3119
3120 * gdb.texinfo (Debugging Output): Update text for
3121 "set debug symtab-create".
3122
3123 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3124
3125 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3126 constant.
3127
3128 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3129
3130 * gdb.texinfo (Breakpoints In Python): Document temporary
3131 option in breakpoint constructor, and add documentation to the
3132 temporary attribute.
3133
3134 2013-11-07 Yao Qi <yao@codesourcery.com>
3135
3136 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3137 output of "-var-info-expression".
3138
3139 2013-11-06 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3142 non-interactive mode.
3143 (Environment) <shell startup files warning>: Mention
3144 non-interactive mode. Mention .zshenv for Z shell, and talk about
3145 BASH_ENV instead of .bashrc for BASH.
3146
3147 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3148
3149 * gdb.texinfo (Commands to Specify Files): Add description
3150 of the remove-symbol-file command.
3151 * observer.texi: New free_objfile event
3152
3153 2013-10-24 Pedro Alves <palves@redhat.com>
3154
3155 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3156
3157 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3158
3159 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3160 New subsection inside which the "-catch-load" and "-catch-unload"
3161 commands documentation is now placed.
3162 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3163 documenting the "-catch-assert" and "-catch-exception" new
3164 GDB/MI commands.
3165
3166 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3167
3168 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3169
3170 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3171
3172 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3173 serial baud".
3174 (Remote Configuration): Replace "set remotebaud" by "set serial
3175 baud". Replace "show remotebaud" by "show serial baud".
3176
3177 2013-10-07 Pedro Alves <palves@redhat.com>
3178
3179 PR breakpoints/11568
3180 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3181 when the thread is removed from the thread list.
3182
3183 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3184
3185 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3186 Update entry for $_exitcode.
3187
3188 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3189
3190 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3191 new "--start" option.
3192
3193 2013-10-02 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.texinfo (Registers): Expand description of saved registers
3196 in frames. Explain <not saved>.
3197
3198 2013-09-25 Doug Evans <dje@google.com>
3199
3200 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3201
3202 2013-09-16 Stan Shebs <stan@codesourcery.com>
3203
3204 Remove the internals manual gdbint.texinfo.
3205 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3206 (PDFFILES): Remove gdbint.pdf.
3207 (HTMLFILES): Remove gdbint/index.html.
3208 (HTMLFILES_INSTALL): Remove gdbint.
3209 (GDBINT_DOC_FILES): Remove.
3210 (dvi): Remove gdbint.dvi.
3211 (ps): Remove gdbint.ps.
3212 * gdbint.texinfo: Remove file.
3213 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3214
3215 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3216
3217 * gdb.texinfo (Convenience Functions): Mention new convenience
3218 function $_isvoid.
3219
3220 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3221
3222 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3223 (Standard Target Features): Add new node to menu.
3224 (S/390 and System z Features): New node.
3225
3226 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3227
3228 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3229 -list-target-features in the example.
3230
3231 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3232
3233 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3234 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3235
3236 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3237
3238 Sync documentation with gdb.base/gnu-debugdata.exp.
3239 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3240
3241 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3242
3243 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3244
3245 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3246 Yao Qi <yao@codesourcery.com>
3247
3248 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3249 Document new --skip-unavailable option.
3250 <-stack-list-variables>: Document new --skip-unavailable option.
3251
3252 2013-08-26 Doug Evans <dje@google.com>
3253
3254 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3255 an optional regexp.
3256
3257 2013-08-13 Tom Tromey <tromey@redhat.com>
3258
3259 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3260 Document GDB_PARALLEL and GDB_INOTIFY.
3261
3262 2013-08-09 Stan Shebs <stan@codesourcery.com>
3263
3264 * LRS: Remove file, describes a long-abandoned live-range
3265 splitting extension to stabs.
3266
3267 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3268
3269 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3270
3271 2013-07-17 Doug Evans <dje@google.com>
3272
3273 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3274
3275 2013-07-02 Tom Tromey <tromey@redhat.com>
3276
3277 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3278
3279 2013-06-28 Tom Tromey <tromey@redhat.com>
3280
3281 * Makefile.in (version.subst): Use version.in, not
3282 common/version.in.
3283 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3284 Likewise.
3285
3286 2013-06-27 Pedro Alves <palves@redhat.com>
3287
3288 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3289 dynamic symbol resolution code>: New section, based on infrun.c
3290 comment.
3291
3292 2013-06-26 Tom Tromey <tromey@redhat.com>
3293
3294 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3295 Update.
3296 (Releasing GDB): Likewise.
3297
3298 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3299 Yao Qi <yao@codesourcery.com>
3300
3301 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3302 -trace-frame-collected.
3303
3304 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3305
3306 * gdb.texinfo (Traceframe Info Format): Document tvar element
3307 and its attributes.
3308
3309 2013-06-25 Yao Qi <yao@codesourcery.com>
3310
3311 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3312
3313 2013-06-24 Tom Tromey <tromey@redhat.com>
3314
3315 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3316 (GDBvn.texi): Use version.subst.
3317 (version.subst): New target.
3318 (mostlyclean): Remove version.subst.
3319
3320 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3321
3322 * gdb.texinfo (GDB/MI Data Manipulation)
3323 <-data-list-register-values>: Document the --skip-unavailable
3324 option.
3325
3326 2013-06-07 Yao Qi <yao@codesourcery.com>
3327
3328 * gdb.texinfo (Symbols): Add kindex and cindex for
3329 'maint print msymbols'.
3330
3331 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3332
3333 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3334 response field name (thread-group to inferior).
3335
3336 2013-06-04 Gary Benson <gbenson@redhat.com>
3337
3338 * gdb.texinfo (General Query Packets/qSupported): Added
3339 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3340 to the table of currently defined stub features.
3341 Added a more detailed entry for "augmented-libraries-svr4-read".
3342 (General Query Packets/qXfer:libraries-svr4:read): Documented
3343 the augmented form of this packet.
3344
3345 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3346
3347 * gdb.texinfo (System-wide Configuration Scripts): Renames
3348 "Installed System-wide Configuration Scripts". Add associated
3349 @menu block.
3350
3351 2013-05-23 Yao Qi <yao@codesourcery.com>
3352 Pedro Alves <palves@redhat.com>
3353
3354 * gdb.texinfo (Packets): Document 'vCont;r'.
3355 (Continuing and Stepping): Document target-assisted range
3356 stepping, and the 'set range-stepping' and 'show range-stepping'
3357 commands.
3358
3359 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3360
3361 * gdb.texinfo (Installed System-wide Configuration Scripts):
3362 Add subsection describing the scripts now available under
3363 the data-dir's system-gdbbinit subdirectory.
3364 * NEWS: Add entry announcing the availability of system-wide
3365 configuration scripts for ElinOS and Wind River Linux.
3366
3367 2013-05-21 Hui Zhu <hui@codesourcery.com>
3368
3369 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3370 "-dprintf-insert" command.
3371
3372 2013-05-17 Doug Evans <dje@google.com>
3373
3374 * gdb.texinfo (Maintenance Commands): Update doc for
3375 "maint check-psymtabs". Add doc for "maint check-symtabs",
3376 "maint expand-symtabs".
3377
3378 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3379
3380 * gdb.texinfo (Process Record and Replay): Document the
3381 "record goto" command and its sub-commands.
3382
3383 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3384
3385 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3386 (Python API): Add Frame Filters API, Frame Wrapper API,
3387 Writing a Frame Filter/Wrapper, Managing Management of Frame
3388 Filters chapter entries.
3389 (Frame Filters API): New Node.
3390 (Frame Wrapper API): New Node.
3391 (Writing a Frame Filter): New Node.
3392 (Managing Frame Filters): New Node.
3393 (Progspaces In Python): Add note about frame_filters attribute.
3394 (Objfiles in Python): Ditto.
3395 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3396 @anchors and --no-frame-filters option to -stack-list-variables,
3397 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3398 commands.
3399
3400 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3401
3402 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3403 Support" subsection documenting the XML format used to transfer
3404 shared library info on AIX.
3405
3406 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3407
3408 * gdb.texinfo (Debugging Output): Add documentation of
3409 "set debug aix-solib" and "show debug aix-solib" commands.
3410
3411 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3412
3413 * gdb.texinfo (Nios II): New section.
3414 (Nios II Features): New section.
3415
3416 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3417
3418 * gdbint.texinfo (Algorithms): Remove entries documenting
3419 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3420 SOLIB_CREATE_INFERIOR_HOOK.
3421
3422 2013-04-29 Tom Tromey <tromey@redhat.com>
3423
3424 PR python/14204:
3425 * gdb.texinfo (Python API): Fix menu entry.
3426 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3427 Define global and static block. Add example. Clarify
3428 block relationship for inline functions.
3429
3430 2013-04-29 Tom Tromey <tromey@redhat.com>
3431
3432 * gdb.texinfo (Python API): Mention Python help and keyword
3433 arguments. Move pagination text to Basic Python.
3434 (Basic Python): Put pagination text here. Document
3435 close-on-exec, SIGCHLD, and SIGINT.
3436
3437 2013-04-19 Pedro Alves <palves@redhat.com>
3438
3439 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3440 "signedness" instead of "signness".
3441
3442 2013-04-19 Pedro Alves <palves@redhat.com>
3443
3444 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3445 -Wno-pointer-sign text with text on -Wpointer-sign.
3446
3447 2013-04-16 Tom Tromey <tromey@redhat.com>
3448
3449 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3450 GCC that has the SDT probe points.
3451
3452 2013-04-15 Tom Tromey <tromey@redhat.com>
3453
3454 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3455 exception catchpoints.
3456
3457 2013-04-15 Tom Tromey <tromey@redhat.com>
3458
3459 * gdb.texinfo (Set Catchpoints): Document $_exception.
3460 (Convenience Vars): Mention $_exception.
3461
3462 2013-04-15 Tom Tromey <tromey@redhat.com>
3463
3464 * gdb.texinfo (Set Catchpoints): Reorganize exception
3465 catchpoints. Document "catch rethrow".
3466 (Debugging C Plus Plus): Mention "catch rethrow".
3467
3468 2013-04-15 Tom Tromey <tromey@redhat.com>
3469
3470 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3471
3472 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3473 Eli Zaretskii <eliz@gnu.org>
3474
3475 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3476 line below the sample output.
3477
3478 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3479
3480 * gdb.texinfo (Mode Options): Document '-configuration'.
3481 (Help): Document "show configuration".
3482 (Bug Reporting): Add requirements to include the configuration
3483 details in bug reports.
3484
3485 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3486
3487 * Makefile.in (MAN1S): Add gcore.1.
3488 Remove "Host, target, and site specific Makefile fragments" comment.
3489 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3490 (install-man1, uninstall-man1): Conditionalize gcore.1.
3491 (gcore.1): New.
3492 * gdb.texinfo (Man Pages): Add gcore man.
3493 (gcore man): New node.
3494
3495 2013-04-10 Pedro Alves <palves@redhat.com>
3496
3497 * gdb.texinfo (Process Record and Replay): Document that "set
3498 record full insn-number-max", "set record
3499 instruction-history-size" and "set record
3500 function-call-history-size" accept "unlimited".
3501 (Backtrace): Document that "set backtrace limit" accepts
3502 "unlimited".
3503 (List): Document that "set listsize" accepts "unlimited".
3504 (Print Settings)" Document that "set print max-symbolic-offset",
3505 "set print elements" and "set print repeats" accept "unlimited".
3506 (Starting and Stopping Trace Experiments): Document that "set
3507 trace-buffer-size" accepts "unlimited".
3508 (Remote Configuration): Document that "set tcp connect-timeout"
3509 accepts "unlimited".
3510 (Command History): Document that "set history size" accepts
3511 "unlimited".
3512 (Screen Size): Document that "set height" and "set width" accepts
3513 "unlimited". Adjust "set pagination"'s description to suggest
3514 "set height unlimited" instead of "set height 0".
3515
3516 2013-04-10 Yao Qi <yao@codesourcery.com>
3517
3518 * gdb.texinfo (Trace Files): Add "target ctf".
3519
3520 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3521
3522 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3523
3524 * Makefile.in (install-man1, install-man5, uninstall-man1)
3525 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3526
3527 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3528
3529 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3530 Eli Zaretskii <eliz@gnu.org>
3531
3532 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3533 parameters order. Remove "On some targets" for --attach. Document the
3534 --multi parameter and extended-remote command. Document all the
3535 options.
3536
3537 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3538
3539 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3540 the list of supported languages.
3541
3542 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3543
3544 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3545 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3546 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3547 (diststuff): Add man.
3548 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3549 (uninstall-man5): New.
3550 (STAGESTUFF): Add *.1 and *.5.
3551 (GDBvn.texi): Add SYSTEM_GDBINIT.
3552 (gdb.1, gdbserver.1, gdbinit.5): New.
3553 (maintainer-clean realclean): Add $(MANS).
3554 (install): Add install-man.
3555 (uninstall): Add uninstall-man.
3556 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3557 (@copying): Wrap it by @c man begin COPYRIGHT.
3558 (Top): Add Man Pages.
3559 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3560
3561 2013-04-02 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.texinfo (Debugging Output): Document "set/show debug
3564 aarch64", "set/show debug coff-pe-read" and "set/show debug
3565 mach-o".
3566
3567 2013-04-02 Pedro Alves <palves@redhat.com>
3568
3569 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3570 table>: Add entry for "trace-buffer-size".
3571
3572 2013-03-28 Pedro Alves <palves@redhat.com>
3573
3574 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3575 table>: Add entry for "trace-status".
3576
3577 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3578
3579 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3580 @bullet", which is invalid (makeinfo 5.1 barfs).
3581
3582 2013-03-28 Pedro Alves <palves@redhat.com>
3583
3584 PR gdb/15294
3585
3586 * gdb.texinfo (List) <set listsize>: Adjust to document that
3587 listsize 0 means no limit, and remove mention of -1.
3588
3589 2013-03-22 Yao Qi <yao@codesourcery.com>
3590
3591 * gdb.texinfo (Embedded Processors): Remove menu item
3592 "OpenRISC 1000".
3593 (OpenRISC 1000): Remove.
3594
3595 2013-03-21 Doug Evans <dje@google.com>
3596
3597 * gdb.texinfo (Maintenance Commands): Add docs for
3598 "mt set per-command {space,time,symtab} {on,off}".
3599
3600 2013-03-14 Hui Zhu <hui@codesourcery.com>
3601 Yao Qi <yao@codesourcery.com>
3602
3603 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3604
3605 2013-03-13 Keith Seitz <keiths@redhat.com>
3606
3607 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3608 "maint agent" reference to Dynamic printf.
3609
3610 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3611
3612 * gdb.texinfo (General Query Packets): Don't use colon in index
3613 entries visible to Info format.
3614
3615 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3616
3617 * gdb.texinfo (Process Record and Replay): Document record
3618 changes.
3619
3620 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3621
3622 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3623 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3624 qXfer:btrace:read.
3625
3626 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3627
3628 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3629 use colons in @anchor and @cindex entries.
3630
3631 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3632
3633 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3634
3635 2013-03-08 Stan Shebs <stan@codesourcery.com>
3636 Hafiz Abid Qadeer <abidh@codesourcery.com>
3637
3638 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3639 trace-buffer-size set and show commands.
3640 (Tracepoint Packets): Document QTBuffer:size.
3641 (General Query Packets): Document QTBuffer:size.
3642
3643 2013-02-21 Tom Tromey <tromey@redhat.com>
3644
3645 * gdb.texinfo: Remove bad @syncodeindex.
3646 (Values From Inferior, Types In Python, Inferiors In Python)
3647 (Events In Python, Threads In Python, Frames In Python, Blocks In
3648 Python, Symbols In Python, Symbol Tables In Python): Remove
3649 @tables.
3650 (Packets, General Query Packets, Tracepoint Packets)
3651 (Host I/O Packets): Use @w{} for empty @item.
3652
3653 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3654
3655 * gdb.texinfo (Architectures In Python): Add description about
3656 the new method gdb.Architecture.disassemble.
3657
3658 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3659 Hafiz Abid Qadeer <abidh@codesourcery.com>
3660
3661 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3662 Document the "trace-file" field.
3663
3664 2013-02-07 Doug Evans <dje@google.com>
3665
3666 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3667 command.
3668
3669 2013-02-06 Yao Qi <yao@codesourcery.com>
3670
3671 * gdb.texinfo (GDB/MI Async Records): Document new MI
3672 notification "=tsv-modified". Update the document of MI
3673 notification "=tsv-created".
3674 * observer.texi (GDB Observers): New observer tsv_modified.
3675 Update observer tsv_created and tsv_delete.
3676
3677 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3678
3679 * gdb.texinfo (AArch64 Features): New section; document
3680 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3681 (Architectures): Add new AArch64 section to document AArch64
3682 architecture specific commands.
3683 (ABI): Add description of the new OS ABI "Newlib" and its influence
3684 on the longjmp handling.
3685
3686 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3687 Jan Kratochvil <jan.kratochvil@redhat.com>
3688
3689 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3690 variable in 'set/show backtrace' section.
3691
3692 2013-01-31 Tom Tromey <tromey@redhat.com>
3693
3694 * gdb.texinfo (Target Commands): Fix typo.
3695
3696 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3697
3698 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3699 describing the gdb.Architecture class.
3700 (Frames In Python): Add description about the new method
3701 gdb.Frame.architecture().
3702
3703 2013-01-23 Doug Evans <dje@google.com>
3704
3705 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3706
3707 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3708
3709 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3710 'thread-groups' field when printing a breakpoint in MI.
3711
3712 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3713 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3714 to reflect that jit-reader-load now supports absolute file-names.
3715
3716 2013-01-16 Tom Tromey <tromey@redhat.com>
3717
3718 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3719 (Signals): Likewise.
3720
3721 2013-01-16 Tom Tromey <tromey@redhat.com>
3722
3723 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3724 "catch-type" field.
3725 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3726
3727 2013-01-07 Tom Tromey <tromey@redhat.com>
3728
3729 * gdb.texinfo (Mode Options): Don't mention -epoch.
3730 (Data, Emacs): Remove obsolete comments.
3731
3732 2013-01-02 Tom Tromey <tromey@redhat.com>
3733
3734 * gdb.texinfo (GDB/MI Output Records): Update menu.
3735 (GDB/MI Breakpoint Information): New node.
3736 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3737 <-break-insert>: Likewise.
3738
3739 2012-12-31 Yao Qi <yao@codesourcery.com>
3740
3741 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3742 (Packets): Move "vStopped" packet to ...
3743 (Notification Packets): ... here. Describe the components
3744 of notification. Add a table of supported notifications.
3745 Add an example on the process of he async notification.
3746
3747 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3748
3749 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3750 present.
3751 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3752 fullname output always present.
3753
3754 2012-12-23 Pierre Muller <muller@sourceware.org>
3755
3756 * gdbint.texinfo (Function prototypes): Require use of "extern"
3757 modifier for function prototypes in headers.
3758
3759 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3760
3761 * refcard.tex: Update copyright notice to GPL v3 or later.
3762 Update contact info.
3763
3764 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3765
3766 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3767
3768 2012-12-15 Yao Qi <yao@codesourcery.com>
3769
3770 * gdb.texinfo (Debugging Output): Document 'set debug
3771 notification' and 'show debug notification'.
3772
3773 2012-12-15 Yao Qi <yao@codesourcery.com>
3774
3775 * gdb.texinfo (Listing Tracepoints): New item and example about
3776 'installed on target' output.
3777 Add more in the example about 'installed on target'.
3778 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3779
3780 2012-12-14 Tom Tromey <tromey@redhat.com>
3781
3782 * gdb.texinfo (SVR4 Process Information): Mention core files.
3783
3784 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3785
3786 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3787
3788 2012-12-12 Paul Koning <paul_koning@dell.com>
3789
3790 Add support for Python 3.
3791 * gdb.texinfo (Inferior.read_memory): Mention that the return
3792 value is a memoryview object if Python 3.
3793
3794 2012-12-11 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.texinfo: Remove all mentions of Unixware throughout.
3797
3798 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3799
3800 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3801
3802 2012-11-29 Tom Tromey <tromey@redhat.com>
3803
3804 * gdb.texinfo (SVR4 Process Information): Document missing
3805 "info proc" subcommands.
3806
3807 2012-11-29 Yao Qi <yao@codesourcery.com>
3808
3809 PR gdb/1477.
3810 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3811 to 'auto' instead of 'gnu'.
3812
3813 2012-11-26 Tom Tromey <tromey@redhat.com>
3814
3815 * gdb.texinfo (MiniDebugInfo): New node.
3816 (GDB Files): Update.
3817
3818 2012-11-16 Doug Evans <dje@google.com>
3819
3820 * gdb.texinfo (System-wide configuration): If the system-wide init
3821 file lives in the data-directory, and --data-directory is provided,
3822 look for it there.
3823
3824 2012-11-15 Tom Tromey <tromey@redhat.com>
3825
3826 * gdb.texinfo (Signaling): Fix typo.
3827
3828 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3829
3830 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3831 parameter "count" of -data-write-memory-bytes, and add an example.
3832
3833 2012-11-12 Tom Tromey <tromey@redhat.com>
3834
3835 * gdb.texinfo (Symbols): Document "info type-printers",
3836 "enable type-printer" and "disable type-printer".
3837 (Python API): Add new node to menu.
3838 (Type Printing API): New node.
3839 (Progspaces In Python): Document type_printers field.
3840 (Objfiles In Python): Likewise.
3841 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3842 register_type_printer, TypePrinter>: Document.
3843
3844 2012-11-12 Tom Tromey <tromey@redhat.com>
3845
3846 * gdb.texinfo (Symbols): Document "set print type methods",
3847 "set print type typedefs", and flags to ptype and whatis.
3848
3849 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3850
3851 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3852 the example -data-disassemble output. Extend the description of
3853 the -data-disassemble results to document all fields. Document
3854 the cli disassemble command as being related to -data-disassemble.
3855
3856 2012-11-09 Yao Qi <yao@codesourcery.com>
3857
3858 PR gdb/14777.
3859 * gdb.texinfo (OS Information): Remove doc on command
3860 'info udot'.
3861
3862 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3863
3864 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3865 gdb.ini warning for Windows port.
3866
3867 2012-11-08 Yao Qi <yao@codesourcery.com>
3868
3869 * gdb.texinfo (Search): Add kindex for 'fo'.
3870
3871 2012-11-05 Tom Tromey <tromey@redhat.com>
3872
3873 PR python/14802:
3874 * gdb.texinfo (Functions In Python): Add example.
3875
3876 2012-11-03 Yao Qi <yao@codesourcery.com>
3877
3878 * observer.texi (GDB Observers): Remove observer
3879 'tracepoint_modified', 'tracepoint_created' and
3880 'tracepoint_deleted'.
3881
3882 2012-10-26 Tom Tromey <tromey@redhat.com>
3883
3884 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3885
3886 2012-10-25 Tom Tromey <tromey@redhat.com>
3887
3888 * gdb.texinfo (General Query Packets): Use @itemx.
3889
3890 2012-10-17 Yao Qi <yao@codesourcery.com>
3891
3892 * observer.texi (GDB Observers): Update observer
3893 'memory_changed'.
3894 * gdb.texinfo (GDB/MI Async Records): Document for
3895 "memory-changed" notification.
3896
3897 2012-10-15 Doug Evans <dje@google.com>
3898
3899 * gdb.texinfo (Mode Options): Document -nh.
3900 Elaborate on docs for -nx.
3901
3902 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3903
3904 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3905
3906 2012-09-21 Yao Qi <yao@codesourcery.com>
3907 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.texinfo (GDB/MI Async Records): Document notification
3910 'record-started' and 'record-stopped'.
3911 * observer.texi (GDB Observers): New observer 'record-changed'.
3912
3913 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3914
3915 * gdb.texinfo: Document the removal of SH's 'regs' command.
3916
3917 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3918
3919 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3920
3921 2012-09-18 Yao Qi <yao@codesourcery.com>
3922
3923 * gdb.texinfo (GDB/MI Async Records): Document new MI
3924 notifications '=tsv-created' and '=tsv-deleted'.
3925 * observer.texi (GDB Observers): New observer tsv_created and
3926 tsv_deleted.
3927
3928 2012-09-18 Yao Qi <yao@codesourcery.com>
3929
3930 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3931 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3932 '=traceframe-changed'.
3933
3934 2012-09-17 Yao Qi <yao@codesourcery.com>
3935
3936 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3937 'set listsize'.
3938
3939 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3940 Eli Zaretskii <eliz@gnu.org>
3941
3942 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3943 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3944 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3945
3946 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3947
3948 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3949
3950 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3951
3952 Document how to return from "python-interactive" to GDB.
3953 * gdb.texinfo (Python Commands): Update documentation.
3954
3955 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3956
3957 Add a new "python-interactive" command that starts a standard
3958 Python interactive prompt with "pi" as alias, and add "py" as
3959 an alias to "python".
3960 * gdb.texinfo (Python Commands): Document the new commands.
3961
3962 2012-08-22 Tom Tromey <tromey@redhat.com>
3963
3964 * gdbint.texinfo (Host Definition): Remove documentation for
3965 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3966
3967 2012-08-17 Keith Seitz <keiths@redhat.com>
3968
3969 PR c++/13356
3970 * gdb.texinfo (Type and Range Checking): Remove warning.
3971 Remove spurious commas.
3972 Update text and examples for re-implementation of set/show
3973 check type.
3974 (C and C++ Type and Range Checks): Likewise.
3975
3976 2012-08-16 Yao Qi <yao@codesourcery.com>
3977
3978 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3979 is deprecated.
3980
3981 2012-08-13 Doug Evans <dje@google.com>
3982
3983 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3984 to include functions.
3985
3986 2012-08-10 Doug Evans <dje@google.com>
3987
3988 * gdb.texinfo (Convenience Funs): New node.
3989 (Types In Python): Document Type.vector.
3990
3991 2012-08-09 Yao Qi <yao@codesourcery.com>
3992
3993 * observer.texi: New observer command_param_changed.
3994 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3995
3996 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3997
3998 * gdbint.texinfo (Debugging GDB): In section
3999 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
4000 Mention also gdb-gdb.py.
4001
4002 2012-08-07 Yao Qi <yao@codesourcery.com>
4003
4004 Revert the folloing patch:
4005 2012-08-06 Yao Qi <yao@codesourcery.com>
4006 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4007 remote hardware-watchpoint-limit' and 'set
4008 remote hardware-breakpoint-limit'.
4009
4010 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
4011
4012 * gdb.texinfo (Working Directory): Added information about new
4013 default argument for 'cd' command.
4014
4015 2012-08-06 Yao Qi <yao@codesourcery.com>
4016
4017 * gdb.texinfo (Remote Configuration): Add kindex for 'set
4018 remote hardware-watchpoint-limit' and 'set
4019 remote hardware-breakpoint-limit'.
4020
4021 2012-08-06 Yao Qi <yao@codesourcery.com>
4022
4023 Fix PR14371.
4024
4025 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
4026 '=breakpoint-deleted'.
4027
4028 2012-08-02 Yao Qi <yao@codesourcery.com>
4029
4030 * gdb.texinfo (Native): Remove node Neutrino.
4031
4032 2012-07-27 Yao Qi <yao@codesourcery.com>
4033
4034 * gdb.texinfo (IPA Protocol Commands): Document new command
4035 'close'.
4036
4037 2012-07-25 Tom Tromey <tromey@redhat.com>
4038
4039 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
4040
4041 2012-07-20 Doug Evans <dje@google.com>
4042
4043 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
4044 (Index Files): Document how to control the use of deprecated index
4045 sections.
4046 (Index Section Format): Replace --use-deprecated-index-sections with
4047 "set use-deprecated-index-sections on".
4048
4049 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4050
4051 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4052 indices into a single node "Index". Instead, join function and
4053 variable indices into a single index, separate from the concept
4054 index. Requested in
4055 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
4056 (Top): Update the top-level menu: instead of one "Index" there are
4057 now separate entries "Concept Index" and "Function and Variable
4058 Index".
4059 (Concept Index, Function and Variable Index): New nodes.
4060 (Index): Node deleted.
4061
4062 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4063
4064 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
4065 and "maint agent-eval".
4066
4067 2012-07-03 Eli Zaretskii <eliz@gnu.org>
4068
4069 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
4070 avoid file-name clashes between Index.html and index.html on
4071 case-insensitive filesystems. See the discussion starting in
4072 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
4073 details of the problem.
4074 (Top): Update the master menu for the above.
4075 (Concept Index, Command and Variable Index): New nodes, instead of
4076 the old "Index" node that was deleted. All cross-references
4077 updated.
4078
4079 2012-07-02 Stan Shebs <stan@codesourcery.com>
4080
4081 * gdb.texinfo (Dynamic Printf): Mention agent style and
4082 disconnected dprintf.
4083 (Maintenance Commands): Describe maint agent-printf.
4084 (General Query Packets): Mention BreakpointCommands feature.
4085 (Packets): Document commands extension to Z0 packet.
4086 * agentexpr.texi (Bytecode Descriptions): Document printf
4087 bytecode.
4088
4089 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4090
4091 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4092 only after gdbinit files.
4093 (Startup): Move -iex and -iex commands down after gdbinit files.
4094
4095 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4096
4097 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4098 possibility.
4099
4100 2012-06-29 Tom Tromey <tromey@redhat.com>
4101
4102 * gdb.texinfo (Index Section Format): Update for version 7.
4103
4104 2012-06-28 Stan Shebs <stan@codesourcery.com>
4105
4106 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4107 example, add note about title column.
4108
4109 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4110
4111 * gdb.texinfo (Symbol Tables In Python): Add description about
4112 the new 'last' attribute of gdb.Symtab_and line.
4113
4114 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4115
4116 * gdb.texinfo (Symbol Tables In Python): Correct the description
4117 of the 'pc' attribute of gdb.Symtab_and_line.
4118
4119 2012-06-26 Doug Evans <dje@google.com>
4120
4121 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4122 and symtab-create.
4123
4124 2012-06-25 Keith Seitz <keiths@redhat.com>
4125
4126 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4127 from example. Remove "rbreak" from list of corresponding
4128 gdb commands.
4129
4130 2012-06-23 Doug Evans <dje@google.com>
4131
4132 * gdb.texinfo (Index Section Format): Document version 7 format.
4133
4134 2012-06-22 Yao Qi <yao@codesourcery.com>
4135
4136 * gdb.texinfo: Add missing cindex for some packets.
4137
4138 2012-06-20 Keith Seitz <keiths@redhat.com>
4139
4140 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4141 for -break-insert and document -p.
4142
4143 2012-06-20 Yao Qi <yao@codesourcery.com>
4144
4145 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4146 and "gdb.write_memory" with "Inferior.read_memory" and
4147 "Inferior.write_memory".
4148
4149 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4150
4151 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4152 (Free Documentation): Add @node line.
4153 (Continuing and Stepping) <advance location>: Use @item instead of
4154 @itemx.
4155 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4156 @itemx.
4157 (Embedded Processors): Put the link to "PA" to its correct place,
4158 according to document structure.
4159 (Python API): Put the link to "Lazy Strings In Python" to its
4160 correct place.
4161 (Index): Use @@ in @tex block to get a literal @.
4162
4163 * gdbint.texinfo: Fix the @subtitle line.
4164
4165 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4166 correct place.
4167
4168 2012-06-08 Yao Qi <yao@codesourcery.com>
4169
4170 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4171 Protocol'.
4172 (In-Process Agent Protocol, IPA Protocol Objects)
4173 (IPA Protocol Commands): New nodes.
4174 (Tracepoint Packets): Add anchors.
4175
4176 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4177
4178 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4179
4180 2012-06-06 Yao Qi <yao@codesourcery.com>
4181
4182 * gdb.texinfo: Update copyright year.
4183
4184 2012-05-23 Stan Shebs <stan@codesourcery.com>
4185 Kwok Cheung Yeung <kcy@codesourcery.com>
4186
4187 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4188
4189 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4190
4191 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4192 Mention also --with-separate-debug-dir.
4193 (Auto-loading): Prepend $debugdir in the sample output.
4194 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4195 auto-load safe-path variable.
4196 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4197 Mention also $debugdir for 'set auto-load scripts-directory'.
4198
4199 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4200
4201 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4202 (MIPS Embedded, MIPS, MIPS Register packet Format)
4203 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4204 appropriate.
4205
4206 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4207 Maciej W. Rozycki <macro@codesourcery.com>
4208
4209 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4210 mips compression".
4211 (MIPS Breakpoint Kinds): New subsubsection.
4212
4213 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4214
4215 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4216 nodes for subsections. Add @acronym mark-ups and adjust
4217 formatting.
4218
4219 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4220
4221 Rename $ddir to $datadir.
4222 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4223 (objfile-gdb.py file): Rename $ddir to $datadir.
4224
4225 2012-05-18 Tom Tromey <tromey@redhat.com>
4226
4227 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4228
4229 2012-05-14 Stan Shebs <stan@codesourcery.com>
4230
4231 * gdb.texinfo (Dynamic Printf): New subsection.
4232
4233 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4234
4235 * gdb.texinfo (Basic Python): Add description about the function
4236 gdb.find_pc_line
4237
4238 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4239 Eli Zaretskii <eliz@gnu.org>
4240
4241 * gdb.texinfo (Separate Debug Files): Use plural form for global
4242 debugging information directory.
4243
4244 2012-05-11 Stan Shebs <stan@codesourcery.com>
4245 Kwok Cheung Yeung <kcy@codesourcery.com>
4246
4247 * gdb.texinfo (Operating System Auxiliary Information): Document new
4248 'info os' subcommands.
4249
4250 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4251
4252 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4253 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4254 (dotdebug_gdb_scripts section): Add reference
4255 to 'Auto-loading safe path'.
4256
4257 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4258
4259 Implement multi-component --with-auto-load-dir.
4260 * gdb.texinfo (Auto-loading): New references
4261 for 'set auto-load scripts-directory'
4262 and 'show auto-load scripts-directory'.
4263 (Auto-loading safe path): Describe the new default. Move $ddir
4264 substituation reference to 'objfile-gdb.py file'.
4265 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4266 script-name. Describe new 'set auto-load scripts-directory'
4267 and 'show auto-load scripts-directory'.
4268
4269 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4270
4271 Provide $ddir substitution for --with-auto-load-safe-path.
4272 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4273 (Auto-loading safe path): Likewise. Mention the default value,
4274 $ddir substitution, --with-auto-load-safe-path and
4275 --without-auto-load-safe-path.
4276 * observer.texi (gdb_datadir_changed): New.
4277
4278 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4279
4280 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4281 Twice.
4282
4283 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4284 directory separator by path separator.
4285
4286 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4287
4288 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4289 for 'set auto-load safe-path' optional. Mention if it is omitted.
4290 Change disabling security protection condition to "/", twice.
4291
4292 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4293
4294 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4295 the new methods global_block and static_block on gdb.Symtab
4296 objects.
4297
4298 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4299
4300 * gdb.texinfo (Blocks In Python): Add a note saying that future
4301 improvements to GDB and its infrastructure can move symbols
4302 across blocks within a symbol table.
4303
4304 2012-04-29 Yao Qi <yao@codesourcery.com>
4305
4306 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4307 (A29K): Remove.
4308
4309 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4310 Tom Tromey <tromey@redhat.com>
4311
4312 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4313 and generic static probe support on GDB.
4314
4315 2012-04-25 Doug Evans <dje@google.com>
4316
4317 * gdb.texinfo (Go): Fix thinko.
4318
4319 * gdb.texinfo (Supported Languages): Add Go.
4320 (Go): New node.
4321
4322 2012-04-25 Yao Qi <yao@codesourcery.com>
4323
4324 * gdbint.texinfo (Testsuite): New section `Board settings'.
4325
4326 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4327
4328 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4329 Three times.
4330
4331 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4332 Three times.
4333
4334 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4335
4336 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4337 by @table @asis. Fix formatting of one item.
4338
4339 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4340
4341 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4342
4343 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4344
4345 New option "set debug auto-load".
4346 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4347 (auto-load verbose mode): New node.
4348
4349 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4350
4351 New option "set auto-load safe-path".
4352 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4353 and "info auto-load" examples for safe-path. Put there also references
4354 for "set auto-load safe-path" and "show auto-load safe-path".
4355 New menu item for Auto-loading safe path.
4356 (Auto-loading safe path): New node.
4357 (Python Auto-loading): Update the expected output from "Missing"
4358 to "No".
4359
4360 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4361
4362 auto-load: Implementation.
4363 * gdb.texinfo (Mode Options): New anchor for -nx.
4364 (Startup): New anchors for Option -init-eval-command,
4365 Home Directory Init File
4366 and Init File in the Current Directory during Startup.
4367 Mention set auto-load local-gdbinit with a reference.
4368 Change the sample code to "set auto-load python-scripts".
4369 (Threads): New anchor set libthread-db-search-path.
4370 Provide references to libthread_db.so.1 file.
4371 (Controlling GDB): New menu item for Auto-loading.
4372 (Auto-loading, Init File in the Current Directory)
4373 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4374 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4375 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4376 reference.
4377 (Auto-loading): Rename to ...
4378 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4379 "set auto-load python-scripts", new anchor for it. Change
4380 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4381 for it. Change "info auto-load-scripts"
4382 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4383 to "Python scripts".
4384
4385 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4386
4387 PR mi/13393
4388 * gdb.texinfo (Print Settings): Extend the description for "set print
4389 object".
4390 (GDB/MI Variable Objects): Extend the description for -var-create and
4391 -var-list-children.
4392
4393 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4394
4395 * gdb.texinfo (Examining Data): Document the 'explore' command.
4396
4397 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4398
4399 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4400 to the children of a varobj and its update range when -var-update
4401 returns that the varobj's type changed.
4402
4403 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4404
4405 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4406 Create two new links fir 'objfile-gdb.py file'
4407 and 'dotdebug_gdb_scripts section'.
4408
4409 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4410
4411 * gdb.texinfo (Auto-loading): Rename node reference
4412 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4413 Twice.
4414 (.debug_gdb_scripts section): Rename the node ...
4415 (dotdebug_gdb_scripts section): ... here.
4416 (Maintenance Commands): Also rename this node reference.
4417
4418 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4419
4420 * gdb.texinfo (Python API/Values From Inferior): Add description
4421 about the new method Value.referenced_value. Add description on
4422 how Value.dereference is different (and similar) to
4423 Value.referenced_value.
4424
4425 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4426
4427 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4428 --init-eval-command=COMMAND, -iex.
4429 (Startup): Describe -iex and -ix. Simplify the example
4430 for "set auto-load-scripts off".
4431
4432 2012-03-16 Gary Benson <gbenson@redhat.com>
4433
4434 PR breakpoints/10738
4435 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4436 stating that GDB cannot set breakpoints on inlined functions.
4437 (Mode Options): Document --use-deprecated-index-sections.
4438 (Index Section Format): Document new index section version format.
4439
4440 2012-03-15 Tom Tromey <tromey@redhat.com>
4441
4442 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4443
4444 2012-03-13 Doug Evans <dje@google.com>
4445
4446 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4447 of "reload".
4448 (Symbols): Delete docs for set/show symbol-reloading.
4449 * gdbint.texinfo (Defining Other Architecture Features): Delete
4450 SYMBOL_RELOADING_DEFAULT.
4451 * refcard.tex: Delete reference to symbol-reloading.
4452
4453 2012-03-07 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.texinfo (General Query Packets): Document new
4456 QProgramSignals packet.
4457 * gdb.texinfo (Remote configuration): Mention
4458 "program-signals-packet".
4459
4460 2012-03-05 Tristan Gingold <gingold@adacore.com>
4461
4462 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4463
4464 2012-03-03 Yao Qi <yao@codesourcery.com>
4465
4466 * gdb.texinfo (In-Process Agent): New node.
4467 Document new commands.
4468 (General Query Packets): Add packet `QAgent'.
4469
4470 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4471
4472 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4473
4474 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4475
4476 * gdb.texinfo (Commands In Python): Put example python macro in
4477 COMMAND_USER category rather than COMMAND_OBSCURE.
4478 Document gdb.COMMAND_USER.
4479 (User-defined Commands): Update documentation to clarify
4480 "set/show max-user-call-depth" and "show user" don't apply to python
4481 commands. Update documentation to clarify "help user-defined" may
4482 also include python commands defined as COMMAND_USER.
4483
4484 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4485
4486 * gdb.texinfo (Startup): Add option -ex description to the option -x
4487 description.
4488
4489 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4490
4491 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4492 condition-evaluation breakpoint parameter.
4493 Mention condition-evaluation mode being shown in "info break".
4494 (Break Conditions): Add description for target-side
4495 conditional breakpoints.
4496 (Remote Configuration): Mention conditional-breakpoints-packet.
4497 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4498 cond-expr.
4499 (General Query Packets): Mention new ConditionalBreakpoint feature.
4500
4501 2012-02-22 Tom Tromey <tromey@redhat.com>
4502
4503 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4504
4505 2012-02-17 Tom Tromey <tromey@redhat.com>
4506
4507 PR python/10753:
4508 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4509 directory.
4510
4511 2012-02-14 Stan Shebs <stan@codesourcery.com>
4512
4513 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4514
4515 2012-02-13 Pedro Alves <palves@redhat.com>
4516
4517 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4518 mips-idt-ecoff.
4519
4520 2012-02-09 Yao Qi <yao@codesourcery.com>
4521
4522 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4523
4524 2012-02-07 Tom Tromey <tromey@redhat.com>
4525
4526 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4527 Symbol.value.
4528
4529 2012-02-07 Tom Tromey <tromey@redhat.com>
4530
4531 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4532
4533 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4534
4535 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4536
4537 2012-01-24 Tom Tromey <tromey@redhat.com>
4538
4539 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4540 unload".
4541 (Files): Mention new catch commands.
4542 (GDB/MI Async Records): Likewise.
4543
4544 2012-01-24 Gary Benson <gbenson@redhat.com>
4545
4546 Delete #if 0'd out code.
4547 * gdb.texinfo (Frame Info): Remove "info catch".
4548
4549 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4550
4551 * gdb.texinfo (Remote Configuration): Document
4552 "set remote hostio-readlink-packet" command.
4553 (General Query Packets): Document vFile:readlink packet.
4554
4555 2012-01-16 Tom Tromey <tromey@redhat.com>
4556
4557 * gdb.texinfo (Specify Location): Document relative file name
4558 handling.
4559
4560 2012-01-16 Tom Tromey <tromey@redhat.com>
4561
4562 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4563
4564 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4565 Eli Zaretskii <eliz@gnu.org>
4566
4567 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4568 code.
4569
4570 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4571
4572 * gdb.texinfo (Variables): Document use of :: for non-static
4573 variables.
4574
4575 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4576
4577 * gdbint.texinfo (Start of New Year Procedure): Update
4578 to replace use of copyright.sh by use of copyright.py.
4579
4580 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4581
4582 Remove the gdbtui binary.
4583 * all-cfg.texi (GDBTUI): Remove.
4584 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4585 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4586 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4587
4588 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4589
4590 Introduce gdb.FinishBreakpoint in Python.
4591 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4592 (Python API): Add menu entry for Finish Breakpoints.
4593
4594 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4595
4596 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4597 tests.
4598
4599 2011-12-16 Doug Evans <dje@google.com>
4600
4601 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4602
4603 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4604
4605 * gdb.texinfo (Python Commands): Remove "maint set/show print
4606 stack". Add documentation for "set/show python print-stack".
4607
4608 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4609
4610 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4611 should transfer control to the stub in the startup code instead of
4612 in main. Mention the need to get past the initial breakpoint.
4613
4614 2011-12-06 Tom Tromey <tromey@redhat.com>
4615
4616 * gdb.texinfo (Set Breaks): Update for new behavior.
4617
4618 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4619
4620 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4621 List Format for SVR4 Targets'.
4622 (General Query Packets): New item qXfer:libraries-svr4:read.
4623 (Library List Format for SVR4 Targets): New node.
4624
4625 2011-12-01 Tom Tromey <tromey@redhat.com>
4626
4627 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4628 add.
4629
4630 2011-11-22 Tom Tromey <tromey@redhat.com>
4631
4632 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4633 reasons.
4634
4635 2011-11-20 Stan Shebs <stan@codesourcery.com>
4636
4637 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4638 note-related options and variables.
4639 (Tracepoint Packets): Document packet changes.
4640
4641 2011-11-20 Sanjoy Das <sdas@igalia.com>
4642
4643 * gdb.texinfo (JIT Interface): Add documentation on writing and
4644 usind JIT debug info readers.
4645 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4646 Debug Info Readers): New nodes.
4647
4648 2011-11-18 Yao Qi <yao@codesourcery.com>
4649
4650 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4651 tracepoint.
4652
4653 2011-11-15 Doug Evans <dje@google.com>
4654
4655 * gdb.texinfo (Files): Document basenames-may-differ.
4656
4657 2011-11-14 Doug Evans <dje@google.com>
4658
4659 * gdb.texinfo (Shell Commands): Document "!".
4660
4661 2011-11-14 Stan Shebs <stan@codesourcery.com>
4662 Kwok Cheung Yeung <kcy@codesourcery.com>
4663
4664 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4665 needed to get shorter fast tracepoints.
4666 (Tracepoint Packets): Document new qTMinFTPILen packet.
4667
4668 2011-11-14 Yao Qi <yao@codesourcery.com>
4669
4670 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4671 behavior of tracepoint.
4672 (General Query Packets): New feature InstallInTrace.
4673 (Remote Configuration): Document "set remote
4674 install-in-trace-packet".
4675
4676 2011-11-12 Matt Rice <ratmice@gmail.com>
4677
4678 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4679 Add arguments to info macro.
4680
4681 2011-11-10 Tom Tromey <tromey@redhat.com>
4682
4683 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4684 manual.
4685 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4686 (Macros): Add a footnote.
4687 (C): Remove paragraph about compiler options.
4688 (C Constants): Mention wide character and string constants.
4689 (C Plus Plus Expressions): Update compiler option advice. Mention
4690 using declarations. Mention ADL. Remove old HP compiler
4691 information.
4692
4693 2011-11-10 Tom Tromey <tromey@redhat.com>
4694
4695 PR c++/9257:
4696 * gdb.texinfo (Print Settings): Add an extra note about the need
4697 for a vtable.
4698
4699 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4700
4701 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4702 "set mips abi" documentation.
4703
4704 2011-11-04 Doug Evans <dje@google.com>
4705
4706 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4707
4708 2011-11-03 Tom Tromey <tromey@redhat.com>
4709
4710 * gdb.texinfo (Stopping): Add menu entry.
4711 (Continuing and Stepping): Restore @node. Use @section, not
4712 @subsection.
4713
4714 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4715
4716 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4717 designation. Fix "Specify Location" cross-reference.
4718
4719 2011-11-02 Stan Shebs <stan@codesourcery.com>
4720
4721 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4722 (General Query Packets): Describe tracenz feature.
4723 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4724
4725 2011-10-28 Paul Koning <paul_koning@dell.com>
4726
4727 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4728
4729 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4730
4731 * gdb.texinfo ((Frames In Python): Document
4732 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4733
4734 2011-10-26 Paul Koning <paul_koning@dell.com>
4735
4736 * gdb.texinfo (gdb.types): Document new deepitems function.
4737
4738 2011-10-25 Paul Koning <paul_koning@dell.com>
4739
4740 PR python/13327
4741
4742 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4743 fetch_lazy method.
4744
4745 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4746
4747 PR python/12656
4748
4749 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4750 global_block, static_block function.
4751
4752 2011-10-19 Tom Tromey <tromey@redhat.com>
4753
4754 * gdb.texinfo (Commands In Python): Add missing "@"s.
4755
4756 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4757
4758 PR python/13285 Document named constants for frame unwind stop reasons
4759 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4760 constants.
4761
4762 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4763
4764 Fix compatibility with texinfo versions older than 4.12.
4765 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4766 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4767 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4768 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4769 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4770 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4771 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4772
4773 2011-10-09 Doug Evans <dje@google.com>
4774
4775 * gdb.texinfo (Extending GDB): Document alias command.
4776
4777 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4778
4779 Support @entry in input expressions.
4780 * gdb.texinfo (Variables): Describe @entry names suffix.
4781 (Print Settings): Add anchor for `set print entry-values'.
4782
4783 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4784 Eli Zaretskii <eliz@gnu.org>
4785
4786 Display @entry parameter values (without references).
4787 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4788 example.
4789 (Print Settings): New description of set print entry-values and show
4790 print entry-values.
4791
4792 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4793 Eli Zaretskii <eliz@gnu.org>
4794
4795 Recognize virtual tail call frames.
4796 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4797 (Tail Call Frames): New node.
4798 (Frames In Python): Add gdb.TAILCALL_FRAME.
4799
4800 2011-10-07 Doug Evans <dje@google.com>
4801
4802 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4803 register_pretty_printer.
4804
4805 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4806
4807 PR python/12930
4808 PR python/12802
4809
4810 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4811 stop method.
4812
4813 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4814
4815 * gdb.texinfo (Starting your Program): "set disable-randomization"
4816 is no longer Linux-specific.
4817 (Remote Configuration): Document "set remote
4818 disable-randomization-packet".
4819 (General Query Packets): Document "QDisableRandomization" packet
4820 and add it to "qSupported" list.
4821
4822 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4823
4824 Allow Python notification of new object-file loadings.
4825 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4826 event type.
4827
4828 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4829
4830 PR python/12691: Add the inferior to Python exited event
4831 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4832
4833 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4834
4835 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4836 rephasing.
4837
4838 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4839
4840 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4841 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4842 as possible feature returned by the `-list-features'
4843 command.
4844
4845 2011-09-28 Paul Koning <paul_koning@dell.com>
4846
4847 * gdb.texinfo (gdb.Type): Document field access by dictionary
4848 key syntax.
4849
4850 2011-09-28 Yao Qi <yao@codesourcery.com>
4851
4852 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4853 Add one space after option `-s'. Remove @r{} markup.
4854
4855 2011-09-27 Stan Shebs <stan@codesourcery.com>
4856
4857 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4858
4859 2011-09-16 Hui Zhu <teawater@gmail.com>
4860
4861 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4862 to *(unsigned char *)$esp@300.
4863
4864 2011-09-15 Paul Koning <paul_koning@dell.com>
4865
4866 * gdb.texinfo: Make style of Python functions and methods match
4867 the syntax of Python. Also put class and module names explicitly
4868 on function, member, and variable names, matching Python
4869 documentation conventions.
4870
4871 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4872
4873 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4874 * gdb.texinfo (Inferiors In Python): Describe new
4875 gdb.selected_inferior() function.
4876
4877 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4878
4879 Handle multiple breakpoint hits in Python interface:
4880 * gdb.texinfo (Events In Python): New function documentation:
4881 gdb.BreakpointEvent.breakpoints. Indicate that
4882 gdb.BreakpointEvent.breakpoint is now deprecated.
4883
4884 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4885
4886 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4887
4888 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4889
4890 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4891
4892 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4893
4894 * gdb.texinfo (Prompt): Add set/show extended-prompt
4895 documentation
4896 (Basic Python): Add prompt_hook anchor.
4897 (Python modules): Reword module text to reflect multiple modules.
4898 (gdb.prompt): Document gdb.prompt module.
4899
4900 2011-08-14 Yao Qi <yao@codesourcery.com>
4901
4902 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4903
4904 2011-08-14 Yao Qi <yao@codesourcery.com>
4905
4906 * gdb.texinfo (Standard Target Features): Document C6x features.
4907 (TIC6x Features): New node.
4908
4909 2011-08-12 Doug Evans <dje@google.com>
4910
4911 * gdb.texinfo (Symbols In Python): Document symbol.type.
4912
4913 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4914
4915 * gdb.texinfo (Python): Document command and function
4916 auto-loading.
4917
4918 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4919 Eli Zaretskii <eliz@gnu.org>
4920
4921 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4922 typedefs unrolling. Extend the sample code by an inner typedef and
4923 outer typedefs unrolling.
4924
4925 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4926
4927 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4928 size and line-size.
4929
4930 2011-07-21 Matt Rice <ratmice@gmail.com>
4931
4932 PR macros/12999
4933 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4934 Update text and cindex entries for info macro command.
4935
4936 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4937
4938 * observer.texi (GDB Observers): Add before_prompt observer.
4939 * gdb.texinfo (Basic Python): Add documentation for prompt
4940 substitution.
4941
4942 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4943
4944 PR python/12438
4945 * gdb.texinfo (Python Commands): Add deprecate note to maint
4946 set/show python print-stack. Document set/show python
4947 print-backtrace.
4948
4949 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4950
4951 * gdb.texinfo: Fix typos.
4952
4953 2011-07-01 Tom Tromey <tromey@redhat.com>
4954
4955 * gdb.texinfo (Debugging Output): Document set debug
4956 check-physname.
4957
4958 2011-06-29 Tom Tromey <tromey@redhat.com>
4959
4960 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4961 breakpoint-notifications feature.
4962
4963 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4964
4965 * gdb.texinfo (Target Description): Remove warning about
4966 possibly unstable format.
4967
4968 2011-06-03 Tom Tromey <tromey@redhat.com>
4969
4970 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4971 (Events In Python): Note that exit_code is optional.
4972
4973 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4974
4975 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4976 required for multi-threading support.
4977 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4978 Hc are deprecated for multi-threading debugging. Point readers at
4979 the vCont packet.
4980
4981 2011-05-15 Doug Evans <dje@google.com>
4982
4983 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4984
4985 2011-05-13 Doug Evans <dje@google.com>
4986
4987 * gdb.texinfo (Threads): Document $sdir,$pdir.
4988 (Server): Document $pdir exception.
4989
4990 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4991
4992 * gdb.texinfo (Threads): Clarify default value for
4993 libthread-db-search-path.
4994
4995 * gdb.texinfo (Completion): Update example.
4996 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4997
4998 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4999
5000 * gdb.texinfo: Document change in the behaviour of the enable and
5001 disable GDB commands when applied to tracepoints.
5002 Document the EnableDisableTracepoints remote stub feature.
5003 Document QTEnable and QTDisable in the list of tracepoint packets.
5004
5005 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5006
5007 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
5008 hsuser.texi.
5009 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
5010 comment to hsuser.texi. Change rluser.texi name in the comment.
5011
5012 2011-05-10 Doug Evans <dje@google.com>
5013
5014 * gdb.texinfo (Threads): If an empty path is provided for
5015 libthread-db-search-path it is reset to its default value.
5016 (Server): Ditto.
5017
5018 2011-05-09 Doug Evans <dje@google.com>
5019
5020 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
5021
5022 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5023 Thiago Jung Bauermann <bauerman@br.ibm.com>
5024
5025 Implement support for PowerPC BookE masked watchpoints.
5026 * gdb.texinfo (Set Watchpoints): Document mask parameter.
5027 (PowerPC Embedded): Mention support of masked watchpoints.
5028
5029 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5030
5031 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
5032 `@value{GDBN}'.
5033
5034 2011-05-03 Joel Brobecker <brobecker@adacore.com>
5035
5036 * gdb.texinfo (titlepage): Remove dedication.
5037 (In Memoriam): New appendix.
5038
5039 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5040 Eli Zaretskii <eliz@gnu.org>
5041
5042 * gdb.texinfo (Index Section Format): Change the version to 5.
5043 Describe the different formula.
5044
5045 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5046 Eli Zaretskii <eliz@gnu.org>
5047
5048 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
5049 for disconnected tracing.
5050 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
5051 extended-remote relationship. Mention --once.
5052 (TCP port allocation lifecycle of @code{gdbserver}): New.
5053
5054 2011-04-23 Eli Zaretskii <eliz@gnu.org>
5055
5056 * gdb.texinfo (Server): Improve indexing. Index all optional
5057 switches to gdbserver.
5058
5059 2011-04-20 Tom Tromey <tromey@redhat.com>
5060
5061 * gdb.texinfo (Index Section Format): New node.
5062 (Top): Add new node to menu.
5063
5064 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5065
5066 * gdb.texinfo (Maintenance Commands): Document `maint print
5067 remote-registers'.
5068
5069 2011-04-20 Tom Tromey <tromey@redhat.com>
5070
5071 * gdb.texinfo (Trace File Format): Move node later.
5072
5073 2011-04-19 Tom Tromey <tromey@redhat.com>
5074
5075 * gdbint.texinfo (Register Information Functions): Remove
5076 duplicate "the".
5077 * gdb.texinfo (Emacs): Remove duplicate "to".
5078 (GDB/MI Variable Objects): Remove duplicate "the".
5079 (General Query Packets): Likewise.
5080
5081 2011-04-02 Joel Brobecker <brobecker@adacore.com>
5082
5083 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
5084 "GDB/MI Ada Exception Information" node.
5085
5086 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5087
5088 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5089 the "exception-name" field in the *stopped async record.
5090
5091 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5092 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5093
5094 Implement support for PowerPC BookE ranged breakpoints.
5095 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5096
5097 2011-03-28 Tom Tromey <tromey@redhat.com>
5098
5099 * gdb.texinfo (Set Tracepoints): Fix typo.
5100
5101 2011-03-24 Tom Tromey <tromey@redhat.com>
5102
5103 * gdb.texinfo (Specify Location): Document `function:label'
5104 linespec.
5105
5106 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5107
5108 PR python/12149
5109
5110 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5111
5112 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5113
5114 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5115 (Inferiors In Python): Likewise.
5116 (Threads In Python): Likewise.
5117 (Symbols In Python): Likewise.
5118 (Objfiles In Python): Likewise.
5119 (Symbol Tables In Python): Likewise.
5120
5121 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5122
5123 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5124 display>: Explain that the commands accept number ranges.
5125
5126 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5127
5128 * gdb.texinfo (Breakpoints In Python): Add description and example
5129 of Python stop function operation.
5130
5131 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5132
5133 * gdb.texinfo (Parameters In Python): Document get_set_string and
5134 get_show_string methods.
5135
5136 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5137
5138 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5139
5140 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5141 circular-trace-buffer name.
5142
5143 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5144
5145 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5146 in the previous change.
5147
5148 2011-02-27 Michael Snyder <msnyder@vmware.com>
5149
5150 * gdb.texinfo (Inferiors and Programs): Update commands to show
5151 that they can accept multiple arguments.
5152
5153 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5154
5155 Revert the following patch (code patch was not approved):
5156 2011-02-21 Hui Zhu <teawater@gmail.com>
5157 * agentexpr.texi (bytecode descriptions): add printf.
5158 * gdb.texinfo (tracepoint action lists): add printf.
5159
5160 2011-02-23 Doug Evans <dje@google.com>
5161
5162 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5163
5164 2011-02-23 Michael Snyder <msnyder@vmware.com>
5165
5166 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5167 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5168 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5169
5170 2011-02-22 Doug Evans <dje@google.com>
5171
5172 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5173 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5174 add description of result, fix @defun formatting.
5175
5176 2011-02-21 Hui Zhu <teawater@gmail.com>
5177
5178 * agentexpr.texi (Bytecode Descriptions): Add printf.
5179 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5180
5181 2011-02-18 Tom Tromey <tromey@redhat.com>
5182
5183 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5184
5185 2011-02-14 Michael Snyder <msnyder@vmware.com>
5186
5187 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5188 Document new command "thread find".
5189
5190 2011-02-14 Michael Snyder <msnyder@vmware.com>
5191
5192 * gdb.texinfo (Threads): Update example of new thread message.
5193
5194 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5195
5196 * gdb.texinfo (Remote Configuration): Mention set/show remote
5197 traceframe-info.
5198 (Tools/Packages Optional for Building GDB): Mention that expat is
5199 used for traceframe info.
5200 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5201 (General Query Packets) <qSupported>: Describe the
5202 qXfer:traceframe-info:read feature.
5203 (qXfer::read): Describe qXfer:traceframe-info:read.
5204 (Traceframe Info Format): New section.
5205
5206 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5207
5208 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5209 for casts and unary operators.
5210
5211 2011-02-04 Tom Tromey <tromey@redhat.com>
5212
5213 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5214 is not useful.
5215
5216 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5217
5218 * gdb.texinfo: s/value optimized out/optimized out/g
5219
5220 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5221
5222 * gdb.texinfo (Other Misc Settings): Rework part of the
5223 documentation of the "set interactive mode" command.
5224
5225 2011-01-19 Tom Tromey <tromey@redhat.com>
5226
5227 * gdb.texinfo (Threads): Document thread name output and `thread
5228 name' command.
5229 (Threads In Python): Document Thread.name attribute.
5230 (GDB/MI Thread Commands): Document thread attributes.
5231
5232 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5233
5234 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5235 changes in mi/mi-cmd-disas.c
5236
5237 2011-01-12 Tom Tromey <tromey@redhat.com>
5238
5239 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5240 Fix "thread apply" text.
5241
5242 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5243 Thiago Jung Bauermann <bauerman@br.ibm.com>
5244
5245 Implement support for PowerPC BookE ranged watchpoints.
5246 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5247 the "set powerpc exact-watchpoints" flag.
5248
5249 2011-01-07 Tom Tromey <tromey@redhat.com>
5250
5251 * gdb.texinfo (Python API): Add descriptions to @menu items.
5252
5253 2011-01-06 Tom Tromey <tromey@redhat.com>
5254
5255 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5256
5257 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5258
5259 * gdb.texinfo (Debugging Output): Document "set debug jit".
5260
5261 2011-01-06 Tom Tromey <tromey@redhat.com>
5262
5263 PR python/12133:
5264 * gdb.texinfo (Frames In Python): Document various frame
5265 constants.
5266
5267 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5268
5269 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5270 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5271 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5272
5273 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5274
5275 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5276 (clean): Add GDBvn.texi.
5277
5278 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5279
5280 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5281 occasional case where the debugger prints an array address
5282 instead of the array itself.
5283
5284 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5285
5286 * gdb.texinfo (Packets) <read registers packet>: Document support
5287 for registers that were not collected.
5288
5289 2010-12-15 Doug Evans <dje@google.com>
5290
5291 * gdb.texinfo (Startup): Document auto-loading of scripts during
5292 startup.
5293 (Auto-loading): Delete "maint set python auto-load on|off".
5294 Add "set auto-load-scripts on|off".
5295
5296 2010-12-07 Doug Evans <dje@google.com>
5297
5298 * gdb.texinfo (Mode Options): Document -data-directory.
5299 (Data Files): Add reference to -data-directory.
5300
5301 2010-11-29 Doug Evans <dje@google.com>
5302
5303 * gdb.texinfo (Pretty-Printer Introduction): Change
5304 printer-name:subprinter-name to printer-name;subprinter-name.
5305
5306 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5307
5308 PR python/12199
5309
5310 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5311
5312 2010-11-23 Tom Tromey <tromey@redhat.com>
5313
5314 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5315 (Editing): Likewise.
5316 (Command History): Likewise.
5317 (TUI Keys): Likewise.
5318 (Bug Reporting): Conditionally include rluser.texi and
5319 inc-history.texinfo.
5320 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5321 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5322 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5323 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5324 (gdb.pdf): Likewise.
5325 (gdb.info): Likewise.
5326 (gdb/index.html): Likewise.
5327
5328 2010-11-23 Tom Tromey <tromey@redhat.com>
5329
5330 * Makefile.in (Makefile): Run ../config.status.
5331 (distclean): Update.
5332 * configure: Remove.
5333 * configure.ac: Remove.
5334
5335 2010-11-12 Tom Tromey <tromey@redhat.com>
5336
5337 * gdb.texinfo (Basic Python): Update. Add xref.
5338 (Exception Handling): Document new exception classes.
5339 (Types In Python): Update.
5340 (Frames In Python): Update.
5341
5342 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5343
5344 * gdb.texinfo (Breakpoints In Python): Document "internal"
5345 parameter, and visible attribute.
5346
5347 2010-11-05 Doug Evans <dje@google.com>
5348
5349 * gdb.texinfo (Source Path): Document "set directories".
5350
5351 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5352
5353 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5354 (OpenCL C): New node.
5355
5356 2010-11-02 Doug Evans <dje@google.com>
5357
5358 * gdb.texinfo (Pretty Printing): Expand into three sections,
5359 introduction, example, and commands.
5360 (Python API): Delete section Disabling Pretty-Printers, merge into
5361 Selecting Pretty-Printers.
5362 (Writing a Pretty-Printer): New section. Move the pretty-printer
5363 example here, and reformat to match python coding style. Add a second
5364 example using the gdb.printing module.
5365 (Python modules): Add gdb.printing.
5366
5367 2010-10-29 Doug Evans <dje@google.com>
5368
5369 * gdb.texinfo (Python): Fix long line.
5370
5371 2010-10-20 Doug Evans <dje@google.com>
5372
5373 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5374 All references updated. Correct sections marked as subsections.
5375 (Coding Standards): New chapter. Move the coding standard related
5376 subsections here. Add section on Python coding standards.
5377
5378 2010-10-13 Doug Evans <dje@google.com>
5379
5380 * gdb.texinfo (Python): Add "Python modules".
5381 (Types in Python): Add reference to gdb.types section.
5382 (Python modules): New node.
5383
5384 2010-10-11 Doug Evans <dje@google.com>
5385
5386 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5387 Python" from gdb.Value.type description.
5388
5389 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5390
5391 * gdb.texinfo (Ravenscar Profile): New node.
5392
5393 2010-09-22 Tom Tromey <tromey@redhat.com>
5394
5395 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5396
5397 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5398
5399 * gdb.texinfo (Values From Inferior): Clarify that
5400 value.dynamic_type works only in C++ programs with RTTI.
5401
5402 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5403
5404 * gdb.texinfo (Character Sets): Correctly reference host-charset
5405 in example.
5406
5407 2010-09-13 Tom Tromey <tromey@redhat.com>
5408
5409 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5410 Document "fullname" and "from".
5411
5412 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5413
5414 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5415 feature `reverse' output by -list-target-features.
5416
5417 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5418
5419 * gdb.texinfo (i386 Features): Remove an extra "@item".
5420
5421 2010-08-30 Tom Tromey <tromey@redhat.com>
5422
5423 PR python/11792:
5424 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5425
5426 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5427
5428 * gdb.texinfo (ARM Features): Document
5429 org.gnu.gdb.arm.m-profile.
5430
5431 2010-08-23 Tom Tromey <tromey@redhat.com>
5432
5433 PR python/11145:
5434 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5435 reinterpret_cast methods.
5436
5437 2010-08-23 Tom Tromey <tromey@redhat.com>
5438
5439 PR python/11915:
5440 * gdb.texinfo (Types In Python): Document array method.
5441
5442 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5443
5444 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5445
5446 2010-08-16 Tom Tromey <tromey@redhat.com>
5447
5448 * gdb.texinfo (Set Watchpoints): Document -location option.
5449
5450 2010-08-13 Doug Evans <dje@google.com>
5451
5452 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5453
5454 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5455
5456 * gdb.texinfo (GDB/MI Data Manipulation): Document
5457 -data-read-memory-raw and -data-write-memory-raw.
5458
5459 2010-08-11 Tom Tromey <tromey@redhat.com>
5460 Phil Muldoon <pmuldoon@redhat.com>
5461
5462 * gdb.texinfo (Basic Python): Describe post_event API.
5463
5464 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5465
5466 * gdb.texinfo (Basic Python): Describe solib_address and
5467 decode_line Python APIs
5468
5469 2010-08-10 Tom Tromey <tromey@redhat.com>
5470
5471 * gdb.texinfo (Pretty Printing API): Document
5472 gdb.default_visualizer.
5473
5474 2010-08-10 Tom Tromey <tromey@redhat.com>
5475
5476 Revert gdb-add-index addition:
5477 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5478
5479 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5480 Eli Zaretskii <eliz@gnu.org>
5481
5482 * gdb.texinfo (Mode Options) <-batch>
5483 (Basic Python) <gdb.execute>: Describe setting width and height.
5484
5485 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5486
5487 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5488
5489 2010-07-30 Tom Tromey <tromey@redhat.com>
5490
5491 * gdb.texinfo (Index Files): Mention gdb-add-index.
5492
5493 2010-07-30 Hui Zhu <teawater@gmail.com>
5494
5495 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5496 "detach inferior" and "kill inferior".
5497
5498 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5499
5500 * gdb.texinfo (Machine Code): Update description of two forms of
5501 arguments, and add new example to demonstrate the new form.
5502
5503 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5504
5505 * gdb.texinfo (Values From Inferior): Add value inferior function
5506 call description.
5507
5508 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5509
5510 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5511
5512 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5513 Eli Zaretskii <eliz@gnu.org>
5514
5515 Make core files the process_stratum.
5516 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5517 record_stratum example.
5518
5519 2010-07-13 Tom Tromey <tromey@redhat.com>
5520
5521 * gdb.texinfo (Index Files): New node.
5522
5523 2010-07-13 Tom Tromey <tromey@redhat.com>
5524
5525 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5526
5527 2010-07-13 Tom Tromey <tromey@redhat.com>
5528
5529 * gdb.texinfo (Specify Location): Document labels.
5530
5531 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5532
5533 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5534 entries for fast tracepoints and static tracepoints.
5535
5536 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5537
5538 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5539 qsThreadInfo>: Spell out `l' as ell.
5540
5541 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5542
5543 * gdb.texinfo (Convenience Variables): Document $_sdata.
5544 (Commands to Set Tracepoints): Describe static tracepoints. Add
5545 `Listing Static Tracepoint Markers' menu entry. Document
5546 "strace".
5547 (Tracepoint Action Lists): Document collecting $_sdata.
5548 (Listing Static Tracepoint Markers): New subsection.
5549 (Tracepoints support in gdbserver): Mention static tracepoints.
5550 (remote packets, enabling and disabling): Mention
5551 read-sdata-object.
5552 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5553 and StaticTracepoint.
5554 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5555 Document qXfer:sdata:read.
5556 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5557
5558 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5559
5560 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5561
5562 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5563 Tom Tromey <tromey@redhat.com>
5564 Thiago Jung Bauermann <bauerman@br.ibm.com>
5565
5566 * gdb.texinfo (Inferiors In Python): New node.
5567 * gdb.texinfo (Threads In Python): New node.
5568
5569 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5570
5571 * gdb.texinfo (Python): Document what the python directory is
5572 and what its location is.
5573 (Basic Python): Document the gdb.PYTHONDIR constant.
5574
5575 2010-06-25 Tom Tromey <tromey@redhat.com>
5576
5577 PR python/10808:
5578 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5579
5580 2010-06-24 Hui Zhu <teawater@gmail.com>
5581
5582 * gdb.texinfo: (Commands for Controlled Output): Add
5583 documentation for command "eval".
5584
5585 2010-06-21 Stan Shebs <stan@codesourcery.com>
5586
5587 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5588 * annotate.texinfo: Ditto.
5589 * gdbint.texinfo: Ditto.
5590 * stabs.texinfo: Ditto.
5591
5592 2010-06-22 Hui Zhu <teawater@gmail.com>
5593
5594 * gdb.texinfo: (Process Record and Replay): Add documentation
5595 for command "set record memory-query".
5596
5597 2010-06-21 Stan Shebs <stan@codesourcery.com>
5598
5599 * gdb.texinfo: Relicense under GFDL version 1.3.
5600 * annotate.texinfo: Relicense under GFDL version 1.3.
5601 * gdbint.texinfo: Relicense under GFDL version 1.3.
5602 * stabs.texinfo: Relicense under GFDL version 1.3.
5603 * fdl.texi: Update to version 1.3.
5604
5605 2010-06-18 Stan Shebs <stan@codesourcery.com>
5606
5607 * gdb.texinfo (Operating System Auxiliary Information): Describe
5608 "info os" when no arguments given.
5609
5610 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5611 $_thread.
5612
5613 2010-06-18 Hui Zhu <teawater@gmail.com>
5614
5615 * gdb.texinfo: (Process Record and Replay): Add documentation
5616 for commands "record save" and "record restore".
5617
5618 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5619
5620 * gdb.texinfo: Include information about the correct use
5621 of addresses in the `watch' command.
5622
5623 2010-06-11 Stan Shebs <stan@codesourcery.com>
5624
5625 * gdb.texinfo (Observer Mode): New section.
5626 (General Query Packets): Document QAllow.
5627
5628 2010-06-04 Doug Evans <dje@google.com>
5629
5630 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5631
5632 2010-06-03 Doug Evans <dje@google.com>
5633
5634 * gdbint.texinfo (Coding): Add subsection on command names.
5635
5636 2010-06-02 Tom Tromey <tromey@redhat.com>
5637
5638 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5639 always-disassemble.
5640
5641 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5642
5643 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5644 gdbserver, and add cross reference.
5645 (Tracepoints support in gdbserver): New subsection.
5646
5647 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5648
5649 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5650 `qRelocInsn' feature.
5651 (Relocate instruction reply packet): New subsection
5652 of `Tracepoint Packets'.
5653 (Tracepoint Packets): Mention that packets QTDP and QTStart
5654 support the qRelocInsn request, and add cross reference to new
5655 subsection.
5656
5657 2010-05-25 Doug Evans <dje@google.com>
5658
5659 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5660 (Commands In Python): Document gdb.string_to_argv.
5661
5662 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5663
5664 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5665 ATTR_NORETURN.
5666
5667 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5668 Tom Tromey <tromey@redhat.com>
5669 Thiago Jung Bauermann <bauerman@br.ibm.com>
5670
5671 * gdb.texinfo (Parameters In Python): New Node.
5672
5673 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5674
5675 * gdb.texinfo: (Summary) Add mention about D language support.
5676 (Filenames): Add D suffixes.
5677 (D): New node.
5678
5679 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5680
5681 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5682 of macro deleted from GDB code.
5683
5684 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5685
5686 * gdb.texinfo (Commands to specify files): Describe what how GDB
5687 looks up DOS-based filesystem paths on the system root. Document
5688 the new `set/show target-file-system-kind' commands.
5689
5690 2010-04-23 Doug Evans <dje@google.com>
5691
5692 * gdb.texinfo (Python): Move Auto-loading section here ...
5693 (Python API): from here.
5694 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5695 (Maintenance Commands): Add docs for "maint print section-scripts".
5696
5697 2010-04-20 Chris Moller <cmoller@redhat.com>
5698
5699 * gdb.texinfo (Setting Breakpoints): Added description of
5700 filename-qualified rbreak.
5701 * refcard.tex (Breakpoints and Watchpoints): Added brief
5702 description of filename-qualified rbreak.
5703
5704 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5705
5706 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5707 (Python API): Change the reference to Pretty Printing API.
5708 (Pretty Printing): Move the user part under the Data node. Reformat
5709 the sample output to 72 columns. Create a new reference to Pretty
5710 Printing API. Rename the API part ...
5711 (Pretty Printing API): To a new node name.
5712 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5713 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5714
5715 2010-04-21 Stan Shebs <stan@codesourcery.com>
5716
5717 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5718 and commands.
5719 (Listing Tracepoints): Update to reflect current behavior.
5720
5721 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5722
5723 * gdb.texinfo (Examining memory): Update for change in string
5724 display with explicit size.
5725
5726 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5727
5728 PR breakpoints/8554.
5729
5730 * gdb.texinfo (Save Breakpoints): New node.
5731 (save-tracepoints): Rename to ...
5732 (save tracepoints): ... this. Mention that `save-tracepoints' is
5733 a deprecated alias to `save tracepoints'.
5734
5735 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5736
5737 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5738 (info w32 thread-information-block): Document new command.
5739 (qGetTIBAddress): Document new gdbserver query.
5740 (maint set/show show-all-tib): Document new command.
5741
5742 2010-04-15 Doug Evans <dje@google.com>
5743
5744 * gdb.texinfo (Python API): Add progspaces section.
5745 (Selecting Pretty-Printers): Progspace pretty-printers are
5746 searched too.
5747 (Progspaces In Python): New section.
5748
5749 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5750
5751 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5752
5753 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5754 returns None.
5755
5756 2010-04-09 Stan Shebs <stan@codesourcery.com>
5757
5758 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5759 Describe the `frames-created' field, tweak grammar.
5760
5761 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5762
5763 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5764 Describe the `circular' and `disconnected' fields.
5765
5766 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5767
5768 * gdb.texinfo (maint print registers): Mention unavailable and
5769 invisible registers.
5770
5771 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5772 Thiago Jung Bauermann <bauerman@br.ibm.com>
5773 Tom Tromey <tromey@redhat.com>
5774
5775 * gdb.texinfo (Breakpoints In Python): New Node.
5776
5777 2010-04-08 Stan Shebs <stan@codesourcery.com>
5778
5779 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5780 trace status fields.
5781
5782 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5783
5784 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5785 optional. Make org.gnu.gdb.i386.avx requires
5786 org.gnu.gdb.i386.avx.
5787
5788 2010-04-08 Doug Evans <dje@google.com>
5789
5790 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5791 search path, and document that gdb only scans the search path if
5792 the script's path doesn't specify a directory.
5793
5794 2010-04-05 Doug Evans <dje@google.com>
5795
5796 * gdb.texinfo (maint show python auto-load): Fix typo.
5797
5798 2010-04-04 Stan Shebs <stan@codesourcery.com>
5799
5800 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5801 (Setting Watchpoints): Update description of "info watch".
5802 (Disabling Breakpoints): Only "info break" lists all.
5803
5804 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5805 (tdump): Explain how tdump works.
5806
5807 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5808
5809 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5810 add cross reference.
5811
5812 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5813
5814 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5815 commands error out.
5816
5817 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5818
5819 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5820
5821 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5822
5823 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5824
5825 2010-03-29 Stan Shebs <stan@codesourcery.com>
5826 Nathan Sidwell <nathan@codesourcery.com>
5827
5828 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5829 GDBN equivalent.
5830 (Set Tracepoints): Remove mention that conditional tracepoints
5831 don't exist.
5832 (Tracepoint Actions): Clarify when while-stepping collection
5833 happens, note that while-stepping does not automatically collect
5834 $pc.
5835
5836 2010-03-29 Stan Shebs <stan@codesourcery.com>
5837
5838 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5839 (General Query Packets): Describe TracepointSource.
5840
5841 2010-03-27 Matt Rice <ratmice@gmail.com>
5842
5843 * gdb.texinfo (ARM): Document arguments to "target sim".
5844 (Set Catchpoints): Use @dots{} instead of @r{...}.
5845
5846 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5847
5848 * gdb.texinfo (Tracepoint Packets): Remove mention that
5849 terror:string may be plain text, and drop mention of X prefix.
5850
5851 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5852
5853 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5854
5855 2010-03-24 Stan Shebs <stan@codesourcery.com>
5856
5857 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5858
5859 2010-03-24 Tom Tromey <tromey@redhat.com>
5860
5861 PR breakpoints/9352:
5862 * gdb.texinfo (Break Commands): Update.
5863
5864 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5865
5866 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5867 commands.
5868
5869 2010-03-16 Stan Shebs <stan@codesourcery.com>
5870
5871 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5872 circular-trace-buffer.
5873 (Tracepoint Packets): Describe QTBuffer, and details of the
5874 qTStatus reply.
5875
5876 2010-03-12 Stan Shebs <stan@codesourcery.com>
5877 Nathan Sidwell <nathan@codesourcery.com>
5878
5879 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5880 doing instruction stepping.
5881 (Tracepoint Restrictions): New node.
5882
5883 2010-03-10 Tom Tromey <tromey@redhat.com>
5884
5885 * gdbint.texinfo (Symbol Handling): Update.
5886
5887 2010-03-08 Tom Tromey <tromey@redhat.com>
5888
5889 PR cli/9591:
5890 * gdb.texinfo (Mode Options): Mention lack of pagination and
5891 confirmation with --batch.
5892 (Screen Size): Mention --batch.
5893 (Messages/Warnings): Likewise.
5894
5895 2010-03-05 Tom Tromey <tromey@redhat.com>
5896
5897 * gdb.texinfo (Basic Python): Document target_charset and
5898 target_wide_charset.
5899
5900 2010-03-05 Tom Tromey <tromey@redhat.com>
5901
5902 * gdb.texinfo (Data): Link to pretty-printing.
5903 (Output Formats): Likewise. Correct text.
5904
5905 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5906
5907 * gdb.texinfo (Types): Describe <struct> and <flags>.
5908
5909 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5910
5911 * gdb.texinfo (Frames In Python): Add block parameter and
5912 description to read_var text.
5913
5914 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5915 Tom Tromey <tromey@redhat.com>
5916
5917 * gdb.texinfo (Types In Python): Describe block argument in
5918 template_argument and gdb.lookup_type.
5919
5920 2010-02-24 Tom Tromey <tromey@redhat.com>
5921
5922 * gdb.texinfo (Cygwin Native): Fix typo.
5923
5924 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5925
5926 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5927 and select method descriptions.
5928 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5929 Tables in Python to menu.
5930 (Blocks In Python): New node.
5931 (Symbols In Python): New node.
5932 (Symbol Tables in Python): New node.
5933
5934 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5935
5936 Multiexec MI
5937
5938 gdb/
5939 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5940
5941 gdb/doc/
5942 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5943 changes.
5944 (GDB/MI Program Execution): Document current behaviour of
5945 --all and --thread-group.
5946 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5947 -remove-inferior.
5948 * observer.texi (inferior_added, inferior_removed): New
5949 observers.
5950
5951 2010-02-19 Tom Tromey <tromey@redhat.com>
5952
5953 * gdbint.texinfo (Getting Started): Fix @node.
5954 (Debugging GDB): Likewise.
5955
5956 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5957
5958 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5959 documenting the gdb_test_timeout variable.
5960
5961 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5962
5963 * gdb.texinfo (MI commands): Added documentation of --reverse
5964 option to a set of MI commands. Restructured documentation of MI
5965 commands --exec-continue to reflect the complexity of reverse
5966 execution.
5967
5968 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5969
5970 * gdb.texinfo (Using the Collected Data): Specify that the address
5971 range of `tfind outsize' is exclusive, and that the address range
5972 of `tfind range' is inclusive.
5973 (Tracepoint Packets): Specify that the address range of
5974 `QTFrame:range' is inclusive, and that the address range of
5975 `QTFrame:outside' is exclusive
5976
5977 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5978
5979 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5980
5981 2010-02-10 Tom Tromey <tromey@redhat.com>
5982
5983 * gdb.texinfo (Debugging Output): Document set debug parser and
5984 show debug parser.
5985
5986 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5987
5988 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5989 i386_eflags and i386_mxcsr.
5990
5991 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5992
5993 * gdb.texinfo: Document i386 target features.
5994
5995 2010-02-05 Doug Evans <dje@google.com>
5996
5997 * gdbint.texinfo (Testsuite): Add a new section to document the
5998 various DejaGnu variables that may be overridden.
5999 Document INTERNAL_GDBFLAGS.
6000
6001 2010-02-04 Tom Tromey <tromey@redhat.com>
6002
6003 PR cli/8830:
6004 * gdb.texinfo (Files): -readnow comes before the filename for file
6005 and symbol-file.
6006
6007 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6008
6009 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
6010 Document ARM breakpoint types.
6011 (Register Packet Format): Move into the new section.
6012 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
6013
6014 2010-01-21 Joel Brobecker <brobecker@adacore.com>
6015
6016 * gdb.texinfo (File Options): Adjust the documentation of this
6017 switch to refer to the "source" command rather than partially
6018 duplicating some of the relevant information.
6019 (Extending GDB): Introduce and document the set/show script-extension
6020 setting.
6021 (Command Files): Add note explaining that the "source" command
6022 is also used to evalute scripts written in other languages.
6023 Remove the short slightly incorrect reference to sourcing Python
6024 scripts.
6025 (Python Commands): Document how to execute a Python script from GDB.
6026
6027 2010-01-19 Joel Brobecker <brobecker@adacore.com>
6028
6029 * gdb.texinfo (Command Files): Fix typo.
6030
6031 2010-01-18 Tom Tromey <tromey@redhat.com>
6032
6033 * gdb.texinfo (File Options): Document -x on .py files.
6034 (Command Files): Document handling of Python scripts.
6035
6036 2010-01-18 Jie Zhang <jie.zhang@analog.com>
6037
6038 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
6039
6040 2010-01-15 Stan Shebs <stan@codesourcery.com>
6041
6042 * gdb.texinfo (Trace Files): New section.
6043 (Tracepoint Packets): Document QTSave and qTBuffer.
6044 (Trace File Format): New appendix.
6045
6046 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6047
6048 * gdb.texinfo (Values From Inferior): Document lazy_string value
6049 method.
6050 (Python API): Add Lazy strings menu item.
6051 (Lazy Strings In Python): New node.
6052
6053 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6054
6055 * gdb.texinfo (GDB/MI Thread Information): New.
6056 (GDB/MI Async Records): Document the core field in *stopped.
6057 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
6058 documentation
6059 (Process list): Document that osdata document may contain
6060 threads.
6061 (Remote Serial Protocol): Document qXfer:threads.
6062
6063 2010-01-06 Stan Shebs <stan@codesourcery.com>
6064
6065 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
6066 disconnected tracing.
6067 (Tracepoint Packets): Document new protocol.
6068
6069 2010-01-05 Stan Shebs <stan@codesourcery.com>
6070
6071 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
6072 tracepoints.
6073 (Tracepoint Packets): Describe remote protocol for fast
6074 tracepoints.
6075
6076 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6077
6078 Update the "Start of New Year Procedure".
6079 * gdbint.texinfo: Add the list of files that need to be updated
6080 manually. Minor reformatting.
6081
6082 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6083
6084 * refcard.tex: Update copyright year in header and text.
6085
6086 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6087
6088 * agentexpr.texi: Add 2010 to the list of copyright years.
6089 * annotate.texinfo: Likewise.
6090 * gdb.texinfo: Likewise.
6091 * gdbint.texinfo: Likewise.
6092 * observer.texi: Likewise.
6093 * stabs.texinfo: Likewise.
6094
6095 2009-12-31 Stan Shebs <stan@codesourcery.com>
6096
6097 * gdb.texinfo (Tracepoint Actions): Describe teval.
6098
6099 2009-12-29 Stan Shebs <stan@codesourcery.com>
6100
6101 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6102
6103 2009-12-28 Stan Shebs <stan@codesourcery.com>
6104
6105 * gdb.texinfo (Trace State Variables): New section.
6106 (Tracepoint Packets): Describe trace state variable packets.
6107 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6108 variable bytecodes.
6109
6110 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6111
6112 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6113 declarations.
6114
6115 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6116
6117 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6118 -gdb-exit behaviour.
6119
6120 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6121
6122 * gpl.texi: Update to version 3 of the GPL.
6123
6124 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6125
6126 * Makefile.in: Update copyright header.
6127 * observer.texi: Fix the copyright header of the generated files.
6128
6129 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6130
6131 * gdb.texinfo (Types In Python): Describe range function.
6132
6133 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6134
6135 * gdb.texinfo (Types In Python): Describe "is_base_class".
6136
6137 2009-12-03 Tom Tromey <tromey@redhat.com>
6138
6139 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6140
6141 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6142
6143 * observer.texi: New memory_changed observer.
6144
6145 2009-12-01 Tom Tromey <tromey@redhat.com>
6146
6147 * gdb.texinfo (Reverse Execution): Fix typo.
6148
6149 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6150
6151 PR gdb/8704
6152
6153 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6154 are allowed after the breakpoint condition.
6155
6156 2009-11-23 Tom Tromey <tromey@redhat.com>
6157
6158 PR python/10782:
6159 * gdb.texinfo (Types In Python): Document Type.pointer.
6160
6161 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6162
6163 * gdb.texinfo (Machine Code): Adjust.
6164
6165 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6166
6167 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6168 (Using Agent Expressions): Delete cross reference.
6169
6170 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6171
6172 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6173 and @settitle directives up to help makeinfo find them.
6174
6175 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6176
6177 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6178 (Auto-loading): Use plural and note one can use multiple components now.
6179
6180 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6181
6182 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6183 -stack-list-arguments have the same documentation for parameter
6184 as -stack-list-locals. Add comas.
6185
6186 2009-10-27 Tom Tromey <tromey@redhat.com>
6187 Eli Zaretskii <eliz@gnu.org>
6188
6189 PR python/10781
6190
6191 * gdb.texinfo (Values From Inferior): Document cast method.
6192
6193 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6194
6195 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6196 and adjust example.
6197
6198 2009-10-22 Michael Snyder <msnyder@vmware.com>
6199
6200 * gdb.texinfo (Process Record and Replay): Document new form of
6201 info record command. Also document the new save and restore
6202 commands.
6203
6204 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6205
6206 * gdb.texinfo (Machine Code): Mention current pc marker.
6207 (Memory): Likewise.
6208
6209 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6210 Stan Shebs <stan@codesourcery.com>
6211
6212 * observer.texi (new_inferior): Rename to...
6213 (inferior_appeared): ... this.
6214
6215 * gdb.texinfo (Inferiors): Rename node to ...
6216 (Inferiors and Programs): ... this. Mention running multiple
6217 programs in the same debug session.
6218 <info inferiors>: Mention the new 'Executable' column if "info
6219 inferiors". Update examples. Document the "add-inferior",
6220 "clone-inferior", "remove-inferior" and "maint info
6221 program-spaces" commands.
6222 (Process): Rename node to...
6223 (Forks): ... this. Document "set|show follow-exec-mode".
6224
6225 2009-10-11 Michael Snyder <msnyder@vmware.com>
6226
6227 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6228 (ReverseContinue): Ditto.
6229
6230 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6231
6232 * gdb.texinfo (Server): Document libthread-db-search-path.
6233
6234 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6235
6236 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6237
6238 2009-10-06 Michael Eager <eager@eagercon.com>
6239
6240 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6241 (Embedded Processors): Add MicroBlaze.
6242 (MicroBlaze): New. Describe Xilinx MicroBlaze
6243
6244 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6245
6246 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6247
6248 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6249
6250 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6251
6252 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6253
6254 * observer.texi (solib_unloaded): Document explicitly the fact that
6255 this observer is called before the associated symbols are unloaded.
6256
6257 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6258
6259 * gdb.texinfo: Escape "{" and "}".
6260
6261 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6262
6263 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6264 -stack-list-variables.
6265
6266 2009-09-18 Tom Tromey <tromey@redhat.com>
6267
6268 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6269 is experimental.
6270
6271 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6272
6273 * gdb.texinfo (convenince variables): Mention
6274 $_siginfo could be empty.
6275
6276 2009-09-15 Tom Tromey <tromey@redhat.com>
6277
6278 * gdb.texinfo (GDB/MI Variable Objects): Document
6279 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6280 Expand -var-update documentation.
6281
6282 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6283
6284 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6285 feature.
6286
6287 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6288
6289 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6290
6291 2009-09-10 Michael Snyder <msnyder@vmware.com>
6292
6293 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6294 ReverseStep replies to the qSupported query.
6295
6296 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6297
6298 Add documentation for set/show interactive-mode.
6299 * gdb.texinfo (Other Misc Settings): New node.
6300
6301 2009-09-01 Doug Evans <dje@google.com>
6302
6303 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6304 non-stop mode's affect on remote caching.
6305
6306 2009-08-31 Jacob Potter <jdpotter@google.com>
6307 Doug Evans <dje@google.com>
6308
6309 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6310 Mark `set/show remotecache' options as obsolete.
6311 Document new `set/show stack-cache' option.
6312 Update text for `info dcache'.
6313
6314 2009-08-27 Doug Evans <dje@google.com>
6315
6316 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6317 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6318
6319 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6320
6321 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6322 about autoconf.
6323
6324 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6325
6326 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6327 small example, and describe its columns. Replace "inferior-id" by
6328 "infno" throughout.
6329
6330 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6331
6332 * gdbint.texinfo (Releasing GDB): Point to
6333 README-maintainer-mode file for required autoconf version.
6334 * configure.ac: Do not substitute datarootdir, htmldir,
6335 pdfdir, docdir. Do not process --with-datarootdir,
6336 --with-htmldir, --with-pdfdir, --with-docdir.
6337 * configure: Regenerate.
6338
6339 * configure: Regenerate.
6340
6341 2009-08-20 Reid Kleckner <reid@kleckner.net>
6342
6343 * gdb.texinfo: Add chapter on JIT interface.
6344
6345 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6346
6347 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6348 confirmation request.
6349
6350 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6351
6352 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6353 CRC definitions.
6354
6355 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6356
6357 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6358 -break-commands.
6359
6360 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6361
6362 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6363 "set spu auto-flush-cache" and "show spu auto-flush-cache" 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 stop-on-load" and "show spu stop-on-load" commands.
6369
6370 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6371
6372 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6373
6374 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6375
6376 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6377 org.gnu.gdb.arm.neon.
6378
6379 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6380
6381 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6382 optional element.
6383 (subsection OS ABI): New subsection.
6384
6385 2009-07-14 Stan Shebs <stan@codesourcery.com>
6386
6387 * gdb.texinfo (Tracepoint Conditions): New section.
6388 (General Query Packets): Describe ConditionalTracepoints.
6389 (Tracepoint Packets): Describe condition field.
6390 (Maintenance Commands): Describe maint agent-eval.
6391 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6392
6393 2009-07-11 Hui Zhu <teawater@gmail.com>
6394
6395 * gdb.texinfo (disassemble): Add a new modifier /r
6396 to "disassemble" command to make it print the raw instructions
6397 in hex as well as in symbolic form.
6398
6399 2009-07-09 Tom Tromey <tromey@redhat.com>
6400
6401 * gdbint.texinfo (Testsuite): Document parallel make check.
6402
6403 2009-07-09 Tom Tromey <tromey@redhat.com>
6404
6405 * gdbint.texinfo (Testsuite): Document test transcripts.
6406
6407 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6408
6409 * gdb.texinfo (Values From Inferior): Add length parameter
6410 description.
6411
6412 2009-07-04 Chris Genly <chris@genly.us>
6413
6414 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6415 in -var-list-children. Fix example according to what the code
6416 does.
6417
6418 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6419
6420 * gdb.texinfo (Debugging multiple inferiors): Document the
6421 "inferior", "detach inferior" and "kill inferior" commands.
6422 (Debugging Programs with Multiple Processes): Adjust to mention
6423 generic "inferior" commands. Delete mention of "detach fork" and
6424 "delete fork". Cross reference to "Debugging multiple inferiors"
6425 section.
6426
6427 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6428
6429 * gdbint.texinfo (Item Output Functions): Update signature
6430 for ui_out_field_core_addr.
6431
6432 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6433
6434 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6435 Update example code extrated from breakpoint.c.
6436
6437 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6438
6439 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6440 MI commands.
6441 (GDB/MI Symbol Query): Likewise.
6442 (GDB/MI File Commands): Likewise.
6443 (GDB/MI File Transfer Commands): Likewise.
6444 (GDB/MI Target Manipulation): Likewise.
6445 (GDB/MI Miscellaneous Commands): Likewise.
6446
6447 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6448
6449 * gdb.texinfo (Debugging Optimized Code): New chapter.
6450 (Compiling for Debugging): Reference it. Move some
6451 text to the new section.
6452
6453 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6454
6455 * doc/gdb.texinfo (Calling): Document
6456 set-unwind-on-terminating-exception usage.
6457
6458 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6459
6460 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6461 command.
6462
6463 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6464
6465 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6466 references.
6467
6468 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6469
6470 * gdbint.texinfo: Rename formal parameters to gdbarch function
6471 protoypes from "current_gdbarch" to "gdbarch".
6472
6473 2009-05-28 Tom Tromey <tromey@redhat.com>
6474
6475 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6476
6477 2009-05-27 Tom Tromey <tromey@redhat.com>
6478
6479 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6480 feature.
6481 (GDB/MI Variable Objects): Document -var-set-visualizer.
6482
6483 2009-04-02 Tom Tromey <tromey@redhat.com>
6484
6485 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6486 feature.
6487 (GDB/MI Variable Objects): Document -var-set-visualizer.
6488
6489 2009-05-27 Tom Tromey <tromey@redhat.com>
6490 Thiago Jung Bauermann <bauerman@br.ibm.com>
6491 Phil Muldoon <pmuldoon@redhat.com>
6492
6493 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6494 (Pretty Printing): New node.
6495 (Selecting Pretty-Printers): Likewise.
6496 (Python API): Update.
6497 (Output Formats): Document /r format.
6498
6499 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6500 Tom Tromey <tromey@redhat.com>
6501
6502 * gdb.texinfo (Types In Python): New node.
6503 (Values From Inferior): "type" is now an attribute.
6504 (Python API): Update.
6505
6506 2009-05-27 Tom Tromey <tromey@redhat.com>
6507 Thiago Jung Bauermann <bauerman@br.ibm.com>
6508 Phil Muldoon <pmuldoon@redhat.com>
6509
6510 * gdb.texinfo: Add @syncodeindex for `tp'.
6511 (Python API): Update.
6512 (Auto-loading): New node.
6513 (Objfiles In Python): New node.
6514
6515 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6516
6517 * gdb.texinfo (Threads): Document libthread-db-search-path.
6518
6519 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6520
6521 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6522
6523 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6524
6525 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6526 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6527 show show-debug-regs' docs.
6528
6529 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6530
6531 * gdb.texinfo (Process Record and Replay): Add description of
6532 reverse execution.
6533
6534 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6535
6536 * gdbint.texinfo (Adding support for debugging core files): New node.
6537 (Native Debugging): Remove the ``Native core file Support'' section.
6538
6539 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6540
6541 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6542 Add index entries.
6543
6544 2009-04-30 Hui Zhu <teawater@gmail.com>
6545 Michael Snyder <msnyder@vmware.com>
6546
6547 * gdb.texinfo: (Process Record and Replay): Add documentation for
6548 process record and replay.
6549
6550 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6551
6552 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6553 a new part on command-line defined macros.
6554
6555 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6556
6557 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6558 clarify the wording.
6559
6560 2009-04-23 Tom Tromey <tromey@redhat.com>
6561
6562 * gdb.texinfo (Data Files): New node.
6563 (GDB Files): Update menu.
6564
6565 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6566
6567 * gdbint.texinfo (Defining Other Architecture Features): Remove
6568 entry for PROCESS_LINENUMBER_HOOK.
6569
6570 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6571
6572 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6573
6574 2009-04-22 Hui Zhu <teawater@gmail.com>
6575
6576 * gdb.texinfo (disassemble-next-line): Set the default of
6577 disassemble-next-line to off.
6578
6579 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6580
6581 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6582 --with-htmldir): New.
6583 * configure: Regenerate.
6584 * Makefile.in (datarootdir, docdir): Define.
6585 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6586 instead of $(SET_TEXINPUTS).
6587 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6588 gdbint.info instead of $(SET_TEXINPUTS).
6589 (gdbint/index.html): Use same -I options as for building
6590 gdbint.info.
6591 (stabs.dvi, stabs.pdf): Use same -I options as for building
6592 stabs.info instead of $(SET_TEXINPUTS).
6593 (stabs/index.html): Use same -I options as for building
6594 stabs.info.
6595 (annotate.dvi, annotate.pdf): Use same -I options as for building
6596 annotate.info instead of $(SET_TEXINPUTS).
6597 (annotate/index.html): Use same -I options as for building
6598 annotate.info.
6599
6600 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6601
6602 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6603
6604 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6605
6606 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6607
6608 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6609 Joseph Myers <joseph@codesourcery.com>
6610
6611 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6612 (MAKEHTMLFLAGS): Set to empty.
6613 (html__strip_dir): Define.
6614 (HTMLFILES): Define.
6615 (HTMLFILES_INSTALL): Define.
6616 (install-html): Copy new automake rule.
6617 (html): Depend on $(HTMLFILES).
6618 (gdb_toc.html): Rename to gdb/index.html.
6619 (gdbint_toc.html): Rename to gdbint/index.html.
6620 (stabs_toc.html): Rename to stabs/index.html.
6621 (annotate_toc.html): Rename to annotate/index.html.
6622
6623 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6624
6625 * Makefile.in: Set pdfdir and htmldir from configure
6626 substitutions.
6627 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6628 * configure: Regenerate.
6629
6630 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6631
6632 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6633 This macro is no longer used.
6634
6635 2009-04-15 Tom Tromey <tromey@redhat.com>
6636
6637 * gdb.texinfo (Character Sets): Document default character set.
6638
6639 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6640
6641 * gdbint.texinfo: Change server name from sources.redhat.com to
6642 sourceware.org throughout.
6643
6644 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6645
6646 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6647 about a missing dot or coma after @xref.
6648
6649 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6650
6651 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6652 example, and add a small explanation about it.
6653 (Print Settings): Change the documentation of the "set print
6654 frame-arguments" to reflect the fact that the default is now "scalars".
6655
6656 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6657
6658 * gdb.texinfo (Print Settings): Add kindex for command "set
6659 print frame-arguments".
6660
6661 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6662
6663 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6664 breakpoints.
6665 (Set Breaks): Add reference to thread-specific and task-specific
6666 breakpoints.
6667
6668 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6669
6670 * gdb.texinfo (Ada Tasks): Remove the documentation about
6671 the "Running" state, as this state has been eliminated.
6672 Now all runnable tasks are shown as "Runnable".
6673
6674 2009-03-30 Stan Shebs <stan@codesourcery.com>
6675
6676 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6677 special case of breakpoints.
6678 (Enable and Disable Tracepoints): Mention deprecation.
6679 (Listing Tracepoints): Update description and example.
6680
6681 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6682
6683 * gdb.texinfo (Frames in Python): New node.
6684 (Python API): Update.
6685
6686 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6687
6688 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6689 from a method to an attribute.
6690
6691 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6692
6693 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6694 attribute.
6695
6696 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6697
6698 * observer.texi (thread_exit): Add "silent" parameter.
6699
6700 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6701
6702 * observer.texi (about_to_proceed): New.
6703
6704 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6705
6706 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6707 field throughout to handle types with spaces in them. Fix typos
6708 found by aspell.
6709 (Summary, Requirements, Contributors): New first chapter,
6710 "Summary" added, old Requirements section moved there, and new
6711 section, "Contributors" added.
6712 (Initializing a New Architecture, Register Representation)
6713 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6714 (Porting gdb): These sections extended and updated.
6715 (Compiler Characteristics): This section (empty) deleted.
6716 (Defining Other Architecture Features): This section renamed and
6717 duplicate material removed from (formerly "Target Conditionals").
6718 Use braces {} in @deftypeXX type field throughout to handle types
6719 with spaces in them. Typos found by aspell fixed.
6720
6721 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6722 * stack_frame.pdf: Version of image for PDF output.
6723 * stack_frame.png: Version of image for HTML output and for Emacs.
6724 * stack_frame.txt: Version of image for Info output.
6725 * stack_frame.eps: Version of image for TeX DVI output.
6726
6727 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6728
6729 * gdb.texinfo (Character Sets): Fix last change.
6730
6731 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6732
6733 * gdb.texinfo (Values From Inferior): Fix optional arguments
6734 markup.
6735 (Commands In Python): Adjust argument names of gdb.Command.__init__
6736 to what the function accepts as keywords.
6737
6738 2008-03-20 Tom Tromey <tromey@redhat.com>
6739
6740 * gdb.texinfo (Convenience Vars): Document convenience functions.
6741 (Functions In Python): New node.
6742 (Python API): Update.
6743
6744 2009-03-20 Tom Tromey <tromey@redhat.com>
6745
6746 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6747 set target-wide-charset.
6748 (Requirements): Mention iconv.
6749
6750 2009-03-17 Hui Zhu <teawater@gmail.com>
6751
6752 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6753
6754 2009-03-17 Hui Zhu <teawater@gmail.com>
6755
6756 * gdb.texinfo: Add documentation for disassemble-next-line.
6757
6758 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6759
6760 * gdb.texinfo (Commands In Python): Remove tindex entries.
6761
6762 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6763
6764 * gdb.texinfo (Returning): New description for missing debug info.
6765
6766 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6767
6768 * gdb.texinfo (Remote Configuration): Document query-attached.
6769 (General Query Packets): Document qAttached.
6770
6771 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6772
6773 * gdb.texinfo (Background Execution): Better describe the set
6774 target-async command.
6775 (Maintenance Commands): Delete description of the `maint set/show
6776 linux-async' and `maint set/show remote-async' commands.
6777
6778 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6779
6780 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6781 between sentences.
6782
6783 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6784
6785 * gdb.texinfo (GDB/MI Async Records): Document the
6786 =library-loaded and =library-unloaded notifications.
6787
6788 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6789
6790 * observer.texi (test_notification): New observer.
6791
6792 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6793
6794 * observer.texi: Add parameter 'print_frame' to normal_stop
6795 observer.
6796
6797 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6798
6799 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6800 (Commands In Python): Fix COMMAND_* constants in last change. Use
6801 @kbd for interactive input. Add cross-references and index
6802 entries.
6803
6804 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6805
6806 * gdb.texinfo (Signals): Document $_siginfo.
6807 (Convenience Variables): Mention $_siginfo.
6808 (Remote Configuration): Document qXfer:siginfo:read,
6809 qXfer:siginfo:write packets, and the read-siginfo-object,
6810 write-siginfo-object commands.
6811
6812 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6813
6814 * gdbint.texinfo (Values): New chapter.
6815
6816 2009-02-06 Tom Tromey <tromey@redhat.com>
6817
6818 * gdb.texinfo (Python API): Add entry for Commands In Python.
6819 (Commands In Python): New node.
6820
6821 2009-02-05 Tom Tromey <tromey@redhat.com>
6822
6823 * gdb.texinfo (Values From Inferior): Document Value.string.
6824
6825 2009-02-05 Tom Tromey <tromey@redhat.com>
6826
6827 * gdb.texinfo (Basic Python): Document execute's from_tty
6828 argument.
6829
6830 2009-02-04 Tom Tromey <tromey@redhat.com>
6831
6832 * gdb.texinfo (Basic Python): Document gdb.history.
6833
6834 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6835
6836 * gdb.texinfo (GDB/MI Thread Commands): Document the
6837 'current-thread-id' field. Remove the example with zero threads,
6838 since current GDB won't ever report that if there's inferior.
6839
6840 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6841
6842 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6843 option to -break-insert.
6844
6845 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6846 Jerome Guitton <guitton@adacore.com>
6847
6848 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6849 (System-wide configuration): New section.
6850
6851 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6852
6853 PR gdb/7580:
6854 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6855 internal-error|internal-warning quit|corefile ask|yes|no".
6856
6857 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6858
6859 * gdb.texinfo (Using the `gdbserver' Program): Document
6860 --remote-debug.
6861
6862 2009-01-23 Doug Evans <dje@google.com>
6863
6864 * gdb.texinfo: Add nexti to list of commands that support
6865 background execution.
6866
6867 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6868
6869 * gdb.texinfo (Define, Hooks): Document prefix command support.
6870
6871 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6872 Carlos O'Donell <carlos@codesourcery.com>
6873
6874 Fixes for makeinfo --html.
6875
6876 * annotate.texinfo: Use @copying and @insertcopying. Use
6877 @ifnottex in place of @ifinfo.
6878 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6879 place of @ifinfo. Use @ifnotinfo for one index entry.
6880 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6881 in place of @ifinfo.
6882 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6883 in place of @ifinfo. Include contents at start unconditionally.
6884
6885 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6886
6887 * gdb.texinfo (General Query Packets): Remove @var{} around the
6888 "spu" literal string.
6889
6890 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6891
6892 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6893 program may be running in another process" errors.
6894 * gdbint.texinfo (Native Conditionals): Delete
6895 ONE_PROCESS_WRITETEXT description.
6896
6897 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6898
6899 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6900 emacs local variable to be placed at the end of the ChangeLog.
6901 Add server.c and gdbreplay.c to the list of files where the
6902 copyright year needs to be updated.
6903
6904 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6905
6906 * gdb.texinfo (Remote Configuration): Document new
6907 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6908 commands.
6909
6910 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6911
6912 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6913 FETCH_INFERIOR_REGISTERS.
6914 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6915 FETCH_INFERIOR_REGISTERS descriptions. Remove
6916 gdbarch_get_longjmp_target descrition, since already described in
6917 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6918 (Target Conditionals): ... here.
6919
6920 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6921
6922 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6923 examples.
6924 (Additions to Ada): Likewise. Add the missing opening and closing
6925 parenthesis of the GDB prompt in one of the examples.
6926
6927 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6928
6929 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6930 about the result of 'Address not being of type System.Address.
6931 This problem has been fixed a while ago.
6932
6933 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6934
6935 MI non-stop and multiprocess docs.
6936
6937 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6938 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6939 Adjust documentation for *stopped, document =thread-created,
6940 =thread-exited, =thread-group-created and =thread-group-exited.
6941 (GDB/MI Thread Commands): Document the 'state' field in
6942 -thread-info output.
6943 (GDB/MI Program Execution): Mention --all and --thread-group
6944 options.
6945 (GDB/MI Variable Objects): Describe floating and fixed variable
6946 objects.
6947 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6948
6949 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6950
6951 * gdb.texinfo (Operating System Information): New appendix.
6952 (Operating System Auxiliary Information): Document 'info os processes'
6953 (Remote Configuration): Document 'osdata'
6954 (General Query Packets): Document qXfer:osdata:read.
6955
6956 2008-11-27 Tristan Gingold <gingold@adacore.com>
6957
6958 * gdb.texinfo (Darwin): Document Darwin specific features.
6959
6960 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6961
6962 * gdbint.texinfo (Target Conditionals): Extend the
6963 gdbarch_breakpoint_from_pc description.
6964
6965 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6966
6967 * gdb.texinfo (M68K Features): Fix typo.
6968
6969 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6970
6971 * gdb.texinfo (Symbols): Mention printing containing
6972 image name in "info symbol".
6973 (Maint translate-address): Likewise.
6974
6975 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6976
6977 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6978 commands "catch load" and "catch unload".
6979
6980 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6981
6982 * gdb.texinfo (GDB/MI Async Records): Document
6983 =thread-selected.
6984
6985 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6986
6987 * observer.texi (new_inferior, inferior_exit): New observers.
6988
6989 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6990
6991 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6992 .mt files, TM_CLIBS or TM_CDEPS.
6993 (x86 Watchpoints): Don't mention TDEPFILES.
6994
6995 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6996
6997 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6998 (Overview): Mention notifications and non-stop mode behavior.
6999 (Packets): Update documentation of ?, vAttach, vCont, and vRun
7000 with non-stop mode behavior. Add vStopped description.
7001 (Stop Reply Packets): Update list of packets that return
7002 stop replies. Mention non-stop behavior.
7003 (General Query Packets): Document QNonStop packet and associated
7004 qSupported query response.
7005 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
7006 behavior.
7007 (Notification Packets): New section.
7008 (Remote Non-Stop): New section.
7009 (File-I/O Overview): Mention non-stop behavior.
7010
7011 2008-10-24 Hui Zhu <teawater@gmail.com>
7012 Pedro Alves <pedro@codesourcery.com>
7013
7014 * gdb.texinfo (displaced-stepping): Describe the auto mode
7015 setting, and say it's the default. This is now a mainstream
7016 setting instead of a maintenance setting.
7017
7018 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7019
7020 * observer.texi (thread_stop_requested): New.
7021
7022 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7023
7024 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
7025 (Patching): Replace incorrect usage of @samp by @kbd.
7026
7027 2008-10-17 Michael Snyder <msnyder@vmware.com>
7028
7029 * gdb.texinfo: Add documentation for reverse execution.
7030
7031 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7032 Eli Zaretskii <eliz@gnu.org>
7033
7034 * gdb.texinfo. (Values From Inferior): New subsubsection.
7035
7036 2008-10-06 Doug Evans <dje@google.com>
7037
7038 * gdb.texinfo (set debug dwarf2-die): Document it.
7039
7040 2008-10-01 Joel Brobecker <brobecker@adacore.com>
7041
7042 * gdb.texinfo (catch) [exception]: Document how to insert
7043 a breakpoint on user-defined exceptions when the exception
7044 name is identical to one of the language-defined ones.
7045
7046 2008-09-27 Tom Tromey <tromey@redhat.com>
7047
7048 * gdb.texinfo (Macros): Remove text about stringification,
7049 varargs, and splicing.
7050
7051 2008-09-27 Tom Tromey <tromey@redhat.com>
7052
7053 * gdbint.texinfo (Language Support): Remove text about omitting
7054 support for a language.
7055
7056 2008-09-23 Doug Evans <dje@google.com>
7057
7058 * gdb.texinfo (info dcache): Update.
7059
7060 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
7061
7062 * gdb.texinfo (Packets): Add info on thread-id syntax and
7063 multiprocess extensions.
7064 <D>: Document multiprocess form of packet.
7065 <H>: Use thread-id syntax.
7066 <T>: Likewise.
7067 <vCont>: Likewise. Note this is required for multiprocess.
7068 <vKill>: New packet.
7069 (Stop Reply Packets) <T>: Use thread-id syntax.
7070 <W>: Document multiprocess form of reply.
7071 <X>: Likewise.
7072 (General Query Packets) <qC>: Use thread-id syntax.
7073 <qfThreadInfo>: Likewise.
7074 <qGetTLSAddr>: Likewise.
7075 <qP>: Likewise.
7076 <qSupported>: Add "multiprocess" feature.
7077 <qThreadExtraInfo>: Use thread-id syntax.
7078
7079 2008-09-22 Stan Shebs <stan@codesourcery.com>
7080
7081 * gdb.texinfo (Inferiors): New section.
7082
7083 2008-09-12 Pedro Alves <pedro@codesourcery.com>
7084
7085 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7086
7087 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7088
7089 * gdbint.texinfo (Target Conditionals): Remove documentation
7090 for gdbarch_name_of_malloc.
7091
7092 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7093
7094 * gdb.texinfo (Interrupts): Mention TCP interface for
7095 sending BREAK.
7096
7097 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7098
7099 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7100 argument prefix to "set sysroot".
7101
7102 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7103
7104 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7105 and False.
7106
7107 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7108
7109 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7110 for possible features of -list-features.
7111
7112 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7113
7114 * gdb.texinfo (Background execution): Adjust example
7115 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7116
7117 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7118
7119 * doc/gdb.texinfo (PowerPC): Fix typo.
7120 (PowerPC features): Fix typo.
7121
7122 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7123
7124 * observer.texi (thread_ptid_changed): New.
7125
7126 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7127
7128 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7129 (PowerPC features): Mention feature set for VSX registers.
7130
7131 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7132
7133 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7134 the direct visibility of all names in user-written packages.
7135
7136 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7137
7138 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7139 setting, and make it the default.
7140 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7141 non-stop script example.
7142
7143 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7144
7145 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7146 reference to the "Using Different Register and Memory Data
7147 Representation" section.
7148
7149 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7150
7151 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7152 (Remote Protocol): Add Packet Acknowledgment to menu.
7153 (Overview): Mention +/- can be disabled, and point to new section
7154 where this is discussed in detail.
7155 (General Query Packets): Document QStartNoAckMode packet, and
7156 corresponding qSupported reply.
7157 (Packet Acknowledgment): New section.
7158
7159 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7160 Pedro Alves <pedro@codesourcery.com>
7161
7162 * gdb.texinfo (Threads): Move paragraph about automatic thread
7163 selection to All-Stop Mode subsection.
7164 (Thread Stops): Reorganize existing material into subsections.
7165 Add introductory blurb and menu.
7166 (Non-Stop Mode): New subsection.
7167 (Background Execution): New subsection.
7168 (Maintenance Commands): Add cross-references from async mode
7169 commands to the new Background Execution section.
7170
7171 2008-08-06 Tom Tromey <tromey@redhat.com>
7172
7173 * gdb.texinfo (Extending GDB): New chapter.
7174 (Sequences): Demoted chapter, now a section under the new
7175 Extending GDB chapter.
7176 (Python): New section.
7177
7178 2008-07-31 Stan Shebs <stan@codesourcery.com>
7179
7180 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7181
7182 2008-07-29 Stan Shebs <stan@codesourcery.com>
7183
7184 * gdbint.texinfo: General round of cleanup and minor
7185 clarifications.
7186 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7187 (Longjmp Support): Update description to reflect how it is done
7188 for targets without using native header.
7189 (Symbol Handling): Add a little more general explanation.
7190 (COFF, ELF): Mention stabs encapsulation.
7191 (DWARF 3): New section.
7192 (Adding a New Host): Scrub out some obsolete bits.
7193 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7194 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7195 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7196 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7197 SEEK_SET, STOP_SIGNAL, USG.
7198 (Raw and Virtual Register Representations): Ditto for
7199 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7200 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7201 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7202 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7203 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7204 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7205 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7206 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7207 DEPRECATED_USE_STRUCT_CONVENTION.
7208 Describe gdbarch_deprecated_fp_regnum.
7209 Update description of gdbarch_print_insn.
7210 (Adding a New Target): Scrub out obsolete bits.
7211 (Obsolete Conditionals): Remove entire section.
7212
7213 2008-07-25 Tom Tromey <tromey@redhat.com>
7214
7215 * observer.texi (GDB Observers): Document new observers:
7216 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7217 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7218 architecture_changed.
7219
7220 2008-07-21 Stan Shebs <stan@codesourcery.com>
7221
7222 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7223 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7224
7225 2008-07-21 Tom Tromey <tromey@redhat.com>
7226
7227 * observer.texi (GDB Observers): Remove obsolete comment.
7228 <executable_changed>: Remove argument.
7229
7230 2008-07-18 Tom Tromey <tromey@redhat.com>
7231
7232 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7233
7234 2008-07-10 Doug Evans <dje@google.com>
7235
7236 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7237
7238 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7239
7240 * gdb.texinfo (Starting): Document "set disable-randomization".
7241
7242 2008-07-07 Andreas Schwab <schwab@suse.de>
7243
7244 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7245
7246 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7247
7248 * gdb.texinfo (GDB/MI Target Manipulation): Add
7249 example of -target-attach.
7250
7251 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7252
7253 * observer.texi (target_resumed): New observer.
7254 * gdb.texinfo (GDB/MI Output Records): Document *running.
7255
7256 2008-06-06 Tom Tromey <tromey@redhat.com>
7257
7258 * gdb.texinfo (Completion): Add field name example.
7259
7260 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7261
7262 * gdb.texinfo (GDB/MI Program Context): Added example
7263 to -exec-arguments
7264
7265 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7266
7267 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7268 annotation.
7269
7270 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7271 Nathan Sidwell <nathan@codesourcery.com>
7272 Joseph Myers <joseph@codesourcery.com>
7273
7274 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7275 and ACX_BUGURL.
7276 * configure: Regenerate.
7277 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7278 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7279 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7280 mailing-list-specific text about bug reporting unless
7281 BUGURL_DEFAULT.
7282
7283 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7284
7285 * gdb.texinfo (-target-select): Remove reference to target async.
7286 (Maintenance Commands): Document "maint set/show remote-async".
7287
7288 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7289
7290 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7291 in -target-file-get section.
7292
7293 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7294
7295 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7296 killing the inferior when it is already debugging a process.
7297
7298 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7299
7300 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7301 abbreviation for "finish".
7302
7303 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7304
7305 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7306
7307 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7308
7309 * gdbint.texinfo (Target Conditionals): Delete entry for
7310 gdbarch_dwarf_reg_to_regnum.
7311
7312 2008-05-09 Doug Evans <dje@google.com>
7313
7314 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7315
7316 2008-05-05 Doug Evans <dje@google.com>
7317
7318 * gdb.texinfo (disassemble): Document /m modifier.
7319
7320 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7321
7322 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7323 will not report the time of commands that run the target.
7324
7325 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7326
7327 * gdb.texinfo (GDB/MI Output Records): Add
7328 missing semicolon.
7329
7330 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7331
7332 * gdb.texinfo (GDB/MI Output Records):
7333 Document =thread-create and =thread-exited.
7334
7335 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7336
7337 * gdb.texinfo (GDB/MI Development and Front Ends):
7338 Remove mention of dmi-discuss.
7339
7340 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7341
7342 * observer.texi (thread_exit): New.
7343
7344 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7345
7346 * gdb.texinfo (Debugging Output): Document "set/show debug
7347 displaced".
7348 (Maintenance Commands): Document "maint set/show
7349 can-use-displaced-stepping".
7350
7351 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7352
7353 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7354 and set/show arm force-mode.
7355
7356 2008-05-02 Andreas Schwab <schwab@suse.de>
7357
7358 * gdbint.texinfo (Algorithms): Describe
7359 target_watchpoint_addr_within_range.
7360
7361 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7362
7363 * gdbint.texinfo (Stack Frames): New chapter.
7364 (Algorithms): Move Frames text to the new chapter.
7365 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7366 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7367
7368 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7369
7370 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7371 output does not necessary include any tokens.
7372
7373 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7374
7375 * gdb.texinfo (Set SH Calling convention): New @item.
7376 (Show SH Calling convention): Ditto.
7377
7378 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7379
7380 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7381
7382 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7383
7384 * gdb.texinfo (Set Breaks): Mention that multiple location
7385 breakpoints need line number info. Add index entries.
7386
7387 2008-04-19 Craig Silverstein <csilvers@google.com>
7388
7389 * gdb.texinfo (Requirements): Add an optional requirement on
7390 zlib.
7391 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7392 Compressed DWARF 2.
7393
7394 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7395
7396 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7397 sample output for 'stopped,reason="breakpoint-hit"' message.
7398 (GDB/MI Program Execution): Likewise.
7399
7400 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7401
7402 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7403 -var-set-format. Add -f option to -var-evaluate-expression.
7404
7405 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7406
7407 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7408 new node "Ambiguous Expressions". Replace references to this
7409 node by references to "Ambiguous Expressions" throughout.
7410 (Ambiguous Expressions): New node.
7411
7412 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7413
7414 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7415
7416 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7417
7418 * gdb.texinfo (Debugging Output): Document
7419 "set/show debug lin-lwp-async".
7420 (Maintenance Commands): Document "maint set/show linux-async".
7421
7422 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7423
7424 * gdb.texinfo (Expressions): Update description of malloced arrays.
7425
7426 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7427
7428 * gdb.texinfo (Thread Commands): Document
7429 -thread-info. Remove -thread-list-all-threads.
7430
7431 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7432
7433 Implement MI notification for new threads.
7434 * observer.texi (new_thread): Document.
7435
7436 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7437 Sandra Loosemore <sandra@codesourcery.com>
7438
7439 * gdb.texinfo (Library List Format): Update to mention the
7440 possibility to pass section addresses instead of segment
7441 addresses.
7442
7443 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7444
7445 * gdb.texinfo (Starting): Document "set exec-wrapper".
7446 (Server): Document gdbserver --wrapper.
7447
7448 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7449
7450 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7451 unreadable memory. Delete obsolete SPARClite reference.
7452
7453 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7454
7455 * gdb.texinfo (Starting): Mention always-running targets.
7456 (Target Commands): Add an anchor for load.
7457 (Connecting): Explain continue instead of run.
7458
7459 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7460
7461 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7462
7463 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7464
7465 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7466 breakpoint table.
7467
7468 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7469
7470 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7471 killing the inferior when it is already debugging a process.
7472
7473 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7474
7475 * gdbint.texinfo (Build Script): New section. Mention new build script
7476 gdb_buildall.sh.
7477
7478 2008-02-01 Jim Blandy <jimb@red-bean.com>
7479
7480 * gdb.texinfo (Help): Summarize 'info args' correctly.
7481
7482 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7483
7484 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7485 available in PowerPC architecture.
7486 (Embedded Processors): Change node name of PowerPC item in menu.
7487 (PowerPC): Rename to...
7488 (PowerPC Embedded): this.
7489 (Architectures): Add new PowerPC item in menu.
7490 (PowerPC): New node.
7491
7492 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7493
7494 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7495 commands.
7496
7497 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7498
7499 * gdb.texinfo (Setting Catchpoints): Mention features
7500 supported on GNU/Linux.
7501
7502 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7503
7504 * gdb.texinfo (GDB/MI File Commands): Describe new output
7505 field for MI command -file-list-exec-source-file.
7506
7507 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7508
7509 * gdb.texinfo (Using the `gdbserver' Program): Add security
7510 warning. Rearrange into subsections and subsubsections. Document
7511 --multi and --debug. Correct --with-sysroot typo. Update --attach
7512 usage. Make load reference clearer. Document monitor exit.
7513 (Remote Configuration): Document set remote exec-file, attach-packet,
7514 and run-packet.
7515 (Packets): Document vAttach and vRun.
7516
7517 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7518
7519 * gdb.texinfo (Processes): Mention process command.
7520 detach-on-follow -> detach-on-fork.
7521
7522 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7523
7524 * gdbint.texinfo (Native Conditionals): Remove
7525 SHELL_COMMAND_CONCAT and SHELL_FILE.
7526
7527 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7528
7529 * gdb.texinfo (Specify Location): Improve wording.
7530
7531 2008-01-23 Chris Demetriou <cgd@google.com>
7532
7533 * gdb.texinfo (Threads): Document new "set print thread-events"
7534 and "show print thread-events" commands.
7535
7536 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7537
7538 * gdb.texinfo (Specify Location): New section.
7539 (Delete Breaks, Edit, Set Breaks): Remove description of
7540 locations. Instead, add a reference to "Specify Location".
7541 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7542 (Symbols): Refer to "Specify Location" for the valid forms of
7543 linespecs and locations.
7544
7545 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7546
7547 * gdbint.texinfo (Target Conditionals): Replace the description of
7548 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7549
7550 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7551
7552 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7553 about &&var, which is rejected by the expression parser.
7554
7555 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7556
7557 * gdb.texinfo (Output): Update documentation on using printf with DFP
7558 types.
7559
7560 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7561
7562 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7563 subsubsection.
7564 (Decimal Floating Point format): New subsubsection.
7565
7566 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7567
7568 * gdb.texinfo (File Options): Remove mention of the attempt to
7569 open a core file with the -p option. Don't list -c as a valid
7570 option to attach to a process.
7571
7572 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7573
7574 * gdbint.texinfo (Host Conditionals): Remove mention of
7575 ALIGN_STACK_ON_ENTRY.
7576
7577 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7578
7579 * gdbint.texinfo (Start of New Year Procedure): Add item
7580 describing how to update the source and documentation copyright
7581 notices.
7582
7583 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7584
7585 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7586 watchpoint explanation into the main description of the watchpoint
7587 command; update synopses of 'watch', 'rwatch', and 'awatch'
7588 commands.
7589
7590 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7591
7592 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7593 Document 'pending-breakpoints' feature of
7594 -list-features.
7595
7596 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7597
7598 * gdb.texinfo: Add new parameter's description.
7599
7600 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7601
7602 * gdb.texinfo (Overview): Clarify run-length encoding
7603 example. Remove the restriction on "+" and "-" characters.
7604
7605 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7606
7607 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7608
7609 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7610
7611 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7612 the -f option for -break-insert, remove -r option,
7613 and clarify specification of location.
7614
7615 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7616
7617 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7618 formatting.
7619 (Remote Debugging): Add File Transfer section.
7620 (Remote Configuration): Document Host I/O packets.
7621 (GDB/MI): Add GDB/MI File Transfer Commands section.
7622 (Host I/O Packets): New section in "Remote Protocol".
7623 (Packets): Add vFile.
7624
7625 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7626
7627 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7628 breakpoints with multiple locations.
7629 (Breakpoint Menus): Improve wording.
7630 (Output): Fix last change.
7631
7632 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7633
7634 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7635
7636 2007-11-15 Doug Evans <dje@google.com>
7637
7638 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7639
7640 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7641
7642 * gdbint.texinfo (Native Conditionals): Remove
7643 mention of CLEAR_SOLIB.
7644
7645 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7646
7647 * gdb.texinfo (Print Settings): Add documentation for "set/show
7648 print frame-arguments".
7649
7650 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7651
7652 * gdb.texinfo (Output): Update printf command's description.
7653
7654 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7655
7656 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7657 powerpc soft-float".
7658
7659 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7660
7661 * gdb.texinfo (Files): Correct formatting. Mention Expat
7662 requirement.
7663 (Requirements for Building GDB): Expand the list of Expat
7664 uses.
7665 (Library List Format, Memory Map Format): Mention Expat.
7666 (Target Descriptions): Update Expat wording.
7667
7668 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7669
7670 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7671 Document that gdbarch_convert_register_p should return zero for no-op
7672 conversions.
7673
7674 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7675
7676 * gdbint.texi (Compiler Characteristics): Move documentation
7677 of set_gdbarch_sofun_address_maybe_missing back to ...
7678 (Target Conditionals): ... here to fix build break.
7679
7680 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7681
7682 * gdbint.texi (Target Conditionals): Remove documentation of
7683 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7684 (Compiler Characteristics): ... documentation of
7685 set_gdbarch_sofun_address_maybe_missing.
7686
7687 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7688
7689 * gdbint.texinfo (Target Conditionals): Use
7690 frame_unwind_register_unsigned in examples instead of
7691 frame_unwind_unsigned_register.
7692
7693 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7694
7695 * gdb.texinfo: Add TSIZE definition, removed statement about
7696 unbounded arrays being unimplemented.
7697
7698 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7699
7700 * gdb.texinfo (Predefined Target Types): Add int128
7701 and uint128.
7702 (Standard Target Features): Add PowerPC features.
7703
7704 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7705
7706 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7707
7708 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7709
7710 * gdbint.texi (Target Conditionals): Remove documentation
7711 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7712 gdbarch_extract_return_value, and gdbarch_store_return_value.
7713
7714 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7715
7716 * gdbint.texi (Target Conditionals): Remove documentation of
7717 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7718
7719 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7720
7721 * gdb.texinfo: Mention that inaccessible-by-default is on by
7722 default.
7723
7724 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7725
7726 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7727
7728 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7729
7730 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7731 multi-threaded watchpoints.
7732 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7733 checked. Describe sticky notification. Expand description
7734 of steppable and continuable watchpoints.
7735 (Watchpoints and Threads): New subsection.
7736
7737 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7738
7739 * gdb.texinfo (Setting Breakpoints): Revise
7740 documentation for pending breakpoints. Document
7741 breakpoints with multiple locations.
7742
7743 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7744
7745 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7746 Document -list-features.
7747
7748 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7749
7750 * gdb.texinfo (Output): Spell out which features of C's printf are
7751 not supported by GDB's printf.
7752 (Separate Debug Files): More accurate wording regarding build ID
7753 and a reference to the ld manual rather than the Fedora wiki.
7754
7755 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7756 Jim Blandy <jimb@codesourcery.com>
7757
7758 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7759 (Examining Memory): Update mentions of the 's' format.
7760 (Automatic Display): Likewise.
7761
7762 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7763
7764 * gdb.texinfo: Update the FSF's Back-Cover Text.
7765
7766 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7767 Eli Zaretskii <eliz@gnu.org>
7768
7769 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7770 Fixed the ``build ID'' name. New binaries build instructions for the
7771 build ID inclusion. Explain how the commands are specific to the build
7772 ID vs. debug link.
7773
7774 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7775
7776 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7777 indexing for ``build ID'' support.
7778
7779 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7780
7781 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7782 Enlisted BUILD ID to the debug file searching example.
7783 Included a BUILD ID `.note.gnu.build-id' section description.
7784 Updated/added the debug files splitting instructions for OBJCOPY.
7785
7786 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7787
7788 * gdb.texinfo (Variable Objects): Adjust docs
7789 for -var-info-expression and document
7790 -var-info-path-expression.
7791
7792 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7793
7794 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7795 (title page): Include the dedication in the printed manual, as a
7796 separate page after the copyright notice.
7797
7798 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7799 don't break a @var across a line.
7800
7801 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7802
7803 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7804 for include files.
7805
7806 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7807
7808 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7809 in annotate.texinfo.
7810 (Command History): Link to new node.
7811
7812 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7813
7814 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7815
7816 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7817
7818 * gdbint.texinfo (Target Conditionals): Fix last change.
7819
7820 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7821
7822 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7823 routines:
7824 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7825 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7826 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7827 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7828 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7829 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7830 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7831 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7832 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7833 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7834 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7835 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7836 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7837 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7838 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7839 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7840 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7841 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7842 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7843 (SOFTWARE_SINGLE_STEP_P)
7844
7845 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7846 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7847
7848 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7849 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7850 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7851 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7852 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7853 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7854 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7855 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7856 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7857 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7858
7859 (Converting an existing Target Architecture to Multi-arch): Remove
7860 section.
7861
7862 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7863 (gdbarch_addr_bits_remove): Add code example.
7864
7865 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7866
7867 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7868
7869 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7870 Add other missing entries. Adjust the table size to fit.
7871 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7872 stop reasons including the new "library" event.
7873 (General Query Packets): Adjust table widths for qSupported. Mention
7874 qXfer:libraries:read reply to qSupported and document the new packet.
7875 (Library List Format): New section.
7876
7877 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7878
7879 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7880
7881 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7882
7883 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7884
7885 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7886
7887 * gdbint.texinfo (Register and Memory Data): Break sections
7888 into nodes and add a menu.
7889
7890 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7891
7892 * gdb.texinfo (Examining Memory): Document the new behaviour.
7893
7894 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7895
7896 * gdb.texinfo (Standard Target Features): Document
7897 m68k features.
7898
7899 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7900
7901 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7902
7903 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7904
7905 * gdb.texinfo (Target Description Format): Add version attribute
7906 for <target>.
7907
7908 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7909
7910 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7911
7912 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7913
7914 * gdb.texinfo (MIPS Features): New subsection.
7915
7916 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7917 Markus Deuling <deuling@de.ibm.com>
7918
7919 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7920 and qXfer:spu:write packets and mention them under qSupported.
7921
7922 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7923 Markus Deuling <deuling@de.ibm.com>
7924
7925 * gdb.texinfo (Architectures): Add new SPU section to document
7926 Cell Broadband Engine SPU architecture specific commands.
7927
7928 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7929
7930 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7931 comments.
7932
7933 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7934
7935 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7936
7937 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7938
7939 * gdb.texinfo (Overview): Doc fix.
7940
7941 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7942
7943 * gdb.texinfo (Remote Configuration): Document "set/show
7944 remoteflow".
7945
7946 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7947
7948 * gdb.texinfo (MIPS): Remove documentation for set mips
7949 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7950 stack-arg-size.
7951
7952 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7953
7954 * all-cfg.texi (GDBTUI): New.
7955 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7956 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7957 (TUI Configuration): Edit to improve clarity and fix problems of
7958 both style and content.
7959
7960 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7961
7962 * observer.texi (GDB Observers): New observer "new_objfile".
7963
7964 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7965
7966 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7967
7968 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7969
7970 * gdb.texinfo (GDB/MI Variable Objects): Document
7971 frozen variables objects.
7972
7973 2007-04-13 Paul Brook <paul@codesourcery.com>
7974
7975 * gdb.texinfo: Document ieee_single and ieee_double target types.
7976
7977 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7978
7979 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7980 (Character Sets, Caching Data of Remote Targets): Likewise.
7981 (Targets): Delete Remote node. Move its text...
7982 (Debugging Remote Programs): ...to here. Delete description
7983 of the "remote" command.
7984 (Remote configuration): Delete description of "set remotedevice"
7985 and "show remotedevice".
7986 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7987
7988 2007-04-11 Steve Ellcey <sje@cup.hp.com>
7989
7990 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
7991
7992 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7993
7994 * gdb.texinfo (Contributors, Continuing and Stepping)
7995 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7996 (General Query Packets, File-I/O Remote Protocol Extension)
7997 (Protocol Basics, The F Reply Packet, Write)
7998 (Protocol-specific Representation of Datatypes, Memory Transfer):
7999 Fix hyphenation, punctuation and grammar problems.
8000 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
8001 'section' instead of 'subsection' in the text.
8002 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
8003 (i386): Remove period from section name.
8004 (Installing GDB, Requirements, Running Configure, Separate Objdir)
8005 (Config Names, Configure Options): Use @file{configure}.
8006
8007 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
8008
8009 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
8010 and tab expansion.
8011
8012 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
8013
8014 * gdbint.texinfo (SOM): Correct location of the SOM reader.
8015
8016 2007-04-02 Bob Wilson <bob.wilson@acm.org>
8017
8018 * gdb.texinfo: Consistently capitalize all significant words in
8019 node names, chapter titles, section titles, and headings. Update
8020 cross references to match.
8021 (Starting and Stopping Trace Experiment): Make node name plural.
8022 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
8023
8024 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8025
8026 * gdb.texinfo (WinCE): Delete obsolete subsection.
8027
8028 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8029
8030 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
8031 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
8032 references.
8033
8034 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8035
8036 * gdb.texinfo (Startup): Delete references to some alternate
8037 names for .gdbinit.
8038 (Thread): Remove LynxOS reference.
8039 (Tandem ST2000): Delete target-specific documentation.
8040 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
8041 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
8042 and GDB_OSABI_LYNXOS.
8043
8044 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
8045
8046 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
8047
8048 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8049
8050 * gdbint.texinfo (Target Conditionals): Remove mention of
8051 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
8052 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
8053
8054 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8055
8056 * Makefile.in: Add "pdfdir" installation
8057 directory, PDFTEX macro, support for "install-pdf" target,
8058 and rules for making a pdf version of refcard.texi.
8059 * refcard.tex: Specify paper size for PDF output.
8060
8061 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8062
8063 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
8064
8065 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8066
8067 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
8068 (Source Path, Character Sets, Macros, Define)
8069 (GDB/MI Result Records, GDB/MI Simple Examples)
8070 (GDB/MI Program Execution, GDB/MI File Commands)
8071 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
8072 (Bug Reporting): Use @value{GCC}.
8073
8074 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8075
8076 * gdb.texinfo (Help): Fix formatting of examples.
8077 (Variables): Use @ifnotinfo instead of @iftex.
8078 (Non-debug DLL symbols): Use @ref instead of @pxref.
8079 (Sparclet File): Use @samp instead of quotes.
8080
8081 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8082
8083 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
8084
8085 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8086
8087 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8088 the order of the nodes.
8089 (C Operators, C Constants, Debugging C): Remove extra menus.
8090 (Method Names in Commands): Do not specify next/prev/up nodes.
8091
8092 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8093
8094 * gdb.texinfo (File Options): Add missing parenthesis.
8095 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8096
8097 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8098
8099 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8100
8101 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8102
8103 * gdb.texinfo (Standard Target Features): Mention
8104 case insensitivity.
8105 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8106
8107 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8108
8109 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8110 (Files): Add section name to argument list for pxref.
8111 (Non-debug DLL symbols): Don't use `see' for pxref.
8112 (Embedded Processors): Fix typo.
8113 (GDB/MI Breakpoint Commands): Execution commands generate
8114 *stopped not ^done.
8115
8116 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8117
8118 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8119 values for in_scope. Mention that only root variables can be
8120 updated.
8121 (GDB/MI Development and Front Ends): Explain new values may be
8122 added to existing fields.
8123
8124 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8125
8126 * gdb.texinfo (-target-disconnect): Use @smallexample.
8127 (Requirements): Add anchor for Expat. Update description.
8128 (Target Descriptions): Mention Expat.
8129 (Target Description Format): Document new elements. Use
8130 @smallexample.
8131 (Predefined Target Types, Standard Target Features): New sections.
8132 * gdbint.texinfo (Target Descriptions): New section.
8133
8134 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8135
8136 * gdb.texinfo (Target Description Format): Add section on XInclude.
8137
8138 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8139
8140 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8141 command -enable-timings.
8142
8143 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8144
8145 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8146 descriptions for new/deleted elements in gdb_osabi. Add missing
8147 description for function generic_elf_osabi_sniff_abi_tag_sections.
8148
8149 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8150
8151 * gdb.texinfo (Maintenance Commands): Add documentation for
8152 the new "maint print target-stack" command.
8153
8154 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8155 Eli Zaretskii <eliz@gnu.org>
8156
8157 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8158
8159 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8160
8161 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8162 Use @value{NGCC} instead of @value{GCC}.
8163
8164 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8165
8166 * agentexpr.texi: Fix typos.
8167 * annotate.texinfo: Likewise.
8168 * gdb.texinfo: Likewise.
8169 * gdbint.texinfo: Likewise.
8170 * observer.texi: Likewise.
8171 * stabs.texinfo: Likewise.
8172
8173 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8174
8175 * gdbint.texinfo (Support Libraries): Remove mmalloc
8176 entry. Describe readline library.
8177
8178 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8179
8180 * gdb.texinfo (Target Descriptions): New section.
8181 (General Query Packets): Add QPassSignals anchor. Mention
8182 qXfer:features:read under qSupported. Expand mentions of
8183 qXfer:memory-map:read and QPassSignals. Document
8184 qXfer:features:read.
8185
8186 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8187
8188 * gdb.texinfo (Commands to specify files): Describe
8189 "set sysroot" and "show sysroot".
8190 (Using the `gdbserver' program): Lowercase argument
8191 to @var. Expand description of setting up GDB on the
8192 host.
8193
8194 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8195
8196 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8197 catch exception, catch exception unhandled, and catch assert
8198 commands.
8199
8200 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8201
8202 * gdb.texinfo (Debugging Output): Document "set debug xml"
8203 and "show debug xml".
8204
8205 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8206
8207 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8208
8209 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8210
8211 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8212
8213 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8214
8215 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8216 note in @ignore, to be removed later if nobody complains.
8217
8218 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8219
8220 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8221 of -var-delete.
8222
8223 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8224
8225 * gdb.texinfo (Setting breakpoints): Document
8226 automatic software/hardware breakpoint usage and
8227 the "set breakpoint auto-hw" command.
8228
8229 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8230
8231 * gdb.texinfo (Memory Access Checking): New.
8232
8233 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8234
8235 * gdb.texinfo (Remote configuration): Mention
8236 "pass-signals-packet".
8237 (General Query Packets): Document QPassSignals. Fix
8238 a typo.
8239
8240 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8241
8242 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8243
8244 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8245
8246 * gdb.texinfo (Remote configuration): Rewrite documentation for
8247 packet configuration commands.
8248 (OS Information): Adjust reference to qXfer:auxv:read.
8249 (General Query Packets): Remove references to read-aux-vector-packet
8250 and set remote get-thread-local-storage-address.
8251
8252 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8253
8254 * gdbint.texinfo (Target Architecture Definition): Add new
8255 Initializing a New Architecture section.
8256
8257 2006-10-31 David Taylor <dtaylor@emc.com>
8258
8259 * stabs.texinfo (Macro define and undefine): New node describing
8260 stabs for #define and #undef.
8261
8262 2006-10-27 Andreas Schwab <schwab@suse.de>
8263
8264 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8265
8266 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8267
8268 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8269 clarify on the possible meanings of ``expression'' watched by
8270 watchpoints. Add indexing.
8271 (Prompting, Errors, Invalidation, Annotations for Running)
8272 (Source Annotations): Fix index entries by adding "annotation" to
8273 them, to discriminate from index entries that point to the more
8274 general topic descriptions.
8275
8276 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8277
8278 * gdbint.texinfo (Target Vector Definition): Move most
8279 content into Existing Targets. Add a menu.
8280 (Existing Targets): New section, moved from Target Vector
8281 Definition. Use @subsection.
8282 (Managing Execution State): New section.
8283
8284 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8285
8286 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8287
8288 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8289
8290 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8291 (Command Syntax, Signals, Backtrace, Connecting)
8292 (Remote configuration, Renesas Boards, Console I/O): Fix last
8293 change: use Ctrl- instead of C-, except wrt Emacs.
8294 (File-I/O Examples): Put Ctrl-c in @kbd.
8295 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8296 (Console I/O): Use @samp with Ctrl-.
8297 (Signals, Set Breaks, Set Watchpoints): Document optional
8298 arguments to `info signals' `handle', `info breakpoints', and
8299 `info watchpoints'.
8300
8301 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8302
8303 * gdb.texinfo (Backtrace): Fix last change.
8304
8305 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8306
8307 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8308
8309 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8310
8311 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8312 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8313 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8314
8315 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8316 Daniel Jacobowitz <dan@codesourcery.com>
8317
8318 * gdb.texinfo (Packets): Document vFlashErase,
8319 vFlashWrite and vFlashDone packets.
8320 (General Query Packets): Document qXfer:memory-map:read.
8321 Add a new feature for qXfer:memory-map:read.
8322 (Memory map format): New section.
8323 (Target Commands): Mention that gdb can write flash.
8324
8325 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8326 Daniel Jacobowitz <dan@codesourcery.com>
8327
8328 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8329 memory regions and "mem auto".
8330
8331 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8332
8333 * gdbint.texinfo (Array Containers): New section.
8334
8335 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8336
8337 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8338 -stack-list-arguments HIGH_FRAME argument can be larger then the
8339 actual number of frames.
8340
8341 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8342
8343 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8344 -stack-list-locals HIGH_FRAME argument can be larger then the
8345 actual number of frames.
8346
8347 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8348
8349 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8350 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8351
8352 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8353
8354 * gdbint.texinfo (Overall Structure): New section "Source Tree
8355 Structure".
8356
8357 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8358
8359 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8360 responses.
8361
8362 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8363
8364 * gdb.texinfo (Source Path): Add documentation for new
8365 substitute-path commands.
8366
8367 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8368
8369 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8370 (Running Configure): ...here.
8371 (Requirements): New node. Mention expat.
8372
8373 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8374
8375 * gdb.texinfo (Target Commands): Remove
8376 'set download-write-size' and 'show download-write-size'.
8377
8378 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8379
8380 * stabs.texinfo (Member Type Descriptor): Correct example for
8381 pointer to member types.
8382
8383 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8384
8385 * gdb.texinfo (Optional warnings and messages): Add
8386 'set/show trace-commands'.
8387 (Command files): Add '-v' to source command.
8388
8389 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8390
8391 * gdb.texinfo (OS Information): Update qPart reference to
8392 qXfer.
8393 (Remote configuration): Likewise.
8394 (Overview): Move @cindex to the start of a paragraph. Talk
8395 about binary data encoding.
8396 (Packets): Refer to the overview for the details of the X
8397 packet encoding.
8398 (General Query Packets): Remove qPart description. Add qXfer
8399 description. Add an anchor to qSupported. Correct feature
8400 table title. Add a new feature for qXfer:auxv:read.
8401 (Interrupts): Add a missing parenthesis.
8402
8403 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8404
8405 * gdb.texinfo (KOD): Remove node.
8406 (GDB/MI Kod Commands): Remove commented out node.
8407
8408 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8409
8410 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8411 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8412 (GDB/MI Thread Commands, GDB/MI Program Execution)
8413 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8414 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8415 (GDB/MI File Commands, GDB/MI Target Manipulation)
8416 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8417 since the MI prompt is hard-wired into the code.
8418
8419 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8420
8421 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8422 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8423 (GDB/MI Data Manipulation): Remove description of unimplemented
8424 display related commands as variable objects perform this function
8425 and are superior: -display-delete, -display-disable,
8426 -display-enable, -display-insert and -display-list. Move
8427 -environment-cd, -environment-directory, -environment-path
8428 and -environment-pwd to "Program Context".
8429 (GDB/MI Program Control): Rename to "Program Execution". Move
8430 -exec-arguments -exec-abort to...
8431 (GDB/MI Program Context): ...here. New node split from "Data
8432 Manipulation".
8433
8434 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8435
8436 * gdb.texinfo (Remote configuration): Document set / show
8437 remote supported-packets.
8438 (General Query Packets): Document qSupported packet.
8439
8440 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8441
8442 * gdb.texinfo (system): Document behaviour with zero length
8443 string.
8444
8445 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8446
8447 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8448 and font markup.
8449 (Protocol basics): Likewise.
8450 (The F request packet): Likewise.
8451 (The F reply packet): Likewise.
8452 (Memory transfer): Move this node to be a subsubsection of
8453 "Protocol specific representation of datatypes".
8454 (The Ctrl-C message): More copy editing.
8455 (Console I/O): Likewise.
8456 (The isatty call): Delete this node, and merge its content into
8457 the "isatty" node. Fixed references elsewhere.
8458 (The system call): Delete this node, and merge its content into
8459 the "system" node. Fixed references elsewhere.
8460 (open): Reformat to use @table, and add appropriate font markup.
8461 (close): Likewise.
8462 (read): Likewise.
8463 (write): Likewise.
8464 (lseek): Likewise.
8465 (rename): Likewise.
8466 (unlink): Likewise.
8467 (stat/fstat): Likewise.
8468 (gettimeofday): Likewise.
8469 (isatty): Likewise.
8470 (system): Likewise, plus minor changes to fix confusing wording.
8471 (Integral datatypes): Fix font markup.
8472 (Pointer values): Likewise.
8473 (struct stat): Fix markup to use @table, plus minor copy editing.
8474 (struct timeval): Fix font markup, plus minor copy editing.
8475 (Constants): Minor copy editing.
8476 (Errno values): Add font markup.
8477 (File-I/O Examples): Likewise.
8478
8479 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8480
8481 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8482 (GDB/MI Simple Examples): Move node up one level. Use real
8483 examples.
8484 (GDB/MI Compatibility with CLI): Update.
8485 (GDB/MI Result Records): Add "connected" and "exit" result
8486 classes.
8487 (GDB/MI Stream Records): Clarify target output.
8488 (GDB/MI Command Description Format): Modify example description.
8489 (GDB/MI Breakpoint Table Commands): Rename to...
8490 (GDB/MI Breakpoint Commands): ...this
8491 (GDB/MI Breakpoint Commands): Add optional thread field.
8492 (GDB/MI Program Control): Add an introduction. Move "Program
8493 termination" examples into exec-run description.
8494 (GDB/MI File Commands): Mention similar CLI commands.
8495 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8496 is similar to "-gdb-version".
8497
8498 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8499
8500 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8501
8502 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8503
8504 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8505 sourceware.org for mailing lists.
8506 (GDB/MI File Commands): New node split from Program Control.
8507
8508 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8509
8510 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8511
8512 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8513
8514 * gdb.texinfo (Cygwin Native): Fix last change.
8515
8516 2006-05-22 Christopher Faylor <cgf@timesys.com>
8517
8518 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8519
8520 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8521
8522 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8523 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8524
8525 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8526
8527 * gdb.texinfo (General Query Packets): Recommend not starting
8528 new packets with qC and clarify.
8529
8530 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8531
8532 * gdb.texinfo (M2 Types): New section.
8533
8534 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8535
8536 * agentexpr.texi: Add a copyright and license notice.
8537 * observer.texi: Likewise, with GPL clause for function prototypes.
8538 Remove trailing whitespace.
8539
8540 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8541
8542 * gdb.texinfo (General Query Packets): Document conventions for
8543 terminating packet names, and their violations.
8544
8545 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8546
8547 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8548 * gdb.texinfo: Likewise.
8549
8550 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8551
8552 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8553 and "show remotedebug".
8554 (Debugging Output): Add additional index entries.
8555
8556 2006-04-27 Michael Snyder <msnyder@redhat.com>
8557
8558 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8559
8560 2006-04-22 Andrew Cagney <cagney@redhat.com>
8561
8562 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8563 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8564
8565 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8566
8567 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8568 and remove breakpoint prototypes.
8569 (Watchpoints): Move description of target_insert_hw_breakpoint and
8570 target_remove_hw_breakpoint ...
8571 (Breakpoints): ... to here. Document target_insert_breakpoint and
8572 target_remove_breakpoint.
8573
8574 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8575
8576 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8577 and C packets are optional.
8578
8579 2006-04-14 Frederic Riss <frederic.riss@st.com>
8580
8581 * gdb.texinfo (Specifying source directories): Update the description
8582 of the source file search to reflect the fact that the source path
8583 always contains at least $cdir and $cwd.
8584
8585 2006-03-31 Michael Snyder <msnyder@redhat.com>
8586
8587 * gdb.texinfo: Update copyright dates.
8588
8589 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8590
8591 * gdb.texinfo (Overview): Add an index entry to "empty response".
8592
8593 2006-03-29 Steve Ellcey <sje@cup.hp.com>
8594
8595 * gdb.texinfo: Remove gdbserve.nlm documentation.
8596
8597 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8598
8599 * gdbint.texinfo (Prologue Analysis): New section.
8600
8601 2006-03-07 Jim Blandy <jimb@red-bean.com>
8602
8603 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8604
8605 * gdb.texinfo (Target Commands): Update text describing how to
8606 specify a target. Refer to the detailed section on remote
8607 debugging, not the brief mention.
8608
8609 * gdb.texinfo (Connecting): Organize the different 'target remote'
8610 connection methods into a table. Add a 'target remote' index
8611 entry. (!!!)
8612
8613 2006-02-17 Fred Fish <fnf@specifix.com>
8614
8615 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8616 'ptype' commands to reflect the fact that the only significant
8617 difference between them is that ptype prints the complete type
8618 description instead of just the name.
8619
8620 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8621
8622 * gdbint.texinfo (Watchpoints): Delete
8623 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8624
8625 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8626
8627 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8628 times fields where needed. Fix typos. Update general form given
8629 for output of -break-insert.
8630 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8631
8632 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8633
8634 * gdbint.texinfo (Symbol Handling): Add a section
8635 on memory management.
8636
8637 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8638
8639 * gdb.texinfo (Breakpoint table commands): Document the fullname
8640 field in -break-list output.
8641
8642 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8643
8644 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8645 debugging information produced by the various "set debug..."
8646 options.
8647
8648 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8649
8650 * gdb.texinfo (Files): Remove obsolete bits from the description
8651 of "symbol-file".
8652
8653 2006-01-25 Jim Blandy <jimb@redhat.com>
8654
8655 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8656
8657 2006-01-24 Jim Blandy <jimb@redhat.com>
8658
8659 * gdbint.texinfo (Frames): Document the basics of GDB's register
8660 unwinding model, and explain the existence of the "sentinel" frame.
8661
8662 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8663
8664 * gdb.texinfo (Choosing files): Mention that -directory is used
8665 for script files.
8666 (Specifying source directories): Likewise.
8667 (Command files): Explain how script files are found.
8668
8669 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8670
8671 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8672 the threads in a multi-threaded program.
8673 (Threads): The threadno argument of "thread apply" can be a range
8674 of numbers.
8675
8676 2006-01-18 Jim Blandy <jimb@redhat.com>
8677
8678 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8679 of warning flags.
8680
8681 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8682
8683 * gdb.texinfo (Sequences): Improve menu annotations.
8684 (Define): Add index entries for arguments of user-defined
8685 commands. Move the description of flow-control commands...
8686 (Command Files): ...to here. Document loop_break and
8687 loop_continue.
8688 (Define, Command Files): Document `end' and add index entries for
8689 it.
8690
8691 2006-01-04 Michael Snyder <msnyder@redhat.com>
8692
8693 * gdb.texinfo: Add documentation for linux-fork.
8694 * gdbint.texinfo: Add internal documentation for checkpoints.
8695
8696 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8697
8698 * gdb.texinfo (Omissions from Ada): Document that there is now
8699 limited aggregate support.
8700
8701 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8702
8703 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8704 registers and the likes.
8705
8706 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8707
8708 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8709 (Symbols): Fix usage of "e.g.".
8710 (Memory Region Attributes): Fix usage of "etc."
8711
8712 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8713 (Coding): Fix usage of "e.g.".
8714
8715 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8716
8717 * stabs.texinfo:
8718 * refcard.tex:
8719 * gpl.texi:
8720 * gdbint.texinfo:
8721 * gdb.texinfo:
8722 * gdb-cfg.texi:
8723 * fdl.texi:
8724 * annotate.texinfo:
8725 * all-cfg.texi:
8726 * Makefile.in: Add (C) after Copyright. Update the FSF
8727 address.
8728
8729 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8730
8731 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8732 extend GDB with commands for external monitor.
8733
8734 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8735
8736 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8737
8738 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8739
8740 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8741
8742 2005-11-21 Jim Blandy <jimb@redhat.com>
8743
8744 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8745 placement of 'R' actions in tracepoint action packets; document
8746 dependence of 'X' and 'M' actions on a preceding 'R' action for
8747 their registers.
8748
8749 2005-11-19 Jim Blandy <jimb@redhat.com>
8750
8751 * gdb.texinfo (Tracepoint Packets): New node.
8752 (General Query Packets): Add entries for the tracepoint packets,
8753 referring to the "Tracepoint Packets" node.
8754 (Tracepoints): Add reference to "Tracepoint Packets".
8755
8756 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8757
8758 * gdb.texinfo (set remotebreak): Add anchor.
8759 (X packet): Likewise.
8760 (Remote Protocol): Add new section `Interrupts' and new index
8761 entry `interrupts (remote protocol)'.
8762
8763 2005-11-18 Jim Blandy <jimb@redhat.com>
8764
8765 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8766 entries into the General Query Packets section. Add a
8767 cross-reference to that section. Drop description of replies, as
8768 these are covered in the descriptions of each packet.
8769 (General Query Packets): Add introductory text. Explain naming
8770 conventions, and how the end of a name is recognized.
8771
8772 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8773
8774 * gdb.texinfo (Remote configuration): Fix typo in description of
8775 "set remotebreak" command.
8776
8777 2005-11-16 Jim Blandy <jimb@redhat.com>
8778
8779 * gdb.texinfo (Packets, Stop Reply Packets)
8780 (General Query Packets): Various formatting cleanups.
8781 - Use @samp for packet contents.
8782 - Drop summaries from packet @item lines; the same information appears
8783 immediately below in the description.
8784 - Delete paragraph breaks after packet @item commands, so that the
8785 description appears directly to the right of the packet prototype
8786 in the printed manual, if it fits.
8787 - Place spaces in packet prototypes between @vars and non-@var
8788 letters, and explain that they're just for formatting.
8789 - Use @dots{} instead of '...'.
8790 - Fix uses of @code where @var was needed.
8791 - Replace "deprecated" markers with English text spelling out the
8792 packet's status and the preferred alternatives.
8793 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8794 what this ever meant.
8795 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8796 this for a long time.
8797 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8798 implemented several times, and have been in use for years.
8799
8800 2005-11-15 Jim Blandy <jimb@redhat.com>
8801
8802 * gdb.texinfo (Packets): Add index entries for 'm' packet
8803 disclaimers.
8804
8805 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8806 of stub when processing an 'm' packet.
8807
8808 * gdb.texinfo (Packets): Mention that packets beginning with
8809 letters are reserved once, at the top, instead of actually listing
8810 them all and saying "reserved".
8811
8812 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8813
8814 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8815 Change @var{$arg0 to @code{$arg0.
8816
8817 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8818
8819 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8820
8821 2005-11-12 Jim Blandy <jimb@redhat.com>
8822
8823 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8824 order. Remove extraneous 'z'.
8825
8826 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8827
8828 * gdb.texinfo (Choosing files): Add --eval-command.
8829
8830 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8831
8832 * gdb.texinfo (Choosing modes): Add --return-child-result.
8833
8834
8835 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8836
8837 * gdb.texinfo (Choosing modes): Add --batch-silent.
8838
8839 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8840
8841 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8842 "The -var-update Command".
8843
8844 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8845
8846 * gdb.texinfo (Print Settings): Add documentation for set/show
8847 print array-indexes.
8848
8849 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8850
8851 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8852 6.2 and 6.3.
8853
8854 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8855
8856 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8857 since 19-Jan-2004.
8858 (Files): Likewise.
8859 (Variables, Symbols): Document the "<incomplete type>" message and
8860 its reasons.
8861
8862 2005-08-01 Fred Fish <fnf@specifix.com>
8863
8864 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8865
8866 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8867
8868 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8869 option for -var-list-children and -var-update.
8870 (GDB/MI Stack Manipulation): Simplify description of
8871 print-values option for -stack-list-locals.
8872 (GDB/MI Command Description Format): Clarify.
8873 (Mode Options): Spelling of superseded.
8874
8875 2005-07-12 Bob Rossi <bob@brasko.net>
8876
8877 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8878 corresponding GDB command comment.
8879
8880 2005-07-06 Bob Rossi <bob@brasko.net>
8881
8882 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8883 and -inferior-tty-show.
8884 (Input/Output): Document "set/show inferior-tty" and tty alias.
8885
8886 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8887
8888 * gdb.texinfo (Packets): Change description of 'D' packet to note
8889 that GDB does wait for a response.
8890
8891 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8892
8893 * gdb.texinfo (History) Rename "Command History".
8894 (Command History): Move node "Server Prefix" from section on
8895 Annotations here.
8896
8897 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8898
8899 * gdb.texinfo (GDB/MI Stack Manipulation):
8900 Re-instate -stack-info-frame with example. Say that it gets
8901 info on selected frame, not current frame.
8902
8903 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8904
8905 * gdb.texinfo (Server): Clarify that `file' should be used before
8906 connecting to the server.
8907 (Files): Add an xref to the above description.
8908 (Output Formats): More detailed description of the `c' format.
8909 (Memory): List explicitly all the formats supported by `x'.
8910 (Threads): Add an @cindex entry for "thread apply".
8911 (Files): Document the possibility of loading unlinked object
8912 files. Add more indexing for solib-absolute-prefix and
8913 --with-sysroot.
8914 (Machine Code): Document possible problems with locations in
8915 shared libraries.
8916 (Backtrace): Document that free-standing environments do not need
8917 to have a `main' function.
8918
8919 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8920
8921 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8922 -stack-info-frame.
8923
8924 2005-06-07 Andrew Cagney <cagney@gnu.org>
8925
8926 * gdb.texinfo (Contributors): Note the original multi-arch
8927 contributors.
8928
8929 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8930
8931 * gdb.texinfo (Registers): Add index entries for the standard
8932 registers.
8933 (Frames): Add cross-reference from frame pointer description to
8934 the Registers node.
8935 (Annotations Overview): Fix the reference to GDB name.
8936
8937 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8938
8939 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8940 can-use-hw-watchpoints.
8941
8942 2005-05-28 Bob Rossi <bob@brasko.net>
8943
8944 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8945 the possible reasons why an exec async record would be returned to FE.
8946
8947 2005-05-26 Andrew Cagney <cagney@gnu.org>
8948
8949 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8950 Andrew Cagney implemented the original GDB/MI.
8951
8952 2005-05-23 Orjan Friberg <orjanf@axis.com>
8953
8954 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8955 documentation. Add documentation for cris-mode.
8956
8957 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8958
8959 * gdb.texinfo (Numbers): Explain the example and make the wording
8960 more acurate.
8961
8962 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8963 Dennis Brueni <dennis@slickedit.com>
8964
8965 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8966 (GDB/MI Data Manipulation, GDB/MI Program Control)
8967 (GDB/MI Stack Manipulation): Update examples to include the fullname
8968 attribute in stack frames.
8969
8970 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8971
8972 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8973 do with other non-standard names of init files.
8974
8975 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8976
8977 * gdb.texinfo (Command Files): Move the description of the startup
8978 from here...
8979 (Startup): ...to this new subsection of the Invocation chapter.
8980 Rearrange the description of init files more logically and add a
8981 cross-reference to "Command Files". Document the special gdbinit
8982 name for CISCO 68k. Expand the description of what GDB does
8983 during startup.
8984 (History): Add index entry for HISTSIZE.
8985
8986 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8987
8988 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8989
8990 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8991
8992 * gdb.texinfo (SVR4 Process Information, The isatty call)
8993 (The system call): Don't use foo(N) notation for man pages and
8994 functions.
8995 (Compilation, DJGPP Native): Improve wording.
8996
8997 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8998
8999 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
9000 were optimized away.
9001
9002 2005-04-22 Eli Zaretskii <eliz@gnu.org>
9003
9004 * gdb.texinfo (Remote configuration): Document "set/show
9005 get-thread-local-storage-address". Add cross-reference to the
9006 description of the qGetTLSAddr packet.
9007 (General Query Packets): Mention "set remote
9008 get-thread-local-storage-address" and add a reference to its
9009 description.
9010
9011 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
9012
9013 * gdb.texinfo (Backtrace): Describe 'bt full'.
9014
9015 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
9016
9017 * gdb.texinfo (Mode Options): Fix typo.
9018 (GDB/MI): Describe how to invoke GDB/MI.
9019
9020 2005-04-16 Eli Zaretskii <eliz@gnu.org>
9021
9022 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
9023 references changed. Add description of "info udot".
9024 (Files): Document "set/show stop-on-solib-events".
9025 (M32R/D): Document "set/show download-path", "set/show
9026 board-address", "set/show server-address", "upload", "tload".
9027 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
9028 "use_mon_code", "use_ib_break", "use_dbt_break".
9029 (Maintenance Commands): Improve indexing.
9030 (Target Commands): Document "set/show hash", "set/show debug
9031 monitor".
9032 (SVR4 Process Information): Document "info pidlist" and "info
9033 meminfo". Document "set/show procfs-tarce" and "set/show
9034 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
9035 (Symbols, The Print Command with Objective-C): Improve indexing.
9036 (Objective-C): Add references to "info classes" and "info
9037 selectors".
9038 (Debugging Output): Improve wording. Document "set/show debug
9039 solib-frv". Fix "set/show debugvarobj".
9040 (Set Breaks): Add index entry for "hardware breakpoints".
9041 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
9042 and "set/show usehardbreakpoints".
9043 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
9044 monitor-prompt", "set/show monitor-warnings", "pmon".
9045 (ARM): Document "rdilogfile", "rdilogenable", "set/show
9046 rdiromatzero", "set/show rdiheartbeat".
9047 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
9048 "sds".
9049 (Embedded Processors): Document the "sim" command.
9050 (Remote): Document the "remote" command.
9051 (DJGPP Native): Document the "info serial" command.
9052 (Threads): Document "maint info sol-threads".
9053 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
9054 (Set Breaks): Improve indexing.
9055 (Command Syntax): Add a reference to dont-repeat.
9056 (Define): Document "dont-repeat".
9057 (TUI Commands): Document "tabset".
9058 (WinCE): New subsection. Document "set/show remotedirectory",
9059 "set/show remoteupload", "set/show remoteaddhost".
9060
9061 2005-04-15 Eli Zaretskii <eliz@gnu.org>
9062
9063 * gdb.texinfo (Hurd Native): New subsection, documents
9064 Hurd-specific commands.
9065 (Maintenance Commands): Add cross-reference to "Debugging Output".
9066 (Debugging Output): Document "set/show debug lin-lwp".
9067 (MIPS): Improve documentation of heuristic-fence-post. Document
9068 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
9069 mips stack-arg-size", "set/show mips mask-address", "set/show mips
9070 remote-mips64-transfers-32bit-regs", "set/show debug mips".
9071 (ARM): Document ARM-specific commands.
9072 (AVR): New section. Document "info io_registers".
9073 (CRIS): New section. Document "set/show cris-version" and
9074 "set/show cris-dwarf2-cfi".
9075 (HPPA): New section. Document "set/show debug hppa" and "maint
9076 print unwind".
9077 (Neutrino): New subsection. Document "set/show debug nto-debug".
9078 (Super-H): New section. Document the "regs" command.
9079 (Debugging Output): Document "set/show debug aix-thread".
9080
9081 2005-04-09 Eli Zaretskii <eliz@gnu.org>
9082
9083 * gdb.texinfo (Print Settings): Document "set/show print
9084 pascal_static-members", "set print repeats", "show print
9085 null-stop". Improve indexing. Fix documentation of "set print
9086 union".
9087 (Pascal): New section.
9088 (Supported languages): Rename from "Support"; all references
9089 updated. Add a menu item for Pascal.
9090 (Numbers): Document "set radix.
9091 (Screen Size): Document "set/show pagination".
9092 (MIPS Embedded): Remove "set processor" documentation.
9093 (Remote configuration): Document "set/show X/P/Z-packet",
9094 "set/show read-aux-vector-packet", "set/show remote
9095 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9096 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9097 remotedebug", "set/show remotebreak", "set/show remotedevice",
9098 "set/show remotelogfile".
9099 (Auxiliary Vector): Add reference to the description of the
9100 read-aux-vector-packet setting.
9101 (Set Watchpoints): Add a cross-reference to "set remote
9102 hardware-breakpoint-limit".
9103 (General Query Packets): Add indexing of requests and
9104 cross-references to related commands in "Remote configuration".
9105 (File-I/O Overview, The system call): Fix wording and typos.
9106 (Thread Stops): Add index entries.
9107 (Continuing and Stepping): Document "show step-mode".
9108 (i386): New node. Document "set/show struct-convention".
9109 (Files): Document "show trust-readonly-sections".
9110 (Calling): Document "set/show unwindonsignal".
9111 (Messages/Warnings): Add index entries.
9112 (Maintenance Commands): Document "set/show watchdog".
9113 (Annotations Overview): Document "show annotate".
9114 (Set Watchpoints): Add index entries.
9115 (Symbols): Fix doc of case-sensitive.
9116 (ABI): Document "show coerce-float-to-double".
9117 (Convenience Vars, Help): Improve indexing.
9118 (Machine Code): Document "show disassembly-flavor".
9119 (Debugging C plus plus): Document "show overload-resolution".
9120 (Value History, Signaling): Add index entries.
9121
9122 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9123
9124 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9125 (Processes): Fix wording.
9126 (History, List, Logging output, Define, Symbols, Print Settings):
9127 Improve indexing.
9128
9129 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9130
9131 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9132 redundant index entry for "target" command.
9133 (Backtrace): Add index entries.
9134 (Symbols, Fortran): Document the "set case-sensitive" command.
9135 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9136 (Print Settings): Add index entry for "set demangle-style".
9137 (Target Commands): Document "set download-write-size".
9138 (Debugging Output): Document "set exec-done-display".
9139
9140 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9141
9142 * gdb.texinfo (Files): Fix the name and documentation of
9143 add-shared-symbol-files. Document its alias assf. Update the
9144 list of OSs where GDB supports shared libraries. Fix markup.
9145 (Continuing and Stepping): Add reference to @var{location} in the
9146 text.
9147 (Dump/Restore Files): Fix reference to @{filename}.
9148 (Help): Fix wording.
9149 (Attach): Ditto.
9150 (Set Watchpoints): Ditto.
9151 (Backtrace): Remove redundant index entries. Improve index
9152 entries.
9153 (Delete Breaks): Fix wording.
9154 (Memory): Document the compare-sections command.
9155 (Memory Region Attributes): Improve wording.
9156 (Disabling): Improve wording.
9157 (Fortran): New subsection. Document the "info common" command.
9158 (Help): Document aliases "info copying" and "info warranty".
9159 (Caching Remote Data): New section. Document the "set/show
9160 remotecache" and "info dcache" commands.
9161 (Show): Fix wording of the documentation of the "set
9162 extension-language" command.
9163 (Signals): Add index entry for "info handle".
9164 (Memory Region Attributes): Fix punctuation.
9165 (Symbols): Change the arg name to "location" and refer to it in
9166 the text. Fix wording of "info types" doc.
9167 (Threads): Fix usage of @enumerate @item's.
9168 (Listing Tracepoints): Add index entry for "info tp".
9169 (Set Watchpoints): Add xref to "info break" description.
9170 (Macros): Add an index entry for "macro exp1". Document the
9171 "macro list" command.
9172 (Maintenance Commands): Document "flushregs", "maint agent",
9173 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9174 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9175 "maint print architecture", "maint print objfiles", "maint print
9176 statistics", "maint print type", "maint show-debug-regs", "maint
9177 space", "maint time", and "maint translate-address".
9178 (Connecting): Document the "monitor" command.
9179 (Annotations Overview): Describe the "set annotate" command.
9180
9181 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9182
9183 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9184 Rearrange index entries and improve wording about support for
9185 hardware watchpoints.
9186
9187 2005-03-10 Bob Rossi <bob@brasko.net>
9188
9189 * gdb.texinfo: Update copyright
9190
9191 2005-02-09 Theodore A. Roth <troth@openavr.org>
9192
9193 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9194 error.
9195
9196 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9197
9198 * observer.texi (executable_changed): New observer.
9199
9200 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9201
9202 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9203
9204 2005-01-17 Michael Snyder <msnyder@redhat.com>
9205
9206 * gdb.texinfo: Fix spelling, infinte -> infinite.
9207
9208 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9209
9210 * observer.texi (GDB Observers): Document "solib_loaded".
9211
9212 2005-01-07 Andrew Cagney <cagney@gnu.org>
9213
9214 * configure.ac: Rename configure.in, require autoconf 2.59.
9215 * configure: Re-generate.
9216
9217 * configure.in: Replace configdirs with multiple references to
9218 AC_CONFIG_SUBDIRS.
9219 * configure: Re-generate.
9220
9221 2005-01-04 Andrew Cagney <cagney@gnu.org>
9222
9223 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9224 part of the version number.
9225
9226 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9227
9228 * gdbint.texinfo (Algorithms): Remove description of
9229 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9230
9231 2004-12-07 Jim Blandy <jimb@redhat.com>
9232
9233 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9234 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9235 numbers.
9236
9237 2004-12-07 Andreas Schwab <schwab@suse.de>
9238
9239 * gdb.texinfo (Mode Options): Document -l option.
9240
9241 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9242
9243 * gdbint.texinfo (Algorithms): More accurate description of
9244 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9245 is not needed unless data-read and data-access watchpoints are
9246 supported. Add a description of how GDB checks whether the
9247 inferior stopped because a watchpoint was hit.
9248
9249 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9250
9251 * gdb.texinfo (Files): Add cross-reference to description of
9252 -readnow command-line switch.
9253
9254 2004-11-10 Randolph Chung <tausq@debian.org>
9255
9256 * gdb.texinfo: Document set/show backtrace past-entry commands.
9257 Rearrange index entries for set/show backtrace past-main.
9258
9259 2004-11-10 Jon Beniston <jon@beniston.com>
9260
9261 Committed by Andrew Cagney <cagney@gnu.org>.
9262 * gdb.texinfo (Remote Serial Protocol): Further describe
9263 binary transfer escaping mechanism .
9264
9265 2004-11-08 Randolph Chung <tausq@debian.org>
9266
9267 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9268 and "show debug infrun". Add index entries.
9269
9270 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9271
9272 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9273 "info proc" that are already implemented. Add index entries.
9274 (Working Directory): Add a cross-reference to "info proc" command.
9275 (Files): Add a tip for decreasing memory used for symtabs from
9276 shared libraries.
9277 (Starting): Fix whitespace; make "elaboration" stand out where it
9278 is first used, and add an index entry for the term.
9279 (Calling): Expand and elaborate text. Add "print". Add the
9280 description of problems with weak aliases.
9281 (Core File Generation): New section.
9282
9283 2004-10-12 Andrew Cagney <cagney@gnu.org>
9284
9285 * gdbint.texinfo (Versions and Branches): New chapter.
9286 (Releasing GDB): Delete "Versions and Branches" section.
9287 (Top): Add "Versions and Branches".
9288
9289 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9290
9291 * gdb.texinfo (Editing, History): Add cross-references to the
9292 included Readline and History user documentation. Remove
9293 references to the symbol have-readline-appendices which is unused
9294 and undefined.
9295 (History): Fix indexing.
9296
9297 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9298
9299 * gdbint.texinfo (target_stopped_data_address): Update to
9300 new prototype.
9301 (i386_stopped_data_address): Update prototype and description.
9302 (i386_stopped_by_watchpoint): New function and description.
9303
9304 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9305
9306 * gdb.texinfo (Filenames): Add Ada suffixes.
9307 (Ada) New section.
9308
9309 2004-09-27 Andrew Cagney <cagney@gnu.org>
9310 Robert Picco <Robert.Picco@hp.com>
9311
9312 * gdb.texinfo (Packets): Document the "p" packet.
9313
9314 2004-09-21 Jason Molenda (jmolenda@apple.com)
9315
9316 * gdb.texinfo (Paths and Names of the Source Files): Document the
9317 meaning of values in the 'desc' field of a SO stab.
9318
9319 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9320
9321 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9322 max-cache-age" and "maint show dwarf2 max-cache-age".
9323
9324 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9325
9326 * gdb.texinfo (Set Breaks): Add index entry for setting
9327 breakpoints on overloaded C++ functions that are not members of
9328 any classes. Add an example and an index entry for setting
9329 breakpoints on all program functions.
9330 (Character Sets, Macros, Overlay Commands)
9331 (Non-debug DLL symbols, GDB/MI Output Syntax)
9332 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9333 Use "(@value{GDBP})" instead of a literal "(gdb)".
9334
9335 2004-09-12 Andrew Cagney <cagney@gnu.org>
9336
9337 * gdbint.texinfo (Native Debugging): Delete description of
9338 FILES_INFO_HOOK.
9339
9340 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9341
9342 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9343 to hex_string_custom (not historically correct, but more
9344 understandable, given the current code).
9345
9346 2004-09-03 Andrew Cagney <cagney@gnu.org>
9347
9348 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9349
9350 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9351
9352 * observer.texi (solib_unloaded): New observer.
9353
9354 2004-08-24 Andrew Cagney <cagney@gnu.org>
9355
9356 * gdbint.texinfo (Target Architecture Definition): Add missing
9357 comma.
9358
9359 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9360
9361 * (Using the Testsuite): build != host is supported,
9362 but some test scripts do not support build != host.
9363
9364 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9365
9366 * gdbint.texinfo (Host Definition): Delete description of
9367 FCLOSE_PROVIDED and GETENV_PROVIDED.
9368
9369 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9370
9371 * gdbint.texinfo (Host Definition): Remove documentation for
9372 USE_O_NOCTTY, no longer used.
9373
9374 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9375
9376 * gdbint.texinfo (Host Definition): Delete description of
9377 NO_SYS_FILE.
9378 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9379 PTRACE_FP_BUG.
9380
9381 2004-08-05 Andrew Cagney <cagney@gnu.org>
9382
9383 * gdbint.texinfo (Target Architecture Definition): Delete
9384 reference to deprecated_read_fp.
9385
9386 2004-08-02 Andrew Cagney <cagney@gnu.org>
9387
9388 * gdbint.texinfo (Target Architecture Definition): Delete
9389 description of DEPRECATED_REGISTER_BYTES.
9390
9391 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9392
9393 * gdb.texinfo (Source Path): Document the new behavior of
9394 searching for the source files.
9395
9396 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9397
9398 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9399 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9400 (Auto Display): Improve indexing.
9401
9402 2004-07-16 Andrew Cagney <cagney@gnu.org>
9403
9404 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9405 "-noasync".
9406
9407 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9408
9409 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9410 have the same prefix have only their prefix in the index.
9411
9412 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9413
9414 * gdb.texinfo (BSD libkvm Interface): New node (section)
9415 (Native): Add it to the menu.
9416
9417 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9418
9419 * gdbint.texinfo (Target Architecture Definition): Remove
9420 PCC_SOL_BROKEN.
9421
9422 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9423
9424 * gdbint.texinfo (Target Architecture Definition): Remove
9425 SUN_FIXED_LBRAC_BUG.
9426
9427 2004-06-26 Andrew Cagney <cagney@gnu.org>
9428
9429 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9430
9431 2004-06-20 Andrew Cagney <cagney@gnu.org>
9432
9433 * gdbint.texinfo (Target Architecture Definition): Deprecate
9434 USE_STRUCT_CONVENTION.
9435
9436 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9437
9438 gdb.texinfo (Bug Reporting): Mention session recording,
9439 with the script command or Emacs.
9440
9441 2004-06-18 Andrew Cagney <cagney@gnu.org>
9442
9443 * gdbint.texinfo (Target Architecture Definition): Deprecate
9444 FUNCTION_START_OFFSET.
9445
9446 2004-06-14 Andrew Cagney <cagney@gnu.org>
9447
9448 Based on changes from Karl Berry.
9449 * gdb.texinfo: Do not use @sc in a direntry.
9450 * stabs.texinfo: Change @dircateogry to "Software development".
9451 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9452
9453 2004-06-13 Andrew Cagney <cagney@gnu.org>
9454
9455 * gdbint.texinfo (Target Architecture Definition): Delete
9456 description of RETURN_VALUE_ON_STACK.
9457
9458 2004-06-09 Andrew Cagney <cagney@gnu.org>
9459
9460 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9461 deleted by previous patch.
9462
9463 2004-06-08 Andrew Cagney <cagney@gnu.org>
9464
9465 * gdbint.texinfo (Native Debugging): Delete documentation on
9466 ATTACH_DETACH.
9467
9468 2004-06-06 Randolph Chung <tausq@debian.org>
9469
9470 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9471
9472 2004-06-06 Randolph Chung <tausq@debian.org>
9473
9474 * gdb.texinfo (push_dummy_call): Update argument list to match
9475 the new push_dummy_call method signature. Describe the function
9476 argument.
9477
9478 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9479
9480 * gdb.texinfo (Starting): Document new start command.
9481
9482 2004-05-21 Andrew Cagney <cagney@redhat.com>
9483
9484 * observer.texi (GDB Observers): Document "inferior_created".
9485
9486 2004-05-08 Andrew Cagney <cagney@redhat.com>
9487
9488 * gdbint.texinfo (Target Architecture Definition): Delete
9489 description of DO_DEFERRED_STORES.
9490
9491 * gdbint.texinfo (Target Architecture Definition): Delete
9492 references to DEPRECATED_FIX_CALL_DUMMY.
9493
9494 * gdbint.texinfo (Target Architecture Definition): Delete
9495 description of DEPRECATED_CALL_DUMMY_WORDS,
9496 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9497
9498 * gdbint.texinfo (Target Architecture Definition): Delete
9499 description of DEPRECATED_PUSH_DUMMY_FRAME.
9500
9501 * gdbint.texinfo (Target Architecture Definition): Delete
9502 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9503
9504 2004-05-07 Andrew Cagney <cagney@redhat.com>
9505
9506 * observer.texi (GDB Observers): Add "Debugging" section. Include
9507 cross reference to "set/show debug observer".
9508 * gdb.texinfo (Debugging Output): Document "set/show debug
9509 observer".
9510
9511 2004-05-01 Andrew Cagney <cagney@redhat.com>
9512
9513 * gdbint.texinfo (Target Architecture Definition): Delete
9514 description of DEPRECATED_PC_IN_SIGTRAMP.
9515
9516 2004-04-30 Andrew Cagney <cagney@redhat.com>
9517
9518 * gdbint.texinfo (Target Architecture Definition): Delete
9519 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9520
9521 2004-04-30 Orjan Friberg <orjanf@axis.com>
9522
9523 * observer.texi (GDB Observers): Correct spelling.
9524
9525 2004-04-26 Orjan Friberg <orjanf@axis.com>
9526
9527 * observer.texi (GDB Observers): Add target_changed event.
9528
9529 2004-04-08 Andrew Cagney <cagney@redhat.com>
9530
9531 * observer.texi (GDB Observers): Rework, provide generic observer
9532 definitions and then a list of observable events.
9533
9534 2004-04-04 Andrew Cagney <cagney@redhat.com>
9535
9536 * gdbint.texinfo (Host Definition): Delete reference to
9537 NO_SIGINTERRUPT.
9538
9539 2004-04-02 Andrew Cagney <cagney@redhat.com>
9540
9541 * gdbint.texinfo (Target Architecture Definition): Delete
9542 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9543
9544 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9545
9546 * gdb.texinfo (TUI Commands): Document tui reg commands.
9547
9548 2004-03-26 Andrew Cagney <cagney@redhat.com>
9549
9550 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9551 "gdbtui".
9552 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9553 (Contributors): Mention both Text and Terminal User Interface.
9554
9555 2004-03-23 Andrew Cagney <cagney@redhat.com>
9556
9557 * gdbint.texinfo (Target Architecture Definition): Deprecate
9558 references to SIGTRAMP_START and SIGTRAMP_END.
9559
9560 2004-03-23 Andrew Cagney <cagney@redhat.com>
9561
9562 * gdbint.texinfo (Target Architecture Definition): Deprecate
9563 references to PC_IN_SIGTRAMP.
9564
9565 2004-03-19 Andrew Cagney <cagney@redhat.com>
9566
9567 * gdbint.texinfo (Target Architecture Definition): Delete
9568 reference to GDB_TARGET_IS_HPPA.
9569
9570 2004-03-18 Andrew Cagney <cagney@redhat.com>
9571
9572 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9573 describe pre_init and post_init.
9574
9575 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9576
9577 * gdb.texinfo (Debugging Output): Document values for "set debug
9578 target".
9579
9580 2004-02-28 Andrew Cagney <cagney@redhat.com>
9581
9582 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9583
9584 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9585
9586 * gdb.texinfo (breakpoints): Add information about the
9587 new "set breakpoint pending" and "show breakpoint pending"
9588 commands.
9589
9590 2004-02-26 Andrew Cagney <cagney@redhat.com>
9591
9592 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9593 in Per-architecture module data section.
9594
9595 2004-02-25 Roland McGrath <roland@redhat.com>
9596
9597 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9598
9599 2004-02-24 Andrew Cagney <cagney@redhat.com>
9600
9601 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9602 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9603 * fdl.texi: Import Version 1.2, November 2002.
9604
9605 2004-02-17 Andrew Cagney <cagney@redhat.com>
9606
9607 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9608
9609 2004-02-16 Andrew Cagney <cagney@redhat.com>
9610
9611 * gdbint.texinfo (Target Architecture Definition): Deprecate
9612 FRAMELESS_FUNCTION_INVOCATION.
9613
9614 2004-02-16 Andrew Cagney <cagney@redhat.com>
9615
9616 * gdbint.texinfo (Coding): Mention -Wunused-function.
9617
9618 2004-02-14 Andrew Cagney <cagney@redhat.com>
9619
9620 * gdbint.texinfo (Target Architecture Definition): Delete
9621 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9622
9623 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9624
9625 * gdb.texinfo: Properly quote the name "C++".
9626 * gdbint.texinfo: Ditto.
9627 * stabs.texinfo: Ditto.
9628
9629 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9630
9631 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9632 minimal information about libiberty.
9633
9634 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9635
9636 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9637
9638 2004-02-04 Roland McGrath <roland@redhat.com>
9639
9640 * gdb.texinfo (Auxiliary Vector): New node (section).
9641 (Data): Add it to the menu.
9642
9643 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9644
9645 * gdb.texinfo (Breakpoints): Add information about pending
9646 breakpoint support.
9647
9648 2004-01-26 Andrew Cagney <cagney@redhat.com>
9649
9650 * gdb.texinfo (Overview): Delete references to the cisco protocol
9651 including the "N" response.
9652
9653 2004-01-26 Andrew Cagney <cagney@redhat.com>
9654
9655 * gdbint.texinfo (Target Architecture Definition): Rename
9656 EXTRACT_STRUCT_VALUE_ADDRESS to
9657 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9658
9659 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9660
9661 * gdb.texinfo (KOD): Document "show os". Add index entries for
9662 "set/show os" and "info cisco" commands.
9663
9664 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9665
9666 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9667
9668 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9669
9670 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9671 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9672
9673 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9674
9675 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9676 -stack-list-locals.
9677 (GDB/MI Variable Objects): Describe extension to
9678 -var-list-children.
9679
9680 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9681
9682 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9683
9684 2004-01-17 Andrew Cagney <cagney@redhat.com>
9685
9686 * gdbint.texinfo (Target Architecture Definition): Delete
9687 documentation on DEPRECATED_NPC_REGNUM.
9688
9689 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9690
9691 * gdb.texinfo: Update copyright year. Mention that set
9692 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9693 "set follow-fork-mode ask".
9694
9695 2004-01-13 Andrew Cagney <cagney@redhat.com>
9696
9697 * gdbint.texinfo: Update copyright year.
9698 (Coding): Add -Wunused-label to list of -Werror warnings.
9699
9700 2004-01-08 Jason Molenda <jmolenda@apple.com>
9701 Eli Zaretskii <eliz@gnu.org>
9702
9703 * gdb.texinfo: Update copyright.
9704 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9705 around names, as appropriate. Minor syntax cleanup of
9706 _NSPrintForDebugger explanation. Two spaces after periods.
9707 GDBN used instead of lit. "gdb". Index entries added for
9708 print-object and _NSPrintForDebugger. @noindent added in one spot.
9709
9710 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9711
9712 * stabs.texinfo: Add dircategory and direntry commands.
9713 * annotate.texinfo: Ditto.
9714
9715 2003-11-10 Andrew Cagney <cagney@redhat.com>
9716
9717 * gdbint.texinfo (Target Architecture Definition): Replace the
9718 return_value method's "inval" and "outval" parameters with
9719 "readbuf" and "writebuf".
9720
9721 2003-10-28 Jim Blandy <jimb@redhat.com>
9722
9723 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9724 from "The `F' request packet" and "The `F' reply packet", to make
9725 texi2dvi happy.
9726 (File-I/O remote protocol extension): Update menu entries, too.
9727
9728 2003-10-26 Michael Chastain <mec@shout.net>
9729
9730 * gdb.texinfo (Thread Stops): Document the issue with
9731 premature return from system calls in multi-threaded programs.
9732
9733 2003-10-24 Andrew Cagney <cagney@redhat.com>
9734
9735 * annotate.texinfo: Fix "fortunatly"[sic].
9736
9737 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9738
9739 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9740 with "Hitachi" and "Mitsubishi".
9741
9742 2003-10-20 Andrew Cagney <cagney@redhat.com>
9743
9744 * gdbint.texinfo (Target Architecture Definition): Document
9745 gdbarch_return_value. Add cross references from
9746 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9747 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9748
9749 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9750
9751 * gdbint.texinfo (Target Architecture Definition): Document
9752 regset_from_core_section.
9753
9754 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9755
9756 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9757
9758 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9759
9760 From Anthony Green <green@redhat.com>:
9761 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9762
9763 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9764
9765 * gdb.texinfo (Breakpoint related warnings): New node.
9766 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9767
9768 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9769
9770 * gdb.texinfo (Remote Protocol): Document v and vCont.
9771
9772 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9773
9774 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9775 * gdbint.texinfo: Ditto.
9776
9777 2003-10-09 Andrew Cagney <cagney@redhat.com>
9778
9779 From 2003-09-18 David Anderson <davea@sgi.com>:
9780 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9781 "command".
9782
9783 2003-10-03 Andrew Cagney <cagney@redhat.com>
9784
9785 * gdbint.texinfo (Target Architecture Definition): Deprecate
9786 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9787 just target.
9788
9789 2003-10-02 Andrew Cagney <cagney@redhat.com>
9790
9791 * gdbint.texinfo (Target Architecture Definition): Rename
9792 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9793 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9794 * gdbint.texinfo (Target Architecture Definition): Rename
9795
9796 2003-09-30 Andrew Cagney <cagney@redhat.com>
9797
9798 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9799 (Target Architecture Definition):
9800
9801 * gdbint.texinfo (Target Architecture Definition): Rename
9802 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9803
9804 2003-09-29 Andrew Cagney <cagney@redhat.com>
9805
9806 * gdbint.texinfo (Target Architecture Definition): Delete
9807 documentation for NEED_TEXT_START_END.
9808
9809 * gdbint.texinfo (Target Architecture Definition): Rename
9810 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9811 TARGET_WRITE_PC.
9812
9813 2003-09-22 Michael Chastain <mec@shout.net>
9814
9815 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9816
9817 2003-09-21 Anthony Green <green@redhat.com>
9818
9819 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9820
9821 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9822
9823 * gdbint.texinfo (Target Architecture Definition): Document
9824 stabs_argument_has_addr.
9825
9826 2003-09-18 Andrew Cagney <cagney@redhat.com>
9827
9828 * gdbint.texinfo (Target Architecture Definition): Delete
9829 documentation on REGISTER_NAMES.
9830
9831 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9832
9833 * gdbint.texinfo (Target Architecture Definition): Replace
9834 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9835
9836 2003-09-11 Andrew Cagney <cagney@redhat.com>
9837
9838 * gdbint.texinfo (Target Architecture Definition): Replace
9839 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9840
9841 2003-08-18 Andrew Cagney <cagney@redhat.com>
9842
9843 * gdbint.texinfo (Target Architecture Definition): Document
9844 "frame_red_zone_size".
9845
9846 2003-08-09 Andrew Cagney <cagney@redhat.com>
9847
9848 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9849 with "set/show backtrace past-main" and "set/show backtrace
9850 limit".
9851
9852 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9853
9854 * Makefile.in (install-info): Support DESTDIR.
9855 (install-html): Likewise.
9856
9857 2003-08-07 Andrew Cagney <cagney@redhat.com>
9858
9859 Patch from Nick Roberts.
9860 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9861 bindings. Remove description of send-gdb-command.
9862
9863 2003-08-07 Andrew Cagney <cagney@redhat.com>
9864
9865 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9866 GDB 6.0.
9867
9868 2003-08-06 Andrew Cagney <cagney@redhat.com>
9869
9870 * gdb.texinfo (Mode Options): Mention that level three is the
9871 highest available and that level 2 is deprecated.
9872 (Annotations Overview): Mention annotation levels. Cross reference
9873 to "Limitations of the Annotation Interface" in annotate.texi.
9874 (TODO, Value Annotations, Frame Annotations): Delete section.
9875 (Displays, Breakpoint Info): Delete.
9876
9877 2003-08-04 Andrew Cagney <cagney@redhat.com>
9878
9879 * agentexpr.texi: Delete @bye.
9880 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9881 (stabs.info): Add $(srcdir) to include search path.
9882 (html): Depend on "annotate_toc.html", and not "annotate.html".
9883 * stabs.texinfo: Ditto. Include "fdl.texi".
9884 * gdbint.texinfo: Update copyright statement's list of invariant
9885 sections.
9886
9887 2003-07-28 Andrew Cagney <cagney@redhat.com>
9888
9889 * Makefile.in (INFO_DEPS): Add annotate.info.
9890 (dvi, ps, html, pdf): Add annotate.
9891 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9892 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9893 (ANNOTATE_DOC_FILES): New macro.
9894 (ANNOTATE_TEX_TMPS): New macro.
9895 (annotate.info, annotate_toc.html): Specify dependencies.
9896 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9897 * annotate.texinfo: Rename annotate.texi. Get building. Add
9898 "Migrating to GDB/MI" and "Limitations of the Annotation
9899 Interface" chapters. Mention why it is not part of the user
9900 guide. Update copyright notice. Include "fdl.texi".
9901
9902 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9903
9904 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9905
9906 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9907
9908 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9909
9910 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9911
9912 * gdb.texinfo (Server): Mention pidof.
9913
9914 2003-07-22 Andrew Cagney <cagney@redhat.com>
9915
9916 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9917 list.
9918
9919 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9920
9921 * gdb.texinfo (Logging output): New chapter.
9922
9923 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9924
9925 * gdb.texinfo (Unsupported languages): New section.
9926 (Languages): Add link to new section.
9927
9928 2003-06-22 Andrew Cagney <cagney@redhat.com>
9929
9930 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9931
9932 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9933
9934 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9935
9936 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9937
9938 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9939 * agentexpr.texi: Retitle section, and change it to an appendix.
9940 Comment out texinfo initialization. Factor a @var{} into two
9941 pieces to prevent makeinfo warnings.
9942 * gdb.texinfo: Add Agent Expressions appendix.
9943
9944 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9945
9946 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9947
9948 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9949
9950 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9951 remote target". Document the "detach" and "disconnect" commands.
9952 (Server, Netware, Debug Session): Reference "Connecting to a
9953 remote target".
9954 (GDB/MI Target Manipulation): Document "-target-disconnect".
9955
9956 2003-06-13 Andrew Cagney <cagney@redhat.com>
9957
9958 * gdbint.texinfo (Target Architecture Definition): Deprecate
9959 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9960 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9961
9962 2003-06-09 Jim Blandy <jimb@redhat.com>
9963
9964 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9965
9966 2003-06-08 Andrew Cagney <cagney@redhat.com>
9967
9968 * gdbint.texinfo (Target Architecture Definition): Delete
9969 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9970
9971 2003-06-08 Andrew Cagney <cagney@redhat.com>
9972
9973 * gdbint.texinfo (Target Architecture Definition): Document
9974 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9975
9976 2003-06-07 Adam Fedor <fedor@gnu.org>
9977
9978 * gdb.texinfo: Add Objective-C documentation.
9979
9980 2003-06-01 Andrew Cagney <cagney@redhat.com>
9981
9982 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9983 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9984
9985 2003-05-21 Andrew Cagney <cagney@redhat.com>
9986
9987 * gdbint.texinfo (Target Architecture Definition): Delete
9988 references to "extract_address" and "store_address".
9989
9990 2003-05-16 Andrew Cagney <cagney@redhat.com>
9991
9992 * gdbint.texinfo (Target Architecture Definition): Replace
9993 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9994 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9995
9996 2003-05-14 Theodore A. Roth <troth@openavr.org>
9997
9998 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9999
10000 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
10001
10002 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
10003 (gdb.dvi): Likewise.
10004 (gdb.pdf): Likewise.
10005 (links2roff): Likewise.
10006
10007 2003-05-08 Jim Blandy <jimb@redhat.com>
10008
10009 * gdb.texinfo (Dump/Restore Files): Update documentation for
10010 'dump', 'append', and 'restore': note that format argument is
10011 optional; simplify presentation of the command variants; and be
10012 more precise about the formats.
10013
10014 2003-05-07 Jim Blandy <jimb@redhat.com>
10015
10016 * gdb.texinfo (Symbols): Update documentation: 'maint list
10017 symtabs' and 'maint list psymtabs' have been renamed 'maint info
10018 symtabs' and 'maint info psymtabs'.
10019
10020 2003-05-05 Andrew Cagney <cagney@redhat.com>
10021
10022 * gdbint.texinfo (Target Architecture Definition): Make
10023 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
10024 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
10025 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
10026
10027 2003-05-04 Andrew Cagney <cagney@redhat.com>
10028
10029 * gdb.texinfo (Maintenance Commands): Document "maint print
10030 dummy-frames".
10031
10032 2003-05-04 Andrew Cagney <cagney@redhat.com>
10033
10034 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
10035
10036 2003-05-03 J. Brobecker <brobecker@gnat.com>
10037
10038 Thierry Schneider <tpschneider1@yahoo.com>
10039 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
10040 for new MI command.
10041
10042 2003-05-03 Andrew Cagney <cagney@redhat.com>
10043
10044 * gdbint.texinfo (Target Architecture Definition): Document
10045 push_dummy_code. Add cross references.
10046
10047 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
10048
10049 * gdb.texinfo (Character Sets): Update to reflect new behavior of
10050 set/show charsets commands.
10051
10052 2003-04-28 Andrew Cagney <cagney@redhat.com>
10053
10054 * gdbint.texinfo (Target Architecture Definition): Replace
10055 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
10056 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
10057
10058 2003-04-28 Andrew Cagney <cagney@redhat.com>
10059
10060 * gdbint.texinfo (Target Architecture Definition): Rename
10061 "tm_print_insn" to "deprecated_tm_print_insn".
10062
10063 2003-04-09 Jim Blandy <jimb@redhat.com>
10064
10065 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
10066 list psymtabs'.
10067
10068 2003-04-08 Andrew Cagney <cagney@redhat.com>
10069
10070 * gdbint.texinfo (Target Architecture Definition): Delete
10071 references to EXTRA_FRAME_INFO.
10072
10073 2003-04-08 Andrew Cagney <cagney@redhat.com>
10074
10075 * gdbint.texinfo (Target Architecture Definition): Delete
10076 PRINT_TYPELESS_INTEGER.
10077
10078 2003-04-02 J. Brobecker <brobecker@gnat.com>
10079
10080 * observer.texi (GDB Observers): Adjust the documentation for the
10081 normal_stop notification to better describe reality. Fix a couple
10082 of minor typos.
10083
10084 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10085
10086 * gdb.texinfo (GDB/MI Program Control): Add
10087 '-file-list-exec-source-file'
10088
10089 2003-03-31 Andrew Cagney <cagney@redhat.com>
10090
10091 * gdbint.texinfo (Target Architecture Definition): Delete
10092 references to CALL_DUMMY_P.
10093
10094 2003-03-30 Andrew Cagney <cagney@redhat.com>
10095
10096 * gdbint.texinfo (Target Architecture Definition): Remove
10097 reference to TARGET_WRITE_SP.
10098
10099 2003-03-27 Andrew Cagney <cagney@redhat.com>
10100
10101 * gdbint.texinfo (Target Architecture Definition): Remove
10102 references to write_sp.
10103
10104 2003-03-27 Andrew Cagney <cagney@redhat.com>
10105
10106 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10107 chapter body. Use @smallexample instead of @example.
10108 (Annotations): Ditto.
10109 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10110 annotate.texi.
10111
10112 2003-03-26 Andrew Cagney <cagney@redhat.com>
10113
10114 * gdbint.texinfo (Target Architecture Definition): Replace
10115 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10116 dummy_addr parameters.
10117
10118 2003-03-25 Andrew Cagney <cagney@redhat.com>
10119
10120 * gdbint.texinfo (Target Architecture Definition): Delete
10121 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10122 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10123 Add reference to PUSH_ARGUMENTS.
10124
10125 2003-03-23 Andrew Cagney <cagney@redhat.com>
10126
10127 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10128 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10129
10130 2003-03-18 J. Brobecker <brobecker@gnat.com>
10131
10132 * gdbint.texinfo (Algorithms): Add new section describing the
10133 Observer paradigm.
10134 (Top): Add menu entry to new observer appendix.
10135 * observer.texi: New file.
10136 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10137 new observer.texi file.
10138
10139 2003-03-17 Andrew Cagney <cagney@redhat.com>
10140
10141 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10142 that GNU Press update the manual version number.
10143
10144 2003-03-12 Andrew Cagney <cagney@redhat.com>
10145
10146 * gdbint.texinfo (Target Architecture Definition): Delete
10147 references to get_saved_register. Rename GET_SAVED_REGISTER to
10148 DEPRECATED_GET_SAVED_REGISTER.
10149
10150 2003-03-13 Andrew Cagney <cagney@redhat.com>
10151
10152 * gdbint.texinfo (Target Architecture Definition): Replace
10153 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10154
10155 2003-03-12 Andrew Cagney <cagney@redhat.com>
10156
10157 * gdbint.texinfo (Target Architecture Definition): Rename
10158 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10159
10160 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10161
10162 * gdb.texinfo: Add File-I/O documentation.
10163
10164 2003-03-10 Andrew Cagney <cagney@redhat.com>
10165
10166 * gdbint.texinfo (Target Architecture Definition): Cross reference
10167 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10168
10169 2003-03-07 Andrew Cagney <cagney@redhat.com>
10170
10171 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10172 frame" command.
10173
10174 2003-03-05 Andrew Cagney <cagney@redhat.com>
10175
10176 * gdbint.texinfo (Target Architecture Definition): Document
10177 unwind_dummy_id. Cross reference unwind_dummy_id and
10178 SAVE_DUMMY_FRAME_TOS.
10179
10180 2003-03-05 James Ingham <jingham@apple.com>
10181 Daniel Jacobowitz <drow@mvista.com>
10182
10183 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10184 and "show cp-abi".
10185
10186 2003-03-03 Andrew Cagney <cagney@redhat.com>
10187
10188 * gdbint.texinfo (Target Architecture Definition): Document
10189 register_type.
10190
10191 2003-03-03 Andrew Cagney <cagney@redhat.com>
10192
10193 * stabs.texinfo (Structures): Use @samp and separate @var's
10194 instead of a single @var containing a comma separated list.
10195 (Unions): Ditto.
10196
10197 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10198
10199 * Makefile.in (distclean): Remove config.log.
10200
10201 2003-03-01 Andrew Cagney <cagney@redhat.com>
10202
10203 * gdbint.texinfo (Target Architecture Definition): Rename
10204 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10205
10206 2003-03-01 Andrew Cagney <cagney@redhat.com>
10207
10208 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10209 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10210
10211 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10212
10213 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10214 (Non-debug DLL symbols): New node, describing the minimal symbols
10215 loaded from DLLs without real debugging symbols.
10216
10217 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10218
10219 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10220 hardware-breakpoint-limit".
10221 (Set Watchpoints): Add cross reference to "set remote
10222 hardware-watchpoint-limit".
10223 (Remote configuration options): New section.
10224
10225 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10226
10227 * gdbint.texinfo (Target Architecture Definition): Delete
10228 descrption of IS_TRAPPED_INTERNALVAR.
10229
10230 From Keith Seitz <keiths@redhat.com>:
10231 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10232 option "-i"/"--interpreter" to this chapter. Include index
10233 entries.
10234
10235 2003-02-04 David Carlton <carlton@math.stanford.edu>
10236
10237 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10238 (Variables): Recommend stabs+ and DWARF 2.
10239 (C plus plus expressions): Correct info about
10240 compiler versions, debug formats.
10241 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10242 PR symtab/874.
10243
10244 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10245
10246 * gdbint.texinfo (Target Architecture Definition): Delete
10247 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10248 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10249 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10250 references to nindy and i960.
10251 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10252
10253 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10254
10255 * gdbint.texinfo (Target Architecture Definition): Delete
10256 FLOAT_INFO.
10257
10258 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10259
10260 * stabs.texinfo (Member Type Descriptor): Clarify description of
10261 `@'. Suggested by Ben Hutchings.
10262
10263 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10264
10265 * gdb.texinfo (M68K): Delete reference to es1800.
10266
10267 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10268
10269 * gdb.texinfo (Maintenance Commands): Document `maint print
10270 reggroups' and `maint print register-groups'.
10271 * gdbint.texinfo (Target Architecture Definition): Document
10272 register_reggroup_p.
10273
10274 2003-01-23 Jim Blandy <jimb@redhat.com>
10275
10276 * gdb.texinfo (Separate Debug Files): New section.
10277
10278 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10279
10280 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10281 and "maint show profile".
10282
10283 2003-01-16 Michael Chastain <mec@shout.net>
10284
10285 * gdb.texinfo (Installing GDB): Warn against
10286 ".../gdb-VERSION/gdb/configure".
10287 (Separate Objdir): Likewise.
10288
10289 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10290
10291 * gdbint.texinfo (Target Architecture Definition): Delete
10292 definition of PRINT_REGISTER_HOOK.
10293
10294 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10295
10296 (OpenRISC 1000): Fix formatting of command names.
10297
10298 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10299
10300 * gdb.texinfo (Continuing and Stepping): Add new command
10301 'advance'. Clarify behavior of 'until'.
10302
10303 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10304
10305 * gdb.texinfo (Files): Document solib-absolute-prefix and
10306 solib-search-path.
10307
10308 2003-01-09 Michael Chastain <mec@shout.net>
10309
10310 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10311 (Create a Release): Add new instructions for new @file{src-release}.
10312 Document existing instructions for @file{Makefile.in} as
10313 being for @value{GDBN} 5.3.1 or earlier.
10314
10315 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10316
10317 * gdbint.texinfo (Target Architecture Definition): Mention
10318 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10319 allocate memory.
10320
10321 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10322
10323 * gdb.texinfo (Controlling GDB): Add @kindex for
10324 "show osabi".
10325 (Backtraces): Add @kindex's for backtrace-below-main.
10326
10327 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10328
10329 * gdb.texinfo (Controlling GDB): Document "set osabi".
10330
10331 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10332
10333 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10334 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10335
10336 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10337
10338 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10339 "set coerce-float-to-double".
10340 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10341
10342 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10343
10344 * stabs.texinfo: Remove obsolete text.
10345 * gdbint.texinfo: Ditto.
10346 * gdb.texinfo: Ditto.
10347
10348 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10349
10350 * fdl.texi: Revert the last change.
10351
10352 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10353
10354 * gdbint.texinfo (Target Architecture Definition): Update
10355 description of gdbarch_register_osabi.
10356
10357 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10358
10359 * agentexpr.texi: Fix typos.
10360 * annotate.texi: Likewise.
10361 * fdl.texi: Likewise.
10362
10363 2002-12-10 Andrew Cagney <cagney@redhat.com>
10364
10365 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10366 DEPRECATED_INIT_FRAME_PC.
10367
10368 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10369
10370 * gdbint.texinfo (Target Architecture Definition): Delete
10371 PC_IN_CALL_DUMMY.
10372
10373 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10374
10375 * gdbint.texinfo (Host Definition): Delete documentation on
10376 USE_GENERIC_DUMMY_FRAMES.
10377
10378 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10379
10380 Fix PR gdb/723 and PR gdb/245.
10381 * Makefile.in (install-info): Run the install-info command as part
10382 of the post install steps only.
10383 (uninstall-info): New target.
10384 (uninstall): New target.
10385
10386 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10387
10388 * Makefile.in (install): Make install do some real work.
10389
10390 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10391
10392 Fix POSIX problem reported by Paul Eggert.
10393 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10394 Fix PR gdb/527.
10395
10396 2002-10-26 Andrew Cagney <cagney@redhat.com>
10397
10398 * gdbint.texinfo (Target Architecture Definition): Delete
10399 definition of DO_REGISTERS_INFO.
10400
10401 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10402
10403 * gdbint.texinfo (Address Classes): Fix problems with insertion
10404 of ``{'' and ``}'' in example.
10405
10406 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10407
10408 * gdbint.texinfo (Address Classes): New section.
10409 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10410 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10411 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10412 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10413
10414 2002-10-11 Klee Dienes <kdienes@apple.com>
10415
10416 * gdb.texinfo (Registers): Mention vector registers as well as
10417 floating registers in the documentation for 'info registers' and
10418 'info all-registers'.
10419
10420 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10421
10422 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10423
10424 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10425
10426 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10427 interface definition.
10428
10429 2002-10-03 Marko Mlinar <markom@opencores.org>
10430
10431 * gdb.texinfo (Target Commands): Add or1k target specific
10432 commands.
10433 * gdb.texinfo (Contributors): Add myself to the contributors list.
10434
10435 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10436
10437 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10438 and "mi1" instead of "mi1" and "mi0".
10439
10440 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10441
10442 * gdb.texinfo (Packets): Fix typos "alligned".
10443 Correct z3/Z3 description. Correct z4/Z4 title.
10444
10445 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10446
10447 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10448
10449 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10450
10451 * gdb.texinfo: Use GNU/Linux instead of Linux.
10452
10453 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10454
10455 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10456
10457 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10458
10459 * gdb.texinfo: Replace @example with @smallexample.
10460
10461 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10462
10463 From Eli Zaretskii <eliz@gnu.org>:
10464 * gdb.texinfo (Character Sets): Use @smallexample instead of
10465 @example. Use GNU/Linux instead of Linux.
10466
10467 2002-09-20 Jim Blandy <jimb@redhat.com>
10468
10469 * gdb.texinfo: Add character set documentation.
10470
10471 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
10472
10473 * gdb.texinfo: Document edit command.
10474
10475 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10476
10477 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10478 (Packets): Add cross reference from `b' packet to `z' packets.
10479
10480 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10481
10482 * gdb.texinfo (Maintenance Commands): Document ``maint
10483 internal-error'' and ``maint internal-warning''.
10484
10485 * gdbint.texinfo (Target Architecture Definition): Revise
10486 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10487
10488 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10489
10490 * gdbint.texinfo (Target Conditionals): Document the new
10491 NAME_OF_MALLOC macro.
10492
10493 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10494
10495 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10496 engineer.
10497
10498 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10499
10500 * gdb.texinfo (TUI Overview): Document status line fields.
10501
10502 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10503
10504 * gdb.texinfo (TUI Commands): Document info win command.
10505
10506 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10507
10508 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10509
10510 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10511
10512 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10513 (TUI Keys): Likewise.
10514
10515 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10516
10517 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10518 for a packet receive.
10519
10520 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10521
10522 * Makefile.in (clean): Move to end of file.
10523 (distclean, maintainer-clean, realclean): Ditto.
10524 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10525 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10526 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10527 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10528
10529 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10530
10531 * Makefile.in (GDBINT_TEX_TMPS): Define.
10532 (gdbint.dvi, gdbint.pdf): Use
10533 (GDB_TEX_TMPS): Define.
10534 (gdb.dvi, gdb.pdf): Use.
10535 (STABS_TEX_TMPS): Define.
10536 (stabs.dvi, stabs.pdf): Use.
10537 (GDB_DOC_SOURCE_INCLUDES): New macros.
10538 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10539 (GDBINT_DOC_FILES_INCLUDES): New macros.
10540 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10541 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10542 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10543 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10544 (links2roff): Replace SFILES_INCLUDED with
10545 GDB_DOC_SOURCE_INCLUDES.
10546 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10547 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10548 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10549 dependencies.
10550 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10551 dependencies.
10552 (gdbmi.texinfo): Delete rule.
10553 (inc-hist.texinfo): Delete rule.
10554 (rluser.texinfo): Delete rule.
10555
10556 2002-08-23 Andrew Cagney <cagney@redhat.com>
10557
10558 * gdbint.texinfo (Target Architecture Definition): Update
10559 STORE_RETURN_VALUE, mention regcache.
10560
10561 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10562
10563 * gdbint.texinfo (Target Architecture Definition): Document
10564 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10565
10566 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10567
10568 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10569 Fix minor typos. Add index entries.
10570
10571 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10572
10573 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10574
10575 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10576
10577 * gdbint.texinfo (Target Architecture Definition): Document
10578 PRINT_VECTOR_INFO.
10579 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10580
10581 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10582
10583 * gdb.texinfo (Maintenance Commands): Document "maint print
10584 registers", "maint print raw-registers" and "maint print
10585 cooked-registers".
10586
10587 2002-08-08 Grace Sainsbury <graces@redhat.com>
10588
10589 From Mark Salter:
10590 * gdb.texinfo (Protocol): Document T packet extension to
10591 allow watchpoint address reporting.
10592
10593 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10594
10595 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10596
10597 2002-08-01 Andrew Cagney <cagney@redhat.com>
10598
10599 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10600 to CHILL.
10601
10602 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10603
10604 * gdbint.texinfo (Coding): Revise section "Include Files".
10605
10606 2002-07-24 Andrew Cagney <cagney@redhat.com>
10607
10608 * gdbint.texinfo: Obsolete references to m88k.
10609 * gdb.texinfo: Ditto.
10610
10611 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10612
10613 * gdbint.texinfo (Create a release candiate): Add the location
10614 where the proper version of autoconf can be retrieved.
10615
10616 2002-07-09 Don Howard <dhoward@redhat.com>
10617
10618 * gdb.texinfo (Command Files): Further describe the behavior of
10619 sourced command files.
10620
10621 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10622
10623 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10624 (Coding): Clarify ISO C version that GDB assumes.
10625
10626 2002-06-26 Tom Tromey <tromey@redhat.com>
10627
10628 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10629 add_setshow_cmd_full.
10630
10631 2002-06-25 Don Howard <dhoward@redhat.com>
10632
10633 * gdb.texinfo (Memory Region Attributes): Document new behavior
10634 for 'mem' command.
10635
10636 2002-06-11 Jim Blandy <jimb@redhat.com>
10637
10638 * gdb.texinfo (Symbols): Update documentation for `info source'
10639 command.
10640
10641 * gdb.texinfo (Macros): Call the command `info macro', not
10642 `show macro'.
10643
10644 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10645
10646 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10647 data''.
10648
10649 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10650
10651 * gdbint.texinfo (Target Architecture Definition): Document
10652 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10653
10654 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10655
10656 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10657 lists.
10658
10659 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10660
10661 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10662 Branch''.
10663
10664 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10665
10666 * gdbint.texinfo (Target Architecture Definition): Add section
10667 ``Converting an existing Target Architecture to Multi-arch''.
10668
10669 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10670
10671 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10672 to ``Obsoleting code''. Revise.
10673
10674 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10675
10676 * gdbint.texinfo: Document new generic OS ABI framework.
10677
10678 2002-05-17 Jim Blandy <jimb@redhat.com>
10679
10680 * gdb.texinfo (C Preprocessor Macros): New chapter.
10681 Include it in the main menu.
10682 (Contributors): Credit Jim Blandy with macro support.
10683 (Compilation): Explain how to get macro information into the
10684 executable.
10685 (Expressions): Note that preprocessor macros are expanded.
10686
10687 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10688
10689 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10690 options for `target remote'.
10691
10692 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10693
10694 * gdbint.texinfo (Target Architecture Definition): Delete
10695 documentation on NNPC_REGNUM.
10696
10697 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10698
10699 * gdbint.texinfo (Target Architecture Definition): Document
10700 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10701 (Target Architecture Definition): Revise section `Using Different
10702 Register and Memory Data Representations'. Add section `Raw and
10703 Virtual Register Representations'.
10704
10705 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10706
10707 * gdbint.texinfo (Target Architecture Definition): Mention
10708 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10709 (Target Architecture Definition): Mention same. Add references to
10710 web pages.
10711
10712 2002-05-08 Michael Snyder <msnyder@redhat.com>
10713
10714 * stabs.texinfo (Attributes): Document new "vector" attribute.
10715
10716 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10717
10718 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10719
10720 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10721
10722 * gdb.texinfo: Delete obsolete references to a29k.
10723
10724 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10725
10726 * gdbint.texinfo (Target Architecture Definition): Replace
10727 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10728
10729 2002-04-24 David S. Miller <davem@redhat.com>
10730
10731 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10732
10733 2002-04-21 David S. Miller <davem@redhat.com>
10734
10735 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10736
10737 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10738
10739 * gdbint.texinfo (Target Architecture Definition): Delete
10740 definition of HAVE_REGISTER_WINDOWS.
10741
10742 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10743
10744 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10745 "Theodore A. Roth" <troth@verinet.com>.
10746
10747 2002-04-15 Don Howard <dhoward@redhat.com>
10748
10749 From Eli Zaretskii <eliz@gnu.org>
10750 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10751 Provide a better explaination of this feature.
10752
10753 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10754
10755 * gdbint.texinfo (Target Architecture Definition): Remove
10756 FRAME_CHAIN_COMBINE.
10757
10758 2002-04-12 Michael Chastain <mec@shout.net>
10759
10760 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10761 REG_STACK_SEGMENT.
10762
10763 2002-04-09 Michael Chastain <mec@shout.net>
10764
10765 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10766 PYRAMID_* macros.
10767
10768 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10769
10770 * gdb.texinfo (Bug Reporting): Document that the web is the
10771 prefered way of submitting bug reports.
10772 (Bug Reporting): Delete the s-mail address as the last resort.
10773
10774 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10775
10776 * gdbint.texinfo (Target Architecture Definition): Delete
10777 references to TARGET_WRITE_FP and write_fp.
10778
10779 2002-03-27 Michael Snyder <msnyder@redhat.com>
10780
10781 * gdb.texinfo: Document new commands dump, append, and restore.
10782
10783 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10784
10785 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10786 Branch'.
10787
10788 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10789
10790 * gdb.texinfo: Change all examples to @smallexample.
10791 * gdbint.texinfo: Ditto.
10792
10793 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10794
10795 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10796 Branches''.
10797
10798 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10799
10800 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10801 Policy''.
10802
10803 2002-03-04 Fred Fish <fnf@redhat.com>
10804
10805 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10806 expresson, suports, dependant, trhe, perhaphs, situtations,
10807 explictily, taged, oportunity, unfortunatly).
10808
10809 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10810
10811 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10812 Remove reference to 3.12.
10813
10814 2002-02-23 Paul Eggert <eggert@twinsun.com>
10815
10816 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10817 POSIX 1003.1-2001 no longer allows "head -1".
10818
10819 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10820
10821 * gdbint.texinfo: Include fdl.texi.
10822 (Top): Add GNU Free Documentation License.
10823 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10824 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10825 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10826 (gdbint.info): Add srcdir to include path.
10827 * gdb.texinfo: Include gpl.texi.
10828 (Top): Add Copying.
10829 * gpl.texi: New file.
10830
10831 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10832
10833 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10834
10835 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10836
10837 * gdb.texinfo: Document Cygwin native specific commands.
10838
10839 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10840
10841 * gdb.texinfo: Document gdbserver ``--attach'' command.
10842
10843 2002-02-07 Michael Snyder <msnyder@redhat.com>
10844
10845 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10846 to @code(_ovly_debug_event).
10847
10848 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10849
10850 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10851
10852 2002-02-06 Michael Snyder <msnyder@redhat.com>
10853
10854 * gdb.texinfo (overlays): Mention new magic symbol
10855 '_ovly_debug_event', which allows GDB to keep better track
10856 of overlays.
10857
10858 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10859
10860 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10861 (PRINT_FLOAT_INFO): Document it.
10862
10863 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10864
10865 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10866 Suggested by Dmitry Sivachenko.
10867
10868 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10869
10870 2002-02-01 Michael Snyder <msnyder@redhat.com>
10871
10872 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10873
10874 2002-01-30 Michael Snyder <msnyder@redhat.com>
10875
10876 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10877 (set trust-readonly-sections): Document.
10878
10879 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10880
10881 * gdbint.texinfo (Releasing GDB): Revise and update.
10882
10883 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10884
10885 * gdbint.texinfo (Target Architecture Definition): Delete
10886 description of TARGET_BYTE_ORDER_DEFAULT.
10887
10888 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10889
10890 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10891 <mitya@cavia.pp.ru>.
10892
10893 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10894
10895 * libgdb.texinfo: Delete file.
10896
10897 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10898
10899 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10900 * gdbint.texinfo: Ditto.
10901
10902 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10903
10904 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10905
10906 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10907
10908 * Makefile.in: Update copyright.
10909 (TEXI2DVI): Define.
10910 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10911 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10912 gdb-cfg.texi.
10913 (TEXINDEX, PDFTEX): Delete makefile variables.
10914
10915 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10916
10917 * gdb.texinfo (Protocol): Move section to appendix.
10918
10919 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10920
10921 * gdb.texinfo (Remote Debugging): Create a menu.
10922 (Top): Add ``Remote Debugging'' to menu.
10923
10924 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10925
10926 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10927 serial protocol'' from here.
10928 (Remote Debugging): To here. New chapter.
10929
10930 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10931
10932 * gdbint.texinfo (Target Architecture Definition): Delete
10933 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10934
10935 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10936
10937 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10938 are no longer needed.
10939 (Porting GDB): Add maintainer note about configure.host.
10940
10941 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10942
10943 * gdbint.texinfo (Target Architecture Definition): Remove
10944 definition of IEEE_FLOAT.
10945
10946 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10947
10948 * gdb.texinfo: Beautify copyright years; fix a typo.
10949 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10950 <3diff@gnu.org>
10951
10952 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10953
10954 * gdbint.texinfo (Host Definition): Remove references to
10955 MALLOC_INCOMPATIBLE.
10956
10957 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10958
10959 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10960 and xyz-xdep.o.
10961
10962 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10963
10964 * gdb.texinfo (Maintenance Commands): Add appendix.
10965 (Set Breaks): Copy ``maint info breakpoint'' doco to
10966 ``Maintenance Commands'' appendix. Add reference.
10967
10968 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10969
10970 * fdl.texi: Remove next/prev from @node.
10971
10972 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10973
10974 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10975 for monstrous @multitable (from Brian Youmans).
10976
10977 * fdl.texi: New file.
10978
10979 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10980
10981 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10982
10983 * gdbint.texinfo (Releasing GDB): New chapter.
10984
10985 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10986
10987 * gdb.texinfo (Embedded Processors, Calling program functions):
10988 Obsolete references to a29k.
10989
10990 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10991
10992 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10993 examples. Document that a code-block should do or discard its
10994 cleanups before exit.
10995
10996 2002-01-11 Michael Snyder <msnyder@redhat.com>
10997
10998 * gdb.texinfo (Choosing files): Change @samp to @file.
10999
11000 2002-01-05 Michael Snyder <msnyder@redhat.com>
11001
11002 * gdb.texinfo (--pid): Document new command line option (attach).
11003
11004 2002-01-07 Eli Zaretskii <eliz@gnu.org>
11005
11006 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
11007 in the stub.
11008
11009 2002-01-04 Andrew Cagney <ac131313@redhat.com>
11010
11011 * gdbint.texinfo (Target Architecture Definition): Replace
11012 BIG_ENDIAN with BFD_ENDIAN_BIG.
11013
11014 2002-01-03 Andrew Cagney <ac131313@redhat.com>
11015
11016 * gdbint.texinfo (Target Architecture Definition): Replace
11017 value_ptr with struct value pointer.
11018
11019 2002-01-02 Eli Zaretskii <eliz@gnu.org>
11020
11021 * gdb.texinfo (Free Software): Fix wording.
11022
11023 2001-12-31 Eli Zaretskii <eliz@gnu.org>
11024
11025 * gdb.texinfo (Free Software): New section ``Free Software Needs
11026 Free Documentation''.
11027
11028 2001-12-30 Eli Zaretskii <eliz@gnu.org>
11029
11030 * stabs.texinfo:
11031 * gdb.texinfo:
11032 * gdbint.texinfo:
11033 * libgdb.texinfo:
11034 * annotate.texi: Fix the application of GFDL in the Copyright notice.
11035
11036 2001-12-29 Michael Snyder <msnyder@redhat.com>
11037
11038 * gdb.texinfo (maint info sections): Fix typo.
11039
11040 2001-12-26 Michael Snyder <msnyder@redhat.com>
11041
11042 * gdb.texinfo (maint info sections): Document.
11043
11044 * gdb.texinfo (info proc): Comment out documentation for
11045 'info proc' sub-options that are currently not implemented.
11046
11047 2001-12-20 Jim Blandy <jimb@redhat.com>
11048
11049 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
11050
11051 2001-12-15 Andrew Cagney <ac131313@redhat.com>
11052
11053 * gdbint.texinfo (Target Architecture Definition): Replace
11054 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
11055
11056 2001-12-01 Andrew Cagney <ac131313@redhat.com>
11057
11058 * gdbint.texinfo (Host Definition): Delete documentation on
11059 HOST_BYTE_ORDER.
11060
11061 2001-11-30 Jim Blandy <jimb@redhat.com>
11062
11063 * gdb.texinfo (Overlays): New chapter, documenting GDB's
11064 overlay support. Add to top-level menu.
11065
11066 2001-11-26 Tom Tromey <tromey@redhat.com>
11067
11068 * gdb.texinfo (Command Syntax): Document C-o binding.
11069
11070 2001-07-26 Christopher Faylor <cgf@redhat.com>
11071
11072 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
11073 use since it is described in the referenced section.
11074
11075 From Eli Zaretskii <eliz@gnu.org>
11076 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
11077 clearer when using DJGPP.
11078
11079 2001-11-24 Christopher Faylor <cgf@redhat.com>
11080
11081 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
11082 specifically refer to MS-DOS.
11083 (command files): Mention gdb.ini is only used on MS-DOS.
11084
11085 2001-11-21 Tom Tromey <tromey@redhat.com>
11086
11087 * gdb.texinfo (Invoking GDB): Document --args.
11088 (Mode Options): Likewise.
11089
11090 2001-11-21 Jim Blandy <jimb@redhat.com>
11091
11092 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11093 Delete documentation; this macro has been removed from the
11094 sources.
11095
11096 2001-11-13 Jim Blandy <jimb@redhat.com>
11097
11098 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11099
11100 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11101
11102 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11103
11104 2001-11-05 Michael Snyder <msnyder@redhat.com>
11105
11106 * gdb.texinfo (info functions): Document use of backslash to
11107 quote regexp chars in function names such as "operator*()".
11108
11109 2001-11-01 Fred Fish <fnf@redhat.com>
11110
11111 * gdbint.texinfo (SOLIB_ADD): Document additional new
11112 "readsyms" arg.
11113
11114 2001-10-30 Don Howard <dhoward@redhat.com>
11115
11116 * gdb.texinfo: (Command Files) Added documentation for the
11117 behavior of gdb with input redirected from a file.
11118
11119 2001-10-28 Fred Fish <fnf@redhat.com>
11120
11121 * gdb.texinfo (auto-solib-add): Change docs to match
11122 implementation change.
11123 (auto-solib-limit): Add docs for new variable.
11124
11125 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11126
11127 * gdbint.texinfo (Target Architecture Definition): Function
11128 value_as_pointer renamed to value_as_address.
11129
11130 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11131
11132 * gdbint.texinfo (Target Architecture Definition): Default
11133 POINTER_TO_ADDRESS functions assume unsigned addresses.
11134 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11135 posting by Jim Blandy.
11136
11137 2001-10-12 Jim Blandy <jimb@redhat.com>
11138
11139 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11140 version of texi2html (1.64) doesn't support this flag any more.
11141
11142 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11143
11144 * gdbint.texinfo (Host Definition): Remove description of
11145 MEM_FNS_DECLARED.
11146
11147 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11148
11149 * gdbint.texinfo (Host Definition): Remove description of
11150 HAVE_SIGSETMASK.
11151
11152 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11153
11154 * gdbint.texinfo (Target Architecture Definition): Add
11155 explanation of TARGET_PRINT_INSN macro.
11156
11157 2001-08-30 Jim Blandy <jimb@redhat.com>
11158
11159 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11160 Explain what it means to load relocatable files.
11161
11162 2001-08-28 Jim Blandy <jimb@redhat.com>
11163
11164 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11165 info `top' menu.
11166
11167 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11168
11169 * gdbint.texinfo: Add a cautionary note about macro use.
11170
11171 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11172
11173 * gdb.texinfo: Explain omitting the hostname in the
11174 `target remote' command.
11175
11176 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11177
11178 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11179 and END-INFO-DIR-ENTRY.
11180
11181 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11182
11183 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11184
11185 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11186
11187 * gdbint.texinfo (libgdb): Rewrite.
11188
11189 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11190
11191 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11192
11193 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11194
11195 * gdb.texinfo (TUI): New chapter, document the TUI.
11196 (Mode Options): Document the -tui option.
11197
11198 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11199
11200 * gdbint.texinfo (Host Definition): Remove description of
11201 NEED_POSIX_SETPGID.
11202
11203 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11204
11205 * gdb.tex (DJGPP Native): New node, with descriptions of
11206 DJGPP-specific commands.
11207
11208 2001-07-19 John R. Moore <jmoore@redhat.com>
11209
11210 * gdbint.texinfo: Three misspellings.
11211
11212 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11213
11214 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11215 `test` expressions on bash. Problem reported by Colin Walters.
11216
11217 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11218
11219 * gdbint.texinfo (User Interface): Update ui-out documentation to
11220 refelect recent UI/MI updates.
11221
11222 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11223
11224 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11225 interpreters.
11226
11227 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11228
11229 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11230 structure and not macros.
11231 (Host Definition): Document that much of this chapter is obsolete.
11232 (Target Architecture Definition): Update list of files that make
11233 up a target architecture.
11234 (Coding): Update.
11235
11236 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11237
11238 * gdbint.texinfo (Target Architecture Definition): Update
11239 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11240 The latter has been changed to a true predicate.
11241
11242 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11243
11244 * annotate.texi: Add @noindent where needed. From Dmitry
11245 Sivachenko <dima@Chg.RU>.
11246 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11247
11248 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11249
11250 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11251
11252 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11253
11254 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11255 returns ``OK''. Document that the ``R'' packet does not reply.
11256
11257 2001-06-13 Michael Snyder <msnyder@redhat.com>
11258
11259 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11260
11261 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11262
11263 * gdb.texinfo (Signals): Clarify the default setting of signal
11264 handling.
11265
11266 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11267
11268 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11269 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11270
11271 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11272
11273 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11274
11275 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11276
11277 * gdbint.texinfo (Clean Design and Portable Implementation):
11278 Renamed from "Clean Design".
11279 (Clean Design and Portable Implementation): Document portable
11280 methods of handling file names, and the associated macros.
11281
11282 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11283
11284 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11285 command and provide a cross-reference to its description.
11286 (Symbols): Note that "info scope" is useful for trace experiments.
11287
11288 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11289
11290 * gdb.texinfo (Symbols): Document "info scope".
11291 (Tracepoints): New chapter.
11292 (Contributors): Update for v5.1.
11293 <All nodes>: Change "C++" to "C@t{++}".
11294
11295 * gdbint.texinfo (User Interface): A new section about ui_out
11296 functions, based on text written by Fernando Nasser.
11297
11298 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11299
11300 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11301
11302 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11303
11304 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11305
11306 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11307 Replace "GDB" with "@value{GDBN}". Fix markup.
11308
11309 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11310
11311 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11312 a cross-reference to its description.
11313 (Symbols): Document "info symbol".
11314
11315 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11316
11317 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11318 subsection "x86 Watchpoints".
11319 (Target Architecture Definition): Document the macros
11320 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11321 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11322
11323 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11324
11325 * gdbint.texinfo (Target Architecture Definition): Update
11326 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11327 list.
11328
11329 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11330
11331 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11332 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11333
11334 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11335
11336 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11337
11338 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11339
11340 * gdb.texinfo (Environment): Document that `path' does not change
11341 the value of PATH in GDB's own environment (it did in the past,
11342 but that was changed on March 15, 1994). Reported by Doug Evans
11343 <dje@transmeta.com>.
11344
11345 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11346 its line. Fix markup of commands and macros. Add an Index node
11347 and index entries.
11348
11349 2001-01-23 J.T. Conklin <jtc@redback.com>
11350
11351 * gdb.texinfo (Memory region attributes): New manual section.
11352
11353 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11354
11355 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11356
11357 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11358
11359 * refcard.tex: Version and copyright fixed. From Phil Edwards
11360 <pedwards@disaster.jaj.com>.
11361
11362 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11363
11364 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11365 DWARF2_REG_TO_REGNUM): Document.
11366
11367 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11368
11369 * gdbint.texinfo (Coding): Update current value of
11370 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11371
11372 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11373
11374 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11375 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11376
11377 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11378
11379 * gdb.texinfo: Document new 'set step-mode' command.
11380
11381 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11382
11383 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11384 changes from Dmitry Sivachenko <dima@Chg.RU>.
11385
11386 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11387
11388 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11389 From Steven Johnson <sbjohnson@ozemail.com.au>.
11390
11391 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11392
11393 * gdbint.texinfo (Overall Structure): Spelling fix.
11394
11395 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11396
11397 * gdbint.texinfo (Target Architecture Definition): Document that
11398 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11399 for which REGISTER_CONVERTIBLE returns a zero value.
11400
11401 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11402
11403 * Makefile.in (install-info): Find files to install in either the
11404 build or source directories (adapted from Makefile.am).
11405
11406 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11407
11408 * stabs.texinfo: Fix spelling errors.
11409 (String Field): FILE-NUMBER starts from 0, not 1.
11410
11411 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11412
11413 * refcard.tex: Remove \centerline from the blurb. Patch from
11414 Brian Youmans.
11415
11416 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11417
11418 * Makefile.in (install-info): Support installation from outside of
11419 the source directory. Reported by Mark Harig
11420 <markh@frazier.landmark.com>.
11421
11422 2000-06-20 J.T. Conklin <jtc@redback.com>
11423
11424 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11425
11426 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11427
11428 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11429 Generate using pdftex.
11430 (PDFTEX): Define.
11431 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11432 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11433 @contents at the start.
11434
11435 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11436
11437 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11438 Youmans.
11439
11440 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11441
11442 From Brian Youmans:
11443 * gdb.texinfo: Fix ``et al.''.
11444
11445 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11446
11447 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11448 loop.
11449
11450 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11451
11452 * configure: Regenerate.
11453
11454 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11455
11456 * Makefile.in (install-info): Run install-info on installed Info
11457 files.
11458
11459 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11460
11461 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11462 Andrew Cagney.
11463
11464 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11465
11466 * gdb.texinfo: Proofreading changes from Brian Youmans.
11467
11468 2000-05-01 Nick Duffek <nsd@cygnus.com>
11469
11470 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11471 startup sequence, minor edits.
11472
11473 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11474
11475 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11476 TeX.
11477
11478 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11479 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11480 like `n' and `s' which look weird. Convert some of the @kindex to
11481 @vindex, when they refer to variables, not commands.
11482
11483 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11484
11485 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11486
11487 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11488
11489 * Makefile.in (GDBMI_DIR): New variable.
11490 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11491 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11492 (gdbmi.texinfo): New target, for texi2roff.
11493 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11494 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11495
11496 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11497 gdbmi.texinfo.
11498 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11499 comment.
11500
11501 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11502
11503 * gdb.texinfo (Files): Update description of add-symbol-file
11504 command.
11505
11506 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11507
11508 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11509 prevents the build (and is generally a Bad Idea).
11510
11511 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11512
11513 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11514 a comma inside @var.
11515 (Command Files): Index markup changes from Dmitry Sivachenko
11516 <dima@Chg.RU>.
11517
11518 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11519
11520 * Makefile.in (LN_S): Define.
11521 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11522 invoke "ln -s" unless it is known to work.
11523
11524 * configure.in (AC_PROG_LN_S): Add.
11525
11526 2000-04-14 Jim Blandy <jimb@redhat.com>
11527
11528 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11529 section.
11530 (Target Conditionals): Document ADDRESS_TO_POINTER,
11531 POINTER_TO_ADDRESS.
11532
11533 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11534
11535 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11536 gdb-cfg.texi to get the value.
11537
11538 2000-04-10 Jim Blandy <jimb@redhat.com>
11539
11540 * gdbint.texinfo (Target Architecture Definition): Fix
11541 cross-references.
11542
11543 2000-04-08 Jim Blandy <jimb@redhat.com>
11544
11545 * gdbint.texinfo (Using Different Register and Memory Data
11546 Representations): New section.
11547 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11548 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11549 REGISTER_CONVERT_TO_RAW): Document.
11550
11551 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11552
11553 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11554 for acknowledgments.
11555
11556 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11557
11558 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11559 qThreadExtraInfo.
11560
11561 2000-03-28 J.T. Conklin <jtc@redback.com>
11562
11563 * gdb.texinfo: Clarify which remote debug protocol commands are
11564 required and which are optional.
11565
11566 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11567
11568 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11569 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11570 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11571 * annotate.texi: Update.
11572
11573 2000-03-28 Stan Shebs <shebs@apple.com>
11574
11575 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11576 expectation of additional changes before release), update
11577 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11578 node links, rephrase and/or shorten lines to fix formatting
11579 problem in both regular and @smallbook formats.
11580 * annotate.texi: Shorten lines in example, use smallexample
11581 consistently everywhere.
11582 * Makefile.in: Add comment about texinfo 4.0 html generation.
11583 (SFILES_INCLUDED): Add annotate.texi.
11584
11585 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11586
11587 * gdb.texinfo (Debugging Output): Added new section, documenting
11588 the "set/show debug" commands.
11589
11590 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11591
11592 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11593 entry.
11594
11595 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11596 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11597 @chapter and @node entries.
11598
11599 * gdb.texinfo: Link all top-level nodes.
11600
11601 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11602
11603 * Makefile.in (install-info): Create $(infodir) before installing
11604 files.
11605
11606 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11607
11608 From David Whedon <dwhedon@gordian.com>
11609 * gdbint.texinfo : Added paragraphs about command deprecation.
11610
11611 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11612
11613 * gdb.texinfo: Add documentation for the apropos command.
11614
11615 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11616
11617 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11618
11619 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11620
11621 * gdb.texinfo: Add white space to prevent overprinting in
11622 two places.
11623
11624 2000-03-17 Stan Shebs <shebs@apple.com>
11625
11626 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11627 <dima@Chg.RU>, also clarification of allowed content for
11628 string constants.
11629
11630 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11631
11632 * gdb.texinfo (main menu): Add Annotations.
11633 (File Options): Add @cindex entries for each command-line option.
11634 Document --epoch, --annotate, --async, --interpreter, --write,
11635 --statistics, and --version.
11636
11637 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11638 of GDB.
11639
11640 2000-02-23 Jim Blandy <jimb@redhat.com>
11641
11642 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11643
11644 2000-02-22 Jim Blandy <jimb@redhat.com>
11645
11646 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11647
11648 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11649
11650 * Makefile.in (diststuff): New target.
11651
11652 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11653
11654 * agentexpr.texi: Fix wording regarding Intel's IA-64
11655 architecture. [From Jim Wilson.]
11656
11657 2000-01-16 Tom Tromey <tromey@cygnus.com>
11658
11659 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11660 (Delete Breaks): Mention range arguments.
11661 (Disabling): Likewise.
11662
11663 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11664
11665 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11666
11667 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11668
11669 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11670 valid functions.
11671
11672 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11673
11674 * gdb.texinfo: Clarify regular expressions used in rbreak.
11675
11676 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11677
11678 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11679 MEMORY_REMOVE_BREAKPOINT): Document.
11680
11681 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11682
11683 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11684 offset re-using the DATA offset instead.
11685
11686 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11687
11688 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11689
11690 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11691
11692 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11693
11694 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11695
11696 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11697 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11698 typos.
11699
11700 * gdb.texinfo: Various minor wording and formatting improvements,
11701 mentions of additional command-line options.
11702
11703 1999-09-30 Fred Fish <fnf@cygnus.com>
11704
11705 * gdb.texinfo: Document additional forms of specifying section
11706 names and addresses for the add-symbol-file command.
11707
11708 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11709
11710 * gdbint.texinfo: Fix typo, add the word "have".
11711
11712 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11713
11714 * gdbint.texinfo (Target Architecture Definition): Document the
11715 SKIP_PERMANENT_BREAKPOINT macro.
11716
11717 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11718
11719 * gdb.texinfo: Fiks speling errers.
11720
11721 * gdb.texinfo: Fix uses of @multitable.
11722
11723 From Eli Zaretskii <eliz@gnu.org>:
11724 * gdb.texinfo: Include details specific to DOS host, clarify
11725 some confusing language, fix @ref/@xref/@pxref usages, add
11726 comments about using with optimization, add more indexing,
11727 fix info about disassembly-flavor.
11728
11729 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11730
11731 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11732 SKIP_SOLIB_RESOLVER): Define.
11733
11734 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11735
11736 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11737 ``g'' packets.
11738
11739 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11740
11741 * gdb.texinfo: Create a new "Configurations" chapter with
11742 platform-specific info, inline remote.texi and move sections of it
11743 into the new chapter, move bits about info proc, heuristic search,
11744 and register stack into the new chapter.
11745 * remote.texi: Remove, now part of gdb.texinfo.
11746 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11747
11748 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11749
11750 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11751 GDB_TARGET_IS_MACH386): These kludges have gone away.
11752
11753 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11754
11755 * gdbint.texinfo (Target Architecture Definition): Mention
11756 TDEPLIBS.
11757
11758 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11759
11760 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11761 surrounding text to fit HP-UX bits into general info.
11762 (HPPA-cfg.texi): Remove, no longer useful.
11763
11764 * gdb.texinfo: Remove explicit links from @node lines, remove
11765 HP-added "Detailed Node Listing" from main menu which confuses
11766 things.
11767
11768 From Dmitry Sivachenko <dima@Chg.RU>:
11769 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11770 in description of `set environment'.
11771
11772 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11773
11774 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11775
11776 1999-08-12 Ben Elliston <bje@cygnus.com>
11777
11778 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11779
11780 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11781
11782 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11783 watch, awatch, and rwatch. Explain why the latter two cannot be
11784 set as software watchpoints. Document that watchpoints for local
11785 variables are deleted when the debuggee terminates.
11786
11787 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11788
11789 * remote.texi (Protocol): Further clarification of the "qRcmd"
11790 packet. Allow E.. response packet. "qRcmd" packet is no longer
11791 reserved.
11792
11793 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11794
11795 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11796 * gdb.texinfo: Ditto.
11797
11798 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11799
11800 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11801
11802 1999-08-06 Tom Tromey <tromey@cygnus.com>
11803
11804 * gdb.texinfo (KOD): New node.
11805
11806 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11807
11808 * remote.texi (Rcmd): Fix minor formatting typos.
11809
11810 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11811
11812 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11813 packets.
11814
11815 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11816
11817 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11818 fixes.
11819
11820 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11821
11822 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11823
11824 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11825
11826 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11827 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11828 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11829 packets that are not supported on all hosts. Expand examples.
11830 Spell check.
11831
11832 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11833
11834 * Makefile.in: Recognize html, install-html. Add targets
11835 to build HTML versions of documentation via texi2html.
11836
11837 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11838
11839 * gdbint.texinfo (Testsuite): New chapter, information about the
11840 testsuite.
11841
11842 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11843
11844 * remote.texi (Communication Protocol): Rewrite.
11845
11846 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11847
11848 * stabs.texinfo: Fix uses of xref.
11849
11850 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11851
11852 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11853 info about patch submission.
11854
11855 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11856
11857 From Per Bothner <bothner@cygnus.com>:
11858 * gdb.texinfo: Document Chill support.
11859
11860 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11861
11862 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11863 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11864 Document that the value should be greater-than or equal-to zero.
11865 (NO_STD_REGS): Document. Deprecate.
11866
11867 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11868
11869 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11870 Document that these are not used.
11871
11872 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11873
11874 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11875
11876 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11877
11878 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11879 numargs was dropped.
11880
11881 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11882
11883 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11884
11885 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11886
11887 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11888 Update.
11889
11890 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11891
11892 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11893 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11894
11895 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11896
11897 * gdbint.texinfo: Fix typos: $ -> @.
11898
11899 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11900
11901 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11902 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11903 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11904 BREAKPOINT_FROM_PC.
11905
11906 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11907
11908 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11909 CALL_DUMMY_STACK_ADJUST): Document.
11910
11911 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11912
11913 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11914 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11915
11916 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11917
11918 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11919 longer exists.
11920
11921 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11922
11923 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11924 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11925 they make the manual source incomprehensible.
11926 * h8-cfg.texi: Remove, hasn't been used in years.
11927
11928 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11929
11930 * gdb.texinfo: Update the credits.
11931
11932 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11933
11934 * gdb.texinfo: Fix mistakes noticed in printout of last
11935 draft, add Alpha to discussion of heuristic fence post.
11936
11937 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11938
11939 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11940 Edition, merge some HP changes into mainline, describe some
11941 previously undocumented features, describe more of the target
11942 commands available, eliminate obsolete section on renamed
11943 commands.
11944 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11945
11946 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11947
11948 * gdb.texinfo: Make many HPPA conditionals unconditional,
11949 including catchpoint description, since now on for all configs.
11950 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11951 specializations.
11952
11953 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11954
11955 * Makefile.in (GDBvn.texi): Fix match expression to work with
11956 current format of VERSION in gdb/Makefile.in.
11957 * gdb.texinfo: Fix node ref to match new readline.
11958
11959 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11960
11961 * gdb.texinfo: Changes made as part of a project to merge in
11962 changes made by HP. Documentation makes extensive use of
11963 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11964 on remote debugging. There are differences in documentation
11965 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11966 the HP manual discusses catchpoints, hardware watchpoints, and
11967 some HPUX specific limitations for shared library support.
11968
11969 There are also a number of @node changes.
11970
11971 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11972
11973 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11974 (C Usage): Same.
11975
11976 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11977
11978 The following changes were made by Edith Epstein
11979 <eepstein@cygnus.com> as part of a project to merge in changes
11980 made by HP.
11981
11982 * HPPA-cfg.texi: new file.
11983
11984 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11985
11986 * refcard.tex: change documentation about catch.
11987 removed info catch.
11988
11989 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11990
11991 * gdbint.texinfo: Expand on GDB's coding standards,
11992 specify the use of arg names with prototypes.
11993
11994 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11995
11996 * gdb.texinfo: Fix tipo.
11997
11998 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11999
12000 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
12001 TARGET_BYTE_ORDER_SELECTABLE_P.
12002
12003 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
12004
12005 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
12006
12007 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
12008
12009 * agentexpr.texi: New file.
12010
12011 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
12012
12013 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
12014
12015 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
12016
12017 * remote.texi: Changed wording that implied that the GDB remote
12018 protocol caches register values instead of GDB itself.
12019
12020 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
12021
12022 * gdbint.texinfo: Add some info about symbol readers.
12023 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
12024 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
12025 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
12026 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
12027
12028 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
12029
12030 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
12031
12032 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
12033
12034 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
12035
12036 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
12037
12038 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
12039 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
12040
12041 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
12042
12043 * gdbint.texinfo: Fix minor typos.
12044
12045 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
12046
12047 * gdbint.texinfo: Complete overhaul. Group descriptions more
12048 logically, add more info on generic algorithms, remove much
12049 obsolete and/or wrong material.
12050
12051 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
12052
12053 * stabs.texinfo (Method Type Descriptor): Expand and correct.
12054
12055 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
12056
12057 * refcard.tex: Copyright, address updates.
12058
12059 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
12060
12061 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
12062 for the edition instead of confusing GDB-version-like numbers.
12063
12064 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
12065
12066 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
12067
12068 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
12069
12070 * LRS: Reformat a bit to keep text under 80 columns.
12071
12072 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
12073
12074 * gdb.texinfo: Add some credits, mention bug monitor.
12075 * remote.texi: Mention mips monitor targets.
12076 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
12077
12078 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
12079
12080 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
12081 files, finish sorting of host vs target vs native macros, describe
12082 some more of them.
12083
12084 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12085
12086 * gdbint.texinfo (Host Conditionals): Document change from
12087 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12088
12089 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12090
12091 * gdbint.texinfo (Host Conditionals): Document
12092 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12093
12094 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12095
12096 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12097 Document LSEEK_NOT_LINEAR.
12098
12099 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12100
12101 * stabs.texinfo (Stab Section Basics): Make it clear that only
12102 some versions of the GNU linker remove the leading N_UNDF symbol.
12103
12104 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12105
12106 * stabs.texinfo (String Field): Document type number pairs here,
12107 instead of in the Sun specific section.
12108 (Include Files): The GNU linker supports the N_BINCL
12109 optimization. Clarify the N_BINCL value, and what it is used
12110 for.
12111 (Procedures): Document N_FUN with an empty string to mark the end
12112 of a function.
12113 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12114 (Sun Differences): Remove this node, as the information is now
12115 elsewhere in the main document.
12116 (Stab Section Basics): Mention that the GNU linker may optimize
12117 stabs and remove the leading N_UNDF symbol.
12118
12119 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12120
12121 * gdb.texinfo, refcard.tex: Restore author credit
12122
12123 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12124
12125 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12126 are macros that take an single argument.
12127
12128 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12129
12130 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12131 documentation to account for START and END macros taking
12132 one arg.
12133
12134 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12135
12136 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12137 * gdb.texinfo (Frames): Fix typo.
12138
12139 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12140
12141 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12142 a target_signal as arg type, not a pid.
12143
12144 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12145
12146 * gdb.texinfo: Document `set assembly-language'.
12147
12148 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12149
12150 * remote.texi: Update list of stubs in the GDB distribution.
12151
12152 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12153
12154 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12155 Also document that some systems can use mmalloc but must define
12156 this if their C runtime allocates memory that is later freed.
12157 (MMCHECK_FORCE): Document new macro.
12158
12159 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12160
12161 * remote.texi: Add documentation for target Sparclet.
12162
12163 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12164
12165 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12166 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12167 * configure.in: Rewritten for autoconf.
12168 * configure: New.
12169
12170 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12171
12172 * Makefile.in (DVIPS): New define, set to dvips.
12173 (dvi): Add stabs.dvi.
12174 (ps): New target.
12175 (all-doc): Depend on info, dvi, and ps targets.
12176 (STAGESTUFF): Add *.ps and *.dvi files.
12177 (clean-info, clean-dvi): Remove.
12178 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12179 rules completely rewritten.
12180 (maintainer-clean): Remove clean-info and clean-dvi
12181 dependencies and put their actions in the rules.
12182 (gdb.ps): New target
12183 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12184 intermediate TeX files, whether they have 2 or 3 character
12185 extensions.
12186 (gdbint.ps): Add target and rules.
12187 (gdb-internals): Delete unused target.
12188 (Makefile): Depends upon config.status also.
12189
12190 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12191
12192 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12193 set.
12194
12195 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12196
12197 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12198 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12199
12200 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12201
12202 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12203
12204 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12205
12206 * gdb.texinfo (Print settings): Document
12207 `set/show print static-members' commands.
12208
12209 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12210
12211 * gdbint.texinfo (Native): Document name change, coredep.c to
12212 core-aout.c.
12213
12214 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12215
12216 * stabs.texinfo (Include Files): Document the values the SunOS4
12217 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12218
12219 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12220
12221 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12222 Fix typo.
12223
12224 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12225
12226 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12227 "gdb.tar.Z".
12228
12229 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12230
12231 * Makefile.in (maintainer-clean): New target, synonym for
12232 realclean.
12233
12234 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12235
12236 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12237
12238 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12239
12240 * Update all FSF addresses except those in COPYING* files.
12241
12242 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12243
12244 From Richard Earnshaw (rearnsha@armltd.co.uk):
12245 * gdb.texinfo (convenience variables): Document $_exitcode.
12246 (quit): Document optional expression to use as exit code.
12247
12248 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12249
12250 * gdb.texinfo, remote.texi: Brought up to date with various
12251 GDB changes.
12252
12253 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12254
12255 * gdb.texinfo: Update dates and versions, fix comments about
12256 hardware watchpoints in future releases and about the
12257 sharedlibrary command.
12258
12259 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12260
12261 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12262 C_FUN stab. Other cleanups.
12263
12264 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12265
12266 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12267 for the sparc stub.
12268
12269 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12270
12271 * annotate.texi: Clarify which addresses have differing formats
12272 depending on the language and which do not.
12273
12274 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12275
12276 * remote.texi (NetWare): Changed example to use BOARD= instead of
12277 NODE= argument to reflect correspoding change to gdbserve.nlm.
12278
12279 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12280
12281 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12282 GDB, as well as AIX dbx, supports the size type attribute.
12283
12284 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12285
12286 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12287
12288 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12289
12290 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12291 and new 'if' and 'while' commands.
12292
12293 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12294
12295 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12296
12297 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12298
12299 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12300 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12301 NetWare targets. Mostly stolen from the Server node.
12302
12303 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12304
12305 * gdb.texinfo (Setting): Talk about the language of a source file
12306 versus the working language. The old documentation did not match
12307 what GDB did.
12308
12309 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12310
12311 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12312 of a source file.
12313
12314 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12315
12316 * gdb.texinfo (Processes): New node.
12317
12318 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12319
12320 * remote.texi: Update documentation of set/show mipsfpu.
12321
12322 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12323
12324 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12325 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12326
12327 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12328
12329 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12330 obsolete conditionals, described some others.
12331
12332 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12333
12334 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12335 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12336
12337 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12338
12339 * gdbint.texinfo: Put regex conditionals in their own table.
12340
12341 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12342
12343 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12344 described or fixed the descriptions of many others.
12345
12346 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12347
12348 * gdb.texinfo: Add some more credits.
12349 * gdbint.texinfo: Capitalize GDB consistently, describe some
12350 macros and remove some.
12351
12352 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12353
12354 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12355 obsolete conditionals, described some others.
12356
12357 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12358
12359 * gdb.texinfo (help targets): Changed to `help target', which
12360 is the correct gdb command.
12361
12362 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12363
12364 * annotate.texi (TODO): New node, for keeping track of annotations
12365 suggested but not yet implemented.
12366
12367 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12368
12369 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12370 another symbol, it is not the address itself.
12371
12372 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12373
12374 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12375 of stabs-in-coff sections.
12376
12377 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12378
12379 * annotate.texi: Change edition to 0.5 and date to May 1994.
12380 Add index.
12381 (Frames): New node, for frame annotation.
12382 (Displays): New node, for display annotation.
12383
12384 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12385 when waiting for your program to stop.
12386
12387 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12388
12389 * annotate.texi (Breakpoint Info): Document annotation of header
12390 fields and record annotation.
12391
12392 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12393
12394 * annotate.texi: New file, to document annotations.
12395
12396 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12397
12398 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12399 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12400
12401 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12402
12403 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12404 section, and say n_strx field is compilation unit relative.
12405 * stabs.texinfo: Don't use @code for a.out when it is the name of
12406 an object file format.
12407
12408 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12409
12410 * gdb.texinfo: Refer to file names, not path names, per rms
12411 convention.
12412 (Arguments): Fix typo.
12413
12414 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12415
12416 * stabs.texinfo (Global Variables): Talk about stabs in files
12417 where variables are referenced, but not defined.
12418
12419 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12420
12421 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12422 Cplusplus to new nodes Member Type Descriptor and Method Type
12423 Descriptor. Re-write stuff for #.
12424
12425 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12426
12427 * gdb.texinfo (Print Settings): Don't document "set print
12428 fast-symbolic-addr off". The bug which it worked around was fixed
12429 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12430
12431 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12432 N_ENTRY node.
12433
12434 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12435
12436 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12437
12438 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12439 references to ieee-float.c.
12440
12441 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12442
12443 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12444 match what the code actually does.
12445
12446 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12447
12448 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12449
12450 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12451
12452 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12453 i, and b.
12454
12455 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12456
12457 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12458 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12459 as "stabs in sections" rather than just saying "ELF and SOM".
12460 Also make that stuff apply to COFF.
12461
12462 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12463
12464 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12465 Ghostscript.
12466
12467 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12468
12469 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12470 versus functions without line numbers, also mention stepping into
12471 them as well as "step" when you are in them. Tell the user how to
12472 deal with the situation. Add comment about "debugging information".
12473
12474 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12475
12476 * stabs.texinfo (Enumerations): Document restriction on where
12477 enumeration types can appear and still win with GDB.
12478
12479 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12480
12481 * stabs.texinfo (Negative Type Numbers): Document format for type
12482 -16.
12483
12484 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12485
12486 * gdb.texinfo (Selection, Frame Info): Update information about
12487 arbitrary frame specficiations.
12488
12489 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12490
12491 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12492
12493 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12494
12495 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12496
12497 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12498
12499 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12500
12501 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12502
12503 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12504 Differences node to Statics node.
12505 (Statics): Discuss XCOFF use of V symbol descriptor.
12506
12507 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12508 not clean.
12509
12510 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12511
12512 * gdb.texinfo (Print Settings): Document `set print
12513 fast-symbolic-addr' and improve the doc for some other
12514 `set print's.
12515
12516 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12517
12518 * stabs.texinfo (String Field): Talk about defining several type
12519 numbers at once.
12520 Fix lint regarding changing node ELF Transformations to
12521 ELF and SOM Transformations.
12522
12523 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12524
12525 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12526
12527 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12528
12529 * stabs.texinfo (Cross-References): `::' is for nested types only
12530 within <>.
12531 (Structures): Document static members.
12532
12533 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12534
12535 * stabs.texinfo: Document S type attribute.
12536
12537 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12538
12539 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12540
12541 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12542
12543 * gdbint.texinfo: Fix a few typos.
12544
12545 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12546
12547 * gdb.texinfo, remote.texi: formatting improvements
12548
12549 * gdb.texinfo (New Features): mention threads.
12550 (Summary, C): fix xrefs in newly contributed text.
12551 (Threads): index entries, clarifications, example
12552 (passim): minor typos fixed, phrasing improvements
12553
12554 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12555 entries; (Server): explain use of gdbserver w/real-time systems,
12556 add example of conflicting TCP port; (MIPS Remote) break up
12557 running text into table, highlighting commands, and add example.
12558
12559 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12560
12561 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12562
12563 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12564
12565 * stabs.texinfo (Nested Symbols): New node.
12566 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12567
12568 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12569
12570 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12571 to picking which Bbss.bss symbol to use, and (because there seems to
12572 be no good way of doing it) re-write some of the text to make it
12573 sound like Bbss.bss isn't such a great idea after all (as currently
12574 designed).
12575
12576 * gdb.texinfo (C): In addition to saying people have to use g++ for
12577 good results, say they have to use stabs. Specifically say cfront
12578 doesn't work well.
12579 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12580 the gdb README. Add xrefs to places where the support for the various
12581 languages is described in detail.
12582
12583 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12584
12585 * stabs.texinfo: Clean up stuff about visibility and virtual
12586 characters.
12587
12588 * stabs.texinfo (N_M2C): Cite Sun doc.
12589
12590 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12591
12592 * gdb.texinfo: updates re threads.
12593 * remote.texinfo: avoid index entries starting with digits.
12594
12595 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12596
12597 * stabs.texinfo (Enumerations): Talk about large, negative and
12598 octal values. Clean up cross reference to type attributes.
12599 (String Field): Say that GDB 4.11 supports size attribute.
12600
12601 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12602
12603 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12604 is a mandatory step. Make the stuff about that more concise.
12605
12606 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12607
12608 * stabs.texinfo (Class Names): New node.
12609
12610 * gdb.texinfo (Command Files): Explain order of init file reading.
12611
12612 * remote.texi (Bootstrapping): Talk about getting the serial driver
12613 to deal with ^C sent by gdb to stop the remote system.
12614
12615 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12616
12617 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12618
12619 * libgdb.texinfo (Defining Commands): made the DOC arg
12620 to gdb_define_app_command a char * instead of char **
12621 per a suggestion from kingdon.
12622
12623 * libgdb.texinfo: total rewrite from a different starting
12624 premise.
12625
12626 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12627
12628 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12629 floats passed as doubles (to improve clarity).
12630
12631 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12632
12633 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12634
12635 * a4rc.sed: update to work with Andreas Vogel papersize params
12636
12637 * refcard.tex: use Andreas Vogel simplifications of papersize
12638 params; remove useless version info; update copyright date.
12639
12640 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12641
12642 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12643
12644 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12645
12646 * gdb.texinfo (Files): Say what address the load command loads it at.
12647
12648 * stabs.texinfo (Common Blocks): Minor cleanups.
12649
12650 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12651 that Sun has backed away from the linker kludge and thus the relevant
12652 issue is changes to the SunPRO tools, not the Solaris linker.
12653
12654 * stabs.texinfo (Traditional Integer Types): Clean up description
12655 of octal bounds a little bit. Document extra leading zeroes.
12656
12657 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12658
12659 * gdb.texinfo (Signaling): Update for symbolic symbol names
12660 and add a section explaining the difference between the GDB
12661 signal command and the shell kill utility.
12662
12663 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12664
12665 * libgdb.texinfo: added `@' to braces that were unescaped.
12666
12667 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12668
12669 * libgdb.texinfo: new file. Spec for the gdb library.
12670
12671 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12672
12673 * stabs.texinfo (Include Files): Fix typo (start -> end).
12674
12675 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12676
12677 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12678 from Melissa at FSF's editing pass.
12679
12680 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12681
12682 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12683 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12684 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12685
12686 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12687
12688 * remote.texi (Bootstrapping): Discuss 386 call gates.
12689
12690 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12691
12692 * stabs.texinfo (Based Variables): New node.
12693
12694 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12695
12696 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12697 names, sizes, and formats to suggest how not to lose.
12698
12699 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12700
12701 * stabs.texinfo (Methods): Fix typo.
12702
12703 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12704
12705 * gdb.texinfo: Fix a few typos.
12706
12707 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12708
12709 * gdb.texinfo: Clarify how well it works with Fortran.
12710
12711 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12712 More on relocating stabs in ELF files.
12713
12714 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12715
12716 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12717
12718 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12719
12720 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12721 parameters on VAX.
12722
12723 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12724
12725 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12726
12727 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12728
12729 * stabs.texinfo: Make info author notice match the TeX author notice.
12730
12731 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12732
12733 * stabs.texinfo: Initial-caps all words in node names and
12734 non-trivial words in section names.
12735
12736 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12737
12738 * stabs.texinfo: Many minor cleanups.
12739
12740 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12741
12742 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12743
12744 * stabs.texinfo: Remove full description of big example.
12745 It's not really helpful; just use pieces of it where appropriate.
12746 Add more Texinfo formatting directives (@samp, etc.).
12747 Use @deffn to define stab types.
12748 Eliminate some wordiness. Break up some nodes.
12749 Add an (alphabetized) index of symbol types.
12750 Use consistent capitalization style in node and section names.
12751
12752 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12753
12754 * gdb.texinfo: Change typo "Two two" to "The two".
12755
12756 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12757
12758 * stabs.texinfo (XCOFF-differences): Remove references to
12759 non-existent types N_DECL and N_RPSYM.
12760
12761 * stabs.texinfo (String Field): Say that type attributes bug is
12762 fixed in GDB 4.10, since it is.
12763
12764 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12765
12766 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12767
12768 * stabs.texinfo: Formatting cleanups.
12769
12770 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12771
12772 * stabs.texinfo: When explaining the n_type of a stab, standardize
12773 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12774 no tabs, use @r).
12775 (Global Variables): Clean up.
12776
12777 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12778
12779 * stabs.texinfo (Stack Variables): Re-write.
12780
12781 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12782
12783 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12784 addresses of a source file. Also revise formatting.
12785 Change "object module" or "object file" to "source file".
12786 Various: Miscellaneous cleanups.
12787
12788 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12789
12790 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12791
12792 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12793
12794 * gdbint.texinfo: Removed many nonsensical machine-collected
12795 host and target conditionals, described some of the remainder.
12796
12797 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12798
12799 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12800
12801 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12802 paragraph which follows.
12803
12804 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12805 variables. Looks better and avoids overful hbox.
12806
12807 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12808
12809 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12810
12811 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12812
12813 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12814 retransmit-timeout
12815
12816 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12817
12818 * gdbint.texinfo: Update statement about `some ancient Unix
12819 systems, like Ultrix 4.0' to Ultrix 4.2.
12820
12821 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12822
12823 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12824
12825 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12826
12827 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12828 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12829
12830 * remote.texi: new name for former gdbinv-s.texi
12831
12832 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12833
12834 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12835
12836 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12837 variables for MIPS remote debugging protocol.
12838
12839 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12840
12841 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12842
12843 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12844
12845 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12846
12847 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12848
12849 * gdb.texinfo: repair conditional bugs in text markup
12850
12851 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12852
12853 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12854 to select Modula-2 material.
12855
12856 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12857
12858 * stabs.texinfo: Cleanups regarding statics.
12859
12860 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12861 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12862
12863 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12864
12865 * stabs.texinfo: N_MAIN is sometimes used for C.
12866
12867 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12868
12869 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12870
12871 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12872
12873 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12874 removed from the code by Kingdon.
12875
12876 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12877
12878 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12879 input when evaluating breakpoint conditions; the bug has been fixed.
12880
12881 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12882 sets the ignore count to N-1, not to N.
12883
12884 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12885
12886 * refcard.tex (\hoffset): correct longstanding error to match
12887 intended offset; avoids cutting off edge on some printers
12888
12889 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12890
12891 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12892
12893 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12894
12895 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12896
12897 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12898
12899 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12900 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12901 collect sed edits if any, apply to refcard before formatting;
12902 (refcard.ps) stop implying PS fonts if PS output requested;
12903 (lrefcard.ps) delete extra target for variant PS fonts
12904
12905 * refcard.tex: parametrize papersize dependent info, collect
12906 in easily replaced spot
12907
12908 * a4rc.sed: new file, edits to refcard for A4 paper
12909
12910 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12911
12912 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12913
12914 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12915
12916 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12917
12918 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12919
12920 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12921 politely rather than rudely.
12922
12923 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12924
12925 * stabs.texinfo: Document common blocks.
12926
12927 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12928
12929 * stabs.texinfo: Add some basic info about stabs-in-elf.
12930
12931 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12932
12933 * stabs.texinfo (Top): Minor cleanup.
12934
12935 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12936
12937 * Makefile.in (install-info): remove parentdir support
12938
12939 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12940
12941 * gdb.texinfo (Copying): delete this node and references to it;
12942 RMS says this manual need not carry GPL. (passim): Improvements
12943 from last round at FSF, largely due to Ian Taylor review, and
12944 minor formatting improvements.
12945
12946 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12947 largely due to Ian Taylor review. (Debug Session): minor edits to
12948 new text.
12949
12950 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12951
12952 * Makefile.in (realclean): Remove info and dvi files too.
12953
12954 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12955
12956 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12957 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12958 * gdb.texinfo: Change accordingly.
12959
12960 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12961 N_{L,R}BRAC,N_SLINE are relative to.
12962
12963 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12964
12965 * Makefile.in (GDBvn.texi): Update atomically.
12966
12967 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12968
12969 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12970
12971 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12972
12973 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12974 addresses together. Also motivate the set print symbol-filename
12975 command and suggest other solutions.
12976
12977 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12978
12979 * gdb.texinfo (set print elements): Note that the number of
12980 elements is set to unlimited by "set print elements 0".
12981
12982 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12983
12984 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12985 NF_LDOUBLE means.
12986 (Stab Types): Include Solaris stab types.
12987 (Procedures): Document Solaris extensions.
12988
12989 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12990
12991 * gdb.texinfo: Add `set print symbol-filename' doc.
12992
12993 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12994
12995 * stabs.texinfo (Arrays): Talk about type definition vs. type
12996 information.
12997
12998 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12999 the trailing semicolon.
13000
13001 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13002
13003 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
13004 and merge in other parts of the document addressing these subjects.
13005 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
13006
13007 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
13008 at the end of a range type.
13009
13010 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
13011 AIX extensions.
13012
13013 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13014
13015 * stabs.texinfo (Stabs Format): Misc fixes.
13016
13017 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13018
13019 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
13020 (Traditional builtin types): Document convex convention for long long.
13021 (Negative builtin types): Discuss type names, and misc fixes.
13022
13023 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13024
13025 * stabs.texinfo (Builtin Type Descriptors): Document the floating
13026 point types used with @samp{R} type descriptor.
13027 (Symbol Descriptors): Describe how to handle conflict between
13028 different meanings of @samp{P} symbol descriptor.
13029
13030 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13031
13032 * stabs.texinfo: Remove node Quick Reference and put its children
13033 directly under the main menu.
13034
13035 * stabs.texinfo: Many more changes to bring it into line with
13036 AIX documentation and reality. I think it now has all the
13037 information from the AIX documentation, except that I burned
13038 out when I got to variant records (Pascal and Modula-2) and
13039 all the COBOL types. Oh well, we can add them later when we're
13040 worrying more about those languages.
13041
13042 * stabs.texinfo (Automatic variables): Talk about what it means
13043 to omit the symbol descriptor.
13044
13045 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13046
13047 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
13048 gcc2 behavior with promoted args.
13049
13050 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13051
13052 * gdb.texinfo: include readline appendices in info version of manual
13053
13054 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13055
13056 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
13057 target remote.
13058
13059 * gdb.texinfo (Machine Code): more index entries for disassemble
13060
13061 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
13062
13063 * Clarify the intended use of the gdb-testers and gdb-patches
13064 mailing lists, and shrink gzip comment.
13065
13066 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13067
13068 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
13069 DOSHOST configuration of manual.
13070
13071 * gdb.texinfo (MIPS Stack): new node.
13072
13073 * all-config.texi (MIPS) new switch.
13074
13075 * gdbinv-s.texi (Nindy Options) Remove two instances of future
13076 tense; (MIPS Remote) new node.
13077
13078 * gdb.texinfo (passim) rephrases to work around makeinfo @value
13079 bug; (Environment) less passive, other small cleanups in text about
13080 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
13081 (Remote) new MIPS Remote menu entry.
13082
13083 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
13084
13085 * stabs.texinfo: Many changes to include information from the
13086 AIX documentation.
13087
13088 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13089
13090 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13091
13092 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13093 Add PRINTF_HAS_LONG_LONG references.
13094
13095 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13096
13097 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13098 `set demangle-style arm' (not cfront); mention can type `q' to
13099 discard output, when gdb pages.
13100
13101 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13102
13103 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13104 Move a bunch of information from ../README.
13105 (Getting Started): New node.
13106
13107 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13108
13109 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13110
13111 * gdb.texinfo: advance manual revision dates to present
13112
13113 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13114 stop using silly Roman numerals in @set variable names
13115
13116 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13117
13118 * stabs.texinfo (Parameters): Keep trying to get this right.
13119
13120 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13121
13122 * stabs.texinfo (Parameters): More on "local parameters".
13123
13124 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13125
13126 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13127
13128 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13129
13130 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13131 (Parameters): Rewrite.
13132 (xcoff-differences, Sun-differences): Minor changes.
13133
13134 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13135
13136 * stabs.texinfo: Minor cleanup.
13137
13138 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13139
13140 * gdbint.texinfo: Minor xcoff stuff.
13141
13142 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13143
13144 * gdbint.texinfo: Update for new config directory structure.
13145 Add info about internal type data structures.
13146
13147 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13148
13149 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13150 $(srcdir).
13151 (gdb-config.texi): Depend on file in $(srcdir).
13152
13153 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13154
13155 * stabs.texinfo: Fixes about N_SO.
13156
13157 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13158
13159 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13160
13161 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13162
13163 * gdb.texinfo: include list of nonstandard init file names
13164
13165 * *-config.texi: new switch GENERIC for text that applies *only*
13166 to (usual) multiple-target version of manual
13167
13168 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13169 h8 config
13170
13171 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13172 in menus (rather than conditionally selected multiple alternative
13173 menus).
13174
13175 * Makefile.in: define and use DOC_CONFIG var to select
13176 configuration for GDB user manual.
13177
13178 * gdb-config.texi: delete from repository, generate from Makefile.
13179
13180 * all-config.texi: normal `generic' configuration file, formerly
13181 stored as gdb-config.texi
13182
13183 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13184
13185 * Makefile.in: add dvi target to build all .dvi files
13186
13187 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13188
13189 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13190
13191 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13192
13193 * stabs.texi: The `this' pointer is now known by the name
13194 `this' instead of `$t'.
13195
13196 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13197
13198 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13199 host conditionals.
13200 * stabs.texinfo: More array fixes inspired by Jim's.
13201
13202 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13203
13204 * stabs.texinfo: Fixes re arrays and continuations.
13205
13206 * gdbint.texinfo: Add XCOFF node.
13207
13208 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13209
13210 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13211
13212 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13213
13214 * stabs.texinfo: Fix for array types to mention lower bounds.
13215
13216 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13217
13218 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13219
13220 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13221
13222 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13223
13224 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13225
13226 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13227 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13228
13229 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13230
13231 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13232
13233 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13234
13235 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13236
13237 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13238
13239 * gdb.texinfo, gdbinv-s.texi: misc updates
13240
13241 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13242
13243 * gdbint.texinfo: Brief documentation for longjmp support,
13244 from an email msg by Stu.
13245
13246 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13247
13248 * stabs.texinfo: Fix description of floating point "range"
13249 types (which really define basic types). Reported by Jim Meehan,
13250 <meehan@src.dec.com>.
13251
13252 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13253
13254 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13255
13256 * gdbint.texinfo: Slightly expand section on supporting a new
13257 object file format.
13258
13259 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13260
13261 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13262 intermediate file.
13263
13264 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13265
13266 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13267
13268 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13269
13270 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13271
13272 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13273 as well as Z8002.
13274
13275 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13276
13277 * gdbint.texinfo (Host Conditionals): Remove
13278 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13279 MEM_FNS_DECLARED.
13280 (Target Conditionals): Remove all of the above.
13281
13282 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13283
13284 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13285 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13286
13287 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13288
13289 * gdbint.texinfo: Add sections on clean design and on how to send
13290 in changes.
13291
13292 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13293
13294 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13295
13296 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13297
13298 * gdbint.texinfo: nm.h now included in defs.h.
13299
13300 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13301
13302 * gdb.texinfo: Fix typo, reported by Karl Berry.
13303
13304 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13305
13306 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13307
13308 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13309
13310 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13311
13312 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13313
13314 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13315 (all @node commands): Use new form to avoid nitpicking errors.
13316 * gdbint.texinfo: Document host/native/target split.
13317
13318 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13319
13320 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13321
13322 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13323
13324 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13325
13326 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13327
13328 * gdbint.texinfo: fixed a stray email address (needs @@),
13329 added @table @code to node "Native Conditionals"
13330
13331 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13332
13333 * gdbint.texinfo: document a few more macros, create new section
13334 for native macros.
13335
13336 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13337
13338 * gdb.texinfo: Document command hooks.
13339
13340 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13341
13342 * gdbint.texinfo: Describe coding style of GDB.
13343
13344 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13345
13346 * stabs.texinfo: Minor wording changes.
13347
13348 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13349
13350 * gdbint.texinfo: Improve release doc slightly.
13351
13352 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13353
13354 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13355 for two new remote targets---29K using UDI, and Tandem ST2000
13356 using STDBUG.
13357
13358 * all.m4, none.m4: new m4 switch, _ST2000__
13359
13360 * all.m4: turn on H8/300 stuff for generic manual
13361
13362 * gdbinv-s.m4.in: remove text on special procedures to continue
13363 after explicit call to breakpoint() in serial stubs.
13364
13365 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13366
13367 * gdbint.texinfo: Improve doc of GDB config macros.
13368
13369 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13370
13371 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13372 These will be reinserted when examined.
13373
13374 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13375
13376 * gdb.texinfo: fix shameful error of agreement reported by
13377 jimb@occs.cs.oberlin.edu (Jim Blandy)
13378 * gdb.texinfo: remove old partial discussion of remote serial
13379 protocol (via serial debug stubs)
13380 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13381 use of serial debug stubs
13382
13383 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13384
13385 * gdbint.texinfo: Make a start at documenting all the #if macros
13386 in GDB. At least list them all, and start separating them into
13387 host-specific and target-specific.
13388
13389 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13390
13391 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13392 examples (not consistent w others).
13393 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13394 for generic vn of doc
13395
13396 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13397
13398 * Makefile.in: always create installation directories.
13399
13400 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13401
13402 * gdb.texinfo: in h8 config, do not describe searching commands.
13403
13404 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13405
13406 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13407 conditionals; introduce a few generic switches that may be
13408 useful for other cross-dev or dos-hosted configs.
13409
13410 * gdb.texinfo: fix typo in "info reg" description
13411
13412 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13413
13414 * stabs.texinfo: Minor updates from running TeX over it.
13415 * Makefile.in (stabs.dvi, stabs.ps): Add.
13416
13417 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13418
13419 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13420 First pass at converting it to texinfo.
13421
13422 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13423
13424 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13425 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13426
13427 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13428
13429 * gdbint.texinfo: Add section on partial symbol tables.
13430
13431 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13432
13433 * gdb.texinfo: Document new am29k setting.
13434
13435 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13436
13437 * gdb.texinfo: document `set remotedebug' and `set
13438 rstack_high_address'.
13439
13440 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13441
13442 * gdb.texinfo: slight expansion of new text on reading info files
13443 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13444 H8/300 from DOS.
13445
13446 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13447
13448 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13449
13450 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13451
13452 * gdb.texinfo: Say how to read the `info' files.
13453
13454 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13455
13456 * Makefile.in: gm4 -> m4.
13457
13458 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13459
13460 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13461 Documentation' ahead of `Installing GDB' to match README.
13462 Update shared library doc, -readnow and -mapped, and directory
13463 structure (add glob and mmalloc). Update configure doc.
13464
13465 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13466
13467 * Makefile.in: remove $(srcdir) from gdb.info rule.
13468
13469 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13470
13471 * Makefile.in: commented out gdb-all.texinfo rule. This is
13472 temporary.
13473
13474 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13475
13476 * Makefile.in, configure.in: removed traces of namesubdir,
13477 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13478 copyrights to '92, '13, changed some from Cygnus to FSF.
13479
13480 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13481
13482 * gdb.texinfo: Improve how we ask for bug reports.
13483
13484 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13485
13486 * Makefile.in: infodir belongs in datadir.
13487
13488 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13489
13490 * Makefile.in: remove spaces following hyphens, bsd make can't
13491 cope. install using INSTALL_DATA. added clean-info. added
13492 standards.text support.
13493
13494 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13495
13496 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13497 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13498 and mandir now keyed off datadir by default.
13499
13500 \f
13501 Local Variables:
13502 mode: change-log
13503 left-margin: 8
13504 fill-column: 74
13505 version-control: never
13506 coding: utf-8
13507 End:
This page took 0.366559 seconds and 4 git commands to generate.