gdb: remove uses of iterate_over_inferiors in mi/mi-main.c
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2020-01-10 Pedro Alves <palves@redhat.com>
2
3 * gdb.texinfo (Starting): Say "current inferior not connected"
4 instead of "GDB not connected".
5 (Inferiors and Programs): Rename node to ...
6 (Inferiors Connections and Programs): ... this. Update all
7 references. Talk about multiple target connections. Update "info
8 inferiors" info to mention the connections column. Describe "info
9 connections". Document "add-inferior -no-connection".
10 * guile.texi, python.texi: Update cross references.
11
12 2020-01-01 Joel Brobecker <brobecker@adacore.com>
13
14 * gdb.texinfo, refcard.tex: Update copyright year range.
15
16 2019-12-14 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * python.texi (Symbols In Python): Remove duplicate description of
19 gdb.lookup_global_symbol.
20
21 2019-12-11 Simon Marchi <simon.marchi@efficios.com>
22
23 * gdb.texinfo (Writing JIT Debug Info Readers): Fix typo.
24
25 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
26
27 * gdb.texinfo (Command Options): Use -p and -pretty in the example,
28 as -r is ambiguous. Update the print - TAB TAB completion result.
29 (Data): Document new option -raw-values. Use -p and -pretty in the
30 example, as -r is ambiguous.
31 (Print Settings): Document set print raw values.
32 (Pretty-Printer Commands): Document interaction between enabled
33 pretty printers and -raw-values/-raw-frame-arguments.
34
35 2019-12-10 Tom Tromey <tom@tromey.com>
36
37 * python.texi (gdb.prompt): Use correct quotes in example.
38 Shorten sample text.
39
40 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
43 -max-results to some -symbol-info-* commands.
44
45 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
48 -symbol-info-module-functions and -symbol-info-module-variables.
49
50 2019-12-01 Tom Tromey <tom@tromey.com>
51
52 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
53 (Output Styling): Document new settings.
54
55 2019-12-01 Tom Tromey <tom@tromey.com>
56
57 * gdb.texinfo (TUI Configuration): Document new setting.
58
59 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
60
61 * gdb.texinfo (Define): Indicate that user-defined prefix can
62 be used in 'define' command. Document 'define-prefix' command.
63
64 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
67 -symbol-info-modules.
68
69 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
70
71 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
72 -symbol-info-functions, -symbol-info-types, and
73 -symbol-info-variables.
74
75 2019-11-26 Tom Tromey <tom@tromey.com>
76
77 * gdb.texinfo (Maintenance Commands): Document new maint
78 commands.
79
80 2019-11-25 Luis Machado <luis.machado@linaro.org>
81
82 * gdb.texinfo (Debugging Output): Document set debug
83 remote-packet-max-chars.
84
85 2019-11-14 Tom de Vries <tdevries@suse.de>
86
87 * gdb.texinfo: Fix typos.
88 * python.texi: Same.
89 * stabs.texinfo: Same.
90
91 2019-11-12 Tom Tromey <tom@tromey.com>
92
93 * gdb.texinfo (Maintenance Commands): Document new command.
94
95 2019-11-11 Tom Tromey <tom@tromey.com>
96
97 * gdb.texinfo (TUI Keys): Document readline function names.
98
99 2019-11-11 Tom Tromey <tom@tromey.com>
100
101 * gdb.texinfo (Editing): Document operate-and-get-next.
102
103 2019-11-11 Tom Tromey <tromey@adacore.com>
104
105 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
106
107 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * python.texi (Symbols In Python): Add documentation for
110 gdb.lookup_static_symbols.
111
112 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * python.texi (Symbols In Python): Extend documentation for
115 gdb.lookup_static_symbol.
116
117 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * gdb.texinfo (Symbols): Document new 'info module variables' and
120 'info module functions' commands.
121
122 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.texinfo (Symbols): Document new 'info modules' command.
125
126 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
127
128 * gdb.texinfo (Convenience Funs): Document the new
129 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
130 convenience functions.
131
132 2019-10-29 Christian Biesinger <cbiesinger@google.com>
133
134 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
135 generation.
136 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
137 option.
138
139 2019-10-23 Tom Tromey <tom@tromey.com>
140
141 * Makefile.in (READLINE_DIR): Update.
142
143 2019-10-23 Christian Biesinger <cbiesinger@google.com>
144
145 * python.texi (Threads In Python): Add a note for how to get the
146 list of threads.
147
148 2019-10-07 Tom de Vries <tdevries@suse.de>
149
150 * gdb.texinfo: Fix typo.
151 * guile.texi: Same.
152 * python.texi: Same.
153
154 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
155
156 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
157
158 2019-10-02 Tom Tromey <tromey@adacore.com>
159
160 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
161 $_ada_exception.
162
163 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
164
165 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
166 qXfer:spu:read and qXfer:spu:write.
167 (General Query Packets): Likewise.
168 (Cell Broadband Engine SPU architecture): Remove subsection.
169
170 2019-09-18 Tom Tromey <tom@tromey.com>
171
172 * gdb.texinfo (Editing): Document readline application name.
173 (TUI Single Key Mode): Document TUI SingleKey keymap name.
174
175 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * gdb.texinfo (Source Path): Additional text to better describe
178 how the source path directory list is used when searching for
179 source files.
180
181 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
182
183 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
184 examples.
185
186 2019-09-10 Tom Tromey <tromey@adacore.com>
187
188 * gdb.texinfo (Index Files): Update Ada text.
189
190 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
191
192 * gdb.texinfo (Symbols): Add information about the -n flag to
193 "info variables" and "info functions".
194
195 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
196
197 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
198
199 2019-08-16 Alan Hayward <alan.hayward@arm.com>
200
201 * gdb.texinfo (AArch64 Pointer Authentication)
202 (GDB/MI Breakpoint Information) (Frame Information): Document
203 addr_field.
204
205 2019-08-12 Tom Tromey <tom@tromey.com>
206
207 * gdb.texinfo (Configure Options): Document minimum version of
208 readline.
209
210 2019-08-09 Alan Hayward <alan.hayward@arm.com>
211
212 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
213
214 2019-08-07 Alan Hayward <alan.hayward@arm.com>
215
216 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
217
218 2019-08-05 Christian Biesinger <cbiesinger@google.com>
219
220 * python.texi (Blocks In Python): Document dictionary access on blocks.
221
222 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
223
224 * gdb.texinfo (Symbols): Document new args -dirname and -basename
225 of "info sources" command.
226
227 2019-07-30 Christian Biesinger <cbiesinger@google.com>
228
229 * python.texi (Symbols In Python): Document new function
230 gdb.lookup_static_symbol.
231
232 2019-07-29 Christian Biesinger <cbiesinger@google.com>
233
234 * python.texi (Objfiles In Python): Document new functions
235 Objfile.lookup_{global,static}_symbol.
236
237 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
238
239 * gdb.texinfo (Backtrace): Document the new '-frame-info'
240 backtrace option. Reference 'set print frame-info'.
241 (Print Settings): Document 'set|show print frame-info'.
242 Document new 'presence' value for 'set print frame-arguments.
243
244 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * gdb.texinfo (Symbols): Add information about -q flag to "info
247 types".
248
249 2019-07-20 Kevin Buettner <kevinb@redhat.com>
250
251 * python.texi (python command): Revise example to match
252 command behavior.
253
254 2019-07-09 Pedro Alves <palves@redhat.com>
255
256 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
257 examples to show type=catchpoint instead of type=breakpoint and an
258 address.
259
260 2019-07-03 Pedro Alves <palves@redhat.com>
261 Philippe Waroquiers <philippe.waroquiers@skynet.be>
262
263 * gdb.texinfo (Command Settings): New node documenting the general
264 concept of settings, how to change them, and the new "with"
265 command.
266 (Maintenance Commands): Document "maint with".
267
268 2019-07-03 Pedro Alves <palves@redhat.com>
269
270 * gdb.texinfo (Maintenance Commands): Document "maint set/show
271 test-settings" instead of "maint test-settings set/show".
272
273 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
274
275 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
276 deals with a file that has the same name as the specified pid to
277 attach to. Add example using -p option.
278 (gdb man): Remove same sentence as in previous item.
279
280 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
281
282 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
283 node.
284 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
285 new MI commands.
286
287 2019-06-13 Pedro Alves <palves@redhat.com>
288
289 * gdb.texinfo (Command Completion): Mention command options too.
290 (Command Options): New node.
291 (Threads): Add anchors. Extend descriptions of the "taas" and
292 "tfaas" commands.
293 (Backtrace): Describe new options of the "backtrace" command. Add
294 anchors.
295 (Frame Apply): Describe new options of the "frame apply" and
296 "faas" commands. Add anchors.
297 (Data): Describe new options of the "print" command. Add anchors.
298 (Compiling and Injecting Code): Mention options of the "compile
299 print" command.
300 (Maintenance Commands): Mention "maint test-options" subcommands
301 and the "maint show test-options-completion-result" command.
302
303 2019-06-13 Pedro Alves <palves@redhat.com>
304
305 * gdb.texinfo (Print Settings): Document "set/show print
306 raw-frame-arguments" instead of "set/show print raw
307 frame-arguments".
308
309 2019-06-13 Pedro Alves <palves@redhat.com>
310
311 * gdb.texinfo (Maintenance Commands): Document "maint
312 test-settings" commands.
313
314 2019-06-06 Amos Bird <amosbird@gmail.com>
315
316 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
317 annotation.
318
319 2019-06-04 Christian Biesinger <cbiesinger@google.com>
320
321 * python.texi: Document new gdb.Type.objfile property.
322
323 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
324
325 * gdb.texinfo (Help): Document the new -v apropos flag.
326 (Output Styling): Document the style name styling done by "show style".
327 Document the new title and highlight styles.
328
329 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
330
331 * gdb.texinfo (Shell Commands): Document pipe command.
332 (Logging Output): Add a reference to pipe command.
333 (Convenience Variables): Document $_shell_exitcode and
334 $_shell_exitstatus.
335
336 2019-05-29 Tom Tromey <tromey@adacore.com>
337
338 * gdb.texinfo (Continuing and Stepping): Document new
339 commands.
340
341 2019-05-22 Alan Hayward <alan.hayward@arm.com>
342
343 * gdb.texinfo (Shell Commands): Add debugredirect.
344
345 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
346
347 * gdb.texinfo: Minor formatting fixes.
348
349 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
350
351 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
352 MI command -complete.
353
354 2019-05-14 Tom de Vries <tdevries@suse.de>
355
356 * gdb.texinfo (Automatic symbol index cache): Add concept and command
357 index entries.
358
359 2019-05-14 Tom de Vries <tdevries@suse.de>
360
361 * gdb.texinfo (Maintenance Commands): Remove superfluous
362 quoting on command index entry for "maint info selftests".
363
364 2019-05-10 Tom Tromey <tromey@adacore.com>
365
366 * python.texi (Pretty Printing API): Mention lazy computation for
367 "children".
368
369 2019-05-10 Tom Tromey <tromey@adacore.com>
370
371 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
372 exception" and "catch handlers". Move "catch exception unhandled"
373 text. Use @var for "catch load" and "catch unload"
374
375 2019-05-08 Tom Tromey <tromey@adacore.com>
376
377 * gdb.texinfo (Symbols): Document change to ptype/o.
378
379 2019-05-03 Eli Zaretskii <eliz@gnu.org>
380
381 * gdb.texinfo (Separate Debug Files): Document how the
382 subdirectory of the global debug directory is computed on
383 MS-Windows/MS-DOS.
384
385 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * gdb.texinfo (Print Settings): Document 'print max-depth'.
388 * guile.texi (Guile Pretty Printing API): Document that 'print
389 max-depth' can effect the display of a values children.
390 * python.texi (Pretty Printing API): Likewise.
391 (Values From Inferior): Document max_depth keyword.
392
393 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
394
395 * gdb.texinfo (Calling): Document the new
396 set|show may-call-functions.
397
398 2019-04-22 Pedro Alves <palves@redhat.com>
399
400 * gdb.texinfo (Reverse Execution): Mention and xref process record
401 and replay. Mention remote and system emulators.
402 (Process Record and Replay): List supported architectures.
403 Mention that "record btrace" is only supported on Intel
404 processors.
405
406 2019-04-17 Alan Hayward <alan.hayward@arm.com>
407
408 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
409 (Monitor Commands for gdbserver)
410 (gdbserver man): Add debug-file option.
411
412 2019-04-08 Kevin Buettner <kevinb@redhat.com>
413
414 * python.texi (Inferiors In Python): Rename
415 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
416 Add note about the former being deprecated.
417
418 2019-04-08 Kevin Buettner <kevinb@redhat.com>
419
420 * python.texi (Threads In Python): Add description for method
421 InferiorThread.handle.
422
423 2019-04-07 Tom Tromey <tom@tromey.com>
424
425 * Makefile.in (all): Depend on "info".
426
427 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 * gdb.texinfo (Convenience Funs): Document '$_creal' and
430 '$_cimag'.
431
432 2019-03-30 Eli Zaretskii <eliz@gnu.org>
433
434 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
435 $_gdb_minor.
436
437 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
438
439 * python.texi (Pretty Printing API): Document use of None for the
440 display_hint.
441
442 2019-03-22 Alan Hayward <alan.hayward@arm.com>
443 Jiong Wang <jiong.wang@arm.com>
444
445 * gdb.texinfo (AArch64 Features): Describe pauth feature.
446
447 2019-03-20 Tom Tromey <tromey@adacore.com>
448
449 * python.texi (Selecting Pretty-Printers): Use @defvar for
450 gdb.pretty_printers.
451
452 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
453
454 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
455 of table, "@end @table" -> "@end table".
456
457 2019-03-14 Tom Tromey <tromey@adacore.com>
458
459 * gdb.texinfo (Output Styling): Document "set style source" and
460 "show style source".
461
462 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
463
464 * gdb.texinfo (Mode Options): Mention mi3.
465 (Interpreters): Likewise.
466 (GDB/MI Development and Front Ends): Add entry for MI 3 in
467 version table. Document -fix-multi-location-breakpoint-output.
468 (GDB/MI Breakpoint Information): Document format of breakpoint
469 location output.
470
471 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
472
473 * python.texi (Values From Inferior): Change synopsys of the
474 second form of Value.__init__.
475
476 2019-03-02 Eli Zaretskii <eliz@gnu.org>
477
478 * gdb.texinfo (Output Styling): Fix typos. Document the default
479 foreground colors of the available styles.
480
481 2019-02-27 Kevin Buettner <kevinb@redhat.com>
482
483 * gdb.texinfo (Configure Options): Document minimum python
484 version.
485
486 2019-02-26 Kevin Buettner <kevinb@redhat.com>
487
488 * python.texi (Values From Inferior): Document second form
489 of Value.__init__.
490
491 2019-02-23 Joel Brobecker <brobecker@adacore.com>
492
493 * gdb.texinfo: Update copyright year ranges.
494 * refcard.tex: Likewise.
495
496 2019-02-21 Alan Hayward <alan.hayward@arm.com>
497
498 * gdb.texinfo: Update style defaults.
499
500 2019-02-21 Tom Tromey <tromey@adacore.com>
501
502 * gdb.texinfo (Remote Configuration): Remove trailing "." from
503 @item.
504
505 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
506
507 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
508 MI versions. Update text around it.
509
510 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
511
512 * gdb.texinfo (PowerPC Features): Document the alias
513 pseudo-registers for the org.gnu.gdb.power.altivec feature.
514
515 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
516
517 * gdb.texinfo (Print Settings): Remove mention of specific
518 demangle-style values, just refer to the in-process help.
519
520 2018-12-28 Tom Tromey <tom@tromey.com>
521
522 * gdb.texinfo (Output Styling): New node.
523
524 2018-12-13 John Baldwin <jhb@FreeBSD.org>
525
526 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
527 (Native): Add a FreeBSD subsection.
528 (FreeBSD): Document use of system call aliases for compatibility
529 system calls.
530
531 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * gdb.texinfo (Standard Target Features): Add RISC-V Features
534 sub-section.
535
536 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
537
538 * gdb.texinfo (Examining the Symbol Table): Document language choice
539 for 'info types|functions|variables' commands.
540 (Setting Breakpoints): Document language choice to print
541 the functions in which a breakpoint is set.
542
543 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
544
545 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
546 requirements for the org.gnu.gdb.power.vsx feature.
547
548 2018-11-01 Joel Brobecker <brobecker@adacore.com>
549
550 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
551 output to match the current implementation.
552
553 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
554
555 * gdb.texinfo (Information About a Frame): Document changes
556 to 'info args' and 'info locals'.
557 (Examining the Symbol Table): Document changes to 'info functions'
558 and 'info variables'.
559
560 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
561
562 * gdb.texinfo (PowerPC Features): Describe new features
563 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
564 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
565 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
566 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
567
568 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
569
570 * gdb.texinfo (PowerPC Features): Describe new features
571 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
572
573 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
574
575 * gdb.texinfo (PowerPC Features): Describe new feature
576 "org.gnu.gdb.power.tar".
577
578 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
579
580 * gdb.texinfo (PowerPC Features): Describe new features
581 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
582
583 2018-10-20 Tom Tromey <tom@tromey.com>
584
585 * gdb.texinfo (TUI Commands): Add @end table.
586 (TUI Configuration): Remove stray @end table.
587
588 2018-10-19 Tom Tromey <tom@tromey.com>
589
590 PR tui/18388:
591 * gdb.texinfo (TUI Commands): Remove tabset documentation.
592 (TUI Configuration): Document "set tui tab-width".
593
594 2018-10-09 Tom Tromey <tom@tromey.com>
595
596 * python.texi (Inferiors In Python): Link to "Frames In Python",
597 not "Unwinding Frames in Python".
598
599 2018-10-09 Tom Tromey <tom@tromey.com>
600
601 * gdb.texinfo (Configure Options): Update --enable-ubsan
602 documentation.
603
604 2018-10-08 John Baldwin <jhb@FreeBSD.org>
605
606 * gdb.texinfo (Contributors): Add SRI International and University
607 of Cambridge for FreeBSD/riscv.
608
609 2018-10-06 Tom Tromey <tom@tromey.com>
610
611 PR python/19399:
612 * python.texi (Inferiors In Python): Document
613 Inferior.Architecture.
614
615 2018-10-06 Tom Tromey <tom@tromey.com>
616
617 PR python/21765:
618 * python.texi (Symbols In Python): Document the module and
619 common-block domains. Remove documentation for incorrect
620 domains.
621
622 2018-10-03 Tom Tromey <tom@tromey.com>
623
624 * gdb.texinfo (Configure Options): Document --enable-ubsan.
625
626 2018-10-02 John Darrington <john@darrington.wattle.id.au>
627
628 * gdb.texinfo (Remote Connection Commands): Describe
629 the changes to target remote and target extended-remote
630 relating to Unix domain sockets.
631
632 2018-10-01 Tom Tromey <tom@tromey.com>
633
634 * gdb.texinfo (Configure Options): Document configure options.
635
636 2018-09-29 Tom Tromey <tom@tromey.com>
637
638 * gdb.texinfo (Requirements): Mention C++, GNU make.
639 (Requirements): Sort the table. Add more libraries.
640 (Running Configure): Remove obsolete text.
641 (Separate Objdir): Likewise.
642 (Configure Options): Likewise.
643
644 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
647 to highlight that the number is also the frame's level.
648 (Selection): Rewrite documentation for 'frame' and 'select-frame'
649 commands.
650 (Frame Info): Rewrite documentation for 'info frame' command.
651
652 2018-09-23 Tom Tromey <tom@tromey.com>
653
654 PR python/18852:
655 * python.texi (Parameters In Python): Document exception behavior
656 of get_set_string.
657
658 2018-09-18 John Baldwin <jhb@FreeBSD.org>
659
660 * gdb.texinfo (info proc): Remove "running".
661 (info proc mappings): Replace "program" with "process".
662
663 2018-09-18 John Baldwin <jhb@FreeBSD.org>
664
665 * gdb.texinfo (Process Information): Document "info proc files"
666 command.
667
668 2018-09-17 Tom Tromey <tom@tromey.com>
669
670 * gdb.texinfo (Index Files): Update for cache directory change on
671 macOS.
672
673 2018-09-16 Tom Tromey <tom@tromey.com>
674
675 * python.texi (Basic Python): Update docs for find_pc_line,
676 solib_name.
677 (Progspaces In Python): Update docs for current_progspace.
678 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
679 Move method documentation before example.
680
681 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
682
683 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
684
685 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
686 2018-09-13 Tom Tromey <tom@tromey.com>
687
688 * python.texi (Program Spaces In Python): Document the
689 Progspace.objfiles method.
690 (Objfiles In Python): Mention that gdb.objfiles() is identical
691 to gdb.selected_inferior().progspace.objfiles().
692
693 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
694 2018-09-13 Tom Tromey <tom@tromey.com>
695
696 * python.texi (Inferiors In Python): Document
697 Inferior.progspace.
698 (Program Spaces In Python): Document that
699 gdb.current_progspace() is the same as
700 gdb.selected_inferior().progspace.
701
702 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
703
704 * python.texi (Basic Python): Mention the string representation
705 of GDB Python objects.
706
707 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
708
709 * gdb.texinfo (Skipping Over Functions and Files): Document
710 set/show debug skip.
711
712 2018-09-10 Tom Tromey <tom@tromey.com>
713
714 * python.texi (Frames In Python, Blocks In Python)
715 (Symbols In Python, Symbol Tables In Python)
716 (Lazy Strings In Python): Remove periods from section titles.
717
718 2018-09-10 Tom Tromey <tom@tromey.com>
719
720 * python.texi (Pretty Printing API): Swap sentence order.
721
722 2018-09-10 Tom Tromey <tom@tromey.com>
723
724 PR python/16461:
725 * python.texi (Values From Inferior): Mention use of virtual
726 table.
727
728 2018-09-10 Tom Tromey <tom@tromey.com>
729
730 * python.texi (Basic Python): Parenthesize argument to
731 decode_line.
732
733 2018-09-10 Tom Tromey <tom@tromey.com>
734
735 * python.texi (Python): Mention Python versions. Don't mention
736 execfile.
737
738 2018-09-10 Tom Tromey <tom@tromey.com>
739
740 PR python/19808:
741 * python.texi (Unwinding Frames in Python): Rewrite
742 create_unwind_info documentation. Update read_register
743 documentation and add a note about unwinder caution.
744
745 2018-09-10 Tom Tromey <tom@tromey.com>
746
747 PR python/18909:
748 * python.texi (Events In Python): Fix inferior_call
749 documentation.
750
751 2018-09-10 Tom Tromey <tom@tromey.com>
752
753 PR python/17752:
754 * python.texi (Frame Filter API): Remove period from subsection
755 title. Mention 100 as good default priority.
756 (Frame Decorator API): Remove period from subsection title.
757 Mention FrameDecorator module.
758
759 2018-09-10 Tom Tromey <tom@tromey.com>
760
761 PR python/23108:
762 * python.texi (Exception Handling): Rearrange gdb.GdbError text
763 and add a table.
764
765 2018-09-10 Tom Tromey <tom@tromey.com>
766
767 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
768 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
769 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
770 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
771
772 2018-09-10 Tom Tromey <tom@tromey.com>
773
774 PR python/16484:
775 * python.texi (Frames In Python): Document that Frame.block can
776 throw.
777
778 2018-09-10 Tom Tromey <tom@tromey.com>
779
780 PR python/23487:
781 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
782
783 2018-09-10 Tom Tromey <tom@tromey.com>
784
785 PR python/16033:
786 * python.texi (Blocks In Python): Document that Block.end is
787 exclusive.
788
789 2018-08-29 Keith Seitz <keiths@redhat.com>
790
791 * gdb.texinfo (Compiling and injecting code in GDB): Document
792 set/show "compile-oracle" and "compile-cplus-types" commands.
793
794 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
795
796 * gdb.texinfo (The -stack-list-frames Command): Update description
797 to mention "arch".
798 Update MI examples throughout the document to contain "arch" in
799 frame output.
800
801 2018-08-21 Alan Hayward <alan.hayward@arm.com>
802
803 * gdb.texinfo (AArch64 SVE): New subsubsection.
804
805 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
806
807 * gdb.texinfo (GDB/MI Data Manipulation): Document
808 "-data-disassemble -a addr".
809 (GDB/MI Support Commands): Document "data-disassemble-a-option"
810 feature.
811
812 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
813
814 * gdb.texinfo (Index Files Speed Up GDB): Add section about
815 symbol index cache.
816
817 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
818
819 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
820 option sections to further clarify that gcore can take more
821 than one PID, and that "-o" is used to specify a prefix, not a
822 filename.
823
824 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
825
826 * gdb.texinfo (Maintenance Commands): Add description of
827 maintenance command to control dwarf unwinders.
828
829 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
830
831 * gdb.texinfo (Debugging Programs with Multiple Threads):
832 Document changes to 'thread apply'. Document 'taas'.
833 Document 'tfaas'.
834 (Examining the Stack): Document 'frame apply'. Document 'faas'.
835
836 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
837 Jan Kratochvil <jan.kratochvil@redhat.com>
838 Paul Fertser <fercerpav@gmail.com>
839 Tsutomu Seki <sekiriki@gmail.com>
840
841 * gdb.texinfo (Remote Connection Commands): Add explanation
842 about new IPv6 support. Add new connection prefixes.
843
844 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
845
846 * gdb.texinfo (Remote Configuration): Update descriptions for
847 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
848 and hardware-watchpoint-length-limit variables.
849
850 2018-07-02 Maciej W. Rozycki <macro@mips.com>
851
852 PR tdep/8282
853 * gdb.texinfo (Source and Machine Code): Document `set
854 disassembler-options' support for the MIPS target.
855
856 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
857
858 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
859
860 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
861
862 * gdb.texinfo (Files): The address argument for "add-symbol-file"
863 is no longer mandatory.
864
865 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
866
867 * gdb.texinfo (Files): Document "symbol-file -o offset".
868
869 2018-06-14 Tom de Vries <tdevries@suse.de>
870
871 * gdb.texinfo (Background Execution): Add @cindex for '&'.
872
873 2018-06-11 Eli Zaretskii <eliz@gnu.org>
874
875 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
876
877 2018-06-08 Gary Benson <gbenson@redhat.com>
878
879 * gdb.texinfo (Maintenance Commands): Document "maint check
880 libthread-db" and "maint set/show check-libthread-db".
881
882 2018-06-05 Tom Tromey <tom@tromey.com>
883
884 PR cli/12326:
885 * gdb.texinfo (Screen Size): Document "c" response to pagination
886 prompt.
887
888 2018-05-31 Maciej W. Rozycki <macro@mips.com>
889
890 * gdb.texinfo (Choosing Target Byte Order): Document endianness
891 selection details with the `set endian auto' mode.
892
893 2018-05-31 Alan Hayward <alan.hayward@arm.com>
894
895 * gdb.texinfo: Describe SVE feature.
896
897 2018-05-04 Tom Tromey <tom@tromey.com>
898
899 PR python/22731:
900 * python.texi (Breakpoints In Python): Mention that "commands" is
901 writable.
902
903 2018-05-02 Tom Tromey <tom@tromey.com>
904
905 PR python/20084:
906 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
907 PARAM_ZUINTEGER_UNLIMITED.
908
909 2018-04-30 Tom Tromey <tom@tromey.com>
910
911 * python.texi (Types In Python): Document Type.align.
912
913 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
914
915 * gdb.texinfo (Symbols): Mention the fact that "info
916 variables/functions/types" show source files and line numbers.
917
918 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
919
920 * gdb.texinfo: Document set/show record btrace cpu.
921
922 2018-03-27 Joel Brobecker <brobecker@adacore.com>
923
924 * gdb.texinfo (Ada Settings): New subsubsection.
925
926 2018-03-26 Tom Tromey <tom@tromey.com>
927
928 PR backtrace/15582:
929 * gdb.texinfo (Backtrace): Mention "hide" argument.
930
931 2018-03-26 Tom Tromey <tom@tromey.com>
932
933 * gdb.texinfo (Backtrace): Describe options individually.
934
935 2018-03-19 Tom Tromey <tom@tromey.com>
936
937 * observer.texi: Remove.
938
939 2018-03-04 John Baldwin <jhb@FreeBSD.org>
940
941 * gdb.texinfo (Debugging Output): Document "set/show debug
942 fbsd-nat".
943
944 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * gdb.texinfo (Machine Code): Additional information about "info
947 line" command.
948
949 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
950
951 * gdb.texinfo (gdb-add-index man): Add pindex.
952
953 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
954
955 * gdb.texinfo (set cwd): Add period.
956 (gdb-add-index man): Move anchor.
957
958 2017-01-12 Tom Tromey <tom@tromey.com>
959 Sergio Durigan Junior <sergiodj@redhat.com>
960
961 * gdb.texinfo (Index Files): Mention gdb-add-index.
962 (gdb-add-index man): New section.
963 * Makefile.in (gdb-add-index.1): New rule to generate manpage
964 from gdb.texinfo.
965
966 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
967
968 * gdb.texinfo (pwd): Fix whitespace.
969
970 2018-01-09 John Baldwin <jhb@FreeBSD.org>
971
972 * gdb.texinfo (pwd): Update cross-reference for Process Information
973 node and remove explicit /proc reference.
974 (Native): Rename subsection from SVR4 Process Information to
975 Process Information.
976 (Process Information): Reword introduction to be less /proc
977 centric. Document support for "info proc" on FreeBSD.
978
979 2018-01-03 Xavier Roirand <roirand@adacore.com>
980
981 * gdb.texinfo (Set Catchpoints): Add documentation for new
982 "catch handlers" action.
983
984 2017-12-27 Stafford Horne <shorne@gmail.com>
985
986 * gdb.texinfo (Target Description Format): Explain that arbitrary
987 strings are now allowed for register groups.
988
989 2017-12-27 Stafford Horne <shorne@gmail.com>
990
991 * gdb.texinfo (Registers): Document info reg $reggroup feature.
992
993 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
994
995 PR cli/16224
996 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
997
998 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
999
1000 * python.texi (Manipulating breakpoints using Python): Document
1001 qualified parameter to gdb.Breakpoint.
1002
1003 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1004
1005 * python.texi (Manipulating breakpoints using Python): Split doc
1006 of Breakpoint.__init__ in two, split text in multiple
1007 paragraphs, don't nest parameter square brackets.
1008
1009 2017-12-12 Stafford Horne <shorne@gmail.com>
1010 Stefan Wallentowitz <stefan@wallentowitz.de>
1011 Franck Jullien <franck.jullien@gmail.com>
1012 Jeremy Bennett <jeremy.bennett@embecosm.com>
1013
1014 * gdb.texinfo: Add OpenRISC documentation.
1015
1016 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1017
1018 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
1019
1020 2017-12-07 Keith Seitz <keiths@redhat.com>
1021
1022 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
1023 and "show print type nested-type-limit".
1024
1025 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1026
1027 * python.texi (Breakpoints In Python): Add text relating
1028 to allowed explicit locations and keywords in gdb.Breakpoints.
1029
1030 2017-12-04 Tom Tromey <tom@tromey.com>
1031
1032 * gdb.texinfo (Rust): Update trait object status
1033
1034 2017-12-01 Andrew Cagney <cagney@redhat.com>
1035 Joel Brobecker <brobecker@adacore.com>
1036 Sergio Durigan Junior <sergiodj@redhat.com>
1037
1038 * gdb.texinfo (File Options): Document --readnever.
1039 (Commands to Specify Files): Likewise, for 'symbol-file' and
1040 'add-symbol-file'.
1041
1042 2017-11-29 Pedro Alves <palves@redhat.com>
1043
1044 PR c++/19436
1045 * gdb.texinfo (Debugging C Plus Plus): Document setting
1046 breakpoints in functions with ABI tags.
1047
1048 2017-11-29 Pedro Alves <palves@redhat.com>
1049
1050 * gdb.texinfo (Linespec Locations): Document how "function" is
1051 interpreted in C++ and Ada. Document "-qualified".
1052 (Explicit Locations): Document how "-function" is interpreted in
1053 C++ and Ada. Document "-qualified".
1054
1055 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1056
1057 PR gdb/21945
1058 * gdb.texinfo (Search Memory): Update description and example
1059 about how to search a string without NULL terminator.
1060
1061 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1062
1063 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1064 new "exception-message" field.
1065
1066 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1067
1068 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1069
1070 2017-11-24 Pedro Alves <palves@redhat.com>
1071
1072 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1073 false claim that GDB inserts quoting automatically.
1074 (Symbols): Add anchor.
1075
1076 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1077
1078 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1079
1080 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1081
1082 * python.texi (Basic Python): Add rbreak documentation.
1083
1084 2017-11-07 Xavier Roirand <roirand@adacore.com>
1085 Pedro Alves <palves@redhat.com>
1086
1087 * gdb.texinfo (Set Breaks): Document support for breakpoint
1088 location ranges in the enable/disable commands.
1089
1090 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1091
1092 * gdb.texinfo (Starting your Program) <The working directory.>:
1093 Mention remote debugging.
1094 (Working Directory) <Your Program's Working Directory>:
1095 Likewise.
1096 (Connecting) <Remote Packet>: Add "set-working-dir"
1097 and "QSetWorkingDir" to the table.
1098 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1099 packet.
1100
1101 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1102
1103 * gdb.texinfo (Starting your Program) <The working directory.>:
1104 Mention new "set cwd" command.
1105 (Working Directory) <Your Program's Working Directory>:
1106 Rephrase to explain that "set cwd" exists and is the default
1107 way to change the inferior's cwd.
1108
1109 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1110
1111 * gdb.texinfo (S/390 and System z Features): Document the new
1112 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1113
1114 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1115
1116 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1117 attribute.
1118
1119 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1120
1121 * python.texi (Inferiors In Python): Add description for method
1122 Inferior.thread_from_thread_handle.
1123
1124 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1125
1126 * gdb.texinfo (Starting your Program): Add description of
1127 starti command. Mention starti command as an alternative for
1128 debugging the elaboration phase.
1129
1130 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1131
1132 * gdb.texinfo (Maintenance Commands): Document filter parameter
1133 of "maint selftest". Document "maint info selftests" command.
1134
1135 2017-09-11 Tom Tromey <tom@tromey.com>
1136
1137 * python.texi (Events In Python): Document new events.
1138
1139 2017-09-04 Pedro Alves <palves@redhat.com>
1140
1141 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1142 no-debug-info variables.
1143 (Symbols) <Examining the Symbol Table>: Document inspecting
1144 no-debug-info types.
1145 (Calling) <Calling functions with no debug info>: New subsection,
1146 documenting calling no-debug-info functions.
1147 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1148
1149 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1150
1151 * gdb.texinfo (set environment): Add @anchor. Explain that
1152 environment variables set by the user are sent to GDBserver.
1153 (unset environment): Likewise, but for unsetting variables.
1154 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1155 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1156 "environment-reset" and "QEnvironmentReset" to the table.
1157 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1158 QEnvironmentReset>: New item, explaining the packet.
1159
1160 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1161
1162 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1163 "Compiler search for the compile command" descriptions of set
1164 compile-gcc and show compile-gcc.
1165
1166 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1167
1168 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1169 ADI support.
1170 * NEWS: Add "adi examine" and "adi assign" commands.
1171
1172 2017-08-18 Yao Qi <yao.qi@linaro.org>
1173
1174 * gdb.texinfo (Server): Document "--selftest".
1175
1176 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1177
1178 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1179 Single-Key mode.
1180
1181 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1182
1183 PR gdb/21925
1184 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1185 set...").
1186
1187 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1188
1189 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1190 conditional expression.
1191
1192 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1193
1194 * agentexpr.texi (rot): Fix symbolic description, improve
1195 textual description.
1196
1197 2017-07-26 Yao Qi <yao.qi@linaro.org>
1198
1199 * gdb.texinfo (Maintenance Commands): Document command
1200 "maint check xml-descriptions".
1201
1202 2017-07-26 Yao Qi <yao.qi@linaro.org>
1203
1204 * gdb.texinfo (Maintenance Commands): Document optional
1205 argument of "maint print c-tdesc".
1206
1207 2017-07-18 Yao Qi <yao.qi@linaro.org>
1208
1209 * gdb.texinfo (Maintenance Commands): Improve the doc to
1210 command "maint print c-tdesc".
1211
1212 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1213
1214 PR gdb/21606
1215 * python.texi (Python representation of Symbols.): Replace
1216 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1217 * guile.texi (Guile representation of Symbols.): Likewise.
1218
1219 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1220
1221 * gdb.texinfo (Optional Messages about Internal Happenings):
1222 Document {set,show} debug separate-debug-file commands.
1223
1224 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1225
1226 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1227 (Connecting) <Remote Packet>: Add "startup-with-shell"
1228 and "QStartupWithShell" to the table.
1229 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1230 packet.
1231
1232 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1233
1234 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1235
1236 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1237
1238 * python.texi (Recording in Python): Factor out the documentation of
1239 gdb.RecordInstruction's super class.
1240
1241 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1242
1243 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1244 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1245 prev and next.
1246
1247 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1248
1249 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1250 gdb.RecordInstruction
1251
1252 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1253
1254 * python.texi (Recording in Python): Add documentation for
1255 gdb.RecordGap and remove documentation of special cases for
1256 gdb.BtraceInstruction.
1257
1258 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1259
1260 * python.texi (Recording in Python): Remove Record.ptid defvar.
1261
1262 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1263
1264 * gdb.texinfo (GDB/MI Thread Information): Add missing
1265 fields, re-word some things.
1266 (GDB/MI Thread Commands): Describe fields found in the output of
1267 -thread-info, remove description of fields in the
1268 thread output tuple, replace with a cross-reference to "GDB/MI
1269 Thread Information".
1270
1271 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1272
1273 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1274 from -thread-info output.
1275
1276 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1277
1278 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1279
1280 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1281
1282 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1283
1284 2017-03-22 Yao Qi <yao.qi@linaro.org>
1285
1286 * python.texi (Inferiors In Python): Remove @code from Python.
1287
1288 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1289
1290 * python.texi (Recordings In Python): Document return type of
1291 gdb.BtraceInstruction.data.
1292
1293 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1294
1295 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1296 command file-list-shared-libraries
1297 (GDB/MI Async Records): Update documentation of library-loaded with new
1298 field.
1299
1300 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1301
1302 PR gdb/14441
1303 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
1304 supports both lvalue and rvalue references.
1305
1306 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
1307
1308 PR gdb/14441
1309 * python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
1310 table of constants.
1311
1312 2017-03-16 Doug Evans <dje@google.com>
1313
1314 * guile.texi (Lazy Strings In Guile): Mention arrays.
1315 * python.texi (Lazy Strings In Python): Ditto.
1316
1317 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1318
1319 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1320 character "@".
1321
1322 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1323
1324 * Memory Protection Extensions: Add information about inferior
1325 calls.
1326
1327 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1328
1329 * gdb.texinfo: Document new set/show disassembler-options
1330 commands.
1331
1332 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1333
1334 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1335 DW_TAG_GNU_* and DW_AT_GNU_*.
1336
1337 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1338
1339 * python.texi (Recordings In Python): New section.
1340
1341 2017-02-14 Tom Tromey <tom@tromey.com>
1342
1343 PR python/13598:
1344 * python.texi (Events In Python): Document events.before_prompt.
1345
1346 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1347
1348 * gdb.texinfo (Target Commands): Document the optional offset
1349 argument for the load command.
1350
1351 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1352
1353 PR gdb/21122
1354 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1355 space-separated breakpoint lists. Also add a missing @table command
1356 and @cindex for breakpoint lists.
1357
1358 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1359
1360 PR tdep/20936
1361 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1362 (Sparc Features): New node.
1363
1364 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1365
1366 * gdb.texinfo (i386 Features): Add system segment registers
1367 as feature.
1368
1369 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1370
1371 * python.texi (Events In Python): Fix typo.
1372
1373 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1374 Luis Machado <lgustavo@codesourcery.com>
1375
1376 * gdb.texinfo (-target-flash-erase): New MI command description.
1377 (flash-erase): New CLI command description.
1378
1379 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1380
1381 * gdb.texinfo (Contributors): Add SRI International and University
1382 of Cambridge for FreeBSD/mips.
1383
1384 2016-12-22 Doug Evans <xdje42@gmail.com>
1385
1386 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1387 commands.
1388
1389 2016-12-02 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.texinfo (User-defined Commands): Limit on number of
1392 arguments passed to user-defined commands removed; update.
1393
1394 2016-12-02 Pedro Alves <palves@redhat.com>
1395
1396 PR cli/20559
1397 * gdb.texinfo (Define): Add example of using "eval" to process a
1398 variable number of arguments.
1399 (Output) <eval>: Add anchor.
1400
1401 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1402
1403 * Makefile.in: Likewise.
1404
1405 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1406
1407 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1408 xref.
1409
1410 2016-10-29 Pedro Alves <palves@redhat.com>
1411
1412 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1413 actions.
1414
1415 2016-10-26 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1418 actions that match a thread, and what happens when an action
1419 matches a thread that is already running.
1420
1421 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1422
1423 * gdb.texinfo (Using Trace Files): Fix typo.
1424 (GDB/MI Tracepoint Commands): Likewise.
1425
1426 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1427
1428 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1429 of -trace-save.
1430
1431 2016-10-06 Tom Tromey <tom@tromey.com>
1432
1433 * guile.texi (Types In Guile): Remove Java mentions.
1434 * python.texi (Types In Python): Remove Java mentions.
1435 * gdb.texinfo (Address Locations, Supported Languages)
1436 (Index Section Format): Remove Java mentions.
1437
1438 2016-08-15 Doug Evans <dje@google.com>
1439
1440 * gdb.texinfo (Target Description Format): Update docs on "end"
1441 field spec and field default type.
1442
1443 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1444 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1445
1446 PR gdb/20487
1447 * gdb.texinfo (Context management): Update mention of frame
1448 change notifications.
1449 (gdb/mi Async Records): Document frame field in
1450 =thread-select event.
1451 * observer.texi (GDB Observers): New user_selected_context_changed
1452 observer.
1453
1454 2016-09-28 Tom Tromey <tom@tromey.com>
1455
1456 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1457 than "memory breakpoint". Further document "kind". Move
1458 protocol-details link earlier.
1459 <z1>: Document the cmd_list argument. Fix typo.
1460 <g>: Remove incorrect sentence.
1461 (Stop Reply Packets): Document "OK" response to requests when in
1462 non-stop mode.
1463 <swbreak>: Use "software breakpoint" rather than "memory
1464 breakpoint".
1465 <create>: Document that "R" is ignored.
1466 <W, X, w>: Document formatting of "AA".
1467 (Notification Packets): Use "%Stop", not "%%Stop".
1468
1469 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1470
1471 * gdb.texinfo (Embedded Processors): Document ARC.
1472 (Synopsys ARC): New section.
1473 (Standard Target Features): Document ARC features.
1474 (ARC Features): New section.
1475
1476 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1477
1478 * .gitignore: New file.
1479
1480 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1481
1482 * gdb.texinfo (Input/Output): Mention possibility to unset
1483 inferior-tty.
1484
1485 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1486
1487 * gdb.texinfo: Resume btrace on reconnect.
1488
1489 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1490
1491 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1492 syscall.
1493
1494 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1495
1496 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1497 command.
1498
1499 2016-07-13 Tom Tromey <tom@tromey.com>
1500
1501 PR python/15620, PR python/18620:
1502 * python.texi (Events In Python): Document new breakpoint events.
1503
1504 2016-07-13 Tom Tromey <tom@tromey.com>
1505
1506 PR python/17698:
1507 * python.texi (Breakpoints In Python): Document
1508 Breakpoint.pending.
1509
1510 2016-07-13 Tom Tromey <tom@tromey.com>
1511
1512 * python.texi (Breakpoints In Python): Move table of types and
1513 table of watchpoint types earlier in node.
1514
1515 2016-07-12 Tom Tromey <tom@tromey.com>
1516
1517 PR python/19293:
1518 * python.texi (Frames In Python): Document
1519 gdb.invalidate_cached_frames.
1520
1521 2016-06-21 Pedro Alves <palves@redhat.com>
1522
1523 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1524 document new-ui and explain use case.
1525
1526 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1527
1528 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1529 (NDS32 Features): New Section.
1530
1531 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1532
1533 * gdb.texinfo (Examining Memory): Document negative repeat
1534 count in the 'x' command.
1535
1536 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1537
1538 * gdb.texinfo (GDB/MI Async Records): Document method and
1539 format fields in =record-started.
1540 * observer.texi (record_changed): Add method and format
1541 parameters.
1542
1543 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1544
1545 * gdb.texinfo (General Query Packets): Move the description of the
1546 response before the long list of the specific 'read' and 'write'
1547 requests.
1548
1549 2016-05-23 Tom Tromey <tom@tromey.com>
1550
1551 * python.texi (Basic Python): Document gdb.breakpoints return.
1552
1553 2016-05-24 Tom Tromey <tom@tromey.com>
1554
1555 PR gdb/19194:
1556 * gdb.texinfo (gdb man): Fix typo.
1557
1558 2016-05-17 Tom Tromey <tom@tromey.com>
1559
1560 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1561 (Rust): New node.
1562
1563 2016-05-17 Tom Tromey <tom@tromey.com>
1564
1565 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1566
1567 2016-04-27 Yao Qi <yao.qi@linaro.org>
1568
1569 * gdb.texinfo (tfind): Complete doc about tfind without
1570 argument.
1571
1572 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1573
1574 * agentexpr.texi (byte): Fix zero_ext description.
1575
1576 2016-03-31 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.texinfo (M32R/SDI): Delete node.
1579 (MIPS Embedded): Remove references to the MIPS remote debugging
1580 protocol, PMON and variants, and the associated commands.
1581
1582 2016-03-15 Doug Evans <dje@google.com>
1583
1584 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1585 (Target Description Format): Mention enum types. Update docs on
1586 flags types.
1587 (Predefined Target Types): Add "bool".
1588 (Enum Target Types): New node.
1589
1590 2016-03-15 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.texinfo (Tracepoint Actions): Fix typo.
1593
1594 2016-03-15 Pedro Alves <palves@redhat.com>
1595 Andreas Arnez <arnez@linux.vnet.ibm.com>
1596 Marcin Kościelnicki <koriakin@0x04.net>
1597
1598 * gdb.texinfo (Tracepoint Actions): Document possible
1599 unreliability of '$_ret'.
1600
1601 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1602
1603 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1604 command.
1605
1606 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1607
1608 * gdb.texinfo (Convenience Functions): Document $_as_string.
1609
1610 2016-02-23 Doug Evans <dje@google.com>
1611
1612 * gdb.texinfo (Skipping Over Functions and Files): Document new
1613 options to "skip" command. Update docs of output of "info skip".
1614
1615 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1616
1617 * gdb.texinfo (Signals): Add bound violation display hints for
1618 a SIGSEGV.
1619
1620 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1621
1622 * gdb.texinfo (Trace File Format): Add documentation for description
1623 section lines.
1624
1625 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1626
1627 * gdb.texinfo (Trace File Format): Remove misleading information
1628 about register block ordering.
1629
1630 2016-02-01 Doug Evans <dje@google.com>
1631
1632 * gdb.texinfo (Value Sizes): Fix typo.
1633
1634 2016-02-01 Doug Evans <dje@google.com>
1635
1636 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1637
1638 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1639
1640 * gdb.texinfo (Value Sizes): New section.
1641 (Data): Add the 'Value Sizes' node to the menu.
1642
1643 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1644
1645 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1646
1647 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1648
1649 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1650
1651 2016-01-18 Pedro Alves <palves@redhat.com>
1652
1653 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1654 of the thread that hit a breakpoint or received a signal.
1655
1656 2016-01-15 Pedro Alves <palves@redhat.com>
1657
1658 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1659
1660 2016-01-13 Pedro Alves <palves@redhat.com>
1661
1662 * gdb.texinfo (Threads): Document the $_gthread convenience
1663 variable.
1664 (Convenience Vars): Likewise.
1665
1666 2016-01-13 Pedro Alves <palves@redhat.com>
1667
1668 * gdb.texinfo (Threads): Document "info threads -gid".
1669
1670 2016-01-13 Pedro Alves <palves@redhat.com>
1671
1672 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1673 anchor.
1674 (Threads In Python): Document new InferiorThread.global_num
1675 attribute.
1676
1677 2016-01-07 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1680 qualified thread IDs, global thread IDs and thread ID lists.
1681 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1682 thread IDs.
1683 (Convenience Vars): Document the $_thread convenience variable.
1684 (Ada Tasks): Adjust to refer to thread IDs.
1685 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1686 Commands, GDB/MI Variable Objects): Update to mention global
1687 thread IDs.
1688 * guile.texi (Breakpoints In Guile)
1689 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1690 global thread IDs instead of thread IDs.
1691 * python.texi (Threads In Python): Adjust documentation of
1692 InferiorThread.num.
1693 (Breakpoint.thread): Mention global thread IDs instead of thread
1694 IDs.
1695
1696 2016-01-13 Pedro Alves <palves@redhat.com>
1697
1698 * python.texi (Threads In Python): Document
1699 InferiorThread.inferior.
1700
1701 2016-01-13 Pedro Alves <palves@redhat.com>
1702
1703 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1704 convenience variable.
1705 (Convenience Vars): Likewise.
1706
1707 2016-01-12 Josh Stone <jistone@redhat.com>
1708 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1709
1710 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1711 (Stop Reply Packets): List the syscall entry and return stop reasons.
1712 (General Query Packets): Describe QCatchSyscalls, and add it to the
1713 table and the detailed list of stub features.
1714
1715 2016-01-12 Pedro Alves <palves@redhat.com>
1716
1717 Remove use of the registered trademark symbol throughout.
1718
1719 2016-01-12 Yao Qi <yao.qi@linaro.org>
1720
1721 * gdb.texinfo (Interrupts): Update the document on handling
1722 interrupt when program is stopped.
1723
1724 2015-12-11 Don Breazeal <donb@codesourcery.com>
1725
1726 * gdb.texinfo (Forks): Correct Linux kernel version where
1727 fork and exec events are supported, add notes about support
1728 of these events in target remote mode.
1729 (Connecting): Reorganize and clarify distinctions between
1730 target remote, extended-remote, and multiprocess.
1731 Reorganize related text from separate sections into new
1732 sections.
1733 (Server): Note effects of target extended-remote mode.
1734 Delete section on Multi-Process Mode for gdbserver.
1735 Move some text to "Connecting" node.
1736
1737 2015-12-10 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.texinfo (Threads): Replace warning with explanation
1740 about single-threaded programs.
1741
1742 2015-12-10 Pedro Alves <palves@redhat.com>
1743
1744 * gdb.texinfo (Threads): Remove mention of SGI.
1745 (Forks): Remove mention of HP-UX.
1746 (Breakpoints): Remove mention of HP-UX.
1747 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1748 Reword in terms of architectures.
1749 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1750 mention supported systems.
1751 (Convenience Vars): Don't mention HP-UX.
1752 (Jumping): Remove mention of HP-UX in comment.
1753 (Files) <shared libraries>: Update supported shared library types
1754 list. Remove mention of HP-UX.
1755 (Native): Remove HP-UX subsection.
1756 (SVR4 Process Information): Remove mention of HP-UX.
1757
1758 2015-12-10 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.texinfo (Stack): Reorder menu.
1761
1762 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1763
1764 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1765 -var-set-format's new zero-hexadecimal format.
1766
1767 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1768
1769 * gdb.texinfo (Ada Mode Into): Move overloading support
1770 description to its own node.
1771 (Overloading support for Ada): New node.
1772
1773 2015-11-30 Pedro Alves <palves@redhat.com>
1774
1775 PR 14618
1776 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1777 (Remote Configuration): Add the "set/show remote
1778 no-resumed-stop-reply" to the available settings table.
1779 (General Query Packets): Document the "no-resumed" qSupported
1780 feature.
1781
1782 2015-11-30 Pedro Alves <palves@redhat.com>
1783
1784 * gdb.texinfo (Remote Configuration): List "set/show remote
1785 thread-events" command in configuration table.
1786 (Stop Reply Packets): Document "T05 create" stop
1787 reason and 'w' stop reply.
1788 (General Query Packets): Document QThreadEvents packet. Document
1789 QThreadEvents qSupported feature.
1790
1791 2015-11-30 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1794 anchor.
1795 (Packets): Document vCtrlC.
1796
1797 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1798
1799 * gdb.texinfo (Thread List Format): Mention thread names.
1800
1801 2015-11-24 Pedro Alves <palves@redhat.com>
1802
1803 PR 17539
1804 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1805 program-spaces" example to ascending order listing.
1806 (Threads): Adjust "info threads" example to ascending order
1807 listing.
1808 (Forks): Adjust "info inferiors" example to ascending order
1809 listing.
1810
1811 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1812
1813 * gdb.texinfo (Process Record and Replay): Document "record
1814 instruction-history" modifiers.
1815
1816 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1817
1818 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1819 description.
1820 (Frame Filter Management): Move to later in the 'Examining the
1821 Stack' chapter.
1822 (Selection): Add entry for 'select-frame'.
1823
1824 2015-09-25 Doug Evans <dje@google.com>
1825
1826 * gdb.texinfo (Process Record and Replay): Fix syntax of
1827 "record instruction-history begin, end" and
1828 "record function-call-history begin, end".
1829
1830 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1831
1832 * gdb.texinfo (Specifying Source Directories): Fix
1833 substitute-path example.
1834
1835 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1836
1837 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1838
1839 2015-09-15 Pedro Alves <palves@redhat.com>
1840
1841 PR remote/18965
1842 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1843 the vforkdone description.
1844
1845 2015-09-15 Pedro Alves <palves@redhat.com>
1846
1847 PR remote/18965
1848 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1849 part indicates the thread ID of the parent process.
1850
1851 2015-09-15 Yao Qi <yao.qi@linaro.org>
1852
1853 * gdb.texinfo (General Query Packets): Add vContSupported to
1854 tables of 'gdbfeatures' and 'stub features' supported in the
1855 qSupported packet, as well as to the list containing stub
1856 feature details.
1857
1858 2015-09-11 Don Breazeal <donb@codesourcery.com>
1859
1860 * gdb.texinfo (Remote Configuration): Add exec event
1861 feature to table of packet settings.
1862 (Stop Reply Packets): Add exec events to the list of stop
1863 reasons.
1864 (General Query Packets): Add exec events to tables of
1865 'gdbfeatures' and 'stub features' supported in the qSupported
1866 packet, as well as to the list containing stub feature
1867 details.
1868
1869 2015-08-24 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.texinfo (Remote Configuration): Document the "set/show
1872 remote multiprocess-extensions-packet" commands.
1873
1874 2015-08-24 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1877 <M32R>: Remove references to M32R/D.
1878 <M68K>: Remove references to target dbug.
1879 <MIPS Embedded>: Remove references to target r3900 and target
1880 array.
1881 <PowerPC Embedded>: Remove references to target dink32 and target
1882 ppcbug, target sds
1883 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1884
1885 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1886
1887 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1888
1889 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1892
1893 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1896 info bfds" to...
1897 (File Caching): A New section. Outline bfd caching, and add new
1898 description for "main set/show bfd-sharing".
1899
1900 2015-08-14 Doug Evans <xdje42@gmail.com>
1901
1902 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1903 disassembly.
1904 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1905
1906 2015-08-11 Keith Seitz <keiths@redhat.com>
1907
1908 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1909 Use "location(s)"instead of "linespec(s)".
1910 (Specifying a Location): Rewrite.
1911 Add subsections describing linespec, address, and explicit locations.
1912 Add node/menu for each subsection.
1913 (Source and Machine Code, C Preprocessor Macros)
1914 (Create and Delete Trace points)
1915 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1916 (Continuing at a Different Address): Remove "linespec" examples.
1917 Add reference to "Specify a Location"
1918 (The -break-insert Command): Rewrite. Add anchor.
1919 Add reference to appropriate manual section discussing locations.
1920 (The -dprintf-insert Command): Refer to -break-insert for
1921 specification of 'location'.
1922
1923 2015-08-07 Pedro Alves <palves@redhat.com>
1924
1925 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1926 target-non-stop".
1927
1928 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1929
1930 * gdb.texinfo (Process Record and Replay): Document prefixing of
1931 speculatively executed instructions in the "record instruction-history"
1932 command.
1933
1934 2015-07-20 Doug Evans <dje@google.com>
1935
1936 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1937
1938 2015-07-16 Doug Evans <dje@google.com>
1939
1940 * stabs.texinfo: @include gdb-cfg.texi.
1941
1942 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1943
1944 Revert the previous 2 commits:
1945 gdbserver build-id attribute generator
1946 Validate symbol file using build-id
1947
1948 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1949
1950 * gdb.texinfo (Files): Add 'set validate-build-id'
1951 and 'show validate-build-id'.
1952
1953 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1954 Jan Kratochvil <jan.kratochvil@redhat.com>
1955
1956 gdbserver build-id attribute generator.
1957 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1958 'build-id' in description, example, new attribute in dtd.
1959
1960 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1961
1962 * gdb.texinfo (Selection): Update documentation for 'frame'
1963 command.
1964
1965 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1966
1967 * gdb.texinfo (TUI): Restructure documentation on TUI layout and
1968 focus commands.
1969
1970 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1971
1972 * gdb.texinfo (TUI): Add comma after @xref.
1973
1974 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1975
1976 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1977 commands.
1978
1979 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1980
1981 * gdb.texinfo (Process Record and Replay): Spell out that variables
1982 and registers are not available during btrace replay.
1983 Describe the new "record btrace pt" command.
1984 Describe the new "set|show record btrace pt buffer-size" options.
1985 (General Query Packets): Describe the new Qbtrace:pt and
1986 Qbtrace-conf:pt:size packets.
1987 Expand "bts" to "Branch Trace Store".
1988 Update the branch trace DTD.
1989
1990 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1991
1992 * gdb.texinfo (Command History): Document the new option
1993 "history remove-duplicates".
1994
1995 2015-06-19 Doug Evans <dje@google.com>
1996
1997 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1998 longer supported.
1999
2000 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2001
2002 * gdb.texinfo (Command History): Mention that setting
2003 GDBHISTSIZE to the empty string disables history truncation.
2004
2005 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2006
2007 PR gdb/16999
2008 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
2009 behavior.
2010
2011 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2012
2013 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
2014 with GDBHISTSIZE.
2015
2016 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
2017
2018 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
2019 bytes and memory units for -data-{read,write}-memory-bytes.
2020 (Packets): Same for m, M and X packets.
2021 * python.texi (Inferiors In Python): Same for read_memory and
2022 write_memory.
2023
2024 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2025
2026 * gdb.texinfo (Separate Debug Files): Document that PE is also
2027 supported.
2028
2029 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2030
2031 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
2032 single table entry.
2033
2034 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2035
2036 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
2037
2038
2039 2015-06-10 Gary Benson <gbenson@redhat.com>
2040
2041 * gdb.texinfo (Remote Configuration): Document the
2042 "set/show remote hostio-setfs-packet" command.
2043 (Host I/O Packets): Document the vFile:setfs packet.
2044
2045 2015-06-10 Gary Benson <gbenson@redhat.com>
2046
2047 * gdb.texinfo (Debugging Output): Document the "set/show debug
2048 linux-namespaces" command.
2049
2050 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2051 Mircea Gherzan <mircea.gherzan@intel.com>
2052
2053 * gdb.texinfo (i386): Add documentation about "show mpx bound"
2054 and "set mpx bound".
2055
2056 2015-05-27 Doug Evans <dje@google.com>
2057
2058 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
2059
2060 2015-05-26 Doug Evans <dje@google.com>
2061
2062 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
2063 command renamings.
2064 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2065
2066 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2067
2068 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2069
2070 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2071
2072 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2073 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2074
2075 2015-05-16 Doug Evans <xdje42@gmail.com>
2076
2077 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2078 memory ports.
2079
2080 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2081
2082 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2083
2084 2015-05-12 Don Breazeal <donb@codesourcery.com>
2085
2086 * gdb.texinfo (Forks): Note that fork debugging is
2087 supported in extended mode.
2088 (Remote Configuration): Add fork event features to table
2089 of packet settings.
2090 (Stop Reply Packets): Add fork events to list of stop reasons.
2091 (General Query Packets): Add fork events to tables of
2092 'gdbfeatures' and 'stub features' supported in the qSupported
2093 packet, as well as to the list containing stub feature
2094 details.
2095
2096 2015-05-12 Gary Benson <gbenson@redhat.com>
2097
2098 * gdb.texinfo (General Query Packets): Document
2099 qXfer:exec-file:read with empty annex.
2100
2101 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2102
2103 * python.texi (Values From Inferior): Add descriptions of new
2104 methods gdb.Value.reference_value and gdb.Value.const_value.
2105
2106 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2107
2108 * gdb.texinfo (Files): Add "info dll" documentation.
2109 (Cygwin Native): Remove "info dll" documentation.
2110
2111 2015-04-29 Doug Evans <dje@google.com>
2112
2113 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2114 Document.
2115 (Writing an Xmethod): Add get_result_type to example.
2116
2117 2015-04-28 Sasha Smundak <asmundak@google.com>
2118
2119 * python.texi: New method documented.
2120
2121 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2122
2123 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2124 format.
2125
2126 2015-04-24 Doug Evans <dje@google.com>
2127
2128 * python.texi (Xmethods In Python): Fix name of method to call the
2129 xmethod.
2130
2131 2015-04-17 Gary Benson <gbenson@redhat.com>
2132
2133 * gdb.texinfo (Connecting to a Remote Target): Mention that
2134 GDB can access program files from remote targets that support
2135 qXfer:exec-file:read and Host I/O packets.
2136
2137 2015-04-17 Gary Benson <gbenson@redhat.com>
2138
2139 * gdb.texinfo (Remote Configuration): Document the "set/show
2140 remote pid-to-exec-file-packet" command.
2141 (General Query Packets): Document the qXfer:exec-file:read
2142 qSupported features. Document the qXfer:exec-file:read packet.
2143
2144 2015-04-17 Gary Benson <gbenson@redhat.com>
2145
2146 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2147 applies to executable paths if supplied to GDB as absolute.
2148
2149 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 * gdb.texinfo (Mode Options): Remove -xdb.
2152
2153 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2154 Eli Zaretskii <eliz@gnu.org>
2155
2156 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2157 compile, show debug compile. New subsection Compilation options for
2158 the compile command. New subsection Compiler search for the compile
2159 command.
2160
2161 2015-04-09 Andy Wingo <wingo@igalia.com>
2162
2163 * guile.texi (Frames In Guile): Describe frame-read-register.
2164
2165 2015-04-02 Gary Benson <gbenson@redhat.com>
2166
2167 * gdb.texinfo (set sysroot): Document "target:".
2168
2169 2015-04-01 Sasha Smundak <asmundak@google.com>
2170
2171 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2172 section.
2173
2174 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2175
2176 PR corefiles/16092
2177 * gdb.texinfo (gcore): Mention new command 'set
2178 use-coredump-filter'.
2179 (set use-coredump-filter): Document new command.
2180
2181 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2182
2183 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2184 documentation, reorder the info os entries in alphabetical order.
2185
2186 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2187
2188 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2189 -data-write-memory-bytes.
2190
2191 2015-03-24 Pedro Alves <palves@redhat.com>
2192
2193 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2194 mention that threads may sometimes run unlocked.
2195
2196 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2197
2198 * gdb.texinfo (Remote configuration): Document "set/show
2199 serial parity" command.
2200
2201 2015-03-18 Gary Benson <gbenson@redhat.com>
2202
2203 * gdb.texinfo (General Query Packets): Remove documentation
2204 for now-removed vFile:fstat qSupported features.
2205
2206 2015-03-11 Gary Benson <gbenson@redhat.com>
2207
2208 * gdb.texinfo (Remote Configuration): Document the
2209 "set/show remote hostio-fstat-packet" command.
2210 (General Query Packets): Document the vFile:fstat
2211 qSupported features.
2212 (Host I/O Packets): Document the vFile:fstat packet.
2213
2214 2015-03-11 Andy Wingo <wingo@igalia.com>
2215
2216 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2217
2218 2015-03-04 Pedro Alves <palves@redhat.com>
2219
2220 * gdb.texinfo (Remote Configuration): Document the "set/show
2221 remote swbreak-feature-packet" and "set/show remote
2222 hwbreak-feature-packet" commands.
2223 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2224 decription.
2225 (Stop Reply Packets): Document the swbreak and hwbreak stop
2226 reasons.
2227 (General Query Packets): Document the swbreak and hwbreak
2228 qSupported features.
2229 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2230
2231 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2232
2233 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2234 under *stopped.
2235
2236 2015-03-02 Doug Evans <xdje42@gmail.com>
2237
2238 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2239
2240 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2241
2242 * gdb.texinfo (S/390 and System z Features): Describe new feature
2243 "org.gnu.gdb.s390.vx".
2244
2245 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2246
2247 PR gdb/18008
2248 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2249 demangler-warning): Fix typo ("problam").
2250
2251 2015-02-19 David Taylor <dtaylor@emc.com>
2252
2253 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2254
2255 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2256
2257 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2258 point, DTrace'.
2259 (Static Probe Points): Modified to cover DTrace probes in addition
2260 to SystemTap probes. Also modified to cover the `enable probe'
2261 and `disable probe' commands.
2262
2263 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2264
2265 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2266 `disable probe' commands.
2267
2268 2015-02-12 David Taylor <dtaylor@emc.com>
2269
2270 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2271 fields of the QTDV packet.
2272
2273 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2274
2275 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2276 (Process Record and Replay): Describe new set|show commands.
2277 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2278
2279 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2280
2281 * gdb.texinfo (Process Record and Replay): Describe the "record
2282 btrace bts" command.
2283 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2284 (Branch Trace Configuration Format): New.
2285
2286 2015-01-31 Gary Benson <gbenson@redhat.com>
2287 Doug Evans <dje@google.com>
2288
2289 * gdb.texinfo (Command Completion): Document new
2290 "set/show max-completions" option.
2291
2292 2015-01-31 Doug Evans <xdje42@gmail.com>
2293
2294 * gdb.texinfo (Symbols): Document new commands
2295 "maint print symbol-cache", "maint print symbol-cache-statistics",
2296 "maint flush-symbol-cache". Document new option
2297 "maint set symbol-cache-size".
2298
2299 2015-01-31 Doug Evans <xdje42@gmail.com>
2300
2301 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2302 distinguish script files vs inlined scripts.
2303 * python.texi (Python Auto-loading): Ditto.
2304
2305 2015-01-30 Doug Evans <dje@google.com>
2306
2307 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2308 string if present.
2309
2310 2015-01-27 Doug Evans <dje@google.com>
2311
2312 * python.texi (Objfiles In Python): Document Objfile.username.
2313
2314 2015-01-27 Doug Evans <dje@google.com>
2315
2316 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2317 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2318
2319 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2320
2321 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2322
2323 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2324
2325 * doc/gdb.texinfo (TUI Commands): Document the possible
2326 values of NAME argument to 'winheight' command. Explain the
2327 effect of 'tabset' setting better.
2328
2329 2015-01-11 Doug Evans <xdje42@gmail.com>
2330
2331 PR gdb/15830
2332 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2333 (Symbols): Ditto.
2334 (Maintenance Commands): Delete docs for "maint demangle".
2335
2336 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2337
2338 * gdb.texinfo (Files): Remove documentation of the
2339 "add-shared-symbol-files" and "assf" commands.
2340 (Cygwin Native): Remove documentation of the "dll-symbols"
2341 command.
2342
2343 2014-12-17 Doug Evans <xdje42@gmail.com>
2344
2345 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2346
2347 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2348 Jan Kratochvil <jan.kratochvil@redhat.com>
2349
2350 * gdb.texinfo (Altering): Update.
2351 (Compiling and Injecting Code): New node.
2352
2353 2014-12-12 Doug Evans <dje@google.com>
2354
2355 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2356
2357 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2358
2359 * gdb.texinfo: Document "maint print user-registers".
2360
2361 2014-12-08 Doug Evans <dje@google.com>
2362
2363 * python.texi (Objfiles In Python): Document Objfile.owner.
2364
2365 2014-12-04 Doug Evans <dje@google.com>
2366
2367 * python.texi (Objfiles In Python): Document
2368 Objfile.add_separate_debug_file.
2369
2370 2014-12-04 Doug Evans <dje@google.com>
2371
2372 * python.texi (Objfiles In Python): Document Objfile.build_id.
2373
2374 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2375
2376 * observer.texi (inferior_call_pre, inferior_call_post)
2377 (memory_changed, register_changed): New observers.
2378
2379 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2380
2381 * python.texi (Events In Python): Document new events
2382 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2383 and RegisterChangedEvent.
2384
2385 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2386
2387 Add add-auto-load-scripts-directory.
2388 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2389 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2390
2391 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2392
2393 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2394 description typo.
2395
2396 2014-10-30 Doug Evans <dje@google.com>
2397
2398 * python.texi (Progspaces In Python): Document ability to add
2399 random attributes to gdb.Progspace objects.
2400 (Objfiles In Python): Document ability to add random attributes to
2401 gdb.objfile objects.
2402
2403 2014-10-27 Pedro Alves <palves@redhat.com>
2404
2405 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2406 info on stepping and signal handlers.
2407 (Signals): Explain stepping and signal handlers. Add context
2408 index entry, and cross references.
2409
2410 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2411
2412 * python.texi (Breakpoints In Python): Add parenthesis after
2413 Breakpoint.delete. Clarify Breakpoint.enabled description so
2414 that it contains "disable".
2415
2416 2014-10-17 Doug Evans <dje@google.com>
2417
2418 * python.texi (Events In Python): Document clear_objfiles event.
2419
2420 2014-10-17 Doug Evans <dje@google.com>
2421
2422 * python.texi (Objfiles In Python): Document new progspace attribute.
2423
2424 2014-10-17 Pedro Alves <palves@redhat.com>
2425
2426 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2427 (SVR4 Process Information): Delete mention of OSF/1.
2428
2429 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2430
2431 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2432 exit-code field in -list-thread-groups output.
2433
2434 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2435
2436 * gdb.texinfo (Set Breaks): Add missing "@end table".
2437
2438 2014-09-22 Pedro Alves <palves@redhat.com>
2439
2440 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2441 always-inserted off" is the default mode now. Delete
2442 documentation of "set breakpoint always-inserted auto".
2443
2444 2014-09-18 Doug Evans <dje@google.com>
2445
2446 * python.texi (Symbol Tables In Python): Document "producer"
2447 attribute of gdb.Symtab objects.
2448
2449 2014-09-16 Pedro Alves <palves@redhat.com>
2450
2451 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2452 (Embedded OS): Remove VxWorks menu entry.
2453 (VxWorks): Remove node.
2454
2455 2014-09-13 Doug Evans <xdje42@gmail.com>
2456
2457 * gdb.texinfo (Signaling): Document new queue-signal command.
2458
2459 2014-09-06 Doug Evans <xdje42@gmail.com>
2460
2461 PR 15276
2462 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2463 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2464
2465 2014-09-03 Justin Lebar <jlebar@google.com>
2466
2467 * python.texi (Types In Python): Type.template_argument(n) returns a
2468 gdb.Value or a gdb.Type and throws an exception if n is out of
2469 range.
2470
2471 2014-09-03 Sasha Smundak <asmundak@google.com>
2472
2473 * python.texi (Frames in Python): Add read_register description.
2474
2475 2014-08-04 Tom Tromey <tromey@redhat.com>
2476
2477 * gdb.texinfo (Debugging Output): Update for change to "set debug
2478 target".
2479
2480 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2481
2482 Pushed by Joel Brobecker <brobecker@adacore.com>.
2483 * Makefile.in (transform): New variable.
2484 (install-man1, install-man5): Apply $(transform) to man file names.
2485
2486 2014-07-26 Doug Evans <xdje42@gmail.com>
2487
2488 PR guile/17177
2489 * guile.texi (Guile Pretty Printing API): Fix typo.
2490 Document set-pretty-printers!, pretty-printers.
2491 (Selecting Guile Pretty-Printers): Update.
2492 Mention program-space based pretty-printers.
2493
2494 2014-07-25 Pedro Alves <palves@redhat.com>
2495 Eli Zaretskii <eliz@gnu.org>
2496
2497 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2498 with multi-threaded programs.
2499
2500 2014-07-19 Ajit Agarwal <ajitkum@xilinx.com>
2501
2502 * gdb.texinfo (MicroBlaze Features): Added.
2503
2504 2014-06-27 Yao Qi <yao@codesourcery.com>
2505
2506 * gdb.texinfo (Maintenance Commands): Update the output of
2507 'maint print dummy-frames' command.
2508
2509 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2510
2511 * gdb.texinfo (Screen Size): Improve indexing.
2512
2513 2014-06-19 Gary Benson <gbenson@redhat.com>
2514
2515 * gdb.texinfo (Maintenance Commands): Document new
2516 "maint set/show catch-demangler-crashes" option.
2517
2518 2014-06-19 Gary Benson <gbenson@redhat.com>
2519
2520 * gdb.texinfo (Maintenance Commands): Document new
2521 "maint demangler-warning" command and new
2522 "maint set/show demangler-warning" option.
2523
2524 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2525
2526 * python.texi (Xmethod API): Add space before the opening
2527 parenthesis in function descriptions.
2528
2529 2014-06-06 Doug Evans <xdje42@gmail.com>
2530
2531 * guile.texi (Guile Configuration): Document guile-data-directory.
2532
2533 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2534
2535 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2536
2537 2014-06-04 Doug Evans <xdje42@gmail.com>
2538
2539 * guile.texi (Breakpoints In Guile): Update.
2540
2541 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2542
2543 * python.texi (Xmethod API): Fix reference to "Progspaces In
2544 Python".
2545
2546 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2547
2548 * python.texi (Xmethods In Python, XMethod API)
2549 (Writing an Xmethod): New nodes.
2550 (Python API): New menu entries "Xmethods In Python",
2551 "Xmethod API", "Writing an Xmethod".
2552
2553 2014-06-02 Doug Evans <xdje42@gmail.com>
2554
2555 * guile.texi (Guile API): Add entry for Parameters In Guile.
2556 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2557 (Parameters In Guile): New node.
2558
2559 2014-06-02 Doug Evans <xdje42@gmail.com>
2560
2561 * guile.texi (Guile API): Add entry for Commands In Guile.
2562 (Basic Guile) <parse-and-eval>: Add reference.
2563 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2564 (GDB Scheme Data Types): Mention <gdb:command> object.
2565 (Commands In Guile): New node.
2566
2567 2014-06-02 Doug Evans <xdje42@gmail.com>
2568
2569 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2570 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2571 (Progspaces In Guile): New node.
2572
2573 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2574
2575 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2576 * python.texi (Frames In Python): Mention
2577 gdb.FRAME_UNWIND_MEMORY_ERROR.
2578
2579 2014-05-29 Pedro Alves <palves@redhat.com>
2580 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2583 from example.
2584 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2585 Mention that target-async is now deprecated.
2586 (Maintenance Commands): Document maint set/show target-async.
2587
2588 2014-05-29 Pedro Alves <palves@redhat.com>
2589
2590 * observer.texi (sync_execution_done, command_error): New
2591 subjects.
2592
2593 2014-05-29 Pedro Alves <palves@redhat.com>
2594
2595 PR gdb/13860
2596 * observer.texi (signal_received, end_stepping_range)
2597 (signal_exited, exited, no_history): New observer subjects.
2598
2599 2014-05-26 Andy Wingo <wingo@igalia.com>
2600
2601 * guile.texi (GDB Scheme Data Types): Remove documentation for
2602 removed interfaces. Update spelling of gdb-object-kind.
2603
2604 2014-05-26 Andy Wingo <wingo@igalia.com>
2605
2606 * guile.texi (Basic Guile): Fix some typos.
2607
2608 2014-05-26 Andy Wingo <wingo@igalia.com>
2609
2610 * guile.texi (Writing a Guile Pretty-Printer)
2611 (Guile Types Module): Fix excess parentheses in use-modules forms.
2612
2613 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2614
2615 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2616 (Breakpoints In Guile, Guile Printing Module)
2617 (Guile Exception Handling, Values From Inferior In Guile)
2618 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2619 Don't use @var at the beginning of a sentence.
2620
2621 * gdb.texinfo (Frame Filter Management, Trace Files)
2622 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2623 (PowerPC Embedded, Define, Annotations for Running)
2624 (IPA Protocol Commands, Packets, General Query Packets)
2625 (Tracepoint Packets, Notification Packets, Environment)
2626 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2627 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2628 (Frames, Backtrace, Selection, Expressions, Registers)
2629 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2630 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2631 (Source Annotations, Using JIT Debug Info Readers, Packets)
2632 (Stop Reply Packets, Host I/O Packets)
2633 (Target Description Format): Don't use @var at the beginning of a
2634 sentence.
2635
2636 * python.texi (Basic Python, Types In Python)
2637 (Commands In Python, Frames In Python, Line Tables In Python)
2638 (Breakpoints In Python, gdb.printing, gdb.types)
2639 (Type Printing API): Don't use @var at the beginning of a
2640 sentence.
2641
2642 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2643
2644 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2645 replay-memory-access".
2646
2647 2014-05-21 Pedro Alves <palves@redhat.com>
2648
2649 * gdb.texinfo (Starting): Document "set/show
2650 auto-connect-native-target".
2651 (Target Commands): Document "target native".
2652
2653 2014-05-20 Pedro Alves <palves@redhat.com>
2654
2655 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2656 not be remote specific. Add cross reference to the qCRC packet.
2657 (Separate Debug Files): Update cross reference to the qCRC packet.
2658 (General Query Packets) <qCRC packet>: Add anchor.
2659
2660 2014-05-17 Doug Evans <xdje42@gmail.com>
2661
2662 Copy over changes from guile.texi.
2663 * python.texi (Basic Python) <gdb.execute>: Add text.
2664 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2665 (Values From Inferior) <Python string>: Add text.
2666 (Values From Inferior) <Value.string>: Clarify string length handling.
2667 (Pretty Printing API): Add cindex.
2668 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2669 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2670 @vindex.
2671 (Commands In Python) <COMPLETE_*>: Similarly.
2672 (Symbols In Python) <SYMBOL_*>: Similarly.
2673 (Breakpoints In Python) <WP_*>: Similarly.
2674 (Breakpoints In Python) <BP_*>: Similarly.
2675
2676 2014-05-17 David Taylor <dtaylor@emc.com>
2677
2678 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2679 mentioned in the qfThreadInfo reply.
2680
2681 2014-05-16 Doug Evans <dje@google.com>
2682
2683 * gdb.texinfo (Mode Options): Add -D.
2684
2685 2014-05-09 Samuel Bronson <naesten@gmail.com>
2686
2687 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2688 "make -C".
2689
2690 2014-04-29 Tom Tromey <tromey@redhat.com>
2691
2692 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2693 "show debug varobj".
2694
2695 2014-05-01 David Taylor <dtaylor@emc.com>
2696
2697 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2698 option.
2699
2700 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2701 Walfred Tedeschi <walfred.tedeschi@intel.com>
2702
2703 * gdb.texinfo (i386 Features): Add description of AVX512
2704 registers.
2705
2706 2014-03-31 Doug Evans <dje@google.com>
2707
2708 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2709
2710 2014-03-30 Doug Evans <dje@google.com>
2711
2712 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2713 (Background Execution): Ditto.
2714
2715 2014-03-21 Pedro Alves <palves@redhat.com>
2716 Stan Shebs <stan@codesourcery.com>
2717 Hui Zhu <hui@codesourcery.com>
2718
2719 * gdb.texinfo (Packets): Add anchor to "? packet".
2720 Remove fixme and update introduction of "k packet".
2721 Add anchor to "vKill packet".
2722
2723 2014-03-12 Stan Shebs <stan@codesourcery.com>
2724
2725 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2726
2727 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2728
2729 * guile.texi (Basic Guile): Document 'history-append!'.
2730
2731 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2732
2733 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2734 and "assf" as being deprecated.
2735 (Cygwin Native): Likewise for "dll-symbols".
2736 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2737 as a way to force the loading of symbols from a DLL.
2738
2739 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2740
2741 * python.texi (Values From Inferior): Add description about the
2742 new feature.
2743
2744 2014-02-17 Doug Evans <xdje42@gmail.com>
2745
2746 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2747 * gdb.texinfo (Python): Moved to ...
2748 * python.texi: ... here. New file.
2749
2750 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2751
2752 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2753 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2754 parameter to 'str-lookup-function' procedure. Look for
2755 the "std::string<" prefix.
2756 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2757 Adjust description.
2758
2759 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2760
2761 * guile.texi (Values From Inferior In Guile): Remove stray
2762 parantheses for deffn.
2763 (Disassembly In Guile): Ditto.
2764
2765 2014-02-10 Stan Shebs <stan@codesourcery.com>
2766
2767 Add Doxygen support.
2768 * Makefile.in (doxy): New action, generates Doxygen files.
2769 (DOXYGEN): New.
2770 (doxyedit): New.
2771 * Doxyfile-base.in: New file.
2772 * Doxyfile-gdb-api.in: New file.
2773 * Doxyfile-gdb-xref.in: New file.
2774 * Doxyfile-gdbserver.in: New file.
2775 * doxy-index.in: New file.
2776 * filter-for-doxygen: New file.
2777 * filter-params.pl: New file.
2778
2779 2014-02-10 Doug Evans <xdje42@gmail.com>
2780
2781 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2782 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2783 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2784 (Guile docs): Include guile.texi.
2785 (objfile-gdbdotext file): Add objfile-gdb.scm.
2786 (dotdebug_gdb_scripts section): Mention Guile scripts.
2787 (Multiple Extension Languages): New node.
2788 * guile.texi: New file.
2789
2790 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2791
2792 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2793 ignore-descriptive-types". commands.
2794
2795 2014-01-22 Doug Evans <dje@google.com>
2796
2797 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2798 (gdbserver man): Ditto.
2799
2800 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2801
2802 * gdb.texinfo: Document limited reverse/replay support
2803 for target record-btrace.
2804
2805 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2806
2807 * gdb.texinfo (Process Record and Replay): Update documentation.
2808
2809 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2810
2811 * gdb.texinfo (Process Record and Replay): Document new /c
2812 modifier accepted by "record function-call-history".
2813 Add /i modifier to "record function-call-history" example.
2814
2815 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2816 Joel Brobecker <brobecker@adacore.com>
2817
2818 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2819 markers. Remove one that was misplaced.
2820
2821 2014-01-10 Pedro Alves <palves@redhat.com>
2822
2823 * gdb.texinfo (Your Program's Environment) <set environment>:
2824 Mention the shell, and point at 'set exec-wrapper'.
2825
2826 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2827
2828 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2829
2830 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2831
2832 * gdb.texinfo (Types In Python): Clarify the documentation
2833 of attribute gdb.Field.bitpos.
2834
2835 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2836
2837 * gdb.texinfo (Types In Python): Fix the documentation of
2838 attribute "bitpos" in class gdb.Field for enum types. Add
2839 documentation for attribute "enumval" in that same class.
2840
2841 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2842
2843 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2844 @ftable.
2845
2846 2013-12-23 Doug Evans <xdje42@gmail.com>
2847
2848 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2849 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2850 corresponding section in Extending GDB.
2851 (Extending GDB): Move menu up. New menu item "Auto-loading
2852 extensions".
2853 (Sequences): New menu item "Auto-loading sequences".
2854 (Auto-loading sequences): New node.
2855 (Python): Rename section from Scripting GDB to Extending GDB.
2856 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2857 Move docs on ways to auto-load extensions to ...
2858 (Auto-loading extensions): ... here. New node.
2859
2860 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2861
2862 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2863 in menu.
2864 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2865 command, now in a new node.
2866 (GDB/MI Support Commands): New node, with its contents being
2867 extracted from the "GDB/MI Miscellaneous Commands" node.
2868 A small paragraph introducing the section is also added at
2869 the start.
2870 (GDB/MI Miscellaneous Commands): Delete the description of the
2871 -info-gdb-mi-command, -list-features and -list-target-features
2872 commands, now hosted in the "GDB/MI Support Commands" node.
2873
2874 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2875
2876 PR python/16113
2877 * gdb.texinfo (Values From Inferior): Add a note about using
2878 gdb.Field objects as subscripts on gdb.Value objects.
2879 (Types In Python): Add description about the new attribute
2880 "parent_type" of gdb.Field objects.
2881
2882 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2883
2884 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2885 entry for section docuumenting the -list-features GDB/MI command.
2886
2887 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2888
2889 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2890 "exec-run-start-option" entry in the output of the "-list-features"
2891 command.
2892
2893 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2894
2895 * gdb.texinfo (i386): Fix yesterday's commit.
2896
2897 2013-12-03 Tom Tromey <tromey@redhat.com>
2898
2899 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2900 documented here.
2901
2902 2013-12-03 Tom Tromey <tromey@redhat.com>
2903
2904 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2905
2906 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2907
2908 * gdb.texinfo (i386 Features): Add MPX feature registers.
2909 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2910 a subsubsection for MPX and describes the display of the
2911 boundary registers.
2912
2913 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2914
2915 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2916 documentation of the "ada-exceptions" entry.
2917
2918 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2919
2920 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2921 "^error" result record concerning the error message. Document
2922 the error code that may also be part of that result record.
2923 (GDB/MI Miscellaneous Commands): Document the
2924 "undefined-command-error-code" element in the output of
2925 the "-list-features" GDB/MI command.
2926
2927 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2928
2929 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2930 the new -info-gdb-mi-command GDB/MI command. Document
2931 the meaning of "-info-gdb-mi-command" in the output of
2932 -list-features.
2933
2934 2013-11-29 Pedro Alves <palves@redhat.com>
2935
2936 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2937 Update comment.
2938
2939 2013-11-24 Yao Qi <yao@codesourcery.com>
2940
2941 * gdb.texinfo (Caching Remote Data): Document new
2942 "set/show stack-cache" option.
2943
2944 2013-11-24 Yao Qi <yao@codesourcery.com>
2945
2946 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2947 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2948 "off" respectively.
2949
2950 2013-11-23 Yao Qi <yao@codesourcery.com>
2951
2952 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2953 of "displayhint" to the table about child results.
2954
2955 2013-11-21 Yao Qi <yao@codesourcery.com>
2956
2957 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2958 'dynamic' for the output of command -var-list-children.
2959
2960 2013-11-21 Yao Qi <yao@codesourcery.com>
2961
2962 * gdb.texinfo (Caching Target Data): Remove "see" before
2963 @pxref.
2964
2965 2013-11-20 Yao Qi <yao@codesourcery.com>
2966
2967 * gdb.texinfo (Caching Target Data): Update doc for
2968 per-address-space dcache.
2969
2970 2013-11-20 Yao Qi <yao@codesourcery.com>
2971
2972 * gdb.texinfo (Data): Rename menu item.
2973 (Caching Remote Data): Rename to ...
2974 (Caching Target Data): ... it. Update.
2975
2976 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2977
2978 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2979 "language-option" entry in the output of the "-list-features"
2980 command.
2981
2982 2013-11-15 Tom Tromey <tromey@redhat.com>
2983
2984 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2985 Add example.
2986
2987 2013-11-14 Tom Tromey <tromey@redhat.com>
2988
2989 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2990
2991 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2992
2993 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2994 (Context management): Place current subsection text into its own
2995 subsubsection. Add new subsubsection describing the "--language"
2996 command option.
2997
2998 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2999
3000 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
3001 the documentation of "info-ada-exceptions" in the output
3002 of the "-list-features" command. Add the documentation
3003 of the "ada-exception" entry instead.
3004
3005 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3006
3007
3008 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
3009 word of a couple of sentences to start with a capital letter.
3010
3011 2013-11-12 Joel Brobecker <brobecker@adacore.com>
3012
3013 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
3014 (Ada Exceptions): New node.
3015 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
3016 Commands" node.
3017 (GDB/MI Ada Exceptions Commands): New node.
3018 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
3019 field in the output of the "-list-features" command.
3020 * NEWS: Add entry for the new "info exceptions" CLI command,
3021 and for the new "-info-ada-exceptions" GDB/MI command.
3022
3023 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
3024
3025 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
3026 (Line Tables In Python): New node.
3027
3028 2013-11-08 Doug Evans <dje@google.com>
3029
3030 * gdb.texinfo (Debugging Output): Update text for
3031 "set debug dwarf2-read".
3032
3033 2013-11-08 Doug Evans <dje@google.com>
3034
3035 * gdb.texinfo (Debugging Output): Update text for
3036 "set debug symtab-create".
3037
3038 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3039
3040 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
3041 constant.
3042
3043 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
3044
3045 * gdb.texinfo (Breakpoints In Python): Document temporary
3046 option in breakpoint constructor, and add documentation to the
3047 temporary attribute.
3048
3049 2013-11-07 Yao Qi <yao@codesourcery.com>
3050
3051 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
3052 output of "-var-info-expression".
3053
3054 2013-11-06 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
3057 non-interactive mode.
3058 (Environment) <shell startup files warning>: Mention
3059 non-interactive mode. Mention .zshenv for Z shell, and talk about
3060 BASH_ENV instead of .bashrc for BASH.
3061
3062 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
3063
3064 * gdb.texinfo (Commands to Specify Files): Add description
3065 of the remove-symbol-file command.
3066 * observer.texi: New free_objfile event
3067
3068 2013-10-24 Pedro Alves <palves@redhat.com>
3069
3070 * gdb.texinfo (Starting): Document set/show startup-with-shell.
3071
3072 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3073
3074 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3075 New subsection inside which the "-catch-load" and "-catch-unload"
3076 commands documentation is now placed.
3077 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3078 documenting the "-catch-assert" and "-catch-exception" new
3079 GDB/MI commands.
3080
3081 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3082
3083 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3084
3085 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3086
3087 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3088 serial baud".
3089 (Remote Configuration): Replace "set remotebaud" by "set serial
3090 baud". Replace "show remotebaud" by "show serial baud".
3091
3092 2013-10-07 Pedro Alves <palves@redhat.com>
3093
3094 PR breakpoints/11568
3095 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3096 when the thread is removed from the thread list.
3097
3098 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3099
3100 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3101 Update entry for $_exitcode.
3102
3103 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3104
3105 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3106 new "--start" option.
3107
3108 2013-10-02 Pedro Alves <palves@redhat.com>
3109
3110 * gdb.texinfo (Registers): Expand description of saved registers
3111 in frames. Explain <not saved>.
3112
3113 2013-09-25 Doug Evans <dje@google.com>
3114
3115 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3116
3117 2013-09-16 Stan Shebs <stan@codesourcery.com>
3118
3119 Remove the internals manual gdbint.texinfo.
3120 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3121 (PDFFILES): Remove gdbint.pdf.
3122 (HTMLFILES): Remove gdbint/index.html.
3123 (HTMLFILES_INSTALL): Remove gdbint.
3124 (GDBINT_DOC_FILES): Remove.
3125 (dvi): Remove gdbint.dvi.
3126 (ps): Remove gdbint.ps.
3127 * gdbint.texinfo: Remove file.
3128 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3129
3130 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3131
3132 * gdb.texinfo (Convenience Functions): Mention new convenience
3133 function $_isvoid.
3134
3135 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3136
3137 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3138 (Standard Target Features): Add new node to menu.
3139 (S/390 and System z Features): New node.
3140
3141 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3142
3143 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3144 -list-target-features in the example.
3145
3146 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3147
3148 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3149 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3150
3151 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3152
3153 Sync documentation with gdb.base/gnu-debugdata.exp.
3154 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3155
3156 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3157
3158 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3159
3160 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3161 Yao Qi <yao@codesourcery.com>
3162
3163 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3164 Document new --skip-unavailable option.
3165 <-stack-list-variables>: Document new --skip-unavailable option.
3166
3167 2013-08-26 Doug Evans <dje@google.com>
3168
3169 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3170 an optional regexp.
3171
3172 2013-08-13 Tom Tromey <tromey@redhat.com>
3173
3174 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3175 Document GDB_PARALLEL and GDB_INOTIFY.
3176
3177 2013-08-09 Stan Shebs <stan@codesourcery.com>
3178
3179 * LRS: Remove file, describes a long-abandoned live-range
3180 splitting extension to stabs.
3181
3182 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3183
3184 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3185
3186 2013-07-17 Doug Evans <dje@google.com>
3187
3188 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3189
3190 2013-07-02 Tom Tromey <tromey@redhat.com>
3191
3192 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3193
3194 2013-06-28 Tom Tromey <tromey@redhat.com>
3195
3196 * Makefile.in (version.subst): Use version.in, not
3197 common/version.in.
3198 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3199 Likewise.
3200
3201 2013-06-27 Pedro Alves <palves@redhat.com>
3202
3203 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3204 dynamic symbol resolution code>: New section, based on infrun.c
3205 comment.
3206
3207 2013-06-26 Tom Tromey <tromey@redhat.com>
3208
3209 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3210 Update.
3211 (Releasing GDB): Likewise.
3212
3213 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3214 Yao Qi <yao@codesourcery.com>
3215
3216 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3217 -trace-frame-collected.
3218
3219 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3220
3221 * gdb.texinfo (Traceframe Info Format): Document tvar element
3222 and its attributes.
3223
3224 2013-06-25 Yao Qi <yao@codesourcery.com>
3225
3226 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3227
3228 2013-06-24 Tom Tromey <tromey@redhat.com>
3229
3230 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3231 (GDBvn.texi): Use version.subst.
3232 (version.subst): New target.
3233 (mostlyclean): Remove version.subst.
3234
3235 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3236
3237 * gdb.texinfo (GDB/MI Data Manipulation)
3238 <-data-list-register-values>: Document the --skip-unavailable
3239 option.
3240
3241 2013-06-07 Yao Qi <yao@codesourcery.com>
3242
3243 * gdb.texinfo (Symbols): Add kindex and cindex for
3244 'maint print msymbols'.
3245
3246 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3247
3248 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3249 response field name (thread-group to inferior).
3250
3251 2013-06-04 Gary Benson <gbenson@redhat.com>
3252
3253 * gdb.texinfo (General Query Packets/qSupported): Added
3254 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3255 to the table of currently defined stub features.
3256 Added a more detailed entry for "augmented-libraries-svr4-read".
3257 (General Query Packets/qXfer:libraries-svr4:read): Documented
3258 the augmented form of this packet.
3259
3260 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3261
3262 * gdb.texinfo (System-wide Configuration Scripts): Renames
3263 "Installed System-wide Configuration Scripts". Add associated
3264 @menu block.
3265
3266 2013-05-23 Yao Qi <yao@codesourcery.com>
3267 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.texinfo (Packets): Document 'vCont;r'.
3270 (Continuing and Stepping): Document target-assisted range
3271 stepping, and the 'set range-stepping' and 'show range-stepping'
3272 commands.
3273
3274 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3275
3276 * gdb.texinfo (Installed System-wide Configuration Scripts):
3277 Add subsection describing the scripts now available under
3278 the data-dir's system-gdbbinit subdirectory.
3279 * NEWS: Add entry announcing the availability of system-wide
3280 configuration scripts for ElinOS and Wind River Linux.
3281
3282 2013-05-21 Hui Zhu <hui@codesourcery.com>
3283
3284 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3285 "-dprintf-insert" command.
3286
3287 2013-05-17 Doug Evans <dje@google.com>
3288
3289 * gdb.texinfo (Maintenance Commands): Update doc for
3290 "maint check-psymtabs". Add doc for "maint check-symtabs",
3291 "maint expand-symtabs".
3292
3293 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3294
3295 * gdb.texinfo (Process Record and Replay): Document the
3296 "record goto" command and its sub-commands.
3297
3298 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3299
3300 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3301 (Python API): Add Frame Filters API, Frame Wrapper API,
3302 Writing a Frame Filter/Wrapper, Managing Management of Frame
3303 Filters chapter entries.
3304 (Frame Filters API): New Node.
3305 (Frame Wrapper API): New Node.
3306 (Writing a Frame Filter): New Node.
3307 (Managing Frame Filters): New Node.
3308 (Progspaces In Python): Add note about frame_filters attribute.
3309 (Objfiles in Python): Ditto.
3310 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3311 @anchors and --no-frame-filters option to -stack-list-variables,
3312 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3313 commands.
3314
3315 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3316
3317 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3318 Support" subsection documenting the XML format used to transfer
3319 shared library info on AIX.
3320
3321 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3322
3323 * gdb.texinfo (Debugging Output): Add documentation of
3324 "set debug aix-solib" and "show debug aix-solib" commands.
3325
3326 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3327
3328 * gdb.texinfo (Nios II): New section.
3329 (Nios II Features): New section.
3330
3331 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3332
3333 * gdbint.texinfo (Algorithms): Remove entries documenting
3334 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3335 SOLIB_CREATE_INFERIOR_HOOK.
3336
3337 2013-04-29 Tom Tromey <tromey@redhat.com>
3338
3339 PR python/14204:
3340 * gdb.texinfo (Python API): Fix menu entry.
3341 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3342 Define global and static block. Add example. Clarify
3343 block relationship for inline functions.
3344
3345 2013-04-29 Tom Tromey <tromey@redhat.com>
3346
3347 * gdb.texinfo (Python API): Mention Python help and keyword
3348 arguments. Move pagination text to Basic Python.
3349 (Basic Python): Put pagination text here. Document
3350 close-on-exec, SIGCHLD, and SIGINT.
3351
3352 2013-04-19 Pedro Alves <palves@redhat.com>
3353
3354 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3355 "signedness" instead of "signness".
3356
3357 2013-04-19 Pedro Alves <palves@redhat.com>
3358
3359 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3360 -Wno-pointer-sign text with text on -Wpointer-sign.
3361
3362 2013-04-16 Tom Tromey <tromey@redhat.com>
3363
3364 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3365 GCC that has the SDT probe points.
3366
3367 2013-04-15 Tom Tromey <tromey@redhat.com>
3368
3369 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3370 exception catchpoints.
3371
3372 2013-04-15 Tom Tromey <tromey@redhat.com>
3373
3374 * gdb.texinfo (Set Catchpoints): Document $_exception.
3375 (Convenience Vars): Mention $_exception.
3376
3377 2013-04-15 Tom Tromey <tromey@redhat.com>
3378
3379 * gdb.texinfo (Set Catchpoints): Reorganize exception
3380 catchpoints. Document "catch rethrow".
3381 (Debugging C Plus Plus): Mention "catch rethrow".
3382
3383 2013-04-15 Tom Tromey <tromey@redhat.com>
3384
3385 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3386
3387 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3388 Eli Zaretskii <eliz@gnu.org>
3389
3390 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3391 line below the sample output.
3392
3393 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3394
3395 * gdb.texinfo (Mode Options): Document '-configuration'.
3396 (Help): Document "show configuration".
3397 (Bug Reporting): Add requirements to include the configuration
3398 details in bug reports.
3399
3400 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3401
3402 * Makefile.in (MAN1S): Add gcore.1.
3403 Remove "Host, target, and site specific Makefile fragments" comment.
3404 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3405 (install-man1, uninstall-man1): Conditionalize gcore.1.
3406 (gcore.1): New.
3407 * gdb.texinfo (Man Pages): Add gcore man.
3408 (gcore man): New node.
3409
3410 2013-04-10 Pedro Alves <palves@redhat.com>
3411
3412 * gdb.texinfo (Process Record and Replay): Document that "set
3413 record full insn-number-max", "set record
3414 instruction-history-size" and "set record
3415 function-call-history-size" accept "unlimited".
3416 (Backtrace): Document that "set backtrace limit" accepts
3417 "unlimited".
3418 (List): Document that "set listsize" accepts "unlimited".
3419 (Print Settings)" Document that "set print max-symbolic-offset",
3420 "set print elements" and "set print repeats" accept "unlimited".
3421 (Starting and Stopping Trace Experiments): Document that "set
3422 trace-buffer-size" accepts "unlimited".
3423 (Remote Configuration): Document that "set tcp connect-timeout"
3424 accepts "unlimited".
3425 (Command History): Document that "set history size" accepts
3426 "unlimited".
3427 (Screen Size): Document that "set height" and "set width" accepts
3428 "unlimited". Adjust "set pagination"'s description to suggest
3429 "set height unlimited" instead of "set height 0".
3430
3431 2013-04-10 Yao Qi <yao@codesourcery.com>
3432
3433 * gdb.texinfo (Trace Files): Add "target ctf".
3434
3435 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3436
3437 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3438
3439 * Makefile.in (install-man1, install-man5, uninstall-man1)
3440 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3441
3442 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3443
3444 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3445 Eli Zaretskii <eliz@gnu.org>
3446
3447 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3448 parameters order. Remove "On some targets" for --attach. Document the
3449 --multi parameter and extended-remote command. Document all the
3450 options.
3451
3452 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3453
3454 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3455 the list of supported languages.
3456
3457 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3458
3459 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3460 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3461 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3462 (diststuff): Add man.
3463 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3464 (uninstall-man5): New.
3465 (STAGESTUFF): Add *.1 and *.5.
3466 (GDBvn.texi): Add SYSTEM_GDBINIT.
3467 (gdb.1, gdbserver.1, gdbinit.5): New.
3468 (maintainer-clean realclean): Add $(MANS).
3469 (install): Add install-man.
3470 (uninstall): Add uninstall-man.
3471 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3472 (@copying): Wrap it by @c man begin COPYRIGHT.
3473 (Top): Add Man Pages.
3474 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3475
3476 2013-04-02 Pedro Alves <palves@redhat.com>
3477
3478 * gdb.texinfo (Debugging Output): Document "set/show debug
3479 aarch64", "set/show debug coff-pe-read" and "set/show debug
3480 mach-o".
3481
3482 2013-04-02 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3485 table>: Add entry for "trace-buffer-size".
3486
3487 2013-03-28 Pedro Alves <palves@redhat.com>
3488
3489 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3490 table>: Add entry for "trace-status".
3491
3492 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3493
3494 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3495 @bullet", which is invalid (makeinfo 5.1 barfs).
3496
3497 2013-03-28 Pedro Alves <palves@redhat.com>
3498
3499 PR gdb/15294
3500
3501 * gdb.texinfo (List) <set listsize>: Adjust to document that
3502 listsize 0 means no limit, and remove mention of -1.
3503
3504 2013-03-22 Yao Qi <yao@codesourcery.com>
3505
3506 * gdb.texinfo (Embedded Processors): Remove menu item
3507 "OpenRISC 1000".
3508 (OpenRISC 1000): Remove.
3509
3510 2013-03-21 Doug Evans <dje@google.com>
3511
3512 * gdb.texinfo (Maintenance Commands): Add docs for
3513 "mt set per-command {space,time,symtab} {on,off}".
3514
3515 2013-03-14 Hui Zhu <hui@codesourcery.com>
3516 Yao Qi <yao@codesourcery.com>
3517
3518 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3519
3520 2013-03-13 Keith Seitz <keiths@redhat.com>
3521
3522 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3523 "maint agent" reference to Dynamic printf.
3524
3525 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3526
3527 * gdb.texinfo (General Query Packets): Don't use colon in index
3528 entries visible to Info format.
3529
3530 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3531
3532 * gdb.texinfo (Process Record and Replay): Document record
3533 changes.
3534
3535 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3536
3537 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3538 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3539 qXfer:btrace:read.
3540
3541 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3542
3543 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3544 use colons in @anchor and @cindex entries.
3545
3546 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3547
3548 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3549
3550 2013-03-08 Stan Shebs <stan@codesourcery.com>
3551 Hafiz Abid Qadeer <abidh@codesourcery.com>
3552
3553 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3554 trace-buffer-size set and show commands.
3555 (Tracepoint Packets): Document QTBuffer:size.
3556 (General Query Packets): Document QTBuffer:size.
3557
3558 2013-02-21 Tom Tromey <tromey@redhat.com>
3559
3560 * gdb.texinfo: Remove bad @syncodeindex.
3561 (Values From Inferior, Types In Python, Inferiors In Python)
3562 (Events In Python, Threads In Python, Frames In Python, Blocks In
3563 Python, Symbols In Python, Symbol Tables In Python): Remove
3564 @tables.
3565 (Packets, General Query Packets, Tracepoint Packets)
3566 (Host I/O Packets): Use @w{} for empty @item.
3567
3568 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3569
3570 * gdb.texinfo (Architectures In Python): Add description about
3571 the new method gdb.Architecture.disassemble.
3572
3573 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3574 Hafiz Abid Qadeer <abidh@codesourcery.com>
3575
3576 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3577 Document the "trace-file" field.
3578
3579 2013-02-07 Doug Evans <dje@google.com>
3580
3581 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3582 command.
3583
3584 2013-02-06 Yao Qi <yao@codesourcery.com>
3585
3586 * gdb.texinfo (GDB/MI Async Records): Document new MI
3587 notification "=tsv-modified". Update the document of MI
3588 notification "=tsv-created".
3589 * observer.texi (GDB Observers): New observer tsv_modified.
3590 Update observer tsv_created and tsv_delete.
3591
3592 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3593
3594 * gdb.texinfo (AArch64 Features): New section; document
3595 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3596 (Architectures): Add new AArch64 section to document AArch64
3597 architecture specific commands.
3598 (ABI): Add description of the new OS ABI "Newlib" and its influence
3599 on the longjmp handling.
3600
3601 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3602 Jan Kratochvil <jan.kratochvil@redhat.com>
3603
3604 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3605 variable in 'set/show backtrace' section.
3606
3607 2013-01-31 Tom Tromey <tromey@redhat.com>
3608
3609 * gdb.texinfo (Target Commands): Fix typo.
3610
3611 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3612
3613 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3614 describing the gdb.Architecture class.
3615 (Frames In Python): Add description about the new method
3616 gdb.Frame.architecture().
3617
3618 2013-01-23 Doug Evans <dje@google.com>
3619
3620 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3621
3622 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3623
3624 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3625 'thread-groups' field when printing a breakpoint in MI.
3626
3627 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3628 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3629 to reflect that jit-reader-load now supports absolute file-names.
3630
3631 2013-01-16 Tom Tromey <tromey@redhat.com>
3632
3633 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3634 (Signals): Likewise.
3635
3636 2013-01-16 Tom Tromey <tromey@redhat.com>
3637
3638 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3639 "catch-type" field.
3640 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3641
3642 2013-01-07 Tom Tromey <tromey@redhat.com>
3643
3644 * gdb.texinfo (Mode Options): Don't mention -epoch.
3645 (Data, Emacs): Remove obsolete comments.
3646
3647 2013-01-02 Tom Tromey <tromey@redhat.com>
3648
3649 * gdb.texinfo (GDB/MI Output Records): Update menu.
3650 (GDB/MI Breakpoint Information): New node.
3651 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3652 <-break-insert>: Likewise.
3653
3654 2012-12-31 Yao Qi <yao@codesourcery.com>
3655
3656 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3657 (Packets): Move "vStopped" packet to ...
3658 (Notification Packets): ... here. Describe the components
3659 of notification. Add a table of supported notifications.
3660 Add an example on the process of he async notification.
3661
3662 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3663
3664 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3665 present.
3666 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3667 fullname output always present.
3668
3669 2012-12-23 Pierre Muller <muller@sourceware.org>
3670
3671 * gdbint.texinfo (Function prototypes): Require use of "extern"
3672 modifier for function prototypes in headers.
3673
3674 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3675
3676 * refcard.tex: Update copyright notice to GPL v3 or later.
3677 Update contact info.
3678
3679 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3680
3681 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3682
3683 2012-12-15 Yao Qi <yao@codesourcery.com>
3684
3685 * gdb.texinfo (Debugging Output): Document 'set debug
3686 notification' and 'show debug notification'.
3687
3688 2012-12-15 Yao Qi <yao@codesourcery.com>
3689
3690 * gdb.texinfo (Listing Tracepoints): New item and example about
3691 'installed on target' output.
3692 Add more in the example about 'installed on target'.
3693 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3694
3695 2012-12-14 Tom Tromey <tromey@redhat.com>
3696
3697 * gdb.texinfo (SVR4 Process Information): Mention core files.
3698
3699 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3700
3701 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3702
3703 2012-12-12 Paul Koning <paul_koning@dell.com>
3704
3705 Add support for Python 3.
3706 * gdb.texinfo (Inferior.read_memory): Mention that the return
3707 value is a memoryview object if Python 3.
3708
3709 2012-12-11 Pedro Alves <palves@redhat.com>
3710
3711 * gdb.texinfo: Remove all mentions of Unixware throughout.
3712
3713 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3714
3715 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3716
3717 2012-11-29 Tom Tromey <tromey@redhat.com>
3718
3719 * gdb.texinfo (SVR4 Process Information): Document missing
3720 "info proc" subcommands.
3721
3722 2012-11-29 Yao Qi <yao@codesourcery.com>
3723
3724 PR gdb/1477.
3725 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3726 to 'auto' instead of 'gnu'.
3727
3728 2012-11-26 Tom Tromey <tromey@redhat.com>
3729
3730 * gdb.texinfo (MiniDebugInfo): New node.
3731 (GDB Files): Update.
3732
3733 2012-11-16 Doug Evans <dje@google.com>
3734
3735 * gdb.texinfo (System-wide configuration): If the system-wide init
3736 file lives in the data-directory, and --data-directory is provided,
3737 look for it there.
3738
3739 2012-11-15 Tom Tromey <tromey@redhat.com>
3740
3741 * gdb.texinfo (Signaling): Fix typo.
3742
3743 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3744
3745 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3746 parameter "count" of -data-write-memory-bytes, and add an example.
3747
3748 2012-11-12 Tom Tromey <tromey@redhat.com>
3749
3750 * gdb.texinfo (Symbols): Document "info type-printers",
3751 "enable type-printer" and "disable type-printer".
3752 (Python API): Add new node to menu.
3753 (Type Printing API): New node.
3754 (Progspaces In Python): Document type_printers field.
3755 (Objfiles In Python): Likewise.
3756 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3757 register_type_printer, TypePrinter>: Document.
3758
3759 2012-11-12 Tom Tromey <tromey@redhat.com>
3760
3761 * gdb.texinfo (Symbols): Document "set print type methods",
3762 "set print type typedefs", and flags to ptype and whatis.
3763
3764 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3765
3766 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3767 the example -data-disassemble output. Extend the description of
3768 the -data-disassemble results to document all fields. Document
3769 the cli disassemble command as being related to -data-disassemble.
3770
3771 2012-11-09 Yao Qi <yao@codesourcery.com>
3772
3773 PR gdb/14777.
3774 * gdb.texinfo (OS Information): Remove doc on command
3775 'info udot'.
3776
3777 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3778
3779 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3780 gdb.ini warning for Windows port.
3781
3782 2012-11-08 Yao Qi <yao@codesourcery.com>
3783
3784 * gdb.texinfo (Search): Add kindex for 'fo'.
3785
3786 2012-11-05 Tom Tromey <tromey@redhat.com>
3787
3788 PR python/14802:
3789 * gdb.texinfo (Functions In Python): Add example.
3790
3791 2012-11-03 Yao Qi <yao@codesourcery.com>
3792
3793 * observer.texi (GDB Observers): Remove observer
3794 'tracepoint_modified', 'tracepoint_created' and
3795 'tracepoint_deleted'.
3796
3797 2012-10-26 Tom Tromey <tromey@redhat.com>
3798
3799 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3800
3801 2012-10-25 Tom Tromey <tromey@redhat.com>
3802
3803 * gdb.texinfo (General Query Packets): Use @itemx.
3804
3805 2012-10-17 Yao Qi <yao@codesourcery.com>
3806
3807 * observer.texi (GDB Observers): Update observer
3808 'memory_changed'.
3809 * gdb.texinfo (GDB/MI Async Records): Document for
3810 "memory-changed" notification.
3811
3812 2012-10-15 Doug Evans <dje@google.com>
3813
3814 * gdb.texinfo (Mode Options): Document -nh.
3815 Elaborate on docs for -nx.
3816
3817 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3818
3819 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3820
3821 2012-09-21 Yao Qi <yao@codesourcery.com>
3822 Pedro Alves <palves@redhat.com>
3823
3824 * gdb.texinfo (GDB/MI Async Records): Document notification
3825 'record-started' and 'record-stopped'.
3826 * observer.texi (GDB Observers): New observer 'record-changed'.
3827
3828 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3829
3830 * gdb.texinfo: Document the removal of SH's 'regs' command.
3831
3832 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3833
3834 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3835
3836 2012-09-18 Yao Qi <yao@codesourcery.com>
3837
3838 * gdb.texinfo (GDB/MI Async Records): Document new MI
3839 notifications '=tsv-created' and '=tsv-deleted'.
3840 * observer.texi (GDB Observers): New observer tsv_created and
3841 tsv_deleted.
3842
3843 2012-09-18 Yao Qi <yao@codesourcery.com>
3844
3845 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3846 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3847 '=traceframe-changed'.
3848
3849 2012-09-17 Yao Qi <yao@codesourcery.com>
3850
3851 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3852 'set listsize'.
3853
3854 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3855 Eli Zaretskii <eliz@gnu.org>
3856
3857 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3858 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3859 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3860
3861 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3862
3863 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3864
3865 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3866
3867 Document how to return from "python-interactive" to GDB.
3868 * gdb.texinfo (Python Commands): Update documentation.
3869
3870 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3871
3872 Add a new "python-interactive" command that starts a standard
3873 Python interactive prompt with "pi" as alias, and add "py" as
3874 an alias to "python".
3875 * gdb.texinfo (Python Commands): Document the new commands.
3876
3877 2012-08-22 Tom Tromey <tromey@redhat.com>
3878
3879 * gdbint.texinfo (Host Definition): Remove documentation for
3880 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3881
3882 2012-08-17 Keith Seitz <keiths@redhat.com>
3883
3884 PR c++/13356
3885 * gdb.texinfo (Type and Range Checking): Remove warning.
3886 Remove spurious commas.
3887 Update text and examples for re-implementation of set/show
3888 check type.
3889 (C and C++ Type and Range Checks): Likewise.
3890
3891 2012-08-16 Yao Qi <yao@codesourcery.com>
3892
3893 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3894 is deprecated.
3895
3896 2012-08-13 Doug Evans <dje@google.com>
3897
3898 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3899 to include functions.
3900
3901 2012-08-10 Doug Evans <dje@google.com>
3902
3903 * gdb.texinfo (Convenience Funs): New node.
3904 (Types In Python): Document Type.vector.
3905
3906 2012-08-09 Yao Qi <yao@codesourcery.com>
3907
3908 * observer.texi: New observer command_param_changed.
3909 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3910
3911 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3912
3913 * gdbint.texinfo (Debugging GDB): In section
3914 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3915 Mention also gdb-gdb.py.
3916
3917 2012-08-07 Yao Qi <yao@codesourcery.com>
3918
3919 Revert the folloing patch:
3920 2012-08-06 Yao Qi <yao@codesourcery.com>
3921 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3922 remote hardware-watchpoint-limit' and 'set
3923 remote hardware-breakpoint-limit'.
3924
3925 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3926
3927 * gdb.texinfo (Working Directory): Added information about new
3928 default argument for 'cd' command.
3929
3930 2012-08-06 Yao Qi <yao@codesourcery.com>
3931
3932 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3933 remote hardware-watchpoint-limit' and 'set
3934 remote hardware-breakpoint-limit'.
3935
3936 2012-08-06 Yao Qi <yao@codesourcery.com>
3937
3938 Fix PR14371.
3939
3940 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3941 '=breakpoint-deleted'.
3942
3943 2012-08-02 Yao Qi <yao@codesourcery.com>
3944
3945 * gdb.texinfo (Native): Remove node Neutrino.
3946
3947 2012-07-27 Yao Qi <yao@codesourcery.com>
3948
3949 * gdb.texinfo (IPA Protocol Commands): Document new command
3950 'close'.
3951
3952 2012-07-25 Tom Tromey <tromey@redhat.com>
3953
3954 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3955
3956 2012-07-20 Doug Evans <dje@google.com>
3957
3958 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3959 (Index Files): Document how to control the use of deprecated index
3960 sections.
3961 (Index Section Format): Replace --use-deprecated-index-sections with
3962 "set use-deprecated-index-sections on".
3963
3964 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3965
3966 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3967 indices into a single node "Index". Instead, join function and
3968 variable indices into a single index, separate from the concept
3969 index. Requested in
3970 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3971 (Top): Update the top-level menu: instead of one "Index" there are
3972 now separate entries "Concept Index" and "Function and Variable
3973 Index".
3974 (Concept Index, Function and Variable Index): New nodes.
3975 (Index): Node deleted.
3976
3977 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3978
3979 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3980 and "maint agent-eval".
3981
3982 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3983
3984 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3985 avoid file-name clashes between Index.html and index.html on
3986 case-insensitive filesystems. See the discussion starting in
3987 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3988 details of the problem.
3989 (Top): Update the master menu for the above.
3990 (Concept Index, Command and Variable Index): New nodes, instead of
3991 the old "Index" node that was deleted. All cross-references
3992 updated.
3993
3994 2012-07-02 Stan Shebs <stan@codesourcery.com>
3995
3996 * gdb.texinfo (Dynamic Printf): Mention agent style and
3997 disconnected dprintf.
3998 (Maintenance Commands): Describe maint agent-printf.
3999 (General Query Packets): Mention BreakpointCommands feature.
4000 (Packets): Document commands extension to Z0 packet.
4001 * agentexpr.texi (Bytecode Descriptions): Document printf
4002 bytecode.
4003
4004 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
4007 only after gdbinit files.
4008 (Startup): Move -iex and -iex commands down after gdbinit files.
4009
4010 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4011
4012 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
4013 possibility.
4014
4015 2012-06-29 Tom Tromey <tromey@redhat.com>
4016
4017 * gdb.texinfo (Index Section Format): Update for version 7.
4018
4019 2012-06-28 Stan Shebs <stan@codesourcery.com>
4020
4021 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
4022 example, add note about title column.
4023
4024 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4025
4026 * gdb.texinfo (Symbol Tables In Python): Add description about
4027 the new 'last' attribute of gdb.Symtab_and line.
4028
4029 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4030
4031 * gdb.texinfo (Symbol Tables In Python): Correct the description
4032 of the 'pc' attribute of gdb.Symtab_and_line.
4033
4034 2012-06-26 Doug Evans <dje@google.com>
4035
4036 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
4037 and symtab-create.
4038
4039 2012-06-25 Keith Seitz <keiths@redhat.com>
4040
4041 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
4042 from example. Remove "rbreak" from list of corresponding
4043 gdb commands.
4044
4045 2012-06-23 Doug Evans <dje@google.com>
4046
4047 * gdb.texinfo (Index Section Format): Document version 7 format.
4048
4049 2012-06-22 Yao Qi <yao@codesourcery.com>
4050
4051 * gdb.texinfo: Add missing cindex for some packets.
4052
4053 2012-06-20 Keith Seitz <keiths@redhat.com>
4054
4055 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
4056 for -break-insert and document -p.
4057
4058 2012-06-20 Yao Qi <yao@codesourcery.com>
4059
4060 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
4061 and "gdb.write_memory" with "Inferior.read_memory" and
4062 "Inferior.write_memory".
4063
4064 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
4065
4066 * gdb.texinfo (Summary): Add a link to "Free Documentation".
4067 (Free Documentation): Add @node line.
4068 (Continuing and Stepping) <advance location>: Use @item instead of
4069 @itemx.
4070 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
4071 @itemx.
4072 (Embedded Processors): Put the link to "PA" to its correct place,
4073 according to document structure.
4074 (Python API): Put the link to "Lazy Strings In Python" to its
4075 correct place.
4076 (Index): Use @@ in @tex block to get a literal @.
4077
4078 * gdbint.texinfo: Fix the @subtitle line.
4079
4080 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4081 correct place.
4082
4083 2012-06-08 Yao Qi <yao@codesourcery.com>
4084
4085 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4086 Protocol'.
4087 (In-Process Agent Protocol, IPA Protocol Objects)
4088 (IPA Protocol Commands): New nodes.
4089 (Tracepoint Packets): Add anchors.
4090
4091 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4092
4093 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4094
4095 2012-06-06 Yao Qi <yao@codesourcery.com>
4096
4097 * gdb.texinfo: Update copyright year.
4098
4099 2012-05-23 Stan Shebs <stan@codesourcery.com>
4100 Kwok Cheung Yeung <kcy@codesourcery.com>
4101
4102 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4103
4104 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4105
4106 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4107 Mention also --with-separate-debug-dir.
4108 (Auto-loading): Prepend $debugdir in the sample output.
4109 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4110 auto-load safe-path variable.
4111 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4112 Mention also $debugdir for 'set auto-load scripts-directory'.
4113
4114 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4115
4116 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4117 (MIPS Embedded, MIPS, MIPS Register packet Format)
4118 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4119 appropriate.
4120
4121 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4122 Maciej W. Rozycki <macro@codesourcery.com>
4123
4124 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4125 mips compression".
4126 (MIPS Breakpoint Kinds): New subsubsection.
4127
4128 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4129
4130 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4131 nodes for subsections. Add @acronym mark-ups and adjust
4132 formatting.
4133
4134 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4135
4136 Rename $ddir to $datadir.
4137 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4138 (objfile-gdb.py file): Rename $ddir to $datadir.
4139
4140 2012-05-18 Tom Tromey <tromey@redhat.com>
4141
4142 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4143
4144 2012-05-14 Stan Shebs <stan@codesourcery.com>
4145
4146 * gdb.texinfo (Dynamic Printf): New subsection.
4147
4148 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4149
4150 * gdb.texinfo (Basic Python): Add description about the function
4151 gdb.find_pc_line
4152
4153 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4154 Eli Zaretskii <eliz@gnu.org>
4155
4156 * gdb.texinfo (Separate Debug Files): Use plural form for global
4157 debugging information directory.
4158
4159 2012-05-11 Stan Shebs <stan@codesourcery.com>
4160 Kwok Cheung Yeung <kcy@codesourcery.com>
4161
4162 * gdb.texinfo (Operating System Auxiliary Information): Document new
4163 'info os' subcommands.
4164
4165 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4166
4167 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4168 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4169 (dotdebug_gdb_scripts section): Add reference
4170 to 'Auto-loading safe path'.
4171
4172 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4173
4174 Implement multi-component --with-auto-load-dir.
4175 * gdb.texinfo (Auto-loading): New references
4176 for 'set auto-load scripts-directory'
4177 and 'show auto-load scripts-directory'.
4178 (Auto-loading safe path): Describe the new default. Move $ddir
4179 substituation reference to 'objfile-gdb.py file'.
4180 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4181 script-name. Describe new 'set auto-load scripts-directory'
4182 and 'show auto-load scripts-directory'.
4183
4184 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4185
4186 Provide $ddir substitution for --with-auto-load-safe-path.
4187 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4188 (Auto-loading safe path): Likewise. Mention the default value,
4189 $ddir substitution, --with-auto-load-safe-path and
4190 --without-auto-load-safe-path.
4191 * observer.texi (gdb_datadir_changed): New.
4192
4193 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4194
4195 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4196 Twice.
4197
4198 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4199 directory separator by path separator.
4200
4201 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4202
4203 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4204 for 'set auto-load safe-path' optional. Mention if it is omitted.
4205 Change disabling security protection condition to "/", twice.
4206
4207 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4208
4209 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4210 the new methods global_block and static_block on gdb.Symtab
4211 objects.
4212
4213 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4214
4215 * gdb.texinfo (Blocks In Python): Add a note saying that future
4216 improvements to GDB and its infrastructure can move symbols
4217 across blocks within a symbol table.
4218
4219 2012-04-29 Yao Qi <yao@codesourcery.com>
4220
4221 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4222 (A29K): Remove.
4223
4224 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4225 Tom Tromey <tromey@redhat.com>
4226
4227 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4228 and generic static probe support on GDB.
4229
4230 2012-04-25 Doug Evans <dje@google.com>
4231
4232 * gdb.texinfo (Go): Fix thinko.
4233
4234 * gdb.texinfo (Supported Languages): Add Go.
4235 (Go): New node.
4236
4237 2012-04-25 Yao Qi <yao@codesourcery.com>
4238
4239 * gdbint.texinfo (Testsuite): New section `Board settings'.
4240
4241 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4242
4243 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4244 Three times.
4245
4246 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4247 Three times.
4248
4249 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4250
4251 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4252 by @table @asis. Fix formatting of one item.
4253
4254 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4255
4256 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4257
4258 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4259
4260 New option "set debug auto-load".
4261 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4262 (auto-load verbose mode): New node.
4263
4264 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4265
4266 New option "set auto-load safe-path".
4267 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4268 and "info auto-load" examples for safe-path. Put there also references
4269 for "set auto-load safe-path" and "show auto-load safe-path".
4270 New menu item for Auto-loading safe path.
4271 (Auto-loading safe path): New node.
4272 (Python Auto-loading): Update the expected output from "Missing"
4273 to "No".
4274
4275 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4276
4277 auto-load: Implementation.
4278 * gdb.texinfo (Mode Options): New anchor for -nx.
4279 (Startup): New anchors for Option -init-eval-command,
4280 Home Directory Init File
4281 and Init File in the Current Directory during Startup.
4282 Mention set auto-load local-gdbinit with a reference.
4283 Change the sample code to "set auto-load python-scripts".
4284 (Threads): New anchor set libthread-db-search-path.
4285 Provide references to libthread_db.so.1 file.
4286 (Controlling GDB): New menu item for Auto-loading.
4287 (Auto-loading, Init File in the Current Directory)
4288 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4289 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4290 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4291 reference.
4292 (Auto-loading): Rename to ...
4293 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4294 "set auto-load python-scripts", new anchor for it. Change
4295 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4296 for it. Change "info auto-load-scripts"
4297 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4298 to "Python scripts".
4299
4300 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4301
4302 PR mi/13393
4303 * gdb.texinfo (Print Settings): Extend the description for "set print
4304 object".
4305 (GDB/MI Variable Objects): Extend the description for -var-create and
4306 -var-list-children.
4307
4308 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4309
4310 * gdb.texinfo (Examining Data): Document the 'explore' command.
4311
4312 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4313
4314 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4315 to the children of a varobj and its update range when -var-update
4316 returns that the varobj's type changed.
4317
4318 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4319
4320 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4321 Create two new links fir 'objfile-gdb.py file'
4322 and 'dotdebug_gdb_scripts section'.
4323
4324 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4325
4326 * gdb.texinfo (Auto-loading): Rename node reference
4327 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4328 Twice.
4329 (.debug_gdb_scripts section): Rename the node ...
4330 (dotdebug_gdb_scripts section): ... here.
4331 (Maintenance Commands): Also rename this node reference.
4332
4333 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4334
4335 * gdb.texinfo (Python API/Values From Inferior): Add description
4336 about the new method Value.referenced_value. Add description on
4337 how Value.dereference is different (and similar) to
4338 Value.referenced_value.
4339
4340 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4341
4342 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4343 --init-eval-command=COMMAND, -iex.
4344 (Startup): Describe -iex and -ix. Simplify the example
4345 for "set auto-load-scripts off".
4346
4347 2012-03-16 Gary Benson <gbenson@redhat.com>
4348
4349 PR breakpoints/10738
4350 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4351 stating that GDB cannot set breakpoints on inlined functions.
4352 (Mode Options): Document --use-deprecated-index-sections.
4353 (Index Section Format): Document new index section version format.
4354
4355 2012-03-15 Tom Tromey <tromey@redhat.com>
4356
4357 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4358
4359 2012-03-13 Doug Evans <dje@google.com>
4360
4361 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4362 of "reload".
4363 (Symbols): Delete docs for set/show symbol-reloading.
4364 * gdbint.texinfo (Defining Other Architecture Features): Delete
4365 SYMBOL_RELOADING_DEFAULT.
4366 * refcard.tex: Delete reference to symbol-reloading.
4367
4368 2012-03-07 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.texinfo (General Query Packets): Document new
4371 QProgramSignals packet.
4372 * gdb.texinfo (Remote configuration): Mention
4373 "program-signals-packet".
4374
4375 2012-03-05 Tristan Gingold <gingold@adacore.com>
4376
4377 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4378
4379 2012-03-03 Yao Qi <yao@codesourcery.com>
4380
4381 * gdb.texinfo (In-Process Agent): New node.
4382 Document new commands.
4383 (General Query Packets): Add packet `QAgent'.
4384
4385 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4386
4387 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4388
4389 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4390
4391 * gdb.texinfo (Commands In Python): Put example python macro in
4392 COMMAND_USER category rather than COMMAND_OBSCURE.
4393 Document gdb.COMMAND_USER.
4394 (User-defined Commands): Update documentation to clarify
4395 "set/show max-user-call-depth" and "show user" don't apply to python
4396 commands. Update documentation to clarify "help user-defined" may
4397 also include python commands defined as COMMAND_USER.
4398
4399 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4400
4401 * gdb.texinfo (Startup): Add option -ex description to the option -x
4402 description.
4403
4404 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4405
4406 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4407 condition-evaluation breakpoint parameter.
4408 Mention condition-evaluation mode being shown in "info break".
4409 (Break Conditions): Add description for target-side
4410 conditional breakpoints.
4411 (Remote Configuration): Mention conditional-breakpoints-packet.
4412 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4413 cond-expr.
4414 (General Query Packets): Mention new ConditionalBreakpoint feature.
4415
4416 2012-02-22 Tom Tromey <tromey@redhat.com>
4417
4418 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4419
4420 2012-02-17 Tom Tromey <tromey@redhat.com>
4421
4422 PR python/10753:
4423 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4424 directory.
4425
4426 2012-02-14 Stan Shebs <stan@codesourcery.com>
4427
4428 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4429
4430 2012-02-13 Pedro Alves <palves@redhat.com>
4431
4432 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4433 mips-idt-ecoff.
4434
4435 2012-02-09 Yao Qi <yao@codesourcery.com>
4436
4437 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4438
4439 2012-02-07 Tom Tromey <tromey@redhat.com>
4440
4441 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4442 Symbol.value.
4443
4444 2012-02-07 Tom Tromey <tromey@redhat.com>
4445
4446 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4447
4448 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4449
4450 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4451
4452 2012-01-24 Tom Tromey <tromey@redhat.com>
4453
4454 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4455 unload".
4456 (Files): Mention new catch commands.
4457 (GDB/MI Async Records): Likewise.
4458
4459 2012-01-24 Gary Benson <gbenson@redhat.com>
4460
4461 Delete #if 0'd out code.
4462 * gdb.texinfo (Frame Info): Remove "info catch".
4463
4464 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4465
4466 * gdb.texinfo (Remote Configuration): Document
4467 "set remote hostio-readlink-packet" command.
4468 (General Query Packets): Document vFile:readlink packet.
4469
4470 2012-01-16 Tom Tromey <tromey@redhat.com>
4471
4472 * gdb.texinfo (Specify Location): Document relative file name
4473 handling.
4474
4475 2012-01-16 Tom Tromey <tromey@redhat.com>
4476
4477 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4478
4479 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4480 Eli Zaretskii <eliz@gnu.org>
4481
4482 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4483 code.
4484
4485 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4486
4487 * gdb.texinfo (Variables): Document use of :: for non-static
4488 variables.
4489
4490 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4491
4492 * gdbint.texinfo (Start of New Year Procedure): Update
4493 to replace use of copyright.sh by use of copyright.py.
4494
4495 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4496
4497 Remove the gdbtui binary.
4498 * all-cfg.texi (GDBTUI): Remove.
4499 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4500 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4501 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4502
4503 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4504
4505 Introduce gdb.FinishBreakpoint in Python.
4506 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4507 (Python API): Add menu entry for Finish Breakpoints.
4508
4509 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4510
4511 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4512 tests.
4513
4514 2011-12-16 Doug Evans <dje@google.com>
4515
4516 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4517
4518 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4519
4520 * gdb.texinfo (Python Commands): Remove "maint set/show print
4521 stack". Add documentation for "set/show python print-stack".
4522
4523 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4524
4525 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4526 should transfer control to the stub in the startup code instead of
4527 in main. Mention the need to get past the initial breakpoint.
4528
4529 2011-12-06 Tom Tromey <tromey@redhat.com>
4530
4531 * gdb.texinfo (Set Breaks): Update for new behavior.
4532
4533 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4534
4535 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4536 List Format for SVR4 Targets'.
4537 (General Query Packets): New item qXfer:libraries-svr4:read.
4538 (Library List Format for SVR4 Targets): New node.
4539
4540 2011-12-01 Tom Tromey <tromey@redhat.com>
4541
4542 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4543 add.
4544
4545 2011-11-22 Tom Tromey <tromey@redhat.com>
4546
4547 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4548 reasons.
4549
4550 2011-11-20 Stan Shebs <stan@codesourcery.com>
4551
4552 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4553 note-related options and variables.
4554 (Tracepoint Packets): Document packet changes.
4555
4556 2011-11-20 Sanjoy Das <sdas@igalia.com>
4557
4558 * gdb.texinfo (JIT Interface): Add documentation on writing and
4559 usind JIT debug info readers.
4560 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4561 Debug Info Readers): New nodes.
4562
4563 2011-11-18 Yao Qi <yao@codesourcery.com>
4564
4565 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4566 tracepoint.
4567
4568 2011-11-15 Doug Evans <dje@google.com>
4569
4570 * gdb.texinfo (Files): Document basenames-may-differ.
4571
4572 2011-11-14 Doug Evans <dje@google.com>
4573
4574 * gdb.texinfo (Shell Commands): Document "!".
4575
4576 2011-11-14 Stan Shebs <stan@codesourcery.com>
4577 Kwok Cheung Yeung <kcy@codesourcery.com>
4578
4579 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4580 needed to get shorter fast tracepoints.
4581 (Tracepoint Packets): Document new qTMinFTPILen packet.
4582
4583 2011-11-14 Yao Qi <yao@codesourcery.com>
4584
4585 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4586 behavior of tracepoint.
4587 (General Query Packets): New feature InstallInTrace.
4588 (Remote Configuration): Document "set remote
4589 install-in-trace-packet".
4590
4591 2011-11-12 Matt Rice <ratmice@gmail.com>
4592
4593 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4594 Add arguments to info macro.
4595
4596 2011-11-10 Tom Tromey <tromey@redhat.com>
4597
4598 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4599 manual.
4600 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4601 (Macros): Add a footnote.
4602 (C): Remove paragraph about compiler options.
4603 (C Constants): Mention wide character and string constants.
4604 (C Plus Plus Expressions): Update compiler option advice. Mention
4605 using declarations. Mention ADL. Remove old HP compiler
4606 information.
4607
4608 2011-11-10 Tom Tromey <tromey@redhat.com>
4609
4610 PR c++/9257:
4611 * gdb.texinfo (Print Settings): Add an extra note about the need
4612 for a vtable.
4613
4614 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4615
4616 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4617 "set mips abi" documentation.
4618
4619 2011-11-04 Doug Evans <dje@google.com>
4620
4621 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4622
4623 2011-11-03 Tom Tromey <tromey@redhat.com>
4624
4625 * gdb.texinfo (Stopping): Add menu entry.
4626 (Continuing and Stepping): Restore @node. Use @section, not
4627 @subsection.
4628
4629 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4630
4631 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4632 designation. Fix "Specify Location" cross-reference.
4633
4634 2011-11-02 Stan Shebs <stan@codesourcery.com>
4635
4636 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4637 (General Query Packets): Describe tracenz feature.
4638 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4639
4640 2011-10-28 Paul Koning <paul_koning@dell.com>
4641
4642 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4643
4644 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4645
4646 * gdb.texinfo ((Frames In Python): Document
4647 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4648
4649 2011-10-26 Paul Koning <paul_koning@dell.com>
4650
4651 * gdb.texinfo (gdb.types): Document new deepitems function.
4652
4653 2011-10-25 Paul Koning <paul_koning@dell.com>
4654
4655 PR python/13327
4656
4657 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4658 fetch_lazy method.
4659
4660 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4661
4662 PR python/12656
4663
4664 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4665 global_block, static_block function.
4666
4667 2011-10-19 Tom Tromey <tromey@redhat.com>
4668
4669 * gdb.texinfo (Commands In Python): Add missing "@"s.
4670
4671 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4672
4673 PR python/13285 Document named constants for frame unwind stop reasons
4674 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4675 constants.
4676
4677 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4678
4679 Fix compatibility with texinfo versions older than 4.12.
4680 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4681 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4682 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4683 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4684 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4685 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4686 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4687
4688 2011-10-09 Doug Evans <dje@google.com>
4689
4690 * gdb.texinfo (Extending GDB): Document alias command.
4691
4692 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4693
4694 Support @entry in input expressions.
4695 * gdb.texinfo (Variables): Describe @entry names suffix.
4696 (Print Settings): Add anchor for `set print entry-values'.
4697
4698 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4699 Eli Zaretskii <eliz@gnu.org>
4700
4701 Display @entry parameter values (without references).
4702 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4703 example.
4704 (Print Settings): New description of set print entry-values and show
4705 print entry-values.
4706
4707 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4708 Eli Zaretskii <eliz@gnu.org>
4709
4710 Recognize virtual tail call frames.
4711 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4712 (Tail Call Frames): New node.
4713 (Frames In Python): Add gdb.TAILCALL_FRAME.
4714
4715 2011-10-07 Doug Evans <dje@google.com>
4716
4717 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4718 register_pretty_printer.
4719
4720 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4721
4722 PR python/12930
4723 PR python/12802
4724
4725 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4726 stop method.
4727
4728 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4729
4730 * gdb.texinfo (Starting your Program): "set disable-randomization"
4731 is no longer Linux-specific.
4732 (Remote Configuration): Document "set remote
4733 disable-randomization-packet".
4734 (General Query Packets): Document "QDisableRandomization" packet
4735 and add it to "qSupported" list.
4736
4737 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4738
4739 Allow Python notification of new object-file loadings.
4740 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4741 event type.
4742
4743 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4744
4745 PR python/12691: Add the inferior to Python exited event
4746 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4747
4748 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4749
4750 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4751 rephasing.
4752
4753 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4754
4755 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4756 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4757 as possible feature returned by the `-list-features'
4758 command.
4759
4760 2011-09-28 Paul Koning <paul_koning@dell.com>
4761
4762 * gdb.texinfo (gdb.Type): Document field access by dictionary
4763 key syntax.
4764
4765 2011-09-28 Yao Qi <yao@codesourcery.com>
4766
4767 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4768 Add one space after option `-s'. Remove @r{} markup.
4769
4770 2011-09-27 Stan Shebs <stan@codesourcery.com>
4771
4772 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4773
4774 2011-09-16 Hui Zhu <teawater@gmail.com>
4775
4776 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4777 to *(unsigned char *)$esp@300.
4778
4779 2011-09-15 Paul Koning <paul_koning@dell.com>
4780
4781 * gdb.texinfo: Make style of Python functions and methods match
4782 the syntax of Python. Also put class and module names explicitly
4783 on function, member, and variable names, matching Python
4784 documentation conventions.
4785
4786 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4787
4788 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4789 * gdb.texinfo (Inferiors In Python): Describe new
4790 gdb.selected_inferior() function.
4791
4792 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4793
4794 Handle multiple breakpoint hits in Python interface:
4795 * gdb.texinfo (Events In Python): New function documentation:
4796 gdb.BreakpointEvent.breakpoints. Indicate that
4797 gdb.BreakpointEvent.breakpoint is now deprecated.
4798
4799 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4800
4801 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4802
4803 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4804
4805 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4806
4807 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4808
4809 * gdb.texinfo (Prompt): Add set/show extended-prompt
4810 documentation
4811 (Basic Python): Add prompt_hook anchor.
4812 (Python modules): Reword module text to reflect multiple modules.
4813 (gdb.prompt): Document gdb.prompt module.
4814
4815 2011-08-14 Yao Qi <yao@codesourcery.com>
4816
4817 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4818
4819 2011-08-14 Yao Qi <yao@codesourcery.com>
4820
4821 * gdb.texinfo (Standard Target Features): Document C6x features.
4822 (TIC6x Features): New node.
4823
4824 2011-08-12 Doug Evans <dje@google.com>
4825
4826 * gdb.texinfo (Symbols In Python): Document symbol.type.
4827
4828 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4829
4830 * gdb.texinfo (Python): Document command and function
4831 auto-loading.
4832
4833 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4834 Eli Zaretskii <eliz@gnu.org>
4835
4836 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4837 typedefs unrolling. Extend the sample code by an inner typedef and
4838 outer typedefs unrolling.
4839
4840 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4841
4842 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4843 size and line-size.
4844
4845 2011-07-21 Matt Rice <ratmice@gmail.com>
4846
4847 PR macros/12999
4848 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4849 Update text and cindex entries for info macro command.
4850
4851 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4852
4853 * observer.texi (GDB Observers): Add before_prompt observer.
4854 * gdb.texinfo (Basic Python): Add documentation for prompt
4855 substitution.
4856
4857 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4858
4859 PR python/12438
4860 * gdb.texinfo (Python Commands): Add deprecate note to maint
4861 set/show python print-stack. Document set/show python
4862 print-backtrace.
4863
4864 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4865
4866 * gdb.texinfo: Fix typos.
4867
4868 2011-07-01 Tom Tromey <tromey@redhat.com>
4869
4870 * gdb.texinfo (Debugging Output): Document set debug
4871 check-physname.
4872
4873 2011-06-29 Tom Tromey <tromey@redhat.com>
4874
4875 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4876 breakpoint-notifications feature.
4877
4878 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4879
4880 * gdb.texinfo (Target Description): Remove warning about
4881 possibly unstable format.
4882
4883 2011-06-03 Tom Tromey <tromey@redhat.com>
4884
4885 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4886 (Events In Python): Note that exit_code is optional.
4887
4888 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4889
4890 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4891 required for multi-threading support.
4892 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4893 Hc are deprecated for multi-threading debugging. Point readers at
4894 the vCont packet.
4895
4896 2011-05-15 Doug Evans <dje@google.com>
4897
4898 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4899
4900 2011-05-13 Doug Evans <dje@google.com>
4901
4902 * gdb.texinfo (Threads): Document $sdir,$pdir.
4903 (Server): Document $pdir exception.
4904
4905 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4906
4907 * gdb.texinfo (Threads): Clarify default value for
4908 libthread-db-search-path.
4909
4910 * gdb.texinfo (Completion): Update example.
4911 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4912
4913 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4914
4915 * gdb.texinfo: Document change in the behaviour of the enable and
4916 disable GDB commands when applied to tracepoints.
4917 Document the EnableDisableTracepoints remote stub feature.
4918 Document QTEnable and QTDisable in the list of tracepoint packets.
4919
4920 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4921
4922 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4923 hsuser.texi.
4924 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4925 comment to hsuser.texi. Change rluser.texi name in the comment.
4926
4927 2011-05-10 Doug Evans <dje@google.com>
4928
4929 * gdb.texinfo (Threads): If an empty path is provided for
4930 libthread-db-search-path it is reset to its default value.
4931 (Server): Ditto.
4932
4933 2011-05-09 Doug Evans <dje@google.com>
4934
4935 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4936
4937 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4938 Thiago Jung Bauermann <bauerman@br.ibm.com>
4939
4940 Implement support for PowerPC BookE masked watchpoints.
4941 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4942 (PowerPC Embedded): Mention support of masked watchpoints.
4943
4944 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4945
4946 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4947 `@value{GDBN}'.
4948
4949 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4950
4951 * gdb.texinfo (titlepage): Remove dedication.
4952 (In Memoriam): New appendix.
4953
4954 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4955 Eli Zaretskii <eliz@gnu.org>
4956
4957 * gdb.texinfo (Index Section Format): Change the version to 5.
4958 Describe the different formula.
4959
4960 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4961 Eli Zaretskii <eliz@gnu.org>
4962
4963 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4964 for disconnected tracing.
4965 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4966 extended-remote relationship. Mention --once.
4967 (TCP port allocation lifecycle of @code{gdbserver}): New.
4968
4969 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4970
4971 * gdb.texinfo (Server): Improve indexing. Index all optional
4972 switches to gdbserver.
4973
4974 2011-04-20 Tom Tromey <tromey@redhat.com>
4975
4976 * gdb.texinfo (Index Section Format): New node.
4977 (Top): Add new node to menu.
4978
4979 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4980
4981 * gdb.texinfo (Maintenance Commands): Document `maint print
4982 remote-registers'.
4983
4984 2011-04-20 Tom Tromey <tromey@redhat.com>
4985
4986 * gdb.texinfo (Trace File Format): Move node later.
4987
4988 2011-04-19 Tom Tromey <tromey@redhat.com>
4989
4990 * gdbint.texinfo (Register Information Functions): Remove
4991 duplicate "the".
4992 * gdb.texinfo (Emacs): Remove duplicate "to".
4993 (GDB/MI Variable Objects): Remove duplicate "the".
4994 (General Query Packets): Likewise.
4995
4996 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4997
4998 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4999 "GDB/MI Ada Exception Information" node.
5000
5001 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5002
5003 * gdb.texinfo (GDB/MI Ada Exception Information): Document
5004 the "exception-name" field in the *stopped async record.
5005
5006 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5007 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5008
5009 Implement support for PowerPC BookE ranged breakpoints.
5010 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
5011
5012 2011-03-28 Tom Tromey <tromey@redhat.com>
5013
5014 * gdb.texinfo (Set Tracepoints): Fix typo.
5015
5016 2011-03-24 Tom Tromey <tromey@redhat.com>
5017
5018 * gdb.texinfo (Specify Location): Document `function:label'
5019 linespec.
5020
5021 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5022
5023 PR python/12149
5024
5025 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
5026
5027 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
5028
5029 * gdb.texinfo (Blocks In Python): Add is_valid method description.
5030 (Inferiors In Python): Likewise.
5031 (Threads In Python): Likewise.
5032 (Symbols In Python): Likewise.
5033 (Objfiles In Python): Likewise.
5034 (Symbol Tables In Python): Likewise.
5035
5036 2011-03-15 Pedro Alves <pedro@codesourcery.com>
5037
5038 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
5039 display>: Explain that the commands accept number ranges.
5040
5041 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
5042
5043 * gdb.texinfo (Breakpoints In Python): Add description and example
5044 of Python stop function operation.
5045
5046 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5047
5048 * gdb.texinfo (Parameters In Python): Document get_set_string and
5049 get_show_string methods.
5050
5051 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5052
5053 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
5054
5055 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
5056 circular-trace-buffer name.
5057
5058 2011-02-28 Joel Brobecker <brobecker@adacore.com>
5059
5060 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
5061 in the previous change.
5062
5063 2011-02-27 Michael Snyder <msnyder@vmware.com>
5064
5065 * gdb.texinfo (Inferiors and Programs): Update commands to show
5066 that they can accept multiple arguments.
5067
5068 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5069
5070 Revert the following patch (code patch was not approved):
5071 2011-02-21 Hui Zhu <teawater@gmail.com>
5072 * agentexpr.texi (bytecode descriptions): add printf.
5073 * gdb.texinfo (tracepoint action lists): add printf.
5074
5075 2011-02-23 Doug Evans <dje@google.com>
5076
5077 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
5078
5079 2011-02-23 Michael Snyder <msnyder@vmware.com>
5080
5081 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5082 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5083 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5084
5085 2011-02-22 Doug Evans <dje@google.com>
5086
5087 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5088 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5089 add description of result, fix @defun formatting.
5090
5091 2011-02-21 Hui Zhu <teawater@gmail.com>
5092
5093 * agentexpr.texi (Bytecode Descriptions): Add printf.
5094 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5095
5096 2011-02-18 Tom Tromey <tromey@redhat.com>
5097
5098 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5099
5100 2011-02-14 Michael Snyder <msnyder@vmware.com>
5101
5102 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5103 Document new command "thread find".
5104
5105 2011-02-14 Michael Snyder <msnyder@vmware.com>
5106
5107 * gdb.texinfo (Threads): Update example of new thread message.
5108
5109 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5110
5111 * gdb.texinfo (Remote Configuration): Mention set/show remote
5112 traceframe-info.
5113 (Tools/Packages Optional for Building GDB): Mention that expat is
5114 used for traceframe info.
5115 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5116 (General Query Packets) <qSupported>: Describe the
5117 qXfer:traceframe-info:read feature.
5118 (qXfer::read): Describe qXfer:traceframe-info:read.
5119 (Traceframe Info Format): New section.
5120
5121 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5122
5123 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5124 for casts and unary operators.
5125
5126 2011-02-04 Tom Tromey <tromey@redhat.com>
5127
5128 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5129 is not useful.
5130
5131 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5132
5133 * gdb.texinfo: s/value optimized out/optimized out/g
5134
5135 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5136
5137 * gdb.texinfo (Other Misc Settings): Rework part of the
5138 documentation of the "set interactive mode" command.
5139
5140 2011-01-19 Tom Tromey <tromey@redhat.com>
5141
5142 * gdb.texinfo (Threads): Document thread name output and `thread
5143 name' command.
5144 (Threads In Python): Document Thread.name attribute.
5145 (GDB/MI Thread Commands): Document thread attributes.
5146
5147 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5148
5149 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5150 changes in mi/mi-cmd-disas.c
5151
5152 2011-01-12 Tom Tromey <tromey@redhat.com>
5153
5154 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5155 Fix "thread apply" text.
5156
5157 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5158 Thiago Jung Bauermann <bauerman@br.ibm.com>
5159
5160 Implement support for PowerPC BookE ranged watchpoints.
5161 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5162 the "set powerpc exact-watchpoints" flag.
5163
5164 2011-01-07 Tom Tromey <tromey@redhat.com>
5165
5166 * gdb.texinfo (Python API): Add descriptions to @menu items.
5167
5168 2011-01-06 Tom Tromey <tromey@redhat.com>
5169
5170 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5171
5172 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5173
5174 * gdb.texinfo (Debugging Output): Document "set debug jit".
5175
5176 2011-01-06 Tom Tromey <tromey@redhat.com>
5177
5178 PR python/12133:
5179 * gdb.texinfo (Frames In Python): Document various frame
5180 constants.
5181
5182 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5183
5184 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5185 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5186 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5187
5188 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5189
5190 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5191 (clean): Add GDBvn.texi.
5192
5193 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5194
5195 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5196 occasional case where the debugger prints an array address
5197 instead of the array itself.
5198
5199 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5200
5201 * gdb.texinfo (Packets) <read registers packet>: Document support
5202 for registers that were not collected.
5203
5204 2010-12-15 Doug Evans <dje@google.com>
5205
5206 * gdb.texinfo (Startup): Document auto-loading of scripts during
5207 startup.
5208 (Auto-loading): Delete "maint set python auto-load on|off".
5209 Add "set auto-load-scripts on|off".
5210
5211 2010-12-07 Doug Evans <dje@google.com>
5212
5213 * gdb.texinfo (Mode Options): Document -data-directory.
5214 (Data Files): Add reference to -data-directory.
5215
5216 2010-11-29 Doug Evans <dje@google.com>
5217
5218 * gdb.texinfo (Pretty-Printer Introduction): Change
5219 printer-name:subprinter-name to printer-name;subprinter-name.
5220
5221 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5222
5223 PR python/12199
5224
5225 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5226
5227 2010-11-23 Tom Tromey <tromey@redhat.com>
5228
5229 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5230 (Editing): Likewise.
5231 (Command History): Likewise.
5232 (TUI Keys): Likewise.
5233 (Bug Reporting): Conditionally include rluser.texi and
5234 inc-history.texinfo.
5235 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5236 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5237 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5238 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5239 (gdb.pdf): Likewise.
5240 (gdb.info): Likewise.
5241 (gdb/index.html): Likewise.
5242
5243 2010-11-23 Tom Tromey <tromey@redhat.com>
5244
5245 * Makefile.in (Makefile): Run ../config.status.
5246 (distclean): Update.
5247 * configure: Remove.
5248 * configure.ac: Remove.
5249
5250 2010-11-12 Tom Tromey <tromey@redhat.com>
5251
5252 * gdb.texinfo (Basic Python): Update. Add xref.
5253 (Exception Handling): Document new exception classes.
5254 (Types In Python): Update.
5255 (Frames In Python): Update.
5256
5257 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5258
5259 * gdb.texinfo (Breakpoints In Python): Document "internal"
5260 parameter, and visible attribute.
5261
5262 2010-11-05 Doug Evans <dje@google.com>
5263
5264 * gdb.texinfo (Source Path): Document "set directories".
5265
5266 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5267
5268 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5269 (OpenCL C): New node.
5270
5271 2010-11-02 Doug Evans <dje@google.com>
5272
5273 * gdb.texinfo (Pretty Printing): Expand into three sections,
5274 introduction, example, and commands.
5275 (Python API): Delete section Disabling Pretty-Printers, merge into
5276 Selecting Pretty-Printers.
5277 (Writing a Pretty-Printer): New section. Move the pretty-printer
5278 example here, and reformat to match python coding style. Add a second
5279 example using the gdb.printing module.
5280 (Python modules): Add gdb.printing.
5281
5282 2010-10-29 Doug Evans <dje@google.com>
5283
5284 * gdb.texinfo (Python): Fix long line.
5285
5286 2010-10-20 Doug Evans <dje@google.com>
5287
5288 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5289 All references updated. Correct sections marked as subsections.
5290 (Coding Standards): New chapter. Move the coding standard related
5291 subsections here. Add section on Python coding standards.
5292
5293 2010-10-13 Doug Evans <dje@google.com>
5294
5295 * gdb.texinfo (Python): Add "Python modules".
5296 (Types in Python): Add reference to gdb.types section.
5297 (Python modules): New node.
5298
5299 2010-10-11 Doug Evans <dje@google.com>
5300
5301 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5302 Python" from gdb.Value.type description.
5303
5304 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5305
5306 * gdb.texinfo (Ravenscar Profile): New node.
5307
5308 2010-09-22 Tom Tromey <tromey@redhat.com>
5309
5310 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5311
5312 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5313
5314 * gdb.texinfo (Values From Inferior): Clarify that
5315 value.dynamic_type works only in C++ programs with RTTI.
5316
5317 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5318
5319 * gdb.texinfo (Character Sets): Correctly reference host-charset
5320 in example.
5321
5322 2010-09-13 Tom Tromey <tromey@redhat.com>
5323
5324 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5325 Document "fullname" and "from".
5326
5327 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5328
5329 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5330 feature `reverse' output by -list-target-features.
5331
5332 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5333
5334 * gdb.texinfo (i386 Features): Remove an extra "@item".
5335
5336 2010-08-30 Tom Tromey <tromey@redhat.com>
5337
5338 PR python/11792:
5339 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5340
5341 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5342
5343 * gdb.texinfo (ARM Features): Document
5344 org.gnu.gdb.arm.m-profile.
5345
5346 2010-08-23 Tom Tromey <tromey@redhat.com>
5347
5348 PR python/11145:
5349 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5350 reinterpret_cast methods.
5351
5352 2010-08-23 Tom Tromey <tromey@redhat.com>
5353
5354 PR python/11915:
5355 * gdb.texinfo (Types In Python): Document array method.
5356
5357 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5358
5359 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5360
5361 2010-08-16 Tom Tromey <tromey@redhat.com>
5362
5363 * gdb.texinfo (Set Watchpoints): Document -location option.
5364
5365 2010-08-13 Doug Evans <dje@google.com>
5366
5367 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5368
5369 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5370
5371 * gdb.texinfo (GDB/MI Data Manipulation): Document
5372 -data-read-memory-raw and -data-write-memory-raw.
5373
5374 2010-08-11 Tom Tromey <tromey@redhat.com>
5375 Phil Muldoon <pmuldoon@redhat.com>
5376
5377 * gdb.texinfo (Basic Python): Describe post_event API.
5378
5379 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5380
5381 * gdb.texinfo (Basic Python): Describe solib_address and
5382 decode_line Python APIs
5383
5384 2010-08-10 Tom Tromey <tromey@redhat.com>
5385
5386 * gdb.texinfo (Pretty Printing API): Document
5387 gdb.default_visualizer.
5388
5389 2010-08-10 Tom Tromey <tromey@redhat.com>
5390
5391 Revert gdb-add-index addition:
5392 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5393
5394 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5395 Eli Zaretskii <eliz@gnu.org>
5396
5397 * gdb.texinfo (Mode Options) <-batch>
5398 (Basic Python) <gdb.execute>: Describe setting width and height.
5399
5400 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5401
5402 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5403
5404 2010-07-30 Tom Tromey <tromey@redhat.com>
5405
5406 * gdb.texinfo (Index Files): Mention gdb-add-index.
5407
5408 2010-07-30 Hui Zhu <teawater@gmail.com>
5409
5410 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5411 "detach inferior" and "kill inferior".
5412
5413 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5414
5415 * gdb.texinfo (Machine Code): Update description of two forms of
5416 arguments, and add new example to demonstrate the new form.
5417
5418 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5419
5420 * gdb.texinfo (Values From Inferior): Add value inferior function
5421 call description.
5422
5423 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5424
5425 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5426
5427 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5428 Eli Zaretskii <eliz@gnu.org>
5429
5430 Make core files the process_stratum.
5431 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5432 record_stratum example.
5433
5434 2010-07-13 Tom Tromey <tromey@redhat.com>
5435
5436 * gdb.texinfo (Index Files): New node.
5437
5438 2010-07-13 Tom Tromey <tromey@redhat.com>
5439
5440 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5441
5442 2010-07-13 Tom Tromey <tromey@redhat.com>
5443
5444 * gdb.texinfo (Specify Location): Document labels.
5445
5446 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5447
5448 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5449 entries for fast tracepoints and static tracepoints.
5450
5451 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5452
5453 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5454 qsThreadInfo>: Spell out `l' as ell.
5455
5456 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5457
5458 * gdb.texinfo (Convenience Variables): Document $_sdata.
5459 (Commands to Set Tracepoints): Describe static tracepoints. Add
5460 `Listing Static Tracepoint Markers' menu entry. Document
5461 "strace".
5462 (Tracepoint Action Lists): Document collecting $_sdata.
5463 (Listing Static Tracepoint Markers): New subsection.
5464 (Tracepoints support in gdbserver): Mention static tracepoints.
5465 (remote packets, enabling and disabling): Mention
5466 read-sdata-object.
5467 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5468 and StaticTracepoint.
5469 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5470 Document qXfer:sdata:read.
5471 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5472
5473 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5474
5475 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5476
5477 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5478 Tom Tromey <tromey@redhat.com>
5479 Thiago Jung Bauermann <bauerman@br.ibm.com>
5480
5481 * gdb.texinfo (Inferiors In Python): New node.
5482 * gdb.texinfo (Threads In Python): New node.
5483
5484 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5485
5486 * gdb.texinfo (Python): Document what the python directory is
5487 and what its location is.
5488 (Basic Python): Document the gdb.PYTHONDIR constant.
5489
5490 2010-06-25 Tom Tromey <tromey@redhat.com>
5491
5492 PR python/10808:
5493 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5494
5495 2010-06-24 Hui Zhu <teawater@gmail.com>
5496
5497 * gdb.texinfo: (Commands for Controlled Output): Add
5498 documentation for command "eval".
5499
5500 2010-06-21 Stan Shebs <stan@codesourcery.com>
5501
5502 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5503 * annotate.texinfo: Ditto.
5504 * gdbint.texinfo: Ditto.
5505 * stabs.texinfo: Ditto.
5506
5507 2010-06-22 Hui Zhu <teawater@gmail.com>
5508
5509 * gdb.texinfo: (Process Record and Replay): Add documentation
5510 for command "set record memory-query".
5511
5512 2010-06-21 Stan Shebs <stan@codesourcery.com>
5513
5514 * gdb.texinfo: Relicense under GFDL version 1.3.
5515 * annotate.texinfo: Relicense under GFDL version 1.3.
5516 * gdbint.texinfo: Relicense under GFDL version 1.3.
5517 * stabs.texinfo: Relicense under GFDL version 1.3.
5518 * fdl.texi: Update to version 1.3.
5519
5520 2010-06-18 Stan Shebs <stan@codesourcery.com>
5521
5522 * gdb.texinfo (Operating System Auxiliary Information): Describe
5523 "info os" when no arguments given.
5524
5525 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5526 $_thread.
5527
5528 2010-06-18 Hui Zhu <teawater@gmail.com>
5529
5530 * gdb.texinfo: (Process Record and Replay): Add documentation
5531 for commands "record save" and "record restore".
5532
5533 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5534
5535 * gdb.texinfo: Include information about the correct use
5536 of addresses in the `watch' command.
5537
5538 2010-06-11 Stan Shebs <stan@codesourcery.com>
5539
5540 * gdb.texinfo (Observer Mode): New section.
5541 (General Query Packets): Document QAllow.
5542
5543 2010-06-04 Doug Evans <dje@google.com>
5544
5545 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5546
5547 2010-06-03 Doug Evans <dje@google.com>
5548
5549 * gdbint.texinfo (Coding): Add subsection on command names.
5550
5551 2010-06-02 Tom Tromey <tromey@redhat.com>
5552
5553 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5554 always-disassemble.
5555
5556 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5557
5558 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5559 gdbserver, and add cross reference.
5560 (Tracepoints support in gdbserver): New subsection.
5561
5562 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5563
5564 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5565 `qRelocInsn' feature.
5566 (Relocate instruction reply packet): New subsection
5567 of `Tracepoint Packets'.
5568 (Tracepoint Packets): Mention that packets QTDP and QTStart
5569 support the qRelocInsn request, and add cross reference to new
5570 subsection.
5571
5572 2010-05-25 Doug Evans <dje@google.com>
5573
5574 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5575 (Commands In Python): Document gdb.string_to_argv.
5576
5577 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5578
5579 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5580 ATTR_NORETURN.
5581
5582 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5583 Tom Tromey <tromey@redhat.com>
5584 Thiago Jung Bauermann <bauerman@br.ibm.com>
5585
5586 * gdb.texinfo (Parameters In Python): New Node.
5587
5588 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5589
5590 * gdb.texinfo: (Summary) Add mention about D language support.
5591 (Filenames): Add D suffixes.
5592 (D): New node.
5593
5594 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5595
5596 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5597 of macro deleted from GDB code.
5598
5599 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5600
5601 * gdb.texinfo (Commands to specify files): Describe what how GDB
5602 looks up DOS-based filesystem paths on the system root. Document
5603 the new `set/show target-file-system-kind' commands.
5604
5605 2010-04-23 Doug Evans <dje@google.com>
5606
5607 * gdb.texinfo (Python): Move Auto-loading section here ...
5608 (Python API): from here.
5609 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5610 (Maintenance Commands): Add docs for "maint print section-scripts".
5611
5612 2010-04-20 Chris Moller <cmoller@redhat.com>
5613
5614 * gdb.texinfo (Setting Breakpoints): Added description of
5615 filename-qualified rbreak.
5616 * refcard.tex (Breakpoints and Watchpoints): Added brief
5617 description of filename-qualified rbreak.
5618
5619 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5620
5621 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5622 (Python API): Change the reference to Pretty Printing API.
5623 (Pretty Printing): Move the user part under the Data node. Reformat
5624 the sample output to 72 columns. Create a new reference to Pretty
5625 Printing API. Rename the API part ...
5626 (Pretty Printing API): To a new node name.
5627 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5628 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5629
5630 2010-04-21 Stan Shebs <stan@codesourcery.com>
5631
5632 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5633 and commands.
5634 (Listing Tracepoints): Update to reflect current behavior.
5635
5636 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5637
5638 * gdb.texinfo (Examining memory): Update for change in string
5639 display with explicit size.
5640
5641 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5642
5643 PR breakpoints/8554.
5644
5645 * gdb.texinfo (Save Breakpoints): New node.
5646 (save-tracepoints): Rename to ...
5647 (save tracepoints): ... this. Mention that `save-tracepoints' is
5648 a deprecated alias to `save tracepoints'.
5649
5650 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5651
5652 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5653 (info w32 thread-information-block): Document new command.
5654 (qGetTIBAddress): Document new gdbserver query.
5655 (maint set/show show-all-tib): Document new command.
5656
5657 2010-04-15 Doug Evans <dje@google.com>
5658
5659 * gdb.texinfo (Python API): Add progspaces section.
5660 (Selecting Pretty-Printers): Progspace pretty-printers are
5661 searched too.
5662 (Progspaces In Python): New section.
5663
5664 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5665
5666 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5667
5668 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5669 returns None.
5670
5671 2010-04-09 Stan Shebs <stan@codesourcery.com>
5672
5673 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5674 Describe the `frames-created' field, tweak grammar.
5675
5676 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5677
5678 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5679 Describe the `circular' and `disconnected' fields.
5680
5681 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5682
5683 * gdb.texinfo (maint print registers): Mention unavailable and
5684 invisible registers.
5685
5686 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5687 Thiago Jung Bauermann <bauerman@br.ibm.com>
5688 Tom Tromey <tromey@redhat.com>
5689
5690 * gdb.texinfo (Breakpoints In Python): New Node.
5691
5692 2010-04-08 Stan Shebs <stan@codesourcery.com>
5693
5694 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5695 trace status fields.
5696
5697 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5698
5699 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5700 optional. Make org.gnu.gdb.i386.avx requires
5701 org.gnu.gdb.i386.avx.
5702
5703 2010-04-08 Doug Evans <dje@google.com>
5704
5705 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5706 search path, and document that gdb only scans the search path if
5707 the script's path doesn't specify a directory.
5708
5709 2010-04-05 Doug Evans <dje@google.com>
5710
5711 * gdb.texinfo (maint show python auto-load): Fix typo.
5712
5713 2010-04-04 Stan Shebs <stan@codesourcery.com>
5714
5715 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5716 (Setting Watchpoints): Update description of "info watch".
5717 (Disabling Breakpoints): Only "info break" lists all.
5718
5719 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5720 (tdump): Explain how tdump works.
5721
5722 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5723
5724 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5725 add cross reference.
5726
5727 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5728
5729 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5730 commands error out.
5731
5732 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5733
5734 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5735
5736 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5737
5738 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5739
5740 2010-03-29 Stan Shebs <stan@codesourcery.com>
5741 Nathan Sidwell <nathan@codesourcery.com>
5742
5743 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5744 GDBN equivalent.
5745 (Set Tracepoints): Remove mention that conditional tracepoints
5746 don't exist.
5747 (Tracepoint Actions): Clarify when while-stepping collection
5748 happens, note that while-stepping does not automatically collect
5749 $pc.
5750
5751 2010-03-29 Stan Shebs <stan@codesourcery.com>
5752
5753 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5754 (General Query Packets): Describe TracepointSource.
5755
5756 2010-03-27 Matt Rice <ratmice@gmail.com>
5757
5758 * gdb.texinfo (ARM): Document arguments to "target sim".
5759 (Set Catchpoints): Use @dots{} instead of @r{...}.
5760
5761 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5762
5763 * gdb.texinfo (Tracepoint Packets): Remove mention that
5764 terror:string may be plain text, and drop mention of X prefix.
5765
5766 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5767
5768 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5769
5770 2010-03-24 Stan Shebs <stan@codesourcery.com>
5771
5772 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5773
5774 2010-03-24 Tom Tromey <tromey@redhat.com>
5775
5776 PR breakpoints/9352:
5777 * gdb.texinfo (Break Commands): Update.
5778
5779 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5780
5781 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5782 commands.
5783
5784 2010-03-16 Stan Shebs <stan@codesourcery.com>
5785
5786 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5787 circular-trace-buffer.
5788 (Tracepoint Packets): Describe QTBuffer, and details of the
5789 qTStatus reply.
5790
5791 2010-03-12 Stan Shebs <stan@codesourcery.com>
5792 Nathan Sidwell <nathan@codesourcery.com>
5793
5794 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5795 doing instruction stepping.
5796 (Tracepoint Restrictions): New node.
5797
5798 2010-03-10 Tom Tromey <tromey@redhat.com>
5799
5800 * gdbint.texinfo (Symbol Handling): Update.
5801
5802 2010-03-08 Tom Tromey <tromey@redhat.com>
5803
5804 PR cli/9591:
5805 * gdb.texinfo (Mode Options): Mention lack of pagination and
5806 confirmation with --batch.
5807 (Screen Size): Mention --batch.
5808 (Messages/Warnings): Likewise.
5809
5810 2010-03-05 Tom Tromey <tromey@redhat.com>
5811
5812 * gdb.texinfo (Basic Python): Document target_charset and
5813 target_wide_charset.
5814
5815 2010-03-05 Tom Tromey <tromey@redhat.com>
5816
5817 * gdb.texinfo (Data): Link to pretty-printing.
5818 (Output Formats): Likewise. Correct text.
5819
5820 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5821
5822 * gdb.texinfo (Types): Describe <struct> and <flags>.
5823
5824 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5825
5826 * gdb.texinfo (Frames In Python): Add block parameter and
5827 description to read_var text.
5828
5829 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5830 Tom Tromey <tromey@redhat.com>
5831
5832 * gdb.texinfo (Types In Python): Describe block argument in
5833 template_argument and gdb.lookup_type.
5834
5835 2010-02-24 Tom Tromey <tromey@redhat.com>
5836
5837 * gdb.texinfo (Cygwin Native): Fix typo.
5838
5839 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5840
5841 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5842 and select method descriptions.
5843 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5844 Tables in Python to menu.
5845 (Blocks In Python): New node.
5846 (Symbols In Python): New node.
5847 (Symbol Tables in Python): New node.
5848
5849 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5850
5851 Multiexec MI
5852
5853 gdb/
5854 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5855
5856 gdb/doc/
5857 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5858 changes.
5859 (GDB/MI Program Execution): Document current behaviour of
5860 --all and --thread-group.
5861 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5862 -remove-inferior.
5863 * observer.texi (inferior_added, inferior_removed): New
5864 observers.
5865
5866 2010-02-19 Tom Tromey <tromey@redhat.com>
5867
5868 * gdbint.texinfo (Getting Started): Fix @node.
5869 (Debugging GDB): Likewise.
5870
5871 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5872
5873 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5874 documenting the gdb_test_timeout variable.
5875
5876 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5877
5878 * gdb.texinfo (MI commands): Added documentation of --reverse
5879 option to a set of MI commands. Restructured documentation of MI
5880 commands --exec-continue to reflect the complexity of reverse
5881 execution.
5882
5883 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5884
5885 * gdb.texinfo (Using the Collected Data): Specify that the address
5886 range of `tfind outsize' is exclusive, and that the address range
5887 of `tfind range' is inclusive.
5888 (Tracepoint Packets): Specify that the address range of
5889 `QTFrame:range' is inclusive, and that the address range of
5890 `QTFrame:outside' is exclusive
5891
5892 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5893
5894 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5895
5896 2010-02-10 Tom Tromey <tromey@redhat.com>
5897
5898 * gdb.texinfo (Debugging Output): Document set debug parser and
5899 show debug parser.
5900
5901 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5902
5903 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5904 i386_eflags and i386_mxcsr.
5905
5906 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5907
5908 * gdb.texinfo: Document i386 target features.
5909
5910 2010-02-05 Doug Evans <dje@google.com>
5911
5912 * gdbint.texinfo (Testsuite): Add a new section to document the
5913 various DejaGnu variables that may be overridden.
5914 Document INTERNAL_GDBFLAGS.
5915
5916 2010-02-04 Tom Tromey <tromey@redhat.com>
5917
5918 PR cli/8830:
5919 * gdb.texinfo (Files): -readnow comes before the filename for file
5920 and symbol-file.
5921
5922 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5923
5924 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5925 Document ARM breakpoint types.
5926 (Register Packet Format): Move into the new section.
5927 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5928
5929 2010-01-21 Joel Brobecker <brobecker@adacore.com>
5930
5931 * gdb.texinfo (File Options): Adjust the documentation of this
5932 switch to refer to the "source" command rather than partially
5933 duplicating some of the relevant information.
5934 (Extending GDB): Introduce and document the set/show script-extension
5935 setting.
5936 (Command Files): Add note explaining that the "source" command
5937 is also used to evalute scripts written in other languages.
5938 Remove the short slightly incorrect reference to sourcing Python
5939 scripts.
5940 (Python Commands): Document how to execute a Python script from GDB.
5941
5942 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5943
5944 * gdb.texinfo (Command Files): Fix typo.
5945
5946 2010-01-18 Tom Tromey <tromey@redhat.com>
5947
5948 * gdb.texinfo (File Options): Document -x on .py files.
5949 (Command Files): Document handling of Python scripts.
5950
5951 2010-01-18 Jie Zhang <jie.zhang@analog.com>
5952
5953 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5954
5955 2010-01-15 Stan Shebs <stan@codesourcery.com>
5956
5957 * gdb.texinfo (Trace Files): New section.
5958 (Tracepoint Packets): Document QTSave and qTBuffer.
5959 (Trace File Format): New appendix.
5960
5961 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5962
5963 * gdb.texinfo (Values From Inferior): Document lazy_string value
5964 method.
5965 (Python API): Add Lazy strings menu item.
5966 (Lazy Strings In Python): New node.
5967
5968 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5969
5970 * gdb.texinfo (GDB/MI Thread Information): New.
5971 (GDB/MI Async Records): Document the core field in *stopped.
5972 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5973 documentation
5974 (Process list): Document that osdata document may contain
5975 threads.
5976 (Remote Serial Protocol): Document qXfer:threads.
5977
5978 2010-01-06 Stan Shebs <stan@codesourcery.com>
5979
5980 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5981 disconnected tracing.
5982 (Tracepoint Packets): Document new protocol.
5983
5984 2010-01-05 Stan Shebs <stan@codesourcery.com>
5985
5986 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5987 tracepoints.
5988 (Tracepoint Packets): Describe remote protocol for fast
5989 tracepoints.
5990
5991 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5992
5993 Update the "Start of New Year Procedure".
5994 * gdbint.texinfo: Add the list of files that need to be updated
5995 manually. Minor reformatting.
5996
5997 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5998
5999 * refcard.tex: Update copyright year in header and text.
6000
6001 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6002
6003 * agentexpr.texi: Add 2010 to the list of copyright years.
6004 * annotate.texinfo: Likewise.
6005 * gdb.texinfo: Likewise.
6006 * gdbint.texinfo: Likewise.
6007 * observer.texi: Likewise.
6008 * stabs.texinfo: Likewise.
6009
6010 2009-12-31 Stan Shebs <stan@codesourcery.com>
6011
6012 * gdb.texinfo (Tracepoint Actions): Describe teval.
6013
6014 2009-12-29 Stan Shebs <stan@codesourcery.com>
6015
6016 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
6017
6018 2009-12-28 Stan Shebs <stan@codesourcery.com>
6019
6020 * gdb.texinfo (Trace State Variables): New section.
6021 (Tracepoint Packets): Describe trace state variable packets.
6022 * agentexpr.texi (Bytecode Descriptions): Describe trace state
6023 variable bytecodes.
6024
6025 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6026
6027 * gdb.texinfo (Symbols): "info variables" prints definitions, not
6028 declarations.
6029
6030 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6031
6032 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
6033 -gdb-exit behaviour.
6034
6035 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6036
6037 * gpl.texi: Update to version 3 of the GPL.
6038
6039 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6040
6041 * Makefile.in: Update copyright header.
6042 * observer.texi: Fix the copyright header of the generated files.
6043
6044 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6045
6046 * gdb.texinfo (Types In Python): Describe range function.
6047
6048 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
6049
6050 * gdb.texinfo (Types In Python): Describe "is_base_class".
6051
6052 2009-12-03 Tom Tromey <tromey@redhat.com>
6053
6054 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
6055
6056 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6057
6058 * observer.texi: New memory_changed observer.
6059
6060 2009-12-01 Tom Tromey <tromey@redhat.com>
6061
6062 * gdb.texinfo (Reverse Execution): Fix typo.
6063
6064 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6065
6066 PR gdb/8704
6067
6068 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
6069 are allowed after the breakpoint condition.
6070
6071 2009-11-23 Tom Tromey <tromey@redhat.com>
6072
6073 PR python/10782:
6074 * gdb.texinfo (Types In Python): Document Type.pointer.
6075
6076 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6077
6078 * gdb.texinfo (Machine Code): Adjust.
6079
6080 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6081
6082 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6083 (Using Agent Expressions): Delete cross reference.
6084
6085 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6086
6087 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6088 and @settitle directives up to help makeinfo find them.
6089
6090 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6091
6092 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6093 (Auto-loading): Use plural and note one can use multiple components now.
6094
6095 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6096
6097 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6098 -stack-list-arguments have the same documentation for parameter
6099 as -stack-list-locals. Add comas.
6100
6101 2009-10-27 Tom Tromey <tromey@redhat.com>
6102 Eli Zaretskii <eliz@gnu.org>
6103
6104 PR python/10781
6105
6106 * gdb.texinfo (Values From Inferior): Document cast method.
6107
6108 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6109
6110 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6111 and adjust example.
6112
6113 2009-10-22 Michael Snyder <msnyder@vmware.com>
6114
6115 * gdb.texinfo (Process Record and Replay): Document new form of
6116 info record command. Also document the new save and restore
6117 commands.
6118
6119 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6120
6121 * gdb.texinfo (Machine Code): Mention current pc marker.
6122 (Memory): Likewise.
6123
6124 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6125 Stan Shebs <stan@codesourcery.com>
6126
6127 * observer.texi (new_inferior): Rename to...
6128 (inferior_appeared): ... this.
6129
6130 * gdb.texinfo (Inferiors): Rename node to ...
6131 (Inferiors and Programs): ... this. Mention running multiple
6132 programs in the same debug session.
6133 <info inferiors>: Mention the new 'Executable' column if "info
6134 inferiors". Update examples. Document the "add-inferior",
6135 "clone-inferior", "remove-inferior" and "maint info
6136 program-spaces" commands.
6137 (Process): Rename node to...
6138 (Forks): ... this. Document "set|show follow-exec-mode".
6139
6140 2009-10-11 Michael Snyder <msnyder@vmware.com>
6141
6142 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6143 (ReverseContinue): Ditto.
6144
6145 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6146
6147 * gdb.texinfo (Server): Document libthread-db-search-path.
6148
6149 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6150
6151 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6152
6153 2009-10-06 Michael Eager <eager@eagercon.com>
6154
6155 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6156 (Embedded Processors): Add MicroBlaze.
6157 (MicroBlaze): New. Describe Xilinx MicroBlaze
6158
6159 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6160
6161 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6162
6163 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6164
6165 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6166
6167 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6168
6169 * observer.texi (solib_unloaded): Document explicitly the fact that
6170 this observer is called before the associated symbols are unloaded.
6171
6172 2009-09-21 Jie Zhang <jie.zhang@analog.com>
6173
6174 * gdb.texinfo: Escape "{" and "}".
6175
6176 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6177
6178 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6179 -stack-list-variables.
6180
6181 2009-09-18 Tom Tromey <tromey@redhat.com>
6182
6183 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6184 is experimental.
6185
6186 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6187
6188 * gdb.texinfo (convenince variables): Mention
6189 $_siginfo could be empty.
6190
6191 2009-09-15 Tom Tromey <tromey@redhat.com>
6192
6193 * gdb.texinfo (GDB/MI Variable Objects): Document
6194 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6195 Expand -var-update documentation.
6196
6197 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6198
6199 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6200 feature.
6201
6202 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6203
6204 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6205
6206 2009-09-10 Michael Snyder <msnyder@vmware.com>
6207
6208 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6209 ReverseStep replies to the qSupported query.
6210
6211 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6212
6213 Add documentation for set/show interactive-mode.
6214 * gdb.texinfo (Other Misc Settings): New node.
6215
6216 2009-09-01 Doug Evans <dje@google.com>
6217
6218 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6219 non-stop mode's affect on remote caching.
6220
6221 2009-08-31 Jacob Potter <jdpotter@google.com>
6222 Doug Evans <dje@google.com>
6223
6224 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6225 Mark `set/show remotecache' options as obsolete.
6226 Document new `set/show stack-cache' option.
6227 Update text for `info dcache'.
6228
6229 2009-08-27 Doug Evans <dje@google.com>
6230
6231 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6232 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6233
6234 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6235
6236 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6237 about autoconf.
6238
6239 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6240
6241 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6242 small example, and describe its columns. Replace "inferior-id" by
6243 "infno" throughout.
6244
6245 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6246
6247 * gdbint.texinfo (Releasing GDB): Point to
6248 README-maintainer-mode file for required autoconf version.
6249 * configure.ac: Do not substitute datarootdir, htmldir,
6250 pdfdir, docdir. Do not process --with-datarootdir,
6251 --with-htmldir, --with-pdfdir, --with-docdir.
6252 * configure: Regenerate.
6253
6254 * configure: Regenerate.
6255
6256 2009-08-20 Reid Kleckner <reid@kleckner.net>
6257
6258 * gdb.texinfo: Add chapter on JIT interface.
6259
6260 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6261
6262 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6263 confirmation request.
6264
6265 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6266
6267 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6268 CRC definitions.
6269
6270 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6271
6272 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6273 -break-commands.
6274
6275 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6276
6277 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6278 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6279
6280 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6281
6282 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6283 "set spu stop-on-load" and "show spu stop-on-load" commands.
6284
6285 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6286
6287 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6288
6289 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6290
6291 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6292 org.gnu.gdb.arm.neon.
6293
6294 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6295
6296 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6297 optional element.
6298 (subsection OS ABI): New subsection.
6299
6300 2009-07-14 Stan Shebs <stan@codesourcery.com>
6301
6302 * gdb.texinfo (Tracepoint Conditions): New section.
6303 (General Query Packets): Describe ConditionalTracepoints.
6304 (Tracepoint Packets): Describe condition field.
6305 (Maintenance Commands): Describe maint agent-eval.
6306 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6307
6308 2009-07-11 Hui Zhu <teawater@gmail.com>
6309
6310 * gdb.texinfo (disassemble): Add a new modifier /r
6311 to "disassemble" command to make it print the raw instructions
6312 in hex as well as in symbolic form.
6313
6314 2009-07-09 Tom Tromey <tromey@redhat.com>
6315
6316 * gdbint.texinfo (Testsuite): Document parallel make check.
6317
6318 2009-07-09 Tom Tromey <tromey@redhat.com>
6319
6320 * gdbint.texinfo (Testsuite): Document test transcripts.
6321
6322 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6323
6324 * gdb.texinfo (Values From Inferior): Add length parameter
6325 description.
6326
6327 2009-07-04 Chris Genly <chris@genly.us>
6328
6329 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6330 in -var-list-children. Fix example according to what the code
6331 does.
6332
6333 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6334
6335 * gdb.texinfo (Debugging multiple inferiors): Document the
6336 "inferior", "detach inferior" and "kill inferior" commands.
6337 (Debugging Programs with Multiple Processes): Adjust to mention
6338 generic "inferior" commands. Delete mention of "detach fork" and
6339 "delete fork". Cross reference to "Debugging multiple inferiors"
6340 section.
6341
6342 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6343
6344 * gdbint.texinfo (Item Output Functions): Update signature
6345 for ui_out_field_core_addr.
6346
6347 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6348
6349 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6350 Update example code extrated from breakpoint.c.
6351
6352 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6353
6354 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6355 MI commands.
6356 (GDB/MI Symbol Query): Likewise.
6357 (GDB/MI File Commands): Likewise.
6358 (GDB/MI File Transfer Commands): Likewise.
6359 (GDB/MI Target Manipulation): Likewise.
6360 (GDB/MI Miscellaneous Commands): Likewise.
6361
6362 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6363
6364 * gdb.texinfo (Debugging Optimized Code): New chapter.
6365 (Compiling for Debugging): Reference it. Move some
6366 text to the new section.
6367
6368 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6369
6370 * doc/gdb.texinfo (Calling): Document
6371 set-unwind-on-terminating-exception usage.
6372
6373 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6374
6375 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6376 command.
6377
6378 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6379
6380 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6381 references.
6382
6383 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6384
6385 * gdbint.texinfo: Rename formal parameters to gdbarch function
6386 protoypes from "current_gdbarch" to "gdbarch".
6387
6388 2009-05-28 Tom Tromey <tromey@redhat.com>
6389
6390 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6391
6392 2009-05-27 Tom Tromey <tromey@redhat.com>
6393
6394 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6395 feature.
6396 (GDB/MI Variable Objects): Document -var-set-visualizer.
6397
6398 2009-04-02 Tom Tromey <tromey@redhat.com>
6399
6400 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6401 feature.
6402 (GDB/MI Variable Objects): Document -var-set-visualizer.
6403
6404 2009-05-27 Tom Tromey <tromey@redhat.com>
6405 Thiago Jung Bauermann <bauerman@br.ibm.com>
6406 Phil Muldoon <pmuldoon@redhat.com>
6407
6408 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6409 (Pretty Printing): New node.
6410 (Selecting Pretty-Printers): Likewise.
6411 (Python API): Update.
6412 (Output Formats): Document /r format.
6413
6414 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6415 Tom Tromey <tromey@redhat.com>
6416
6417 * gdb.texinfo (Types In Python): New node.
6418 (Values From Inferior): "type" is now an attribute.
6419 (Python API): Update.
6420
6421 2009-05-27 Tom Tromey <tromey@redhat.com>
6422 Thiago Jung Bauermann <bauerman@br.ibm.com>
6423 Phil Muldoon <pmuldoon@redhat.com>
6424
6425 * gdb.texinfo: Add @syncodeindex for `tp'.
6426 (Python API): Update.
6427 (Auto-loading): New node.
6428 (Objfiles In Python): New node.
6429
6430 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6431
6432 * gdb.texinfo (Threads): Document libthread-db-search-path.
6433
6434 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6435
6436 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6437
6438 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6439
6440 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6441 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6442 show show-debug-regs' docs.
6443
6444 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6445
6446 * gdb.texinfo (Process Record and Replay): Add description of
6447 reverse execution.
6448
6449 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6450
6451 * gdbint.texinfo (Adding support for debugging core files): New node.
6452 (Native Debugging): Remove the ``Native core file Support'' section.
6453
6454 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6455
6456 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6457 Add index entries.
6458
6459 2009-04-30 Hui Zhu <teawater@gmail.com>
6460 Michael Snyder <msnyder@vmware.com>
6461
6462 * gdb.texinfo: (Process Record and Replay): Add documentation for
6463 process record and replay.
6464
6465 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6466
6467 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6468 a new part on command-line defined macros.
6469
6470 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6471
6472 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6473 clarify the wording.
6474
6475 2009-04-23 Tom Tromey <tromey@redhat.com>
6476
6477 * gdb.texinfo (Data Files): New node.
6478 (GDB Files): Update menu.
6479
6480 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6481
6482 * gdbint.texinfo (Defining Other Architecture Features): Remove
6483 entry for PROCESS_LINENUMBER_HOOK.
6484
6485 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6486
6487 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6488
6489 2009-04-22 Hui Zhu <teawater@gmail.com>
6490
6491 * gdb.texinfo (disassemble-next-line): Set the default of
6492 disassemble-next-line to off.
6493
6494 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6495
6496 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6497 --with-htmldir): New.
6498 * configure: Regenerate.
6499 * Makefile.in (datarootdir, docdir): Define.
6500 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6501 instead of $(SET_TEXINPUTS).
6502 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6503 gdbint.info instead of $(SET_TEXINPUTS).
6504 (gdbint/index.html): Use same -I options as for building
6505 gdbint.info.
6506 (stabs.dvi, stabs.pdf): Use same -I options as for building
6507 stabs.info instead of $(SET_TEXINPUTS).
6508 (stabs/index.html): Use same -I options as for building
6509 stabs.info.
6510 (annotate.dvi, annotate.pdf): Use same -I options as for building
6511 annotate.info instead of $(SET_TEXINPUTS).
6512 (annotate/index.html): Use same -I options as for building
6513 annotate.info.
6514
6515 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6516
6517 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6518
6519 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6520
6521 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6522
6523 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6524 Joseph Myers <joseph@codesourcery.com>
6525
6526 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6527 (MAKEHTMLFLAGS): Set to empty.
6528 (html__strip_dir): Define.
6529 (HTMLFILES): Define.
6530 (HTMLFILES_INSTALL): Define.
6531 (install-html): Copy new automake rule.
6532 (html): Depend on $(HTMLFILES).
6533 (gdb_toc.html): Rename to gdb/index.html.
6534 (gdbint_toc.html): Rename to gdbint/index.html.
6535 (stabs_toc.html): Rename to stabs/index.html.
6536 (annotate_toc.html): Rename to annotate/index.html.
6537
6538 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6539
6540 * Makefile.in: Set pdfdir and htmldir from configure
6541 substitutions.
6542 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6543 * configure: Regenerate.
6544
6545 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6546
6547 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6548 This macro is no longer used.
6549
6550 2009-04-15 Tom Tromey <tromey@redhat.com>
6551
6552 * gdb.texinfo (Character Sets): Document default character set.
6553
6554 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6555
6556 * gdbint.texinfo: Change server name from sources.redhat.com to
6557 sourceware.org throughout.
6558
6559 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6560
6561 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6562 about a missing dot or coma after @xref.
6563
6564 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6565
6566 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6567 example, and add a small explanation about it.
6568 (Print Settings): Change the documentation of the "set print
6569 frame-arguments" to reflect the fact that the default is now "scalars".
6570
6571 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6572
6573 * gdb.texinfo (Print Settings): Add kindex for command "set
6574 print frame-arguments".
6575
6576 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6577
6578 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6579 breakpoints.
6580 (Set Breaks): Add reference to thread-specific and task-specific
6581 breakpoints.
6582
6583 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6584
6585 * gdb.texinfo (Ada Tasks): Remove the documentation about
6586 the "Running" state, as this state has been eliminated.
6587 Now all runnable tasks are shown as "Runnable".
6588
6589 2009-03-30 Stan Shebs <stan@codesourcery.com>
6590
6591 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6592 special case of breakpoints.
6593 (Enable and Disable Tracepoints): Mention deprecation.
6594 (Listing Tracepoints): Update description and example.
6595
6596 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6597
6598 * gdb.texinfo (Frames in Python): New node.
6599 (Python API): Update.
6600
6601 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6602
6603 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6604 from a method to an attribute.
6605
6606 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6607
6608 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6609 attribute.
6610
6611 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6612
6613 * observer.texi (thread_exit): Add "silent" parameter.
6614
6615 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6616
6617 * observer.texi (about_to_proceed): New.
6618
6619 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6620
6621 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6622 field throughout to handle types with spaces in them. Fix typos
6623 found by aspell.
6624 (Summary, Requirements, Contributors): New first chapter,
6625 "Summary" added, old Requirements section moved there, and new
6626 section, "Contributors" added.
6627 (Initializing a New Architecture, Register Representation)
6628 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6629 (Porting gdb): These sections extended and updated.
6630 (Compiler Characteristics): This section (empty) deleted.
6631 (Defining Other Architecture Features): This section renamed and
6632 duplicate material removed from (formerly "Target Conditionals").
6633 Use braces {} in @deftypeXX type field throughout to handle types
6634 with spaces in them. Typos found by aspell fixed.
6635
6636 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6637 * stack_frame.pdf: Version of image for PDF output.
6638 * stack_frame.png: Version of image for HTML output and for Emacs.
6639 * stack_frame.txt: Version of image for Info output.
6640 * stack_frame.eps: Version of image for TeX DVI output.
6641
6642 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6643
6644 * gdb.texinfo (Character Sets): Fix last change.
6645
6646 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6647
6648 * gdb.texinfo (Values From Inferior): Fix optional arguments
6649 markup.
6650 (Commands In Python): Adjust argument names of gdb.Command.__init__
6651 to what the function accepts as keywords.
6652
6653 2008-03-20 Tom Tromey <tromey@redhat.com>
6654
6655 * gdb.texinfo (Convenience Vars): Document convenience functions.
6656 (Functions In Python): New node.
6657 (Python API): Update.
6658
6659 2009-03-20 Tom Tromey <tromey@redhat.com>
6660
6661 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6662 set target-wide-charset.
6663 (Requirements): Mention iconv.
6664
6665 2009-03-17 Hui Zhu <teawater@gmail.com>
6666
6667 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6668
6669 2009-03-17 Hui Zhu <teawater@gmail.com>
6670
6671 * gdb.texinfo: Add documentation for disassemble-next-line.
6672
6673 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6674
6675 * gdb.texinfo (Commands In Python): Remove tindex entries.
6676
6677 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6678
6679 * gdb.texinfo (Returning): New description for missing debug info.
6680
6681 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6682
6683 * gdb.texinfo (Remote Configuration): Document query-attached.
6684 (General Query Packets): Document qAttached.
6685
6686 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6687
6688 * gdb.texinfo (Background Execution): Better describe the set
6689 target-async command.
6690 (Maintenance Commands): Delete description of the `maint set/show
6691 linux-async' and `maint set/show remote-async' commands.
6692
6693 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6694
6695 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6696 between sentences.
6697
6698 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6699
6700 * gdb.texinfo (GDB/MI Async Records): Document the
6701 =library-loaded and =library-unloaded notifications.
6702
6703 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6704
6705 * observer.texi (test_notification): New observer.
6706
6707 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6708
6709 * observer.texi: Add parameter 'print_frame' to normal_stop
6710 observer.
6711
6712 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6713
6714 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6715 (Commands In Python): Fix COMMAND_* constants in last change. Use
6716 @kbd for interactive input. Add cross-references and index
6717 entries.
6718
6719 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6720
6721 * gdb.texinfo (Signals): Document $_siginfo.
6722 (Convenience Variables): Mention $_siginfo.
6723 (Remote Configuration): Document qXfer:siginfo:read,
6724 qXfer:siginfo:write packets, and the read-siginfo-object,
6725 write-siginfo-object commands.
6726
6727 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6728
6729 * gdbint.texinfo (Values): New chapter.
6730
6731 2009-02-06 Tom Tromey <tromey@redhat.com>
6732
6733 * gdb.texinfo (Python API): Add entry for Commands In Python.
6734 (Commands In Python): New node.
6735
6736 2009-02-05 Tom Tromey <tromey@redhat.com>
6737
6738 * gdb.texinfo (Values From Inferior): Document Value.string.
6739
6740 2009-02-05 Tom Tromey <tromey@redhat.com>
6741
6742 * gdb.texinfo (Basic Python): Document execute's from_tty
6743 argument.
6744
6745 2009-02-04 Tom Tromey <tromey@redhat.com>
6746
6747 * gdb.texinfo (Basic Python): Document gdb.history.
6748
6749 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6750
6751 * gdb.texinfo (GDB/MI Thread Commands): Document the
6752 'current-thread-id' field. Remove the example with zero threads,
6753 since current GDB won't ever report that if there's inferior.
6754
6755 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6756
6757 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6758 option to -break-insert.
6759
6760 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6761 Jerome Guitton <guitton@adacore.com>
6762
6763 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6764 (System-wide configuration): New section.
6765
6766 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6767
6768 PR gdb/7580:
6769 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6770 internal-error|internal-warning quit|corefile ask|yes|no".
6771
6772 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6773
6774 * gdb.texinfo (Using the `gdbserver' Program): Document
6775 --remote-debug.
6776
6777 2009-01-23 Doug Evans <dje@google.com>
6778
6779 * gdb.texinfo: Add nexti to list of commands that support
6780 background execution.
6781
6782 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6783
6784 * gdb.texinfo (Define, Hooks): Document prefix command support.
6785
6786 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6787 Carlos O'Donell <carlos@codesourcery.com>
6788
6789 Fixes for makeinfo --html.
6790
6791 * annotate.texinfo: Use @copying and @insertcopying. Use
6792 @ifnottex in place of @ifinfo.
6793 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6794 place of @ifinfo. Use @ifnotinfo for one index entry.
6795 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6796 in place of @ifinfo.
6797 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6798 in place of @ifinfo. Include contents at start unconditionally.
6799
6800 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6801
6802 * gdb.texinfo (General Query Packets): Remove @var{} around the
6803 "spu" literal string.
6804
6805 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6806
6807 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6808 program may be running in another process" errors.
6809 * gdbint.texinfo (Native Conditionals): Delete
6810 ONE_PROCESS_WRITETEXT description.
6811
6812 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6813
6814 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6815 emacs local variable to be placed at the end of the ChangeLog.
6816 Add server.c and gdbreplay.c to the list of files where the
6817 copyright year needs to be updated.
6818
6819 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6820
6821 * gdb.texinfo (Remote Configuration): Document new
6822 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6823 commands.
6824
6825 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6826
6827 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6828 FETCH_INFERIOR_REGISTERS.
6829 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6830 FETCH_INFERIOR_REGISTERS descriptions. Remove
6831 gdbarch_get_longjmp_target descrition, since already described in
6832 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6833 (Target Conditionals): ... here.
6834
6835 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6836
6837 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6838 examples.
6839 (Additions to Ada): Likewise. Add the missing opening and closing
6840 parenthesis of the GDB prompt in one of the examples.
6841
6842 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6843
6844 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6845 about the result of 'Address not being of type System.Address.
6846 This problem has been fixed a while ago.
6847
6848 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6849
6850 MI non-stop and multiprocess docs.
6851
6852 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6853 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6854 Adjust documentation for *stopped, document =thread-created,
6855 =thread-exited, =thread-group-created and =thread-group-exited.
6856 (GDB/MI Thread Commands): Document the 'state' field in
6857 -thread-info output.
6858 (GDB/MI Program Execution): Mention --all and --thread-group
6859 options.
6860 (GDB/MI Variable Objects): Describe floating and fixed variable
6861 objects.
6862 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6863
6864 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6865
6866 * gdb.texinfo (Operating System Information): New appendix.
6867 (Operating System Auxiliary Information): Document 'info os processes'
6868 (Remote Configuration): Document 'osdata'
6869 (General Query Packets): Document qXfer:osdata:read.
6870
6871 2008-11-27 Tristan Gingold <gingold@adacore.com>
6872
6873 * gdb.texinfo (Darwin): Document Darwin specific features.
6874
6875 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6876
6877 * gdbint.texinfo (Target Conditionals): Extend the
6878 gdbarch_breakpoint_from_pc description.
6879
6880 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6881
6882 * gdb.texinfo (M68K Features): Fix typo.
6883
6884 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6885
6886 * gdb.texinfo (Symbols): Mention printing containing
6887 image name in "info symbol".
6888 (Maint translate-address): Likewise.
6889
6890 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6891
6892 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6893 commands "catch load" and "catch unload".
6894
6895 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6896
6897 * gdb.texinfo (GDB/MI Async Records): Document
6898 =thread-selected.
6899
6900 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6901
6902 * observer.texi (new_inferior, inferior_exit): New observers.
6903
6904 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6905
6906 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6907 .mt files, TM_CLIBS or TM_CDEPS.
6908 (x86 Watchpoints): Don't mention TDEPFILES.
6909
6910 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6911
6912 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6913 (Overview): Mention notifications and non-stop mode behavior.
6914 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6915 with non-stop mode behavior. Add vStopped description.
6916 (Stop Reply Packets): Update list of packets that return
6917 stop replies. Mention non-stop behavior.
6918 (General Query Packets): Document QNonStop packet and associated
6919 qSupported query response.
6920 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6921 behavior.
6922 (Notification Packets): New section.
6923 (Remote Non-Stop): New section.
6924 (File-I/O Overview): Mention non-stop behavior.
6925
6926 2008-10-24 Hui Zhu <teawater@gmail.com>
6927 Pedro Alves <pedro@codesourcery.com>
6928
6929 * gdb.texinfo (displaced-stepping): Describe the auto mode
6930 setting, and say it's the default. This is now a mainstream
6931 setting instead of a maintenance setting.
6932
6933 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6934
6935 * observer.texi (thread_stop_requested): New.
6936
6937 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6938
6939 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6940 (Patching): Replace incorrect usage of @samp by @kbd.
6941
6942 2008-10-17 Michael Snyder <msnyder@vmware.com>
6943
6944 * gdb.texinfo: Add documentation for reverse execution.
6945
6946 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6947 Eli Zaretskii <eliz@gnu.org>
6948
6949 * gdb.texinfo. (Values From Inferior): New subsubsection.
6950
6951 2008-10-06 Doug Evans <dje@google.com>
6952
6953 * gdb.texinfo (set debug dwarf2-die): Document it.
6954
6955 2008-10-01 Joel Brobecker <brobecker@adacore.com>
6956
6957 * gdb.texinfo (catch) [exception]: Document how to insert
6958 a breakpoint on user-defined exceptions when the exception
6959 name is identical to one of the language-defined ones.
6960
6961 2008-09-27 Tom Tromey <tromey@redhat.com>
6962
6963 * gdb.texinfo (Macros): Remove text about stringification,
6964 varargs, and splicing.
6965
6966 2008-09-27 Tom Tromey <tromey@redhat.com>
6967
6968 * gdbint.texinfo (Language Support): Remove text about omitting
6969 support for a language.
6970
6971 2008-09-23 Doug Evans <dje@google.com>
6972
6973 * gdb.texinfo (info dcache): Update.
6974
6975 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6976
6977 * gdb.texinfo (Packets): Add info on thread-id syntax and
6978 multiprocess extensions.
6979 <D>: Document multiprocess form of packet.
6980 <H>: Use thread-id syntax.
6981 <T>: Likewise.
6982 <vCont>: Likewise. Note this is required for multiprocess.
6983 <vKill>: New packet.
6984 (Stop Reply Packets) <T>: Use thread-id syntax.
6985 <W>: Document multiprocess form of reply.
6986 <X>: Likewise.
6987 (General Query Packets) <qC>: Use thread-id syntax.
6988 <qfThreadInfo>: Likewise.
6989 <qGetTLSAddr>: Likewise.
6990 <qP>: Likewise.
6991 <qSupported>: Add "multiprocess" feature.
6992 <qThreadExtraInfo>: Use thread-id syntax.
6993
6994 2008-09-22 Stan Shebs <stan@codesourcery.com>
6995
6996 * gdb.texinfo (Inferiors): New section.
6997
6998 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6999
7000 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
7001
7002 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
7003
7004 * gdbint.texinfo (Target Conditionals): Remove documentation
7005 for gdbarch_name_of_malloc.
7006
7007 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
7008
7009 * gdb.texinfo (Interrupts): Mention TCP interface for
7010 sending BREAK.
7011
7012 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
7013
7014 * gdb.texinfo (Commands to Specify Files): Document "remote:"
7015 argument prefix to "set sysroot".
7016
7017 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
7018
7019 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
7020 and False.
7021
7022 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7023
7024 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
7025 for possible features of -list-features.
7026
7027 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7028
7029 * gdb.texinfo (Background execution): Adjust example
7030 (GDB/MI Miscellaneous Commands): Document -list-target-features.
7031
7032 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7033
7034 * doc/gdb.texinfo (PowerPC): Fix typo.
7035 (PowerPC features): Fix typo.
7036
7037 2008-08-18 Pedro Alves <pedro@codesourcery.com>
7038
7039 * observer.texi (thread_ptid_changed): New.
7040
7041 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
7042
7043 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
7044 (PowerPC features): Mention feature set for VSX registers.
7045
7046 2008-08-13 Joel Brobecker <brobecker@adacore.com>
7047
7048 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
7049 the direct visibility of all names in user-written packages.
7050
7051 2008-08-13 Pedro Alves <pedro@codesourcery.com>
7052
7053 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
7054 setting, and make it the default.
7055 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
7056 non-stop script example.
7057
7058 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
7059
7060 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
7061 reference to the "Using Different Register and Memory Data
7062 Representation" section.
7063
7064 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
7065
7066 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
7067 (Remote Protocol): Add Packet Acknowledgment to menu.
7068 (Overview): Mention +/- can be disabled, and point to new section
7069 where this is discussed in detail.
7070 (General Query Packets): Document QStartNoAckMode packet, and
7071 corresponding qSupported reply.
7072 (Packet Acknowledgment): New section.
7073
7074 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
7075 Pedro Alves <pedro@codesourcery.com>
7076
7077 * gdb.texinfo (Threads): Move paragraph about automatic thread
7078 selection to All-Stop Mode subsection.
7079 (Thread Stops): Reorganize existing material into subsections.
7080 Add introductory blurb and menu.
7081 (Non-Stop Mode): New subsection.
7082 (Background Execution): New subsection.
7083 (Maintenance Commands): Add cross-references from async mode
7084 commands to the new Background Execution section.
7085
7086 2008-08-06 Tom Tromey <tromey@redhat.com>
7087
7088 * gdb.texinfo (Extending GDB): New chapter.
7089 (Sequences): Demoted chapter, now a section under the new
7090 Extending GDB chapter.
7091 (Python): New section.
7092
7093 2008-07-31 Stan Shebs <stan@codesourcery.com>
7094
7095 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7096
7097 2008-07-29 Stan Shebs <stan@codesourcery.com>
7098
7099 * gdbint.texinfo: General round of cleanup and minor
7100 clarifications.
7101 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7102 (Longjmp Support): Update description to reflect how it is done
7103 for targets without using native header.
7104 (Symbol Handling): Add a little more general explanation.
7105 (COFF, ELF): Mention stabs encapsulation.
7106 (DWARF 3): New section.
7107 (Adding a New Host): Scrub out some obsolete bits.
7108 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7109 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7110 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7111 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7112 SEEK_SET, STOP_SIGNAL, USG.
7113 (Raw and Virtual Register Representations): Ditto for
7114 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7115 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7116 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7117 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7118 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7119 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7120 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7121 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7122 DEPRECATED_USE_STRUCT_CONVENTION.
7123 Describe gdbarch_deprecated_fp_regnum.
7124 Update description of gdbarch_print_insn.
7125 (Adding a New Target): Scrub out obsolete bits.
7126 (Obsolete Conditionals): Remove entire section.
7127
7128 2008-07-25 Tom Tromey <tromey@redhat.com>
7129
7130 * observer.texi (GDB Observers): Document new observers:
7131 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7132 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7133 architecture_changed.
7134
7135 2008-07-21 Stan Shebs <stan@codesourcery.com>
7136
7137 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7138 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7139
7140 2008-07-21 Tom Tromey <tromey@redhat.com>
7141
7142 * observer.texi (GDB Observers): Remove obsolete comment.
7143 <executable_changed>: Remove argument.
7144
7145 2008-07-18 Tom Tromey <tromey@redhat.com>
7146
7147 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7148
7149 2008-07-10 Doug Evans <dje@google.com>
7150
7151 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7152
7153 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7154
7155 * gdb.texinfo (Starting): Document "set disable-randomization".
7156
7157 2008-07-07 Andreas Schwab <schwab@suse.de>
7158
7159 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7160
7161 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7162
7163 * gdb.texinfo (GDB/MI Target Manipulation): Add
7164 example of -target-attach.
7165
7166 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7167
7168 * observer.texi (target_resumed): New observer.
7169 * gdb.texinfo (GDB/MI Output Records): Document *running.
7170
7171 2008-06-06 Tom Tromey <tromey@redhat.com>
7172
7173 * gdb.texinfo (Completion): Add field name example.
7174
7175 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7176
7177 * gdb.texinfo (GDB/MI Program Context): Added example
7178 to -exec-arguments
7179
7180 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7181
7182 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7183 annotation.
7184
7185 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7186 Nathan Sidwell <nathan@codesourcery.com>
7187 Joseph Myers <joseph@codesourcery.com>
7188
7189 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7190 and ACX_BUGURL.
7191 * configure: Regenerate.
7192 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7193 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7194 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7195 mailing-list-specific text about bug reporting unless
7196 BUGURL_DEFAULT.
7197
7198 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7199
7200 * gdb.texinfo (-target-select): Remove reference to target async.
7201 (Maintenance Commands): Document "maint set/show remote-async".
7202
7203 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7204
7205 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7206 in -target-file-get section.
7207
7208 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7209
7210 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7211 killing the inferior when it is already debugging a process.
7212
7213 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7214
7215 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7216 abbreviation for "finish".
7217
7218 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7219
7220 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7221
7222 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7223
7224 * gdbint.texinfo (Target Conditionals): Delete entry for
7225 gdbarch_dwarf_reg_to_regnum.
7226
7227 2008-05-09 Doug Evans <dje@google.com>
7228
7229 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7230
7231 2008-05-05 Doug Evans <dje@google.com>
7232
7233 * gdb.texinfo (disassemble): Document /m modifier.
7234
7235 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7236
7237 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7238 will not report the time of commands that run the target.
7239
7240 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7241
7242 * gdb.texinfo (GDB/MI Output Records): Add
7243 missing semicolon.
7244
7245 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7246
7247 * gdb.texinfo (GDB/MI Output Records):
7248 Document =thread-create and =thread-exited.
7249
7250 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7251
7252 * gdb.texinfo (GDB/MI Development and Front Ends):
7253 Remove mention of dmi-discuss.
7254
7255 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7256
7257 * observer.texi (thread_exit): New.
7258
7259 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7260
7261 * gdb.texinfo (Debugging Output): Document "set/show debug
7262 displaced".
7263 (Maintenance Commands): Document "maint set/show
7264 can-use-displaced-stepping".
7265
7266 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7267
7268 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7269 and set/show arm force-mode.
7270
7271 2008-05-02 Andreas Schwab <schwab@suse.de>
7272
7273 * gdbint.texinfo (Algorithms): Describe
7274 target_watchpoint_addr_within_range.
7275
7276 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7277
7278 * gdbint.texinfo (Stack Frames): New chapter.
7279 (Algorithms): Move Frames text to the new chapter.
7280 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7281 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7282
7283 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7284
7285 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7286 output does not necessary include any tokens.
7287
7288 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7289
7290 * gdb.texinfo (Set SH Calling convention): New @item.
7291 (Show SH Calling convention): Ditto.
7292
7293 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7294
7295 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7296
7297 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7298
7299 * gdb.texinfo (Set Breaks): Mention that multiple location
7300 breakpoints need line number info. Add index entries.
7301
7302 2008-04-19 Craig Silverstein <csilvers@google.com>
7303
7304 * gdb.texinfo (Requirements): Add an optional requirement on
7305 zlib.
7306 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7307 Compressed DWARF 2.
7308
7309 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7310
7311 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7312 sample output for 'stopped,reason="breakpoint-hit"' message.
7313 (GDB/MI Program Execution): Likewise.
7314
7315 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7316
7317 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7318 -var-set-format. Add -f option to -var-evaluate-expression.
7319
7320 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7321
7322 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7323 new node "Ambiguous Expressions". Replace references to this
7324 node by references to "Ambiguous Expressions" throughout.
7325 (Ambiguous Expressions): New node.
7326
7327 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7328
7329 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7330
7331 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7332
7333 * gdb.texinfo (Debugging Output): Document
7334 "set/show debug lin-lwp-async".
7335 (Maintenance Commands): Document "maint set/show linux-async".
7336
7337 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7338
7339 * gdb.texinfo (Expressions): Update description of malloced arrays.
7340
7341 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7342
7343 * gdb.texinfo (Thread Commands): Document
7344 -thread-info. Remove -thread-list-all-threads.
7345
7346 2008-03-14 Vladimir Prus <vladimir@codesourcery.com>
7347
7348 Implement MI notification for new threads.
7349 * observer.texi (new_thread): Document.
7350
7351 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7352 Sandra Loosemore <sandra@codesourcery.com>
7353
7354 * gdb.texinfo (Library List Format): Update to mention the
7355 possibility to pass section addresses instead of segment
7356 addresses.
7357
7358 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7359
7360 * gdb.texinfo (Starting): Document "set exec-wrapper".
7361 (Server): Document gdbserver --wrapper.
7362
7363 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7364
7365 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7366 unreadable memory. Delete obsolete SPARClite reference.
7367
7368 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7369
7370 * gdb.texinfo (Starting): Mention always-running targets.
7371 (Target Commands): Add an anchor for load.
7372 (Connecting): Explain continue instead of run.
7373
7374 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7375
7376 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7377
7378 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7379
7380 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7381 breakpoint table.
7382
7383 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7384
7385 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7386 killing the inferior when it is already debugging a process.
7387
7388 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7389
7390 * gdbint.texinfo (Build Script): New section. Mention new build script
7391 gdb_buildall.sh.
7392
7393 2008-02-01 Jim Blandy <jimb@red-bean.com>
7394
7395 * gdb.texinfo (Help): Summarize 'info args' correctly.
7396
7397 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7398
7399 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7400 available in PowerPC architecture.
7401 (Embedded Processors): Change node name of PowerPC item in menu.
7402 (PowerPC): Rename to...
7403 (PowerPC Embedded): this.
7404 (Architectures): Add new PowerPC item in menu.
7405 (PowerPC): New node.
7406
7407 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7408
7409 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7410 commands.
7411
7412 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7413
7414 * gdb.texinfo (Setting Catchpoints): Mention features
7415 supported on GNU/Linux.
7416
7417 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7418
7419 * gdb.texinfo (GDB/MI File Commands): Describe new output
7420 field for MI command -file-list-exec-source-file.
7421
7422 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7423
7424 * gdb.texinfo (Using the `gdbserver' Program): Add security
7425 warning. Rearrange into subsections and subsubsections. Document
7426 --multi and --debug. Correct --with-sysroot typo. Update --attach
7427 usage. Make load reference clearer. Document monitor exit.
7428 (Remote Configuration): Document set remote exec-file, attach-packet,
7429 and run-packet.
7430 (Packets): Document vAttach and vRun.
7431
7432 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7433
7434 * gdb.texinfo (Processes): Mention process command.
7435 detach-on-follow -> detach-on-fork.
7436
7437 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7438
7439 * gdbint.texinfo (Native Conditionals): Remove
7440 SHELL_COMMAND_CONCAT and SHELL_FILE.
7441
7442 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7443
7444 * gdb.texinfo (Specify Location): Improve wording.
7445
7446 2008-01-23 Chris Demetriou <cgd@google.com>
7447
7448 * gdb.texinfo (Threads): Document new "set print thread-events"
7449 and "show print thread-events" commands.
7450
7451 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7452
7453 * gdb.texinfo (Specify Location): New section.
7454 (Delete Breaks, Edit, Set Breaks): Remove description of
7455 locations. Instead, add a reference to "Specify Location".
7456 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7457 (Symbols): Refer to "Specify Location" for the valid forms of
7458 linespecs and locations.
7459
7460 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7461
7462 * gdbint.texinfo (Target Conditionals): Replace the description of
7463 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7464
7465 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7466
7467 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7468 about &&var, which is rejected by the expression parser.
7469
7470 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7471
7472 * gdb.texinfo (Output): Update documentation on using printf with DFP
7473 types.
7474
7475 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7476
7477 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7478 subsubsection.
7479 (Decimal Floating Point format): New subsubsection.
7480
7481 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7482
7483 * gdb.texinfo (File Options): Remove mention of the attempt to
7484 open a core file with the -p option. Don't list -c as a valid
7485 option to attach to a process.
7486
7487 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7488
7489 * gdbint.texinfo (Host Conditionals): Remove mention of
7490 ALIGN_STACK_ON_ENTRY.
7491
7492 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7493
7494 * gdbint.texinfo (Start of New Year Procedure): Add item
7495 describing how to update the source and documentation copyright
7496 notices.
7497
7498 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7499
7500 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7501 watchpoint explanation into the main description of the watchpoint
7502 command; update synopses of 'watch', 'rwatch', and 'awatch'
7503 commands.
7504
7505 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7506
7507 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7508 Document 'pending-breakpoints' feature of
7509 -list-features.
7510
7511 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7512
7513 * gdb.texinfo: Add new parameter's description.
7514
7515 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7516
7517 * gdb.texinfo (Overview): Clarify run-length encoding
7518 example. Remove the restriction on "+" and "-" characters.
7519
7520 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7521
7522 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7523
7524 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7525
7526 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7527 the -f option for -break-insert, remove -r option,
7528 and clarify specification of location.
7529
7530 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7531
7532 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7533 formatting.
7534 (Remote Debugging): Add File Transfer section.
7535 (Remote Configuration): Document Host I/O packets.
7536 (GDB/MI): Add GDB/MI File Transfer Commands section.
7537 (Host I/O Packets): New section in "Remote Protocol".
7538 (Packets): Add vFile.
7539
7540 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7541
7542 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7543 breakpoints with multiple locations.
7544 (Breakpoint Menus): Improve wording.
7545 (Output): Fix last change.
7546
7547 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7548
7549 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7550
7551 2007-11-15 Doug Evans <dje@google.com>
7552
7553 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7554
7555 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7556
7557 * gdbint.texinfo (Native Conditionals): Remove
7558 mention of CLEAR_SOLIB.
7559
7560 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7561
7562 * gdb.texinfo (Print Settings): Add documentation for "set/show
7563 print frame-arguments".
7564
7565 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7566
7567 * gdb.texinfo (Output): Update printf command's description.
7568
7569 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7570
7571 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7572 powerpc soft-float".
7573
7574 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7575
7576 * gdb.texinfo (Files): Correct formatting. Mention Expat
7577 requirement.
7578 (Requirements for Building GDB): Expand the list of Expat
7579 uses.
7580 (Library List Format, Memory Map Format): Mention Expat.
7581 (Target Descriptions): Update Expat wording.
7582
7583 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7584
7585 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7586 Document that gdbarch_convert_register_p should return zero for no-op
7587 conversions.
7588
7589 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7590
7591 * gdbint.texi (Compiler Characteristics): Move documentation
7592 of set_gdbarch_sofun_address_maybe_missing back to ...
7593 (Target Conditionals): ... here to fix build break.
7594
7595 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7596
7597 * gdbint.texi (Target Conditionals): Remove documentation of
7598 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7599 (Compiler Characteristics): ... documentation of
7600 set_gdbarch_sofun_address_maybe_missing.
7601
7602 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7603
7604 * gdbint.texinfo (Target Conditionals): Use
7605 frame_unwind_register_unsigned in examples instead of
7606 frame_unwind_unsigned_register.
7607
7608 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7609
7610 * gdb.texinfo: Add TSIZE definition, removed statement about
7611 unbounded arrays being unimplemented.
7612
7613 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7614
7615 * gdb.texinfo (Predefined Target Types): Add int128
7616 and uint128.
7617 (Standard Target Features): Add PowerPC features.
7618
7619 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7620
7621 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7622
7623 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7624
7625 * gdbint.texi (Target Conditionals): Remove documentation
7626 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7627 gdbarch_extract_return_value, and gdbarch_store_return_value.
7628
7629 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7630
7631 * gdbint.texi (Target Conditionals): Remove documentation of
7632 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7633
7634 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7635
7636 * gdb.texinfo: Mention that inaccessible-by-default is on by
7637 default.
7638
7639 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7640
7641 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7642
7643 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7644
7645 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7646 multi-threaded watchpoints.
7647 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7648 checked. Describe sticky notification. Expand description
7649 of steppable and continuable watchpoints.
7650 (Watchpoints and Threads): New subsection.
7651
7652 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7653
7654 * gdb.texinfo (Setting Breakpoints): Revise
7655 documentation for pending breakpoints. Document
7656 breakpoints with multiple locations.
7657
7658 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7659
7660 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7661 Document -list-features.
7662
7663 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7664
7665 * gdb.texinfo (Output): Spell out which features of C's printf are
7666 not supported by GDB's printf.
7667 (Separate Debug Files): More accurate wording regarding build ID
7668 and a reference to the ld manual rather than the Fedora wiki.
7669
7670 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7671 Jim Blandy <jimb@codesourcery.com>
7672
7673 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7674 (Examining Memory): Update mentions of the 's' format.
7675 (Automatic Display): Likewise.
7676
7677 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7678
7679 * gdb.texinfo: Update the FSF's Back-Cover Text.
7680
7681 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7682 Eli Zaretskii <eliz@gnu.org>
7683
7684 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7685 Fixed the ``build ID'' name. New binaries build instructions for the
7686 build ID inclusion. Explain how the commands are specific to the build
7687 ID vs. debug link.
7688
7689 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7690
7691 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7692 indexing for ``build ID'' support.
7693
7694 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7695
7696 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7697 Enlisted BUILD ID to the debug file searching example.
7698 Included a BUILD ID `.note.gnu.build-id' section description.
7699 Updated/added the debug files splitting instructions for OBJCOPY.
7700
7701 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7702
7703 * gdb.texinfo (Variable Objects): Adjust docs
7704 for -var-info-expression and document
7705 -var-info-path-expression.
7706
7707 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7708
7709 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7710 (title page): Include the dedication in the printed manual, as a
7711 separate page after the copyright notice.
7712
7713 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7714 don't break a @var across a line.
7715
7716 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7717
7718 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7719 for include files.
7720
7721 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7722
7723 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7724 in annotate.texinfo.
7725 (Command History): Link to new node.
7726
7727 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7728
7729 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7730
7731 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7732
7733 * gdbint.texinfo (Target Conditionals): Fix last change.
7734
7735 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7736
7737 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7738 routines:
7739 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7740 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7741 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7742 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7743 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7744 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7745 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7746 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7747 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7748 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7749 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7750 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7751 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7752 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7753 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7754 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7755 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7756 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7757 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7758 (SOFTWARE_SINGLE_STEP_P)
7759
7760 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7761 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7762
7763 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7764 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7765 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7766 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7767 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7768 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7769 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7770 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7771 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7772 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7773
7774 (Converting an existing Target Architecture to Multi-arch): Remove
7775 section.
7776
7777 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7778 (gdbarch_addr_bits_remove): Add code example.
7779
7780 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7781
7782 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7783
7784 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7785 Add other missing entries. Adjust the table size to fit.
7786 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7787 stop reasons including the new "library" event.
7788 (General Query Packets): Adjust table widths for qSupported. Mention
7789 qXfer:libraries:read reply to qSupported and document the new packet.
7790 (Library List Format): New section.
7791
7792 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7793
7794 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7795
7796 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7797
7798 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7799
7800 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7801
7802 * gdbint.texinfo (Register and Memory Data): Break sections
7803 into nodes and add a menu.
7804
7805 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7806
7807 * gdb.texinfo (Examining Memory): Document the new behaviour.
7808
7809 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7810
7811 * gdb.texinfo (Standard Target Features): Document
7812 m68k features.
7813
7814 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7815
7816 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7817
7818 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7819
7820 * gdb.texinfo (Target Description Format): Add version attribute
7821 for <target>.
7822
7823 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7824
7825 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7826
7827 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7828
7829 * gdb.texinfo (MIPS Features): New subsection.
7830
7831 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7832 Markus Deuling <deuling@de.ibm.com>
7833
7834 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7835 and qXfer:spu:write packets and mention them under qSupported.
7836
7837 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7838 Markus Deuling <deuling@de.ibm.com>
7839
7840 * gdb.texinfo (Architectures): Add new SPU section to document
7841 Cell Broadband Engine SPU architecture specific commands.
7842
7843 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7844
7845 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7846 comments.
7847
7848 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7849
7850 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7851
7852 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7853
7854 * gdb.texinfo (Overview): Doc fix.
7855
7856 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7857
7858 * gdb.texinfo (Remote Configuration): Document "set/show
7859 remoteflow".
7860
7861 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7862
7863 * gdb.texinfo (MIPS): Remove documentation for set mips
7864 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7865 stack-arg-size.
7866
7867 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7868
7869 * all-cfg.texi (GDBTUI): New.
7870 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7871 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7872 (TUI Configuration): Edit to improve clarity and fix problems of
7873 both style and content.
7874
7875 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7876
7877 * observer.texi (GDB Observers): New observer "new_objfile".
7878
7879 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7880
7881 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7882
7883 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7884
7885 * gdb.texinfo (GDB/MI Variable Objects): Document
7886 frozen variables objects.
7887
7888 2007-04-13 Paul Brook <paul@codesourcery.com>
7889
7890 * gdb.texinfo: Document ieee_single and ieee_double target types.
7891
7892 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7893
7894 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7895 (Character Sets, Caching Data of Remote Targets): Likewise.
7896 (Targets): Delete Remote node. Move its text...
7897 (Debugging Remote Programs): ...to here. Delete description
7898 of the "remote" command.
7899 (Remote configuration): Delete description of "set remotedevice"
7900 and "show remotedevice".
7901 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7902
7903 2007-04-11 Steve Ellcey <sje@cup.hp.com>
7904
7905 * gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
7906
7907 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7908
7909 * gdb.texinfo (Contributors, Continuing and Stepping)
7910 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7911 (General Query Packets, File-I/O Remote Protocol Extension)
7912 (Protocol Basics, The F Reply Packet, Write)
7913 (Protocol-specific Representation of Datatypes, Memory Transfer):
7914 Fix hyphenation, punctuation and grammar problems.
7915 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7916 'section' instead of 'subsection' in the text.
7917 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7918 (i386): Remove period from section name.
7919 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7920 (Config Names, Configure Options): Use @file{configure}.
7921
7922 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7923
7924 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7925 and tab expansion.
7926
7927 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7928
7929 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7930
7931 2007-04-02 Bob Wilson <bob.wilson@acm.org>
7932
7933 * gdb.texinfo: Consistently capitalize all significant words in
7934 node names, chapter titles, section titles, and headings. Update
7935 cross references to match.
7936 (Starting and Stopping Trace Experiment): Make node name plural.
7937 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7938
7939 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7940
7941 * gdb.texinfo (WinCE): Delete obsolete subsection.
7942
7943 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7944
7945 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7946 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7947 references.
7948
7949 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7950
7951 * gdb.texinfo (Startup): Delete references to some alternate
7952 names for .gdbinit.
7953 (Thread): Remove LynxOS reference.
7954 (Tandem ST2000): Delete target-specific documentation.
7955 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7956 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7957 and GDB_OSABI_LYNXOS.
7958
7959 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7960
7961 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7962
7963 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7964
7965 * gdbint.texinfo (Target Conditionals): Remove mention of
7966 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7967 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7968
7969 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7970
7971 * Makefile.in: Add "pdfdir" installation
7972 directory, PDFTEX macro, support for "install-pdf" target,
7973 and rules for making a pdf version of refcard.texi.
7974 * refcard.tex: Specify paper size for PDF output.
7975
7976 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7977
7978 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7979
7980 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7981
7982 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7983 (Source Path, Character Sets, Macros, Define)
7984 (GDB/MI Result Records, GDB/MI Simple Examples)
7985 (GDB/MI Program Execution, GDB/MI File Commands)
7986 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7987 (Bug Reporting): Use @value{GCC}.
7988
7989 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7990
7991 * gdb.texinfo (Help): Fix formatting of examples.
7992 (Variables): Use @ifnotinfo instead of @iftex.
7993 (Non-debug DLL symbols): Use @ref instead of @pxref.
7994 (Sparclet File): Use @samp instead of quotes.
7995
7996 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7997
7998 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7999
8000 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8001
8002 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8003 the order of the nodes.
8004 (C Operators, C Constants, Debugging C): Remove extra menus.
8005 (Method Names in Commands): Do not specify next/prev/up nodes.
8006
8007 2007-03-26 Bob Wilson <bob.wilson@acm.org>
8008
8009 * gdb.texinfo (File Options): Add missing parenthesis.
8010 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
8011
8012 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8013
8014 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
8015
8016 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
8017
8018 * gdb.texinfo (Standard Target Features): Mention
8019 case insensitivity.
8020 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
8021
8022 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
8023
8024 * gdb.texinfo (Top): Put Appendix A after numbered sections.
8025 (Files): Add section name to argument list for pxref.
8026 (Non-debug DLL symbols): Don't use `see' for pxref.
8027 (Embedded Processors): Fix typo.
8028 (GDB/MI Breakpoint Commands): Execution commands generate
8029 *stopped not ^done.
8030
8031 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
8032
8033 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
8034 values for in_scope. Mention that only root variables can be
8035 updated.
8036 (GDB/MI Development and Front Ends): Explain new values may be
8037 added to existing fields.
8038
8039 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8040
8041 * gdb.texinfo (-target-disconnect): Use @smallexample.
8042 (Requirements): Add anchor for Expat. Update description.
8043 (Target Descriptions): Mention Expat.
8044 (Target Description Format): Document new elements. Use
8045 @smallexample.
8046 (Predefined Target Types, Standard Target Features): New sections.
8047 * gdbint.texinfo (Target Descriptions): New section.
8048
8049 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8050
8051 * gdb.texinfo (Target Description Format): Add section on XInclude.
8052
8053 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
8054
8055 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
8056 command -enable-timings.
8057
8058 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
8059
8060 * gdbint.texinfo (Operation System ABI Variant Handling): Update
8061 descriptions for new/deleted elements in gdb_osabi. Add missing
8062 description for function generic_elf_osabi_sniff_abi_tag_sections.
8063
8064 2007-01-29 Joel Brobecker <brobecker@adacore.com>
8065
8066 * gdb.texinfo (Maintenance Commands): Add documentation for
8067 the new "maint print target-stack" command.
8068
8069 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8070 Eli Zaretskii <eliz@gnu.org>
8071
8072 * gdb.texinfo: Describe CHAR array vs. string identification rules.
8073
8074 2007-01-26 Eli Zaretskii <eliz@gnu.org>
8075
8076 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
8077 Use @value{NGCC} instead of @value{GCC}.
8078
8079 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8080
8081 * agentexpr.texi: Fix typos.
8082 * annotate.texinfo: Likewise.
8083 * gdb.texinfo: Likewise.
8084 * gdbint.texinfo: Likewise.
8085 * observer.texi: Likewise.
8086 * stabs.texinfo: Likewise.
8087
8088 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
8089
8090 * gdbint.texinfo (Support Libraries): Remove mmalloc
8091 entry. Describe readline library.
8092
8093 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8094
8095 * gdb.texinfo (Target Descriptions): New section.
8096 (General Query Packets): Add QPassSignals anchor. Mention
8097 qXfer:features:read under qSupported. Expand mentions of
8098 qXfer:memory-map:read and QPassSignals. Document
8099 qXfer:features:read.
8100
8101 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8102
8103 * gdb.texinfo (Commands to specify files): Describe
8104 "set sysroot" and "show sysroot".
8105 (Using the `gdbserver' program): Lowercase argument
8106 to @var. Expand description of setting up GDB on the
8107 host.
8108
8109 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8110
8111 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8112 catch exception, catch exception unhandled, and catch assert
8113 commands.
8114
8115 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8116
8117 * gdb.texinfo (Debugging Output): Document "set debug xml"
8118 and "show debug xml".
8119
8120 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8121
8122 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8123
8124 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8125
8126 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8127
8128 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8129
8130 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8131 note in @ignore, to be removed later if nobody complains.
8132
8133 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8134
8135 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8136 of -var-delete.
8137
8138 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8139
8140 * gdb.texinfo (Setting breakpoints): Document
8141 automatic software/hardware breakpoint usage and
8142 the "set breakpoint auto-hw" command.
8143
8144 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8145
8146 * gdb.texinfo (Memory Access Checking): New.
8147
8148 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8149
8150 * gdb.texinfo (Remote configuration): Mention
8151 "pass-signals-packet".
8152 (General Query Packets): Document QPassSignals. Fix
8153 a typo.
8154
8155 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8156
8157 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8158
8159 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8160
8161 * gdb.texinfo (Remote configuration): Rewrite documentation for
8162 packet configuration commands.
8163 (OS Information): Adjust reference to qXfer:auxv:read.
8164 (General Query Packets): Remove references to read-aux-vector-packet
8165 and set remote get-thread-local-storage-address.
8166
8167 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8168
8169 * gdbint.texinfo (Target Architecture Definition): Add new
8170 Initializing a New Architecture section.
8171
8172 2006-10-31 David Taylor <dtaylor@emc.com>
8173
8174 * stabs.texinfo (Macro define and undefine): New node describing
8175 stabs for #define and #undef.
8176
8177 2006-10-27 Andreas Schwab <schwab@suse.de>
8178
8179 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8180
8181 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8182
8183 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8184 clarify on the possible meanings of ``expression'' watched by
8185 watchpoints. Add indexing.
8186 (Prompting, Errors, Invalidation, Annotations for Running)
8187 (Source Annotations): Fix index entries by adding "annotation" to
8188 them, to discriminate from index entries that point to the more
8189 general topic descriptions.
8190
8191 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8192
8193 * gdbint.texinfo (Target Vector Definition): Move most
8194 content into Existing Targets. Add a menu.
8195 (Existing Targets): New section, moved from Target Vector
8196 Definition. Use @subsection.
8197 (Managing Execution State): New section.
8198
8199 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8200
8201 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8202
8203 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8204
8205 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8206 (Command Syntax, Signals, Backtrace, Connecting)
8207 (Remote configuration, Renesas Boards, Console I/O): Fix last
8208 change: use Ctrl- instead of C-, except wrt Emacs.
8209 (File-I/O Examples): Put Ctrl-c in @kbd.
8210 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8211 (Console I/O): Use @samp with Ctrl-.
8212 (Signals, Set Breaks, Set Watchpoints): Document optional
8213 arguments to `info signals' `handle', `info breakpoints', and
8214 `info watchpoints'.
8215
8216 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8217
8218 * gdb.texinfo (Backtrace): Fix last change.
8219
8220 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8221
8222 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8223
8224 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8225
8226 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8227 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8228 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8229
8230 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8231 Daniel Jacobowitz <dan@codesourcery.com>
8232
8233 * gdb.texinfo (Packets): Document vFlashErase,
8234 vFlashWrite and vFlashDone packets.
8235 (General Query Packets): Document qXfer:memory-map:read.
8236 Add a new feature for qXfer:memory-map:read.
8237 (Memory map format): New section.
8238 (Target Commands): Mention that gdb can write flash.
8239
8240 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8241 Daniel Jacobowitz <dan@codesourcery.com>
8242
8243 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8244 memory regions and "mem auto".
8245
8246 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8247
8248 * gdbint.texinfo (Array Containers): New section.
8249
8250 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8251
8252 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8253 -stack-list-arguments HIGH_FRAME argument can be larger then the
8254 actual number of frames.
8255
8256 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8257
8258 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8259 -stack-list-locals HIGH_FRAME argument can be larger then the
8260 actual number of frames.
8261
8262 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8263
8264 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8265 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8266
8267 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8268
8269 * gdbint.texinfo (Overall Structure): New section "Source Tree
8270 Structure".
8271
8272 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8273
8274 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8275 responses.
8276
8277 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8278
8279 * gdb.texinfo (Source Path): Add documentation for new
8280 substitute-path commands.
8281
8282 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8283
8284 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8285 (Running Configure): ...here.
8286 (Requirements): New node. Mention expat.
8287
8288 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8289
8290 * gdb.texinfo (Target Commands): Remove
8291 'set download-write-size' and 'show download-write-size'.
8292
8293 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8294
8295 * stabs.texinfo (Member Type Descriptor): Correct example for
8296 pointer to member types.
8297
8298 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8299
8300 * gdb.texinfo (Optional warnings and messages): Add
8301 'set/show trace-commands'.
8302 (Command files): Add '-v' to source command.
8303
8304 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8305
8306 * gdb.texinfo (OS Information): Update qPart reference to
8307 qXfer.
8308 (Remote configuration): Likewise.
8309 (Overview): Move @cindex to the start of a paragraph. Talk
8310 about binary data encoding.
8311 (Packets): Refer to the overview for the details of the X
8312 packet encoding.
8313 (General Query Packets): Remove qPart description. Add qXfer
8314 description. Add an anchor to qSupported. Correct feature
8315 table title. Add a new feature for qXfer:auxv:read.
8316 (Interrupts): Add a missing parenthesis.
8317
8318 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8319
8320 * gdb.texinfo (KOD): Remove node.
8321 (GDB/MI Kod Commands): Remove commented out node.
8322
8323 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8324
8325 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8326 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8327 (GDB/MI Thread Commands, GDB/MI Program Execution)
8328 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8329 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8330 (GDB/MI File Commands, GDB/MI Target Manipulation)
8331 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8332 since the MI prompt is hard-wired into the code.
8333
8334 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8335
8336 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8337 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8338 (GDB/MI Data Manipulation): Remove description of unimplemented
8339 display related commands as variable objects perform this function
8340 and are superior: -display-delete, -display-disable,
8341 -display-enable, -display-insert and -display-list. Move
8342 -environment-cd, -environment-directory, -environment-path
8343 and -environment-pwd to "Program Context".
8344 (GDB/MI Program Control): Rename to "Program Execution". Move
8345 -exec-arguments -exec-abort to...
8346 (GDB/MI Program Context): ...here. New node split from "Data
8347 Manipulation".
8348
8349 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8350
8351 * gdb.texinfo (Remote configuration): Document set / show
8352 remote supported-packets.
8353 (General Query Packets): Document qSupported packet.
8354
8355 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8356
8357 * gdb.texinfo (system): Document behaviour with zero length
8358 string.
8359
8360 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8361
8362 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8363 and font markup.
8364 (Protocol basics): Likewise.
8365 (The F request packet): Likewise.
8366 (The F reply packet): Likewise.
8367 (Memory transfer): Move this node to be a subsubsection of
8368 "Protocol specific representation of datatypes".
8369 (The Ctrl-C message): More copy editing.
8370 (Console I/O): Likewise.
8371 (The isatty call): Delete this node, and merge its content into
8372 the "isatty" node. Fixed references elsewhere.
8373 (The system call): Delete this node, and merge its content into
8374 the "system" node. Fixed references elsewhere.
8375 (open): Reformat to use @table, and add appropriate font markup.
8376 (close): Likewise.
8377 (read): Likewise.
8378 (write): Likewise.
8379 (lseek): Likewise.
8380 (rename): Likewise.
8381 (unlink): Likewise.
8382 (stat/fstat): Likewise.
8383 (gettimeofday): Likewise.
8384 (isatty): Likewise.
8385 (system): Likewise, plus minor changes to fix confusing wording.
8386 (Integral datatypes): Fix font markup.
8387 (Pointer values): Likewise.
8388 (struct stat): Fix markup to use @table, plus minor copy editing.
8389 (struct timeval): Fix font markup, plus minor copy editing.
8390 (Constants): Minor copy editing.
8391 (Errno values): Add font markup.
8392 (File-I/O Examples): Likewise.
8393
8394 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8395
8396 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8397 (GDB/MI Simple Examples): Move node up one level. Use real
8398 examples.
8399 (GDB/MI Compatibility with CLI): Update.
8400 (GDB/MI Result Records): Add "connected" and "exit" result
8401 classes.
8402 (GDB/MI Stream Records): Clarify target output.
8403 (GDB/MI Command Description Format): Modify example description.
8404 (GDB/MI Breakpoint Table Commands): Rename to...
8405 (GDB/MI Breakpoint Commands): ...this
8406 (GDB/MI Breakpoint Commands): Add optional thread field.
8407 (GDB/MI Program Control): Add an introduction. Move "Program
8408 termination" examples into exec-run description.
8409 (GDB/MI File Commands): Mention similar CLI commands.
8410 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8411 is similar to "-gdb-version".
8412
8413 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8414
8415 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8416
8417 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8418
8419 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8420 sourceware.org for mailing lists.
8421 (GDB/MI File Commands): New node split from Program Control.
8422
8423 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8424
8425 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8426
8427 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8428
8429 * gdb.texinfo (Cygwin Native): Fix last change.
8430
8431 2006-05-22 Christopher Faylor <cgf@timesys.com>
8432
8433 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8434
8435 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8436
8437 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8438 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8439
8440 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8441
8442 * gdb.texinfo (General Query Packets): Recommend not starting
8443 new packets with qC and clarify.
8444
8445 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8446
8447 * gdb.texinfo (M2 Types): New section.
8448
8449 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8450
8451 * agentexpr.texi: Add a copyright and license notice.
8452 * observer.texi: Likewise, with GPL clause for function prototypes.
8453 Remove trailing whitespace.
8454
8455 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8456
8457 * gdb.texinfo (General Query Packets): Document conventions for
8458 terminating packet names, and their violations.
8459
8460 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8461
8462 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8463 * gdb.texinfo: Likewise.
8464
8465 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8466
8467 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8468 and "show remotedebug".
8469 (Debugging Output): Add additional index entries.
8470
8471 2006-04-27 Michael Snyder <msnyder@redhat.com>
8472
8473 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8474
8475 2006-04-22 Andrew Cagney <cagney@redhat.com>
8476
8477 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8478 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8479
8480 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8481
8482 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8483 and remove breakpoint prototypes.
8484 (Watchpoints): Move description of target_insert_hw_breakpoint and
8485 target_remove_hw_breakpoint ...
8486 (Breakpoints): ... to here. Document target_insert_breakpoint and
8487 target_remove_breakpoint.
8488
8489 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8490
8491 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8492 and C packets are optional.
8493
8494 2006-04-14 Frederic Riss <frederic.riss@st.com>
8495
8496 * gdb.texinfo (Specifying source directories): Update the description
8497 of the source file search to reflect the fact that the source path
8498 always contains at least $cdir and $cwd.
8499
8500 2006-03-31 Michael Snyder <msnyder@redhat.com>
8501
8502 * gdb.texinfo: Update copyright dates.
8503
8504 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8505
8506 * gdb.texinfo (Overview): Add an index entry to "empty response".
8507
8508 2006-03-29 Steve Ellcey <sje@cup.hp.com>
8509
8510 * gdb.texinfo: Remove gdbserve.nlm documentation.
8511
8512 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8513
8514 * gdbint.texinfo (Prologue Analysis): New section.
8515
8516 2006-03-07 Jim Blandy <jimb@red-bean.com>
8517
8518 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8519
8520 * gdb.texinfo (Target Commands): Update text describing how to
8521 specify a target. Refer to the detailed section on remote
8522 debugging, not the brief mention.
8523
8524 * gdb.texinfo (Connecting): Organize the different 'target remote'
8525 connection methods into a table. Add a 'target remote' index
8526 entry. (!!!)
8527
8528 2006-02-17 Fred Fish <fnf@specifix.com>
8529
8530 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8531 'ptype' commands to reflect the fact that the only significant
8532 difference between them is that ptype prints the complete type
8533 description instead of just the name.
8534
8535 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8536
8537 * gdbint.texinfo (Watchpoints): Delete
8538 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8539
8540 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8541
8542 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8543 times fields where needed. Fix typos. Update general form given
8544 for output of -break-insert.
8545 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8546
8547 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8548
8549 * gdbint.texinfo (Symbol Handling): Add a section
8550 on memory management.
8551
8552 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8553
8554 * gdb.texinfo (Breakpoint table commands): Document the fullname
8555 field in -break-list output.
8556
8557 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8558
8559 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8560 debugging information produced by the various "set debug..."
8561 options.
8562
8563 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8564
8565 * gdb.texinfo (Files): Remove obsolete bits from the description
8566 of "symbol-file".
8567
8568 2006-01-25 Jim Blandy <jimb@redhat.com>
8569
8570 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8571
8572 2006-01-24 Jim Blandy <jimb@redhat.com>
8573
8574 * gdbint.texinfo (Frames): Document the basics of GDB's register
8575 unwinding model, and explain the existence of the "sentinel" frame.
8576
8577 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8578
8579 * gdb.texinfo (Choosing files): Mention that -directory is used
8580 for script files.
8581 (Specifying source directories): Likewise.
8582 (Command files): Explain how script files are found.
8583
8584 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8585
8586 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8587 the threads in a multi-threaded program.
8588 (Threads): The threadno argument of "thread apply" can be a range
8589 of numbers.
8590
8591 2006-01-18 Jim Blandy <jimb@redhat.com>
8592
8593 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8594 of warning flags.
8595
8596 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8597
8598 * gdb.texinfo (Sequences): Improve menu annotations.
8599 (Define): Add index entries for arguments of user-defined
8600 commands. Move the description of flow-control commands...
8601 (Command Files): ...to here. Document loop_break and
8602 loop_continue.
8603 (Define, Command Files): Document `end' and add index entries for
8604 it.
8605
8606 2006-01-04 Michael Snyder <msnyder@redhat.com>
8607
8608 * gdb.texinfo: Add documentation for linux-fork.
8609 * gdbint.texinfo: Add internal documentation for checkpoints.
8610
8611 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8612
8613 * gdb.texinfo (Omissions from Ada): Document that there is now
8614 limited aggregate support.
8615
8616 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8617
8618 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8619 registers and the likes.
8620
8621 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8622
8623 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8624 (Symbols): Fix usage of "e.g.".
8625 (Memory Region Attributes): Fix usage of "etc."
8626
8627 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8628 (Coding): Fix usage of "e.g.".
8629
8630 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8631
8632 * stabs.texinfo:
8633 * refcard.tex:
8634 * gpl.texi:
8635 * gdbint.texinfo:
8636 * gdb.texinfo:
8637 * gdb-cfg.texi:
8638 * fdl.texi:
8639 * annotate.texinfo:
8640 * all-cfg.texi:
8641 * Makefile.in: Add (C) after Copyright. Update the FSF
8642 address.
8643
8644 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8645
8646 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8647 extend GDB with commands for external monitor.
8648
8649 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8650
8651 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8652
8653 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8654
8655 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8656
8657 2005-11-21 Jim Blandy <jimb@redhat.com>
8658
8659 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8660 placement of 'R' actions in tracepoint action packets; document
8661 dependence of 'X' and 'M' actions on a preceding 'R' action for
8662 their registers.
8663
8664 2005-11-19 Jim Blandy <jimb@redhat.com>
8665
8666 * gdb.texinfo (Tracepoint Packets): New node.
8667 (General Query Packets): Add entries for the tracepoint packets,
8668 referring to the "Tracepoint Packets" node.
8669 (Tracepoints): Add reference to "Tracepoint Packets".
8670
8671 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8672
8673 * gdb.texinfo (set remotebreak): Add anchor.
8674 (X packet): Likewise.
8675 (Remote Protocol): Add new section `Interrupts' and new index
8676 entry `interrupts (remote protocol)'.
8677
8678 2005-11-18 Jim Blandy <jimb@redhat.com>
8679
8680 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8681 entries into the General Query Packets section. Add a
8682 cross-reference to that section. Drop description of replies, as
8683 these are covered in the descriptions of each packet.
8684 (General Query Packets): Add introductory text. Explain naming
8685 conventions, and how the end of a name is recognized.
8686
8687 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8688
8689 * gdb.texinfo (Remote configuration): Fix typo in description of
8690 "set remotebreak" command.
8691
8692 2005-11-16 Jim Blandy <jimb@redhat.com>
8693
8694 * gdb.texinfo (Packets, Stop Reply Packets)
8695 (General Query Packets): Various formatting cleanups.
8696 - Use @samp for packet contents.
8697 - Drop summaries from packet @item lines; the same information appears
8698 immediately below in the description.
8699 - Delete paragraph breaks after packet @item commands, so that the
8700 description appears directly to the right of the packet prototype
8701 in the printed manual, if it fits.
8702 - Place spaces in packet prototypes between @vars and non-@var
8703 letters, and explain that they're just for formatting.
8704 - Use @dots{} instead of '...'.
8705 - Fix uses of @code where @var was needed.
8706 - Replace "deprecated" markers with English text spelling out the
8707 packet's status and the preferred alternatives.
8708 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8709 what this ever meant.
8710 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8711 this for a long time.
8712 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8713 implemented several times, and have been in use for years.
8714
8715 2005-11-15 Jim Blandy <jimb@redhat.com>
8716
8717 * gdb.texinfo (Packets): Add index entries for 'm' packet
8718 disclaimers.
8719
8720 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8721 of stub when processing an 'm' packet.
8722
8723 * gdb.texinfo (Packets): Mention that packets beginning with
8724 letters are reserved once, at the top, instead of actually listing
8725 them all and saying "reserved".
8726
8727 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8728
8729 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8730 Change @var{$arg0 to @code{$arg0.
8731
8732 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8733
8734 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8735
8736 2005-11-12 Jim Blandy <jimb@redhat.com>
8737
8738 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8739 order. Remove extraneous 'z'.
8740
8741 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8742
8743 * gdb.texinfo (Choosing files): Add --eval-command.
8744
8745 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8746
8747 * gdb.texinfo (Choosing modes): Add --return-child-result.
8748
8749
8750 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8751
8752 * gdb.texinfo (Choosing modes): Add --batch-silent.
8753
8754 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8755
8756 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8757 "The -var-update Command".
8758
8759 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8760
8761 * gdb.texinfo (Print Settings): Add documentation for set/show
8762 print array-indexes.
8763
8764 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8765
8766 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8767 6.2 and 6.3.
8768
8769 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8770
8771 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8772 since 19-Jan-2004.
8773 (Files): Likewise.
8774 (Variables, Symbols): Document the "<incomplete type>" message and
8775 its reasons.
8776
8777 2005-08-01 Fred Fish <fnf@specifix.com>
8778
8779 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8780
8781 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8782
8783 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8784 option for -var-list-children and -var-update.
8785 (GDB/MI Stack Manipulation): Simplify description of
8786 print-values option for -stack-list-locals.
8787 (GDB/MI Command Description Format): Clarify.
8788 (Mode Options): Spelling of superseded.
8789
8790 2005-07-12 Bob Rossi <bob@brasko.net>
8791
8792 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8793 corresponding GDB command comment.
8794
8795 2005-07-06 Bob Rossi <bob@brasko.net>
8796
8797 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8798 and -inferior-tty-show.
8799 (Input/Output): Document "set/show inferior-tty" and tty alias.
8800
8801 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8802
8803 * gdb.texinfo (Packets): Change description of 'D' packet to note
8804 that GDB does wait for a response.
8805
8806 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8807
8808 * gdb.texinfo (History) Rename "Command History".
8809 (Command History): Move node "Server Prefix" from section on
8810 Annotations here.
8811
8812 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8813
8814 * gdb.texinfo (GDB/MI Stack Manipulation):
8815 Re-instate -stack-info-frame with example. Say that it gets
8816 info on selected frame, not current frame.
8817
8818 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8819
8820 * gdb.texinfo (Server): Clarify that `file' should be used before
8821 connecting to the server.
8822 (Files): Add an xref to the above description.
8823 (Output Formats): More detailed description of the `c' format.
8824 (Memory): List explicitly all the formats supported by `x'.
8825 (Threads): Add an @cindex entry for "thread apply".
8826 (Files): Document the possibility of loading unlinked object
8827 files. Add more indexing for solib-absolute-prefix and
8828 --with-sysroot.
8829 (Machine Code): Document possible problems with locations in
8830 shared libraries.
8831 (Backtrace): Document that free-standing environments do not need
8832 to have a `main' function.
8833
8834 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8835
8836 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8837 -stack-info-frame.
8838
8839 2005-06-07 Andrew Cagney <cagney@gnu.org>
8840
8841 * gdb.texinfo (Contributors): Note the original multi-arch
8842 contributors.
8843
8844 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8845
8846 * gdb.texinfo (Registers): Add index entries for the standard
8847 registers.
8848 (Frames): Add cross-reference from frame pointer description to
8849 the Registers node.
8850 (Annotations Overview): Fix the reference to GDB name.
8851
8852 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8853
8854 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8855 can-use-hw-watchpoints.
8856
8857 2005-05-28 Bob Rossi <bob@brasko.net>
8858
8859 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8860 the possible reasons why an exec async record would be returned to FE.
8861
8862 2005-05-26 Andrew Cagney <cagney@gnu.org>
8863
8864 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8865 Andrew Cagney implemented the original GDB/MI.
8866
8867 2005-05-23 Orjan Friberg <orjanf@axis.com>
8868
8869 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8870 documentation. Add documentation for cris-mode.
8871
8872 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8873
8874 * gdb.texinfo (Numbers): Explain the example and make the wording
8875 more acurate.
8876
8877 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8878 Dennis Brueni <dennis@slickedit.com>
8879
8880 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8881 (GDB/MI Data Manipulation, GDB/MI Program Control)
8882 (GDB/MI Stack Manipulation): Update examples to include the fullname
8883 attribute in stack frames.
8884
8885 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8886
8887 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8888 do with other non-standard names of init files.
8889
8890 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8891
8892 * gdb.texinfo (Command Files): Move the description of the startup
8893 from here...
8894 (Startup): ...to this new subsection of the Invocation chapter.
8895 Rearrange the description of init files more logically and add a
8896 cross-reference to "Command Files". Document the special gdbinit
8897 name for CISCO 68k. Expand the description of what GDB does
8898 during startup.
8899 (History): Add index entry for HISTSIZE.
8900
8901 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8902
8903 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8904
8905 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8906
8907 * gdb.texinfo (SVR4 Process Information, The isatty call)
8908 (The system call): Don't use foo(N) notation for man pages and
8909 functions.
8910 (Compilation, DJGPP Native): Improve wording.
8911
8912 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8913
8914 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8915 were optimized away.
8916
8917 2005-04-22 Eli Zaretskii <eliz@gnu.org>
8918
8919 * gdb.texinfo (Remote configuration): Document "set/show
8920 get-thread-local-storage-address". Add cross-reference to the
8921 description of the qGetTLSAddr packet.
8922 (General Query Packets): Mention "set remote
8923 get-thread-local-storage-address" and add a reference to its
8924 description.
8925
8926 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
8927
8928 * gdb.texinfo (Backtrace): Describe 'bt full'.
8929
8930 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
8931
8932 * gdb.texinfo (Mode Options): Fix typo.
8933 (GDB/MI): Describe how to invoke GDB/MI.
8934
8935 2005-04-16 Eli Zaretskii <eliz@gnu.org>
8936
8937 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8938 references changed. Add description of "info udot".
8939 (Files): Document "set/show stop-on-solib-events".
8940 (M32R/D): Document "set/show download-path", "set/show
8941 board-address", "set/show server-address", "upload", "tload".
8942 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8943 "use_mon_code", "use_ib_break", "use_dbt_break".
8944 (Maintenance Commands): Improve indexing.
8945 (Target Commands): Document "set/show hash", "set/show debug
8946 monitor".
8947 (SVR4 Process Information): Document "info pidlist" and "info
8948 meminfo". Document "set/show procfs-tarce" and "set/show
8949 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8950 (Symbols, The Print Command with Objective-C): Improve indexing.
8951 (Objective-C): Add references to "info classes" and "info
8952 selectors".
8953 (Debugging Output): Improve wording. Document "set/show debug
8954 solib-frv". Fix "set/show debugvarobj".
8955 (Set Breaks): Add index entry for "hardware breakpoints".
8956 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8957 and "set/show usehardbreakpoints".
8958 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8959 monitor-prompt", "set/show monitor-warnings", "pmon".
8960 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8961 rdiromatzero", "set/show rdiheartbeat".
8962 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8963 "sds".
8964 (Embedded Processors): Document the "sim" command.
8965 (Remote): Document the "remote" command.
8966 (DJGPP Native): Document the "info serial" command.
8967 (Threads): Document "maint info sol-threads".
8968 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8969 (Set Breaks): Improve indexing.
8970 (Command Syntax): Add a reference to dont-repeat.
8971 (Define): Document "dont-repeat".
8972 (TUI Commands): Document "tabset".
8973 (WinCE): New subsection. Document "set/show remotedirectory",
8974 "set/show remoteupload", "set/show remoteaddhost".
8975
8976 2005-04-15 Eli Zaretskii <eliz@gnu.org>
8977
8978 * gdb.texinfo (Hurd Native): New subsection, documents
8979 Hurd-specific commands.
8980 (Maintenance Commands): Add cross-reference to "Debugging Output".
8981 (Debugging Output): Document "set/show debug lin-lwp".
8982 (MIPS): Improve documentation of heuristic-fence-post. Document
8983 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8984 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8985 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8986 (ARM): Document ARM-specific commands.
8987 (AVR): New section. Document "info io_registers".
8988 (CRIS): New section. Document "set/show cris-version" and
8989 "set/show cris-dwarf2-cfi".
8990 (HPPA): New section. Document "set/show debug hppa" and "maint
8991 print unwind".
8992 (Neutrino): New subsection. Document "set/show debug nto-debug".
8993 (Super-H): New section. Document the "regs" command.
8994 (Debugging Output): Document "set/show debug aix-thread".
8995
8996 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8997
8998 * gdb.texinfo (Print Settings): Document "set/show print
8999 pascal_static-members", "set print repeats", "show print
9000 null-stop". Improve indexing. Fix documentation of "set print
9001 union".
9002 (Pascal): New section.
9003 (Supported languages): Rename from "Support"; all references
9004 updated. Add a menu item for Pascal.
9005 (Numbers): Document "set radix.
9006 (Screen Size): Document "set/show pagination".
9007 (MIPS Embedded): Remove "set processor" documentation.
9008 (Remote configuration): Document "set/show X/P/Z-packet",
9009 "set/show read-aux-vector-packet", "set/show remote
9010 symbol-lookup-packet", "set/show remote verbose-resume-packet",
9011 "set/show remoteaddresssize", "set/show remotebaud", "set/show
9012 remotedebug", "set/show remotebreak", "set/show remotedevice",
9013 "set/show remotelogfile".
9014 (Auxiliary Vector): Add reference to the description of the
9015 read-aux-vector-packet setting.
9016 (Set Watchpoints): Add a cross-reference to "set remote
9017 hardware-breakpoint-limit".
9018 (General Query Packets): Add indexing of requests and
9019 cross-references to related commands in "Remote configuration".
9020 (File-I/O Overview, The system call): Fix wording and typos.
9021 (Thread Stops): Add index entries.
9022 (Continuing and Stepping): Document "show step-mode".
9023 (i386): New node. Document "set/show struct-convention".
9024 (Files): Document "show trust-readonly-sections".
9025 (Calling): Document "set/show unwindonsignal".
9026 (Messages/Warnings): Add index entries.
9027 (Maintenance Commands): Document "set/show watchdog".
9028 (Annotations Overview): Document "show annotate".
9029 (Set Watchpoints): Add index entries.
9030 (Symbols): Fix doc of case-sensitive.
9031 (ABI): Document "show coerce-float-to-double".
9032 (Convenience Vars, Help): Improve indexing.
9033 (Machine Code): Document "show disassembly-flavor".
9034 (Debugging C plus plus): Document "show overload-resolution".
9035 (Value History, Signaling): Add index entries.
9036
9037 2005-04-08 Eli Zaretskii <eliz@gnu.org>
9038
9039 * gdb.texinfo (Show): Move @kindex entries to their proper places.
9040 (Processes): Fix wording.
9041 (History, List, Logging output, Define, Symbols, Print Settings):
9042 Improve indexing.
9043
9044 2005-04-03 Eli Zaretskii <eliz@gnu.org>
9045
9046 * gdb.texinfo (Targets): Document "set/show architecture". Remove
9047 redundant index entry for "target" command.
9048 (Backtrace): Add index entries.
9049 (Symbols, Fortran): Document the "set case-sensitive" command.
9050 (DJGPP Native): Document "set com1base", "set com1irq", etc.
9051 (Print Settings): Add index entry for "set demangle-style".
9052 (Target Commands): Document "set download-write-size".
9053 (Debugging Output): Document "set exec-done-display".
9054
9055 2005-04-02 Eli Zaretskii <eliz@gnu.org>
9056
9057 * gdb.texinfo (Files): Fix the name and documentation of
9058 add-shared-symbol-files. Document its alias assf. Update the
9059 list of OSs where GDB supports shared libraries. Fix markup.
9060 (Continuing and Stepping): Add reference to @var{location} in the
9061 text.
9062 (Dump/Restore Files): Fix reference to @{filename}.
9063 (Help): Fix wording.
9064 (Attach): Ditto.
9065 (Set Watchpoints): Ditto.
9066 (Backtrace): Remove redundant index entries. Improve index
9067 entries.
9068 (Delete Breaks): Fix wording.
9069 (Memory): Document the compare-sections command.
9070 (Memory Region Attributes): Improve wording.
9071 (Disabling): Improve wording.
9072 (Fortran): New subsection. Document the "info common" command.
9073 (Help): Document aliases "info copying" and "info warranty".
9074 (Caching Remote Data): New section. Document the "set/show
9075 remotecache" and "info dcache" commands.
9076 (Show): Fix wording of the documentation of the "set
9077 extension-language" command.
9078 (Signals): Add index entry for "info handle".
9079 (Memory Region Attributes): Fix punctuation.
9080 (Symbols): Change the arg name to "location" and refer to it in
9081 the text. Fix wording of "info types" doc.
9082 (Threads): Fix usage of @enumerate @item's.
9083 (Listing Tracepoints): Add index entry for "info tp".
9084 (Set Watchpoints): Add xref to "info break" description.
9085 (Macros): Add an index entry for "macro exp1". Document the
9086 "macro list" command.
9087 (Maintenance Commands): Document "flushregs", "maint agent",
9088 "maint check-symtabs", "maint cplus", "maint demangle", "maint
9089 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
9090 "maint print architecture", "maint print objfiles", "maint print
9091 statistics", "maint print type", "maint show-debug-regs", "maint
9092 space", "maint time", and "maint translate-address".
9093 (Connecting): Document the "monitor" command.
9094 (Annotations Overview): Describe the "set annotate" command.
9095
9096 2005-04-01 Eli Zaretskii <eliz@gnu.org>
9097
9098 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
9099 Rearrange index entries and improve wording about support for
9100 hardware watchpoints.
9101
9102 2005-03-10 Bob Rossi <bob@brasko.net>
9103
9104 * gdb.texinfo: Update copyright
9105
9106 2005-02-09 Theodore A. Roth <troth@openavr.org>
9107
9108 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
9109 error.
9110
9111 2005-03-07 Joel Brobecker <brobecker@adacore.com>
9112
9113 * observer.texi (executable_changed): New observer.
9114
9115 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9116
9117 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9118
9119 2005-01-17 Michael Snyder <msnyder@redhat.com>
9120
9121 * gdb.texinfo: Fix spelling, infinte -> infinite.
9122
9123 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9124
9125 * observer.texi (GDB Observers): Document "solib_loaded".
9126
9127 2005-01-07 Andrew Cagney <cagney@gnu.org>
9128
9129 * configure.ac: Rename configure.in, require autoconf 2.59.
9130 * configure: Re-generate.
9131
9132 * configure.in: Replace configdirs with multiple references to
9133 AC_CONFIG_SUBDIRS.
9134 * configure: Re-generate.
9135
9136 2005-01-04 Andrew Cagney <cagney@gnu.org>
9137
9138 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9139 part of the version number.
9140
9141 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9142
9143 * gdbint.texinfo (Algorithms): Remove description of
9144 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9145
9146 2004-12-07 Jim Blandy <jimb@redhat.com>
9147
9148 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9149 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9150 numbers.
9151
9152 2004-12-07 Andreas Schwab <schwab@suse.de>
9153
9154 * gdb.texinfo (Mode Options): Document -l option.
9155
9156 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9157
9158 * gdbint.texinfo (Algorithms): More accurate description of
9159 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9160 is not needed unless data-read and data-access watchpoints are
9161 supported. Add a description of how GDB checks whether the
9162 inferior stopped because a watchpoint was hit.
9163
9164 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9165
9166 * gdb.texinfo (Files): Add cross-reference to description of
9167 -readnow command-line switch.
9168
9169 2004-11-10 Randolph Chung <tausq@debian.org>
9170
9171 * gdb.texinfo: Document set/show backtrace past-entry commands.
9172 Rearrange index entries for set/show backtrace past-main.
9173
9174 2004-11-10 Jon Beniston <jon@beniston.com>
9175
9176 Committed by Andrew Cagney <cagney@gnu.org>.
9177 * gdb.texinfo (Remote Serial Protocol): Further describe
9178 binary transfer escaping mechanism .
9179
9180 2004-11-08 Randolph Chung <tausq@debian.org>
9181
9182 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9183 and "show debug infrun". Add index entries.
9184
9185 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9186
9187 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9188 "info proc" that are already implemented. Add index entries.
9189 (Working Directory): Add a cross-reference to "info proc" command.
9190 (Files): Add a tip for decreasing memory used for symtabs from
9191 shared libraries.
9192 (Starting): Fix whitespace; make "elaboration" stand out where it
9193 is first used, and add an index entry for the term.
9194 (Calling): Expand and elaborate text. Add "print". Add the
9195 description of problems with weak aliases.
9196 (Core File Generation): New section.
9197
9198 2004-10-12 Andrew Cagney <cagney@gnu.org>
9199
9200 * gdbint.texinfo (Versions and Branches): New chapter.
9201 (Releasing GDB): Delete "Versions and Branches" section.
9202 (Top): Add "Versions and Branches".
9203
9204 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9205
9206 * gdb.texinfo (Editing, History): Add cross-references to the
9207 included Readline and History user documentation. Remove
9208 references to the symbol have-readline-appendices which is unused
9209 and undefined.
9210 (History): Fix indexing.
9211
9212 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9213
9214 * gdbint.texinfo (target_stopped_data_address): Update to
9215 new prototype.
9216 (i386_stopped_data_address): Update prototype and description.
9217 (i386_stopped_by_watchpoint): New function and description.
9218
9219 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9220
9221 * gdb.texinfo (Filenames): Add Ada suffixes.
9222 (Ada) New section.
9223
9224 2004-09-27 Andrew Cagney <cagney@gnu.org>
9225 Robert Picco <Robert.Picco@hp.com>
9226
9227 * gdb.texinfo (Packets): Document the "p" packet.
9228
9229 2004-09-21 Jason Molenda (jmolenda@apple.com)
9230
9231 * gdb.texinfo (Paths and Names of the Source Files): Document the
9232 meaning of values in the 'desc' field of a SO stab.
9233
9234 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9235
9236 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9237 max-cache-age" and "maint show dwarf2 max-cache-age".
9238
9239 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9240
9241 * gdb.texinfo (Set Breaks): Add index entry for setting
9242 breakpoints on overloaded C++ functions that are not members of
9243 any classes. Add an example and an index entry for setting
9244 breakpoints on all program functions.
9245 (Character Sets, Macros, Overlay Commands)
9246 (Non-debug DLL symbols, GDB/MI Output Syntax)
9247 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9248 Use "(@value{GDBP})" instead of a literal "(gdb)".
9249
9250 2004-09-12 Andrew Cagney <cagney@gnu.org>
9251
9252 * gdbint.texinfo (Native Debugging): Delete description of
9253 FILES_INFO_HOOK.
9254
9255 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9256
9257 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9258 to hex_string_custom (not historically correct, but more
9259 understandable, given the current code).
9260
9261 2004-09-03 Andrew Cagney <cagney@gnu.org>
9262
9263 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9264
9265 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9266
9267 * observer.texi (solib_unloaded): New observer.
9268
9269 2004-08-24 Andrew Cagney <cagney@gnu.org>
9270
9271 * gdbint.texinfo (Target Architecture Definition): Add missing
9272 comma.
9273
9274 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9275
9276 * (Using the Testsuite): build != host is supported,
9277 but some test scripts do not support build != host.
9278
9279 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9280
9281 * gdbint.texinfo (Host Definition): Delete description of
9282 FCLOSE_PROVIDED and GETENV_PROVIDED.
9283
9284 2004-08-11 Joel Brobecker <brobecker@gnat.com>
9285
9286 * gdbint.texinfo (Host Definition): Remove documentation for
9287 USE_O_NOCTTY, no longer used.
9288
9289 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9290
9291 * gdbint.texinfo (Host Definition): Delete description of
9292 NO_SYS_FILE.
9293 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9294 PTRACE_FP_BUG.
9295
9296 2004-08-05 Andrew Cagney <cagney@gnu.org>
9297
9298 * gdbint.texinfo (Target Architecture Definition): Delete
9299 reference to deprecated_read_fp.
9300
9301 2004-08-02 Andrew Cagney <cagney@gnu.org>
9302
9303 * gdbint.texinfo (Target Architecture Definition): Delete
9304 description of DEPRECATED_REGISTER_BYTES.
9305
9306 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9307
9308 * gdb.texinfo (Source Path): Document the new behavior of
9309 searching for the source files.
9310
9311 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9312
9313 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9314 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9315 (Auto Display): Improve indexing.
9316
9317 2004-07-16 Andrew Cagney <cagney@gnu.org>
9318
9319 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9320 "-noasync".
9321
9322 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9323
9324 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9325 have the same prefix have only their prefix in the index.
9326
9327 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9328
9329 * gdb.texinfo (BSD libkvm Interface): New node (section)
9330 (Native): Add it to the menu.
9331
9332 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9333
9334 * gdbint.texinfo (Target Architecture Definition): Remove
9335 PCC_SOL_BROKEN.
9336
9337 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9338
9339 * gdbint.texinfo (Target Architecture Definition): Remove
9340 SUN_FIXED_LBRAC_BUG.
9341
9342 2004-06-26 Andrew Cagney <cagney@gnu.org>
9343
9344 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9345
9346 2004-06-20 Andrew Cagney <cagney@gnu.org>
9347
9348 * gdbint.texinfo (Target Architecture Definition): Deprecate
9349 USE_STRUCT_CONVENTION.
9350
9351 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9352
9353 gdb.texinfo (Bug Reporting): Mention session recording,
9354 with the script command or Emacs.
9355
9356 2004-06-18 Andrew Cagney <cagney@gnu.org>
9357
9358 * gdbint.texinfo (Target Architecture Definition): Deprecate
9359 FUNCTION_START_OFFSET.
9360
9361 2004-06-14 Andrew Cagney <cagney@gnu.org>
9362
9363 Based on changes from Karl Berry.
9364 * gdb.texinfo: Do not use @sc in a direntry.
9365 * stabs.texinfo: Change @dircateogry to "Software development".
9366 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9367
9368 2004-06-13 Andrew Cagney <cagney@gnu.org>
9369
9370 * gdbint.texinfo (Target Architecture Definition): Delete
9371 description of RETURN_VALUE_ON_STACK.
9372
9373 2004-06-09 Andrew Cagney <cagney@gnu.org>
9374
9375 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9376 deleted by previous patch.
9377
9378 2004-06-08 Andrew Cagney <cagney@gnu.org>
9379
9380 * gdbint.texinfo (Native Debugging): Delete documentation on
9381 ATTACH_DETACH.
9382
9383 2004-06-06 Randolph Chung <tausq@debian.org>
9384
9385 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9386
9387 2004-06-06 Randolph Chung <tausq@debian.org>
9388
9389 * gdb.texinfo (push_dummy_call): Update argument list to match
9390 the new push_dummy_call method signature. Describe the function
9391 argument.
9392
9393 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9394
9395 * gdb.texinfo (Starting): Document new start command.
9396
9397 2004-05-21 Andrew Cagney <cagney@redhat.com>
9398
9399 * observer.texi (GDB Observers): Document "inferior_created".
9400
9401 2004-05-08 Andrew Cagney <cagney@redhat.com>
9402
9403 * gdbint.texinfo (Target Architecture Definition): Delete
9404 description of DO_DEFERRED_STORES.
9405
9406 * gdbint.texinfo (Target Architecture Definition): Delete
9407 references to DEPRECATED_FIX_CALL_DUMMY.
9408
9409 * gdbint.texinfo (Target Architecture Definition): Delete
9410 description of DEPRECATED_CALL_DUMMY_WORDS,
9411 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9412
9413 * gdbint.texinfo (Target Architecture Definition): Delete
9414 description of DEPRECATED_PUSH_DUMMY_FRAME.
9415
9416 * gdbint.texinfo (Target Architecture Definition): Delete
9417 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9418
9419 2004-05-07 Andrew Cagney <cagney@redhat.com>
9420
9421 * observer.texi (GDB Observers): Add "Debugging" section. Include
9422 cross reference to "set/show debug observer".
9423 * gdb.texinfo (Debugging Output): Document "set/show debug
9424 observer".
9425
9426 2004-05-01 Andrew Cagney <cagney@redhat.com>
9427
9428 * gdbint.texinfo (Target Architecture Definition): Delete
9429 description of DEPRECATED_PC_IN_SIGTRAMP.
9430
9431 2004-04-30 Andrew Cagney <cagney@redhat.com>
9432
9433 * gdbint.texinfo (Target Architecture Definition): Delete
9434 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9435
9436 2004-04-30 Orjan Friberg <orjanf@axis.com>
9437
9438 * observer.texi (GDB Observers): Correct spelling.
9439
9440 2004-04-26 Orjan Friberg <orjanf@axis.com>
9441
9442 * observer.texi (GDB Observers): Add target_changed event.
9443
9444 2004-04-08 Andrew Cagney <cagney@redhat.com>
9445
9446 * observer.texi (GDB Observers): Rework, provide generic observer
9447 definitions and then a list of observable events.
9448
9449 2004-04-04 Andrew Cagney <cagney@redhat.com>
9450
9451 * gdbint.texinfo (Host Definition): Delete reference to
9452 NO_SIGINTERRUPT.
9453
9454 2004-04-02 Andrew Cagney <cagney@redhat.com>
9455
9456 * gdbint.texinfo (Target Architecture Definition): Delete
9457 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9458
9459 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9460
9461 * gdb.texinfo (TUI Commands): Document tui reg commands.
9462
9463 2004-03-26 Andrew Cagney <cagney@redhat.com>
9464
9465 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9466 "gdbtui".
9467 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9468 (Contributors): Mention both Text and Terminal User Interface.
9469
9470 2004-03-23 Andrew Cagney <cagney@redhat.com>
9471
9472 * gdbint.texinfo (Target Architecture Definition): Deprecate
9473 references to SIGTRAMP_START and SIGTRAMP_END.
9474
9475 2004-03-23 Andrew Cagney <cagney@redhat.com>
9476
9477 * gdbint.texinfo (Target Architecture Definition): Deprecate
9478 references to PC_IN_SIGTRAMP.
9479
9480 2004-03-19 Andrew Cagney <cagney@redhat.com>
9481
9482 * gdbint.texinfo (Target Architecture Definition): Delete
9483 reference to GDB_TARGET_IS_HPPA.
9484
9485 2004-03-18 Andrew Cagney <cagney@redhat.com>
9486
9487 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9488 describe pre_init and post_init.
9489
9490 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9491
9492 * gdb.texinfo (Debugging Output): Document values for "set debug
9493 target".
9494
9495 2004-02-28 Andrew Cagney <cagney@redhat.com>
9496
9497 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9498
9499 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9500
9501 * gdb.texinfo (breakpoints): Add information about the
9502 new "set breakpoint pending" and "show breakpoint pending"
9503 commands.
9504
9505 2004-02-26 Andrew Cagney <cagney@redhat.com>
9506
9507 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9508 in Per-architecture module data section.
9509
9510 2004-02-25 Roland McGrath <roland@redhat.com>
9511
9512 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9513
9514 2004-02-24 Andrew Cagney <cagney@redhat.com>
9515
9516 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9517 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9518 * fdl.texi: Import Version 1.2, November 2002.
9519
9520 2004-02-17 Andrew Cagney <cagney@redhat.com>
9521
9522 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9523
9524 2004-02-16 Andrew Cagney <cagney@redhat.com>
9525
9526 * gdbint.texinfo (Target Architecture Definition): Deprecate
9527 FRAMELESS_FUNCTION_INVOCATION.
9528
9529 2004-02-16 Andrew Cagney <cagney@redhat.com>
9530
9531 * gdbint.texinfo (Coding): Mention -Wunused-function.
9532
9533 2004-02-14 Andrew Cagney <cagney@redhat.com>
9534
9535 * gdbint.texinfo (Target Architecture Definition): Delete
9536 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9537
9538 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9539
9540 * gdb.texinfo: Properly quote the name "C++".
9541 * gdbint.texinfo: Ditto.
9542 * stabs.texinfo: Ditto.
9543
9544 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9545
9546 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9547 minimal information about libiberty.
9548
9549 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9550
9551 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9552
9553 2004-02-04 Roland McGrath <roland@redhat.com>
9554
9555 * gdb.texinfo (Auxiliary Vector): New node (section).
9556 (Data): Add it to the menu.
9557
9558 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9559
9560 * gdb.texinfo (Breakpoints): Add information about pending
9561 breakpoint support.
9562
9563 2004-01-26 Andrew Cagney <cagney@redhat.com>
9564
9565 * gdb.texinfo (Overview): Delete references to the cisco protocol
9566 including the "N" response.
9567
9568 2004-01-26 Andrew Cagney <cagney@redhat.com>
9569
9570 * gdbint.texinfo (Target Architecture Definition): Rename
9571 EXTRACT_STRUCT_VALUE_ADDRESS to
9572 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9573
9574 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9575
9576 * gdb.texinfo (KOD): Document "show os". Add index entries for
9577 "set/show os" and "info cisco" commands.
9578
9579 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9580
9581 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9582
9583 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9584
9585 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9586 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9587
9588 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9589
9590 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9591 -stack-list-locals.
9592 (GDB/MI Variable Objects): Describe extension to
9593 -var-list-children.
9594
9595 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9596
9597 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9598
9599 2004-01-17 Andrew Cagney <cagney@redhat.com>
9600
9601 * gdbint.texinfo (Target Architecture Definition): Delete
9602 documentation on DEPRECATED_NPC_REGNUM.
9603
9604 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9605
9606 * gdb.texinfo: Update copyright year. Mention that set
9607 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9608 "set follow-fork-mode ask".
9609
9610 2004-01-13 Andrew Cagney <cagney@redhat.com>
9611
9612 * gdbint.texinfo: Update copyright year.
9613 (Coding): Add -Wunused-label to list of -Werror warnings.
9614
9615 2004-01-08 Jason Molenda <jmolenda@apple.com>
9616 Eli Zaretskii <eliz@gnu.org>
9617
9618 * gdb.texinfo: Update copyright.
9619 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9620 around names, as appropriate. Minor syntax cleanup of
9621 _NSPrintForDebugger explanation. Two spaces after periods.
9622 GDBN used instead of lit. "gdb". Index entries added for
9623 print-object and _NSPrintForDebugger. @noindent added in one spot.
9624
9625 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9626
9627 * stabs.texinfo: Add dircategory and direntry commands.
9628 * annotate.texinfo: Ditto.
9629
9630 2003-11-10 Andrew Cagney <cagney@redhat.com>
9631
9632 * gdbint.texinfo (Target Architecture Definition): Replace the
9633 return_value method's "inval" and "outval" parameters with
9634 "readbuf" and "writebuf".
9635
9636 2003-10-28 Jim Blandy <jimb@redhat.com>
9637
9638 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9639 from "The `F' request packet" and "The `F' reply packet", to make
9640 texi2dvi happy.
9641 (File-I/O remote protocol extension): Update menu entries, too.
9642
9643 2003-10-26 Michael Chastain <mec@shout.net>
9644
9645 * gdb.texinfo (Thread Stops): Document the issue with
9646 premature return from system calls in multi-threaded programs.
9647
9648 2003-10-24 Andrew Cagney <cagney@redhat.com>
9649
9650 * annotate.texinfo: Fix "fortunatly"[sic].
9651
9652 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9653
9654 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9655 with "Hitachi" and "Mitsubishi".
9656
9657 2003-10-20 Andrew Cagney <cagney@redhat.com>
9658
9659 * gdbint.texinfo (Target Architecture Definition): Document
9660 gdbarch_return_value. Add cross references from
9661 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9662 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9663
9664 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9665
9666 * gdbint.texinfo (Target Architecture Definition): Document
9667 regset_from_core_section.
9668
9669 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9670
9671 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9672
9673 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9674
9675 From Anthony Green <green@redhat.com>:
9676 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9677
9678 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9679
9680 * gdb.texinfo (Breakpoint related warnings): New node.
9681 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9682
9683 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9684
9685 * gdb.texinfo (Remote Protocol): Document v and vCont.
9686
9687 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9688
9689 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9690 * gdbint.texinfo: Ditto.
9691
9692 2003-10-09 Andrew Cagney <cagney@redhat.com>
9693
9694 From 2003-09-18 David Anderson <davea@sgi.com>:
9695 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9696 "command".
9697
9698 2003-10-03 Andrew Cagney <cagney@redhat.com>
9699
9700 * gdbint.texinfo (Target Architecture Definition): Deprecate
9701 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9702 just target.
9703
9704 2003-10-02 Andrew Cagney <cagney@redhat.com>
9705
9706 * gdbint.texinfo (Target Architecture Definition): Rename
9707 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9708 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9709 * gdbint.texinfo (Target Architecture Definition): Rename
9710
9711 2003-09-30 Andrew Cagney <cagney@redhat.com>
9712
9713 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9714 (Target Architecture Definition):
9715
9716 * gdbint.texinfo (Target Architecture Definition): Rename
9717 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9718
9719 2003-09-29 Andrew Cagney <cagney@redhat.com>
9720
9721 * gdbint.texinfo (Target Architecture Definition): Delete
9722 documentation for NEED_TEXT_START_END.
9723
9724 * gdbint.texinfo (Target Architecture Definition): Rename
9725 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9726 TARGET_WRITE_PC.
9727
9728 2003-09-22 Michael Chastain <mec@shout.net>
9729
9730 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9731
9732 2003-09-21 Anthony Green <green@redhat.com>
9733
9734 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9735
9736 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9737
9738 * gdbint.texinfo (Target Architecture Definition): Document
9739 stabs_argument_has_addr.
9740
9741 2003-09-18 Andrew Cagney <cagney@redhat.com>
9742
9743 * gdbint.texinfo (Target Architecture Definition): Delete
9744 documentation on REGISTER_NAMES.
9745
9746 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9747
9748 * gdbint.texinfo (Target Architecture Definition): Replace
9749 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9750
9751 2003-09-11 Andrew Cagney <cagney@redhat.com>
9752
9753 * gdbint.texinfo (Target Architecture Definition): Replace
9754 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9755
9756 2003-08-18 Andrew Cagney <cagney@redhat.com>
9757
9758 * gdbint.texinfo (Target Architecture Definition): Document
9759 "frame_red_zone_size".
9760
9761 2003-08-09 Andrew Cagney <cagney@redhat.com>
9762
9763 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9764 with "set/show backtrace past-main" and "set/show backtrace
9765 limit".
9766
9767 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9768
9769 * Makefile.in (install-info): Support DESTDIR.
9770 (install-html): Likewise.
9771
9772 2003-08-07 Andrew Cagney <cagney@redhat.com>
9773
9774 Patch from Nick Roberts.
9775 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9776 bindings. Remove description of send-gdb-command.
9777
9778 2003-08-07 Andrew Cagney <cagney@redhat.com>
9779
9780 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9781 GDB 6.0.
9782
9783 2003-08-06 Andrew Cagney <cagney@redhat.com>
9784
9785 * gdb.texinfo (Mode Options): Mention that level three is the
9786 highest available and that level 2 is deprecated.
9787 (Annotations Overview): Mention annotation levels. Cross reference
9788 to "Limitations of the Annotation Interface" in annotate.texi.
9789 (TODO, Value Annotations, Frame Annotations): Delete section.
9790 (Displays, Breakpoint Info): Delete.
9791
9792 2003-08-04 Andrew Cagney <cagney@redhat.com>
9793
9794 * agentexpr.texi: Delete @bye.
9795 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9796 (stabs.info): Add $(srcdir) to include search path.
9797 (html): Depend on "annotate_toc.html", and not "annotate.html".
9798 * stabs.texinfo: Ditto. Include "fdl.texi".
9799 * gdbint.texinfo: Update copyright statement's list of invariant
9800 sections.
9801
9802 2003-07-28 Andrew Cagney <cagney@redhat.com>
9803
9804 * Makefile.in (INFO_DEPS): Add annotate.info.
9805 (dvi, ps, html, pdf): Add annotate.
9806 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9807 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9808 (ANNOTATE_DOC_FILES): New macro.
9809 (ANNOTATE_TEX_TMPS): New macro.
9810 (annotate.info, annotate_toc.html): Specify dependencies.
9811 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9812 * annotate.texinfo: Rename annotate.texi. Get building. Add
9813 "Migrating to GDB/MI" and "Limitations of the Annotation
9814 Interface" chapters. Mention why it is not part of the user
9815 guide. Update copyright notice. Include "fdl.texi".
9816
9817 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9818
9819 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9820
9821 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9822
9823 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9824
9825 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9826
9827 * gdb.texinfo (Server): Mention pidof.
9828
9829 2003-07-22 Andrew Cagney <cagney@redhat.com>
9830
9831 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9832 list.
9833
9834 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9835
9836 * gdb.texinfo (Logging output): New chapter.
9837
9838 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9839
9840 * gdb.texinfo (Unsupported languages): New section.
9841 (Languages): Add link to new section.
9842
9843 2003-06-22 Andrew Cagney <cagney@redhat.com>
9844
9845 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9846
9847 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9848
9849 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9850
9851 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9852
9853 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9854 * agentexpr.texi: Retitle section, and change it to an appendix.
9855 Comment out texinfo initialization. Factor a @var{} into two
9856 pieces to prevent makeinfo warnings.
9857 * gdb.texinfo: Add Agent Expressions appendix.
9858
9859 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9860
9861 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9862
9863 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9864
9865 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9866 remote target". Document the "detach" and "disconnect" commands.
9867 (Server, Netware, Debug Session): Reference "Connecting to a
9868 remote target".
9869 (GDB/MI Target Manipulation): Document "-target-disconnect".
9870
9871 2003-06-13 Andrew Cagney <cagney@redhat.com>
9872
9873 * gdbint.texinfo (Target Architecture Definition): Deprecate
9874 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9875 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9876
9877 2003-06-09 Jim Blandy <jimb@redhat.com>
9878
9879 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9880
9881 2003-06-08 Andrew Cagney <cagney@redhat.com>
9882
9883 * gdbint.texinfo (Target Architecture Definition): Delete
9884 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9885
9886 2003-06-08 Andrew Cagney <cagney@redhat.com>
9887
9888 * gdbint.texinfo (Target Architecture Definition): Document
9889 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9890
9891 2003-06-07 Adam Fedor <fedor@gnu.org>
9892
9893 * gdb.texinfo: Add Objective-C documentation.
9894
9895 2003-06-01 Andrew Cagney <cagney@redhat.com>
9896
9897 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9898 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9899
9900 2003-05-21 Andrew Cagney <cagney@redhat.com>
9901
9902 * gdbint.texinfo (Target Architecture Definition): Delete
9903 references to "extract_address" and "store_address".
9904
9905 2003-05-16 Andrew Cagney <cagney@redhat.com>
9906
9907 * gdbint.texinfo (Target Architecture Definition): Replace
9908 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9909 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9910
9911 2003-05-14 Theodore A. Roth <troth@openavr.org>
9912
9913 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9914
9915 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9916
9917 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9918 (gdb.dvi): Likewise.
9919 (gdb.pdf): Likewise.
9920 (links2roff): Likewise.
9921
9922 2003-05-08 Jim Blandy <jimb@redhat.com>
9923
9924 * gdb.texinfo (Dump/Restore Files): Update documentation for
9925 'dump', 'append', and 'restore': note that format argument is
9926 optional; simplify presentation of the command variants; and be
9927 more precise about the formats.
9928
9929 2003-05-07 Jim Blandy <jimb@redhat.com>
9930
9931 * gdb.texinfo (Symbols): Update documentation: 'maint list
9932 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9933 symtabs' and 'maint info psymtabs'.
9934
9935 2003-05-05 Andrew Cagney <cagney@redhat.com>
9936
9937 * gdbint.texinfo (Target Architecture Definition): Make
9938 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9939 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9940 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9941
9942 2003-05-04 Andrew Cagney <cagney@redhat.com>
9943
9944 * gdb.texinfo (Maintenance Commands): Document "maint print
9945 dummy-frames".
9946
9947 2003-05-04 Andrew Cagney <cagney@redhat.com>
9948
9949 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9950
9951 2003-05-03 J. Brobecker <brobecker@gnat.com>
9952
9953 Thierry Schneider <tpschneider1@yahoo.com>
9954 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9955 for new MI command.
9956
9957 2003-05-03 Andrew Cagney <cagney@redhat.com>
9958
9959 * gdbint.texinfo (Target Architecture Definition): Document
9960 push_dummy_code. Add cross references.
9961
9962 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9963
9964 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9965 set/show charsets commands.
9966
9967 2003-04-28 Andrew Cagney <cagney@redhat.com>
9968
9969 * gdbint.texinfo (Target Architecture Definition): Replace
9970 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9971 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9972
9973 2003-04-28 Andrew Cagney <cagney@redhat.com>
9974
9975 * gdbint.texinfo (Target Architecture Definition): Rename
9976 "tm_print_insn" to "deprecated_tm_print_insn".
9977
9978 2003-04-09 Jim Blandy <jimb@redhat.com>
9979
9980 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9981 list psymtabs'.
9982
9983 2003-04-08 Andrew Cagney <cagney@redhat.com>
9984
9985 * gdbint.texinfo (Target Architecture Definition): Delete
9986 references to EXTRA_FRAME_INFO.
9987
9988 2003-04-08 Andrew Cagney <cagney@redhat.com>
9989
9990 * gdbint.texinfo (Target Architecture Definition): Delete
9991 PRINT_TYPELESS_INTEGER.
9992
9993 2003-04-02 J. Brobecker <brobecker@gnat.com>
9994
9995 * observer.texi (GDB Observers): Adjust the documentation for the
9996 normal_stop notification to better describe reality. Fix a couple
9997 of minor typos.
9998
9999 2003-04-02 Bob Rossi <bob_rossi@cox.net>
10000
10001 * gdb.texinfo (GDB/MI Program Control): Add
10002 '-file-list-exec-source-file'
10003
10004 2003-03-31 Andrew Cagney <cagney@redhat.com>
10005
10006 * gdbint.texinfo (Target Architecture Definition): Delete
10007 references to CALL_DUMMY_P.
10008
10009 2003-03-30 Andrew Cagney <cagney@redhat.com>
10010
10011 * gdbint.texinfo (Target Architecture Definition): Remove
10012 reference to TARGET_WRITE_SP.
10013
10014 2003-03-27 Andrew Cagney <cagney@redhat.com>
10015
10016 * gdbint.texinfo (Target Architecture Definition): Remove
10017 references to write_sp.
10018
10019 2003-03-27 Andrew Cagney <cagney@redhat.com>
10020
10021 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
10022 chapter body. Use @smallexample instead of @example.
10023 (Annotations): Ditto.
10024 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
10025 annotate.texi.
10026
10027 2003-03-26 Andrew Cagney <cagney@redhat.com>
10028
10029 * gdbint.texinfo (Target Architecture Definition): Replace
10030 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
10031 dummy_addr parameters.
10032
10033 2003-03-25 Andrew Cagney <cagney@redhat.com>
10034
10035 * gdbint.texinfo (Target Architecture Definition): Delete
10036 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
10037 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
10038 Add reference to PUSH_ARGUMENTS.
10039
10040 2003-03-23 Andrew Cagney <cagney@redhat.com>
10041
10042 * gdbint.texinfo (Algorithms, Target Architecture Definition):
10043 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
10044
10045 2003-03-18 J. Brobecker <brobecker@gnat.com>
10046
10047 * gdbint.texinfo (Algorithms): Add new section describing the
10048 Observer paradigm.
10049 (Top): Add menu entry to new observer appendix.
10050 * observer.texi: New file.
10051 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
10052 new observer.texi file.
10053
10054 2003-03-17 Andrew Cagney <cagney@redhat.com>
10055
10056 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
10057 that GNU Press update the manual version number.
10058
10059 2003-03-12 Andrew Cagney <cagney@redhat.com>
10060
10061 * gdbint.texinfo (Target Architecture Definition): Delete
10062 references to get_saved_register. Rename GET_SAVED_REGISTER to
10063 DEPRECATED_GET_SAVED_REGISTER.
10064
10065 2003-03-13 Andrew Cagney <cagney@redhat.com>
10066
10067 * gdbint.texinfo (Target Architecture Definition): Replace
10068 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
10069
10070 2003-03-12 Andrew Cagney <cagney@redhat.com>
10071
10072 * gdbint.texinfo (Target Architecture Definition): Rename
10073 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
10074
10075 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
10076
10077 * gdb.texinfo: Add File-I/O documentation.
10078
10079 2003-03-10 Andrew Cagney <cagney@redhat.com>
10080
10081 * gdbint.texinfo (Target Architecture Definition): Cross reference
10082 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
10083
10084 2003-03-07 Andrew Cagney <cagney@redhat.com>
10085
10086 * gdb.texinfo (Debugging Output): Mention the "set/show debug
10087 frame" command.
10088
10089 2003-03-05 Andrew Cagney <cagney@redhat.com>
10090
10091 * gdbint.texinfo (Target Architecture Definition): Document
10092 unwind_dummy_id. Cross reference unwind_dummy_id and
10093 SAVE_DUMMY_FRAME_TOS.
10094
10095 2003-03-05 James Ingham <jingham@apple.com>
10096 Daniel Jacobowitz <drow@mvista.com>
10097
10098 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
10099 and "show cp-abi".
10100
10101 2003-03-03 Andrew Cagney <cagney@redhat.com>
10102
10103 * gdbint.texinfo (Target Architecture Definition): Document
10104 register_type.
10105
10106 2003-03-03 Andrew Cagney <cagney@redhat.com>
10107
10108 * stabs.texinfo (Structures): Use @samp and separate @var's
10109 instead of a single @var containing a comma separated list.
10110 (Unions): Ditto.
10111
10112 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
10113
10114 * Makefile.in (distclean): Remove config.log.
10115
10116 2003-03-01 Andrew Cagney <cagney@redhat.com>
10117
10118 * gdbint.texinfo (Target Architecture Definition): Rename
10119 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10120
10121 2003-03-01 Andrew Cagney <cagney@redhat.com>
10122
10123 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10124 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10125
10126 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10127
10128 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10129 (Non-debug DLL symbols): New node, describing the minimal symbols
10130 loaded from DLLs without real debugging symbols.
10131
10132 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10133
10134 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10135 hardware-breakpoint-limit".
10136 (Set Watchpoints): Add cross reference to "set remote
10137 hardware-watchpoint-limit".
10138 (Remote configuration options): New section.
10139
10140 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10141
10142 * gdbint.texinfo (Target Architecture Definition): Delete
10143 descrption of IS_TRAPPED_INTERNALVAR.
10144
10145 From Keith Seitz <keiths@redhat.com>:
10146 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10147 option "-i"/"--interpreter" to this chapter. Include index
10148 entries.
10149
10150 2003-02-04 David Carlton <carlton@math.stanford.edu>
10151
10152 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10153 (Variables): Recommend stabs+ and DWARF 2.
10154 (C plus plus expressions): Correct info about
10155 compiler versions, debug formats.
10156 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10157 PR symtab/874.
10158
10159 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10160
10161 * gdbint.texinfo (Target Architecture Definition): Delete
10162 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10163 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10164 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10165 references to nindy and i960.
10166 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10167
10168 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10169
10170 * gdbint.texinfo (Target Architecture Definition): Delete
10171 FLOAT_INFO.
10172
10173 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10174
10175 * stabs.texinfo (Member Type Descriptor): Clarify description of
10176 `@'. Suggested by Ben Hutchings.
10177
10178 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10179
10180 * gdb.texinfo (M68K): Delete reference to es1800.
10181
10182 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10183
10184 * gdb.texinfo (Maintenance Commands): Document `maint print
10185 reggroups' and `maint print register-groups'.
10186 * gdbint.texinfo (Target Architecture Definition): Document
10187 register_reggroup_p.
10188
10189 2003-01-23 Jim Blandy <jimb@redhat.com>
10190
10191 * gdb.texinfo (Separate Debug Files): New section.
10192
10193 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10194
10195 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10196 and "maint show profile".
10197
10198 2003-01-16 Michael Chastain <mec@shout.net>
10199
10200 * gdb.texinfo (Installing GDB): Warn against
10201 ".../gdb-VERSION/gdb/configure".
10202 (Separate Objdir): Likewise.
10203
10204 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10205
10206 * gdbint.texinfo (Target Architecture Definition): Delete
10207 definition of PRINT_REGISTER_HOOK.
10208
10209 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10210
10211 (OpenRISC 1000): Fix formatting of command names.
10212
10213 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10214
10215 * gdb.texinfo (Continuing and Stepping): Add new command
10216 'advance'. Clarify behavior of 'until'.
10217
10218 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10219
10220 * gdb.texinfo (Files): Document solib-absolute-prefix and
10221 solib-search-path.
10222
10223 2003-01-09 Michael Chastain <mec@shout.net>
10224
10225 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10226 (Create a Release): Add new instructions for new @file{src-release}.
10227 Document existing instructions for @file{Makefile.in} as
10228 being for @value{GDBN} 5.3.1 or earlier.
10229
10230 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10231
10232 * gdbint.texinfo (Target Architecture Definition): Mention
10233 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10234 allocate memory.
10235
10236 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10237
10238 * gdb.texinfo (Controlling GDB): Add @kindex for
10239 "show osabi".
10240 (Backtraces): Add @kindex's for backtrace-below-main.
10241
10242 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10243
10244 * gdb.texinfo (Controlling GDB): Document "set osabi".
10245
10246 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10247
10248 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10249 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10250
10251 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10252
10253 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10254 "set coerce-float-to-double".
10255 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10256
10257 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10258
10259 * stabs.texinfo: Remove obsolete text.
10260 * gdbint.texinfo: Ditto.
10261 * gdb.texinfo: Ditto.
10262
10263 2002-12-29 Kazu Hirata <kazu@cs.umass.edu>
10264
10265 * fdl.texi: Revert the last change.
10266
10267 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10268
10269 * gdbint.texinfo (Target Architecture Definition): Update
10270 description of gdbarch_register_osabi.
10271
10272 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10273
10274 * agentexpr.texi: Fix typos.
10275 * annotate.texi: Likewise.
10276 * fdl.texi: Likewise.
10277
10278 2002-12-10 Andrew Cagney <cagney@redhat.com>
10279
10280 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10281 DEPRECATED_INIT_FRAME_PC.
10282
10283 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10284
10285 * gdbint.texinfo (Target Architecture Definition): Delete
10286 PC_IN_CALL_DUMMY.
10287
10288 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10289
10290 * gdbint.texinfo (Host Definition): Delete documentation on
10291 USE_GENERIC_DUMMY_FRAMES.
10292
10293 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10294
10295 Fix PR gdb/723 and PR gdb/245.
10296 * Makefile.in (install-info): Run the install-info command as part
10297 of the post install steps only.
10298 (uninstall-info): New target.
10299 (uninstall): New target.
10300
10301 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10302
10303 * Makefile.in (install): Make install do some real work.
10304
10305 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10306
10307 Fix POSIX problem reported by Paul Eggert.
10308 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10309 Fix PR gdb/527.
10310
10311 2002-10-26 Andrew Cagney <cagney@redhat.com>
10312
10313 * gdbint.texinfo (Target Architecture Definition): Delete
10314 definition of DO_REGISTERS_INFO.
10315
10316 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10317
10318 * gdbint.texinfo (Address Classes): Fix problems with insertion
10319 of ``{'' and ``}'' in example.
10320
10321 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10322
10323 * gdbint.texinfo (Address Classes): New section.
10324 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10325 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10326 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10327 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10328
10329 2002-10-11 Klee Dienes <kdienes@apple.com>
10330
10331 * gdb.texinfo (Registers): Mention vector registers as well as
10332 floating registers in the documentation for 'info registers' and
10333 'info all-registers'.
10334
10335 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10336
10337 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10338
10339 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10340
10341 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10342 interface definition.
10343
10344 2002-10-03 Marko Mlinar <markom@opencores.org>
10345
10346 * gdb.texinfo (Target Commands): Add or1k target specific
10347 commands.
10348 * gdb.texinfo (Contributors): Add myself to the contributors list.
10349
10350 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10351
10352 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10353 and "mi1" instead of "mi1" and "mi0".
10354
10355 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10356
10357 * gdb.texinfo (Packets): Fix typos "alligned".
10358 Correct z3/Z3 description. Correct z4/Z4 title.
10359
10360 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10361
10362 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10363
10364 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10365
10366 * gdb.texinfo: Use GNU/Linux instead of Linux.
10367
10368 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10369
10370 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10371
10372 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10373
10374 * gdb.texinfo: Replace @example with @smallexample.
10375
10376 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10377
10378 From Eli Zaretskii <eliz@gnu.org>:
10379 * gdb.texinfo (Character Sets): Use @smallexample instead of
10380 @example. Use GNU/Linux instead of Linux.
10381
10382 2002-09-20 Jim Blandy <jimb@redhat.com>
10383
10384 * gdb.texinfo: Add character set documentation.
10385
10386 2002-09-20 George Helffrich <george@gly.bris.ac.uk>
10387
10388 * gdb.texinfo: Document edit command.
10389
10390 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10391
10392 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10393 (Packets): Add cross reference from `b' packet to `z' packets.
10394
10395 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10396
10397 * gdb.texinfo (Maintenance Commands): Document ``maint
10398 internal-error'' and ``maint internal-warning''.
10399
10400 * gdbint.texinfo (Target Architecture Definition): Revise
10401 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10402
10403 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10404
10405 * gdbint.texinfo (Target Conditionals): Document the new
10406 NAME_OF_MALLOC macro.
10407
10408 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10409
10410 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10411 engineer.
10412
10413 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10414
10415 * gdb.texinfo (TUI Overview): Document status line fields.
10416
10417 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10418
10419 * gdb.texinfo (TUI Commands): Document info win command.
10420
10421 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10422
10423 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10424
10425 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10426
10427 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10428 (TUI Keys): Likewise.
10429
10430 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10431
10432 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10433 for a packet receive.
10434
10435 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10436
10437 * Makefile.in (clean): Move to end of file.
10438 (distclean, maintainer-clean, realclean): Ditto.
10439 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10440 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10441 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10442 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10443
10444 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10445
10446 * Makefile.in (GDBINT_TEX_TMPS): Define.
10447 (gdbint.dvi, gdbint.pdf): Use
10448 (GDB_TEX_TMPS): Define.
10449 (gdb.dvi, gdb.pdf): Use.
10450 (STABS_TEX_TMPS): Define.
10451 (stabs.dvi, stabs.pdf): Use.
10452 (GDB_DOC_SOURCE_INCLUDES): New macros.
10453 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10454 (GDBINT_DOC_FILES_INCLUDES): New macros.
10455 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10456 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10457 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10458 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10459 (links2roff): Replace SFILES_INCLUDED with
10460 GDB_DOC_SOURCE_INCLUDES.
10461 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10462 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10463 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10464 dependencies.
10465 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10466 dependencies.
10467 (gdbmi.texinfo): Delete rule.
10468 (inc-hist.texinfo): Delete rule.
10469 (rluser.texinfo): Delete rule.
10470
10471 2002-08-23 Andrew Cagney <cagney@redhat.com>
10472
10473 * gdbint.texinfo (Target Architecture Definition): Update
10474 STORE_RETURN_VALUE, mention regcache.
10475
10476 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10477
10478 * gdbint.texinfo (Target Architecture Definition): Document
10479 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10480
10481 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10482
10483 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10484 Fix minor typos. Add index entries.
10485
10486 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10487
10488 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10489
10490 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10491
10492 * gdbint.texinfo (Target Architecture Definition): Document
10493 PRINT_VECTOR_INFO.
10494 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10495
10496 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10497
10498 * gdb.texinfo (Maintenance Commands): Document "maint print
10499 registers", "maint print raw-registers" and "maint print
10500 cooked-registers".
10501
10502 2002-08-08 Grace Sainsbury <graces@redhat.com>
10503
10504 From Mark Salter:
10505 * gdb.texinfo (Protocol): Document T packet extension to
10506 allow watchpoint address reporting.
10507
10508 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10509
10510 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10511
10512 2002-08-01 Andrew Cagney <cagney@redhat.com>
10513
10514 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10515 to CHILL.
10516
10517 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10518
10519 * gdbint.texinfo (Coding): Revise section "Include Files".
10520
10521 2002-07-24 Andrew Cagney <cagney@redhat.com>
10522
10523 * gdbint.texinfo: Obsolete references to m88k.
10524 * gdb.texinfo: Ditto.
10525
10526 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10527
10528 * gdbint.texinfo (Create a release candiate): Add the location
10529 where the proper version of autoconf can be retrieved.
10530
10531 2002-07-09 Don Howard <dhoward@redhat.com>
10532
10533 * gdb.texinfo (Command Files): Further describe the behavior of
10534 sourced command files.
10535
10536 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10537
10538 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10539 (Coding): Clarify ISO C version that GDB assumes.
10540
10541 2002-06-26 Tom Tromey <tromey@redhat.com>
10542
10543 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10544 add_setshow_cmd_full.
10545
10546 2002-06-25 Don Howard <dhoward@redhat.com>
10547
10548 * gdb.texinfo (Memory Region Attributes): Document new behavior
10549 for 'mem' command.
10550
10551 2002-06-11 Jim Blandy <jimb@redhat.com>
10552
10553 * gdb.texinfo (Symbols): Update documentation for `info source'
10554 command.
10555
10556 * gdb.texinfo (Macros): Call the command `info macro', not
10557 `show macro'.
10558
10559 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10560
10561 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10562 data''.
10563
10564 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10565
10566 * gdbint.texinfo (Target Architecture Definition): Document
10567 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10568
10569 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10570
10571 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10572 lists.
10573
10574 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10575
10576 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10577 Branch''.
10578
10579 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10580
10581 * gdbint.texinfo (Target Architecture Definition): Add section
10582 ``Converting an existing Target Architecture to Multi-arch''.
10583
10584 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10585
10586 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10587 to ``Obsoleting code''. Revise.
10588
10589 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
10590
10591 * gdbint.texinfo: Document new generic OS ABI framework.
10592
10593 2002-05-17 Jim Blandy <jimb@redhat.com>
10594
10595 * gdb.texinfo (C Preprocessor Macros): New chapter.
10596 Include it in the main menu.
10597 (Contributors): Credit Jim Blandy with macro support.
10598 (Compilation): Explain how to get macro information into the
10599 executable.
10600 (Expressions): Note that preprocessor macros are expanded.
10601
10602 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10603
10604 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10605 options for `target remote'.
10606
10607 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10608
10609 * gdbint.texinfo (Target Architecture Definition): Delete
10610 documentation on NNPC_REGNUM.
10611
10612 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10613
10614 * gdbint.texinfo (Target Architecture Definition): Document
10615 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10616 (Target Architecture Definition): Revise section `Using Different
10617 Register and Memory Data Representations'. Add section `Raw and
10618 Virtual Register Representations'.
10619
10620 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10621
10622 * gdbint.texinfo (Target Architecture Definition): Mention
10623 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10624 (Target Architecture Definition): Mention same. Add references to
10625 web pages.
10626
10627 2002-05-08 Michael Snyder <msnyder@redhat.com>
10628
10629 * stabs.texinfo (Attributes): Document new "vector" attribute.
10630
10631 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10632
10633 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10634
10635 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10636
10637 * gdb.texinfo: Delete obsolete references to a29k.
10638
10639 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10640
10641 * gdbint.texinfo (Target Architecture Definition): Replace
10642 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10643
10644 2002-04-24 David S. Miller <davem@redhat.com>
10645
10646 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10647
10648 2002-04-21 David S. Miller <davem@redhat.com>
10649
10650 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10651
10652 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10653
10654 * gdbint.texinfo (Target Architecture Definition): Delete
10655 definition of HAVE_REGISTER_WINDOWS.
10656
10657 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10658
10659 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10660 "Theodore A. Roth" <troth@verinet.com>.
10661
10662 2002-04-15 Don Howard <dhoward@redhat.com>
10663
10664 From Eli Zaretskii <eliz@gnu.org>
10665 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10666 Provide a better explaination of this feature.
10667
10668 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10669
10670 * gdbint.texinfo (Target Architecture Definition): Remove
10671 FRAME_CHAIN_COMBINE.
10672
10673 2002-04-12 Michael Chastain <mec@shout.net>
10674
10675 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10676 REG_STACK_SEGMENT.
10677
10678 2002-04-09 Michael Chastain <mec@shout.net>
10679
10680 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10681 PYRAMID_* macros.
10682
10683 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10684
10685 * gdb.texinfo (Bug Reporting): Document that the web is the
10686 prefered way of submitting bug reports.
10687 (Bug Reporting): Delete the s-mail address as the last resort.
10688
10689 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10690
10691 * gdbint.texinfo (Target Architecture Definition): Delete
10692 references to TARGET_WRITE_FP and write_fp.
10693
10694 2002-03-27 Michael Snyder <msnyder@redhat.com>
10695
10696 * gdb.texinfo: Document new commands dump, append, and restore.
10697
10698 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10699
10700 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10701 Branch'.
10702
10703 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10704
10705 * gdb.texinfo: Change all examples to @smallexample.
10706 * gdbint.texinfo: Ditto.
10707
10708 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10709
10710 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10711 Branches''.
10712
10713 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10714
10715 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10716 Policy''.
10717
10718 2002-03-04 Fred Fish <fnf@redhat.com>
10719
10720 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10721 expresson, suports, dependant, trhe, perhaphs, situtations,
10722 explictily, taged, oportunity, unfortunatly).
10723
10724 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10725
10726 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10727 Remove reference to 3.12.
10728
10729 2002-02-23 Paul Eggert <eggert@twinsun.com>
10730
10731 * Makefile.in (GDBvn.texi): Change "head -1" to "sed q", since
10732 POSIX 1003.1-2001 no longer allows "head -1".
10733
10734 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10735
10736 * gdbint.texinfo: Include fdl.texi.
10737 (Top): Add GNU Free Documentation License.
10738 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10739 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10740 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10741 (gdbint.info): Add srcdir to include path.
10742 * gdb.texinfo: Include gpl.texi.
10743 (Top): Add Copying.
10744 * gpl.texi: New file.
10745
10746 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10747
10748 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10749
10750 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10751
10752 * gdb.texinfo: Document Cygwin native specific commands.
10753
10754 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10755
10756 * gdb.texinfo: Document gdbserver ``--attach'' command.
10757
10758 2002-02-07 Michael Snyder <msnyder@redhat.com>
10759
10760 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10761 to @code(_ovly_debug_event).
10762
10763 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10764
10765 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10766
10767 2002-02-06 Michael Snyder <msnyder@redhat.com>
10768
10769 * gdb.texinfo (overlays): Mention new magic symbol
10770 '_ovly_debug_event', which allows GDB to keep better track
10771 of overlays.
10772
10773 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10774
10775 * gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10776 (PRINT_FLOAT_INFO): Document it.
10777
10778 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10779
10780 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10781 Suggested by Dmitry Sivachenko.
10782
10783 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10784
10785 2002-02-01 Michael Snyder <msnyder@redhat.com>
10786
10787 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10788
10789 2002-01-30 Michael Snyder <msnyder@redhat.com>
10790
10791 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10792 (set trust-readonly-sections): Document.
10793
10794 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10795
10796 * gdbint.texinfo (Releasing GDB): Revise and update.
10797
10798 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10799
10800 * gdbint.texinfo (Target Architecture Definition): Delete
10801 description of TARGET_BYTE_ORDER_DEFAULT.
10802
10803 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10804
10805 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10806 <mitya@cavia.pp.ru>.
10807
10808 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10809
10810 * libgdb.texinfo: Delete file.
10811
10812 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10813
10814 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10815 * gdbint.texinfo: Ditto.
10816
10817 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10818
10819 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10820
10821 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10822
10823 * Makefile.in: Update copyright.
10824 (TEXI2DVI): Define.
10825 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10826 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10827 gdb-cfg.texi.
10828 (TEXINDEX, PDFTEX): Delete makefile variables.
10829
10830 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10831
10832 * gdb.texinfo (Protocol): Move section to appendix.
10833
10834 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10835
10836 * gdb.texinfo (Remote Debugging): Create a menu.
10837 (Top): Add ``Remote Debugging'' to menu.
10838
10839 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10840
10841 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10842 serial protocol'' from here.
10843 (Remote Debugging): To here. New chapter.
10844
10845 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10846
10847 * gdbint.texinfo (Target Architecture Definition): Delete
10848 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10849
10850 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10851
10852 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10853 are no longer needed.
10854 (Porting GDB): Add maintainer note about configure.host.
10855
10856 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10857
10858 * gdbint.texinfo (Target Architecture Definition): Remove
10859 definition of IEEE_FLOAT.
10860
10861 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10862
10863 * gdb.texinfo: Beautify copyright years; fix a typo.
10864 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10865 <3diff@gnu.org>
10866
10867 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10868
10869 * gdbint.texinfo (Host Definition): Remove references to
10870 MALLOC_INCOMPATIBLE.
10871
10872 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10873
10874 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10875 and xyz-xdep.o.
10876
10877 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10878
10879 * gdb.texinfo (Maintenance Commands): Add appendix.
10880 (Set Breaks): Copy ``maint info breakpoint'' doco to
10881 ``Maintenance Commands'' appendix. Add reference.
10882
10883 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10884
10885 * fdl.texi: Remove next/prev from @node.
10886
10887 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10888
10889 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10890 for monstrous @multitable (from Brian Youmans).
10891
10892 * fdl.texi: New file.
10893
10894 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10895
10896 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10897
10898 * gdbint.texinfo (Releasing GDB): New chapter.
10899
10900 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10901
10902 * gdb.texinfo (Embedded Processors, Calling program functions):
10903 Obsolete references to a29k.
10904
10905 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10906
10907 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10908 examples. Document that a code-block should do or discard its
10909 cleanups before exit.
10910
10911 2002-01-11 Michael Snyder <msnyder@redhat.com>
10912
10913 * gdb.texinfo (Choosing files): Change @samp to @file.
10914
10915 2002-01-05 Michael Snyder <msnyder@redhat.com>
10916
10917 * gdb.texinfo (--pid): Document new command line option (attach).
10918
10919 2002-01-07 Eli Zaretskii <eliz@gnu.org>
10920
10921 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10922 in the stub.
10923
10924 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10925
10926 * gdbint.texinfo (Target Architecture Definition): Replace
10927 BIG_ENDIAN with BFD_ENDIAN_BIG.
10928
10929 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10930
10931 * gdbint.texinfo (Target Architecture Definition): Replace
10932 value_ptr with struct value pointer.
10933
10934 2002-01-02 Eli Zaretskii <eliz@gnu.org>
10935
10936 * gdb.texinfo (Free Software): Fix wording.
10937
10938 2001-12-31 Eli Zaretskii <eliz@gnu.org>
10939
10940 * gdb.texinfo (Free Software): New section ``Free Software Needs
10941 Free Documentation''.
10942
10943 2001-12-30 Eli Zaretskii <eliz@gnu.org>
10944
10945 * stabs.texinfo:
10946 * gdb.texinfo:
10947 * gdbint.texinfo:
10948 * libgdb.texinfo:
10949 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10950
10951 2001-12-29 Michael Snyder <msnyder@redhat.com>
10952
10953 * gdb.texinfo (maint info sections): Fix typo.
10954
10955 2001-12-26 Michael Snyder <msnyder@redhat.com>
10956
10957 * gdb.texinfo (maint info sections): Document.
10958
10959 * gdb.texinfo (info proc): Comment out documentation for
10960 'info proc' sub-options that are currently not implemented.
10961
10962 2001-12-20 Jim Blandy <jimb@redhat.com>
10963
10964 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10965
10966 2001-12-15 Andrew Cagney <ac131313@redhat.com>
10967
10968 * gdbint.texinfo (Target Architecture Definition): Replace
10969 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10970
10971 2001-12-01 Andrew Cagney <ac131313@redhat.com>
10972
10973 * gdbint.texinfo (Host Definition): Delete documentation on
10974 HOST_BYTE_ORDER.
10975
10976 2001-11-30 Jim Blandy <jimb@redhat.com>
10977
10978 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10979 overlay support. Add to top-level menu.
10980
10981 2001-11-26 Tom Tromey <tromey@redhat.com>
10982
10983 * gdb.texinfo (Command Syntax): Document C-o binding.
10984
10985 2001-07-26 Christopher Faylor <cgf@redhat.com>
10986
10987 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10988 use since it is described in the referenced section.
10989
10990 From Eli Zaretskii <eliz@gnu.org>
10991 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10992 clearer when using DJGPP.
10993
10994 2001-11-24 Christopher Faylor <cgf@redhat.com>
10995
10996 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10997 specifically refer to MS-DOS.
10998 (command files): Mention gdb.ini is only used on MS-DOS.
10999
11000 2001-11-21 Tom Tromey <tromey@redhat.com>
11001
11002 * gdb.texinfo (Invoking GDB): Document --args.
11003 (Mode Options): Likewise.
11004
11005 2001-11-21 Jim Blandy <jimb@redhat.com>
11006
11007 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
11008 Delete documentation; this macro has been removed from the
11009 sources.
11010
11011 2001-11-13 Jim Blandy <jimb@redhat.com>
11012
11013 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
11014
11015 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
11016
11017 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
11018
11019 2001-11-05 Michael Snyder <msnyder@redhat.com>
11020
11021 * gdb.texinfo (info functions): Document use of backslash to
11022 quote regexp chars in function names such as "operator*()".
11023
11024 2001-11-01 Fred Fish <fnf@redhat.com>
11025
11026 * gdbint.texinfo (SOLIB_ADD): Document additional new
11027 "readsyms" arg.
11028
11029 2001-10-30 Don Howard <dhoward@redhat.com>
11030
11031 * gdb.texinfo: (Command Files) Added documentation for the
11032 behavior of gdb with input redirected from a file.
11033
11034 2001-10-28 Fred Fish <fnf@redhat.com>
11035
11036 * gdb.texinfo (auto-solib-add): Change docs to match
11037 implementation change.
11038 (auto-solib-limit): Add docs for new variable.
11039
11040 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11041
11042 * gdbint.texinfo (Target Architecture Definition): Function
11043 value_as_pointer renamed to value_as_address.
11044
11045 2001-10-15 Andrew Cagney <ac131313@redhat.com>
11046
11047 * gdbint.texinfo (Target Architecture Definition): Default
11048 POINTER_TO_ADDRESS functions assume unsigned addresses.
11049 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
11050 posting by Jim Blandy.
11051
11052 2001-10-12 Jim Blandy <jimb@redhat.com>
11053
11054 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
11055 version of texi2html (1.64) doesn't support this flag any more.
11056
11057 2001-09-08 Mark Kettenis <kettenis@gnu.org>
11058
11059 * gdbint.texinfo (Host Definition): Remove description of
11060 MEM_FNS_DECLARED.
11061
11062 * gdbint.texinfo (Host Definition): Remove description of R_OK.
11063
11064 * gdbint.texinfo (Host Definition): Remove description of
11065 HAVE_SIGSETMASK.
11066
11067 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
11068
11069 * gdbint.texinfo (Target Architecture Definition): Add
11070 explanation of TARGET_PRINT_INSN macro.
11071
11072 2001-08-30 Jim Blandy <jimb@redhat.com>
11073
11074 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
11075 Explain what it means to load relocatable files.
11076
11077 2001-08-28 Jim Blandy <jimb@redhat.com>
11078
11079 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
11080 info `top' menu.
11081
11082 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
11083
11084 * gdbint.texinfo: Add a cautionary note about macro use.
11085
11086 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
11087
11088 * gdb.texinfo: Explain omitting the hostname in the
11089 `target remote' command.
11090
11091 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
11092
11093 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
11094 and END-INFO-DIR-ENTRY.
11095
11096 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11097
11098 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
11099
11100 2001-07-25 Andrew Cagney <ac131313@redhat.com>
11101
11102 * gdbint.texinfo (libgdb): Rewrite.
11103
11104 2001-07-26 Eli Zaretskii <eliz@gnu.org>
11105
11106 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
11107
11108 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11109
11110 * gdb.texinfo (TUI): New chapter, document the TUI.
11111 (Mode Options): Document the -tui option.
11112
11113 2001-07-23 Mark Kettenis <kettenis@gnu.org>
11114
11115 * gdbint.texinfo (Host Definition): Remove description of
11116 NEED_POSIX_SETPGID.
11117
11118 2001-07-23 Eli Zaretskii <eliz@gnu.org>
11119
11120 * gdb.tex (DJGPP Native): New node, with descriptions of
11121 DJGPP-specific commands.
11122
11123 2001-07-19 John R. Moore <jmoore@redhat.com>
11124
11125 * gdbint.texinfo: Three misspellings.
11126
11127 2001-07-06 Andrew Cagney <ac131313@redhat.com>
11128
11129 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
11130 `test` expressions on bash. Problem reported by Colin Walters.
11131
11132 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11133
11134 * gdbint.texinfo (User Interface): Update ui-out documentation to
11135 refelect recent UI/MI updates.
11136
11137 2001-07-04 Andrew Cagney <ac131313@redhat.com>
11138
11139 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
11140 interpreters.
11141
11142 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11143
11144 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11145 structure and not macros.
11146 (Host Definition): Document that much of this chapter is obsolete.
11147 (Target Architecture Definition): Update list of files that make
11148 up a target architecture.
11149 (Coding): Update.
11150
11151 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11152
11153 * gdbint.texinfo (Target Architecture Definition): Update
11154 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11155 The latter has been changed to a true predicate.
11156
11157 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11158
11159 * annotate.texi: Add @noindent where needed. From Dmitry
11160 Sivachenko <dima@Chg.RU>.
11161 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11162
11163 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11164
11165 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11166
11167 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11168
11169 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11170 returns ``OK''. Document that the ``R'' packet does not reply.
11171
11172 2001-06-13 Michael Snyder <msnyder@redhat.com>
11173
11174 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11175
11176 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11177
11178 * gdb.texinfo (Signals): Clarify the default setting of signal
11179 handling.
11180
11181 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11182
11183 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11184 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11185
11186 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11187
11188 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11189
11190 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11191
11192 * gdbint.texinfo (Clean Design and Portable Implementation):
11193 Renamed from "Clean Design".
11194 (Clean Design and Portable Implementation): Document portable
11195 methods of handling file names, and the associated macros.
11196
11197 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11198
11199 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11200 command and provide a cross-reference to its description.
11201 (Symbols): Note that "info scope" is useful for trace experiments.
11202
11203 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11204
11205 * gdb.texinfo (Symbols): Document "info scope".
11206 (Tracepoints): New chapter.
11207 (Contributors): Update for v5.1.
11208 <All nodes>: Change "C++" to "C@t{++}".
11209
11210 * gdbint.texinfo (User Interface): A new section about ui_out
11211 functions, based on text written by Fernando Nasser.
11212
11213 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11214
11215 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11216
11217 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11218
11219 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11220
11221 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11222 Replace "GDB" with "@value{GDBN}". Fix markup.
11223
11224 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11225
11226 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11227 a cross-reference to its description.
11228 (Symbols): Document "info symbol".
11229
11230 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11231
11232 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11233 subsection "x86 Watchpoints".
11234 (Target Architecture Definition): Document the macros
11235 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11236 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11237
11238 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11239
11240 * gdbint.texinfo (Target Architecture Definition): Update
11241 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11242 list.
11243
11244 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11245
11246 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11247 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11248
11249 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11250
11251 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11252
11253 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11254
11255 * gdb.texinfo (Environment): Document that `path' does not change
11256 the value of PATH in GDB's own environment (it did in the past,
11257 but that was changed on March 15, 1994). Reported by Doug Evans
11258 <dje@transmeta.com>.
11259
11260 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11261 its line. Fix markup of commands and macros. Add an Index node
11262 and index entries.
11263
11264 2001-01-23 J.T. Conklin <jtc@redback.com>
11265
11266 * gdb.texinfo (Memory region attributes): New manual section.
11267
11268 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11269
11270 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11271
11272 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11273
11274 * refcard.tex: Version and copyright fixed. From Phil Edwards
11275 <pedwards@disaster.jaj.com>.
11276
11277 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11278
11279 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11280 DWARF2_REG_TO_REGNUM): Document.
11281
11282 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11283
11284 * gdbint.texinfo (Coding): Update current value of
11285 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11286
11287 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11288
11289 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11290 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11291
11292 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11293
11294 * gdb.texinfo: Document new 'set step-mode' command.
11295
11296 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11297
11298 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11299 changes from Dmitry Sivachenko <dima@Chg.RU>.
11300
11301 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11302
11303 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11304 From Steven Johnson <sbjohnson@ozemail.com.au>.
11305
11306 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11307
11308 * gdbint.texinfo (Overall Structure): Spelling fix.
11309
11310 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11311
11312 * gdbint.texinfo (Target Architecture Definition): Document that
11313 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11314 for which REGISTER_CONVERTIBLE returns a zero value.
11315
11316 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11317
11318 * Makefile.in (install-info): Find files to install in either the
11319 build or source directories (adapted from Makefile.am).
11320
11321 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11322
11323 * stabs.texinfo: Fix spelling errors.
11324 (String Field): FILE-NUMBER starts from 0, not 1.
11325
11326 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11327
11328 * refcard.tex: Remove \centerline from the blurb. Patch from
11329 Brian Youmans.
11330
11331 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11332
11333 * Makefile.in (install-info): Support installation from outside of
11334 the source directory. Reported by Mark Harig
11335 <markh@frazier.landmark.com>.
11336
11337 2000-06-20 J.T. Conklin <jtc@redback.com>
11338
11339 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11340
11341 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11342
11343 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11344 Generate using pdftex.
11345 (PDFTEX): Define.
11346 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11347 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11348 @contents at the start.
11349
11350 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11351
11352 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11353 Youmans.
11354
11355 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11356
11357 From Brian Youmans:
11358 * gdb.texinfo: Fix ``et al.''.
11359
11360 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11361
11362 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11363 loop.
11364
11365 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11366
11367 * configure: Regenerate.
11368
11369 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11370
11371 * Makefile.in (install-info): Run install-info on installed Info
11372 files.
11373
11374 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11375
11376 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11377 Andrew Cagney.
11378
11379 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11380
11381 * gdb.texinfo: Proofreading changes from Brian Youmans.
11382
11383 2000-05-01 Nick Duffek <nsd@cygnus.com>
11384
11385 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11386 startup sequence, minor edits.
11387
11388 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11389
11390 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11391 TeX.
11392
11393 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11394 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11395 like `n' and `s' which look weird. Convert some of the @kindex to
11396 @vindex, when they refer to variables, not commands.
11397
11398 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11399
11400 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11401
11402 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11403
11404 * Makefile.in (GDBMI_DIR): New variable.
11405 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11406 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11407 (gdbmi.texinfo): New target, for texi2roff.
11408 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11409 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11410
11411 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11412 gdbmi.texinfo.
11413 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11414 comment.
11415
11416 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11417
11418 * gdb.texinfo (Files): Update description of add-symbol-file
11419 command.
11420
11421 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11422
11423 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11424 prevents the build (and is generally a Bad Idea).
11425
11426 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11427
11428 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11429 a comma inside @var.
11430 (Command Files): Index markup changes from Dmitry Sivachenko
11431 <dima@Chg.RU>.
11432
11433 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11434
11435 * Makefile.in (LN_S): Define.
11436 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11437 invoke "ln -s" unless it is known to work.
11438
11439 * configure.in (AC_PROG_LN_S): Add.
11440
11441 2000-04-14 Jim Blandy <jimb@redhat.com>
11442
11443 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11444 section.
11445 (Target Conditionals): Document ADDRESS_TO_POINTER,
11446 POINTER_TO_ADDRESS.
11447
11448 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11449
11450 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11451 gdb-cfg.texi to get the value.
11452
11453 2000-04-10 Jim Blandy <jimb@redhat.com>
11454
11455 * gdbint.texinfo (Target Architecture Definition): Fix
11456 cross-references.
11457
11458 2000-04-08 Jim Blandy <jimb@redhat.com>
11459
11460 * gdbint.texinfo (Using Different Register and Memory Data
11461 Representations): New section.
11462 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11463 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11464 REGISTER_CONVERT_TO_RAW): Document.
11465
11466 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11467
11468 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11469 for acknowledgments.
11470
11471 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11472
11473 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11474 qThreadExtraInfo.
11475
11476 2000-03-28 J.T. Conklin <jtc@redback.com>
11477
11478 * gdb.texinfo: Clarify which remote debug protocol commands are
11479 required and which are optional.
11480
11481 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11482
11483 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11484 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11485 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11486 * annotate.texi: Update.
11487
11488 2000-03-28 Stan Shebs <shebs@apple.com>
11489
11490 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11491 expectation of additional changes before release), update
11492 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11493 node links, rephrase and/or shorten lines to fix formatting
11494 problem in both regular and @smallbook formats.
11495 * annotate.texi: Shorten lines in example, use smallexample
11496 consistently everywhere.
11497 * Makefile.in: Add comment about texinfo 4.0 html generation.
11498 (SFILES_INCLUDED): Add annotate.texi.
11499
11500 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11501
11502 * gdb.texinfo (Debugging Output): Added new section, documenting
11503 the "set/show debug" commands.
11504
11505 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11506
11507 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11508 entry.
11509
11510 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11511 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11512 @chapter and @node entries.
11513
11514 * gdb.texinfo: Link all top-level nodes.
11515
11516 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11517
11518 * Makefile.in (install-info): Create $(infodir) before installing
11519 files.
11520
11521 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11522
11523 From David Whedon <dwhedon@gordian.com>
11524 * gdbint.texinfo : Added paragraphs about command deprecation.
11525
11526 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11527
11528 * gdb.texinfo: Add documentation for the apropos command.
11529
11530 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11531
11532 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11533
11534 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11535
11536 * gdb.texinfo: Add white space to prevent overprinting in
11537 two places.
11538
11539 2000-03-17 Stan Shebs <shebs@apple.com>
11540
11541 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11542 <dima@Chg.RU>, also clarification of allowed content for
11543 string constants.
11544
11545 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11546
11547 * gdb.texinfo (main menu): Add Annotations.
11548 (File Options): Add @cindex entries for each command-line option.
11549 Document --epoch, --annotate, --async, --interpreter, --write,
11550 --statistics, and --version.
11551
11552 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11553 of GDB.
11554
11555 2000-02-23 Jim Blandy <jimb@redhat.com>
11556
11557 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11558
11559 2000-02-22 Jim Blandy <jimb@redhat.com>
11560
11561 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11562
11563 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11564
11565 * Makefile.in (diststuff): New target.
11566
11567 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11568
11569 * agentexpr.texi: Fix wording regarding Intel's IA-64
11570 architecture. [From Jim Wilson.]
11571
11572 2000-01-16 Tom Tromey <tromey@cygnus.com>
11573
11574 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11575 (Delete Breaks): Mention range arguments.
11576 (Disabling): Likewise.
11577
11578 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11579
11580 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11581
11582 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11583
11584 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11585 valid functions.
11586
11587 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11588
11589 * gdb.texinfo: Clarify regular expressions used in rbreak.
11590
11591 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11592
11593 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11594 MEMORY_REMOVE_BREAKPOINT): Document.
11595
11596 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11597
11598 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11599 offset re-using the DATA offset instead.
11600
11601 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11602
11603 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11604
11605 1999-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
11606
11607 * gdbint.texinfo (SYMBOLS_CAN_START_WITH_DOLLAR): Document.
11608
11609 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11610
11611 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11612 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11613 typos.
11614
11615 * gdb.texinfo: Various minor wording and formatting improvements,
11616 mentions of additional command-line options.
11617
11618 1999-09-30 Fred Fish <fnf@cygnus.com>
11619
11620 * gdb.texinfo: Document additional forms of specifying section
11621 names and addresses for the add-symbol-file command.
11622
11623 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11624
11625 * gdbint.texinfo: Fix typo, add the word "have".
11626
11627 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11628
11629 * gdbint.texinfo (Target Architecture Definition): Document the
11630 SKIP_PERMANENT_BREAKPOINT macro.
11631
11632 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11633
11634 * gdb.texinfo: Fiks speling errers.
11635
11636 * gdb.texinfo: Fix uses of @multitable.
11637
11638 From Eli Zaretskii <eliz@gnu.org>:
11639 * gdb.texinfo: Include details specific to DOS host, clarify
11640 some confusing language, fix @ref/@xref/@pxref usages, add
11641 comments about using with optimization, add more indexing,
11642 fix info about disassembly-flavor.
11643
11644 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11645
11646 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11647 SKIP_SOLIB_RESOLVER): Define.
11648
11649 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11650
11651 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11652 ``g'' packets.
11653
11654 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11655
11656 * gdb.texinfo: Create a new "Configurations" chapter with
11657 platform-specific info, inline remote.texi and move sections of it
11658 into the new chapter, move bits about info proc, heuristic search,
11659 and register stack into the new chapter.
11660 * remote.texi: Remove, now part of gdb.texinfo.
11661 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11662
11663 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11664
11665 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11666 GDB_TARGET_IS_MACH386): These kludges have gone away.
11667
11668 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11669
11670 * gdbint.texinfo (Target Architecture Definition): Mention
11671 TDEPLIBS.
11672
11673 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11674
11675 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11676 surrounding text to fit HP-UX bits into general info.
11677 (HPPA-cfg.texi): Remove, no longer useful.
11678
11679 * gdb.texinfo: Remove explicit links from @node lines, remove
11680 HP-added "Detailed Node Listing" from main menu which confuses
11681 things.
11682
11683 From Dmitry Sivachenko <dima@Chg.RU>:
11684 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11685 in description of `set environment'.
11686
11687 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11688
11689 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11690
11691 1999-08-12 Ben Elliston <bje@cygnus.com>
11692
11693 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11694
11695 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11696
11697 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11698 watch, awatch, and rwatch. Explain why the latter two cannot be
11699 set as software watchpoints. Document that watchpoints for local
11700 variables are deleted when the debuggee terminates.
11701
11702 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11703
11704 * remote.texi (Protocol): Further clarification of the "qRcmd"
11705 packet. Allow E.. response packet. "qRcmd" packet is no longer
11706 reserved.
11707
11708 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11709
11710 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11711 * gdb.texinfo: Ditto.
11712
11713 Sun Aug 8 12:06:47 1999 Fred Fish <fnf@cygnus.com>
11714
11715 * gdbint.texinfo (find_sym_fns): This replaces symfile_init.
11716
11717 1999-08-06 Tom Tromey <tromey@cygnus.com>
11718
11719 * gdb.texinfo (KOD): New node.
11720
11721 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11722
11723 * remote.texi (Rcmd): Fix minor formatting typos.
11724
11725 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11726
11727 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11728 packets.
11729
11730 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11731
11732 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11733 fixes.
11734
11735 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11736
11737 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11738
11739 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11740
11741 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11742 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11743 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11744 packets that are not supported on all hosts. Expand examples.
11745 Spell check.
11746
11747 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11748
11749 * Makefile.in: Recognize html, install-html. Add targets
11750 to build HTML versions of documentation via texi2html.
11751
11752 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11753
11754 * gdbint.texinfo (Testsuite): New chapter, information about the
11755 testsuite.
11756
11757 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11758
11759 * remote.texi (Communication Protocol): Rewrite.
11760
11761 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11762
11763 * stabs.texinfo: Fix uses of xref.
11764
11765 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11766
11767 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11768 info about patch submission.
11769
11770 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11771
11772 From Per Bothner <bothner@cygnus.com>:
11773 * gdb.texinfo: Document Chill support.
11774
11775 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11776
11777 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11778 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11779 Document that the value should be greater-than or equal-to zero.
11780 (NO_STD_REGS): Document. Deprecate.
11781
11782 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11783
11784 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11785 Document that these are not used.
11786
11787 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11788
11789 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11790
11791 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11792
11793 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11794 numargs was dropped.
11795
11796 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11797
11798 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11799
11800 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11801
11802 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11803 Update.
11804
11805 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11806
11807 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11808 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11809
11810 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11811
11812 * gdbint.texinfo: Fix typos: $ -> @.
11813
11814 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11815
11816 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11817 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11818 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11819 BREAKPOINT_FROM_PC.
11820
11821 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11822
11823 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11824 CALL_DUMMY_STACK_ADJUST): Document.
11825
11826 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11827
11828 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11829 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11830
11831 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11832
11833 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11834 longer exists.
11835
11836 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11837
11838 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11839 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11840 they make the manual source incomprehensible.
11841 * h8-cfg.texi: Remove, hasn't been used in years.
11842
11843 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11844
11845 * gdb.texinfo: Update the credits.
11846
11847 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11848
11849 * gdb.texinfo: Fix mistakes noticed in printout of last
11850 draft, add Alpha to discussion of heuristic fence post.
11851
11852 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11853
11854 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11855 Edition, merge some HP changes into mainline, describe some
11856 previously undocumented features, describe more of the target
11857 commands available, eliminate obsolete section on renamed
11858 commands.
11859 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11860
11861 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11862
11863 * gdb.texinfo: Make many HPPA conditionals unconditional,
11864 including catchpoint description, since now on for all configs.
11865 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11866 specializations.
11867
11868 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11869
11870 * Makefile.in (GDBvn.texi): Fix match expression to work with
11871 current format of VERSION in gdb/Makefile.in.
11872 * gdb.texinfo: Fix node ref to match new readline.
11873
11874 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11875
11876 * gdb.texinfo: Changes made as part of a project to merge in
11877 changes made by HP. Documentation makes extensive use of
11878 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11879 on remote debugging. There are differences in documentation
11880 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11881 the HP manual discusses catchpoints, hardware watchpoints, and
11882 some HPUX specific limitations for shared library support.
11883
11884 There are also a number of @node changes.
11885
11886 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11887
11888 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11889 (C Usage): Same.
11890
11891 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11892
11893 The following changes were made by Edith Epstein
11894 <eepstein@cygnus.com> as part of a project to merge in changes
11895 made by HP.
11896
11897 * HPPA-cfg.texi: new file.
11898
11899 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11900
11901 * refcard.tex: change documentation about catch.
11902 removed info catch.
11903
11904 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11905
11906 * gdbint.texinfo: Expand on GDB's coding standards,
11907 specify the use of arg names with prototypes.
11908
11909 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11910
11911 * gdb.texinfo: Fix tipo.
11912
11913 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11914
11915 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11916 TARGET_BYTE_ORDER_SELECTABLE_P.
11917
11918 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11919
11920 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11921
11922 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11923
11924 * agentexpr.texi: New file.
11925
11926 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11927
11928 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11929
11930 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11931
11932 * remote.texi: Changed wording that implied that the GDB remote
11933 protocol caches register values instead of GDB itself.
11934
11935 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11936
11937 * gdbint.texinfo: Add some info about symbol readers.
11938 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11939 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11940 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11941 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11942
11943 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11944
11945 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11946
11947 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11948
11949 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11950
11951 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11952
11953 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11954 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11955
11956 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11957
11958 * gdbint.texinfo: Fix minor typos.
11959
11960 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11961
11962 * gdbint.texinfo: Complete overhaul. Group descriptions more
11963 logically, add more info on generic algorithms, remove much
11964 obsolete and/or wrong material.
11965
11966 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11967
11968 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11969
11970 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11971
11972 * refcard.tex: Copyright, address updates.
11973
11974 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11975
11976 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11977 for the edition instead of confusing GDB-version-like numbers.
11978
11979 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11980
11981 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11982
11983 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11984
11985 * LRS: Reformat a bit to keep text under 80 columns.
11986
11987 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11988
11989 * gdb.texinfo: Add some credits, mention bug monitor.
11990 * remote.texi: Mention mips monitor targets.
11991 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11992
11993 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11994
11995 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11996 files, finish sorting of host vs target vs native macros, describe
11997 some more of them.
11998
11999 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
12000
12001 * gdbint.texinfo (Host Conditionals): Document change from
12002 using NO_MMALLOC to it's inverse, USE_MMALLOC.
12003
12004 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
12005
12006 * gdbint.texinfo (Host Conditionals): Document
12007 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
12008
12009 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
12010
12011 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
12012 Document LSEEK_NOT_LINEAR.
12013
12014 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
12015
12016 * stabs.texinfo (Stab Section Basics): Make it clear that only
12017 some versions of the GNU linker remove the leading N_UNDF symbol.
12018
12019 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
12020
12021 * stabs.texinfo (String Field): Document type number pairs here,
12022 instead of in the Sun specific section.
12023 (Include Files): The GNU linker supports the N_BINCL
12024 optimization. Clarify the N_BINCL value, and what it is used
12025 for.
12026 (Procedures): Document N_FUN with an empty string to mark the end
12027 of a function.
12028 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
12029 (Sun Differences): Remove this node, as the information is now
12030 elsewhere in the main document.
12031 (Stab Section Basics): Mention that the GNU linker may optimize
12032 stabs and remove the leading N_UNDF symbol.
12033
12034 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
12035
12036 * gdb.texinfo, refcard.tex: Restore author credit
12037
12038 Wed Oct 2 22:07:16 1996 Fred Fish <fnf@cygnus.com>
12039
12040 * gdbint.texinfo: Document that SIGTRAMP_START and SIGTRAMP_END
12041 are macros that take an single argument.
12042
12043 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
12044
12045 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
12046 documentation to account for START and END macros taking
12047 one arg.
12048
12049 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
12050
12051 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
12052 * gdb.texinfo (Frames): Fix typo.
12053
12054 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
12055
12056 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
12057 a target_signal as arg type, not a pid.
12058
12059 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
12060
12061 * gdb.texinfo: Document `set assembly-language'.
12062
12063 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
12064
12065 * remote.texi: Update list of stubs in the GDB distribution.
12066
12067 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
12068
12069 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
12070 Also document that some systems can use mmalloc but must define
12071 this if their C runtime allocates memory that is later freed.
12072 (MMCHECK_FORCE): Document new macro.
12073
12074 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
12075
12076 * remote.texi: Add documentation for target Sparclet.
12077
12078 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12079
12080 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
12081 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
12082 * configure.in: Rewritten for autoconf.
12083 * configure: New.
12084
12085 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
12086
12087 * Makefile.in (DVIPS): New define, set to dvips.
12088 (dvi): Add stabs.dvi.
12089 (ps): New target.
12090 (all-doc): Depend on info, dvi, and ps targets.
12091 (STAGESTUFF): Add *.ps and *.dvi files.
12092 (clean-info, clean-dvi): Remove.
12093 (mostlyclean): Does not depend upon clean-info or clean-dvi,
12094 rules completely rewritten.
12095 (maintainer-clean): Remove clean-info and clean-dvi
12096 dependencies and put their actions in the rules.
12097 (gdb.ps): New target
12098 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
12099 intermediate TeX files, whether they have 2 or 3 character
12100 extensions.
12101 (gdbint.ps): Add target and rules.
12102 (gdb-internals): Delete unused target.
12103 (Makefile): Depends upon config.status also.
12104
12105 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
12106
12107 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
12108 set.
12109
12110 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
12111
12112 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
12113 * gdb.texinfo (Expressions): Fix erroneous array constant example.
12114
12115 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
12116
12117 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
12118
12119 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12120
12121 * gdb.texinfo (Print settings): Document
12122 `set/show print static-members' commands.
12123
12124 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
12125
12126 * gdbint.texinfo (Native): Document name change, coredep.c to
12127 core-aout.c.
12128
12129 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
12130
12131 * stabs.texinfo (Include Files): Document the values the SunOS4
12132 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
12133
12134 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
12135
12136 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
12137 Fix typo.
12138
12139 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
12140
12141 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
12142 "gdb.tar.Z".
12143
12144 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
12145
12146 * Makefile.in (maintainer-clean): New target, synonym for
12147 realclean.
12148
12149 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
12150
12151 * gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
12152
12153 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
12154
12155 * Update all FSF addresses except those in COPYING* files.
12156
12157 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12158
12159 From Richard Earnshaw (rearnsha@armltd.co.uk):
12160 * gdb.texinfo (convenience variables): Document $_exitcode.
12161 (quit): Document optional expression to use as exit code.
12162
12163 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12164
12165 * gdb.texinfo, remote.texi: Brought up to date with various
12166 GDB changes.
12167
12168 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12169
12170 * gdb.texinfo: Update dates and versions, fix comments about
12171 hardware watchpoints in future releases and about the
12172 sharedlibrary command.
12173
12174 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12175
12176 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12177 C_FUN stab. Other cleanups.
12178
12179 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12180
12181 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12182 for the sparc stub.
12183
12184 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12185
12186 * annotate.texi: Clarify which addresses have differing formats
12187 depending on the language and which do not.
12188
12189 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12190
12191 * remote.texi (NetWare): Changed example to use BOARD= instead of
12192 NODE= argument to reflect correspoding change to gdbserve.nlm.
12193
12194 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12195
12196 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12197 GDB, as well as AIX dbx, supports the size type attribute.
12198
12199 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12200
12201 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12202
12203 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12204
12205 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12206 and new 'if' and 'while' commands.
12207
12208 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12209
12210 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12211
12212 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12213
12214 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12215 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12216 NetWare targets. Mostly stolen from the Server node.
12217
12218 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12219
12220 * gdb.texinfo (Setting): Talk about the language of a source file
12221 versus the working language. The old documentation did not match
12222 what GDB did.
12223
12224 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12225
12226 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12227 of a source file.
12228
12229 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12230
12231 * gdb.texinfo (Processes): New node.
12232
12233 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12234
12235 * remote.texi: Update documentation of set/show mipsfpu.
12236
12237 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12238
12239 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12240 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12241
12242 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12243
12244 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12245 obsolete conditionals, described some others.
12246
12247 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12248
12249 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12250 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12251
12252 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12253
12254 * gdbint.texinfo: Put regex conditionals in their own table.
12255
12256 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12257
12258 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12259 described or fixed the descriptions of many others.
12260
12261 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12262
12263 * gdb.texinfo: Add some more credits.
12264 * gdbint.texinfo: Capitalize GDB consistently, describe some
12265 macros and remove some.
12266
12267 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12268
12269 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12270 obsolete conditionals, described some others.
12271
12272 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12273
12274 * gdb.texinfo (help targets): Changed to `help target', which
12275 is the correct gdb command.
12276
12277 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12278
12279 * annotate.texi (TODO): New node, for keeping track of annotations
12280 suggested but not yet implemented.
12281
12282 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12283
12284 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12285 another symbol, it is not the address itself.
12286
12287 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12288
12289 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12290 of stabs-in-coff sections.
12291
12292 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12293
12294 * annotate.texi: Change edition to 0.5 and date to May 1994.
12295 Add index.
12296 (Frames): New node, for frame annotation.
12297 (Displays): New node, for display annotation.
12298
12299 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12300 when waiting for your program to stop.
12301
12302 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12303
12304 * annotate.texi (Breakpoint Info): Document annotation of header
12305 fields and record annotation.
12306
12307 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12308
12309 * annotate.texi: New file, to document annotations.
12310
12311 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12312
12313 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12314 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12315
12316 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12317
12318 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12319 section, and say n_strx field is compilation unit relative.
12320 * stabs.texinfo: Don't use @code for a.out when it is the name of
12321 an object file format.
12322
12323 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12324
12325 * gdb.texinfo: Refer to file names, not path names, per rms
12326 convention.
12327 (Arguments): Fix typo.
12328
12329 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12330
12331 * stabs.texinfo (Global Variables): Talk about stabs in files
12332 where variables are referenced, but not defined.
12333
12334 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12335
12336 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12337 Cplusplus to new nodes Member Type Descriptor and Method Type
12338 Descriptor. Re-write stuff for #.
12339
12340 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12341
12342 * gdb.texinfo (Print Settings): Don't document "set print
12343 fast-symbolic-addr off". The bug which it worked around was fixed
12344 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12345
12346 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12347 N_ENTRY node.
12348
12349 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12350
12351 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12352
12353 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12354 references to ieee-float.c.
12355
12356 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12357
12358 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12359 match what the code actually does.
12360
12361 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12362
12363 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12364
12365 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12366
12367 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12368 i, and b.
12369
12370 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12371
12372 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12373 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12374 as "stabs in sections" rather than just saying "ELF and SOM".
12375 Also make that stuff apply to COFF.
12376
12377 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12378
12379 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12380 Ghostscript.
12381
12382 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12383
12384 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12385 versus functions without line numbers, also mention stepping into
12386 them as well as "step" when you are in them. Tell the user how to
12387 deal with the situation. Add comment about "debugging information".
12388
12389 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12390
12391 * stabs.texinfo (Enumerations): Document restriction on where
12392 enumeration types can appear and still win with GDB.
12393
12394 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12395
12396 * stabs.texinfo (Negative Type Numbers): Document format for type
12397 -16.
12398
12399 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12400
12401 * gdb.texinfo (Selection, Frame Info): Update information about
12402 arbitrary frame specficiations.
12403
12404 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12405
12406 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12407
12408 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12409
12410 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12411
12412 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12413
12414 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12415
12416 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12417
12418 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12419 Differences node to Statics node.
12420 (Statics): Discuss XCOFF use of V symbol descriptor.
12421
12422 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12423 not clean.
12424
12425 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12426
12427 * gdb.texinfo (Print Settings): Document `set print
12428 fast-symbolic-addr' and improve the doc for some other
12429 `set print's.
12430
12431 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12432
12433 * stabs.texinfo (String Field): Talk about defining several type
12434 numbers at once.
12435 Fix lint regarding changing node ELF Transformations to
12436 ELF and SOM Transformations.
12437
12438 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12439
12440 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12441
12442 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12443
12444 * stabs.texinfo (Cross-References): `::' is for nested types only
12445 within <>.
12446 (Structures): Document static members.
12447
12448 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12449
12450 * stabs.texinfo: Document S type attribute.
12451
12452 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12453
12454 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12455
12456 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12457
12458 * gdbint.texinfo: Fix a few typos.
12459
12460 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12461
12462 * gdb.texinfo, remote.texi: formatting improvements
12463
12464 * gdb.texinfo (New Features): mention threads.
12465 (Summary, C): fix xrefs in newly contributed text.
12466 (Threads): index entries, clarifications, example
12467 (passim): minor typos fixed, phrasing improvements
12468
12469 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12470 entries; (Server): explain use of gdbserver w/real-time systems,
12471 add example of conflicting TCP port; (MIPS Remote) break up
12472 running text into table, highlighting commands, and add example.
12473
12474 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12475
12476 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12477
12478 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12479
12480 * stabs.texinfo (Nested Symbols): New node.
12481 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12482
12483 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12484
12485 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12486 to picking which Bbss.bss symbol to use, and (because there seems to
12487 be no good way of doing it) re-write some of the text to make it
12488 sound like Bbss.bss isn't such a great idea after all (as currently
12489 designed).
12490
12491 * gdb.texinfo (C): In addition to saying people have to use g++ for
12492 good results, say they have to use stabs. Specifically say cfront
12493 doesn't work well.
12494 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12495 the gdb README. Add xrefs to places where the support for the various
12496 languages is described in detail.
12497
12498 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12499
12500 * stabs.texinfo: Clean up stuff about visibility and virtual
12501 characters.
12502
12503 * stabs.texinfo (N_M2C): Cite Sun doc.
12504
12505 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12506
12507 * gdb.texinfo: updates re threads.
12508 * remote.texinfo: avoid index entries starting with digits.
12509
12510 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12511
12512 * stabs.texinfo (Enumerations): Talk about large, negative and
12513 octal values. Clean up cross reference to type attributes.
12514 (String Field): Say that GDB 4.11 supports size attribute.
12515
12516 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12517
12518 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12519 is a mandatory step. Make the stuff about that more concise.
12520
12521 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12522
12523 * stabs.texinfo (Class Names): New node.
12524
12525 * gdb.texinfo (Command Files): Explain order of init file reading.
12526
12527 * remote.texi (Bootstrapping): Talk about getting the serial driver
12528 to deal with ^C sent by gdb to stop the remote system.
12529
12530 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12531
12532 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12533
12534 * libgdb.texinfo (Defining Commands): made the DOC arg
12535 to gdb_define_app_command a char * instead of char **
12536 per a suggestion from kingdon.
12537
12538 * libgdb.texinfo: total rewrite from a different starting
12539 premise.
12540
12541 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12542
12543 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12544 floats passed as doubles (to improve clarity).
12545
12546 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12547
12548 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12549
12550 * a4rc.sed: update to work with Andreas Vogel papersize params
12551
12552 * refcard.tex: use Andreas Vogel simplifications of papersize
12553 params; remove useless version info; update copyright date.
12554
12555 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12556
12557 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12558
12559 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12560
12561 * gdb.texinfo (Files): Say what address the load command loads it at.
12562
12563 * stabs.texinfo (Common Blocks): Minor cleanups.
12564
12565 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12566 that Sun has backed away from the linker kludge and thus the relevant
12567 issue is changes to the SunPRO tools, not the Solaris linker.
12568
12569 * stabs.texinfo (Traditional Integer Types): Clean up description
12570 of octal bounds a little bit. Document extra leading zeroes.
12571
12572 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12573
12574 * gdb.texinfo (Signaling): Update for symbolic symbol names
12575 and add a section explaining the difference between the GDB
12576 signal command and the shell kill utility.
12577
12578 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12579
12580 * libgdb.texinfo: added `@' to braces that were unescaped.
12581
12582 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12583
12584 * libgdb.texinfo: new file. Spec for the gdb library.
12585
12586 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12587
12588 * stabs.texinfo (Include Files): Fix typo (start -> end).
12589
12590 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12591
12592 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12593 from Melissa at FSF's editing pass.
12594
12595 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12596
12597 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12598 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12599 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12600
12601 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12602
12603 * remote.texi (Bootstrapping): Discuss 386 call gates.
12604
12605 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12606
12607 * stabs.texinfo (Based Variables): New node.
12608
12609 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12610
12611 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12612 names, sizes, and formats to suggest how not to lose.
12613
12614 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12615
12616 * stabs.texinfo (Methods): Fix typo.
12617
12618 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12619
12620 * gdb.texinfo: Fix a few typos.
12621
12622 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12623
12624 * gdb.texinfo: Clarify how well it works with Fortran.
12625
12626 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12627 More on relocating stabs in ELF files.
12628
12629 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12630
12631 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12632
12633 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12634
12635 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12636 parameters on VAX.
12637
12638 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12639
12640 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12641
12642 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12643
12644 * stabs.texinfo: Make info author notice match the TeX author notice.
12645
12646 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12647
12648 * stabs.texinfo: Initial-caps all words in node names and
12649 non-trivial words in section names.
12650
12651 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12652
12653 * stabs.texinfo: Many minor cleanups.
12654
12655 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12656
12657 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12658
12659 * stabs.texinfo: Remove full description of big example.
12660 It's not really helpful; just use pieces of it where appropriate.
12661 Add more Texinfo formatting directives (@samp, etc.).
12662 Use @deffn to define stab types.
12663 Eliminate some wordiness. Break up some nodes.
12664 Add an (alphabetized) index of symbol types.
12665 Use consistent capitalization style in node and section names.
12666
12667 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12668
12669 * gdb.texinfo: Change typo "Two two" to "The two".
12670
12671 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12672
12673 * stabs.texinfo (XCOFF-differences): Remove references to
12674 non-existent types N_DECL and N_RPSYM.
12675
12676 * stabs.texinfo (String Field): Say that type attributes bug is
12677 fixed in GDB 4.10, since it is.
12678
12679 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12680
12681 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12682
12683 * stabs.texinfo: Formatting cleanups.
12684
12685 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12686
12687 * stabs.texinfo: When explaining the n_type of a stab, standardize
12688 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12689 no tabs, use @r).
12690 (Global Variables): Clean up.
12691
12692 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12693
12694 * stabs.texinfo (Stack Variables): Re-write.
12695
12696 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12697
12698 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12699 addresses of a source file. Also revise formatting.
12700 Change "object module" or "object file" to "source file".
12701 Various: Miscellaneous cleanups.
12702
12703 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12704
12705 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12706
12707 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12708
12709 * gdbint.texinfo: Removed many nonsensical machine-collected
12710 host and target conditionals, described some of the remainder.
12711
12712 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12713
12714 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12715
12716 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12717 paragraph which follows.
12718
12719 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12720 variables. Looks better and avoids overful hbox.
12721
12722 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12723
12724 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12725
12726 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12727
12728 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12729 retransmit-timeout
12730
12731 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12732
12733 * gdbint.texinfo: Update statement about `some ancient Unix
12734 systems, like Ultrix 4.0' to Ultrix 4.2.
12735
12736 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12737
12738 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12739
12740 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12741
12742 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12743 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12744
12745 * remote.texi: new name for former gdbinv-s.texi
12746
12747 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12748
12749 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12750
12751 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12752 variables for MIPS remote debugging protocol.
12753
12754 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12755
12756 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12757
12758 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12759
12760 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12761
12762 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12763
12764 * gdb.texinfo: repair conditional bugs in text markup
12765
12766 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12767
12768 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12769 to select Modula-2 material.
12770
12771 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12772
12773 * stabs.texinfo: Cleanups regarding statics.
12774
12775 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12776 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12777
12778 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12779
12780 * stabs.texinfo: N_MAIN is sometimes used for C.
12781
12782 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12783
12784 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12785
12786 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12787
12788 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12789 removed from the code by Kingdon.
12790
12791 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12792
12793 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12794 input when evaluating breakpoint conditions; the bug has been fixed.
12795
12796 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12797 sets the ignore count to N-1, not to N.
12798
12799 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12800
12801 * refcard.tex (\hoffset): correct longstanding error to match
12802 intended offset; avoids cutting off edge on some printers
12803
12804 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12805
12806 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12807
12808 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12809
12810 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12811
12812 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12813
12814 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12815 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12816 collect sed edits if any, apply to refcard before formatting;
12817 (refcard.ps) stop implying PS fonts if PS output requested;
12818 (lrefcard.ps) delete extra target for variant PS fonts
12819
12820 * refcard.tex: parametrize papersize dependent info, collect
12821 in easily replaced spot
12822
12823 * a4rc.sed: new file, edits to refcard for A4 paper
12824
12825 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12826
12827 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12828
12829 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12830
12831 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12832
12833 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12834
12835 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12836 politely rather than rudely.
12837
12838 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12839
12840 * stabs.texinfo: Document common blocks.
12841
12842 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12843
12844 * stabs.texinfo: Add some basic info about stabs-in-elf.
12845
12846 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12847
12848 * stabs.texinfo (Top): Minor cleanup.
12849
12850 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12851
12852 * Makefile.in (install-info): remove parentdir support
12853
12854 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12855
12856 * gdb.texinfo (Copying): delete this node and references to it;
12857 RMS says this manual need not carry GPL. (passim): Improvements
12858 from last round at FSF, largely due to Ian Taylor review, and
12859 minor formatting improvements.
12860
12861 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12862 largely due to Ian Taylor review. (Debug Session): minor edits to
12863 new text.
12864
12865 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12866
12867 * Makefile.in (realclean): Remove info and dvi files too.
12868
12869 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12870
12871 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12872 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12873 * gdb.texinfo: Change accordingly.
12874
12875 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12876 N_{L,R}BRAC,N_SLINE are relative to.
12877
12878 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12879
12880 * Makefile.in (GDBvn.texi): Update atomically.
12881
12882 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12883
12884 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12885
12886 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12887
12888 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12889 addresses together. Also motivate the set print symbol-filename
12890 command and suggest other solutions.
12891
12892 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12893
12894 * gdb.texinfo (set print elements): Note that the number of
12895 elements is set to unlimited by "set print elements 0".
12896
12897 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12898
12899 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12900 NF_LDOUBLE means.
12901 (Stab Types): Include Solaris stab types.
12902 (Procedures): Document Solaris extensions.
12903
12904 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12905
12906 * gdb.texinfo: Add `set print symbol-filename' doc.
12907
12908 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12909
12910 * stabs.texinfo (Arrays): Talk about type definition vs. type
12911 information.
12912
12913 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12914 the trailing semicolon.
12915
12916 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12917
12918 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12919 and merge in other parts of the document addressing these subjects.
12920 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12921
12922 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12923 at the end of a range type.
12924
12925 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12926 AIX extensions.
12927
12928 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12929
12930 * stabs.texinfo (Stabs Format): Misc fixes.
12931
12932 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12933
12934 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12935 (Traditional builtin types): Document convex convention for long long.
12936 (Negative builtin types): Discuss type names, and misc fixes.
12937
12938 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12939
12940 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12941 point types used with @samp{R} type descriptor.
12942 (Symbol Descriptors): Describe how to handle conflict between
12943 different meanings of @samp{P} symbol descriptor.
12944
12945 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12946
12947 * stabs.texinfo: Remove node Quick Reference and put its children
12948 directly under the main menu.
12949
12950 * stabs.texinfo: Many more changes to bring it into line with
12951 AIX documentation and reality. I think it now has all the
12952 information from the AIX documentation, except that I burned
12953 out when I got to variant records (Pascal and Modula-2) and
12954 all the COBOL types. Oh well, we can add them later when we're
12955 worrying more about those languages.
12956
12957 * stabs.texinfo (Automatic variables): Talk about what it means
12958 to omit the symbol descriptor.
12959
12960 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12961
12962 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12963 gcc2 behavior with promoted args.
12964
12965 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12966
12967 * gdb.texinfo: include readline appendices in info version of manual
12968
12969 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12970
12971 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12972 target remote.
12973
12974 * gdb.texinfo (Machine Code): more index entries for disassemble
12975
12976 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12977
12978 * Clarify the intended use of the gdb-testers and gdb-patches
12979 mailing lists, and shrink gzip comment.
12980
12981 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12982
12983 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12984 DOSHOST configuration of manual.
12985
12986 * gdb.texinfo (MIPS Stack): new node.
12987
12988 * all-config.texi (MIPS) new switch.
12989
12990 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12991 tense; (MIPS Remote) new node.
12992
12993 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12994 bug; (Environment) less passive, other small cleanups in text about
12995 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12996 (Remote) new MIPS Remote menu entry.
12997
12998 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12999
13000 * stabs.texinfo: Many changes to include information from the
13001 AIX documentation.
13002
13003 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
13004
13005 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
13006
13007 * gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
13008 Add PRINTF_HAS_LONG_LONG references.
13009
13010 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13011
13012 * gdb.texinfo: Make node "Shell Commands" unconditional; describe
13013 `set demangle-style arm' (not cfront); mention can type `q' to
13014 discard output, when gdb pages.
13015
13016 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
13017
13018 * gdbint.texinfo (new node Debugging GDB, elsewhere):
13019 Move a bunch of information from ../README.
13020 (Getting Started): New node.
13021
13022 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13023
13024 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
13025
13026 * gdb.texinfo: advance manual revision dates to present
13027
13028 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
13029 stop using silly Roman numerals in @set variable names
13030
13031 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
13032
13033 * stabs.texinfo (Parameters): Keep trying to get this right.
13034
13035 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
13036
13037 * stabs.texinfo (Parameters): More on "local parameters".
13038
13039 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
13040
13041 * stabs.texinfo (Parameters): Re-do "local parameters" section.
13042
13043 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
13044
13045 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
13046 (Parameters): Rewrite.
13047 (xcoff-differences, Sun-differences): Minor changes.
13048
13049 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
13050
13051 * stabs.texinfo: Minor cleanup.
13052
13053 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
13054
13055 * gdbint.texinfo: Minor xcoff stuff.
13056
13057 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
13058
13059 * gdbint.texinfo: Update for new config directory structure.
13060 Add info about internal type data structures.
13061
13062 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
13063
13064 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
13065 $(srcdir).
13066 (gdb-config.texi): Depend on file in $(srcdir).
13067
13068 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
13069
13070 * stabs.texinfo: Fixes about N_SO.
13071
13072 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
13073
13074 * gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
13075
13076 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13077
13078 * gdb.texinfo: include list of nonstandard init file names
13079
13080 * *-config.texi: new switch GENERIC for text that applies *only*
13081 to (usual) multiple-target version of manual
13082
13083 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
13084 h8 config
13085
13086 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
13087 in menus (rather than conditionally selected multiple alternative
13088 menus).
13089
13090 * Makefile.in: define and use DOC_CONFIG var to select
13091 configuration for GDB user manual.
13092
13093 * gdb-config.texi: delete from repository, generate from Makefile.
13094
13095 * all-config.texi: normal `generic' configuration file, formerly
13096 stored as gdb-config.texi
13097
13098 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13099
13100 * Makefile.in: add dvi target to build all .dvi files
13101
13102 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13103
13104 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
13105
13106 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
13107
13108 * stabs.texi: The `this' pointer is now known by the name
13109 `this' instead of `$t'.
13110
13111 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
13112
13113 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
13114 host conditionals.
13115 * stabs.texinfo: More array fixes inspired by Jim's.
13116
13117 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
13118
13119 * stabs.texinfo: Fixes re arrays and continuations.
13120
13121 * gdbint.texinfo: Add XCOFF node.
13122
13123 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
13124
13125 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
13126
13127 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13128
13129 * stabs.texinfo: Fix for array types to mention lower bounds.
13130
13131 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
13132
13133 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
13134
13135 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
13136
13137 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
13138
13139 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
13140
13141 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
13142 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
13143
13144 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
13145
13146 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13147
13148 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
13149
13150 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
13151
13152 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13153
13154 * gdb.texinfo, gdbinv-s.texi: misc updates
13155
13156 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
13157
13158 * gdbint.texinfo: Brief documentation for longjmp support,
13159 from an email msg by Stu.
13160
13161 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
13162
13163 * stabs.texinfo: Fix description of floating point "range"
13164 types (which really define basic types). Reported by Jim Meehan,
13165 <meehan@src.dec.com>.
13166
13167 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
13168
13169 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
13170
13171 * gdbint.texinfo: Slightly expand section on supporting a new
13172 object file format.
13173
13174 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
13175
13176 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
13177 intermediate file.
13178
13179 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13180
13181 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13182
13183 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13184
13185 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13186
13187 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13188 as well as Z8002.
13189
13190 Thu Dec 17 00:44:57 1992 John Gilmore (gnu@cygnus.com)
13191
13192 * gdbint.texinfo (Host Conditionals): Remove
13193 NAMES_HAVE_UNDERSCORE, SOME_NAMES_HAVE_DOT, document
13194 MEM_FNS_DECLARED.
13195 (Target Conditionals): Remove all of the above.
13196
13197 Tue Dec 15 02:01:00 1992 John Gilmore (gnu@cygnus.com)
13198
13199 * gdbint.texinfo: SWAP_HOST_AND_TARGET => SWAP_TARGET_AND_HOST.
13200 Noticed by Andy Jackson, <arj@cam-orl.co.uk>.
13201
13202 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13203
13204 * gdbint.texinfo: Add sections on clean design and on how to send
13205 in changes.
13206
13207 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13208
13209 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13210
13211 Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com)
13212
13213 * gdbint.texinfo: nm.h now included in defs.h.
13214
13215 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13216
13217 * gdb.texinfo: Fix typo, reported by Karl Berry.
13218
13219 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13220
13221 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13222
13223 Wed Oct 21 03:51:01 1992 John Gilmore (gnu@cygnus.com)
13224
13225 * gdbint.texinfo: Improve REGISTER_U_ADDR and USE_PROC_FS doc.
13226
13227 Tue Oct 20 23:27:56 1992 John Gilmore (gnu@cygnus.com)
13228
13229 * gdbint.texinfo: Document obsolete STACK_END_ADDR.
13230 (all @node commands): Use new form to avoid nitpicking errors.
13231 * gdbint.texinfo: Document host/native/target split.
13232
13233 Tue Oct 20 21:32:18 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13234
13235 * gdbint.texinfo: add PUSH_DUMMY_FRAME, POP_FRAME.
13236
13237 Fri Oct 16 03:34:01 1992 John Gilmore (gnu@cygnus.com)
13238
13239 * gdbint.texinfo: Update GET_LONGJMP_TARGET, L_SET doc.
13240
13241 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13242
13243 * gdbint.texinfo: fixed a stray email address (needs @@),
13244 added @table @code to node "Native Conditionals"
13245
13246 Thu Oct 8 16:27:45 1992 K. Richard Pixley (rich@sendai.cygnus.com)
13247
13248 * gdbint.texinfo: document a few more macros, create new section
13249 for native macros.
13250
13251 Thu Oct 1 01:57:56 1992 John Gilmore (gnu@cygnus.com)
13252
13253 * gdb.texinfo: Document command hooks.
13254
13255 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13256
13257 * gdbint.texinfo: Describe coding style of GDB.
13258
13259 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13260
13261 * stabs.texinfo: Minor wording changes.
13262
13263 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13264
13265 * gdbint.texinfo: Improve release doc slightly.
13266
13267 Fri Sep 11 18:28:28 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13268
13269 * gdb.texinfo, gdbinv-m.m4.in, gdbinv-s.m4.in: First pass at doc
13270 for two new remote targets---29K using UDI, and Tandem ST2000
13271 using STDBUG.
13272
13273 * all.m4, none.m4: new m4 switch, _ST2000__
13274
13275 * all.m4: turn on H8/300 stuff for generic manual
13276
13277 * gdbinv-s.m4.in: remove text on special procedures to continue
13278 after explicit call to breakpoint() in serial stubs.
13279
13280 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13281
13282 * gdbint.texinfo: Improve doc of GDB config macros.
13283
13284 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13285
13286 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13287 These will be reinserted when examined.
13288
13289 Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13290
13291 * gdb.texinfo: fix shameful error of agreement reported by
13292 jimb@occs.cs.oberlin.edu (Jim Blandy)
13293 * gdb.texinfo: remove old partial discussion of remote serial
13294 protocol (via serial debug stubs)
13295 * gdbinv-m.m4.in, gdbinv-s.m4.in: new section discussing
13296 use of serial debug stubs
13297
13298 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13299
13300 * gdbint.texinfo: Make a start at documenting all the #if macros
13301 in GDB. At least list them all, and start separating them into
13302 host-specific and target-specific.
13303
13304 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13305
13306 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13307 examples (not consistent w others).
13308 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13309 for generic vn of doc
13310
13311 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13312
13313 * Makefile.in: always create installation directories.
13314
13315 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13316
13317 * gdb.texinfo: in h8 config, do not describe searching commands.
13318
13319 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13320
13321 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13322 conditionals; introduce a few generic switches that may be
13323 useful for other cross-dev or dos-hosted configs.
13324
13325 * gdb.texinfo: fix typo in "info reg" description
13326
13327 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13328
13329 * stabs.texinfo: Minor updates from running TeX over it.
13330 * Makefile.in (stabs.dvi, stabs.ps): Add.
13331
13332 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13333
13334 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13335 First pass at converting it to texinfo.
13336
13337 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13338
13339 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13340 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13341
13342 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13343
13344 * gdbint.texinfo: Add section on partial symbol tables.
13345
13346 Fri Jun 19 10:28:05 1992 John Gilmore (gnu at cygnus.com)
13347
13348 * gdb.texinfo: Document new am29k setting.
13349
13350 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13351
13352 * gdb.texinfo: document `set remotedebug' and `set
13353 rstack_high_address'.
13354
13355 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13356
13357 * gdb.texinfo: slight expansion of new text on reading info files
13358 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13359 H8/300 from DOS.
13360
13361 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13362
13363 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13364
13365 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13366
13367 * gdb.texinfo: Say how to read the `info' files.
13368
13369 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13370
13371 * Makefile.in: gm4 -> m4.
13372
13373 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13374
13375 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13376 Documentation' ahead of `Installing GDB' to match README.
13377 Update shared library doc, -readnow and -mapped, and directory
13378 structure (add glob and mmalloc). Update configure doc.
13379
13380 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13381
13382 * Makefile.in: remove $(srcdir) from gdb.info rule.
13383
13384 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13385
13386 * Makefile.in: commented out gdb-all.texinfo rule. This is
13387 temporary.
13388
13389 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13390
13391 * Makefile.in, configure.in: removed traces of namesubdir,
13392 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13393 copyrights to '92, '13, changed some from Cygnus to FSF.
13394
13395 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13396
13397 * gdb.texinfo: Improve how we ask for bug reports.
13398
13399 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13400
13401 * Makefile.in: infodir belongs in datadir.
13402
13403 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13404
13405 * Makefile.in: remove spaces following hyphens, bsd make can't
13406 cope. install using INSTALL_DATA. added clean-info. added
13407 standards.text support.
13408
13409 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13410
13411 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13412 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13413 and mandir now keyed off datadir by default.
13414
13415 \f
13416 Local Variables:
13417 mode: change-log
13418 left-margin: 8
13419 fill-column: 74
13420 version-control: never
13421 coding: utf-8
13422 End:
This page took 0.385361 seconds and 4 git commands to generate.