]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/doc/ChangeLog
Minor fix to gdb.prompt documentation
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
1 2019-12-10 Tom Tromey <tom@tromey.com>
2
3 * python.texi (gdb.prompt): Use correct quotes in example.
4 Shorten sample text.
5
6 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * doc/gdb.texinfo (GDB/MI Symbol Query): Add documentation of
9 -max-results to some -symbol-info-* commands.
10
11 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
14 -symbol-info-module-functions and -symbol-info-module-variables.
15
16 2019-12-01 Tom Tromey <tom@tromey.com>
17
18 * gdb.texinfo (TUI Configuration): Mention TUI border styles.
19 (Output Styling): Document new settings.
20
21 2019-12-01 Tom Tromey <tom@tromey.com>
22
23 * gdb.texinfo (TUI Configuration): Document new setting.
24
25 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
26
27 * gdb.texinfo (Define): Indicate that user-defined prefix can
28 be used in 'define' command. Document 'define-prefix' command.
29
30 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
33 -symbol-info-modules.
34
35 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * doc/gdb.texinfo (GDB/MI Symbol Query): Document new MI command
38 -symbol-info-functions, -symbol-info-types, and
39 -symbol-info-variables.
40
41 2019-11-26 Tom Tromey <tom@tromey.com>
42
43 * gdb.texinfo (Maintenance Commands): Document new maint
44 commands.
45
46 2019-11-25 Luis Machado <luis.machado@linaro.org>
47
48 * gdb.texinfo (Debugging Output): Document set debug
49 remote-packet-max-chars.
50
51 2019-11-14 Tom de Vries <tdevries@suse.de>
52
53 * gdb.texinfo: Fix typos.
54 * python.texi: Same.
55 * stabs.texinfo: Same.
56
57 2019-11-12 Tom Tromey <tom@tromey.com>
58
59 * gdb.texinfo (Maintenance Commands): Document new command.
60
61 2019-11-11 Tom Tromey <tom@tromey.com>
62
63 * gdb.texinfo (TUI Keys): Document readline function names.
64
65 2019-11-11 Tom Tromey <tom@tromey.com>
66
67 * gdb.texinfo (Editing): Document operate-and-get-next.
68
69 2019-11-11 Tom Tromey <tromey@adacore.com>
70
71 * gdb.texinfo (Host I/O Packets): Fix typo in "vFile:pwrite".
72
73 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * python.texi (Symbols In Python): Add documentation for
76 gdb.lookup_static_symbols.
77
78 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * python.texi (Symbols In Python): Extend documentation for
81 gdb.lookup_static_symbol.
82
83 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * gdb.texinfo (Symbols): Document new 'info module variables' and
86 'info module functions' commands.
87
88 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * gdb.texinfo (Symbols): Document new 'info modules' command.
91
92 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
93
94 * gdb.texinfo (Convenience Funs): Document the new
95 $_gdb_setting_str, $_gdb_maint_setting and $_gdb_maint_setting_str
96 convenience functions.
97
98 2019-10-29 Christian Biesinger <cbiesinger@google.com>
99
100 * Makefile.in: Also set SYSTEM_GDBINIT_DIR for the info manual
101 generation.
102 * gdb.texinfo (many sections): Document new --with-system-gdbinit-dir
103 option.
104
105 2019-10-23 Tom Tromey <tom@tromey.com>
106
107 * Makefile.in (READLINE_DIR): Update.
108
109 2019-10-23 Christian Biesinger <cbiesinger@google.com>
110
111 * python.texi (Threads In Python): Add a note for how to get the
112 list of threads.
113
114 2019-10-07 Tom de Vries <tdevries@suse.de>
115
116 * gdb.texinfo: Fix typo.
117 * guile.texi: Same.
118 * python.texi: Same.
119
120 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
121
122 * doc/gdb.texinfo (Fortran Operators): Describe scope operator.
123
124 2019-10-02 Tom Tromey <tromey@adacore.com>
125
126 * gdb.texinfo (Set Catchpoints, Convenience Vars): Document
127 $_ada_exception.
128
129 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
130
131 * doc/gdb.texinfo (Remote Configuration): Remove documentation for
132 qXfer:spu:read and qXfer:spu:write.
133 (General Query Packets): Likewise.
134 (Cell Broadband Engine SPU architecture): Remove subsection.
135
136 2019-09-18 Tom Tromey <tom@tromey.com>
137
138 * gdb.texinfo (Editing): Document readline application name.
139 (TUI Single Key Mode): Document TUI SingleKey keymap name.
140
141 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 * gdb.texinfo (Source Path): Additional text to better describe
144 how the source path directory list is used when searching for
145 source files.
146
147 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
148
149 * gdb.texinfo (Ada Tasks): Tell the task name is printed, update
150 examples.
151
152 2019-09-10 Tom Tromey <tromey@adacore.com>
153
154 * gdb.texinfo (Index Files): Update Ada text.
155
156 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.texinfo (Symbols): Add information about the -n flag to
159 "info variables" and "info functions".
160
161 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
162
163 * gdb.texinfo (Standard Target Features): Add RX Features sub-section.
164
165 2019-08-16 Alan Hayward <alan.hayward@arm.com>
166
167 * gdb.texinfo (AArch64 Pointer Authentication)
168 (GDB/MI Breakpoint Information) (Frame Information): Document
169 addr_field.
170
171 2019-08-12 Tom Tromey <tom@tromey.com>
172
173 * gdb.texinfo (Configure Options): Document minimum version of
174 readline.
175
176 2019-08-09 Alan Hayward <alan.hayward@arm.com>
177
178 * gdb.texinfo (AArch64 Pointer Authentication): Fix typo.
179
180 2019-08-07 Alan Hayward <alan.hayward@arm.com>
181
182 * gdb.texinfo (AArch64 Pointer Authentication): New subsection.
183
184 2019-08-05 Christian Biesinger <cbiesinger@google.com>
185
186 * python.texi (Blocks In Python): Document dictionary access on blocks.
187
188 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
189
190 * gdb.texinfo (Symbols): Document new args -dirname and -basename
191 of "info sources" command.
192
193 2019-07-30 Christian Biesinger <cbiesinger@google.com>
194
195 * python.texi (Symbols In Python): Document new function
196 gdb.lookup_static_symbol.
197
198 2019-07-29 Christian Biesinger <cbiesinger@google.com>
199
200 * python.texi (Objfiles In Python): Document new functions
201 Objfile.lookup_{global,static}_symbol.
202
203 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
204
205 * gdb.texinfo (Backtrace): Document the new '-frame-info'
206 backtrace option. Reference 'set print frame-info'.
207 (Print Settings): Document 'set|show print frame-info'.
208 Document new 'presence' value for 'set print frame-arguments.
209
210 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * gdb.texinfo (Symbols): Add information about -q flag to "info
213 types".
214
215 2019-07-20 Kevin Buettner <kevinb@redhat.com>
216
217 * python.texi (python command): Revise example to match
218 command behavior.
219
220 2019-07-09 Pedro Alves <palves@redhat.com>
221
222 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
223 examples to show type=catchpoint instead of type=breakpoint and an
224 address.
225
226 2019-07-03 Pedro Alves <palves@redhat.com>
227 Philippe Waroquiers <philippe.waroquiers@skynet.be>
228
229 * gdb.texinfo (Command Settings): New node documenting the general
230 concept of settings, how to change them, and the new "with"
231 command.
232 (Maintenance Commands): Document "maint with".
233
234 2019-07-03 Pedro Alves <palves@redhat.com>
235
236 * gdb.texinfo (Maintenance Commands): Document "maint set/show
237 test-settings" instead of "maint test-settings set/show".
238
239 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
240
241 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
242 deals with a file that has the same name as the specified pid to
243 attach to. Add example using -p option.
244 (gdb man): Remove same sentence as in previous item.
245
246 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
247
248 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
249 node.
250 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
251 new MI commands.
252
253 2019-06-13 Pedro Alves <palves@redhat.com>
254
255 * gdb.texinfo (Command Completion): Mention command options too.
256 (Command Options): New node.
257 (Threads): Add anchors. Extend descriptions of the "taas" and
258 "tfaas" commands.
259 (Backtrace): Describe new options of the "backtrace" command. Add
260 anchors.
261 (Frame Apply): Describe new options of the "frame apply" and
262 "faas" commands. Add anchors.
263 (Data): Describe new options of the "print" command. Add anchors.
264 (Compiling and Injecting Code): Mention options of the "compile
265 print" command.
266 (Maintenance Commands): Mention "maint test-options" subcommands
267 and the "maint show test-options-completion-result" command.
268
269 2019-06-13 Pedro Alves <palves@redhat.com>
270
271 * gdb.texinfo (Print Settings): Document "set/show print
272 raw-frame-arguments" instead of "set/show print raw
273 frame-arguments".
274
275 2019-06-13 Pedro Alves <palves@redhat.com>
276
277 * gdb.texinfo (Maintenance Commands): Document "maint
278 test-settings" commands.
279
280 2019-06-06 Amos Bird <amosbird@gmail.com>
281
282 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
283 annotation.
284
285 2019-06-04 Christian Biesinger <cbiesinger@google.com>
286
287 * python.texi: Document new gdb.Type.objfile property.
288
289 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
290
291 * gdb.texinfo (Help): Document the new -v apropos flag.
292 (Output Styling): Document the style name styling done by "show style".
293 Document the new title and highlight styles.
294
295 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
296
297 * gdb.texinfo (Shell Commands): Document pipe command.
298 (Logging Output): Add a reference to pipe command.
299 (Convenience Variables): Document $_shell_exitcode and
300 $_shell_exitstatus.
301
302 2019-05-29 Tom Tromey <tromey@adacore.com>
303
304 * gdb.texinfo (Continuing and Stepping): Document new
305 commands.
306
307 2019-05-22 Alan Hayward <alan.hayward@arm.com>
308
309 * gdb.texinfo (Shell Commands): Add debugredirect.
310
311 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
312
313 * gdb.texinfo: Minor formatting fixes.
314
315 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
316
317 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
318 MI command -complete.
319
320 2019-05-14 Tom de Vries <tdevries@suse.de>
321
322 * gdb.texinfo (Automatic symbol index cache): Add concept and command
323 index entries.
324
325 2019-05-14 Tom de Vries <tdevries@suse.de>
326
327 * gdb.texinfo (Maintenance Commands): Remove superfluous
328 quoting on command index entry for "maint info selftests".
329
330 2019-05-10 Tom Tromey <tromey@adacore.com>
331
332 * python.texi (Pretty Printing API): Mention lazy computation for
333 "children".
334
335 2019-05-10 Tom Tromey <tromey@adacore.com>
336
337 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
338 exception" and "catch handlers". Move "catch exception unhandled"
339 text. Use @var for "catch load" and "catch unload"
340
341 2019-05-08 Tom Tromey <tromey@adacore.com>
342
343 * gdb.texinfo (Symbols): Document change to ptype/o.
344
345 2019-05-03 Eli Zaretskii <eliz@gnu.org>
346
347 * gdb.texinfo (Separate Debug Files): Document how the
348 subdirectory of the global debug directory is computed on
349 MS-Windows/MS-DOS.
350
351 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 * gdb.texinfo (Print Settings): Document 'print max-depth'.
354 * guile.texi (Guile Pretty Printing API): Document that 'print
355 max-depth' can effect the display of a values children.
356 * python.texi (Pretty Printing API): Likewise.
357 (Values From Inferior): Document max_depth keyword.
358
359 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
360
361 * gdb.texinfo (Calling): Document the new
362 set|show may-call-functions.
363
364 2019-04-22 Pedro Alves <palves@redhat.com>
365
366 * gdb.texinfo (Reverse Execution): Mention and xref process record
367 and replay. Mention remote and system emulators.
368 (Process Record and Replay): List supported architectures.
369 Mention that "record btrace" is only supported on Intel
370 processors.
371
372 2019-04-17 Alan Hayward <alan.hayward@arm.com>
373
374 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
375 (Monitor Commands for gdbserver)
376 (gdbserver man): Add debug-file option.
377
378 2019-04-08 Kevin Buettner <kevinb@redhat.com>
379
380 * python.texi (Inferiors In Python): Rename
381 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
382 Add note about the former being deprecated.
383
384 2019-04-08 Kevin Buettner <kevinb@redhat.com>
385
386 * python.texi (Threads In Python): Add description for method
387 InferiorThread.handle.
388
389 2019-04-07 Tom Tromey <tom@tromey.com>
390
391 * Makefile.in (all): Depend on "info".
392
393 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.texinfo (Convenience Funs): Document '$_creal' and
396 '$_cimag'.
397
398 2019-03-30 Eli Zaretskii <eliz@gnu.org>
399
400 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
401 $_gdb_minor.
402
403 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
404
405 * python.texi (Pretty Printing API): Document use of None for the
406 display_hint.
407
408 2019-03-22 Alan Hayward <alan.hayward@arm.com>
409 Jiong Wang <jiong.wang@arm.com>
410
411 * gdb.texinfo (AArch64 Features): Describe pauth feature.
412
413 2019-03-20 Tom Tromey <tromey@adacore.com>
414
415 * python.texi (Selecting Pretty-Printers): Use @defvar for
416 gdb.pretty_printers.
417
418 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
419
420 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
421 of table, "@end @table" -> "@end table".
422
423 2019-03-14 Tom Tromey <tromey@adacore.com>
424
425 * gdb.texinfo (Output Styling): Document "set style source" and
426 "show style source".
427
428 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
429
430 * gdb.texinfo (Mode Options): Mention mi3.
431 (Interpreters): Likewise.
432 (GDB/MI Development and Front Ends): Add entry for MI 3 in
433 version table. Document -fix-multi-location-breakpoint-output.
434 (GDB/MI Breakpoint Information): Document format of breakpoint
435 location output.
436
437 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
438
439 * python.texi (Values From Inferior): Change synopsys of the
440 second form of Value.__init__.
441
442 2019-03-02 Eli Zaretskii <eliz@gnu.org>
443
444 * gdb.texinfo (Output Styling): Fix typos. Document the default
445 foreground colors of the available styles.
446
447 2019-02-27 Kevin Buettner <kevinb@redhat.com>
448
449 * gdb.texinfo (Configure Options): Document minimum python
450 version.
451
452 2019-02-26 Kevin Buettner <kevinb@redhat.com>
453
454 * python.texi (Values From Inferior): Document second form
455 of Value.__init__.
456
457 2019-02-23 Joel Brobecker <brobecker@adacore.com>
458
459 * gdb.texinfo: Update copyright year ranges.
460 * refcard.tex: Likewise.
461
462 2019-02-21 Alan Hayward <alan.hayward@arm.com>
463
464 * gdb.texinfo: Update style defaults.
465
466 2019-02-21 Tom Tromey <tromey@adacore.com>
467
468 * gdb.texinfo (Remote Configuration): Remove trailing "." from
469 @item.
470
471 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
472
473 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
474 MI versions. Update text around it.
475
476 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
477
478 * gdb.texinfo (PowerPC Features): Document the alias
479 pseudo-registers for the org.gnu.gdb.power.altivec feature.
480
481 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
482
483 * gdb.texinfo (Print Settings): Remove mention of specific
484 demangle-style values, just refer to the in-process help.
485
486 2018-12-28 Tom Tromey <tom@tromey.com>
487
488 * gdb.texinfo (Output Styling): New node.
489
490 2018-12-13 John Baldwin <jhb@FreeBSD.org>
491
492 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
493 (Native): Add a FreeBSD subsection.
494 (FreeBSD): Document use of system call aliases for compatibility
495 system calls.
496
497 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * gdb.texinfo (Standard Target Features): Add RISC-V Features
500 sub-section.
501
502 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
503
504 * gdb.texinfo (Examining the Symbol Table): Document language choice
505 for 'info types|functions|variables' commands.
506 (Setting Breakpoints): Document language choice to print
507 the functions in which a breakpoint is set.
508
509 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
510
511 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
512 requirements for the org.gnu.gdb.power.vsx feature.
513
514 2018-11-01 Joel Brobecker <brobecker@adacore.com>
515
516 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
517 output to match the current implementation.
518
519 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
520
521 * gdb.texinfo (Information About a Frame): Document changes
522 to 'info args' and 'info locals'.
523 (Examining the Symbol Table): Document changes to 'info functions'
524 and 'info variables'.
525
526 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
527
528 * gdb.texinfo (PowerPC Features): Describe new features
529 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
530 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
531 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
532 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
533
534 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
535
536 * gdb.texinfo (PowerPC Features): Describe new features
537 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
538
539 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
540
541 * gdb.texinfo (PowerPC Features): Describe new feature
542 "org.gnu.gdb.power.tar".
543
544 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
545
546 * gdb.texinfo (PowerPC Features): Describe new features
547 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
548
549 2018-10-20 Tom Tromey <tom@tromey.com>
550
551 * gdb.texinfo (TUI Commands): Add @end table.
552 (TUI Configuration): Remove stray @end table.
553
554 2018-10-19 Tom Tromey <tom@tromey.com>
555
556 PR tui/18388:
557 * gdb.texinfo (TUI Commands): Remove tabset documentation.
558 (TUI Configuration): Document "set tui tab-width".
559
560 2018-10-09 Tom Tromey <tom@tromey.com>
561
562 * python.texi (Inferiors In Python): Link to "Frames In Python",
563 not "Unwinding Frames in Python".
564
565 2018-10-09 Tom Tromey <tom@tromey.com>
566
567 * gdb.texinfo (Configure Options): Update --enable-ubsan
568 documentation.
569
570 2018-10-08 John Baldwin <jhb@FreeBSD.org>
571
572 * gdb.texinfo (Contributors): Add SRI International and University
573 of Cambridge for FreeBSD/riscv.
574
575 2018-10-06 Tom Tromey <tom@tromey.com>
576
577 PR python/19399:
578 * python.texi (Inferiors In Python): Document
579 Inferior.Architecture.
580
581 2018-10-06 Tom Tromey <tom@tromey.com>
582
583 PR python/21765:
584 * python.texi (Symbols In Python): Document the module and
585 common-block domains. Remove documentation for incorrect
586 domains.
587
588 2018-10-03 Tom Tromey <tom@tromey.com>
589
590 * gdb.texinfo (Configure Options): Document --enable-ubsan.
591
592 2018-10-02 John Darrington <john@darrington.wattle.id.au>
593
594 * gdb.texinfo (Remote Connection Commands): Describe
595 the changes to target remote and target extended-remote
596 relating to Unix domain sockets.
597
598 2018-10-01 Tom Tromey <tom@tromey.com>
599
600 * gdb.texinfo (Configure Options): Document configure options.
601
602 2018-09-29 Tom Tromey <tom@tromey.com>
603
604 * gdb.texinfo (Requirements): Mention C++, GNU make.
605 (Requirements): Sort the table. Add more libraries.
606 (Running Configure): Remove obsolete text.
607 (Separate Objdir): Likewise.
608 (Configure Options): Likewise.
609
610 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
611
612 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
613 to highlight that the number is also the frame's level.
614 (Selection): Rewrite documentation for 'frame' and 'select-frame'
615 commands.
616 (Frame Info): Rewrite documentation for 'info frame' command.
617
618 2018-09-23 Tom Tromey <tom@tromey.com>
619
620 PR python/18852:
621 * python.texi (Parameters In Python): Document exception behavior
622 of get_set_string.
623
624 2018-09-18 John Baldwin <jhb@FreeBSD.org>
625
626 * gdb.texinfo (info proc): Remove "running".
627 (info proc mappings): Replace "program" with "process".
628
629 2018-09-18 John Baldwin <jhb@FreeBSD.org>
630
631 * gdb.texinfo (Process Information): Document "info proc files"
632 command.
633
634 2018-09-17 Tom Tromey <tom@tromey.com>
635
636 * gdb.texinfo (Index Files): Update for cache directory change on
637 macOS.
638
639 2018-09-16 Tom Tromey <tom@tromey.com>
640
641 * python.texi (Basic Python): Update docs for find_pc_line,
642 solib_name.
643 (Progspaces In Python): Update docs for current_progspace.
644 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
645 Move method documentation before example.
646
647 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
648
649 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
650
651 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
652 2018-09-13 Tom Tromey <tom@tromey.com>
653
654 * python.texi (Program Spaces In Python): Document the
655 Progspace.objfiles method.
656 (Objfiles In Python): Mention that gdb.objfiles() is identical
657 to gdb.selected_inferior().progspace.objfiles().
658
659 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
660 2018-09-13 Tom Tromey <tom@tromey.com>
661
662 * python.texi (Inferiors In Python): Document
663 Inferior.progspace.
664 (Program Spaces In Python): Document that
665 gdb.current_progspace() is the same as
666 gdb.selected_inferior().progspace.
667
668 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
669
670 * python.texi (Basic Python): Mention the string representation
671 of GDB Python objects.
672
673 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
674
675 * gdb.texinfo (Skipping Over Functions and Files): Document
676 set/show debug skip.
677
678 2018-09-10 Tom Tromey <tom@tromey.com>
679
680 * python.texi (Frames In Python, Blocks In Python)
681 (Symbols In Python, Symbol Tables In Python)
682 (Lazy Strings In Python): Remove periods from section titles.
683
684 2018-09-10 Tom Tromey <tom@tromey.com>
685
686 * python.texi (Pretty Printing API): Swap sentence order.
687
688 2018-09-10 Tom Tromey <tom@tromey.com>
689
690 PR python/16461:
691 * python.texi (Values From Inferior): Mention use of virtual
692 table.
693
694 2018-09-10 Tom Tromey <tom@tromey.com>
695
696 * python.texi (Basic Python): Parenthesize argument to
697 decode_line.
698
699 2018-09-10 Tom Tromey <tom@tromey.com>
700
701 * python.texi (Python): Mention Python versions. Don't mention
702 execfile.
703
704 2018-09-10 Tom Tromey <tom@tromey.com>
705
706 PR python/19808:
707 * python.texi (Unwinding Frames in Python): Rewrite
708 create_unwind_info documentation. Update read_register
709 documentation and add a note about unwinder caution.
710
711 2018-09-10 Tom Tromey <tom@tromey.com>
712
713 PR python/18909:
714 * python.texi (Events In Python): Fix inferior_call
715 documentation.
716
717 2018-09-10 Tom Tromey <tom@tromey.com>
718
719 PR python/17752:
720 * python.texi (Frame Filter API): Remove period from subsection
721 title. Mention 100 as good default priority.
722 (Frame Decorator API): Remove period from subsection title.
723 Mention FrameDecorator module.
724
725 2018-09-10 Tom Tromey <tom@tromey.com>
726
727 PR python/23108:
728 * python.texi (Exception Handling): Rearrange gdb.GdbError text
729 and add a table.
730
731 2018-09-10 Tom Tromey <tom@tromey.com>
732
733 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
734 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
735 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
736 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
737
738 2018-09-10 Tom Tromey <tom@tromey.com>
739
740 PR python/16484:
741 * python.texi (Frames In Python): Document that Frame.block can
742 throw.
743
744 2018-09-10 Tom Tromey <tom@tromey.com>
745
746 PR python/23487:
747 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
748
749 2018-09-10 Tom Tromey <tom@tromey.com>
750
751 PR python/16033:
752 * python.texi (Blocks In Python): Document that Block.end is
753 exclusive.
754
755 2018-08-29 Keith Seitz <keiths@redhat.com>
756
757 * gdb.texinfo (Compiling and injecting code in GDB): Document
758 set/show "compile-oracle" and "compile-cplus-types" commands.
759
760 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
761
762 * gdb.texinfo (The -stack-list-frames Command): Update description
763 to mention "arch".
764 Update MI examples throughout the document to contain "arch" in
765 frame output.
766
767 2018-08-21 Alan Hayward <alan.hayward@arm.com>
768
769 * gdb.texinfo (AArch64 SVE): New subsubsection.
770
771 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
772
773 * gdb.texinfo (GDB/MI Data Manipulation): Document
774 "-data-disassemble -a addr".
775 (GDB/MI Support Commands): Document "data-disassemble-a-option"
776 feature.
777
778 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
779
780 * gdb.texinfo (Index Files Speed Up GDB): Add section about
781 symbol index cache.
782
783 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
784
785 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
786 option sections to further clarify that gcore can take more
787 than one PID, and that "-o" is used to specify a prefix, not a
788 filename.
789
790 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
791
792 * gdb.texinfo (Maintenance Commands): Add description of
793 maintenance command to control dwarf unwinders.
794
795 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
796
797 * gdb.texinfo (Debugging Programs with Multiple Threads):
798 Document changes to 'thread apply'. Document 'taas'.
799 Document 'tfaas'.
800 (Examining the Stack): Document 'frame apply'. Document 'faas'.
801
802 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
803 Jan Kratochvil <jan.kratochvil@redhat.com>
804 Paul Fertser <fercerpav@gmail.com>
805 Tsutomu Seki <sekiriki@gmail.com>
806
807 * gdb.texinfo (Remote Connection Commands): Add explanation
808 about new IPv6 support. Add new connection prefixes.
809
810 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 * gdb.texinfo (Remote Configuration): Update descriptions for
813 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
814 and hardware-watchpoint-length-limit variables.
815
816 2018-07-02 Maciej W. Rozycki <macro@mips.com>
817
818 PR tdep/8282
819 * gdb.texinfo (Source and Machine Code): Document `set
820 disassembler-options' support for the MIPS target.
821
822 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
823
824 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
825
826 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
827
828 * gdb.texinfo (Files): The address argument for "add-symbol-file"
829 is no longer mandatory.
830
831 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
832
833 * gdb.texinfo (Files): Document "symbol-file -o offset".
834
835 2018-06-14 Tom de Vries <tdevries@suse.de>
836
837 * gdb.texinfo (Background Execution): Add @cindex for '&'.
838
839 2018-06-11 Eli Zaretskii <eliz@gnu.org>
840
841 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
842
843 2018-06-08 Gary Benson <gbenson@redhat.com>
844
845 * gdb.texinfo (Maintenance Commands): Document "maint check
846 libthread-db" and "maint set/show check-libthread-db".
847
848 2018-06-05 Tom Tromey <tom@tromey.com>
849
850 PR cli/12326:
851 * gdb.texinfo (Screen Size): Document "c" response to pagination
852 prompt.
853
854 2018-05-31 Maciej W. Rozycki <macro@mips.com>
855
856 * gdb.texinfo (Choosing Target Byte Order): Document endianness
857 selection details with the `set endian auto' mode.
858
859 2018-05-04 Tom Tromey <tom@tromey.com>
860
861 PR python/22731:
862 * python.texi (Breakpoints In Python): Mention that "commands" is
863 writable.
864
865 2018-05-02 Tom Tromey <tom@tromey.com>
866
867 PR python/20084:
868 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
869 PARAM_ZUINTEGER_UNLIMITED.
870
871 2018-04-30 Tom Tromey <tom@tromey.com>
872
873 * python.texi (Types In Python): Document Type.align.
874
875 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
876
877 * gdb.texinfo (Symbols): Mention the fact that "info
878 variables/functions/types" show source files and line numbers.
879
880 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
881
882 * gdb.texinfo: Document set/show record btrace cpu.
883
884 2018-03-27 Joel Brobecker <brobecker@adacore.com>
885
886 * gdb.texinfo (Ada Settings): New subsubsection.
887
888 2018-03-26 Tom Tromey <tom@tromey.com>
889
890 PR backtrace/15582:
891 * gdb.texinfo (Backtrace): Mention "hide" argument.
892
893 2018-03-26 Tom Tromey <tom@tromey.com>
894
895 * gdb.texinfo (Backtrace): Describe options individually.
896
897 2018-03-19 Tom Tromey <tom@tromey.com>
898
899 * observer.texi: Remove.
900
901 2018-03-04 John Baldwin <jhb@FreeBSD.org>
902
903 * gdb.texinfo (Debugging Output): Document "set/show debug
904 fbsd-nat".
905
906 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.texinfo (Machine Code): Additional information about "info
909 line" command.
910
911 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
912
913 * gdb.texinfo (gdb-add-index man): Add pindex.
914
915 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
916
917 * gdb.texinfo (set cwd): Add period.
918 (gdb-add-index man): Move anchor.
919
920 2017-01-12 Tom Tromey <tom@tromey.com>
921 Sergio Durigan Junior <sergiodj@redhat.com>
922
923 * gdb.texinfo (Index Files): Mention gdb-add-index.
924 (gdb-add-index man): New section.
925 * Makefile.in (gdb-add-index.1): New rule to generate manpage
926 from gdb.texinfo.
927
928 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
929
930 * gdb.texinfo (pwd): Fix whitespace.
931
932 2018-01-09 John Baldwin <jhb@FreeBSD.org>
933
934 * gdb.texinfo (pwd): Update cross-reference for Process Information
935 node and remove explicit /proc reference.
936 (Native): Rename subsection from SVR4 Process Information to
937 Process Information.
938 (Process Information): Reword introduction to be less /proc
939 centric. Document support for "info proc" on FreeBSD.
940
941 2018-01-03 Xavier Roirand <roirand@adacore.com>
942
943 * gdb.texinfo (Set Catchpoints): Add documentation for new
944 "catch handlers" action.
945
946 2017-12-27 Stafford Horne <shorne@gmail.com>
947
948 * gdb.texinfo (Target Description Format): Explain that arbitrary
949 strings are now allowed for register groups.
950
951 2017-12-27 Stafford Horne <shorne@gmail.com>
952
953 * gdb.texinfo (Registers): Document info reg $reggroup feature.
954
955 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
956
957 PR cli/16224
958 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
959
960 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
961
962 * python.texi (Manipulating breakpoints using Python): Document
963 qualified parameter to gdb.Breakpoint.
964
965 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
966
967 * python.texi (Manipulating breakpoints using Python): Split doc
968 of Breakpoint.__init__ in two, split text in multiple
969 paragraphs, don't nest parameter square brackets.
970
971 2017-12-12 Stafford Horne <shorne@gmail.com>
972 Stefan Wallentowitz <stefan@wallentowitz.de>
973 Franck Jullien <franck.jullien@gmail.com>
974 Jeremy Bennett <jeremy.bennett@embecosm.com>
975
976 * gdb.texinfo: Add OpenRISC documentation.
977
978 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
979
980 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
981
982 2017-12-07 Keith Seitz <keiths@redhat.com>
983
984 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
985 and "show print type nested-type-limit".
986
987 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
988
989 * python.texi (Breakpoints In Python): Add text relating
990 to allowed explicit locations and keywords in gdb.Breakpoints.
991
992 2017-12-04 Tom Tromey <tom@tromey.com>
993
994 * gdb.texinfo (Rust): Update trait object status
995
996 2017-12-01 Andrew Cagney <cagney@redhat.com>
997 Joel Brobecker <brobecker@adacore.com>
998 Sergio Durigan Junior <sergiodj@redhat.com>
999
1000 * gdb.texinfo (File Options): Document --readnever.
1001 (Commands to Specify Files): Likewise, for 'symbol-file' and
1002 'add-symbol-file'.
1003
1004 2017-11-29 Pedro Alves <palves@redhat.com>
1005
1006 PR c++/19436
1007 * gdb.texinfo (Debugging C Plus Plus): Document setting
1008 breakpoints in functions with ABI tags.
1009
1010 2017-11-29 Pedro Alves <palves@redhat.com>
1011
1012 * gdb.texinfo (Linespec Locations): Document how "function" is
1013 interpreted in C++ and Ada. Document "-qualified".
1014 (Explicit Locations): Document how "-function" is interpreted in
1015 C++ and Ada. Document "-qualified".
1016
1017 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1018
1019 PR gdb/21945
1020 * gdb.texinfo (Search Memory): Update description and example
1021 about how to search a string without NULL terminator.
1022
1023 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1024
1025 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1026 new "exception-message" field.
1027
1028 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1029
1030 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
1031
1032 2017-11-24 Pedro Alves <palves@redhat.com>
1033
1034 * gdb.texinfo (Completion): Update need-quoting examples. Remove
1035 false claim that GDB inserts quoting automatically.
1036 (Symbols): Add anchor.
1037
1038 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1039
1040 * gdb.texinfo (Requirements): Document use of GNU MPFR.
1041
1042 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1043
1044 * python.texi (Basic Python): Add rbreak documentation.
1045
1046 2017-11-07 Xavier Roirand <roirand@adacore.com>
1047 Pedro Alves <palves@redhat.com>
1048
1049 * gdb.texinfo (Set Breaks): Document support for breakpoint
1050 location ranges in the enable/disable commands.
1051
1052 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1053
1054 * gdb.texinfo (Starting your Program) <The working directory.>:
1055 Mention remote debugging.
1056 (Working Directory) <Your Program's Working Directory>:
1057 Likewise.
1058 (Connecting) <Remote Packet>: Add "set-working-dir"
1059 and "QSetWorkingDir" to the table.
1060 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
1061 packet.
1062
1063 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1064
1065 * gdb.texinfo (Starting your Program) <The working directory.>:
1066 Mention new "set cwd" command.
1067 (Working Directory) <Your Program's Working Directory>:
1068 Rephrase to explain that "set cwd" exists and is the default
1069 way to change the inferior's cwd.
1070
1071 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1072
1073 * gdb.texinfo (S/390 and System z Features): Document the new
1074 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
1075
1076 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1077
1078 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
1079 attribute.
1080
1081 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1082
1083 * python.texi (Inferiors In Python): Add description for method
1084 Inferior.thread_from_thread_handle.
1085
1086 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1087
1088 * gdb.texinfo (Starting your Program): Add description of
1089 starti command. Mention starti command as an alternative for
1090 debugging the elaboration phase.
1091
1092 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 * gdb.texinfo (Maintenance Commands): Document filter parameter
1095 of "maint selftest". Document "maint info selftests" command.
1096
1097 2017-09-11 Tom Tromey <tom@tromey.com>
1098
1099 * python.texi (Events In Python): Document new events.
1100
1101 2017-09-04 Pedro Alves <palves@redhat.com>
1102
1103 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
1104 no-debug-info variables.
1105 (Symbols) <Examining the Symbol Table>: Document inspecting
1106 no-debug-info types.
1107 (Calling) <Calling functions with no debug info>: New subsection,
1108 documenting calling no-debug-info functions.
1109 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
1110
1111 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1112
1113 * gdb.texinfo (set environment): Add @anchor. Explain that
1114 environment variables set by the user are sent to GDBserver.
1115 (unset environment): Likewise, but for unsetting variables.
1116 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
1117 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
1118 "environment-reset" and "QEnvironmentReset" to the table.
1119 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
1120 QEnvironmentReset>: New item, explaining the packet.
1121
1122 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1123
1124 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
1125 "Compiler search for the compile command" descriptions of set
1126 compile-gcc and show compile-gcc.
1127
1128 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1129
1130 * gdb.texinfo (Architectures): Add new Sparc64 section to document
1131 ADI support.
1132 * NEWS: Add "adi examine" and "adi assign" commands.
1133
1134 2017-08-18 Yao Qi <yao.qi@linaro.org>
1135
1136 * gdb.texinfo (Server): Document "--selftest".
1137
1138 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
1139
1140 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
1141 Single-Key mode.
1142
1143 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1144
1145 PR gdb/21925
1146 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
1147 set...").
1148
1149 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
1150
1151 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
1152 conditional expression.
1153
1154 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
1155
1156 * agentexpr.texi (rot): Fix symbolic description, improve
1157 textual description.
1158
1159 2017-07-26 Yao Qi <yao.qi@linaro.org>
1160
1161 * gdb.texinfo (Maintenance Commands): Document command
1162 "maint check xml-descriptions".
1163
1164 2017-07-26 Yao Qi <yao.qi@linaro.org>
1165
1166 * gdb.texinfo (Maintenance Commands): Document optional
1167 argument of "maint print c-tdesc".
1168
1169 2017-07-18 Yao Qi <yao.qi@linaro.org>
1170
1171 * gdb.texinfo (Maintenance Commands): Improve the doc to
1172 command "maint print c-tdesc".
1173
1174 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
1175
1176 PR gdb/21606
1177 * python.texi (Python representation of Symbols.): Replace
1178 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
1179 * guile.texi (Guile representation of Symbols.): Likewise.
1180
1181 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
1182
1183 * gdb.texinfo (Optional Messages about Internal Happenings):
1184 Document {set,show} debug separate-debug-file commands.
1185
1186 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1187
1188 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1189 (Connecting) <Remote Packet>: Add "startup-with-shell"
1190 and "QStartupWithShell" to the table.
1191 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1192 packet.
1193
1194 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1195
1196 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1197
1198 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1199
1200 * python.texi (Recording in Python): Factor out the documentation of
1201 gdb.RecordInstruction's super class.
1202
1203 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1204
1205 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1206 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1207 prev and next.
1208
1209 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1210
1211 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1212 gdb.RecordInstruction
1213
1214 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1215
1216 * python.texi (Recording in Python): Add documentation for
1217 gdb.RecordGap and remove documentation of special cases for
1218 gdb.BtraceInstruction.
1219
1220 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1221
1222 * python.texi (Recording in Python): Remove Record.ptid defvar.
1223
1224 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1225
1226 * gdb.texinfo (GDB/MI Thread Information): Add missing
1227 fields, re-word some things.
1228 (GDB/MI Thread Commands): Describe fields found in the output of
1229 -thread-info, remove description of fields in the
1230 thread output tuple, replace with a cross-reference to "GDB/MI
1231 Thread Information".
1232
1233 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1234
1235 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1236 from -thread-info output.
1237
1238 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1239
1240 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1241
1242 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1243
1244 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1245
1246 2017-03-22 Yao Qi <yao.qi@linaro.org>
1247
1248 * python.texi (Inferiors In Python): Remove @code from Python.
1249
1250 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1251
1252 * python.texi (Recordings In Python): Document return type of
1253 gdb.BtraceInstruction.data.
1254
1255 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1256
1257 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1258 command file-list-shared-libraries
1259 (GDB/MI Async Records): Update documentation of library-loaded with new
1260 field.
1261
1262 2017-03-16 Doug Evans <dje@google.com>
1263
1264 * guile.texi (Lazy Strings In Guile): Mention arrays.
1265 * python.texi (Lazy Strings In Python): Ditto.
1266
1267 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1268
1269 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1270 character "@".
1271
1272 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1273
1274 * Memory Protection Extensions: Add information about inferior
1275 calls.
1276
1277 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1278
1279 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1280 DW_TAG_GNU_* and DW_AT_GNU_*.
1281
1282 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1283
1284 * python.texi (Recordings In Python): New section.
1285
1286 2017-02-14 Tom Tromey <tom@tromey.com>
1287
1288 PR python/13598:
1289 * python.texi (Events In Python): Document events.before_prompt.
1290
1291 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1292
1293 * gdb.texinfo (Target Commands): Document the optional offset
1294 argument for the load command.
1295
1296 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1297
1298 PR gdb/21122
1299 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1300 space-separated breakpoint lists. Also add a missing @table command
1301 and @cindex for breakpoint lists.
1302
1303 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1304
1305 PR tdep/20936
1306 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1307 (Sparc Features): New node.
1308
1309 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1310
1311 * gdb.texinfo (i386 Features): Add system segment registers
1312 as feature.
1313
1314 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1315
1316 * python.texi (Events In Python): Fix typo.
1317
1318 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1319 Luis Machado <lgustavo@codesourcery.com>
1320
1321 * gdb.texinfo (-target-flash-erase): New MI command description.
1322 (flash-erase): New CLI command description.
1323
1324 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1325
1326 * gdb.texinfo (Contributors): Add SRI International and University
1327 of Cambridge for FreeBSD/mips.
1328
1329 2016-12-22 Doug Evans <xdje42@gmail.com>
1330
1331 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1332 commands.
1333
1334 2016-12-02 Pedro Alves <palves@redhat.com>
1335
1336 * gdb.texinfo (User-defined Commands): Limit on number of
1337 arguments passed to user-defined commands removed; update.
1338
1339 2016-12-02 Pedro Alves <palves@redhat.com>
1340
1341 PR cli/20559
1342 * gdb.texinfo (Define): Add example of using "eval" to process a
1343 variable number of arguments.
1344 (Output) <eval>: Add anchor.
1345
1346 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1347
1348 * Makefile.in: Likewise.
1349
1350 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1351
1352 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1353 xref.
1354
1355 2016-10-29 Pedro Alves <palves@redhat.com>
1356
1357 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1358 actions.
1359
1360 2016-10-26 Pedro Alves <palves@redhat.com>
1361
1362 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1363 actions that match a thread, and what happens when an action
1364 matches a thread that is already running.
1365
1366 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1367
1368 * gdb.texinfo (Using Trace Files): Fix typo.
1369 (GDB/MI Tracepoint Commands): Likewise.
1370
1371 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1372
1373 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1374 of -trace-save.
1375
1376 2016-10-06 Tom Tromey <tom@tromey.com>
1377
1378 * guile.texi (Types In Guile): Remove Java mentions.
1379 * python.texi (Types In Python): Remove Java mentions.
1380 * gdb.texinfo (Address Locations, Supported Languages)
1381 (Index Section Format): Remove Java mentions.
1382
1383 2016-08-15 Doug Evans <dje@google.com>
1384
1385 * gdb.texinfo (Target Description Format): Update docs on "end"
1386 field spec and field default type.
1387
1388 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1389 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1390
1391 PR gdb/20487
1392 * gdb.texinfo (Context management): Update mention of frame
1393 change notifications.
1394 (gdb/mi Async Records): Document frame field in
1395 =thread-select event.
1396 * observer.texi (GDB Observers): New user_selected_context_changed
1397 observer.
1398
1399 2016-09-28 Tom Tromey <tom@tromey.com>
1400
1401 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1402 than "memory breakpoint". Further document "kind". Move
1403 protocol-details link earlier.
1404 <z1>: Document the cmd_list argument. Fix typo.
1405 <g>: Remove incorrect sentence.
1406 (Stop Reply Packets): Document "OK" response to requests when in
1407 non-stop mode.
1408 <swbreak>: Use "software breakpoint" rather than "memory
1409 breakpoint".
1410 <create>: Document that "R" is ignored.
1411 <W, X, w>: Document formatting of "AA".
1412 (Notification Packets): Use "%Stop", not "%%Stop".
1413
1414 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1415
1416 * gdb.texinfo (Embedded Processors): Document ARC.
1417 (Synopsys ARC): New section.
1418 (Standard Target Features): Document ARC features.
1419 (ARC Features): New section.
1420
1421 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1422
1423 * .gitignore: New file.
1424
1425 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1426
1427 * gdb.texinfo (Input/Output): Mention possibility to unset
1428 inferior-tty.
1429
1430 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1431
1432 * gdb.texinfo: Resume btrace on reconnect.
1433
1434 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1435
1436 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1437 syscall.
1438
1439 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1440
1441 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1442 command.
1443
1444 2016-07-13 Tom Tromey <tom@tromey.com>
1445
1446 PR python/15620, PR python/18620:
1447 * python.texi (Events In Python): Document new breakpoint events.
1448
1449 2016-07-13 Tom Tromey <tom@tromey.com>
1450
1451 PR python/17698:
1452 * python.texi (Breakpoints In Python): Document
1453 Breakpoint.pending.
1454
1455 2016-07-13 Tom Tromey <tom@tromey.com>
1456
1457 * python.texi (Breakpoints In Python): Move table of types and
1458 table of watchpoint types earlier in node.
1459
1460 2016-07-12 Tom Tromey <tom@tromey.com>
1461
1462 PR python/19293:
1463 * python.texi (Frames In Python): Document
1464 gdb.invalidate_cached_frames.
1465
1466 2016-06-21 Pedro Alves <palves@redhat.com>
1467
1468 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1469 document new-ui and explain use case.
1470
1471 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1472
1473 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1474 (NDS32 Features): New Section.
1475
1476 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1477
1478 * gdb.texinfo (Examining Memory): Document negative repeat
1479 count in the 'x' command.
1480
1481 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1482
1483 * gdb.texinfo (GDB/MI Async Records): Document method and
1484 format fields in =record-started.
1485 * observer.texi (record_changed): Add method and format
1486 parameters.
1487
1488 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1489
1490 * gdb.texinfo (General Query Packets): Move the description of the
1491 response before the long list of the specific 'read' and 'write'
1492 requests.
1493
1494 2016-05-23 Tom Tromey <tom@tromey.com>
1495
1496 * python.texi (Basic Python): Document gdb.breakpoints return.
1497
1498 2016-05-24 Tom Tromey <tom@tromey.com>
1499
1500 PR gdb/19194:
1501 * gdb.texinfo (gdb man): Fix typo.
1502
1503 2016-05-17 Tom Tromey <tom@tromey.com>
1504
1505 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1506 (Rust): New node.
1507
1508 2016-05-17 Tom Tromey <tom@tromey.com>
1509
1510 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1511
1512 2016-04-27 Yao Qi <yao.qi@linaro.org>
1513
1514 * gdb.texinfo (tfind): Complete doc about tfind without
1515 argument.
1516
1517 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1518
1519 * agentexpr.texi (byte): Fix zero_ext description.
1520
1521 2016-03-31 Pedro Alves <palves@redhat.com>
1522
1523 * gdb.texinfo (M32R/SDI): Delete node.
1524 (MIPS Embedded): Remove references to the MIPS remote debugging
1525 protocol, PMON and variants, and the associated commands.
1526
1527 2016-03-15 Doug Evans <dje@google.com>
1528
1529 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1530 (Target Description Format): Mention enum types. Update docs on
1531 flags types.
1532 (Predefined Target Types): Add "bool".
1533 (Enum Target Types): New node.
1534
1535 2016-03-15 Pedro Alves <palves@redhat.com>
1536
1537 * gdb.texinfo (Tracepoint Actions): Fix typo.
1538
1539 2016-03-15 Pedro Alves <palves@redhat.com>
1540 Andreas Arnez <arnez@linux.vnet.ibm.com>
1541 Marcin Kościelnicki <koriakin@0x04.net>
1542
1543 * gdb.texinfo (Tracepoint Actions): Document possible
1544 unreliability of '$_ret'.
1545
1546 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1547
1548 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1549 command.
1550
1551 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1552
1553 * gdb.texinfo (Convenience Functions): Document $_as_string.
1554
1555 2016-02-23 Doug Evans <dje@google.com>
1556
1557 * gdb.texinfo (Skipping Over Functions and Files): Document new
1558 options to "skip" command. Update docs of output of "info skip".
1559
1560 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1561
1562 * gdb.texinfo (Signals): Add bound violation display hints for
1563 a SIGSEGV.
1564
1565 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1566
1567 * gdb.texinfo (Trace File Format): Add documentation for description
1568 section lines.
1569
1570 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1571
1572 * gdb.texinfo (Trace File Format): Remove misleading information
1573 about register block ordering.
1574
1575 2016-02-01 Doug Evans <dje@google.com>
1576
1577 * gdb.texinfo (Value Sizes): Fix typo.
1578
1579 2016-02-01 Doug Evans <dje@google.com>
1580
1581 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1582
1583 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1584
1585 * gdb.texinfo (Value Sizes): New section.
1586 (Data): Add the 'Value Sizes' node to the menu.
1587
1588 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1589
1590 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1591
1592 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1593
1594 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1595
1596 2016-01-18 Pedro Alves <palves@redhat.com>
1597
1598 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1599 of the thread that hit a breakpoint or received a signal.
1600
1601 2016-01-15 Pedro Alves <palves@redhat.com>
1602
1603 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1604
1605 2016-01-13 Pedro Alves <palves@redhat.com>
1606
1607 * gdb.texinfo (Threads): Document the $_gthread convenience
1608 variable.
1609 (Convenience Vars): Likewise.
1610
1611 2016-01-13 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.texinfo (Threads): Document "info threads -gid".
1614
1615 2016-01-13 Pedro Alves <palves@redhat.com>
1616
1617 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1618 anchor.
1619 (Threads In Python): Document new InferiorThread.global_num
1620 attribute.
1621
1622 2016-01-07 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1625 qualified thread IDs, global thread IDs and thread ID lists.
1626 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1627 thread IDs.
1628 (Convenience Vars): Document the $_thread convenience variable.
1629 (Ada Tasks): Adjust to refer to thread IDs.
1630 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1631 Commands, GDB/MI Variable Objects): Update to mention global
1632 thread IDs.
1633 * guile.texi (Breakpoints In Guile)
1634 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1635 global thread IDs instead of thread IDs.
1636 * python.texi (Threads In Python): Adjust documentation of
1637 InferiorThread.num.
1638 (Breakpoint.thread): Mention global thread IDs instead of thread
1639 IDs.
1640
1641 2016-01-13 Pedro Alves <palves@redhat.com>
1642
1643 * python.texi (Threads In Python): Document
1644 InferiorThread.inferior.
1645
1646 2016-01-13 Pedro Alves <palves@redhat.com>
1647
1648 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1649 convenience variable.
1650 (Convenience Vars): Likewise.
1651
1652 2016-01-12 Josh Stone <jistone@redhat.com>
1653 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1654
1655 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1656 (Stop Reply Packets): List the syscall entry and return stop reasons.
1657 (General Query Packets): Describe QCatchSyscalls, and add it to the
1658 table and the detailed list of stub features.
1659
1660 2016-01-12 Pedro Alves <palves@redhat.com>
1661
1662 Remove use of the registered trademark symbol throughout.
1663
1664 2016-01-12 Yao Qi <yao.qi@linaro.org>
1665
1666 * gdb.texinfo (Interrupts): Update the document on handling
1667 interrupt when program is stopped.
1668
1669 2015-12-11 Don Breazeal <donb@codesourcery.com>
1670
1671 * gdb.texinfo (Forks): Correct Linux kernel version where
1672 fork and exec events are supported, add notes about support
1673 of these events in target remote mode.
1674 (Connecting): Reorganize and clarify distinctions between
1675 target remote, extended-remote, and multiprocess.
1676 Reorganize related text from separate sections into new
1677 sections.
1678 (Server): Note effects of target extended-remote mode.
1679 Delete section on Multi-Process Mode for gdbserver.
1680 Move some text to "Connecting" node.
1681
1682 2015-12-10 Pedro Alves <palves@redhat.com>
1683
1684 * gdb.texinfo (Threads): Replace warning with explanation
1685 about single-threaded programs.
1686
1687 2015-12-10 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.texinfo (Threads): Remove mention of SGI.
1690 (Forks): Remove mention of HP-UX.
1691 (Breakpoints): Remove mention of HP-UX.
1692 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1693 Reword in terms of architectures.
1694 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1695 mention supported systems.
1696 (Convenience Vars): Don't mention HP-UX.
1697 (Jumping): Remove mention of HP-UX in comment.
1698 (Files) <shared libraries>: Update supported shared library types
1699 list. Remove mention of HP-UX.
1700 (Native): Remove HP-UX subsection.
1701 (SVR4 Process Information): Remove mention of HP-UX.
1702
1703 2015-12-10 Pedro Alves <palves@redhat.com>
1704
1705 * gdb.texinfo (Stack): Reorder menu.
1706
1707 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1708
1709 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1710 -var-set-format's new zero-hexadecimal format.
1711
1712 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1713
1714 * gdb.texinfo (Ada Mode Into): Move overloading support
1715 description to its own node.
1716 (Overloading support for Ada): New node.
1717
1718 2015-11-30 Pedro Alves <palves@redhat.com>
1719
1720 PR 14618
1721 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1722 (Remote Configuration): Add the "set/show remote
1723 no-resumed-stop-reply" to the available settings table.
1724 (General Query Packets): Document the "no-resumed" qSupported
1725 feature.
1726
1727 2015-11-30 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.texinfo (Remote Configuration): List "set/show remote
1730 thread-events" command in configuration table.
1731 (Stop Reply Packets): Document "T05 create" stop
1732 reason and 'w' stop reply.
1733 (General Query Packets): Document QThreadEvents packet. Document
1734 QThreadEvents qSupported feature.
1735
1736 2015-11-30 Pedro Alves <palves@redhat.com>
1737
1738 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1739 anchor.
1740 (Packets): Document vCtrlC.
1741
1742 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1743
1744 * gdb.texinfo (Thread List Format): Mention thread names.
1745
1746 2015-11-24 Pedro Alves <palves@redhat.com>
1747
1748 PR 17539
1749 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1750 program-spaces" example to ascending order listing.
1751 (Threads): Adjust "info threads" example to ascending order
1752 listing.
1753 (Forks): Adjust "info inferiors" example to ascending order
1754 listing.
1755
1756 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1757
1758 * gdb.texinfo (Process Record and Replay): Document "record
1759 instruction-history" modifiers.
1760
1761 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1764 description.
1765 (Frame Filter Management): Move to later in the 'Examining the
1766 Stack' chapter.
1767 (Selection): Add entry for 'select-frame'.
1768
1769 2015-09-25 Doug Evans <dje@google.com>
1770
1771 * gdb.texinfo (Process Record and Replay): Fix syntax of
1772 "record instruction-history begin, end" and
1773 "record function-call-history begin, end".
1774
1775 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1776
1777 * gdb.texinfo (Specifying Source Directories): Fix
1778 substitute-path example.
1779
1780 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1781
1782 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1783
1784 2015-09-15 Pedro Alves <palves@redhat.com>
1785
1786 PR remote/18965
1787 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1788 the vforkdone description.
1789
1790 2015-09-15 Pedro Alves <palves@redhat.com>
1791
1792 PR remote/18965
1793 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1794 part indicates the thread ID of the parent process.
1795
1796 2015-09-15 Yao Qi <yao.qi@linaro.org>
1797
1798 * gdb.texinfo (General Query Packets): Add vContSupported to
1799 tables of 'gdbfeatures' and 'stub features' supported in the
1800 qSupported packet, as well as to the list containing stub
1801 feature details.
1802
1803 2015-09-11 Don Breazeal <donb@codesourcery.com>
1804
1805 * gdb.texinfo (Remote Configuration): Add exec event
1806 feature to table of packet settings.
1807 (Stop Reply Packets): Add exec events to the list of stop
1808 reasons.
1809 (General Query Packets): Add exec events to tables of
1810 'gdbfeatures' and 'stub features' supported in the qSupported
1811 packet, as well as to the list containing stub feature
1812 details.
1813
1814 2015-08-24 Pedro Alves <palves@redhat.com>
1815
1816 * gdb.texinfo (Remote Configuration): Document the "set/show
1817 remote multiprocess-extensions-packet" commands.
1818
1819 2015-08-24 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1822 <M32R>: Remove references to M32R/D.
1823 <M68K>: Remove references to target dbug.
1824 <MIPS Embedded>: Remove references to target r3900 and target
1825 array.
1826 <PowerPC Embedded>: Remove references to target dink32 and target
1827 ppcbug, target sds
1828 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1829
1830 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1831
1832 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1833
1834 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1835
1836 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1837
1838 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1839
1840 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1841 info bfds" to...
1842 (File Caching): A New section. Outline bfd caching, and add new
1843 description for "main set/show bfd-sharing".
1844
1845 2015-08-14 Doug Evans <xdje42@gmail.com>
1846
1847 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1848 disassembly.
1849 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1850
1851 2015-08-11 Keith Seitz <keiths@redhat.com>
1852
1853 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1854 Use "location(s)"instead of "linespec(s)".
1855 (Specifying a Location): Rewrite.
1856 Add subsections describing linespec, address, and explicit locations.
1857 Add node/menu for each subsection.
1858 (Source and Machine Code, C Preprocessor Macros)
1859 (Create and Delete Trace points)
1860 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1861 (Continuing at a Different Address): Remove "linespec" examples.
1862 Add reference to "Specify a Location"
1863 (The -break-insert Command): Rewrite. Add anchor.
1864 Add reference to appropriate manual section discussing locations.
1865 (The -dprintf-insert Command): Refer to -break-insert for
1866 specification of 'location'.
1867
1868 2015-08-07 Pedro Alves <palves@redhat.com>
1869
1870 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1871 target-non-stop".
1872
1873 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1874
1875 * gdb.texinfo (Process Record and Replay): Document prefixing of
1876 speculatively executed instructions in the "record instruction-history"
1877 command.
1878
1879 2015-07-20 Doug Evans <dje@google.com>
1880
1881 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1882
1883 2015-07-16 Doug Evans <dje@google.com>
1884
1885 * stabs.texinfo: @include gdb-cfg.texi.
1886
1887 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1888
1889 Revert the previous 2 commits:
1890 gdbserver build-id attribute generator
1891 Validate symbol file using build-id
1892
1893 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1894
1895 * gdb.texinfo (Files): Add 'set validate-build-id'
1896 and 'show validate-build-id'.
1897
1898 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1899 Jan Kratochvil <jan.kratochvil@redhat.com>
1900
1901 gdbserver build-id attribute generator.
1902 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1903 'build-id' in description, example, new attribute in dtd.
1904
1905 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1906
1907 * gdb.texinfo (Selection): Update documentation for 'frame'
1908 command.
1909
1910 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1911
1912 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1913 commands.
1914
1915 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1916
1917 * gdb.texinfo (Process Record and Replay): Spell out that variables
1918 and registers are not available during btrace replay.
1919 Describe the new "record btrace pt" command.
1920 Describe the new "set|show record btrace pt buffer-size" options.
1921 (General Query Packets): Describe the new Qbtrace:pt and
1922 Qbtrace-conf:pt:size packets.
1923 Expand "bts" to "Branch Trace Store".
1924 Update the branch trace DTD.
1925
1926 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1927
1928 * gdb.texinfo (Command History): Document the new option
1929 "history remove-duplicates".
1930
1931 2015-06-19 Doug Evans <dje@google.com>
1932
1933 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1934 longer supported.
1935
1936 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1937
1938 * gdb.texinfo (Command History): Mention that setting
1939 GDBHISTSIZE to the empty string disables history truncation.
1940
1941 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1942
1943 PR gdb/16999
1944 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1945 behavior.
1946
1947 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1948
1949 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1950 with GDBHISTSIZE.
1951
1952 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1953
1954 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1955 bytes and memory units for -data-{read,write}-memory-bytes.
1956 (Packets): Same for m, M and X packets.
1957 * python.texi (Inferiors In Python): Same for read_memory and
1958 write_memory.
1959
1960 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1961
1962 * gdb.texinfo (Separate Debug Files): Document that PE is also
1963 supported.
1964
1965 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1966
1967 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1968 single table entry.
1969
1970 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1971
1972 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1973
1974
1975 2015-06-10 Gary Benson <gbenson@redhat.com>
1976
1977 * gdb.texinfo (Remote Configuration): Document the
1978 "set/show remote hostio-setfs-packet" command.
1979 (Host I/O Packets): Document the vFile:setfs packet.
1980
1981 2015-06-10 Gary Benson <gbenson@redhat.com>
1982
1983 * gdb.texinfo (Debugging Output): Document the "set/show debug
1984 linux-namespaces" command.
1985
1986 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1987 Mircea Gherzan <mircea.gherzan@intel.com>
1988
1989 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1990 and "set mpx bound".
1991
1992 2015-05-27 Doug Evans <dje@google.com>
1993
1994 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1995
1996 2015-05-26 Doug Evans <dje@google.com>
1997
1998 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1999 command renamings.
2000 (Maintenance Commands): Update for DWARF "set debug" command renamings.
2001
2002 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2003
2004 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
2005
2006 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2007
2008 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
2009 (TUI Commands): Add 'tui enable' and 'tui disable' details.
2010
2011 2015-05-16 Doug Evans <xdje42@gmail.com>
2012
2013 * guile.texi (Memory Ports in Guile): Document support for unbuffered
2014 memory ports.
2015
2016 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2017
2018 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
2019
2020 2015-05-12 Don Breazeal <donb@codesourcery.com>
2021
2022 * gdb.texinfo (Forks): Note that fork debugging is
2023 supported in extended mode.
2024 (Remote Configuration): Add fork event features to table
2025 of packet settings.
2026 (Stop Reply Packets): Add fork events to list of stop reasons.
2027 (General Query Packets): Add fork events to tables of
2028 'gdbfeatures' and 'stub features' supported in the qSupported
2029 packet, as well as to the list containing stub feature
2030 details.
2031
2032 2015-05-12 Gary Benson <gbenson@redhat.com>
2033
2034 * gdb.texinfo (General Query Packets): Document
2035 qXfer:exec-file:read with empty annex.
2036
2037 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2038
2039 * python.texi (Values From Inferior): Add descriptions of new
2040 methods gdb.Value.reference_value and gdb.Value.const_value.
2041
2042 2015-05-06 Joel Brobecker <brobecker@adacore.com>
2043
2044 * gdb.texinfo (Files): Add "info dll" documentation.
2045 (Cygwin Native): Remove "info dll" documentation.
2046
2047 2015-04-29 Doug Evans <dje@google.com>
2048
2049 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
2050 Document.
2051 (Writing an Xmethod): Add get_result_type to example.
2052
2053 2015-04-28 Sasha Smundak <asmundak@google.com>
2054
2055 * python.texi: New method documented.
2056
2057 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
2060 format.
2061
2062 2015-04-24 Doug Evans <dje@google.com>
2063
2064 * python.texi (Xmethods In Python): Fix name of method to call the
2065 xmethod.
2066
2067 2015-04-17 Gary Benson <gbenson@redhat.com>
2068
2069 * gdb.texinfo (Connecting to a Remote Target): Mention that
2070 GDB can access program files from remote targets that support
2071 qXfer:exec-file:read and Host I/O packets.
2072
2073 2015-04-17 Gary Benson <gbenson@redhat.com>
2074
2075 * gdb.texinfo (Remote Configuration): Document the "set/show
2076 remote pid-to-exec-file-packet" command.
2077 (General Query Packets): Document the qXfer:exec-file:read
2078 qSupported features. Document the qXfer:exec-file:read packet.
2079
2080 2015-04-17 Gary Benson <gbenson@redhat.com>
2081
2082 * gdb.texinfo (set sysroot): Document that "set sysroot" also
2083 applies to executable paths if supplied to GDB as absolute.
2084
2085 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2086
2087 * gdb.texinfo (Mode Options): Remove -xdb.
2088
2089 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2090 Eli Zaretskii <eliz@gnu.org>
2091
2092 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
2093 compile, show debug compile. New subsection Compilation options for
2094 the compile command. New subsection Compiler search for the compile
2095 command.
2096
2097 2015-04-09 Andy Wingo <wingo@igalia.com>
2098
2099 * guile.texi (Frames In Guile): Describe frame-read-register.
2100
2101 2015-04-02 Gary Benson <gbenson@redhat.com>
2102
2103 * gdb.texinfo (set sysroot): Document "target:".
2104
2105 2015-04-01 Sasha Smundak <asmundak@google.com>
2106
2107 * doc/python.texi (Writing a Frame Unwinder in Python): Add
2108 section.
2109
2110 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2111
2112 PR corefiles/16092
2113 * gdb.texinfo (gcore): Mention new command 'set
2114 use-coredump-filter'.
2115 (set use-coredump-filter): Document new command.
2116
2117 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2118
2119 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
2120 documentation, reorder the info os entries in alphabetical order.
2121
2122 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
2123
2124 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
2125 -data-write-memory-bytes.
2126
2127 2015-03-24 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
2130 mention that threads may sometimes run unlocked.
2131
2132 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2133
2134 * gdb.texinfo (Remote configuration): Document "set/show
2135 serial parity" command.
2136
2137 2015-03-18 Gary Benson <gbenson@redhat.com>
2138
2139 * gdb.texinfo (General Query Packets): Remove documentation
2140 for now-removed vFile:fstat qSupported features.
2141
2142 2015-03-11 Gary Benson <gbenson@redhat.com>
2143
2144 * gdb.texinfo (Remote Configuration): Document the
2145 "set/show remote hostio-fstat-packet" command.
2146 (General Query Packets): Document the vFile:fstat
2147 qSupported features.
2148 (Host I/O Packets): Document the vFile:fstat packet.
2149
2150 2015-03-11 Andy Wingo <wingo@igalia.com>
2151
2152 * guile.texi (Objfiles In Guile): Document objfile-progspace.
2153
2154 2015-03-04 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.texinfo (Remote Configuration): Document the "set/show
2157 remote swbreak-feature-packet" and "set/show remote
2158 hwbreak-feature-packet" commands.
2159 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
2160 decription.
2161 (Stop Reply Packets): Document the swbreak and hwbreak stop
2162 reasons.
2163 (General Query Packets): Document the swbreak and hwbreak
2164 qSupported features.
2165 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
2166
2167 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
2168
2169 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
2170 under *stopped.
2171
2172 2015-03-02 Doug Evans <xdje42@gmail.com>
2173
2174 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
2175
2176 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2177
2178 * gdb.texinfo (S/390 and System z Features): Describe new feature
2179 "org.gnu.gdb.s390.vx".
2180
2181 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
2182
2183 PR gdb/18008
2184 * gdb.texinfo (maint internal-error, maint internal-warning, maint
2185 demangler-warning): Fix typo ("problam").
2186
2187 2015-02-19 David Taylor <dtaylor@emc.com>
2188
2189 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2190
2191 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2192
2193 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2194 point, DTrace'.
2195 (Static Probe Points): Modified to cover DTrace probes in addition
2196 to SystemTap probes. Also modified to cover the `enable probe'
2197 and `disable probe' commands.
2198
2199 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2200
2201 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2202 `disable probe' commands.
2203
2204 2015-02-12 David Taylor <dtaylor@emc.com>
2205
2206 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2207 fields of the QTDV packet.
2208
2209 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2210
2211 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2212 (Process Record and Replay): Describe new set|show commands.
2213 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2214
2215 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2216
2217 * gdb.texinfo (Process Record and Replay): Describe the "record
2218 btrace bts" command.
2219 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2220 (Branch Trace Configuration Format): New.
2221
2222 2015-01-31 Gary Benson <gbenson@redhat.com>
2223 Doug Evans <dje@google.com>
2224
2225 * gdb.texinfo (Command Completion): Document new
2226 "set/show max-completions" option.
2227
2228 2015-01-31 Doug Evans <xdje42@gmail.com>
2229
2230 * gdb.texinfo (Symbols): Document new commands
2231 "maint print symbol-cache", "maint print symbol-cache-statistics",
2232 "maint flush-symbol-cache". Document new option
2233 "maint set symbol-cache-size".
2234
2235 2015-01-31 Doug Evans <xdje42@gmail.com>
2236
2237 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2238 distinguish script files vs inlined scripts.
2239 * python.texi (Python Auto-loading): Ditto.
2240
2241 2015-01-30 Doug Evans <dje@google.com>
2242
2243 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2244 string if present.
2245
2246 2015-01-27 Doug Evans <dje@google.com>
2247
2248 * python.texi (Objfiles In Python): Document Objfile.username.
2249
2250 2015-01-27 Doug Evans <dje@google.com>
2251
2252 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2253 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2254
2255 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2256
2257 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2258
2259 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2260
2261 * doc/gdb.texinfo (TUI Commands): Document the possible
2262 values of NAME argument to 'winheight' command. Explain the
2263 effect of 'tabset' setting better.
2264
2265 2015-01-11 Doug Evans <xdje42@gmail.com>
2266
2267 PR gdb/15830
2268 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2269 (Symbols): Ditto.
2270 (Maintenance Commands): Delete docs for "maint demangle".
2271
2272 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2273
2274 * gdb.texinfo (Files): Remove documentation of the
2275 "add-shared-symbol-files" and "assf" commands.
2276 (Cygwin Native): Remove documentation of the "dll-symbols"
2277 command.
2278
2279 2014-12-17 Doug Evans <xdje42@gmail.com>
2280
2281 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2282
2283 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2284 Jan Kratochvil <jan.kratochvil@redhat.com>
2285
2286 * gdb.texinfo (Altering): Update.
2287 (Compiling and Injecting Code): New node.
2288
2289 2014-12-12 Doug Evans <dje@google.com>
2290
2291 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2292
2293 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2294
2295 * gdb.texinfo: Document "maint print user-registers".
2296
2297 2014-12-08 Doug Evans <dje@google.com>
2298
2299 * python.texi (Objfiles In Python): Document Objfile.owner.
2300
2301 2014-12-04 Doug Evans <dje@google.com>
2302
2303 * python.texi (Objfiles In Python): Document
2304 Objfile.add_separate_debug_file.
2305
2306 2014-12-04 Doug Evans <dje@google.com>
2307
2308 * python.texi (Objfiles In Python): Document Objfile.build_id.
2309
2310 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2311
2312 * python.texi (Events In Python): Document new events
2313 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2314 and RegisterChangedEvent.
2315
2316 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2317
2318 Add add-auto-load-scripts-directory.
2319 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2320 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2321
2322 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2323
2324 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2325 description typo.
2326
2327 2014-10-30 Doug Evans <dje@google.com>
2328
2329 * python.texi (Progspaces In Python): Document ability to add
2330 random attributes to gdb.Progspace objects.
2331 (Objfiles In Python): Document ability to add random attributes to
2332 gdb.objfile objects.
2333
2334 2014-10-27 Pedro Alves <palves@redhat.com>
2335
2336 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2337 info on stepping and signal handlers.
2338 (Signals): Explain stepping and signal handlers. Add context
2339 index entry, and cross references.
2340
2341 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2342
2343 * python.texi (Breakpoints In Python): Add parenthesis after
2344 Breakpoint.delete. Clarify Breakpoint.enabled description so
2345 that it contains "disable".
2346
2347 2014-10-17 Doug Evans <dje@google.com>
2348
2349 * python.texi (Events In Python): Document clear_objfiles event.
2350
2351 2014-10-17 Doug Evans <dje@google.com>
2352
2353 * python.texi (Objfiles In Python): Document new progspace attribute.
2354
2355 2014-10-17 Pedro Alves <palves@redhat.com>
2356
2357 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2358 (SVR4 Process Information): Delete mention of OSF/1.
2359
2360 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2361
2362 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2363 exit-code field in -list-thread-groups output.
2364
2365 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2366
2367 * gdb.texinfo (Set Breaks): Add missing "@end table".
2368
2369 2014-09-22 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2372 always-inserted off" is the default mode now. Delete
2373 documentation of "set breakpoint always-inserted auto".
2374
2375 2014-09-18 Doug Evans <dje@google.com>
2376
2377 * python.texi (Symbol Tables In Python): Document "producer"
2378 attribute of gdb.Symtab objects.
2379
2380 2014-09-16 Pedro Alves <palves@redhat.com>
2381
2382 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2383 (Embedded OS): Remove VxWorks menu entry.
2384 (VxWorks): Remove node.
2385
2386 2014-09-13 Doug Evans <xdje42@gmail.com>
2387
2388 * gdb.texinfo (Signaling): Document new queue-signal command.
2389
2390 2014-09-06 Doug Evans <xdje42@gmail.com>
2391
2392 PR 15276
2393 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2394 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2395
2396 2014-09-03 Justin Lebar <jlebar@google.com>
2397
2398 * python.texi (Types In Python): Type.template_argument(n) returns a
2399 gdb.Value or a gdb.Type and throws an exception if n is out of
2400 range.
2401
2402 2014-09-03 Sasha Smundak <asmundak@google.com>
2403
2404 * python.texi (Frames in Python): Add read_register description.
2405
2406 2014-08-04 Tom Tromey <tromey@redhat.com>
2407
2408 * gdb.texinfo (Debugging Output): Update for change to "set debug
2409 target".
2410
2411 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2412
2413 Pushed by Joel Brobecker <brobecker@adacore.com>.
2414 * Makefile.in (transform): New variable.
2415 (install-man1, install-man5): Apply $(transform) to man file names.
2416
2417 2014-07-26 Doug Evans <xdje42@gmail.com>
2418
2419 PR guile/17177
2420 * guile.texi (Guile Pretty Printing API): Fix typo.
2421 Document set-pretty-printers!, pretty-printers.
2422 (Selecting Guile Pretty-Printers): Update.
2423 Mention program-space based pretty-printers.
2424
2425 2014-07-25 Pedro Alves <palves@redhat.com>
2426 Eli Zaretskii <eliz@gnu.org>
2427
2428 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2429 with multi-threaded programs.
2430
2431 2014-06-27 Yao Qi <yao@codesourcery.com>
2432
2433 * gdb.texinfo (Maintenance Commands): Update the output of
2434 'maint print dummy-frames' command.
2435
2436 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2437
2438 * gdb.texinfo (Screen Size): Improve indexing.
2439
2440 2014-06-19 Gary Benson <gbenson@redhat.com>
2441
2442 * gdb.texinfo (Maintenance Commands): Document new
2443 "maint set/show catch-demangler-crashes" option.
2444
2445 2014-06-19 Gary Benson <gbenson@redhat.com>
2446
2447 * gdb.texinfo (Maintenance Commands): Document new
2448 "maint demangler-warning" command and new
2449 "maint set/show demangler-warning" option.
2450
2451 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2452
2453 * python.texi (Xmethod API): Add space before the opening
2454 parenthesis in function descriptions.
2455
2456 2014-06-06 Doug Evans <xdje42@gmail.com>
2457
2458 * guile.texi (Guile Configuration): Document guile-data-directory.
2459
2460 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2461
2462 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2463
2464 2014-06-04 Doug Evans <xdje42@gmail.com>
2465
2466 * guile.texi (Breakpoints In Guile): Update.
2467
2468 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2469
2470 * python.texi (Xmethod API): Fix reference to "Progspaces In
2471 Python".
2472
2473 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2474
2475 * python.texi (Xmethods In Python, XMethod API)
2476 (Writing an Xmethod): New nodes.
2477 (Python API): New menu entries "Xmethods In Python",
2478 "Xmethod API", "Writing an Xmethod".
2479
2480 2014-06-02 Doug Evans <xdje42@gmail.com>
2481
2482 * guile.texi (Guile API): Add entry for Parameters In Guile.
2483 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2484 (Parameters In Guile): New node.
2485
2486 2014-06-02 Doug Evans <xdje42@gmail.com>
2487
2488 * guile.texi (Guile API): Add entry for Commands In Guile.
2489 (Basic Guile) <parse-and-eval>: Add reference.
2490 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2491 (GDB Scheme Data Types): Mention <gdb:command> object.
2492 (Commands In Guile): New node.
2493
2494 2014-06-02 Doug Evans <xdje42@gmail.com>
2495
2496 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2497 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2498 (Progspaces In Guile): New node.
2499
2500 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2501
2502 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2503 * python.texi (Frames In Python): Mention
2504 gdb.FRAME_UNWIND_MEMORY_ERROR.
2505
2506 2014-05-29 Pedro Alves <palves@redhat.com>
2507 Tom Tromey <tromey@redhat.com>
2508
2509 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2510 from example.
2511 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2512 Mention that target-async is now deprecated.
2513 (Maintenance Commands): Document maint set/show target-async.
2514
2515 2014-05-29 Pedro Alves <palves@redhat.com>
2516
2517 * observer.texi (sync_execution_done, command_error): New
2518 subjects.
2519
2520 2014-05-29 Pedro Alves <palves@redhat.com>
2521
2522 PR gdb/13860
2523 * observer.texi (signal_received, end_stepping_range)
2524 (signal_exited, exited, no_history): New observer subjects.
2525
2526 2014-05-26 Andy Wingo <wingo@igalia.com>
2527
2528 * guile.texi (GDB Scheme Data Types): Remove documentation for
2529 removed interfaces. Update spelling of gdb-object-kind.
2530
2531 2014-05-26 Andy Wingo <wingo@igalia.com>
2532
2533 * guile.texi (Basic Guile): Fix some typos.
2534
2535 2014-05-26 Andy Wingo <wingo@igalia.com>
2536
2537 * guile.texi (Writing a Guile Pretty-Printer)
2538 (Guile Types Module): Fix excess parentheses in use-modules forms.
2539
2540 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2541
2542 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2543 (Breakpoints In Guile, Guile Printing Module)
2544 (Guile Exception Handling, Values From Inferior In Guile)
2545 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2546 Don't use @var at the beginning of a sentence.
2547
2548 * gdb.texinfo (Frame Filter Management, Trace Files)
2549 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2550 (PowerPC Embedded, Define, Annotations for Running)
2551 (IPA Protocol Commands, Packets, General Query Packets)
2552 (Tracepoint Packets, Notification Packets, Environment)
2553 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2554 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2555 (Frames, Backtrace, Selection, Expressions, Registers)
2556 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2557 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2558 (Source Annotations, Using JIT Debug Info Readers, Packets)
2559 (Stop Reply Packets, Host I/O Packets)
2560 (Target Description Format): Don't use @var at the beginning of a
2561 sentence.
2562
2563 * python.texi (Basic Python, Types In Python)
2564 (Commands In Python, Frames In Python, Line Tables In Python)
2565 (Breakpoints In Python, gdb.printing, gdb.types)
2566 (Type Printing API): Don't use @var at the beginning of a
2567 sentence.
2568
2569 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2570
2571 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2572 replay-memory-access".
2573
2574 2014-05-21 Pedro Alves <palves@redhat.com>
2575
2576 * gdb.texinfo (Starting): Document "set/show
2577 auto-connect-native-target".
2578 (Target Commands): Document "target native".
2579
2580 2014-05-20 Pedro Alves <palves@redhat.com>
2581
2582 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2583 not be remote specific. Add cross reference to the qCRC packet.
2584 (Separate Debug Files): Update cross reference to the qCRC packet.
2585 (General Query Packets) <qCRC packet>: Add anchor.
2586
2587 2014-05-17 Doug Evans <xdje42@gmail.com>
2588
2589 Copy over changes from guile.texi.
2590 * python.texi (Basic Python) <gdb.execute>: Add text.
2591 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2592 (Values From Inferior) <Python string>: Add text.
2593 (Values From Inferior) <Value.string>: Clarify string length handling.
2594 (Pretty Printing API): Add cindex.
2595 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2596 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2597 @vindex.
2598 (Commands In Python) <COMPLETE_*>: Similarly.
2599 (Symbols In Python) <SYMBOL_*>: Similarly.
2600 (Breakpoints In Python) <WP_*>: Similarly.
2601 (Breakpoints In Python) <BP_*>: Similarly.
2602
2603 2014-05-17 David Taylor <dtaylor@emc.com>
2604
2605 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2606 mentioned in the qfThreadInfo reply.
2607
2608 2014-05-16 Doug Evans <dje@google.com>
2609
2610 * gdb.texinfo (Mode Options): Add -D.
2611
2612 2014-05-09 Samuel Bronson <naesten@gmail.com>
2613
2614 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2615 "make -C".
2616
2617 2014-04-29 Tom Tromey <tromey@redhat.com>
2618
2619 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2620 "show debug varobj".
2621
2622 2014-05-01 David Taylor <dtaylor@emc.com>
2623
2624 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2625 option.
2626
2627 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2628 Walfred Tedeschi <walfred.tedeschi@intel.com>
2629
2630 * gdb.texinfo (i386 Features): Add description of AVX512
2631 registers.
2632
2633 2014-03-31 Doug Evans <dje@google.com>
2634
2635 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2636
2637 2014-03-30 Doug Evans <dje@google.com>
2638
2639 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2640 (Background Execution): Ditto.
2641
2642 2014-03-21 Pedro Alves <palves@redhat.com>
2643 Stan Shebs <stan@codesourcery.com>
2644 Hui Zhu <hui@codesourcery.com>
2645
2646 * gdb.texinfo (Packets): Add anchor to "? packet".
2647 Remove fixme and update introduction of "k packet".
2648 Add anchor to "vKill packet".
2649
2650 2014-03-12 Stan Shebs <stan@codesourcery.com>
2651
2652 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2653
2654 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2655
2656 * guile.texi (Basic Guile): Document 'history-append!'.
2657
2658 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2659
2660 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2661 and "assf" as being deprecated.
2662 (Cygwin Native): Likewise for "dll-symbols".
2663 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2664 as a way to force the loading of symbols from a DLL.
2665
2666 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2667
2668 * python.texi (Values From Inferior): Add description about the
2669 new feature.
2670
2671 2014-02-17 Doug Evans <xdje42@gmail.com>
2672
2673 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2674 * gdb.texinfo (Python): Moved to ...
2675 * python.texi: ... here. New file.
2676
2677 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2678
2679 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2680 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2681 parameter to 'str-lookup-function' procedure. Look for
2682 the "std::string<" prefix.
2683 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2684 Adjust description.
2685
2686 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2687
2688 * guile.texi (Values From Inferior In Guile): Remove stray
2689 parantheses for deffn.
2690 (Disassembly In Guile): Ditto.
2691
2692 2014-02-10 Stan Shebs <stan@codesourcery.com>
2693
2694 Add Doxygen support.
2695 * Makefile.in (doxy): New action, generates Doxygen files.
2696 (DOXYGEN): New.
2697 (doxyedit): New.
2698 * Doxyfile-base.in: New file.
2699 * Doxyfile-gdb-api.in: New file.
2700 * Doxyfile-gdb-xref.in: New file.
2701 * Doxyfile-gdbserver.in: New file.
2702 * doxy-index.in: New file.
2703 * filter-for-doxygen: New file.
2704 * filter-params.pl: New file.
2705
2706 2014-02-10 Doug Evans <xdje42@gmail.com>
2707
2708 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2709 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2710 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2711 (Guile docs): Include guile.texi.
2712 (objfile-gdbdotext file): Add objfile-gdb.scm.
2713 (dotdebug_gdb_scripts section): Mention Guile scripts.
2714 (Multiple Extension Languages): New node.
2715 * guile.texi: New file.
2716
2717 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2718
2719 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2720 ignore-descriptive-types". commands.
2721
2722 2014-01-22 Doug Evans <dje@google.com>
2723
2724 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2725 (gdbserver man): Ditto.
2726
2727 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2728
2729 * gdb.texinfo: Document limited reverse/replay support
2730 for target record-btrace.
2731
2732 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2733
2734 * gdb.texinfo (Process Record and Replay): Update documentation.
2735
2736 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2737
2738 * gdb.texinfo (Process Record and Replay): Document new /c
2739 modifier accepted by "record function-call-history".
2740 Add /i modifier to "record function-call-history" example.
2741
2742 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2743 Joel Brobecker <brobecker@adacore.com>
2744
2745 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2746 markers. Remove one that was misplaced.
2747
2748 2014-01-10 Pedro Alves <palves@redhat.com>
2749
2750 * gdb.texinfo (Your Program's Environment) <set environment>:
2751 Mention the shell, and point at 'set exec-wrapper'.
2752
2753 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2754
2755 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2756
2757 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2758
2759 * gdb.texinfo (Types In Python): Clarify the documentation
2760 of attribute gdb.Field.bitpos.
2761
2762 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2763
2764 * gdb.texinfo (Types In Python): Fix the documentation of
2765 attribute "bitpos" in class gdb.Field for enum types. Add
2766 documentation for attribute "enumval" in that same class.
2767
2768 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2769
2770 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2771 @ftable.
2772
2773 2013-12-23 Doug Evans <xdje42@gmail.com>
2774
2775 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2776 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2777 corresponding section in Extending GDB.
2778 (Extending GDB): Move menu up. New menu item "Auto-loading
2779 extensions".
2780 (Sequences): New menu item "Auto-loading sequences".
2781 (Auto-loading sequences): New node.
2782 (Python): Rename section from Scripting GDB to Extending GDB.
2783 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2784 Move docs on ways to auto-load extensions to ...
2785 (Auto-loading extensions): ... here. New node.
2786
2787 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2788
2789 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2790 in menu.
2791 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2792 command, now in a new node.
2793 (GDB/MI Support Commands): New node, with its contents being
2794 extracted from the "GDB/MI Miscellaneous Commands" node.
2795 A small paragraph introducing the section is also added at
2796 the start.
2797 (GDB/MI Miscellaneous Commands): Delete the description of the
2798 -info-gdb-mi-command, -list-features and -list-target-features
2799 commands, now hosted in the "GDB/MI Support Commands" node.
2800
2801 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2802
2803 PR python/16113
2804 * gdb.texinfo (Values From Inferior): Add a note about using
2805 gdb.Field objects as subscripts on gdb.Value objects.
2806 (Types In Python): Add description about the new attribute
2807 "parent_type" of gdb.Field objects.
2808
2809 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2810
2811 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2812 entry for section docuumenting the -list-features GDB/MI command.
2813
2814 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2815
2816 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2817 "exec-run-start-option" entry in the output of the "-list-features"
2818 command.
2819
2820 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2821
2822 * gdb.texinfo (i386): Fix yesterday's commit.
2823
2824 2013-12-03 Tom Tromey <tromey@redhat.com>
2825
2826 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2827 documented here.
2828
2829 2013-12-03 Tom Tromey <tromey@redhat.com>
2830
2831 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2832
2833 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2834
2835 * gdb.texinfo (i386 Features): Add MPX feature registers.
2836 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2837 a subsubsection for MPX and describes the display of the
2838 boundary registers.
2839
2840 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2841
2842 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2843 documentation of the "ada-exceptions" entry.
2844
2845 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2846
2847 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2848 "^error" result record concerning the error message. Document
2849 the error code that may also be part of that result record.
2850 (GDB/MI Miscellaneous Commands): Document the
2851 "undefined-command-error-code" element in the output of
2852 the "-list-features" GDB/MI command.
2853
2854 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2855
2856 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2857 the new -info-gdb-mi-command GDB/MI command. Document
2858 the meaning of "-info-gdb-mi-command" in the output of
2859 -list-features.
2860
2861 2013-11-29 Pedro Alves <palves@redhat.com>
2862
2863 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2864 Update comment.
2865
2866 2013-11-24 Yao Qi <yao@codesourcery.com>
2867
2868 * gdb.texinfo (Caching Remote Data): Document new
2869 "set/show stack-cache" option.
2870
2871 2013-11-24 Yao Qi <yao@codesourcery.com>
2872
2873 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2874 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2875 "off" respectively.
2876
2877 2013-11-23 Yao Qi <yao@codesourcery.com>
2878
2879 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2880 of "displayhint" to the table about child results.
2881
2882 2013-11-21 Yao Qi <yao@codesourcery.com>
2883
2884 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2885 'dynamic' for the output of command -var-list-children.
2886
2887 2013-11-21 Yao Qi <yao@codesourcery.com>
2888
2889 * gdb.texinfo (Caching Target Data): Remove "see" before
2890 @pxref.
2891
2892 2013-11-20 Yao Qi <yao@codesourcery.com>
2893
2894 * gdb.texinfo (Caching Target Data): Update doc for
2895 per-address-space dcache.
2896
2897 2013-11-20 Yao Qi <yao@codesourcery.com>
2898
2899 * gdb.texinfo (Data): Rename menu item.
2900 (Caching Remote Data): Rename to ...
2901 (Caching Target Data): ... it. Update.
2902
2903 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2904
2905 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2906 "language-option" entry in the output of the "-list-features"
2907 command.
2908
2909 2013-11-15 Tom Tromey <tromey@redhat.com>
2910
2911 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2912 Add example.
2913
2914 2013-11-14 Tom Tromey <tromey@redhat.com>
2915
2916 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2917
2918 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2919
2920 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2921 (Context management): Place current subsection text into its own
2922 subsubsection. Add new subsubsection describing the "--language"
2923 command option.
2924
2925 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2926
2927 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2928 the documentation of "info-ada-exceptions" in the output
2929 of the "-list-features" command. Add the documentation
2930 of the "ada-exception" entry instead.
2931
2932 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2933
2934
2935 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2936 word of a couple of sentences to start with a capital letter.
2937
2938 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2939
2940 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2941 (Ada Exceptions): New node.
2942 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2943 Commands" node.
2944 (GDB/MI Ada Exceptions Commands): New node.
2945 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2946 field in the output of the "-list-features" command.
2947 * NEWS: Add entry for the new "info exceptions" CLI command,
2948 and for the new "-info-ada-exceptions" GDB/MI command.
2949
2950 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2951
2952 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2953 (Line Tables In Python): New node.
2954
2955 2013-11-08 Doug Evans <dje@google.com>
2956
2957 * gdb.texinfo (Debugging Output): Update text for
2958 "set debug dwarf2-read".
2959
2960 2013-11-08 Doug Evans <dje@google.com>
2961
2962 * gdb.texinfo (Debugging Output): Update text for
2963 "set debug symtab-create".
2964
2965 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2966
2967 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2968 constant.
2969
2970 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2971
2972 * gdb.texinfo (Breakpoints In Python): Document temporary
2973 option in breakpoint constructor, and add documentation to the
2974 temporary attribute.
2975
2976 2013-11-07 Yao Qi <yao@codesourcery.com>
2977
2978 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2979 output of "-var-info-expression".
2980
2981 2013-11-06 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2984 non-interactive mode.
2985 (Environment) <shell startup files warning>: Mention
2986 non-interactive mode. Mention .zshenv for Z shell, and talk about
2987 BASH_ENV instead of .bashrc for BASH.
2988
2989 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2990
2991 * gdb.texinfo (Commands to Specify Files): Add description
2992 of the remove-symbol-file command.
2993 * observer.texi: New free_objfile event
2994
2995 2013-10-24 Pedro Alves <palves@redhat.com>
2996
2997 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2998
2999 2013-10-11 Joel Brobecker <brobecker@adacore.com>
3000
3001 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
3002 New subsection inside which the "-catch-load" and "-catch-unload"
3003 commands documentation is now placed.
3004 (Ada Exception GDB/MI Catchpoint Commands): New subsection
3005 documenting the "-catch-assert" and "-catch-exception" new
3006 GDB/MI commands.
3007
3008 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3009
3010 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
3011
3012 2013-10-10 Joel Brobecker <brobecker@adacore.com>
3013
3014 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
3015 serial baud".
3016 (Remote Configuration): Replace "set remotebaud" by "set serial
3017 baud". Replace "show remotebaud" by "show serial baud".
3018
3019 2013-10-07 Pedro Alves <palves@redhat.com>
3020
3021 PR breakpoints/11568
3022 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
3023 when the thread is removed from the thread list.
3024
3025 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3026
3027 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
3028 Update entry for $_exitcode.
3029
3030 2013-10-04 Joel Brobecker <brobecker@adacore.com>
3031
3032 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
3033 new "--start" option.
3034
3035 2013-10-02 Pedro Alves <palves@redhat.com>
3036
3037 * gdb.texinfo (Registers): Expand description of saved registers
3038 in frames. Explain <not saved>.
3039
3040 2013-09-25 Doug Evans <dje@google.com>
3041
3042 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
3043
3044 2013-09-16 Stan Shebs <stan@codesourcery.com>
3045
3046 Remove the internals manual gdbint.texinfo.
3047 * Makefile.in (INFO_DEPS): Remove gdbint.info.
3048 (PDFFILES): Remove gdbint.pdf.
3049 (HTMLFILES): Remove gdbint/index.html.
3050 (HTMLFILES_INSTALL): Remove gdbint.
3051 (GDBINT_DOC_FILES): Remove.
3052 (dvi): Remove gdbint.dvi.
3053 (ps): Remove gdbint.ps.
3054 * gdbint.texinfo: Remove file.
3055 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
3056
3057 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3058
3059 * gdb.texinfo (Convenience Functions): Mention new convenience
3060 function $_isvoid.
3061
3062 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3063
3064 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
3065 (Standard Target Features): Add new node to menu.
3066 (S/390 and System z Features): New node.
3067
3068 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
3069
3070 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
3071 -list-target-features in the example.
3072
3073 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3074
3075 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
3076 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
3077
3078 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3079
3080 Sync documentation with gdb.base/gnu-debugdata.exp.
3081 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
3082
3083 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
3086
3087 2013-08-27 Pedro Alves <pedro@codesourcery.com>
3088 Yao Qi <yao@codesourcery.com>
3089
3090 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
3091 Document new --skip-unavailable option.
3092 <-stack-list-variables>: Document new --skip-unavailable option.
3093
3094 2013-08-26 Doug Evans <dje@google.com>
3095
3096 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
3097 an optional regexp.
3098
3099 2013-08-13 Tom Tromey <tromey@redhat.com>
3100
3101 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
3102 Document GDB_PARALLEL and GDB_INOTIFY.
3103
3104 2013-08-09 Stan Shebs <stan@codesourcery.com>
3105
3106 * LRS: Remove file, describes a long-abandoned live-range
3107 splitting extension to stabs.
3108
3109 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3110
3111 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
3112
3113 2013-07-17 Doug Evans <dje@google.com>
3114
3115 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
3116
3117 2013-07-02 Tom Tromey <tromey@redhat.com>
3118
3119 * gdb.texinfo (Target Commands): Don't mention "target nrom".
3120
3121 2013-06-28 Tom Tromey <tromey@redhat.com>
3122
3123 * Makefile.in (version.subst): Use version.in, not
3124 common/version.in.
3125 * gdbint.texinfo (Versions and Branches, Releasing GDB):
3126 Likewise.
3127
3128 2013-06-27 Pedro Alves <palves@redhat.com>
3129
3130 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
3131 dynamic symbol resolution code>: New section, based on infrun.c
3132 comment.
3133
3134 2013-06-26 Tom Tromey <tromey@redhat.com>
3135
3136 * gdbint.texinfo (Versions and Branches): Use common/version.in.
3137 Update.
3138 (Releasing GDB): Likewise.
3139
3140 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3141 Yao Qi <yao@codesourcery.com>
3142
3143 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
3144 -trace-frame-collected.
3145
3146 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3147
3148 * gdb.texinfo (Traceframe Info Format): Document tvar element
3149 and its attributes.
3150
3151 2013-06-25 Yao Qi <yao@codesourcery.com>
3152
3153 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
3154
3155 2013-06-24 Tom Tromey <tromey@redhat.com>
3156
3157 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
3158 (GDBvn.texi): Use version.subst.
3159 (version.subst): New target.
3160 (mostlyclean): Remove version.subst.
3161
3162 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3163
3164 * gdb.texinfo (GDB/MI Data Manipulation)
3165 <-data-list-register-values>: Document the --skip-unavailable
3166 option.
3167
3168 2013-06-07 Yao Qi <yao@codesourcery.com>
3169
3170 * gdb.texinfo (Symbols): Add kindex and cindex for
3171 'maint print msymbols'.
3172
3173 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
3174
3175 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
3176 response field name (thread-group to inferior).
3177
3178 2013-06-04 Gary Benson <gbenson@redhat.com>
3179
3180 * gdb.texinfo (General Query Packets/qSupported): Added
3181 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
3182 to the table of currently defined stub features.
3183 Added a more detailed entry for "augmented-libraries-svr4-read".
3184 (General Query Packets/qXfer:libraries-svr4:read): Documented
3185 the augmented form of this packet.
3186
3187 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3188
3189 * gdb.texinfo (System-wide Configuration Scripts): Renames
3190 "Installed System-wide Configuration Scripts". Add associated
3191 @menu block.
3192
3193 2013-05-23 Yao Qi <yao@codesourcery.com>
3194 Pedro Alves <palves@redhat.com>
3195
3196 * gdb.texinfo (Packets): Document 'vCont;r'.
3197 (Continuing and Stepping): Document target-assisted range
3198 stepping, and the 'set range-stepping' and 'show range-stepping'
3199 commands.
3200
3201 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3202
3203 * gdb.texinfo (Installed System-wide Configuration Scripts):
3204 Add subsection describing the scripts now available under
3205 the data-dir's system-gdbbinit subdirectory.
3206 * NEWS: Add entry announcing the availability of system-wide
3207 configuration scripts for ElinOS and Wind River Linux.
3208
3209 2013-05-21 Hui Zhu <hui@codesourcery.com>
3210
3211 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3212 "-dprintf-insert" command.
3213
3214 2013-05-17 Doug Evans <dje@google.com>
3215
3216 * gdb.texinfo (Maintenance Commands): Update doc for
3217 "maint check-psymtabs". Add doc for "maint check-symtabs",
3218 "maint expand-symtabs".
3219
3220 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3221
3222 * gdb.texinfo (Process Record and Replay): Document the
3223 "record goto" command and its sub-commands.
3224
3225 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3226
3227 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3228 (Python API): Add Frame Filters API, Frame Wrapper API,
3229 Writing a Frame Filter/Wrapper, Managing Management of Frame
3230 Filters chapter entries.
3231 (Frame Filters API): New Node.
3232 (Frame Wrapper API): New Node.
3233 (Writing a Frame Filter): New Node.
3234 (Managing Frame Filters): New Node.
3235 (Progspaces In Python): Add note about frame_filters attribute.
3236 (Objfiles in Python): Ditto.
3237 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3238 @anchors and --no-frame-filters option to -stack-list-variables,
3239 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3240 commands.
3241
3242 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3243
3244 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3245 Support" subsection documenting the XML format used to transfer
3246 shared library info on AIX.
3247
3248 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3249
3250 * gdb.texinfo (Debugging Output): Add documentation of
3251 "set debug aix-solib" and "show debug aix-solib" commands.
3252
3253 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3254
3255 * gdb.texinfo (Nios II): New section.
3256 (Nios II Features): New section.
3257
3258 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3259
3260 * gdbint.texinfo (Algorithms): Remove entries documenting
3261 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3262 SOLIB_CREATE_INFERIOR_HOOK.
3263
3264 2013-04-29 Tom Tromey <tromey@redhat.com>
3265
3266 PR python/14204:
3267 * gdb.texinfo (Python API): Fix menu entry.
3268 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3269 Define global and static block. Add example. Clarify
3270 block relationship for inline functions.
3271
3272 2013-04-29 Tom Tromey <tromey@redhat.com>
3273
3274 * gdb.texinfo (Python API): Mention Python help and keyword
3275 arguments. Move pagination text to Basic Python.
3276 (Basic Python): Put pagination text here. Document
3277 close-on-exec, SIGCHLD, and SIGINT.
3278
3279 2013-04-19 Pedro Alves <palves@redhat.com>
3280
3281 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3282 "signedness" instead of "signness".
3283
3284 2013-04-19 Pedro Alves <palves@redhat.com>
3285
3286 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3287 -Wno-pointer-sign text with text on -Wpointer-sign.
3288
3289 2013-04-16 Tom Tromey <tromey@redhat.com>
3290
3291 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3292 GCC that has the SDT probe points.
3293
3294 2013-04-15 Tom Tromey <tromey@redhat.com>
3295
3296 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3297 exception catchpoints.
3298
3299 2013-04-15 Tom Tromey <tromey@redhat.com>
3300
3301 * gdb.texinfo (Set Catchpoints): Document $_exception.
3302 (Convenience Vars): Mention $_exception.
3303
3304 2013-04-15 Tom Tromey <tromey@redhat.com>
3305
3306 * gdb.texinfo (Set Catchpoints): Reorganize exception
3307 catchpoints. Document "catch rethrow".
3308 (Debugging C Plus Plus): Mention "catch rethrow".
3309
3310 2013-04-15 Tom Tromey <tromey@redhat.com>
3311
3312 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3313
3314 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3315 Eli Zaretskii <eliz@gnu.org>
3316
3317 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3318 line below the sample output.
3319
3320 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3321
3322 * gdb.texinfo (Mode Options): Document '-configuration'.
3323 (Help): Document "show configuration".
3324 (Bug Reporting): Add requirements to include the configuration
3325 details in bug reports.
3326
3327 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3328
3329 * Makefile.in (MAN1S): Add gcore.1.
3330 Remove "Host, target, and site specific Makefile fragments" comment.
3331 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3332 (install-man1, uninstall-man1): Conditionalize gcore.1.
3333 (gcore.1): New.
3334 * gdb.texinfo (Man Pages): Add gcore man.
3335 (gcore man): New node.
3336
3337 2013-04-10 Pedro Alves <palves@redhat.com>
3338
3339 * gdb.texinfo (Process Record and Replay): Document that "set
3340 record full insn-number-max", "set record
3341 instruction-history-size" and "set record
3342 function-call-history-size" accept "unlimited".
3343 (Backtrace): Document that "set backtrace limit" accepts
3344 "unlimited".
3345 (List): Document that "set listsize" accepts "unlimited".
3346 (Print Settings)" Document that "set print max-symbolic-offset",
3347 "set print elements" and "set print repeats" accept "unlimited".
3348 (Starting and Stopping Trace Experiments): Document that "set
3349 trace-buffer-size" accepts "unlimited".
3350 (Remote Configuration): Document that "set tcp connect-timeout"
3351 accepts "unlimited".
3352 (Command History): Document that "set history size" accepts
3353 "unlimited".
3354 (Screen Size): Document that "set height" and "set width" accepts
3355 "unlimited". Adjust "set pagination"'s description to suggest
3356 "set height unlimited" instead of "set height 0".
3357
3358 2013-04-10 Yao Qi <yao@codesourcery.com>
3359
3360 * gdb.texinfo (Trace Files): Add "target ctf".
3361
3362 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3363
3364 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3365
3366 * Makefile.in (install-man1, install-man5, uninstall-man1)
3367 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3368
3369 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3370
3371 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3372 Eli Zaretskii <eliz@gnu.org>
3373
3374 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3375 parameters order. Remove "On some targets" for --attach. Document the
3376 --multi parameter and extended-remote command. Document all the
3377 options.
3378
3379 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3380
3381 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3382 the list of supported languages.
3383
3384 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3385
3386 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3387 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3388 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3389 (diststuff): Add man.
3390 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3391 (uninstall-man5): New.
3392 (STAGESTUFF): Add *.1 and *.5.
3393 (GDBvn.texi): Add SYSTEM_GDBINIT.
3394 (gdb.1, gdbserver.1, gdbinit.5): New.
3395 (maintainer-clean realclean): Add $(MANS).
3396 (install): Add install-man.
3397 (uninstall): Add uninstall-man.
3398 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3399 (@copying): Wrap it by @c man begin COPYRIGHT.
3400 (Top): Add Man Pages.
3401 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3402
3403 2013-04-02 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.texinfo (Debugging Output): Document "set/show debug
3406 aarch64", "set/show debug coff-pe-read" and "set/show debug
3407 mach-o".
3408
3409 2013-04-02 Pedro Alves <palves@redhat.com>
3410
3411 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3412 table>: Add entry for "trace-buffer-size".
3413
3414 2013-03-28 Pedro Alves <palves@redhat.com>
3415
3416 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3417 table>: Add entry for "trace-status".
3418
3419 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3420
3421 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3422 @bullet", which is invalid (makeinfo 5.1 barfs).
3423
3424 2013-03-28 Pedro Alves <palves@redhat.com>
3425
3426 PR gdb/15294
3427
3428 * gdb.texinfo (List) <set listsize>: Adjust to document that
3429 listsize 0 means no limit, and remove mention of -1.
3430
3431 2013-03-22 Yao Qi <yao@codesourcery.com>
3432
3433 * gdb.texinfo (Embedded Processors): Remove menu item
3434 "OpenRISC 1000".
3435 (OpenRISC 1000): Remove.
3436
3437 2013-03-21 Doug Evans <dje@google.com>
3438
3439 * gdb.texinfo (Maintenance Commands): Add docs for
3440 "mt set per-command {space,time,symtab} {on,off}".
3441
3442 2013-03-14 Hui Zhu <hui@codesourcery.com>
3443 Yao Qi <yao@codesourcery.com>
3444
3445 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3446
3447 2013-03-13 Keith Seitz <keiths@redhat.com>
3448
3449 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3450 "maint agent" reference to Dynamic printf.
3451
3452 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3453
3454 * gdb.texinfo (General Query Packets): Don't use colon in index
3455 entries visible to Info format.
3456
3457 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3458
3459 * gdb.texinfo (Process Record and Replay): Document record
3460 changes.
3461
3462 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3463
3464 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3465 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3466 qXfer:btrace:read.
3467
3468 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3469
3470 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3471 use colons in @anchor and @cindex entries.
3472
3473 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3474
3475 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3476
3477 2013-03-08 Stan Shebs <stan@codesourcery.com>
3478 Hafiz Abid Qadeer <abidh@codesourcery.com>
3479
3480 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3481 trace-buffer-size set and show commands.
3482 (Tracepoint Packets): Document QTBuffer:size.
3483 (General Query Packets): Document QTBuffer:size.
3484
3485 2013-02-21 Tom Tromey <tromey@redhat.com>
3486
3487 * gdb.texinfo: Remove bad @syncodeindex.
3488 (Values From Inferior, Types In Python, Inferiors In Python)
3489 (Events In Python, Threads In Python, Frames In Python, Blocks In
3490 Python, Symbols In Python, Symbol Tables In Python): Remove
3491 @tables.
3492 (Packets, General Query Packets, Tracepoint Packets)
3493 (Host I/O Packets): Use @w{} for empty @item.
3494
3495 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3496
3497 * gdb.texinfo (Architectures In Python): Add description about
3498 the new method gdb.Architecture.disassemble.
3499
3500 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3501 Hafiz Abid Qadeer <abidh@codesourcery.com>
3502
3503 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3504 Document the "trace-file" field.
3505
3506 2013-02-07 Doug Evans <dje@google.com>
3507
3508 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3509 command.
3510
3511 2013-02-06 Yao Qi <yao@codesourcery.com>
3512
3513 * gdb.texinfo (GDB/MI Async Records): Document new MI
3514 notification "=tsv-modified". Update the document of MI
3515 notification "=tsv-created".
3516 * observer.texi (GDB Observers): New observer tsv_modified.
3517 Update observer tsv_created and tsv_delete.
3518
3519 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3520
3521 * gdb.texinfo (AArch64 Features): New section; document
3522 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3523 (Architectures): Add new AArch64 section to document AArch64
3524 architecture specific commands.
3525 (ABI): Add description of the new OS ABI "Newlib" and its influence
3526 on the longjmp handling.
3527
3528 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3529 Jan Kratochvil <jan.kratochvil@redhat.com>
3530
3531 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3532 variable in 'set/show backtrace' section.
3533
3534 2013-01-31 Tom Tromey <tromey@redhat.com>
3535
3536 * gdb.texinfo (Target Commands): Fix typo.
3537
3538 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3539
3540 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3541 describing the gdb.Architecture class.
3542 (Frames In Python): Add description about the new method
3543 gdb.Frame.architecture().
3544
3545 2013-01-23 Doug Evans <dje@google.com>
3546
3547 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3548
3549 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3550
3551 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3552 'thread-groups' field when printing a breakpoint in MI.
3553
3554 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3555 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3556 to reflect that jit-reader-load now supports absolute file-names.
3557
3558 2013-01-16 Tom Tromey <tromey@redhat.com>
3559
3560 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3561 (Signals): Likewise.
3562
3563 2013-01-16 Tom Tromey <tromey@redhat.com>
3564
3565 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3566 "catch-type" field.
3567 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3568
3569 2013-01-07 Tom Tromey <tromey@redhat.com>
3570
3571 * gdb.texinfo (Mode Options): Don't mention -epoch.
3572 (Data, Emacs): Remove obsolete comments.
3573
3574 2013-01-02 Tom Tromey <tromey@redhat.com>
3575
3576 * gdb.texinfo (GDB/MI Output Records): Update menu.
3577 (GDB/MI Breakpoint Information): New node.
3578 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3579 <-break-insert>: Likewise.
3580
3581 2012-12-31 Yao Qi <yao@codesourcery.com>
3582
3583 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3584 (Packets): Move "vStopped" packet to ...
3585 (Notification Packets): ... here. Describe the components
3586 of notification. Add a table of supported notifications.
3587 Add an example on the process of he async notification.
3588
3589 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3590
3591 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3592 present.
3593 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3594 fullname output always present.
3595
3596 2012-12-23 Pierre Muller <muller@sourceware.org>
3597
3598 * gdbint.texinfo (Function prototypes): Require use of "extern"
3599 modifier for function prototypes in headers.
3600
3601 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3602
3603 * refcard.tex: Update copyright notice to GPL v3 or later.
3604 Update contact info.
3605
3606 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3607
3608 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3609
3610 2012-12-15 Yao Qi <yao@codesourcery.com>
3611
3612 * gdb.texinfo (Debugging Output): Document 'set debug
3613 notification' and 'show debug notification'.
3614
3615 2012-12-15 Yao Qi <yao@codesourcery.com>
3616
3617 * gdb.texinfo (Listing Tracepoints): New item and example about
3618 'installed on target' output.
3619 Add more in the example about 'installed on target'.
3620 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3621
3622 2012-12-14 Tom Tromey <tromey@redhat.com>
3623
3624 * gdb.texinfo (SVR4 Process Information): Mention core files.
3625
3626 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3627
3628 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3629
3630 2012-12-11 Pedro Alves <palves@redhat.com>
3631
3632 * gdb.texinfo: Remove all mentions of Unixware throughout.
3633
3634 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3635
3636 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3637
3638 2012-11-29 Tom Tromey <tromey@redhat.com>
3639
3640 * gdb.texinfo (SVR4 Process Information): Document missing
3641 "info proc" subcommands.
3642
3643 2012-11-29 Yao Qi <yao@codesourcery.com>
3644
3645 PR gdb/1477.
3646 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3647 to 'auto' instead of 'gnu'.
3648
3649 2012-11-26 Tom Tromey <tromey@redhat.com>
3650
3651 * gdb.texinfo (MiniDebugInfo): New node.
3652 (GDB Files): Update.
3653
3654 2012-11-16 Doug Evans <dje@google.com>
3655
3656 * gdb.texinfo (System-wide configuration): If the system-wide init
3657 file lives in the data-directory, and --data-directory is provided,
3658 look for it there.
3659
3660 2012-11-15 Tom Tromey <tromey@redhat.com>
3661
3662 * gdb.texinfo (Signaling): Fix typo.
3663
3664 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3665
3666 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3667 parameter "count" of -data-write-memory-bytes, and add an example.
3668
3669 2012-11-12 Tom Tromey <tromey@redhat.com>
3670
3671 * gdb.texinfo (Symbols): Document "info type-printers",
3672 "enable type-printer" and "disable type-printer".
3673 (Python API): Add new node to menu.
3674 (Type Printing API): New node.
3675 (Progspaces In Python): Document type_printers field.
3676 (Objfiles In Python): Likewise.
3677 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3678 register_type_printer, TypePrinter>: Document.
3679
3680 2012-11-12 Tom Tromey <tromey@redhat.com>
3681
3682 * gdb.texinfo (Symbols): Document "set print type methods",
3683 "set print type typedefs", and flags to ptype and whatis.
3684
3685 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3686
3687 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3688 the example -data-disassemble output. Extend the description of
3689 the -data-disassemble results to document all fields. Document
3690 the cli disassemble command as being related to -data-disassemble.
3691
3692 2012-11-09 Yao Qi <yao@codesourcery.com>
3693
3694 PR gdb/14777.
3695 * gdb.texinfo (OS Information): Remove doc on command
3696 'info udot'.
3697
3698 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3699
3700 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3701 gdb.ini warning for Windows port.
3702
3703 2012-11-08 Yao Qi <yao@codesourcery.com>
3704
3705 * gdb.texinfo (Search): Add kindex for 'fo'.
3706
3707 2012-11-05 Tom Tromey <tromey@redhat.com>
3708
3709 PR python/14802:
3710 * gdb.texinfo (Functions In Python): Add example.
3711
3712 2012-11-03 Yao Qi <yao@codesourcery.com>
3713
3714 * observer.texi (GDB Observers): Remove observer
3715 'tracepoint_modified', 'tracepoint_created' and
3716 'tracepoint_deleted'.
3717
3718 2012-10-26 Tom Tromey <tromey@redhat.com>
3719
3720 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3721
3722 2012-10-25 Tom Tromey <tromey@redhat.com>
3723
3724 * gdb.texinfo (General Query Packets): Use @itemx.
3725
3726 2012-10-17 Yao Qi <yao@codesourcery.com>
3727
3728 * observer.texi (GDB Observers): Update observer
3729 'memory_changed'.
3730 * gdb.texinfo (GDB/MI Async Records): Document for
3731 "memory-changed" notification.
3732
3733 2012-10-15 Doug Evans <dje@google.com>
3734
3735 * gdb.texinfo (Mode Options): Document -nh.
3736 Elaborate on docs for -nx.
3737
3738 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3739
3740 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3741
3742 2012-09-21 Yao Qi <yao@codesourcery.com>
3743 Pedro Alves <palves@redhat.com>
3744
3745 * gdb.texinfo (GDB/MI Async Records): Document notification
3746 'record-started' and 'record-stopped'.
3747 * observer.texi (GDB Observers): New observer 'record-changed'.
3748
3749 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3750
3751 * gdb.texinfo: Document the removal of SH's 'regs' command.
3752
3753 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3754
3755 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3756
3757 2012-09-18 Yao Qi <yao@codesourcery.com>
3758
3759 * gdb.texinfo (GDB/MI Async Records): Document new MI
3760 notifications '=tsv-created' and '=tsv-deleted'.
3761 * observer.texi (GDB Observers): New observer tsv_created and
3762 tsv_deleted.
3763
3764 2012-09-18 Yao Qi <yao@codesourcery.com>
3765
3766 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3767 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3768 '=traceframe-changed'.
3769
3770 2012-09-17 Yao Qi <yao@codesourcery.com>
3771
3772 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3773 'set listsize'.
3774
3775 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3776 Eli Zaretskii <eliz@gnu.org>
3777
3778 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3779 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3780 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3781
3782 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3783
3784 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3785
3786 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3787
3788 Document how to return from "python-interactive" to GDB.
3789 * gdb.texinfo (Python Commands): Update documentation.
3790
3791 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3792
3793 Add a new "python-interactive" command that starts a standard
3794 Python interactive prompt with "pi" as alias, and add "py" as
3795 an alias to "python".
3796 * gdb.texinfo (Python Commands): Document the new commands.
3797
3798 2012-08-22 Tom Tromey <tromey@redhat.com>
3799
3800 * gdbint.texinfo (Host Definition): Remove documentation for
3801 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3802
3803 2012-08-17 Keith Seitz <keiths@redhat.com>
3804
3805 PR c++/13356
3806 * gdb.texinfo (Type and Range Checking): Remove warning.
3807 Remove spurious commas.
3808 Update text and examples for re-implementation of set/show
3809 check type.
3810 (C and C++ Type and Range Checks): Likewise.
3811
3812 2012-08-16 Yao Qi <yao@codesourcery.com>
3813
3814 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3815 is deprecated.
3816
3817 2012-08-13 Doug Evans <dje@google.com>
3818
3819 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3820 to include functions.
3821
3822 2012-08-10 Doug Evans <dje@google.com>
3823
3824 * gdb.texinfo (Convenience Funs): New node.
3825 (Types In Python): Document Type.vector.
3826
3827 2012-08-09 Yao Qi <yao@codesourcery.com>
3828
3829 * observer.texi: New observer command_param_changed.
3830 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3831
3832 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3833
3834 * gdbint.texinfo (Debugging GDB): In section
3835 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3836 Mention also gdb-gdb.py.
3837
3838 2012-08-07 Yao Qi <yao@codesourcery.com>
3839
3840 Revert the folloing patch:
3841 2012-08-06 Yao Qi <yao@codesourcery.com>
3842 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3843 remote hardware-watchpoint-limit' and 'set
3844 remote hardware-breakpoint-limit'.
3845
3846 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3847
3848 * gdb.texinfo (Working Directory): Added information about new
3849 default argument for 'cd' command.
3850
3851 2012-08-06 Yao Qi <yao@codesourcery.com>
3852
3853 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3854 remote hardware-watchpoint-limit' and 'set
3855 remote hardware-breakpoint-limit'.
3856
3857 2012-08-06 Yao Qi <yao@codesourcery.com>
3858
3859 Fix PR14371.
3860
3861 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3862 '=breakpoint-deleted'.
3863
3864 2012-08-02 Yao Qi <yao@codesourcery.com>
3865
3866 * gdb.texinfo (Native): Remove node Neutrino.
3867
3868 2012-07-27 Yao Qi <yao@codesourcery.com>
3869
3870 * gdb.texinfo (IPA Protocol Commands): Document new command
3871 'close'.
3872
3873 2012-07-25 Tom Tromey <tromey@redhat.com>
3874
3875 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3876
3877 2012-07-20 Doug Evans <dje@google.com>
3878
3879 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3880 (Index Files): Document how to control the use of deprecated index
3881 sections.
3882 (Index Section Format): Replace --use-deprecated-index-sections with
3883 "set use-deprecated-index-sections on".
3884
3885 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3886
3887 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3888 indices into a single node "Index". Instead, join function and
3889 variable indices into a single index, separate from the concept
3890 index. Requested in
3891 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3892 (Top): Update the top-level menu: instead of one "Index" there are
3893 now separate entries "Concept Index" and "Function and Variable
3894 Index".
3895 (Concept Index, Function and Variable Index): New nodes.
3896 (Index): Node deleted.
3897
3898 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3899
3900 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3901 and "maint agent-eval".
3902
3903 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3904
3905 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3906 avoid file-name clashes between Index.html and index.html on
3907 case-insensitive filesystems. See the discussion starting in
3908 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3909 details of the problem.
3910 (Top): Update the master menu for the above.
3911 (Concept Index, Command and Variable Index): New nodes, instead of
3912 the old "Index" node that was deleted. All cross-references
3913 updated.
3914
3915 2012-07-02 Stan Shebs <stan@codesourcery.com>
3916
3917 * gdb.texinfo (Dynamic Printf): Mention agent style and
3918 disconnected dprintf.
3919 (Maintenance Commands): Describe maint agent-printf.
3920 (General Query Packets): Mention BreakpointCommands feature.
3921 (Packets): Document commands extension to Z0 packet.
3922 * agentexpr.texi (Bytecode Descriptions): Document printf
3923 bytecode.
3924
3925 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3926
3927 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3928 only after gdbinit files.
3929 (Startup): Move -iex and -iex commands down after gdbinit files.
3930
3931 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3932
3933 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3934 possibility.
3935
3936 2012-06-29 Tom Tromey <tromey@redhat.com>
3937
3938 * gdb.texinfo (Index Section Format): Update for version 7.
3939
3940 2012-06-28 Stan Shebs <stan@codesourcery.com>
3941
3942 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3943 example, add note about title column.
3944
3945 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3946
3947 * gdb.texinfo (Symbol Tables In Python): Add description about
3948 the new 'last' attribute of gdb.Symtab_and line.
3949
3950 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3951
3952 * gdb.texinfo (Symbol Tables In Python): Correct the description
3953 of the 'pc' attribute of gdb.Symtab_and_line.
3954
3955 2012-06-26 Doug Evans <dje@google.com>
3956
3957 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3958 and symtab-create.
3959
3960 2012-06-25 Keith Seitz <keiths@redhat.com>
3961
3962 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3963 from example. Remove "rbreak" from list of corresponding
3964 gdb commands.
3965
3966 2012-06-23 Doug Evans <dje@google.com>
3967
3968 * gdb.texinfo (Index Section Format): Document version 7 format.
3969
3970 2012-06-22 Yao Qi <yao@codesourcery.com>
3971
3972 * gdb.texinfo: Add missing cindex for some packets.
3973
3974 2012-06-20 Keith Seitz <keiths@redhat.com>
3975
3976 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3977 for -break-insert and document -p.
3978
3979 2012-06-20 Yao Qi <yao@codesourcery.com>
3980
3981 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3982 and "gdb.write_memory" with "Inferior.read_memory" and
3983 "Inferior.write_memory".
3984
3985 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3986
3987 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3988 (Free Documentation): Add @node line.
3989 (Continuing and Stepping) <advance location>: Use @item instead of
3990 @itemx.
3991 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3992 @itemx.
3993 (Embedded Processors): Put the link to "PA" to its correct place,
3994 according to document structure.
3995 (Python API): Put the link to "Lazy Strings In Python" to its
3996 correct place.
3997 (Index): Use @@ in @tex block to get a literal @.
3998
3999 * gdbint.texinfo: Fix the @subtitle line.
4000
4001 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
4002 correct place.
4003
4004 2012-06-08 Yao Qi <yao@codesourcery.com>
4005
4006 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
4007 Protocol'.
4008 (In-Process Agent Protocol, IPA Protocol Objects)
4009 (IPA Protocol Commands): New nodes.
4010 (Tracepoint Packets): Add anchors.
4011
4012 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4013
4014 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
4015
4016 2012-06-06 Yao Qi <yao@codesourcery.com>
4017
4018 * gdb.texinfo: Update copyright year.
4019
4020 2012-05-23 Stan Shebs <stan@codesourcery.com>
4021 Kwok Cheung Yeung <kcy@codesourcery.com>
4022
4023 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
4024
4025 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
4028 Mention also --with-separate-debug-dir.
4029 (Auto-loading): Prepend $debugdir in the sample output.
4030 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4031 auto-load safe-path variable.
4032 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
4033 Mention also $debugdir for 'set auto-load scripts-directory'.
4034
4035 2012-05-19 Eli Zaretskii <eliz@gnu.org>
4036
4037 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
4038 (MIPS Embedded, MIPS, MIPS Register packet Format)
4039 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
4040 appropriate.
4041
4042 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
4043 Maciej W. Rozycki <macro@codesourcery.com>
4044
4045 * gdb.texinfo (MIPS): Document "set mips compression" and "show
4046 mips compression".
4047 (MIPS Breakpoint Kinds): New subsubsection.
4048
4049 2012-05-18 Eli Zaretskii <eliz@gnu.org>
4050
4051 * gdb.texinfo (Architecture-Specific Protocol Details): Define
4052 nodes for subsections. Add @acronym mark-ups and adjust
4053 formatting.
4054
4055 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4056
4057 Rename $ddir to $datadir.
4058 * gdb.texinfo (Auto-loading, Auto-loading safe path)
4059 (objfile-gdb.py file): Rename $ddir to $datadir.
4060
4061 2012-05-18 Tom Tromey <tromey@redhat.com>
4062
4063 * gdb.texinfo (Print Settings): Document 'set print symbol'.
4064
4065 2012-05-14 Stan Shebs <stan@codesourcery.com>
4066
4067 * gdb.texinfo (Dynamic Printf): New subsection.
4068
4069 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4070
4071 * gdb.texinfo (Basic Python): Add description about the function
4072 gdb.find_pc_line
4073
4074 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4075 Eli Zaretskii <eliz@gnu.org>
4076
4077 * gdb.texinfo (Separate Debug Files): Use plural form for global
4078 debugging information directory.
4079
4080 2012-05-11 Stan Shebs <stan@codesourcery.com>
4081 Kwok Cheung Yeung <kcy@codesourcery.com>
4082
4083 * gdb.texinfo (Operating System Auxiliary Information): Document new
4084 'info os' subcommands.
4085
4086 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4087
4088 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
4089 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
4090 (dotdebug_gdb_scripts section): Add reference
4091 to 'Auto-loading safe path'.
4092
4093 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 Implement multi-component --with-auto-load-dir.
4096 * gdb.texinfo (Auto-loading): New references
4097 for 'set auto-load scripts-directory'
4098 and 'show auto-load scripts-directory'.
4099 (Auto-loading safe path): Describe the new default. Move $ddir
4100 substituation reference to 'objfile-gdb.py file'.
4101 (objfile-gdb.py file): Describe script-name alias. Change real-name to
4102 script-name. Describe new 'set auto-load scripts-directory'
4103 and 'show auto-load scripts-directory'.
4104
4105 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4106
4107 Provide $ddir substitution for --with-auto-load-safe-path.
4108 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
4109 (Auto-loading safe path): Likewise. Mention the default value,
4110 $ddir substitution, --with-auto-load-safe-path and
4111 --without-auto-load-safe-path.
4112 * observer.texi (gdb_datadir_changed): New.
4113
4114 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4115
4116 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
4117 Twice.
4118
4119 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
4120 directory separator by path separator.
4121
4122 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4123
4124 * gdb.texinfo (Auto-loading safe path): Make 'directories'
4125 for 'set auto-load safe-path' optional. Mention if it is omitted.
4126 Change disabling security protection condition to "/", twice.
4127
4128 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4129
4130 * gdb.texinfo (Symbol Tables In Python): Add documentation about
4131 the new methods global_block and static_block on gdb.Symtab
4132 objects.
4133
4134 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
4135
4136 * gdb.texinfo (Blocks In Python): Add a note saying that future
4137 improvements to GDB and its infrastructure can move symbols
4138 across blocks within a symbol table.
4139
4140 2012-04-29 Yao Qi <yao@codesourcery.com>
4141
4142 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
4143 (A29K): Remove.
4144
4145 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4146 Tom Tromey <tromey@redhat.com>
4147
4148 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
4149 and generic static probe support on GDB.
4150
4151 2012-04-25 Doug Evans <dje@google.com>
4152
4153 * gdb.texinfo (Go): Fix thinko.
4154
4155 * gdb.texinfo (Supported Languages): Add Go.
4156 (Go): New node.
4157
4158 2012-04-25 Yao Qi <yao@codesourcery.com>
4159
4160 * gdbint.texinfo (Testsuite): New section `Board settings'.
4161
4162 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4163
4164 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
4165 Three times.
4166
4167 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
4168 Three times.
4169
4170 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4171
4172 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
4173 by @table @asis. Fix formatting of one item.
4174
4175 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4176
4177 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
4178
4179 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4180
4181 New option "set debug auto-load".
4182 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
4183 (auto-load verbose mode): New node.
4184
4185 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4186
4187 New option "set auto-load safe-path".
4188 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4189 and "info auto-load" examples for safe-path. Put there also references
4190 for "set auto-load safe-path" and "show auto-load safe-path".
4191 New menu item for Auto-loading safe path.
4192 (Auto-loading safe path): New node.
4193 (Python Auto-loading): Update the expected output from "Missing"
4194 to "No".
4195
4196 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4197
4198 auto-load: Implementation.
4199 * gdb.texinfo (Mode Options): New anchor for -nx.
4200 (Startup): New anchors for Option -init-eval-command,
4201 Home Directory Init File
4202 and Init File in the Current Directory during Startup.
4203 Mention set auto-load local-gdbinit with a reference.
4204 Change the sample code to "set auto-load python-scripts".
4205 (Threads): New anchor set libthread-db-search-path.
4206 Provide references to libthread_db.so.1 file.
4207 (Controlling GDB): New menu item for Auto-loading.
4208 (Auto-loading, Init File in the Current Directory)
4209 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4210 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4211 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4212 reference.
4213 (Auto-loading): Rename to ...
4214 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4215 "set auto-load python-scripts", new anchor for it. Change
4216 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4217 for it. Change "info auto-load-scripts"
4218 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4219 to "Python scripts".
4220
4221 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4222
4223 PR mi/13393
4224 * gdb.texinfo (Print Settings): Extend the description for "set print
4225 object".
4226 (GDB/MI Variable Objects): Extend the description for -var-create and
4227 -var-list-children.
4228
4229 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4230
4231 * gdb.texinfo (Examining Data): Document the 'explore' command.
4232
4233 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4234
4235 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4236 to the children of a varobj and its update range when -var-update
4237 returns that the varobj's type changed.
4238
4239 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4240
4241 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4242 Create two new links fir 'objfile-gdb.py file'
4243 and 'dotdebug_gdb_scripts section'.
4244
4245 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4246
4247 * gdb.texinfo (Auto-loading): Rename node reference
4248 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4249 Twice.
4250 (.debug_gdb_scripts section): Rename the node ...
4251 (dotdebug_gdb_scripts section): ... here.
4252 (Maintenance Commands): Also rename this node reference.
4253
4254 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4255
4256 * gdb.texinfo (Python API/Values From Inferior): Add description
4257 about the new method Value.referenced_value. Add description on
4258 how Value.dereference is different (and similar) to
4259 Value.referenced_value.
4260
4261 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4262
4263 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4264 --init-eval-command=COMMAND, -iex.
4265 (Startup): Describe -iex and -ix. Simplify the example
4266 for "set auto-load-scripts off".
4267
4268 2012-03-16 Gary Benson <gbenson@redhat.com>
4269
4270 PR breakpoints/10738
4271 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4272 stating that GDB cannot set breakpoints on inlined functions.
4273 (Mode Options): Document --use-deprecated-index-sections.
4274 (Index Section Format): Document new index section version format.
4275
4276 2012-03-15 Tom Tromey <tromey@redhat.com>
4277
4278 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4279
4280 2012-03-13 Doug Evans <dje@google.com>
4281
4282 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4283 of "reload".
4284 (Symbols): Delete docs for set/show symbol-reloading.
4285 * gdbint.texinfo (Defining Other Architecture Features): Delete
4286 SYMBOL_RELOADING_DEFAULT.
4287 * refcard.tex: Delete reference to symbol-reloading.
4288
4289 2012-03-07 Pedro Alves <palves@redhat.com>
4290
4291 * gdb.texinfo (General Query Packets): Document new
4292 QProgramSignals packet.
4293 * gdb.texinfo (Remote configuration): Mention
4294 "program-signals-packet".
4295
4296 2012-03-05 Tristan Gingold <gingold@adacore.com>
4297
4298 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4299
4300 2012-03-03 Yao Qi <yao@codesourcery.com>
4301
4302 * gdb.texinfo (In-Process Agent): New node.
4303 Document new commands.
4304 (General Query Packets): Add packet `QAgent'.
4305
4306 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4307
4308 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4309
4310 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4311
4312 * gdb.texinfo (Commands In Python): Put example python macro in
4313 COMMAND_USER category rather than COMMAND_OBSCURE.
4314 Document gdb.COMMAND_USER.
4315 (User-defined Commands): Update documentation to clarify
4316 "set/show max-user-call-depth" and "show user" don't apply to python
4317 commands. Update documentation to clarify "help user-defined" may
4318 also include python commands defined as COMMAND_USER.
4319
4320 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4321
4322 * gdb.texinfo (Startup): Add option -ex description to the option -x
4323 description.
4324
4325 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4326
4327 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4328 condition-evaluation breakpoint parameter.
4329 Mention condition-evaluation mode being shown in "info break".
4330 (Break Conditions): Add description for target-side
4331 conditional breakpoints.
4332 (Remote Configuration): Mention conditional-breakpoints-packet.
4333 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4334 cond-expr.
4335 (General Query Packets): Mention new ConditionalBreakpoint feature.
4336
4337 2012-02-22 Tom Tromey <tromey@redhat.com>
4338
4339 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4340
4341 2012-02-17 Tom Tromey <tromey@redhat.com>
4342
4343 PR python/10753:
4344 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4345 directory.
4346
4347 2012-02-14 Stan Shebs <stan@codesourcery.com>
4348
4349 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4350
4351 2012-02-13 Pedro Alves <palves@redhat.com>
4352
4353 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4354 mips-idt-ecoff.
4355
4356 2012-02-09 Yao Qi <yao@codesourcery.com>
4357
4358 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4359
4360 2012-02-07 Tom Tromey <tromey@redhat.com>
4361
4362 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4363 Symbol.value.
4364
4365 2012-02-07 Tom Tromey <tromey@redhat.com>
4366
4367 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4368
4369 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4370
4371 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4372
4373 2012-01-24 Tom Tromey <tromey@redhat.com>
4374
4375 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4376 unload".
4377 (Files): Mention new catch commands.
4378 (GDB/MI Async Records): Likewise.
4379
4380 2012-01-24 Gary Benson <gbenson@redhat.com>
4381
4382 Delete #if 0'd out code.
4383 * gdb.texinfo (Frame Info): Remove "info catch".
4384
4385 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4386
4387 * gdb.texinfo (Remote Configuration): Document
4388 "set remote hostio-readlink-packet" command.
4389 (General Query Packets): Document vFile:readlink packet.
4390
4391 2012-01-16 Tom Tromey <tromey@redhat.com>
4392
4393 * gdb.texinfo (Specify Location): Document relative file name
4394 handling.
4395
4396 2012-01-16 Tom Tromey <tromey@redhat.com>
4397
4398 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4399
4400 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4401 Eli Zaretskii <eliz@gnu.org>
4402
4403 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4404 code.
4405
4406 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4407
4408 * gdb.texinfo (Variables): Document use of :: for non-static
4409 variables.
4410
4411 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4412
4413 * gdbint.texinfo (Start of New Year Procedure): Update
4414 to replace use of copyright.sh by use of copyright.py.
4415
4416 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4417
4418 Remove the gdbtui binary.
4419 * all-cfg.texi (GDBTUI): Remove.
4420 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4421 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4422 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4423
4424 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4425
4426 Introduce gdb.FinishBreakpoint in Python.
4427 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4428 (Python API): Add menu entry for Finish Breakpoints.
4429
4430 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4431
4432 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4433 tests.
4434
4435 2011-12-16 Doug Evans <dje@google.com>
4436
4437 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4438
4439 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4440
4441 * gdb.texinfo (Python Commands): Remove "maint set/show print
4442 stack". Add documentation for "set/show python print-stack".
4443
4444 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4445
4446 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4447 should transfer control to the stub in the startup code instead of
4448 in main. Mention the need to get past the initial breakpoint.
4449
4450 2011-12-06 Tom Tromey <tromey@redhat.com>
4451
4452 * gdb.texinfo (Set Breaks): Update for new behavior.
4453
4454 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4455
4456 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4457 List Format for SVR4 Targets'.
4458 (General Query Packets): New item qXfer:libraries-svr4:read.
4459 (Library List Format for SVR4 Targets): New node.
4460
4461 2011-12-01 Tom Tromey <tromey@redhat.com>
4462
4463 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4464 add.
4465
4466 2011-11-22 Tom Tromey <tromey@redhat.com>
4467
4468 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4469 reasons.
4470
4471 2011-11-20 Stan Shebs <stan@codesourcery.com>
4472
4473 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4474 note-related options and variables.
4475 (Tracepoint Packets): Document packet changes.
4476
4477 2011-11-20 Sanjoy Das <sdas@igalia.com>
4478
4479 * gdb.texinfo (JIT Interface): Add documentation on writing and
4480 usind JIT debug info readers.
4481 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4482 Debug Info Readers): New nodes.
4483
4484 2011-11-18 Yao Qi <yao@codesourcery.com>
4485
4486 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4487 tracepoint.
4488
4489 2011-11-15 Doug Evans <dje@google.com>
4490
4491 * gdb.texinfo (Files): Document basenames-may-differ.
4492
4493 2011-11-14 Doug Evans <dje@google.com>
4494
4495 * gdb.texinfo (Shell Commands): Document "!".
4496
4497 2011-11-14 Stan Shebs <stan@codesourcery.com>
4498 Kwok Cheung Yeung <kcy@codesourcery.com>
4499
4500 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4501 needed to get shorter fast tracepoints.
4502 (Tracepoint Packets): Document new qTMinFTPILen packet.
4503
4504 2011-11-14 Yao Qi <yao@codesourcery.com>
4505
4506 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4507 behavior of tracepoint.
4508 (General Query Packets): New feature InstallInTrace.
4509 (Remote Configuration): Document "set remote
4510 install-in-trace-packet".
4511
4512 2011-11-12 Matt Rice <ratmice@gmail.com>
4513
4514 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4515 Add arguments to info macro.
4516
4517 2011-11-10 Tom Tromey <tromey@redhat.com>
4518
4519 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4520 manual.
4521 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4522 (Macros): Add a footnote.
4523 (C): Remove paragraph about compiler options.
4524 (C Constants): Mention wide character and string constants.
4525 (C Plus Plus Expressions): Update compiler option advice. Mention
4526 using declarations. Mention ADL. Remove old HP compiler
4527 information.
4528
4529 2011-11-10 Tom Tromey <tromey@redhat.com>
4530
4531 PR c++/9257:
4532 * gdb.texinfo (Print Settings): Add an extra note about the need
4533 for a vtable.
4534
4535 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4536
4537 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4538 "set mips abi" documentation.
4539
4540 2011-11-04 Doug Evans <dje@google.com>
4541
4542 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4543
4544 2011-11-03 Tom Tromey <tromey@redhat.com>
4545
4546 * gdb.texinfo (Stopping): Add menu entry.
4547 (Continuing and Stepping): Restore @node. Use @section, not
4548 @subsection.
4549
4550 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4551
4552 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4553 designation. Fix "Specify Location" cross-reference.
4554
4555 2011-11-02 Stan Shebs <stan@codesourcery.com>
4556
4557 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4558 (General Query Packets): Describe tracenz feature.
4559 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4560
4561 2011-10-28 Paul Koning <paul_koning@dell.com>
4562
4563 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4564
4565 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4566
4567 * gdb.texinfo ((Frames In Python): Document
4568 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4569
4570 2011-10-26 Paul Koning <paul_koning@dell.com>
4571
4572 * gdb.texinfo (gdb.types): Document new deepitems function.
4573
4574 2011-10-25 Paul Koning <paul_koning@dell.com>
4575
4576 PR python/13327
4577
4578 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4579 fetch_lazy method.
4580
4581 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4582
4583 PR python/12656
4584
4585 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4586 global_block, static_block function.
4587
4588 2011-10-19 Tom Tromey <tromey@redhat.com>
4589
4590 * gdb.texinfo (Commands In Python): Add missing "@"s.
4591
4592 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4593
4594 PR python/13285 Document named constants for frame unwind stop reasons
4595 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4596 constants.
4597
4598 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4599
4600 Fix compatibility with texinfo versions older than 4.12.
4601 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4602 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4603 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4604 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4605 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4606 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4607 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4608
4609 2011-10-09 Doug Evans <dje@google.com>
4610
4611 * gdb.texinfo (Extending GDB): Document alias command.
4612
4613 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4614
4615 Support @entry in input expressions.
4616 * gdb.texinfo (Variables): Describe @entry names suffix.
4617 (Print Settings): Add anchor for `set print entry-values'.
4618
4619 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4620 Eli Zaretskii <eliz@gnu.org>
4621
4622 Display @entry parameter values (without references).
4623 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4624 example.
4625 (Print Settings): New description of set print entry-values and show
4626 print entry-values.
4627
4628 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4629 Eli Zaretskii <eliz@gnu.org>
4630
4631 Recognize virtual tail call frames.
4632 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4633 (Tail Call Frames): New node.
4634 (Frames In Python): Add gdb.TAILCALL_FRAME.
4635
4636 2011-10-07 Doug Evans <dje@google.com>
4637
4638 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4639 register_pretty_printer.
4640
4641 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4642
4643 PR python/12930
4644 PR python/12802
4645
4646 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4647 stop method.
4648
4649 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4650
4651 * gdb.texinfo (Starting your Program): "set disable-randomization"
4652 is no longer Linux-specific.
4653 (Remote Configuration): Document "set remote
4654 disable-randomization-packet".
4655 (General Query Packets): Document "QDisableRandomization" packet
4656 and add it to "qSupported" list.
4657
4658 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4659
4660 Allow Python notification of new object-file loadings.
4661 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4662 event type.
4663
4664 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4665
4666 PR python/12691: Add the inferior to Python exited event
4667 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4668
4669 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4670
4671 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4672 rephasing.
4673
4674 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4675
4676 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4677 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4678 as possible feature returned by the `-list-features'
4679 command.
4680
4681 2011-09-28 Paul Koning <paul_koning@dell.com>
4682
4683 * gdb.texinfo (gdb.Type): Document field access by dictionary
4684 key syntax.
4685
4686 2011-09-28 Yao Qi <yao@codesourcery.com>
4687
4688 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4689 Add one space after option `-s'. Remove @r{} markup.
4690
4691 2011-09-27 Stan Shebs <stan@codesourcery.com>
4692
4693 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4694
4695 2011-09-16 Hui Zhu <teawater@gmail.com>
4696
4697 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4698 to *(unsigned char *)$esp@300.
4699
4700 2011-09-15 Paul Koning <paul_koning@dell.com>
4701
4702 * gdb.texinfo: Make style of Python functions and methods match
4703 the syntax of Python. Also put class and module names explicitly
4704 on function, member, and variable names, matching Python
4705 documentation conventions.
4706
4707 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4708
4709 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4710 * gdb.texinfo (Inferiors In Python): Describe new
4711 gdb.selected_inferior() function.
4712
4713 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4714
4715 Handle multiple breakpoint hits in Python interface:
4716 * gdb.texinfo (Events In Python): New function documentation:
4717 gdb.BreakpointEvent.breakpoints. Indicate that
4718 gdb.BreakpointEvent.breakpoint is now deprecated.
4719
4720 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4721
4722 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4723
4724 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4725
4726 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4727
4728 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4729
4730 * gdb.texinfo (Prompt): Add set/show extended-prompt
4731 documentation
4732 (Basic Python): Add prompt_hook anchor.
4733 (Python modules): Reword module text to reflect multiple modules.
4734 (gdb.prompt): Document gdb.prompt module.
4735
4736 2011-08-14 Yao Qi <yao@codesourcery.com>
4737
4738 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4739
4740 2011-08-14 Yao Qi <yao@codesourcery.com>
4741
4742 * gdb.texinfo (Standard Target Features): Document C6x features.
4743 (TIC6x Features): New node.
4744
4745 2011-08-12 Doug Evans <dje@google.com>
4746
4747 * gdb.texinfo (Symbols In Python): Document symbol.type.
4748
4749 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4750
4751 * gdb.texinfo (Python): Document command and function
4752 auto-loading.
4753
4754 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4755 Eli Zaretskii <eliz@gnu.org>
4756
4757 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4758 typedefs unrolling. Extend the sample code by an inner typedef and
4759 outer typedefs unrolling.
4760
4761 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4762
4763 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4764 size and line-size.
4765
4766 2011-07-21 Matt Rice <ratmice@gmail.com>
4767
4768 PR macros/12999
4769 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4770 Update text and cindex entries for info macro command.
4771
4772 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4773
4774 * observer.texi (GDB Observers): Add before_prompt observer.
4775 * gdb.texinfo (Basic Python): Add documentation for prompt
4776 substitution.
4777
4778 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4779
4780 PR python/12438
4781 * gdb.texinfo (Python Commands): Add deprecate note to maint
4782 set/show python print-stack. Document set/show python
4783 print-backtrace.
4784
4785 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4786
4787 * gdb.texinfo: Fix typos.
4788
4789 2011-07-01 Tom Tromey <tromey@redhat.com>
4790
4791 * gdb.texinfo (Debugging Output): Document set debug
4792 check-physname.
4793
4794 2011-06-29 Tom Tromey <tromey@redhat.com>
4795
4796 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4797 breakpoint-notifications feature.
4798
4799 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4800
4801 * gdb.texinfo (Target Description): Remove warning about
4802 possibly unstable format.
4803
4804 2011-06-03 Tom Tromey <tromey@redhat.com>
4805
4806 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4807 (Events In Python): Note that exit_code is optional.
4808
4809 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4810
4811 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4812 required for multi-threading support.
4813 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4814 Hc are deprecated for multi-threading debugging. Point readers at
4815 the vCont packet.
4816
4817 2011-05-15 Doug Evans <dje@google.com>
4818
4819 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4820
4821 2011-05-13 Doug Evans <dje@google.com>
4822
4823 * gdb.texinfo (Threads): Document $sdir,$pdir.
4824 (Server): Document $pdir exception.
4825
4826 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4827
4828 * gdb.texinfo (Threads): Clarify default value for
4829 libthread-db-search-path.
4830
4831 * gdb.texinfo (Completion): Update example.
4832 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4833
4834 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4835
4836 * gdb.texinfo: Document change in the behaviour of the enable and
4837 disable GDB commands when applied to tracepoints.
4838 Document the EnableDisableTracepoints remote stub feature.
4839 Document QTEnable and QTDisable in the list of tracepoint packets.
4840
4841 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4842
4843 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4844 hsuser.texi.
4845 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4846 comment to hsuser.texi. Change rluser.texi name in the comment.
4847
4848 2011-05-10 Doug Evans <dje@google.com>
4849
4850 * gdb.texinfo (Threads): If an empty path is provided for
4851 libthread-db-search-path it is reset to its default value.
4852 (Server): Ditto.
4853
4854 2011-05-09 Doug Evans <dje@google.com>
4855
4856 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4857
4858 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4859 Thiago Jung Bauermann <bauerman@br.ibm.com>
4860
4861 Implement support for PowerPC BookE masked watchpoints.
4862 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4863 (PowerPC Embedded): Mention support of masked watchpoints.
4864
4865 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4866
4867 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4868 `@value{GDBN}'.
4869
4870 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4871
4872 * gdb.texinfo (titlepage): Remove dedication.
4873 (In Memoriam): New appendix.
4874
4875 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4876 Eli Zaretskii <eliz@gnu.org>
4877
4878 * gdb.texinfo (Index Section Format): Change the version to 5.
4879 Describe the different formula.
4880
4881 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4882 Eli Zaretskii <eliz@gnu.org>
4883
4884 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4885 for disconnected tracing.
4886 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4887 extended-remote relationship. Mention --once.
4888 (TCP port allocation lifecycle of @code{gdbserver}): New.
4889
4890 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4891
4892 * gdb.texinfo (Server): Improve indexing. Index all optional
4893 switches to gdbserver.
4894
4895 2011-04-20 Tom Tromey <tromey@redhat.com>
4896
4897 * gdb.texinfo (Index Section Format): New node.
4898 (Top): Add new node to menu.
4899
4900 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4901
4902 * gdb.texinfo (Maintenance Commands): Document `maint print
4903 remote-registers'.
4904
4905 2011-04-20 Tom Tromey <tromey@redhat.com>
4906
4907 * gdb.texinfo (Trace File Format): Move node later.
4908
4909 2011-04-19 Tom Tromey <tromey@redhat.com>
4910
4911 * gdbint.texinfo (Register Information Functions): Remove
4912 duplicate "the".
4913 * gdb.texinfo (Emacs): Remove duplicate "to".
4914 (GDB/MI Variable Objects): Remove duplicate "the".
4915 (General Query Packets): Likewise.
4916
4917 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4918
4919 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4920 "GDB/MI Ada Exception Information" node.
4921
4922 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4923
4924 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4925 the "exception-name" field in the *stopped async record.
4926
4927 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4928 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4929
4930 Implement support for PowerPC BookE ranged breakpoints.
4931 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4932
4933 2011-03-28 Tom Tromey <tromey@redhat.com>
4934
4935 * gdb.texinfo (Set Tracepoints): Fix typo.
4936
4937 2011-03-24 Tom Tromey <tromey@redhat.com>
4938
4939 * gdb.texinfo (Specify Location): Document `function:label'
4940 linespec.
4941
4942 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4943
4944 PR python/12149
4945
4946 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4947
4948 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4949
4950 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4951 (Inferiors In Python): Likewise.
4952 (Threads In Python): Likewise.
4953 (Symbols In Python): Likewise.
4954 (Objfiles In Python): Likewise.
4955 (Symbol Tables In Python): Likewise.
4956
4957 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4958
4959 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4960 display>: Explain that the commands accept number ranges.
4961
4962 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4963
4964 * gdb.texinfo (Breakpoints In Python): Add description and example
4965 of Python stop function operation.
4966
4967 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4968
4969 * gdb.texinfo (Parameters In Python): Document get_set_string and
4970 get_show_string methods.
4971
4972 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4973
4974 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4975
4976 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4977 circular-trace-buffer name.
4978
4979 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4980
4981 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4982 in the previous change.
4983
4984 2011-02-27 Michael Snyder <msnyder@vmware.com>
4985
4986 * gdb.texinfo (Inferiors and Programs): Update commands to show
4987 that they can accept multiple arguments.
4988
4989 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4990
4991 Revert the following patch (code patch was not approved):
4992 2011-02-21 Hui Zhu <teawater@gmail.com>
4993 * agentexpr.texi (bytecode descriptions): add printf.
4994 * gdb.texinfo (tracepoint action lists): add printf.
4995
4996 2011-02-23 Doug Evans <dje@google.com>
4997
4998 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4999
5000 2011-02-23 Michael Snyder <msnyder@vmware.com>
5001
5002 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
5003 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
5004 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
5005
5006 2011-02-22 Doug Evans <dje@google.com>
5007
5008 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
5009 Clarify behaviour of lookup_symbol when `block' argument is omitted,
5010 add description of result, fix @defun formatting.
5011
5012 2011-02-21 Hui Zhu <teawater@gmail.com>
5013
5014 * agentexpr.texi (Bytecode Descriptions): Add printf.
5015 * gdb.texinfo (Tracepoint Action Lists): Add printf.
5016
5017 2011-02-18 Tom Tromey <tromey@redhat.com>
5018
5019 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
5020
5021 2011-02-14 Michael Snyder <msnyder@vmware.com>
5022
5023 * gdb.texinfo (threads): Document argument for "info threads" cmd.
5024 Document new command "thread find".
5025
5026 2011-02-14 Michael Snyder <msnyder@vmware.com>
5027
5028 * gdb.texinfo (Threads): Update example of new thread message.
5029
5030 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5031
5032 * gdb.texinfo (Remote Configuration): Mention set/show remote
5033 traceframe-info.
5034 (Tools/Packages Optional for Building GDB): Mention that expat is
5035 used for traceframe info.
5036 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
5037 (General Query Packets) <qSupported>: Describe the
5038 qXfer:traceframe-info:read feature.
5039 (qXfer::read): Describe qXfer:traceframe-info:read.
5040 (Traceframe Info Format): New section.
5041
5042 2011-02-04 Pedro Alves <pedro@codesourcery.com>
5043
5044 * gdbint.texinfo (Formatting): Mention some formatting guidelines
5045 for casts and unary operators.
5046
5047 2011-02-04 Tom Tromey <tromey@redhat.com>
5048
5049 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
5050 is not useful.
5051
5052 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5053
5054 * gdb.texinfo: s/value optimized out/optimized out/g
5055
5056 2011-01-21 Joel Brobecker <brobecker@adacore.com>
5057
5058 * gdb.texinfo (Other Misc Settings): Rework part of the
5059 documentation of the "set interactive mode" command.
5060
5061 2011-01-19 Tom Tromey <tromey@redhat.com>
5062
5063 * gdb.texinfo (Threads): Document thread name output and `thread
5064 name' command.
5065 (Threads In Python): Document Thread.name attribute.
5066 (GDB/MI Thread Commands): Document thread attributes.
5067
5068 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
5069
5070 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
5071 changes in mi/mi-cmd-disas.c
5072
5073 2011-01-12 Tom Tromey <tromey@redhat.com>
5074
5075 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
5076 Fix "thread apply" text.
5077
5078 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5079 Thiago Jung Bauermann <bauerman@br.ibm.com>
5080
5081 Implement support for PowerPC BookE ranged watchpoints.
5082 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
5083 the "set powerpc exact-watchpoints" flag.
5084
5085 2011-01-07 Tom Tromey <tromey@redhat.com>
5086
5087 * gdb.texinfo (Python API): Add descriptions to @menu items.
5088
5089 2011-01-06 Tom Tromey <tromey@redhat.com>
5090
5091 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
5092
5093 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5094
5095 * gdb.texinfo (Debugging Output): Document "set debug jit".
5096
5097 2011-01-06 Tom Tromey <tromey@redhat.com>
5098
5099 PR python/12133:
5100 * gdb.texinfo (Frames In Python): Document various frame
5101 constants.
5102
5103 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5104
5105 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
5106 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
5107 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
5108
5109 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5110
5111 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
5112 (clean): Add GDBvn.texi.
5113
5114 2010-12-29 Joel Brobecker <brobecker@adacore.com>
5115
5116 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
5117 occasional case where the debugger prints an array address
5118 instead of the array itself.
5119
5120 2010-12-23 Pedro Alves <pedro@codesourcery.com>
5121
5122 * gdb.texinfo (Packets) <read registers packet>: Document support
5123 for registers that were not collected.
5124
5125 2010-12-15 Doug Evans <dje@google.com>
5126
5127 * gdb.texinfo (Startup): Document auto-loading of scripts during
5128 startup.
5129 (Auto-loading): Delete "maint set python auto-load on|off".
5130 Add "set auto-load-scripts on|off".
5131
5132 2010-12-07 Doug Evans <dje@google.com>
5133
5134 * gdb.texinfo (Mode Options): Document -data-directory.
5135 (Data Files): Add reference to -data-directory.
5136
5137 2010-11-29 Doug Evans <dje@google.com>
5138
5139 * gdb.texinfo (Pretty-Printer Introduction): Change
5140 printer-name:subprinter-name to printer-name;subprinter-name.
5141
5142 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
5143
5144 PR python/12199
5145
5146 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
5147
5148 2010-11-23 Tom Tromey <tromey@redhat.com>
5149
5150 * gdb.texinfo (Top): Check SYSTEM_READLINE.
5151 (Editing): Likewise.
5152 (Command History): Likewise.
5153 (TUI Keys): Likewise.
5154 (Bug Reporting): Conditionally include rluser.texi and
5155 inc-history.texinfo.
5156 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
5157 (GDB_DOC_SOURCE_INCLUDES): Add comment.
5158 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
5159 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
5160 (gdb.pdf): Likewise.
5161 (gdb.info): Likewise.
5162 (gdb/index.html): Likewise.
5163
5164 2010-11-23 Tom Tromey <tromey@redhat.com>
5165
5166 * Makefile.in (Makefile): Run ../config.status.
5167 (distclean): Update.
5168 * configure: Remove.
5169 * configure.ac: Remove.
5170
5171 2010-11-12 Tom Tromey <tromey@redhat.com>
5172
5173 * gdb.texinfo (Basic Python): Update. Add xref.
5174 (Exception Handling): Document new exception classes.
5175 (Types In Python): Update.
5176 (Frames In Python): Update.
5177
5178 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
5179
5180 * gdb.texinfo (Breakpoints In Python): Document "internal"
5181 parameter, and visible attribute.
5182
5183 2010-11-05 Doug Evans <dje@google.com>
5184
5185 * gdb.texinfo (Source Path): Document "set directories".
5186
5187 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5188
5189 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5190 (OpenCL C): New node.
5191
5192 2010-11-02 Doug Evans <dje@google.com>
5193
5194 * gdb.texinfo (Pretty Printing): Expand into three sections,
5195 introduction, example, and commands.
5196 (Python API): Delete section Disabling Pretty-Printers, merge into
5197 Selecting Pretty-Printers.
5198 (Writing a Pretty-Printer): New section. Move the pretty-printer
5199 example here, and reformat to match python coding style. Add a second
5200 example using the gdb.printing module.
5201 (Python modules): Add gdb.printing.
5202
5203 2010-10-29 Doug Evans <dje@google.com>
5204
5205 * gdb.texinfo (Python): Fix long line.
5206
5207 2010-10-20 Doug Evans <dje@google.com>
5208
5209 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5210 All references updated. Correct sections marked as subsections.
5211 (Coding Standards): New chapter. Move the coding standard related
5212 subsections here. Add section on Python coding standards.
5213
5214 2010-10-13 Doug Evans <dje@google.com>
5215
5216 * gdb.texinfo (Python): Add "Python modules".
5217 (Types in Python): Add reference to gdb.types section.
5218 (Python modules): New node.
5219
5220 2010-10-11 Doug Evans <dje@google.com>
5221
5222 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5223 Python" from gdb.Value.type description.
5224
5225 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5226
5227 * gdb.texinfo (Ravenscar Profile): New node.
5228
5229 2010-09-22 Tom Tromey <tromey@redhat.com>
5230
5231 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5232
5233 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5234
5235 * gdb.texinfo (Values From Inferior): Clarify that
5236 value.dynamic_type works only in C++ programs with RTTI.
5237
5238 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5239
5240 * gdb.texinfo (Character Sets): Correctly reference host-charset
5241 in example.
5242
5243 2010-09-13 Tom Tromey <tromey@redhat.com>
5244
5245 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5246 Document "fullname" and "from".
5247
5248 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5249
5250 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5251 feature `reverse' output by -list-target-features.
5252
5253 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5254
5255 * gdb.texinfo (i386 Features): Remove an extra "@item".
5256
5257 2010-08-30 Tom Tromey <tromey@redhat.com>
5258
5259 PR python/11792:
5260 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5261
5262 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5263
5264 * gdb.texinfo (ARM Features): Document
5265 org.gnu.gdb.arm.m-profile.
5266
5267 2010-08-23 Tom Tromey <tromey@redhat.com>
5268
5269 PR python/11145:
5270 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5271 reinterpret_cast methods.
5272
5273 2010-08-23 Tom Tromey <tromey@redhat.com>
5274
5275 PR python/11915:
5276 * gdb.texinfo (Types In Python): Document array method.
5277
5278 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5279
5280 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5281
5282 2010-08-16 Tom Tromey <tromey@redhat.com>
5283
5284 * gdb.texinfo (Set Watchpoints): Document -location option.
5285
5286 2010-08-13 Doug Evans <dje@google.com>
5287
5288 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5289
5290 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5291
5292 * gdb.texinfo (GDB/MI Data Manipulation): Document
5293 -data-read-memory-raw and -data-write-memory-raw.
5294
5295 2010-08-11 Tom Tromey <tromey@redhat.com>
5296 Phil Muldoon <pmuldoon@redhat.com>
5297
5298 * gdb.texinfo (Basic Python): Describe post_event API.
5299
5300 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5301
5302 * gdb.texinfo (Basic Python): Describe solib_address and
5303 decode_line Python APIs
5304
5305 2010-08-10 Tom Tromey <tromey@redhat.com>
5306
5307 * gdb.texinfo (Pretty Printing API): Document
5308 gdb.default_visualizer.
5309
5310 2010-08-10 Tom Tromey <tromey@redhat.com>
5311
5312 Revert gdb-add-index addition:
5313 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5314
5315 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5316 Eli Zaretskii <eliz@gnu.org>
5317
5318 * gdb.texinfo (Mode Options) <-batch>
5319 (Basic Python) <gdb.execute>: Describe setting width and height.
5320
5321 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5322
5323 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5324
5325 2010-07-30 Tom Tromey <tromey@redhat.com>
5326
5327 * gdb.texinfo (Index Files): Mention gdb-add-index.
5328
5329 2010-07-30 Hui Zhu <teawater@gmail.com>
5330
5331 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5332 "detach inferior" and "kill inferior".
5333
5334 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5335
5336 * gdb.texinfo (Machine Code): Update description of two forms of
5337 arguments, and add new example to demonstrate the new form.
5338
5339 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5340
5341 * gdb.texinfo (Values From Inferior): Add value inferior function
5342 call description.
5343
5344 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5345
5346 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5347
5348 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5349 Eli Zaretskii <eliz@gnu.org>
5350
5351 Make core files the process_stratum.
5352 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5353 record_stratum example.
5354
5355 2010-07-13 Tom Tromey <tromey@redhat.com>
5356
5357 * gdb.texinfo (Index Files): New node.
5358
5359 2010-07-13 Tom Tromey <tromey@redhat.com>
5360
5361 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5362
5363 2010-07-13 Tom Tromey <tromey@redhat.com>
5364
5365 * gdb.texinfo (Specify Location): Document labels.
5366
5367 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5368
5369 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5370 entries for fast tracepoints and static tracepoints.
5371
5372 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5373
5374 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5375 qsThreadInfo>: Spell out `l' as ell.
5376
5377 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5378
5379 * gdb.texinfo (Convenience Variables): Document $_sdata.
5380 (Commands to Set Tracepoints): Describe static tracepoints. Add
5381 `Listing Static Tracepoint Markers' menu entry. Document
5382 "strace".
5383 (Tracepoint Action Lists): Document collecting $_sdata.
5384 (Listing Static Tracepoint Markers): New subsection.
5385 (Tracepoints support in gdbserver): Mention static tracepoints.
5386 (remote packets, enabling and disabling): Mention
5387 read-sdata-object.
5388 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5389 and StaticTracepoint.
5390 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5391 Document qXfer:sdata:read.
5392 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5393
5394 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5395
5396 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5397
5398 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5399 Tom Tromey <tromey@redhat.com>
5400 Thiago Jung Bauermann <bauerman@br.ibm.com>
5401
5402 * gdb.texinfo (Inferiors In Python): New node.
5403 * gdb.texinfo (Threads In Python): New node.
5404
5405 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5406
5407 * gdb.texinfo (Python): Document what the python directory is
5408 and what its location is.
5409 (Basic Python): Document the gdb.PYTHONDIR constant.
5410
5411 2010-06-25 Tom Tromey <tromey@redhat.com>
5412
5413 PR python/10808:
5414 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5415
5416 2010-06-24 Hui Zhu <teawater@gmail.com>
5417
5418 * gdb.texinfo: (Commands for Controlled Output): Add
5419 documentation for command "eval".
5420
5421 2010-06-21 Stan Shebs <stan@codesourcery.com>
5422
5423 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5424 * annotate.texinfo: Ditto.
5425 * gdbint.texinfo: Ditto.
5426 * stabs.texinfo: Ditto.
5427
5428 2010-06-22 Hui Zhu <teawater@gmail.com>
5429
5430 * gdb.texinfo: (Process Record and Replay): Add documentation
5431 for command "set record memory-query".
5432
5433 2010-06-21 Stan Shebs <stan@codesourcery.com>
5434
5435 * gdb.texinfo: Relicense under GFDL version 1.3.
5436 * annotate.texinfo: Relicense under GFDL version 1.3.
5437 * gdbint.texinfo: Relicense under GFDL version 1.3.
5438 * stabs.texinfo: Relicense under GFDL version 1.3.
5439 * fdl.texi: Update to version 1.3.
5440
5441 2010-06-18 Stan Shebs <stan@codesourcery.com>
5442
5443 * gdb.texinfo (Operating System Auxiliary Information): Describe
5444 "info os" when no arguments given.
5445
5446 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5447 $_thread.
5448
5449 2010-06-18 Hui Zhu <teawater@gmail.com>
5450
5451 * gdb.texinfo: (Process Record and Replay): Add documentation
5452 for commands "record save" and "record restore".
5453
5454 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5455
5456 * gdb.texinfo: Include information about the correct use
5457 of addresses in the `watch' command.
5458
5459 2010-06-11 Stan Shebs <stan@codesourcery.com>
5460
5461 * gdb.texinfo (Observer Mode): New section.
5462 (General Query Packets): Document QAllow.
5463
5464 2010-06-04 Doug Evans <dje@google.com>
5465
5466 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5467
5468 2010-06-03 Doug Evans <dje@google.com>
5469
5470 * gdbint.texinfo (Coding): Add subsection on command names.
5471
5472 2010-06-02 Tom Tromey <tromey@redhat.com>
5473
5474 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5475 always-disassemble.
5476
5477 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5478
5479 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5480 gdbserver, and add cross reference.
5481 (Tracepoints support in gdbserver): New subsection.
5482
5483 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5484
5485 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5486 `qRelocInsn' feature.
5487 (Relocate instruction reply packet): New subsection
5488 of `Tracepoint Packets'.
5489 (Tracepoint Packets): Mention that packets QTDP and QTStart
5490 support the qRelocInsn request, and add cross reference to new
5491 subsection.
5492
5493 2010-05-25 Doug Evans <dje@google.com>
5494
5495 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5496 (Commands In Python): Document gdb.string_to_argv.
5497
5498 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5499
5500 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5501 ATTR_NORETURN.
5502
5503 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5504 Tom Tromey <tromey@redhat.com>
5505 Thiago Jung Bauermann <bauerman@br.ibm.com>
5506
5507 * gdb.texinfo (Parameters In Python): New Node.
5508
5509 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5510
5511 * gdb.texinfo: (Summary) Add mention about D language support.
5512 (Filenames): Add D suffixes.
5513 (D): New node.
5514
5515 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5516
5517 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5518 of macro deleted from GDB code.
5519
5520 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5521
5522 * gdb.texinfo (Commands to specify files): Describe what how GDB
5523 looks up DOS-based filesystem paths on the system root. Document
5524 the new `set/show target-file-system-kind' commands.
5525
5526 2010-04-23 Doug Evans <dje@google.com>
5527
5528 * gdb.texinfo (Python): Move Auto-loading section here ...
5529 (Python API): from here.
5530 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5531 (Maintenance Commands): Add docs for "maint print section-scripts".
5532
5533 2010-04-20 Chris Moller <cmoller@redhat.com>
5534
5535 * gdb.texinfo (Setting Breakpoints): Added description of
5536 filename-qualified rbreak.
5537 * refcard.tex (Breakpoints and Watchpoints): Added brief
5538 description of filename-qualified rbreak.
5539
5540 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5541
5542 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5543 (Python API): Change the reference to Pretty Printing API.
5544 (Pretty Printing): Move the user part under the Data node. Reformat
5545 the sample output to 72 columns. Create a new reference to Pretty
5546 Printing API. Rename the API part ...
5547 (Pretty Printing API): To a new node name.
5548 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5549 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5550
5551 2010-04-21 Stan Shebs <stan@codesourcery.com>
5552
5553 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5554 and commands.
5555 (Listing Tracepoints): Update to reflect current behavior.
5556
5557 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5558
5559 * gdb.texinfo (Examining memory): Update for change in string
5560 display with explicit size.
5561
5562 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5563
5564 PR breakpoints/8554.
5565
5566 * gdb.texinfo (Save Breakpoints): New node.
5567 (save-tracepoints): Rename to ...
5568 (save tracepoints): ... this. Mention that `save-tracepoints' is
5569 a deprecated alias to `save tracepoints'.
5570
5571 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5572
5573 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5574 (info w32 thread-information-block): Document new command.
5575 (qGetTIBAddress): Document new gdbserver query.
5576 (maint set/show show-all-tib): Document new command.
5577
5578 2010-04-15 Doug Evans <dje@google.com>
5579
5580 * gdb.texinfo (Python API): Add progspaces section.
5581 (Selecting Pretty-Printers): Progspace pretty-printers are
5582 searched too.
5583 (Progspaces In Python): New section.
5584
5585 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5586
5587 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5588
5589 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5590 returns None.
5591
5592 2010-04-09 Stan Shebs <stan@codesourcery.com>
5593
5594 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5595 Describe the `frames-created' field, tweak grammar.
5596
5597 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5598
5599 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5600 Describe the `circular' and `disconnected' fields.
5601
5602 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5603
5604 * gdb.texinfo (maint print registers): Mention unavailable and
5605 invisible registers.
5606
5607 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5608 Thiago Jung Bauermann <bauerman@br.ibm.com>
5609 Tom Tromey <tromey@redhat.com>
5610
5611 * gdb.texinfo (Breakpoints In Python): New Node.
5612
5613 2010-04-08 Stan Shebs <stan@codesourcery.com>
5614
5615 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5616 trace status fields.
5617
5618 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5619
5620 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5621 optional. Make org.gnu.gdb.i386.avx requires
5622 org.gnu.gdb.i386.avx.
5623
5624 2010-04-08 Doug Evans <dje@google.com>
5625
5626 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5627 search path, and document that gdb only scans the search path if
5628 the script's path doesn't specify a directory.
5629
5630 2010-04-05 Doug Evans <dje@google.com>
5631
5632 * gdb.texinfo (maint show python auto-load): Fix typo.
5633
5634 2010-04-04 Stan Shebs <stan@codesourcery.com>
5635
5636 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5637 (Setting Watchpoints): Update description of "info watch".
5638 (Disabling Breakpoints): Only "info break" lists all.
5639
5640 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5641 (tdump): Explain how tdump works.
5642
5643 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5644
5645 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5646 add cross reference.
5647
5648 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5649
5650 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5651 commands error out.
5652
5653 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5654
5655 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5656
5657 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5658
5659 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5660
5661 2010-03-29 Stan Shebs <stan@codesourcery.com>
5662 Nathan Sidwell <nathan@codesourcery.com>
5663
5664 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5665 GDBN equivalent.
5666 (Set Tracepoints): Remove mention that conditional tracepoints
5667 don't exist.
5668 (Tracepoint Actions): Clarify when while-stepping collection
5669 happens, note that while-stepping does not automatically collect
5670 $pc.
5671
5672 2010-03-29 Stan Shebs <stan@codesourcery.com>
5673
5674 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5675 (General Query Packets): Describe TracepointSource.
5676
5677 2010-03-27 Matt Rice <ratmice@gmail.com>
5678
5679 * gdb.texinfo (ARM): Document arguments to "target sim".
5680 (Set Catchpoints): Use @dots{} instead of @r{...}.
5681
5682 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5683
5684 * gdb.texinfo (Tracepoint Packets): Remove mention that
5685 terror:string may be plain text, and drop mention of X prefix.
5686
5687 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5688
5689 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5690
5691 2010-03-24 Stan Shebs <stan@codesourcery.com>
5692
5693 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5694
5695 2010-03-24 Tom Tromey <tromey@redhat.com>
5696
5697 PR breakpoints/9352:
5698 * gdb.texinfo (Break Commands): Update.
5699
5700 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5701
5702 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5703 commands.
5704
5705 2010-03-16 Stan Shebs <stan@codesourcery.com>
5706
5707 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5708 circular-trace-buffer.
5709 (Tracepoint Packets): Describe QTBuffer, and details of the
5710 qTStatus reply.
5711
5712 2010-03-12 Stan Shebs <stan@codesourcery.com>
5713 Nathan Sidwell <nathan@codesourcery.com>
5714
5715 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5716 doing instruction stepping.
5717 (Tracepoint Restrictions): New node.
5718
5719 2010-03-10 Tom Tromey <tromey@redhat.com>
5720
5721 * gdbint.texinfo (Symbol Handling): Update.
5722
5723 2010-03-08 Tom Tromey <tromey@redhat.com>
5724
5725 PR cli/9591:
5726 * gdb.texinfo (Mode Options): Mention lack of pagination and
5727 confirmation with --batch.
5728 (Screen Size): Mention --batch.
5729 (Messages/Warnings): Likewise.
5730
5731 2010-03-05 Tom Tromey <tromey@redhat.com>
5732
5733 * gdb.texinfo (Basic Python): Document target_charset and
5734 target_wide_charset.
5735
5736 2010-03-05 Tom Tromey <tromey@redhat.com>
5737
5738 * gdb.texinfo (Data): Link to pretty-printing.
5739 (Output Formats): Likewise. Correct text.
5740
5741 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5742
5743 * gdb.texinfo (Types): Describe <struct> and <flags>.
5744
5745 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5746
5747 * gdb.texinfo (Frames In Python): Add block parameter and
5748 description to read_var text.
5749
5750 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5751 Tom Tromey <tromey@redhat.com>
5752
5753 * gdb.texinfo (Types In Python): Describe block argument in
5754 template_argument and gdb.lookup_type.
5755
5756 2010-02-24 Tom Tromey <tromey@redhat.com>
5757
5758 * gdb.texinfo (Cygwin Native): Fix typo.
5759
5760 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5761
5762 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5763 and select method descriptions.
5764 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5765 Tables in Python to menu.
5766 (Blocks In Python): New node.
5767 (Symbols In Python): New node.
5768 (Symbol Tables in Python): New node.
5769
5770 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5771
5772 Multiexec MI
5773
5774 gdb/
5775 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5776
5777 gdb/doc/
5778 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5779 changes.
5780 (GDB/MI Program Execution): Document current behaviour of
5781 --all and --thread-group.
5782 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5783 -remove-inferior.
5784 * observer.texi (inferior_added, inferior_removed): New
5785 observers.
5786
5787 2010-02-19 Tom Tromey <tromey@redhat.com>
5788
5789 * gdbint.texinfo (Getting Started): Fix @node.
5790 (Debugging GDB): Likewise.
5791
5792 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5793
5794 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5795 documenting the gdb_test_timeout variable.
5796
5797 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5798
5799 * gdb.texinfo (MI commands): Added documentation of --reverse
5800 option to a set of MI commands. Restructured documentation of MI
5801 commands --exec-continue to reflect the complexity of reverse
5802 execution.
5803
5804 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5805
5806 * gdb.texinfo (Using the Collected Data): Specify that the address
5807 range of `tfind outsize' is exclusive, and that the address range
5808 of `tfind range' is inclusive.
5809 (Tracepoint Packets): Specify that the address range of
5810 `QTFrame:range' is inclusive, and that the address range of
5811 `QTFrame:outside' is exclusive
5812
5813 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5814
5815 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5816
5817 2010-02-10 Tom Tromey <tromey@redhat.com>
5818
5819 * gdb.texinfo (Debugging Output): Document set debug parser and
5820 show debug parser.
5821
5822 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5823
5824 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5825 i386_eflags and i386_mxcsr.
5826
5827 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5828
5829 * gdb.texinfo: Document i386 target features.
5830
5831 2010-02-05 Doug Evans <dje@google.com>
5832
5833 * gdbint.texinfo (Testsuite): Add a new section to document the
5834 various DejaGnu variables that may be overridden.
5835 Document INTERNAL_GDBFLAGS.
5836
5837 2010-02-04 Tom Tromey <tromey@redhat.com>
5838
5839 PR cli/8830:
5840 * gdb.texinfo (Files): -readnow comes before the filename for file
5841 and symbol-file.
5842
5843 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5844
5845 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5846 Document ARM breakpoint types.
5847 (Register Packet Format): Move into the new section.
5848 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5849
5850 2010-01-21 Joel Brobecker <brobecker@adacore.com>
5851
5852 * gdb.texinfo (File Options): Adjust the documentation of this
5853 switch to refer to the "source" command rather than partially
5854 duplicating some of the relevant information.
5855 (Extending GDB): Introduce and document the set/show script-extension
5856 setting.
5857 (Command Files): Add note explaining that the "source" command
5858 is also used to evalute scripts written in other languages.
5859 Remove the short slightly incorrect reference to sourcing Python
5860 scripts.
5861 (Python Commands): Document how to execute a Python script from GDB.
5862
5863 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5864
5865 * gdb.texinfo (Command Files): Fix typo.
5866
5867 2010-01-18 Tom Tromey <tromey@redhat.com>
5868
5869 * gdb.texinfo (File Options): Document -x on .py files.
5870 (Command Files): Document handling of Python scripts.
5871
5872 2010-01-18 Jie Zhang <jie.zhang@analog.com>
5873
5874 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5875
5876 2010-01-15 Stan Shebs <stan@codesourcery.com>
5877
5878 * gdb.texinfo (Trace Files): New section.
5879 (Tracepoint Packets): Document QTSave and qTBuffer.
5880 (Trace File Format): New appendix.
5881
5882 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5883
5884 * gdb.texinfo (Values From Inferior): Document lazy_string value
5885 method.
5886 (Python API): Add Lazy strings menu item.
5887 (Lazy Strings In Python): New node.
5888
5889 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5890
5891 * gdb.texinfo (GDB/MI Thread Information): New.
5892 (GDB/MI Async Records): Document the core field in *stopped.
5893 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5894 documentation
5895 (Process list): Document that osdata document may contain
5896 threads.
5897 (Remote Serial Protocol): Document qXfer:threads.
5898
5899 2010-01-06 Stan Shebs <stan@codesourcery.com>
5900
5901 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5902 disconnected tracing.
5903 (Tracepoint Packets): Document new protocol.
5904
5905 2010-01-05 Stan Shebs <stan@codesourcery.com>
5906
5907 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5908 tracepoints.
5909 (Tracepoint Packets): Describe remote protocol for fast
5910 tracepoints.
5911
5912 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5913
5914 Update the "Start of New Year Procedure".
5915 * gdbint.texinfo: Add the list of files that need to be updated
5916 manually. Minor reformatting.
5917
5918 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5919
5920 * refcard.tex: Update copyright year in header and text.
5921
5922 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5923
5924 * agentexpr.texi: Add 2010 to the list of copyright years.
5925 * annotate.texinfo: Likewise.
5926 * gdb.texinfo: Likewise.
5927 * gdbint.texinfo: Likewise.
5928 * observer.texi: Likewise.
5929 * stabs.texinfo: Likewise.
5930
5931 2009-12-31 Stan Shebs <stan@codesourcery.com>
5932
5933 * gdb.texinfo (Tracepoint Actions): Describe teval.
5934
5935 2009-12-29 Stan Shebs <stan@codesourcery.com>
5936
5937 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5938
5939 2009-12-28 Stan Shebs <stan@codesourcery.com>
5940
5941 * gdb.texinfo (Trace State Variables): New section.
5942 (Tracepoint Packets): Describe trace state variable packets.
5943 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5944 variable bytecodes.
5945
5946 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5947
5948 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5949 declarations.
5950
5951 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5952
5953 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5954 -gdb-exit behaviour.
5955
5956 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5957
5958 * gpl.texi: Update to version 3 of the GPL.
5959
5960 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5961
5962 * Makefile.in: Update copyright header.
5963 * observer.texi: Fix the copyright header of the generated files.
5964
5965 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5966
5967 * gdb.texinfo (Types In Python): Describe range function.
5968
5969 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5970
5971 * gdb.texinfo (Types In Python): Describe "is_base_class".
5972
5973 2009-12-03 Tom Tromey <tromey@redhat.com>
5974
5975 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5976
5977 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5978
5979 * observer.texi: New memory_changed observer.
5980
5981 2009-12-01 Tom Tromey <tromey@redhat.com>
5982
5983 * gdb.texinfo (Reverse Execution): Fix typo.
5984
5985 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5986
5987 PR gdb/8704
5988
5989 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5990 are allowed after the breakpoint condition.
5991
5992 2009-11-23 Tom Tromey <tromey@redhat.com>
5993
5994 PR python/10782:
5995 * gdb.texinfo (Types In Python): Document Type.pointer.
5996
5997 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5998
5999 * gdb.texinfo (Machine Code): Adjust.
6000
6001 2009-11-11 Pedro Alves <pedro@codesourcery.com>
6002
6003 * agentexpr.texi (Tracing On Symmetrix): Delete section.
6004 (Using Agent Expressions): Delete cross reference.
6005
6006 2009-11-07 Joel Brobecker <brobecker@adacore.com>
6007
6008 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
6009 and @settitle directives up to help makeinfo find them.
6010
6011 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6012
6013 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
6014 (Auto-loading): Use plural and note one can use multiple components now.
6015
6016 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
6017
6018 * gdb.texinfo (GDB/MI Stack Manipulation): Make
6019 -stack-list-arguments have the same documentation for parameter
6020 as -stack-list-locals. Add comas.
6021
6022 2009-10-27 Tom Tromey <tromey@redhat.com>
6023 Eli Zaretskii <eliz@gnu.org>
6024
6025 PR python/10781
6026
6027 * gdb.texinfo (Values From Inferior): Document cast method.
6028
6029 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6030
6031 * gdb.texinfo (Machine Code): Mention function name in disasssembly
6032 and adjust example.
6033
6034 2009-10-22 Michael Snyder <msnyder@vmware.com>
6035
6036 * gdb.texinfo (Process Record and Replay): Document new form of
6037 info record command. Also document the new save and restore
6038 commands.
6039
6040 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6041
6042 * gdb.texinfo (Machine Code): Mention current pc marker.
6043 (Memory): Likewise.
6044
6045 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6046 Stan Shebs <stan@codesourcery.com>
6047
6048 * observer.texi (new_inferior): Rename to...
6049 (inferior_appeared): ... this.
6050
6051 * gdb.texinfo (Inferiors): Rename node to ...
6052 (Inferiors and Programs): ... this. Mention running multiple
6053 programs in the same debug session.
6054 <info inferiors>: Mention the new 'Executable' column if "info
6055 inferiors". Update examples. Document the "add-inferior",
6056 "clone-inferior", "remove-inferior" and "maint info
6057 program-spaces" commands.
6058 (Process): Rename node to...
6059 (Forks): ... this. Document "set|show follow-exec-mode".
6060
6061 2009-10-11 Michael Snyder <msnyder@vmware.com>
6062
6063 * gdb.texinfo (ReverseStep): Show default as "unsupported".
6064 (ReverseContinue): Ditto.
6065
6066 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6067
6068 * gdb.texinfo (Server): Document libthread-db-search-path.
6069
6070 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6071
6072 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
6073
6074 2009-10-06 Michael Eager <eager@eagercon.com>
6075
6076 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
6077 (Embedded Processors): Add MicroBlaze.
6078 (MicroBlaze): New. Describe Xilinx MicroBlaze
6079
6080 2009-10-04 Pedro Alves <pedro@codesourcery.com>
6081
6082 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
6083
6084 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6085
6086 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
6087
6088 2009-09-23 Joel Brobecker <brobecker@adacore.com>
6089
6090 * observer.texi (solib_unloaded): Document explicitly the fact that
6091 this observer is called before the associated symbols are unloaded.
6092
6093 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
6094
6095 * gdb.texinfo (GDB/MI Stack Manipulation): Document
6096 -stack-list-variables.
6097
6098 2009-09-18 Tom Tromey <tromey@redhat.com>
6099
6100 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
6101 is experimental.
6102
6103 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6104
6105 * gdb.texinfo (convenince variables): Mention
6106 $_siginfo could be empty.
6107
6108 2009-09-15 Tom Tromey <tromey@redhat.com>
6109
6110 * gdb.texinfo (GDB/MI Variable Objects): Document
6111 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
6112 Expand -var-update documentation.
6113
6114 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6115
6116 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
6117 feature.
6118
6119 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6120
6121 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
6122
6123 2009-09-10 Michael Snyder <msnyder@vmware.com>
6124
6125 * gdb.texinfo (qSupported): Mention new ReverseContinue and
6126 ReverseStep replies to the qSupported query.
6127
6128 2009-09-10 Joel Brobecker <brobecker@adacore.com>
6129
6130 Add documentation for set/show interactive-mode.
6131 * gdb.texinfo (Other Misc Settings): New node.
6132
6133 2009-09-01 Doug Evans <dje@google.com>
6134
6135 * gdb.texinfo (Caching Data of Remote Targets): Add note on
6136 non-stop mode's affect on remote caching.
6137
6138 2009-08-31 Jacob Potter <jdpotter@google.com>
6139 Doug Evans <dje@google.com>
6140
6141 * gdb.texinfo (Caching Data of Remote Targets): Update text.
6142 Mark `set/show remotecache' options as obsolete.
6143 Document new `set/show stack-cache' option.
6144 Update text for `info dcache'.
6145
6146 2009-08-27 Doug Evans <dje@google.com>
6147
6148 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
6149 (Files): Add note on new optional regex arg to `info sharedlibrary'.
6150
6151 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6152
6153 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
6154 about autoconf.
6155
6156 2009-08-25 Pedro Alves <pedro@codesourcery.com>
6157
6158 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
6159 small example, and describe its columns. Replace "inferior-id" by
6160 "infno" throughout.
6161
6162 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6163
6164 * gdbint.texinfo (Releasing GDB): Point to
6165 README-maintainer-mode file for required autoconf version.
6166 * configure.ac: Do not substitute datarootdir, htmldir,
6167 pdfdir, docdir. Do not process --with-datarootdir,
6168 --with-htmldir, --with-pdfdir, --with-docdir.
6169 * configure: Regenerate.
6170
6171 * configure: Regenerate.
6172
6173 2009-08-20 Reid Kleckner <reid@kleckner.net>
6174
6175 * gdb.texinfo: Add chapter on JIT interface.
6176
6177 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
6178
6179 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
6180 confirmation request.
6181
6182 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
6183
6184 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
6185 CRC definitions.
6186
6187 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6188
6189 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6190 -break-commands.
6191
6192 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6193
6194 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6195 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6196
6197 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6198
6199 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6200 "set spu stop-on-load" and "show spu stop-on-load" commands.
6201
6202 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6203
6204 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6205
6206 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6207
6208 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6209 org.gnu.gdb.arm.neon.
6210
6211 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6212
6213 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6214 optional element.
6215 (subsection OS ABI): New subsection.
6216
6217 2009-07-14 Stan Shebs <stan@codesourcery.com>
6218
6219 * gdb.texinfo (Tracepoint Conditions): New section.
6220 (General Query Packets): Describe ConditionalTracepoints.
6221 (Tracepoint Packets): Describe condition field.
6222 (Maintenance Commands): Describe maint agent-eval.
6223 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6224
6225 2009-07-11 Hui Zhu <teawater@gmail.com>
6226
6227 * gdb.texinfo (disassemble): Add a new modifier /r
6228 to "disassemble" command to make it print the raw instructions
6229 in hex as well as in symbolic form.
6230
6231 2009-07-09 Tom Tromey <tromey@redhat.com>
6232
6233 * gdbint.texinfo (Testsuite): Document parallel make check.
6234
6235 2009-07-09 Tom Tromey <tromey@redhat.com>
6236
6237 * gdbint.texinfo (Testsuite): Document test transcripts.
6238
6239 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6240
6241 * gdb.texinfo (Values From Inferior): Add length parameter
6242 description.
6243
6244 2009-07-04 Chris Genly <chris@genly.us>
6245
6246 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6247 in -var-list-children. Fix example according to what the code
6248 does.
6249
6250 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6251
6252 * gdb.texinfo (Debugging multiple inferiors): Document the
6253 "inferior", "detach inferior" and "kill inferior" commands.
6254 (Debugging Programs with Multiple Processes): Adjust to mention
6255 generic "inferior" commands. Delete mention of "detach fork" and
6256 "delete fork". Cross reference to "Debugging multiple inferiors"
6257 section.
6258
6259 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6260
6261 * gdbint.texinfo (Item Output Functions): Update signature
6262 for ui_out_field_core_addr.
6263
6264 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6265
6266 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6267 Update example code extrated from breakpoint.c.
6268
6269 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6270
6271 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6272 MI commands.
6273 (GDB/MI Symbol Query): Likewise.
6274 (GDB/MI File Commands): Likewise.
6275 (GDB/MI File Transfer Commands): Likewise.
6276 (GDB/MI Target Manipulation): Likewise.
6277 (GDB/MI Miscellaneous Commands): Likewise.
6278
6279 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6280
6281 * gdb.texinfo (Debugging Optimized Code): New chapter.
6282 (Compiling for Debugging): Reference it. Move some
6283 text to the new section.
6284
6285 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6286
6287 * doc/gdb.texinfo (Calling): Document
6288 set-unwind-on-terminating-exception usage.
6289
6290 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6291
6292 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6293 command.
6294
6295 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6296
6297 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6298 references.
6299
6300 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6301
6302 * gdbint.texinfo: Rename formal parameters to gdbarch function
6303 protoypes from "current_gdbarch" to "gdbarch".
6304
6305 2009-05-28 Tom Tromey <tromey@redhat.com>
6306
6307 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6308
6309 2009-05-27 Tom Tromey <tromey@redhat.com>
6310
6311 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6312 feature.
6313 (GDB/MI Variable Objects): Document -var-set-visualizer.
6314
6315 2009-04-02 Tom Tromey <tromey@redhat.com>
6316
6317 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6318 feature.
6319 (GDB/MI Variable Objects): Document -var-set-visualizer.
6320
6321 2009-05-27 Tom Tromey <tromey@redhat.com>
6322 Thiago Jung Bauermann <bauerman@br.ibm.com>
6323 Phil Muldoon <pmuldoon@redhat.com>
6324
6325 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6326 (Pretty Printing): New node.
6327 (Selecting Pretty-Printers): Likewise.
6328 (Python API): Update.
6329 (Output Formats): Document /r format.
6330
6331 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6332 Tom Tromey <tromey@redhat.com>
6333
6334 * gdb.texinfo (Types In Python): New node.
6335 (Values From Inferior): "type" is now an attribute.
6336 (Python API): Update.
6337
6338 2009-05-27 Tom Tromey <tromey@redhat.com>
6339 Thiago Jung Bauermann <bauerman@br.ibm.com>
6340 Phil Muldoon <pmuldoon@redhat.com>
6341
6342 * gdb.texinfo: Add @syncodeindex for `tp'.
6343 (Python API): Update.
6344 (Auto-loading): New node.
6345 (Objfiles In Python): New node.
6346
6347 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6348
6349 * gdb.texinfo (Threads): Document libthread-db-search-path.
6350
6351 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6354
6355 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6356
6357 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6358 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6359 show show-debug-regs' docs.
6360
6361 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6362
6363 * gdb.texinfo (Process Record and Replay): Add description of
6364 reverse execution.
6365
6366 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6367
6368 * gdbint.texinfo (Adding support for debugging core files): New node.
6369 (Native Debugging): Remove the ``Native core file Support'' section.
6370
6371 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6372
6373 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6374 Add index entries.
6375
6376 2009-04-30 Hui Zhu <teawater@gmail.com>
6377 Michael Snyder <msnyder@vmware.com>
6378
6379 * gdb.texinfo: (Process Record and Replay): Add documentation for
6380 process record and replay.
6381
6382 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6383
6384 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6385 a new part on command-line defined macros.
6386
6387 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6388
6389 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6390 clarify the wording.
6391
6392 2009-04-23 Tom Tromey <tromey@redhat.com>
6393
6394 * gdb.texinfo (Data Files): New node.
6395 (GDB Files): Update menu.
6396
6397 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6398
6399 * gdbint.texinfo (Defining Other Architecture Features): Remove
6400 entry for PROCESS_LINENUMBER_HOOK.
6401
6402 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6403
6404 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6405
6406 2009-04-22 Hui Zhu <teawater@gmail.com>
6407
6408 * gdb.texinfo (disassemble-next-line): Set the default of
6409 disassemble-next-line to off.
6410
6411 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6412
6413 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6414 --with-htmldir): New.
6415 * configure: Regenerate.
6416 * Makefile.in (datarootdir, docdir): Define.
6417 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6418 instead of $(SET_TEXINPUTS).
6419 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6420 gdbint.info instead of $(SET_TEXINPUTS).
6421 (gdbint/index.html): Use same -I options as for building
6422 gdbint.info.
6423 (stabs.dvi, stabs.pdf): Use same -I options as for building
6424 stabs.info instead of $(SET_TEXINPUTS).
6425 (stabs/index.html): Use same -I options as for building
6426 stabs.info.
6427 (annotate.dvi, annotate.pdf): Use same -I options as for building
6428 annotate.info instead of $(SET_TEXINPUTS).
6429 (annotate/index.html): Use same -I options as for building
6430 annotate.info.
6431
6432 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6433
6434 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6435
6436 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6437
6438 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6439
6440 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6441 Joseph Myers <joseph@codesourcery.com>
6442
6443 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6444 (MAKEHTMLFLAGS): Set to empty.
6445 (html__strip_dir): Define.
6446 (HTMLFILES): Define.
6447 (HTMLFILES_INSTALL): Define.
6448 (install-html): Copy new automake rule.
6449 (html): Depend on $(HTMLFILES).
6450 (gdb_toc.html): Rename to gdb/index.html.
6451 (gdbint_toc.html): Rename to gdbint/index.html.
6452 (stabs_toc.html): Rename to stabs/index.html.
6453 (annotate_toc.html): Rename to annotate/index.html.
6454
6455 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6456
6457 * Makefile.in: Set pdfdir and htmldir from configure
6458 substitutions.
6459 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6460 * configure: Regenerate.
6461
6462 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6463
6464 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6465 This macro is no longer used.
6466
6467 2009-04-15 Tom Tromey <tromey@redhat.com>
6468
6469 * gdb.texinfo (Character Sets): Document default character set.
6470
6471 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6472
6473 * gdbint.texinfo: Change server name from sources.redhat.com to
6474 sourceware.org throughout.
6475
6476 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6477
6478 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6479 about a missing dot or coma after @xref.
6480
6481 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6482
6483 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6484 example, and add a small explanation about it.
6485 (Print Settings): Change the documentation of the "set print
6486 frame-arguments" to reflect the fact that the default is now "scalars".
6487
6488 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6489
6490 * gdb.texinfo (Print Settings): Add kindex for command "set
6491 print frame-arguments".
6492
6493 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6494
6495 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6496 breakpoints.
6497 (Set Breaks): Add reference to thread-specific and task-specific
6498 breakpoints.
6499
6500 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6501
6502 * gdb.texinfo (Ada Tasks): Remove the documentation about
6503 the "Running" state, as this state has been eliminated.
6504 Now all runnable tasks are shown as "Runnable".
6505
6506 2009-03-30 Stan Shebs <stan@codesourcery.com>
6507
6508 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6509 special case of breakpoints.
6510 (Enable and Disable Tracepoints): Mention deprecation.
6511 (Listing Tracepoints): Update description and example.
6512
6513 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6514
6515 * gdb.texinfo (Frames in Python): New node.
6516 (Python API): Update.
6517
6518 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6519
6520 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6521 from a method to an attribute.
6522
6523 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6524
6525 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6526 attribute.
6527
6528 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6529
6530 * observer.texi (thread_exit): Add "silent" parameter.
6531
6532 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6533
6534 * observer.texi (about_to_proceed): New.
6535
6536 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6537
6538 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6539 field throughout to handle types with spaces in them. Fix typos
6540 found by aspell.
6541 (Summary, Requirements, Contributors): New first chapter,
6542 "Summary" added, old Requirements section moved there, and new
6543 section, "Contributors" added.
6544 (Initializing a New Architecture, Register Representation)
6545 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6546 (Porting gdb): These sections extended and updated.
6547 (Compiler Characteristics): This section (empty) deleted.
6548 (Defining Other Architecture Features): This section renamed and
6549 duplicate material removed from (formerly "Target Conditionals").
6550 Use braces {} in @deftypeXX type field throughout to handle types
6551 with spaces in them. Typos found by aspell fixed.
6552
6553 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6554 * stack_frame.pdf: Version of image for PDF output.
6555 * stack_frame.png: Version of image for HTML output and for Emacs.
6556 * stack_frame.txt: Version of image for Info output.
6557 * stack_frame.eps: Version of image for TeX DVI output.
6558
6559 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6560
6561 * gdb.texinfo (Character Sets): Fix last change.
6562
6563 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6564
6565 * gdb.texinfo (Values From Inferior): Fix optional arguments
6566 markup.
6567 (Commands In Python): Adjust argument names of gdb.Command.__init__
6568 to what the function accepts as keywords.
6569
6570 2008-03-20 Tom Tromey <tromey@redhat.com>
6571
6572 * gdb.texinfo (Convenience Vars): Document convenience functions.
6573 (Functions In Python): New node.
6574 (Python API): Update.
6575
6576 2009-03-20 Tom Tromey <tromey@redhat.com>
6577
6578 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6579 set target-wide-charset.
6580 (Requirements): Mention iconv.
6581
6582 2009-03-17 Hui Zhu <teawater@gmail.com>
6583
6584 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6585
6586 2009-03-17 Hui Zhu <teawater@gmail.com>
6587
6588 * gdb.texinfo: Add documentation for disassemble-next-line.
6589
6590 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6591
6592 * gdb.texinfo (Commands In Python): Remove tindex entries.
6593
6594 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6595
6596 * gdb.texinfo (Returning): New description for missing debug info.
6597
6598 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6599
6600 * gdb.texinfo (Remote Configuration): Document query-attached.
6601 (General Query Packets): Document qAttached.
6602
6603 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6604
6605 * gdb.texinfo (Background Execution): Better describe the set
6606 target-async command.
6607 (Maintenance Commands): Delete description of the `maint set/show
6608 linux-async' and `maint set/show remote-async' commands.
6609
6610 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6611
6612 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6613 between sentences.
6614
6615 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6616
6617 * gdb.texinfo (GDB/MI Async Records): Document the
6618 =library-loaded and =library-unloaded notifications.
6619
6620 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6621
6622 * observer.texi (test_notification): New observer.
6623
6624 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6625
6626 * observer.texi: Add parameter 'print_frame' to normal_stop
6627 observer.
6628
6629 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6630
6631 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6632 (Commands In Python): Fix COMMAND_* constants in last change. Use
6633 @kbd for interactive input. Add cross-references and index
6634 entries.
6635
6636 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6637
6638 * gdb.texinfo (Signals): Document $_siginfo.
6639 (Convenience Variables): Mention $_siginfo.
6640 (Remote Configuration): Document qXfer:siginfo:read,
6641 qXfer:siginfo:write packets, and the read-siginfo-object,
6642 write-siginfo-object commands.
6643
6644 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6645
6646 * gdbint.texinfo (Values): New chapter.
6647
6648 2009-02-06 Tom Tromey <tromey@redhat.com>
6649
6650 * gdb.texinfo (Python API): Add entry for Commands In Python.
6651 (Commands In Python): New node.
6652
6653 2009-02-05 Tom Tromey <tromey@redhat.com>
6654
6655 * gdb.texinfo (Values From Inferior): Document Value.string.
6656
6657 2009-02-05 Tom Tromey <tromey@redhat.com>
6658
6659 * gdb.texinfo (Basic Python): Document execute's from_tty
6660 argument.
6661
6662 2009-02-04 Tom Tromey <tromey@redhat.com>
6663
6664 * gdb.texinfo (Basic Python): Document gdb.history.
6665
6666 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6667
6668 * gdb.texinfo (GDB/MI Thread Commands): Document the
6669 'current-thread-id' field. Remove the example with zero threads,
6670 since current GDB won't ever report that if there's inferior.
6671
6672 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6673
6674 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6675 option to -break-insert.
6676
6677 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6678 Jerome Guitton <guitton@adacore.com>
6679
6680 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6681 (System-wide configuration): New section.
6682
6683 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6684
6685 PR gdb/7580:
6686 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6687 internal-error|internal-warning quit|corefile ask|yes|no".
6688
6689 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6690
6691 * gdb.texinfo (Using the `gdbserver' Program): Document
6692 --remote-debug.
6693
6694 2009-01-23 Doug Evans <dje@google.com>
6695
6696 * gdb.texinfo: Add nexti to list of commands that support
6697 background execution.
6698
6699 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6700
6701 * gdb.texinfo (Define, Hooks): Document prefix command support.
6702
6703 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6704 Carlos O'Donell <carlos@codesourcery.com>
6705
6706 Fixes for makeinfo --html.
6707
6708 * annotate.texinfo: Use @copying and @insertcopying. Use
6709 @ifnottex in place of @ifinfo.
6710 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6711 place of @ifinfo. Use @ifnotinfo for one index entry.
6712 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6713 in place of @ifinfo.
6714 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6715 in place of @ifinfo. Include contents at start unconditionally.
6716
6717 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6718
6719 * gdb.texinfo (General Query Packets): Remove @var{} around the
6720 "spu" literal string.
6721
6722 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6723
6724 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6725 program may be running in another process" errors.
6726 * gdbint.texinfo (Native Conditionals): Delete
6727 ONE_PROCESS_WRITETEXT description.
6728
6729 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6730
6731 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6732 emacs local variable to be placed at the end of the ChangeLog.
6733 Add server.c and gdbreplay.c to the list of files where the
6734 copyright year needs to be updated.
6735
6736 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6737
6738 * gdb.texinfo (Remote Configuration): Document new
6739 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6740 commands.
6741
6742 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6743
6744 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6745 FETCH_INFERIOR_REGISTERS.
6746 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6747 FETCH_INFERIOR_REGISTERS descriptions. Remove
6748 gdbarch_get_longjmp_target descrition, since already described in
6749 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6750 (Target Conditionals): ... here.
6751
6752 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6753
6754 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6755 examples.
6756 (Additions to Ada): Likewise. Add the missing opening and closing
6757 parenthesis of the GDB prompt in one of the examples.
6758
6759 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6760
6761 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6762 about the result of 'Address not being of type System.Address.
6763 This problem has been fixed a while ago.
6764
6765 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6766
6767 MI non-stop and multiprocess docs.
6768
6769 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6770 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6771 Adjust documentation for *stopped, document =thread-created,
6772 =thread-exited, =thread-group-created and =thread-group-exited.
6773 (GDB/MI Thread Commands): Document the 'state' field in
6774 -thread-info output.
6775 (GDB/MI Program Execution): Mention --all and --thread-group
6776 options.
6777 (GDB/MI Variable Objects): Describe floating and fixed variable
6778 objects.
6779 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6780
6781 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6782
6783 * gdb.texinfo (Operating System Information): New appendix.
6784 (Operating System Auxiliary Information): Document 'info os processes'
6785 (Remote Configuration): Document 'osdata'
6786 (General Query Packets): Document qXfer:osdata:read.
6787
6788 2008-11-27 Tristan Gingold <gingold@adacore.com>
6789
6790 * gdb.texinfo (Darwin): Document Darwin specific features.
6791
6792 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6793
6794 * gdbint.texinfo (Target Conditionals): Extend the
6795 gdbarch_breakpoint_from_pc description.
6796
6797 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6798
6799 * gdb.texinfo (M68K Features): Fix typo.
6800
6801 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6802
6803 * gdb.texinfo (Symbols): Mention printing containing
6804 image name in "info symbol".
6805 (Maint translate-address): Likewise.
6806
6807 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6808
6809 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6810 commands "catch load" and "catch unload".
6811
6812 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6813
6814 * gdb.texinfo (GDB/MI Async Records): Document
6815 =thread-selected.
6816
6817 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6818
6819 * observer.texi (new_inferior, inferior_exit): New observers.
6820
6821 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6822
6823 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6824 .mt files, TM_CLIBS or TM_CDEPS.
6825 (x86 Watchpoints): Don't mention TDEPFILES.
6826
6827 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6828
6829 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6830 (Overview): Mention notifications and non-stop mode behavior.
6831 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6832 with non-stop mode behavior. Add vStopped description.
6833 (Stop Reply Packets): Update list of packets that return
6834 stop replies. Mention non-stop behavior.
6835 (General Query Packets): Document QNonStop packet and associated
6836 qSupported query response.
6837 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6838 behavior.
6839 (Notification Packets): New section.
6840 (Remote Non-Stop): New section.
6841 (File-I/O Overview): Mention non-stop behavior.
6842
6843 2008-10-24 Hui Zhu <teawater@gmail.com>
6844 Pedro Alves <pedro@codesourcery.com>
6845
6846 * gdb.texinfo (displaced-stepping): Describe the auto mode
6847 setting, and say it's the default. This is now a mainstream
6848 setting instead of a maintenance setting.
6849
6850 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6851
6852 * observer.texi (thread_stop_requested): New.
6853
6854 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6855
6856 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6857 (Patching): Replace incorrect usage of @samp by @kbd.
6858
6859 2008-10-17 Michael Snyder <msnyder@vmware.com>
6860
6861 * gdb.texinfo: Add documentation for reverse execution.
6862
6863 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6864 Eli Zaretskii <eliz@gnu.org>
6865
6866 * gdb.texinfo. (Values From Inferior): New subsubsection.
6867
6868 2008-10-06 Doug Evans <dje@google.com>
6869
6870 * gdb.texinfo (set debug dwarf2-die): Document it.
6871
6872 2008-10-01 Joel Brobecker <brobecker@adacore.com>
6873
6874 * gdb.texinfo (catch) [exception]: Document how to insert
6875 a breakpoint on user-defined exceptions when the exception
6876 name is identical to one of the language-defined ones.
6877
6878 2008-09-27 Tom Tromey <tromey@redhat.com>
6879
6880 * gdb.texinfo (Macros): Remove text about stringification,
6881 varargs, and splicing.
6882
6883 2008-09-27 Tom Tromey <tromey@redhat.com>
6884
6885 * gdbint.texinfo (Language Support): Remove text about omitting
6886 support for a language.
6887
6888 2008-09-23 Doug Evans <dje@google.com>
6889
6890 * gdb.texinfo (info dcache): Update.
6891
6892 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6893
6894 * gdb.texinfo (Packets): Add info on thread-id syntax and
6895 multiprocess extensions.
6896 <D>: Document multiprocess form of packet.
6897 <H>: Use thread-id syntax.
6898 <T>: Likewise.
6899 <vCont>: Likewise. Note this is required for multiprocess.
6900 <vKill>: New packet.
6901 (Stop Reply Packets) <T>: Use thread-id syntax.
6902 <W>: Document multiprocess form of reply.
6903 <X>: Likewise.
6904 (General Query Packets) <qC>: Use thread-id syntax.
6905 <qfThreadInfo>: Likewise.
6906 <qGetTLSAddr>: Likewise.
6907 <qP>: Likewise.
6908 <qSupported>: Add "multiprocess" feature.
6909 <qThreadExtraInfo>: Use thread-id syntax.
6910
6911 2008-09-22 Stan Shebs <stan@codesourcery.com>
6912
6913 * gdb.texinfo (Inferiors): New section.
6914
6915 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6916
6917 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6918
6919 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6920
6921 * gdbint.texinfo (Target Conditionals): Remove documentation
6922 for gdbarch_name_of_malloc.
6923
6924 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6925
6926 * gdb.texinfo (Interrupts): Mention TCP interface for
6927 sending BREAK.
6928
6929 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6930
6931 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6932 argument prefix to "set sysroot".
6933
6934 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6935
6936 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6937 and False.
6938
6939 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6940
6941 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6942 for possible features of -list-features.
6943
6944 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6945
6946 * gdb.texinfo (Background execution): Adjust example
6947 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6948
6949 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6950
6951 * doc/gdb.texinfo (PowerPC): Fix typo.
6952 (PowerPC features): Fix typo.
6953
6954 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6955
6956 * observer.texi (thread_ptid_changed): New.
6957
6958 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6959
6960 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6961 (PowerPC features): Mention feature set for VSX registers.
6962
6963 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6964
6965 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6966 the direct visibility of all names in user-written packages.
6967
6968 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6969
6970 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6971 setting, and make it the default.
6972 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6973 non-stop script example.
6974
6975 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6976
6977 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6978 reference to the "Using Different Register and Memory Data
6979 Representation" section.
6980
6981 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6982
6983 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6984 (Remote Protocol): Add Packet Acknowledgment to menu.
6985 (Overview): Mention +/- can be disabled, and point to new section
6986 where this is discussed in detail.
6987 (General Query Packets): Document QStartNoAckMode packet, and
6988 corresponding qSupported reply.
6989 (Packet Acknowledgment): New section.
6990
6991 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6992 Pedro Alves <pedro@codesourcery.com>
6993
6994 * gdb.texinfo (Threads): Move paragraph about automatic thread
6995 selection to All-Stop Mode subsection.
6996 (Thread Stops): Reorganize existing material into subsections.
6997 Add introductory blurb and menu.
6998 (Non-Stop Mode): New subsection.
6999 (Background Execution): New subsection.
7000 (Maintenance Commands): Add cross-references from async mode
7001 commands to the new Background Execution section.
7002
7003 2008-08-06 Tom Tromey <tromey@redhat.com>
7004
7005 * gdb.texinfo (Extending GDB): New chapter.
7006 (Sequences): Demoted chapter, now a section under the new
7007 Extending GDB chapter.
7008 (Python): New section.
7009
7010 2008-07-31 Stan Shebs <stan@codesourcery.com>
7011
7012 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
7013
7014 2008-07-29 Stan Shebs <stan@codesourcery.com>
7015
7016 * gdbint.texinfo: General round of cleanup and minor
7017 clarifications.
7018 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
7019 (Longjmp Support): Update description to reflect how it is done
7020 for targets without using native header.
7021 (Symbol Handling): Add a little more general explanation.
7022 (COFF, ELF): Mention stabs encapsulation.
7023 (DWARF 3): New section.
7024 (Adding a New Host): Scrub out some obsolete bits.
7025 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
7026 (Host Conditionals): Remove descriptions of NO_STD_REGS,
7027 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
7028 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
7029 SEEK_SET, STOP_SIGNAL, USG.
7030 (Raw and Virtual Register Representations): Ditto for
7031 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
7032 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
7033 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
7034 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
7035 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
7036 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
7037 DEPRECATED_REGISTER_VIRTUAL_SIZE,
7038 DEPRECATED_REGISTER_VIRTUAL_TYPE,
7039 DEPRECATED_USE_STRUCT_CONVENTION.
7040 Describe gdbarch_deprecated_fp_regnum.
7041 Update description of gdbarch_print_insn.
7042 (Adding a New Target): Scrub out obsolete bits.
7043 (Obsolete Conditionals): Remove entire section.
7044
7045 2008-07-25 Tom Tromey <tromey@redhat.com>
7046
7047 * observer.texi (GDB Observers): Document new observers:
7048 breakpoint_created, breakpoint_deleted, breakpoint_modified,
7049 tracepoint_created, tracepoint_deleted, tracepoint_modified,
7050 architecture_changed.
7051
7052 2008-07-21 Stan Shebs <stan@codesourcery.com>
7053
7054 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
7055 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
7056
7057 2008-07-21 Tom Tromey <tromey@redhat.com>
7058
7059 * observer.texi (GDB Observers): Remove obsolete comment.
7060 <executable_changed>: Remove argument.
7061
7062 2008-07-18 Tom Tromey <tromey@redhat.com>
7063
7064 * gdb.texinfo (Macros): Update. Use @code rather than @command.
7065
7066 2008-07-10 Doug Evans <dje@google.com>
7067
7068 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
7069
7070 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7071
7072 * gdb.texinfo (Starting): Document "set disable-randomization".
7073
7074 2008-07-07 Andreas Schwab <schwab@suse.de>
7075
7076 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
7077
7078 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
7079
7080 * gdb.texinfo (GDB/MI Target Manipulation): Add
7081 example of -target-attach.
7082
7083 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7084
7085 * observer.texi (target_resumed): New observer.
7086 * gdb.texinfo (GDB/MI Output Records): Document *running.
7087
7088 2008-06-06 Tom Tromey <tromey@redhat.com>
7089
7090 * gdb.texinfo (Completion): Add field name example.
7091
7092 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
7093
7094 * gdb.texinfo (GDB/MI Program Context): Added example
7095 to -exec-arguments
7096
7097 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
7098
7099 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
7100 annotation.
7101
7102 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
7103 Nathan Sidwell <nathan@codesourcery.com>
7104 Joseph Myers <joseph@codesourcery.com>
7105
7106 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
7107 and ACX_BUGURL.
7108 * configure: Regenerate.
7109 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
7110 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
7111 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
7112 mailing-list-specific text about bug reporting unless
7113 BUGURL_DEFAULT.
7114
7115 2008-06-05 Pedro Alves <pedro@codesourcery.com>
7116
7117 * gdb.texinfo (-target-select): Remove reference to target async.
7118 (Maintenance Commands): Document "maint set/show remote-async".
7119
7120 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
7121
7122 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
7123 in -target-file-get section.
7124
7125 2008-05-22 Pedro Alves <pedro@codesourcery.com>
7126
7127 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
7128 killing the inferior when it is already debugging a process.
7129
7130 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7131
7132 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
7133 abbreviation for "finish".
7134
7135 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7136
7137 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
7138
7139 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7140
7141 * gdbint.texinfo (Target Conditionals): Delete entry for
7142 gdbarch_dwarf_reg_to_regnum.
7143
7144 2008-05-09 Doug Evans <dje@google.com>
7145
7146 * gdb.texinfo: Document "find" command, qSearch:memory packet.
7147
7148 2008-05-05 Doug Evans <dje@google.com>
7149
7150 * gdb.texinfo (disassemble): Document /m modifier.
7151
7152 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
7153
7154 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
7155 will not report the time of commands that run the target.
7156
7157 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7158
7159 * gdb.texinfo (GDB/MI Output Records): Add
7160 missing semicolon.
7161
7162 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7163
7164 * gdb.texinfo (GDB/MI Output Records):
7165 Document =thread-create and =thread-exited.
7166
7167 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
7168
7169 * gdb.texinfo (GDB/MI Development and Front Ends):
7170 Remove mention of dmi-discuss.
7171
7172 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7173
7174 * observer.texi (thread_exit): New.
7175
7176 2008-05-02 Pedro Alves <pedro@codesourcery.com>
7177
7178 * gdb.texinfo (Debugging Output): Document "set/show debug
7179 displaced".
7180 (Maintenance Commands): Document "maint set/show
7181 can-use-displaced-stepping".
7182
7183 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7184
7185 * gdb.texinfo (ARM): Document set/show arm fallback-mode
7186 and set/show arm force-mode.
7187
7188 2008-05-02 Andreas Schwab <schwab@suse.de>
7189
7190 * gdbint.texinfo (Algorithms): Describe
7191 target_watchpoint_addr_within_range.
7192
7193 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7194
7195 * gdbint.texinfo (Stack Frames): New chapter.
7196 (Algorithms): Move Frames text to the new chapter.
7197 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7198 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7199
7200 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7201
7202 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7203 output does not necessary include any tokens.
7204
7205 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7206
7207 * gdb.texinfo (Set SH Calling convention): New @item.
7208 (Show SH Calling convention): Ditto.
7209
7210 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7211
7212 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7213
7214 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7215
7216 * gdb.texinfo (Set Breaks): Mention that multiple location
7217 breakpoints need line number info. Add index entries.
7218
7219 2008-04-19 Craig Silverstein <csilvers@google.com>
7220
7221 * gdb.texinfo (Requirements): Add an optional requirement on
7222 zlib.
7223 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7224 Compressed DWARF 2.
7225
7226 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7227
7228 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7229 sample output for 'stopped,reason="breakpoint-hit"' message.
7230 (GDB/MI Program Execution): Likewise.
7231
7232 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7233
7234 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7235 -var-set-format. Add -f option to -var-evaluate-expression.
7236
7237 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7238
7239 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7240 new node "Ambiguous Expressions". Replace references to this
7241 node by references to "Ambiguous Expressions" throughout.
7242 (Ambiguous Expressions): New node.
7243
7244 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7245
7246 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7247
7248 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7249
7250 * gdb.texinfo (Debugging Output): Document
7251 "set/show debug lin-lwp-async".
7252 (Maintenance Commands): Document "maint set/show linux-async".
7253
7254 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7255
7256 * gdb.texinfo (Expressions): Update description of malloced arrays.
7257
7258 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7259
7260 * gdb.texinfo (Thread Commands): Document
7261 -thread-info. Remove -thread-list-all-threads.
7262
7263 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7264 Sandra Loosemore <sandra@codesourcery.com>
7265
7266 * gdb.texinfo (Library List Format): Update to mention the
7267 possibility to pass section addresses instead of segment
7268 addresses.
7269
7270 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7271
7272 * gdb.texinfo (Starting): Document "set exec-wrapper".
7273 (Server): Document gdbserver --wrapper.
7274
7275 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7276
7277 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7278 unreadable memory. Delete obsolete SPARClite reference.
7279
7280 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7281
7282 * gdb.texinfo (Starting): Mention always-running targets.
7283 (Target Commands): Add an anchor for load.
7284 (Connecting): Explain continue instead of run.
7285
7286 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7287
7288 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7289
7290 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7291
7292 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7293 breakpoint table.
7294
7295 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7296
7297 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7298 killing the inferior when it is already debugging a process.
7299
7300 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7301
7302 * gdbint.texinfo (Build Script): New section. Mention new build script
7303 gdb_buildall.sh.
7304
7305 2008-02-01 Jim Blandy <jimb@red-bean.com>
7306
7307 * gdb.texinfo (Help): Summarize 'info args' correctly.
7308
7309 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7310
7311 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7312 available in PowerPC architecture.
7313 (Embedded Processors): Change node name of PowerPC item in menu.
7314 (PowerPC): Rename to...
7315 (PowerPC Embedded): this.
7316 (Architectures): Add new PowerPC item in menu.
7317 (PowerPC): New node.
7318
7319 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7320
7321 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7322 commands.
7323
7324 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7325
7326 * gdb.texinfo (Setting Catchpoints): Mention features
7327 supported on GNU/Linux.
7328
7329 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7330
7331 * gdb.texinfo (GDB/MI File Commands): Describe new output
7332 field for MI command -file-list-exec-source-file.
7333
7334 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7335
7336 * gdb.texinfo (Using the `gdbserver' Program): Add security
7337 warning. Rearrange into subsections and subsubsections. Document
7338 --multi and --debug. Correct --with-sysroot typo. Update --attach
7339 usage. Make load reference clearer. Document monitor exit.
7340 (Remote Configuration): Document set remote exec-file, attach-packet,
7341 and run-packet.
7342 (Packets): Document vAttach and vRun.
7343
7344 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7345
7346 * gdb.texinfo (Processes): Mention process command.
7347 detach-on-follow -> detach-on-fork.
7348
7349 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7350
7351 * gdbint.texinfo (Native Conditionals): Remove
7352 SHELL_COMMAND_CONCAT and SHELL_FILE.
7353
7354 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7355
7356 * gdb.texinfo (Specify Location): Improve wording.
7357
7358 2008-01-23 Chris Demetriou <cgd@google.com>
7359
7360 * gdb.texinfo (Threads): Document new "set print thread-events"
7361 and "show print thread-events" commands.
7362
7363 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7364
7365 * gdb.texinfo (Specify Location): New section.
7366 (Delete Breaks, Edit, Set Breaks): Remove description of
7367 locations. Instead, add a reference to "Specify Location".
7368 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7369 (Symbols): Refer to "Specify Location" for the valid forms of
7370 linespecs and locations.
7371
7372 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7373
7374 * gdbint.texinfo (Target Conditionals): Replace the description of
7375 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7376
7377 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7378
7379 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7380 about &&var, which is rejected by the expression parser.
7381
7382 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7383
7384 * gdb.texinfo (Output): Update documentation on using printf with DFP
7385 types.
7386
7387 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7388
7389 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7390 subsubsection.
7391 (Decimal Floating Point format): New subsubsection.
7392
7393 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7394
7395 * gdb.texinfo (File Options): Remove mention of the attempt to
7396 open a core file with the -p option. Don't list -c as a valid
7397 option to attach to a process.
7398
7399 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7400
7401 * gdbint.texinfo (Host Conditionals): Remove mention of
7402 ALIGN_STACK_ON_ENTRY.
7403
7404 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7405
7406 * gdbint.texinfo (Start of New Year Procedure): Add item
7407 describing how to update the source and documentation copyright
7408 notices.
7409
7410 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7411
7412 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7413 watchpoint explanation into the main description of the watchpoint
7414 command; update synopses of 'watch', 'rwatch', and 'awatch'
7415 commands.
7416
7417 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7418
7419 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7420 Document 'pending-breakpoints' feature of
7421 -list-features.
7422
7423 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7424
7425 * gdb.texinfo: Add new parameter's description.
7426
7427 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7428
7429 * gdb.texinfo (Overview): Clarify run-length encoding
7430 example. Remove the restriction on "+" and "-" characters.
7431
7432 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7433
7434 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7435
7436 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7437
7438 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7439 the -f option for -break-insert, remove -r option,
7440 and clarify specification of location.
7441
7442 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7443
7444 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7445 formatting.
7446 (Remote Debugging): Add File Transfer section.
7447 (Remote Configuration): Document Host I/O packets.
7448 (GDB/MI): Add GDB/MI File Transfer Commands section.
7449 (Host I/O Packets): New section in "Remote Protocol".
7450 (Packets): Add vFile.
7451
7452 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7453
7454 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7455 breakpoints with multiple locations.
7456 (Breakpoint Menus): Improve wording.
7457 (Output): Fix last change.
7458
7459 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7460
7461 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7462
7463 2007-11-15 Doug Evans <dje@google.com>
7464
7465 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7466
7467 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7468
7469 * gdbint.texinfo (Native Conditionals): Remove
7470 mention of CLEAR_SOLIB.
7471
7472 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7473
7474 * gdb.texinfo (Print Settings): Add documentation for "set/show
7475 print frame-arguments".
7476
7477 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7478
7479 * gdb.texinfo (Output): Update printf command's description.
7480
7481 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7482
7483 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7484 powerpc soft-float".
7485
7486 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7487
7488 * gdb.texinfo (Files): Correct formatting. Mention Expat
7489 requirement.
7490 (Requirements for Building GDB): Expand the list of Expat
7491 uses.
7492 (Library List Format, Memory Map Format): Mention Expat.
7493 (Target Descriptions): Update Expat wording.
7494
7495 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7496
7497 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7498 Document that gdbarch_convert_register_p should return zero for no-op
7499 conversions.
7500
7501 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7502
7503 * gdbint.texi (Compiler Characteristics): Move documentation
7504 of set_gdbarch_sofun_address_maybe_missing back to ...
7505 (Target Conditionals): ... here to fix build break.
7506
7507 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7508
7509 * gdbint.texi (Target Conditionals): Remove documentation of
7510 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7511 (Compiler Characteristics): ... documentation of
7512 set_gdbarch_sofun_address_maybe_missing.
7513
7514 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7515
7516 * gdbint.texinfo (Target Conditionals): Use
7517 frame_unwind_register_unsigned in examples instead of
7518 frame_unwind_unsigned_register.
7519
7520 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7521
7522 * gdb.texinfo (Predefined Target Types): Add int128
7523 and uint128.
7524 (Standard Target Features): Add PowerPC features.
7525
7526 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7527
7528 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7529
7530 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7531
7532 * gdbint.texi (Target Conditionals): Remove documentation
7533 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7534 gdbarch_extract_return_value, and gdbarch_store_return_value.
7535
7536 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7537
7538 * gdbint.texi (Target Conditionals): Remove documentation of
7539 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7540
7541 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7542
7543 * gdb.texinfo: Mention that inaccessible-by-default is on by
7544 default.
7545
7546 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7547
7548 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7549
7550 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7551
7552 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7553 multi-threaded watchpoints.
7554 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7555 checked. Describe sticky notification. Expand description
7556 of steppable and continuable watchpoints.
7557 (Watchpoints and Threads): New subsection.
7558
7559 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7560
7561 * gdb.texinfo (Setting Breakpoints): Revise
7562 documentation for pending breakpoints. Document
7563 breakpoints with multiple locations.
7564
7565 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7566
7567 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7568 Document -list-features.
7569
7570 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7571
7572 * gdb.texinfo (Output): Spell out which features of C's printf are
7573 not supported by GDB's printf.
7574 (Separate Debug Files): More accurate wording regarding build ID
7575 and a reference to the ld manual rather than the Fedora wiki.
7576
7577 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7578 Jim Blandy <jimb@codesourcery.com>
7579
7580 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7581 (Examining Memory): Update mentions of the 's' format.
7582 (Automatic Display): Likewise.
7583
7584 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7585
7586 * gdb.texinfo: Update the FSF's Back-Cover Text.
7587
7588 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7589 Eli Zaretskii <eliz@gnu.org>
7590
7591 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7592 Fixed the ``build ID'' name. New binaries build instructions for the
7593 build ID inclusion. Explain how the commands are specific to the build
7594 ID vs. debug link.
7595
7596 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7597
7598 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7599 indexing for ``build ID'' support.
7600
7601 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7602
7603 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7604 Enlisted BUILD ID to the debug file searching example.
7605 Included a BUILD ID `.note.gnu.build-id' section description.
7606 Updated/added the debug files splitting instructions for OBJCOPY.
7607
7608 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7609
7610 * gdb.texinfo (Variable Objects): Adjust docs
7611 for -var-info-expression and document
7612 -var-info-path-expression.
7613
7614 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7615
7616 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7617 (title page): Include the dedication in the printed manual, as a
7618 separate page after the copyright notice.
7619
7620 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7621 don't break a @var across a line.
7622
7623 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7624
7625 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7626 for include files.
7627
7628 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7629
7630 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7631 in annotate.texinfo.
7632 (Command History): Link to new node.
7633
7634 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7635
7636 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7637
7638 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7639
7640 * gdbint.texinfo (Target Conditionals): Fix last change.
7641
7642 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7643
7644 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7645 routines:
7646 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7647 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7648 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7649 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7650 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7651 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7652 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7653 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7654 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7655 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7656 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7657 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7658 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7659 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7660 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7661 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7662 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7663 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7664 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7665 (SOFTWARE_SINGLE_STEP_P)
7666
7667 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7668 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7669
7670 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7671 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7672 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7673 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7674 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7675 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7676 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7677 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7678 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7679 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7680
7681 (Converting an existing Target Architecture to Multi-arch): Remove
7682 section.
7683
7684 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7685 (gdbarch_addr_bits_remove): Add code example.
7686
7687 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7688
7689 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7690
7691 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7692 Add other missing entries. Adjust the table size to fit.
7693 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7694 stop reasons including the new "library" event.
7695 (General Query Packets): Adjust table widths for qSupported. Mention
7696 qXfer:libraries:read reply to qSupported and document the new packet.
7697 (Library List Format): New section.
7698
7699 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7700
7701 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7702
7703 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7704
7705 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7706
7707 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7708
7709 * gdbint.texinfo (Register and Memory Data): Break sections
7710 into nodes and add a menu.
7711
7712 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7713
7714 * gdb.texinfo (Examining Memory): Document the new behaviour.
7715
7716 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7717
7718 * gdb.texinfo (Standard Target Features): Document
7719 m68k features.
7720
7721 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7722
7723 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7724
7725 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7726
7727 * gdb.texinfo (Target Description Format): Add version attribute
7728 for <target>.
7729
7730 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7731
7732 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7733
7734 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7735
7736 * gdb.texinfo (MIPS Features): New subsection.
7737
7738 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7739 Markus Deuling <deuling@de.ibm.com>
7740
7741 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7742 and qXfer:spu:write packets and mention them under qSupported.
7743
7744 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7745 Markus Deuling <deuling@de.ibm.com>
7746
7747 * gdb.texinfo (Architectures): Add new SPU section to document
7748 Cell Broadband Engine SPU architecture specific commands.
7749
7750 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7751
7752 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7753 comments.
7754
7755 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7756
7757 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7758
7759 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7760
7761 * gdb.texinfo (Overview): Doc fix.
7762
7763 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7764
7765 * gdb.texinfo (Remote Configuration): Document "set/show
7766 remoteflow".
7767
7768 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7769
7770 * gdb.texinfo (MIPS): Remove documentation for set mips
7771 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7772 stack-arg-size.
7773
7774 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7775
7776 * all-cfg.texi (GDBTUI): New.
7777 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7778 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7779 (TUI Configuration): Edit to improve clarity and fix problems of
7780 both style and content.
7781
7782 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7783
7784 * observer.texi (GDB Observers): New observer "new_objfile".
7785
7786 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7787
7788 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7789
7790 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7791
7792 * gdb.texinfo (GDB/MI Variable Objects): Document
7793 frozen variables objects.
7794
7795 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7796
7797 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7798 (Character Sets, Caching Data of Remote Targets): Likewise.
7799 (Targets): Delete Remote node. Move its text...
7800 (Debugging Remote Programs): ...to here. Delete description
7801 of the "remote" command.
7802 (Remote configuration): Delete description of "set remotedevice"
7803 and "show remotedevice".
7804 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7805
7806 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7807
7808 * gdb.texinfo (Contributors, Continuing and Stepping)
7809 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7810 (General Query Packets, File-I/O Remote Protocol Extension)
7811 (Protocol Basics, The F Reply Packet, Write)
7812 (Protocol-specific Representation of Datatypes, Memory Transfer):
7813 Fix hyphenation, punctuation and grammar problems.
7814 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7815 'section' instead of 'subsection' in the text.
7816 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7817 (i386): Remove period from section name.
7818 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7819 (Config Names, Configure Options): Use @file{configure}.
7820
7821 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7822
7823 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7824 and tab expansion.
7825
7826 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7827
7828 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7829
7830 2007-04-02 Bob Wilson <bob.wilson@acm.org>
7831
7832 * gdb.texinfo: Consistently capitalize all significant words in
7833 node names, chapter titles, section titles, and headings. Update
7834 cross references to match.
7835 (Starting and Stopping Trace Experiment): Make node name plural.
7836 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7837
7838 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7839
7840 * gdb.texinfo (WinCE): Delete obsolete subsection.
7841
7842 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7843
7844 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7845 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7846 references.
7847
7848 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7849
7850 * gdb.texinfo (Startup): Delete references to some alternate
7851 names for .gdbinit.
7852 (Thread): Remove LynxOS reference.
7853 (Tandem ST2000): Delete target-specific documentation.
7854 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7855 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7856 and GDB_OSABI_LYNXOS.
7857
7858 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7859
7860 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7861
7862 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7863
7864 * gdbint.texinfo (Target Conditionals): Remove mention of
7865 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7866 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7867
7868 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7869
7870 * Makefile.in: Add "pdfdir" installation
7871 directory, PDFTEX macro, support for "install-pdf" target,
7872 and rules for making a pdf version of refcard.texi.
7873 * refcard.tex: Specify paper size for PDF output.
7874
7875 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7876
7877 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7878
7879 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7880
7881 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7882 (Source Path, Character Sets, Macros, Define)
7883 (GDB/MI Result Records, GDB/MI Simple Examples)
7884 (GDB/MI Program Execution, GDB/MI File Commands)
7885 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7886 (Bug Reporting): Use @value{GCC}.
7887
7888 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7889
7890 * gdb.texinfo (Help): Fix formatting of examples.
7891 (Variables): Use @ifnotinfo instead of @iftex.
7892 (Non-debug DLL symbols): Use @ref instead of @pxref.
7893 (Sparclet File): Use @samp instead of quotes.
7894
7895 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7896
7897 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7898
7899 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7900
7901 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7902 the order of the nodes.
7903 (C Operators, C Constants, Debugging C): Remove extra menus.
7904 (Method Names in Commands): Do not specify next/prev/up nodes.
7905
7906 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7907
7908 * gdb.texinfo (File Options): Add missing parenthesis.
7909 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7910
7911 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7912
7913 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7914
7915 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7916
7917 * gdb.texinfo (Standard Target Features): Mention
7918 case insensitivity.
7919 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7920
7921 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7922
7923 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7924 (Files): Add section name to argument list for pxref.
7925 (Non-debug DLL symbols): Don't use `see' for pxref.
7926 (Embedded Processors): Fix typo.
7927 (GDB/MI Breakpoint Commands): Execution commands generate
7928 *stopped not ^done.
7929
7930 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7931
7932 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7933 values for in_scope. Mention that only root variables can be
7934 updated.
7935 (GDB/MI Development and Front Ends): Explain new values may be
7936 added to existing fields.
7937
7938 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7939
7940 * gdb.texinfo (-target-disconnect): Use @smallexample.
7941 (Requirements): Add anchor for Expat. Update description.
7942 (Target Descriptions): Mention Expat.
7943 (Target Description Format): Document new elements. Use
7944 @smallexample.
7945 (Predefined Target Types, Standard Target Features): New sections.
7946 * gdbint.texinfo (Target Descriptions): New section.
7947
7948 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7949
7950 * gdb.texinfo (Target Description Format): Add section on XInclude.
7951
7952 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7953
7954 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7955 command -enable-timings.
7956
7957 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7958
7959 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7960 descriptions for new/deleted elements in gdb_osabi. Add missing
7961 description for function generic_elf_osabi_sniff_abi_tag_sections.
7962
7963 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7964
7965 * gdb.texinfo (Maintenance Commands): Add documentation for
7966 the new "maint print target-stack" command.
7967
7968 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7969 Eli Zaretskii <eliz@gnu.org>
7970
7971 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7972
7973 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7974
7975 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7976 Use @value{NGCC} instead of @value{GCC}.
7977
7978 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7979
7980 * agentexpr.texi: Fix typos.
7981 * annotate.texinfo: Likewise.
7982 * gdb.texinfo: Likewise.
7983 * gdbint.texinfo: Likewise.
7984 * observer.texi: Likewise.
7985 * stabs.texinfo: Likewise.
7986
7987 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7988
7989 * gdbint.texinfo (Support Libraries): Remove mmalloc
7990 entry. Describe readline library.
7991
7992 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7993
7994 * gdb.texinfo (Target Descriptions): New section.
7995 (General Query Packets): Add QPassSignals anchor. Mention
7996 qXfer:features:read under qSupported. Expand mentions of
7997 qXfer:memory-map:read and QPassSignals. Document
7998 qXfer:features:read.
7999
8000 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8001
8002 * gdb.texinfo (Commands to specify files): Describe
8003 "set sysroot" and "show sysroot".
8004 (Using the `gdbserver' program): Lowercase argument
8005 to @var. Expand description of setting up GDB on the
8006 host.
8007
8008 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8009
8010 * gdb.texinfo (Set Catchpoints): Add documentation for the new
8011 catch exception, catch exception unhandled, and catch assert
8012 commands.
8013
8014 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8015
8016 * gdb.texinfo (Debugging Output): Document "set debug xml"
8017 and "show debug xml".
8018
8019 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8020
8021 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
8022
8023 2007-01-01 Joel Brobecker <brobecker@adacore.com>
8024
8025 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
8026
8027 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8028
8029 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
8030 note in @ignore, to be removed later if nobody complains.
8031
8032 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
8033
8034 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
8035 of -var-delete.
8036
8037 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
8038
8039 * gdb.texinfo (Setting breakpoints): Document
8040 automatic software/hardware breakpoint usage and
8041 the "set breakpoint auto-hw" command.
8042
8043 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
8044
8045 * gdb.texinfo (Memory Access Checking): New.
8046
8047 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
8048
8049 * gdb.texinfo (Remote configuration): Mention
8050 "pass-signals-packet".
8051 (General Query Packets): Document QPassSignals. Fix
8052 a typo.
8053
8054 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
8055
8056 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
8057
8058 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
8059
8060 * gdb.texinfo (Remote configuration): Rewrite documentation for
8061 packet configuration commands.
8062 (OS Information): Adjust reference to qXfer:auxv:read.
8063 (General Query Packets): Remove references to read-aux-vector-packet
8064 and set remote get-thread-local-storage-address.
8065
8066 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
8067
8068 * gdbint.texinfo (Target Architecture Definition): Add new
8069 Initializing a New Architecture section.
8070
8071 2006-10-31 David Taylor <dtaylor@emc.com>
8072
8073 * stabs.texinfo (Macro define and undefine): New node describing
8074 stabs for #define and #undef.
8075
8076 2006-10-27 Andreas Schwab <schwab@suse.de>
8077
8078 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
8079
8080 2006-10-21 Eli Zaretskii <eliz@gnu.org>
8081
8082 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
8083 clarify on the possible meanings of ``expression'' watched by
8084 watchpoints. Add indexing.
8085 (Prompting, Errors, Invalidation, Annotations for Running)
8086 (Source Annotations): Fix index entries by adding "annotation" to
8087 them, to discriminate from index entries that point to the more
8088 general topic descriptions.
8089
8090 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8091
8092 * gdbint.texinfo (Target Vector Definition): Move most
8093 content into Existing Targets. Add a menu.
8094 (Existing Targets): New section, moved from Target Vector
8095 Definition. Use @subsection.
8096 (Managing Execution State): New section.
8097
8098 2006-10-16 Bob Wilson <bob.wilson@acm.org>
8099
8100 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
8101
8102 2006-10-15 Eli Zaretskii <eliz@gnu.org>
8103
8104 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
8105 (Command Syntax, Signals, Backtrace, Connecting)
8106 (Remote configuration, Renesas Boards, Console I/O): Fix last
8107 change: use Ctrl- instead of C-, except wrt Emacs.
8108 (File-I/O Examples): Put Ctrl-c in @kbd.
8109 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
8110 (Console I/O): Use @samp with Ctrl-.
8111 (Signals, Set Breaks, Set Watchpoints): Document optional
8112 arguments to `info signals' `handle', `info breakpoints', and
8113 `info watchpoints'.
8114
8115 2006-10-14 Eli Zaretskii <eliz@gnu.org>
8116
8117 * gdb.texinfo (Backtrace): Fix last change.
8118
8119 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
8120
8121 * gdb.texinfo (Backtrace): Order correctly and add other cases.
8122
8123 2006-10-10 Bob Wilson <bob.wilson@acm.org>
8124
8125 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
8126 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
8127 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
8128
8129 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8130 Daniel Jacobowitz <dan@codesourcery.com>
8131
8132 * gdb.texinfo (Packets): Document vFlashErase,
8133 vFlashWrite and vFlashDone packets.
8134 (General Query Packets): Document qXfer:memory-map:read.
8135 Add a new feature for qXfer:memory-map:read.
8136 (Memory map format): New section.
8137 (Target Commands): Mention that gdb can write flash.
8138
8139 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
8140 Daniel Jacobowitz <dan@codesourcery.com>
8141
8142 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
8143 memory regions and "mem auto".
8144
8145 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
8146
8147 * gdbint.texinfo (Array Containers): New section.
8148
8149 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8150
8151 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8152 -stack-list-arguments HIGH_FRAME argument can be larger then the
8153 actual number of frames.
8154
8155 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
8156
8157 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
8158 -stack-list-locals HIGH_FRAME argument can be larger then the
8159 actual number of frames.
8160
8161 2006-09-02 Bob Wilson <bob.wilson@acm.org>
8162
8163 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
8164 Register Packet Format, Tracepoint Packets): Fix spelling errors.
8165
8166 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8167
8168 * gdbint.texinfo (Overall Structure): New section "Source Tree
8169 Structure".
8170
8171 2006-08-17 Jim Blandy <jimb@codesourcery.com>
8172
8173 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
8174 responses.
8175
8176 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8177
8178 * gdb.texinfo (Source Path): Add documentation for new
8179 substitute-path commands.
8180
8181 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8182
8183 * gdb.texinfo (Installing GDB): Update menu. Move text to...
8184 (Running Configure): ...here.
8185 (Requirements): New node. Mention expat.
8186
8187 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8188
8189 * gdb.texinfo (Target Commands): Remove
8190 'set download-write-size' and 'show download-write-size'.
8191
8192 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8193
8194 * stabs.texinfo (Member Type Descriptor): Correct example for
8195 pointer to member types.
8196
8197 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8198
8199 * gdb.texinfo (Optional warnings and messages): Add
8200 'set/show trace-commands'.
8201 (Command files): Add '-v' to source command.
8202
8203 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8204
8205 * gdb.texinfo (OS Information): Update qPart reference to
8206 qXfer.
8207 (Remote configuration): Likewise.
8208 (Overview): Move @cindex to the start of a paragraph. Talk
8209 about binary data encoding.
8210 (Packets): Refer to the overview for the details of the X
8211 packet encoding.
8212 (General Query Packets): Remove qPart description. Add qXfer
8213 description. Add an anchor to qSupported. Correct feature
8214 table title. Add a new feature for qXfer:auxv:read.
8215 (Interrupts): Add a missing parenthesis.
8216
8217 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8218
8219 * gdb.texinfo (KOD): Remove node.
8220 (GDB/MI Kod Commands): Remove commented out node.
8221
8222 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8223
8224 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8225 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8226 (GDB/MI Thread Commands, GDB/MI Program Execution)
8227 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8228 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8229 (GDB/MI File Commands, GDB/MI Target Manipulation)
8230 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8231 since the MI prompt is hard-wired into the code.
8232
8233 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8234
8235 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8236 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8237 (GDB/MI Data Manipulation): Remove description of unimplemented
8238 display related commands as variable objects perform this function
8239 and are superior: -display-delete, -display-disable,
8240 -display-enable, -display-insert and -display-list. Move
8241 -environment-cd, -environment-directory, -environment-path
8242 and -environment-pwd to "Program Context".
8243 (GDB/MI Program Control): Rename to "Program Execution". Move
8244 -exec-arguments -exec-abort to...
8245 (GDB/MI Program Context): ...here. New node split from "Data
8246 Manipulation".
8247
8248 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8249
8250 * gdb.texinfo (Remote configuration): Document set / show
8251 remote supported-packets.
8252 (General Query Packets): Document qSupported packet.
8253
8254 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8255
8256 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8257 and font markup.
8258 (Protocol basics): Likewise.
8259 (The F request packet): Likewise.
8260 (The F reply packet): Likewise.
8261 (Memory transfer): Move this node to be a subsubsection of
8262 "Protocol specific representation of datatypes".
8263 (The Ctrl-C message): More copy editing.
8264 (Console I/O): Likewise.
8265 (The isatty call): Delete this node, and merge its content into
8266 the "isatty" node. Fixed references elsewhere.
8267 (The system call): Delete this node, and merge its content into
8268 the "system" node. Fixed references elsewhere.
8269 (open): Reformat to use @table, and add appropriate font markup.
8270 (close): Likewise.
8271 (read): Likewise.
8272 (write): Likewise.
8273 (lseek): Likewise.
8274 (rename): Likewise.
8275 (unlink): Likewise.
8276 (stat/fstat): Likewise.
8277 (gettimeofday): Likewise.
8278 (isatty): Likewise.
8279 (system): Likewise, plus minor changes to fix confusing wording.
8280 (Integral datatypes): Fix font markup.
8281 (Pointer values): Likewise.
8282 (struct stat): Fix markup to use @table, plus minor copy editing.
8283 (struct timeval): Fix font markup, plus minor copy editing.
8284 (Constants): Minor copy editing.
8285 (Errno values): Add font markup.
8286 (File-I/O Examples): Likewise.
8287
8288 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8289
8290 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8291 (GDB/MI Simple Examples): Move node up one level. Use real
8292 examples.
8293 (GDB/MI Compatibility with CLI): Update.
8294 (GDB/MI Result Records): Add "connected" and "exit" result
8295 classes.
8296 (GDB/MI Stream Records): Clarify target output.
8297 (GDB/MI Command Description Format): Modify example description.
8298 (GDB/MI Breakpoint Table Commands): Rename to...
8299 (GDB/MI Breakpoint Commands): ...this
8300 (GDB/MI Breakpoint Commands): Add optional thread field.
8301 (GDB/MI Program Control): Add an introduction. Move "Program
8302 termination" examples into exec-run description.
8303 (GDB/MI File Commands): Mention similar CLI commands.
8304 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8305 is similar to "-gdb-version".
8306
8307 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8308
8309 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8310
8311 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8312
8313 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8314 sourceware.org for mailing lists.
8315 (GDB/MI File Commands): New node split from Program Control.
8316
8317 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8318
8319 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8320
8321 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8322
8323 * gdb.texinfo (Cygwin Native): Fix last change.
8324
8325 2006-05-22 Christopher Faylor <cgf@timesys.com>
8326
8327 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8328
8329 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8330
8331 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8332 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8333
8334 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8335
8336 * gdb.texinfo (General Query Packets): Recommend not starting
8337 new packets with qC and clarify.
8338
8339 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8340
8341 * gdb.texinfo (M2 Types): New section.
8342
8343 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8344
8345 * agentexpr.texi: Add a copyright and license notice.
8346 * observer.texi: Likewise, with GPL clause for function prototypes.
8347 Remove trailing whitespace.
8348
8349 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8350
8351 * gdb.texinfo (General Query Packets): Document conventions for
8352 terminating packet names, and their violations.
8353
8354 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8355
8356 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8357 * gdb.texinfo: Likewise.
8358
8359 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8360
8361 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8362 and "show remotedebug".
8363 (Debugging Output): Add additional index entries.
8364
8365 2006-04-27 Michael Snyder <msnyder@redhat.com>
8366
8367 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8368
8369 2006-04-22 Andrew Cagney <cagney@redhat.com>
8370
8371 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8372 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8373
8374 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8375
8376 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8377 and remove breakpoint prototypes.
8378 (Watchpoints): Move description of target_insert_hw_breakpoint and
8379 target_remove_hw_breakpoint ...
8380 (Breakpoints): ... to here. Document target_insert_breakpoint and
8381 target_remove_breakpoint.
8382
8383 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8384
8385 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8386 and C packets are optional.
8387
8388 2006-04-14 Frederic Riss <frederic.riss@st.com>
8389
8390 * gdb.texinfo (Specifying source directories): Update the description
8391 of the source file search to reflect the fact that the source path
8392 always contains at least $cdir and $cwd.
8393
8394 2006-03-31 Michael Snyder <msnyder@redhat.com>
8395
8396 * gdb.texinfo: Update copyright dates.
8397
8398 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8399
8400 * gdb.texinfo (Overview): Add an index entry to "empty response".
8401
8402 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8403
8404 * gdbint.texinfo (Prologue Analysis): New section.
8405
8406 2006-03-07 Jim Blandy <jimb@red-bean.com>
8407
8408 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8409
8410 * gdb.texinfo (Target Commands): Update text describing how to
8411 specify a target. Refer to the detailed section on remote
8412 debugging, not the brief mention.
8413
8414 * gdb.texinfo (Connecting): Organize the different 'target remote'
8415 connection methods into a table. Add a 'target remote' index
8416 entry. (!!!)
8417
8418 2006-02-17 Fred Fish <fnf@specifix.com>
8419
8420 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8421 'ptype' commands to reflect the fact that the only significant
8422 difference between them is that ptype prints the complete type
8423 description instead of just the name.
8424
8425 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8426
8427 * gdbint.texinfo (Watchpoints): Delete
8428 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8429
8430 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8431
8432 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8433 times fields where needed. Fix typos. Update general form given
8434 for output of -break-insert.
8435 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8436
8437 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8438
8439 * gdbint.texinfo (Symbol Handling): Add a section
8440 on memory management.
8441
8442 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8443
8444 * gdb.texinfo (Breakpoint table commands): Document the fullname
8445 field in -break-list output.
8446
8447 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8448
8449 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8450 debugging information produced by the various "set debug..."
8451 options.
8452
8453 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8454
8455 * gdb.texinfo (Files): Remove obsolete bits from the description
8456 of "symbol-file".
8457
8458 2006-01-25 Jim Blandy <jimb@redhat.com>
8459
8460 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8461
8462 2006-01-24 Jim Blandy <jimb@redhat.com>
8463
8464 * gdbint.texinfo (Frames): Document the basics of GDB's register
8465 unwinding model, and explain the existence of the "sentinel" frame.
8466
8467 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8468
8469 * gdb.texinfo (Choosing files): Mention that -directory is used
8470 for script files.
8471 (Specifying source directories): Likewise.
8472 (Command files): Explain how script files are found.
8473
8474 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8475
8476 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8477 the threads in a multi-threaded program.
8478 (Threads): The threadno argument of "thread apply" can be a range
8479 of numbers.
8480
8481 2006-01-18 Jim Blandy <jimb@redhat.com>
8482
8483 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8484 of warning flags.
8485
8486 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8487
8488 * gdb.texinfo (Sequences): Improve menu annotations.
8489 (Define): Add index entries for arguments of user-defined
8490 commands. Move the description of flow-control commands...
8491 (Command Files): ...to here. Document loop_break and
8492 loop_continue.
8493 (Define, Command Files): Document `end' and add index entries for
8494 it.
8495
8496 2006-01-04 Michael Snyder <msnyder@redhat.com>
8497
8498 * gdb.texinfo: Add documentation for linux-fork.
8499 * gdbint.texinfo: Add internal documentation for checkpoints.
8500
8501 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8502
8503 * gdb.texinfo (Omissions from Ada): Document that there is now
8504 limited aggregate support.
8505
8506 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8507
8508 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8509 registers and the likes.
8510
8511 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8512
8513 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8514 (Symbols): Fix usage of "e.g.".
8515 (Memory Region Attributes): Fix usage of "etc."
8516
8517 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8518 (Coding): Fix usage of "e.g.".
8519
8520 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8521
8522 * stabs.texinfo:
8523 * refcard.tex:
8524 * gpl.texi:
8525 * gdbint.texinfo:
8526 * gdb.texinfo:
8527 * gdb-cfg.texi:
8528 * fdl.texi:
8529 * annotate.texinfo:
8530 * all-cfg.texi:
8531 * Makefile.in: Add (C) after Copyright. Update the FSF
8532 address.
8533
8534 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8535
8536 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8537 extend GDB with commands for external monitor.
8538
8539 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8540
8541 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8542
8543 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8544
8545 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8546
8547 2005-11-21 Jim Blandy <jimb@redhat.com>
8548
8549 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8550 placement of 'R' actions in tracepoint action packets; document
8551 dependence of 'X' and 'M' actions on a preceding 'R' action for
8552 their registers.
8553
8554 2005-11-19 Jim Blandy <jimb@redhat.com>
8555
8556 * gdb.texinfo (Tracepoint Packets): New node.
8557 (General Query Packets): Add entries for the tracepoint packets,
8558 referring to the "Tracepoint Packets" node.
8559 (Tracepoints): Add reference to "Tracepoint Packets".
8560
8561 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8562
8563 * gdb.texinfo (set remotebreak): Add anchor.
8564 (X packet): Likewise.
8565 (Remote Protocol): Add new section `Interrupts' and new index
8566 entry `interrupts (remote protocol)'.
8567
8568 2005-11-18 Jim Blandy <jimb@redhat.com>
8569
8570 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8571 entries into the General Query Packets section. Add a
8572 cross-reference to that section. Drop description of replies, as
8573 these are covered in the descriptions of each packet.
8574 (General Query Packets): Add introductory text. Explain naming
8575 conventions, and how the end of a name is recognized.
8576
8577 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8578
8579 * gdb.texinfo (Remote configuration): Fix typo in description of
8580 "set remotebreak" command.
8581
8582 2005-11-16 Jim Blandy <jimb@redhat.com>
8583
8584 * gdb.texinfo (Packets, Stop Reply Packets)
8585 (General Query Packets): Various formatting cleanups.
8586 - Use @samp for packet contents.
8587 - Drop summaries from packet @item lines; the same information appears
8588 immediately below in the description.
8589 - Delete paragraph breaks after packet @item commands, so that the
8590 description appears directly to the right of the packet prototype
8591 in the printed manual, if it fits.
8592 - Place spaces in packet prototypes between @vars and non-@var
8593 letters, and explain that they're just for formatting.
8594 - Use @dots{} instead of '...'.
8595 - Fix uses of @code where @var was needed.
8596 - Replace "deprecated" markers with English text spelling out the
8597 packet's status and the preferred alternatives.
8598 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8599 what this ever meant.
8600 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8601 this for a long time.
8602 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8603 implemented several times, and have been in use for years.
8604
8605 2005-11-15 Jim Blandy <jimb@redhat.com>
8606
8607 * gdb.texinfo (Packets): Add index entries for 'm' packet
8608 disclaimers.
8609
8610 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8611 of stub when processing an 'm' packet.
8612
8613 * gdb.texinfo (Packets): Mention that packets beginning with
8614 letters are reserved once, at the top, instead of actually listing
8615 them all and saying "reserved".
8616
8617 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8618
8619 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8620 Change @var{$arg0 to @code{$arg0.
8621
8622 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8623
8624 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8625
8626 2005-11-12 Jim Blandy <jimb@redhat.com>
8627
8628 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8629 order. Remove extraneous 'z'.
8630
8631 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8632
8633 * gdb.texinfo (Choosing files): Add --eval-command.
8634
8635 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8636
8637 * gdb.texinfo (Choosing modes): Add --return-child-result.
8638
8639
8640 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8641
8642 * gdb.texinfo (Choosing modes): Add --batch-silent.
8643
8644 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8645
8646 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8647 "The -var-update Command".
8648
8649 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8650
8651 * gdb.texinfo (Print Settings): Add documentation for set/show
8652 print array-indexes.
8653
8654 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8655
8656 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8657 6.2 and 6.3.
8658
8659 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8660
8661 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8662 since 19-Jan-2004.
8663 (Files): Likewise.
8664 (Variables, Symbols): Document the "<incomplete type>" message and
8665 its reasons.
8666
8667 2005-08-01 Fred Fish <fnf@specifix.com>
8668
8669 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8670
8671 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8672
8673 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8674 option for -var-list-children and -var-update.
8675 (GDB/MI Stack Manipulation): Simplify description of
8676 print-values option for -stack-list-locals.
8677 (GDB/MI Command Description Format): Clarify.
8678 (Mode Options): Spelling of superseded.
8679
8680 2005-07-12 Bob Rossi <bob@brasko.net>
8681
8682 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8683 corresponding GDB command comment.
8684
8685 2005-07-06 Bob Rossi <bob@brasko.net>
8686
8687 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8688 and -inferior-tty-show.
8689 (Input/Output): Document "set/show inferior-tty" and tty alias.
8690
8691 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8692
8693 * gdb.texinfo (Packets): Change description of 'D' packet to note
8694 that GDB does wait for a response.
8695
8696 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8697
8698 * gdb.texinfo (History) Rename "Command History".
8699 (Command History): Move node "Server Prefix" from section on
8700 Annotations here.
8701
8702 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8703
8704 * gdb.texinfo (GDB/MI Stack Manipulation):
8705 Re-instate -stack-info-frame with example. Say that it gets
8706 info on selected frame, not current frame.
8707
8708 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8709
8710 * gdb.texinfo (Server): Clarify that `file' should be used before
8711 connecting to the server.
8712 (Files): Add an xref to the above description.
8713 (Output Formats): More detailed description of the `c' format.
8714 (Memory): List explicitly all the formats supported by `x'.
8715 (Threads): Add an @cindex entry for "thread apply".
8716 (Files): Document the possibility of loading unlinked object
8717 files. Add more indexing for solib-absolute-prefix and
8718 --with-sysroot.
8719 (Machine Code): Document possible problems with locations in
8720 shared libraries.
8721 (Backtrace): Document that free-standing environments do not need
8722 to have a `main' function.
8723
8724 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8725
8726 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8727 -stack-info-frame.
8728
8729 2005-06-07 Andrew Cagney <cagney@gnu.org>
8730
8731 * gdb.texinfo (Contributors): Note the original multi-arch
8732 contributors.
8733
8734 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8735
8736 * gdb.texinfo (Registers): Add index entries for the standard
8737 registers.
8738 (Frames): Add cross-reference from frame pointer description to
8739 the Registers node.
8740 (Annotations Overview): Fix the reference to GDB name.
8741
8742 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8743
8744 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8745 can-use-hw-watchpoints.
8746
8747 2005-05-28 Bob Rossi <bob@brasko.net>
8748
8749 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8750 the possible reasons why an exec async record would be returned to FE.
8751
8752 2005-05-26 Andrew Cagney <cagney@gnu.org>
8753
8754 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8755 Andrew Cagney implemented the original GDB/MI.
8756
8757 2005-05-23 Orjan Friberg <orjanf@axis.com>
8758
8759 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8760 documentation. Add documentation for cris-mode.
8761
8762 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8763
8764 * gdb.texinfo (Numbers): Explain the example and make the wording
8765 more acurate.
8766
8767 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8768 Dennis Brueni <dennis@slickedit.com>
8769
8770 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8771 (GDB/MI Data Manipulation, GDB/MI Program Control)
8772 (GDB/MI Stack Manipulation): Update examples to include the fullname
8773 attribute in stack frames.
8774
8775 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8776
8777 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8778 do with other non-standard names of init files.
8779
8780 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8781
8782 * gdb.texinfo (Command Files): Move the description of the startup
8783 from here...
8784 (Startup): ...to this new subsection of the Invocation chapter.
8785 Rearrange the description of init files more logically and add a
8786 cross-reference to "Command Files". Document the special gdbinit
8787 name for CISCO 68k. Expand the description of what GDB does
8788 during startup.
8789 (History): Add index entry for HISTSIZE.
8790
8791 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8792
8793 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8794
8795 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8796
8797 * gdb.texinfo (SVR4 Process Information, The isatty call)
8798 (The system call): Don't use foo(N) notation for man pages and
8799 functions.
8800 (Compilation, DJGPP Native): Improve wording.
8801
8802 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8803
8804 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8805 were optimized away.
8806
8807 2005-04-22 Eli Zaretskii <eliz@gnu.org>
8808
8809 * gdb.texinfo (Remote configuration): Document "set/show
8810 get-thread-local-storage-address". Add cross-reference to the
8811 description of the qGetTLSAddr packet.
8812 (General Query Packets): Mention "set remote
8813 get-thread-local-storage-address" and add a reference to its
8814 description.
8815
8816 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
8817
8818 * gdb.texinfo (Backtrace): Describe 'bt full'.
8819
8820 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
8821
8822 * gdb.texinfo (Mode Options): Fix typo.
8823 (GDB/MI): Describe how to invoke GDB/MI.
8824
8825 2005-04-16 Eli Zaretskii <eliz@gnu.org>
8826
8827 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8828 references changed. Add description of "info udot".
8829 (Files): Document "set/show stop-on-solib-events".
8830 (M32R/D): Document "set/show download-path", "set/show
8831 board-address", "set/show server-address", "upload", "tload".
8832 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8833 "use_mon_code", "use_ib_break", "use_dbt_break".
8834 (Maintenance Commands): Improve indexing.
8835 (Target Commands): Document "set/show hash", "set/show debug
8836 monitor".
8837 (SVR4 Process Information): Document "info pidlist" and "info
8838 meminfo". Document "set/show procfs-tarce" and "set/show
8839 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8840 (Symbols, The Print Command with Objective-C): Improve indexing.
8841 (Objective-C): Add references to "info classes" and "info
8842 selectors".
8843 (Debugging Output): Improve wording. Document "set/show debug
8844 solib-frv". Fix "set/show debugvarobj".
8845 (Set Breaks): Add index entry for "hardware breakpoints".
8846 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8847 and "set/show usehardbreakpoints".
8848 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8849 monitor-prompt", "set/show monitor-warnings", "pmon".
8850 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8851 rdiromatzero", "set/show rdiheartbeat".
8852 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8853 "sds".
8854 (Embedded Processors): Document the "sim" command.
8855 (Remote): Document the "remote" command.
8856 (DJGPP Native): Document the "info serial" command.
8857 (Threads): Document "maint info sol-threads".
8858 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8859 (Set Breaks): Improve indexing.
8860 (Command Syntax): Add a reference to dont-repeat.
8861 (Define): Document "dont-repeat".
8862 (TUI Commands): Document "tabset".
8863 (WinCE): New subsection. Document "set/show remotedirectory",
8864 "set/show remoteupload", "set/show remoteaddhost".
8865
8866 2005-04-15 Eli Zaretskii <eliz@gnu.org>
8867
8868 * gdb.texinfo (Hurd Native): New subsection, documents
8869 Hurd-specific commands.
8870 (Maintenance Commands): Add cross-reference to "Debugging Output".
8871 (Debugging Output): Document "set/show debug lin-lwp".
8872 (MIPS): Improve documentation of heuristic-fence-post. Document
8873 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8874 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8875 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8876 (ARM): Document ARM-specific commands.
8877 (AVR): New section. Document "info io_registers".
8878 (CRIS): New section. Document "set/show cris-version" and
8879 "set/show cris-dwarf2-cfi".
8880 (HPPA): New section. Document "set/show debug hppa" and "maint
8881 print unwind".
8882 (Neutrino): New subsection. Document "set/show debug nto-debug".
8883 (Super-H): New section. Document the "regs" command.
8884 (Debugging Output): Document "set/show debug aix-thread".
8885
8886 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8887
8888 * gdb.texinfo (Print Settings): Document "set/show print
8889 pascal_static-members", "set print repeats", "show print
8890 null-stop". Improve indexing. Fix documentation of "set print
8891 union".
8892 (Pascal): New section.
8893 (Supported languages): Rename from "Support"; all references
8894 updated. Add a menu item for Pascal.
8895 (Numbers): Document "set radix.
8896 (Screen Size): Document "set/show pagination".
8897 (MIPS Embedded): Remove "set processor" documentation.
8898 (Remote configuration): Document "set/show X/P/Z-packet",
8899 "set/show read-aux-vector-packet", "set/show remote
8900 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8901 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8902 remotedebug", "set/show remotebreak", "set/show remotedevice",
8903 "set/show remotelogfile".
8904 (Auxiliary Vector): Add reference to the description of the
8905 read-aux-vector-packet setting.
8906 (Set Watchpoints): Add a cross-reference to "set remote
8907 hardware-breakpoint-limit".
8908 (General Query Packets): Add indexing of requests and
8909 cross-references to related commands in "Remote configuration".
8910 (File-I/O Overview, The system call): Fix wording and typos.
8911 (Thread Stops): Add index entries.
8912 (Continuing and Stepping): Document "show step-mode".
8913 (i386): New node. Document "set/show struct-convention".
8914 (Files): Document "show trust-readonly-sections".
8915 (Calling): Document "set/show unwindonsignal".
8916 (Messages/Warnings): Add index entries.
8917 (Maintenance Commands): Document "set/show watchdog".
8918 (Annotations Overview): Document "show annotate".
8919 (Set Watchpoints): Add index entries.
8920 (Symbols): Fix doc of case-sensitive.
8921 (ABI): Document "show coerce-float-to-double".
8922 (Convenience Vars, Help): Improve indexing.
8923 (Machine Code): Document "show disassembly-flavor".
8924 (Debugging C plus plus): Document "show overload-resolution".
8925 (Value History, Signaling): Add index entries.
8926
8927 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8928
8929 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8930 (Processes): Fix wording.
8931 (History, List, Logging output, Define, Symbols, Print Settings):
8932 Improve indexing.
8933
8934 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8935
8936 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8937 redundant index entry for "target" command.
8938 (Backtrace): Add index entries.
8939 (Symbols, Fortran): Document the "set case-sensitive" command.
8940 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8941 (Print Settings): Add index entry for "set demangle-style".
8942 (Target Commands): Document "set download-write-size".
8943 (Debugging Output): Document "set exec-done-display".
8944
8945 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8946
8947 * gdb.texinfo (Files): Fix the name and documentation of
8948 add-shared-symbol-files. Document its alias assf. Update the
8949 list of OSs where GDB supports shared libraries. Fix markup.
8950 (Continuing and Stepping): Add reference to @var{location} in the
8951 text.
8952 (Dump/Restore Files): Fix reference to @{filename}.
8953 (Help): Fix wording.
8954 (Attach): Ditto.
8955 (Set Watchpoints): Ditto.
8956 (Backtrace): Remove redundant index entries. Improve index
8957 entries.
8958 (Delete Breaks): Fix wording.
8959 (Memory): Document the compare-sections command.
8960 (Memory Region Attributes): Improve wording.
8961 (Disabling): Improve wording.
8962 (Fortran): New subsection. Document the "info common" command.
8963 (Help): Document aliases "info copying" and "info warranty".
8964 (Caching Remote Data): New section. Document the "set/show
8965 remotecache" and "info dcache" commands.
8966 (Show): Fix wording of the documentation of the "set
8967 extension-language" command.
8968 (Signals): Add index entry for "info handle".
8969 (Memory Region Attributes): Fix punctuation.
8970 (Symbols): Change the arg name to "location" and refer to it in
8971 the text. Fix wording of "info types" doc.
8972 (Threads): Fix usage of @enumerate @item's.
8973 (Listing Tracepoints): Add index entry for "info tp".
8974 (Set Watchpoints): Add xref to "info break" description.
8975 (Macros): Add an index entry for "macro exp1". Document the
8976 "macro list" command.
8977 (Maintenance Commands): Document "flushregs", "maint agent",
8978 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8979 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8980 "maint print architecture", "maint print objfiles", "maint print
8981 statistics", "maint print type", "maint show-debug-regs", "maint
8982 space", "maint time", and "maint translate-address".
8983 (Connecting): Document the "monitor" command.
8984 (Annotations Overview): Describe the "set annotate" command.
8985
8986 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8987
8988 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8989 Rearrange index entries and improve wording about support for
8990 hardware watchpoints.
8991
8992 2005-03-10 Bob Rossi <bob@brasko.net>
8993
8994 * gdb.texinfo: Update copyright
8995
8996 2005-02-09 Theodore A. Roth <troth@openavr.org>
8997
8998 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8999 error.
9000
9001 2005-02-03 Kevin Buettner <kevinb@redhat.com>
9002
9003 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
9004
9005 2005-01-17 Michael Snyder <msnyder@redhat.com>
9006
9007 * gdb.texinfo: Fix spelling, infinte -> infinite.
9008
9009 2005-01-08 Mark Kettenis <kettenis@gnu.org>
9010
9011 * observer.texi (GDB Observers): Document "solib_loaded".
9012
9013 2005-01-07 Andrew Cagney <cagney@gnu.org>
9014
9015 * configure.ac: Rename configure.in, require autoconf 2.59.
9016 * configure: Re-generate.
9017
9018 * configure.in: Replace configdirs with multiple references to
9019 AC_CONFIG_SUBDIRS.
9020 * configure: Re-generate.
9021
9022 2005-01-04 Andrew Cagney <cagney@gnu.org>
9023
9024 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
9025 part of the version number.
9026
9027 2004-12-24 Mark Kettenis <kettenis@gnu.org>
9028
9029 * gdbint.texinfo (Algorithms): Remove description of
9030 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
9031
9032 2004-12-07 Jim Blandy <jimb@redhat.com>
9033
9034 * gdb.texinfo (General Query Packets): Specify that thread ID's in
9035 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
9036 numbers.
9037
9038 2004-12-07 Andreas Schwab <schwab@suse.de>
9039
9040 * gdb.texinfo (Mode Options): Document -l option.
9041
9042 2004-12-04 Eli Zaretskii <eliz@gnu.org>
9043
9044 * gdbint.texinfo (Algorithms): More accurate description of
9045 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
9046 is not needed unless data-read and data-access watchpoints are
9047 supported. Add a description of how GDB checks whether the
9048 inferior stopped because a watchpoint was hit.
9049
9050 2004-11-23 Eli Zaretskii <eliz@gnu.org>
9051
9052 * gdb.texinfo (Files): Add cross-reference to description of
9053 -readnow command-line switch.
9054
9055 2004-11-10 Randolph Chung <tausq@debian.org>
9056
9057 * gdb.texinfo: Document set/show backtrace past-entry commands.
9058 Rearrange index entries for set/show backtrace past-main.
9059
9060 2004-11-10 Jon Beniston <jon@beniston.com>
9061
9062 Committed by Andrew Cagney <cagney@gnu.org>.
9063 * gdb.texinfo (Remote Serial Protocol): Further describe
9064 binary transfer escaping mechanism .
9065
9066 2004-11-08 Randolph Chung <tausq@debian.org>
9067
9068 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
9069 and "show debug infrun". Add index entries.
9070
9071 2004-10-23 Eli Zaretskii <eliz@gnu.org>
9072
9073 * gdb.texinfo (SVR4 Process Information): Document subcommands of
9074 "info proc" that are already implemented. Add index entries.
9075 (Working Directory): Add a cross-reference to "info proc" command.
9076 (Files): Add a tip for decreasing memory used for symtabs from
9077 shared libraries.
9078 (Starting): Fix whitespace; make "elaboration" stand out where it
9079 is first used, and add an index entry for the term.
9080 (Calling): Expand and elaborate text. Add "print". Add the
9081 description of problems with weak aliases.
9082 (Core File Generation): New section.
9083
9084 2004-10-12 Andrew Cagney <cagney@gnu.org>
9085
9086 * gdbint.texinfo (Versions and Branches): New chapter.
9087 (Releasing GDB): Delete "Versions and Branches" section.
9088 (Top): Add "Versions and Branches".
9089
9090 2004-10-08 Eli Zaretskii <eliz@gnu.org>
9091
9092 * gdb.texinfo (Editing, History): Add cross-references to the
9093 included Readline and History user documentation. Remove
9094 references to the symbol have-readline-appendices which is unused
9095 and undefined.
9096 (History): Fix indexing.
9097
9098 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
9099
9100 * gdbint.texinfo (target_stopped_data_address): Update to
9101 new prototype.
9102 (i386_stopped_data_address): Update prototype and description.
9103 (i386_stopped_by_watchpoint): New function and description.
9104
9105 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
9106
9107 * gdb.texinfo (Filenames): Add Ada suffixes.
9108 (Ada) New section.
9109
9110 2004-09-27 Andrew Cagney <cagney@gnu.org>
9111 Robert Picco <Robert.Picco@hp.com>
9112
9113 * gdb.texinfo (Packets): Document the "p" packet.
9114
9115 2004-09-21 Jason Molenda (jmolenda@apple.com)
9116
9117 * gdb.texinfo (Paths and Names of the Source Files): Document the
9118 meaning of values in the 'desc' field of a SO stab.
9119
9120 2004-09-20 Daniel Jacobowitz <dan@debian.org>
9121
9122 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
9123 max-cache-age" and "maint show dwarf2 max-cache-age".
9124
9125 2004-09-16 Eli Zaretskii <eliz@gnu.org>
9126
9127 * gdb.texinfo (Set Breaks): Add index entry for setting
9128 breakpoints on overloaded C++ functions that are not members of
9129 any classes. Add an example and an index entry for setting
9130 breakpoints on all program functions.
9131 (Character Sets, Macros, Overlay Commands)
9132 (Non-debug DLL symbols, GDB/MI Output Syntax)
9133 (Annotations Overview, Maintenance Commands, File-I/O Overview):
9134 Use "(@value{GDBP})" instead of a literal "(gdb)".
9135
9136 2004-09-12 Andrew Cagney <cagney@gnu.org>
9137
9138 * gdbint.texinfo (Native Debugging): Delete description of
9139 FILES_INFO_HOOK.
9140
9141 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
9142
9143 * gdbint.texinfo (User Interface): Change local_hex_string_custom
9144 to hex_string_custom (not historically correct, but more
9145 understandable, given the current code).
9146
9147 2004-09-03 Andrew Cagney <cagney@gnu.org>
9148
9149 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
9150
9151 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9152
9153 * observer.texi (solib_unloaded): New observer.
9154
9155 2004-08-24 Andrew Cagney <cagney@gnu.org>
9156
9157 * gdbint.texinfo (Target Architecture Definition): Add missing
9158 comma.
9159
9160 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9161
9162 * (Using the Testsuite): build != host is supported,
9163 but some test scripts do not support build != host.
9164
9165 2004-08-14 Mark Kettenis <kettenis@gnu.org>
9166
9167 * gdbint.texinfo (Host Definition): Delete description of
9168 FCLOSE_PROVIDED and GETENV_PROVIDED.
9169
9170 2004-08-05 Mark Kettenis <kettenis@chello.nl>
9171
9172 * gdbint.texinfo (Host Definition): Delete description of
9173 NO_SYS_FILE.
9174 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
9175 PTRACE_FP_BUG.
9176
9177 2004-08-05 Andrew Cagney <cagney@gnu.org>
9178
9179 * gdbint.texinfo (Target Architecture Definition): Delete
9180 reference to deprecated_read_fp.
9181
9182 2004-08-02 Andrew Cagney <cagney@gnu.org>
9183
9184 * gdbint.texinfo (Target Architecture Definition): Delete
9185 description of DEPRECATED_REGISTER_BYTES.
9186
9187 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9188
9189 * gdb.texinfo (Source Path): Document the new behavior of
9190 searching for the source files.
9191
9192 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9193
9194 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9195 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9196 (Auto Display): Improve indexing.
9197
9198 2004-07-16 Andrew Cagney <cagney@gnu.org>
9199
9200 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9201 "-noasync".
9202
9203 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9204
9205 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9206 have the same prefix have only their prefix in the index.
9207
9208 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9209
9210 * gdb.texinfo (BSD libkvm Interface): New node (section)
9211 (Native): Add it to the menu.
9212
9213 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9214
9215 * gdbint.texinfo (Target Architecture Definition): Remove
9216 PCC_SOL_BROKEN.
9217
9218 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9219
9220 * gdbint.texinfo (Target Architecture Definition): Remove
9221 SUN_FIXED_LBRAC_BUG.
9222
9223 2004-06-26 Andrew Cagney <cagney@gnu.org>
9224
9225 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9226
9227 2004-06-20 Andrew Cagney <cagney@gnu.org>
9228
9229 * gdbint.texinfo (Target Architecture Definition): Deprecate
9230 USE_STRUCT_CONVENTION.
9231
9232 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9233
9234 gdb.texinfo (Bug Reporting): Mention session recording,
9235 with the script command or Emacs.
9236
9237 2004-06-18 Andrew Cagney <cagney@gnu.org>
9238
9239 * gdbint.texinfo (Target Architecture Definition): Deprecate
9240 FUNCTION_START_OFFSET.
9241
9242 2004-06-14 Andrew Cagney <cagney@gnu.org>
9243
9244 Based on changes from Karl Berry.
9245 * gdb.texinfo: Do not use @sc in a direntry.
9246 * stabs.texinfo: Change @dircateogry to "Software development".
9247 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9248
9249 2004-06-13 Andrew Cagney <cagney@gnu.org>
9250
9251 * gdbint.texinfo (Target Architecture Definition): Delete
9252 description of RETURN_VALUE_ON_STACK.
9253
9254 2004-06-09 Andrew Cagney <cagney@gnu.org>
9255
9256 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9257 deleted by previous patch.
9258
9259 2004-06-08 Andrew Cagney <cagney@gnu.org>
9260
9261 * gdbint.texinfo (Native Debugging): Delete documentation on
9262 ATTACH_DETACH.
9263
9264 2004-06-06 Randolph Chung <tausq@debian.org>
9265
9266 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9267
9268 2004-06-06 Randolph Chung <tausq@debian.org>
9269
9270 * gdb.texinfo (push_dummy_call): Update argument list to match
9271 the new push_dummy_call method signature. Describe the function
9272 argument.
9273
9274 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9275
9276 * gdb.texinfo (Starting): Document new start command.
9277
9278 2004-05-21 Andrew Cagney <cagney@redhat.com>
9279
9280 * observer.texi (GDB Observers): Document "inferior_created".
9281
9282 2004-05-08 Andrew Cagney <cagney@redhat.com>
9283
9284 * gdbint.texinfo (Target Architecture Definition): Delete
9285 description of DO_DEFERRED_STORES.
9286
9287 * gdbint.texinfo (Target Architecture Definition): Delete
9288 references to DEPRECATED_FIX_CALL_DUMMY.
9289
9290 * gdbint.texinfo (Target Architecture Definition): Delete
9291 description of DEPRECATED_CALL_DUMMY_WORDS,
9292 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9293
9294 * gdbint.texinfo (Target Architecture Definition): Delete
9295 description of DEPRECATED_PUSH_DUMMY_FRAME.
9296
9297 * gdbint.texinfo (Target Architecture Definition): Delete
9298 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9299
9300 2004-05-07 Andrew Cagney <cagney@redhat.com>
9301
9302 * observer.texi (GDB Observers): Add "Debugging" section. Include
9303 cross reference to "set/show debug observer".
9304 * gdb.texinfo (Debugging Output): Document "set/show debug
9305 observer".
9306
9307 2004-05-01 Andrew Cagney <cagney@redhat.com>
9308
9309 * gdbint.texinfo (Target Architecture Definition): Delete
9310 description of DEPRECATED_PC_IN_SIGTRAMP.
9311
9312 2004-04-30 Andrew Cagney <cagney@redhat.com>
9313
9314 * gdbint.texinfo (Target Architecture Definition): Delete
9315 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9316
9317 2004-04-30 Orjan Friberg <orjanf@axis.com>
9318
9319 * observer.texi (GDB Observers): Correct spelling.
9320
9321 2004-04-26 Orjan Friberg <orjanf@axis.com>
9322
9323 * observer.texi (GDB Observers): Add target_changed event.
9324
9325 2004-04-08 Andrew Cagney <cagney@redhat.com>
9326
9327 * observer.texi (GDB Observers): Rework, provide generic observer
9328 definitions and then a list of observable events.
9329
9330 2004-04-04 Andrew Cagney <cagney@redhat.com>
9331
9332 * gdbint.texinfo (Host Definition): Delete reference to
9333 NO_SIGINTERRUPT.
9334
9335 2004-04-02 Andrew Cagney <cagney@redhat.com>
9336
9337 * gdbint.texinfo (Target Architecture Definition): Delete
9338 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9339
9340 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9341
9342 * gdb.texinfo (TUI Commands): Document tui reg commands.
9343
9344 2004-03-26 Andrew Cagney <cagney@redhat.com>
9345
9346 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9347 "gdbtui".
9348 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9349 (Contributors): Mention both Text and Terminal User Interface.
9350
9351 2004-03-23 Andrew Cagney <cagney@redhat.com>
9352
9353 * gdbint.texinfo (Target Architecture Definition): Deprecate
9354 references to SIGTRAMP_START and SIGTRAMP_END.
9355
9356 2004-03-23 Andrew Cagney <cagney@redhat.com>
9357
9358 * gdbint.texinfo (Target Architecture Definition): Deprecate
9359 references to PC_IN_SIGTRAMP.
9360
9361 2004-03-19 Andrew Cagney <cagney@redhat.com>
9362
9363 * gdbint.texinfo (Target Architecture Definition): Delete
9364 reference to GDB_TARGET_IS_HPPA.
9365
9366 2004-03-18 Andrew Cagney <cagney@redhat.com>
9367
9368 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9369 describe pre_init and post_init.
9370
9371 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9372
9373 * gdb.texinfo (Debugging Output): Document values for "set debug
9374 target".
9375
9376 2004-02-28 Andrew Cagney <cagney@redhat.com>
9377
9378 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9379
9380 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9381
9382 * gdb.texinfo (breakpoints): Add information about the
9383 new "set breakpoint pending" and "show breakpoint pending"
9384 commands.
9385
9386 2004-02-26 Andrew Cagney <cagney@redhat.com>
9387
9388 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9389 in Per-architecture module data section.
9390
9391 2004-02-25 Roland McGrath <roland@redhat.com>
9392
9393 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9394
9395 2004-02-24 Andrew Cagney <cagney@redhat.com>
9396
9397 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9398 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9399 * fdl.texi: Import Version 1.2, November 2002.
9400
9401 2004-02-17 Andrew Cagney <cagney@redhat.com>
9402
9403 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9404
9405 2004-02-16 Andrew Cagney <cagney@redhat.com>
9406
9407 * gdbint.texinfo (Target Architecture Definition): Deprecate
9408 FRAMELESS_FUNCTION_INVOCATION.
9409
9410 2004-02-16 Andrew Cagney <cagney@redhat.com>
9411
9412 * gdbint.texinfo (Coding): Mention -Wunused-function.
9413
9414 2004-02-14 Andrew Cagney <cagney@redhat.com>
9415
9416 * gdbint.texinfo (Target Architecture Definition): Delete
9417 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9418
9419 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9420
9421 * gdb.texinfo: Properly quote the name "C++".
9422 * gdbint.texinfo: Ditto.
9423 * stabs.texinfo: Ditto.
9424
9425 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9426
9427 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9428 minimal information about libiberty.
9429
9430 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9431
9432 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9433
9434 2004-02-04 Roland McGrath <roland@redhat.com>
9435
9436 * gdb.texinfo (Auxiliary Vector): New node (section).
9437 (Data): Add it to the menu.
9438
9439 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9440
9441 * gdb.texinfo (Breakpoints): Add information about pending
9442 breakpoint support.
9443
9444 2004-01-26 Andrew Cagney <cagney@redhat.com>
9445
9446 * gdb.texinfo (Overview): Delete references to the cisco protocol
9447 including the "N" response.
9448
9449 2004-01-26 Andrew Cagney <cagney@redhat.com>
9450
9451 * gdbint.texinfo (Target Architecture Definition): Rename
9452 EXTRACT_STRUCT_VALUE_ADDRESS to
9453 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9454
9455 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9456
9457 * gdb.texinfo (KOD): Document "show os". Add index entries for
9458 "set/show os" and "info cisco" commands.
9459
9460 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9461
9462 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9463
9464 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9465
9466 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9467 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9468
9469 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9470
9471 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9472 -stack-list-locals.
9473 (GDB/MI Variable Objects): Describe extension to
9474 -var-list-children.
9475
9476 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9477
9478 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9479
9480 2004-01-17 Andrew Cagney <cagney@redhat.com>
9481
9482 * gdbint.texinfo (Target Architecture Definition): Delete
9483 documentation on DEPRECATED_NPC_REGNUM.
9484
9485 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9486
9487 * gdb.texinfo: Update copyright year. Mention that set
9488 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9489 "set follow-fork-mode ask".
9490
9491 2004-01-13 Andrew Cagney <cagney@redhat.com>
9492
9493 * gdbint.texinfo: Update copyright year.
9494 (Coding): Add -Wunused-label to list of -Werror warnings.
9495
9496 2004-01-08 Jason Molenda <jmolenda@apple.com>
9497 Eli Zaretskii <eliz@gnu.org>
9498
9499 * gdb.texinfo: Update copyright.
9500 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9501 around names, as appropriate. Minor syntax cleanup of
9502 _NSPrintForDebugger explanation. Two spaces after periods.
9503 GDBN used instead of lit. "gdb". Index entries added for
9504 print-object and _NSPrintForDebugger. @noindent added in one spot.
9505
9506 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9507
9508 * stabs.texinfo: Add dircategory and direntry commands.
9509 * annotate.texinfo: Ditto.
9510
9511 2003-11-10 Andrew Cagney <cagney@redhat.com>
9512
9513 * gdbint.texinfo (Target Architecture Definition): Replace the
9514 return_value method's "inval" and "outval" parameters with
9515 "readbuf" and "writebuf".
9516
9517 2003-10-28 Jim Blandy <jimb@redhat.com>
9518
9519 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9520 from "The `F' request packet" and "The `F' reply packet", to make
9521 texi2dvi happy.
9522 (File-I/O remote protocol extension): Update menu entries, too.
9523
9524 2003-10-26 Michael Chastain <mec@shout.net>
9525
9526 * gdb.texinfo (Thread Stops): Document the issue with
9527 premature return from system calls in multi-threaded programs.
9528
9529 2003-10-24 Andrew Cagney <cagney@redhat.com>
9530
9531 * annotate.texinfo: Fix "fortunatly"[sic].
9532
9533 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9534
9535 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9536 with "Hitachi" and "Mitsubishi".
9537
9538 2003-10-20 Andrew Cagney <cagney@redhat.com>
9539
9540 * gdbint.texinfo (Target Architecture Definition): Document
9541 gdbarch_return_value. Add cross references from
9542 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9543 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9544
9545 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9546
9547 * gdbint.texinfo (Target Architecture Definition): Document
9548 regset_from_core_section.
9549
9550 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9551
9552 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9553
9554 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9555
9556 From Anthony Green <green@redhat.com>:
9557 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9558
9559 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9560
9561 * gdb.texinfo (Breakpoint related warnings): New node.
9562 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9563
9564 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9565
9566 * gdb.texinfo (Remote Protocol): Document v and vCont.
9567
9568 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9569
9570 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9571 * gdbint.texinfo: Ditto.
9572
9573 2003-10-09 Andrew Cagney <cagney@redhat.com>
9574
9575 From 2003-09-18 David Anderson <davea@sgi.com>:
9576 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9577 "command".
9578
9579 2003-10-03 Andrew Cagney <cagney@redhat.com>
9580
9581 * gdbint.texinfo (Target Architecture Definition): Deprecate
9582 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9583 just target.
9584
9585 2003-10-02 Andrew Cagney <cagney@redhat.com>
9586
9587 * gdbint.texinfo (Target Architecture Definition): Rename
9588 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9589 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9590 * gdbint.texinfo (Target Architecture Definition): Rename
9591
9592 2003-09-30 Andrew Cagney <cagney@redhat.com>
9593
9594 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9595 (Target Architecture Definition):
9596
9597 * gdbint.texinfo (Target Architecture Definition): Rename
9598 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9599
9600 2003-09-29 Andrew Cagney <cagney@redhat.com>
9601
9602 * gdbint.texinfo (Target Architecture Definition): Delete
9603 documentation for NEED_TEXT_START_END.
9604
9605 * gdbint.texinfo (Target Architecture Definition): Rename
9606 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9607 TARGET_WRITE_PC.
9608
9609 2003-09-22 Michael Chastain <mec@shout.net>
9610
9611 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9612
9613 2003-09-21 Anthony Green <green@redhat.com>
9614
9615 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9616
9617 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9618
9619 * gdbint.texinfo (Target Architecture Definition): Document
9620 stabs_argument_has_addr.
9621
9622 2003-09-18 Andrew Cagney <cagney@redhat.com>
9623
9624 * gdbint.texinfo (Target Architecture Definition): Delete
9625 documentation on REGISTER_NAMES.
9626
9627 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9628
9629 * gdbint.texinfo (Target Architecture Definition): Replace
9630 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9631
9632 2003-09-11 Andrew Cagney <cagney@redhat.com>
9633
9634 * gdbint.texinfo (Target Architecture Definition): Replace
9635 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9636
9637 2003-08-18 Andrew Cagney <cagney@redhat.com>
9638
9639 * gdbint.texinfo (Target Architecture Definition): Document
9640 "frame_red_zone_size".
9641
9642 2003-08-09 Andrew Cagney <cagney@redhat.com>
9643
9644 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9645 with "set/show backtrace past-main" and "set/show backtrace
9646 limit".
9647
9648 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9649
9650 * Makefile.in (install-info): Support DESTDIR.
9651 (install-html): Likewise.
9652
9653 2003-08-07 Andrew Cagney <cagney@redhat.com>
9654
9655 Patch from Nick Roberts.
9656 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9657 bindings. Remove description of send-gdb-command.
9658
9659 2003-08-07 Andrew Cagney <cagney@redhat.com>
9660
9661 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9662 GDB 6.0.
9663
9664 2003-08-06 Andrew Cagney <cagney@redhat.com>
9665
9666 * gdb.texinfo (Mode Options): Mention that level three is the
9667 highest available and that level 2 is deprecated.
9668 (Annotations Overview): Mention annotation levels. Cross reference
9669 to "Limitations of the Annotation Interface" in annotate.texi.
9670 (TODO, Value Annotations, Frame Annotations): Delete section.
9671 (Displays, Breakpoint Info): Delete.
9672
9673 2003-08-04 Andrew Cagney <cagney@redhat.com>
9674
9675 * agentexpr.texi: Delete @bye.
9676 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9677 (stabs.info): Add $(srcdir) to include search path.
9678 (html): Depend on "annotate_toc.html", and not "annotate.html".
9679 * stabs.texinfo: Ditto. Include "fdl.texi".
9680 * gdbint.texinfo: Update copyright statement's list of invariant
9681 sections.
9682
9683 2003-07-28 Andrew Cagney <cagney@redhat.com>
9684
9685 * Makefile.in (INFO_DEPS): Add annotate.info.
9686 (dvi, ps, html, pdf): Add annotate.
9687 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9688 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9689 (ANNOTATE_DOC_FILES): New macro.
9690 (ANNOTATE_TEX_TMPS): New macro.
9691 (annotate.info, annotate_toc.html): Specify dependencies.
9692 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9693 * annotate.texinfo: Rename annotate.texi. Get building. Add
9694 "Migrating to GDB/MI" and "Limitations of the Annotation
9695 Interface" chapters. Mention why it is not part of the user
9696 guide. Update copyright notice. Include "fdl.texi".
9697
9698 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9699
9700 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9701
9702 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9703
9704 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9705
9706 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9707
9708 * gdb.texinfo (Server): Mention pidof.
9709
9710 2003-07-22 Andrew Cagney <cagney@redhat.com>
9711
9712 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9713 list.
9714
9715 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9716
9717 * gdb.texinfo (Logging output): New chapter.
9718
9719 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9720
9721 * gdb.texinfo (Unsupported languages): New section.
9722 (Languages): Add link to new section.
9723
9724 2003-06-22 Andrew Cagney <cagney@redhat.com>
9725
9726 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9727
9728 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9729
9730 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9731
9732 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9733
9734 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9735 * agentexpr.texi: Retitle section, and change it to an appendix.
9736 Comment out texinfo initialization. Factor a @var{} into two
9737 pieces to prevent makeinfo warnings.
9738 * gdb.texinfo: Add Agent Expressions appendix.
9739
9740 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9741
9742 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9743
9744 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9745
9746 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9747 remote target". Document the "detach" and "disconnect" commands.
9748 (Server, Netware, Debug Session): Reference "Connecting to a
9749 remote target".
9750 (GDB/MI Target Manipulation): Document "-target-disconnect".
9751
9752 2003-06-13 Andrew Cagney <cagney@redhat.com>
9753
9754 * gdbint.texinfo (Target Architecture Definition): Deprecate
9755 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9756 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9757
9758 2003-06-09 Jim Blandy <jimb@redhat.com>
9759
9760 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9761
9762 2003-06-08 Andrew Cagney <cagney@redhat.com>
9763
9764 * gdbint.texinfo (Target Architecture Definition): Delete
9765 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9766
9767 2003-06-08 Andrew Cagney <cagney@redhat.com>
9768
9769 * gdbint.texinfo (Target Architecture Definition): Document
9770 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9771
9772 2003-06-07 Adam Fedor <fedor@gnu.org>
9773
9774 * gdb.texinfo: Add Objective-C documentation.
9775
9776 2003-06-01 Andrew Cagney <cagney@redhat.com>
9777
9778 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9779 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9780
9781 2003-05-21 Andrew Cagney <cagney@redhat.com>
9782
9783 * gdbint.texinfo (Target Architecture Definition): Delete
9784 references to "extract_address" and "store_address".
9785
9786 2003-05-16 Andrew Cagney <cagney@redhat.com>
9787
9788 * gdbint.texinfo (Target Architecture Definition): Replace
9789 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9790 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9791
9792 2003-05-14 Theodore A. Roth <troth@openavr.org>
9793
9794 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9795
9796 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9797
9798 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9799 (gdb.dvi): Likewise.
9800 (gdb.pdf): Likewise.
9801 (links2roff): Likewise.
9802
9803 2003-05-08 Jim Blandy <jimb@redhat.com>
9804
9805 * gdb.texinfo (Dump/Restore Files): Update documentation for
9806 'dump', 'append', and 'restore': note that format argument is
9807 optional; simplify presentation of the command variants; and be
9808 more precise about the formats.
9809
9810 2003-05-07 Jim Blandy <jimb@redhat.com>
9811
9812 * gdb.texinfo (Symbols): Update documentation: 'maint list
9813 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9814 symtabs' and 'maint info psymtabs'.
9815
9816 2003-05-05 Andrew Cagney <cagney@redhat.com>
9817
9818 * gdbint.texinfo (Target Architecture Definition): Make
9819 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9820 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9821 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9822
9823 2003-05-04 Andrew Cagney <cagney@redhat.com>
9824
9825 * gdb.texinfo (Maintenance Commands): Document "maint print
9826 dummy-frames".
9827
9828 2003-05-04 Andrew Cagney <cagney@redhat.com>
9829
9830 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9831
9832 2003-05-03 J. Brobecker <brobecker@gnat.com>
9833
9834 Thierry Schneider <tpschneider1@yahoo.com>
9835 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9836 for new MI command.
9837
9838 2003-05-03 Andrew Cagney <cagney@redhat.com>
9839
9840 * gdbint.texinfo (Target Architecture Definition): Document
9841 push_dummy_code. Add cross references.
9842
9843 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9844
9845 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9846 set/show charsets commands.
9847
9848 2003-04-28 Andrew Cagney <cagney@redhat.com>
9849
9850 * gdbint.texinfo (Target Architecture Definition): Replace
9851 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9852 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9853
9854 2003-04-28 Andrew Cagney <cagney@redhat.com>
9855
9856 * gdbint.texinfo (Target Architecture Definition): Rename
9857 "tm_print_insn" to "deprecated_tm_print_insn".
9858
9859 2003-04-09 Jim Blandy <jimb@redhat.com>
9860
9861 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9862 list psymtabs'.
9863
9864 2003-04-08 Andrew Cagney <cagney@redhat.com>
9865
9866 * gdbint.texinfo (Target Architecture Definition): Delete
9867 references to EXTRA_FRAME_INFO.
9868
9869 2003-04-08 Andrew Cagney <cagney@redhat.com>
9870
9871 * gdbint.texinfo (Target Architecture Definition): Delete
9872 PRINT_TYPELESS_INTEGER.
9873
9874 2003-04-02 J. Brobecker <brobecker@gnat.com>
9875
9876 * observer.texi (GDB Observers): Adjust the documentation for the
9877 normal_stop notification to better describe reality. Fix a couple
9878 of minor typos.
9879
9880 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9881
9882 * gdb.texinfo (GDB/MI Program Control): Add
9883 '-file-list-exec-source-file'
9884
9885 2003-03-31 Andrew Cagney <cagney@redhat.com>
9886
9887 * gdbint.texinfo (Target Architecture Definition): Delete
9888 references to CALL_DUMMY_P.
9889
9890 2003-03-30 Andrew Cagney <cagney@redhat.com>
9891
9892 * gdbint.texinfo (Target Architecture Definition): Remove
9893 reference to TARGET_WRITE_SP.
9894
9895 2003-03-27 Andrew Cagney <cagney@redhat.com>
9896
9897 * gdbint.texinfo (Target Architecture Definition): Remove
9898 references to write_sp.
9899
9900 2003-03-27 Andrew Cagney <cagney@redhat.com>
9901
9902 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9903 chapter body. Use @smallexample instead of @example.
9904 (Annotations): Ditto.
9905 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9906 annotate.texi.
9907
9908 2003-03-26 Andrew Cagney <cagney@redhat.com>
9909
9910 * gdbint.texinfo (Target Architecture Definition): Replace
9911 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9912 dummy_addr parameters.
9913
9914 2003-03-25 Andrew Cagney <cagney@redhat.com>
9915
9916 * gdbint.texinfo (Target Architecture Definition): Delete
9917 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9918 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9919 Add reference to PUSH_ARGUMENTS.
9920
9921 2003-03-23 Andrew Cagney <cagney@redhat.com>
9922
9923 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9924 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9925
9926 2003-03-18 J. Brobecker <brobecker@gnat.com>
9927
9928 * gdbint.texinfo (Algorithms): Add new section describing the
9929 Observer paradigm.
9930 (Top): Add menu entry to new observer appendix.
9931 * observer.texi: New file.
9932 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9933 new observer.texi file.
9934
9935 2003-03-17 Andrew Cagney <cagney@redhat.com>
9936
9937 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9938 that GNU Press update the manual version number.
9939
9940 2003-03-12 Andrew Cagney <cagney@redhat.com>
9941
9942 * gdbint.texinfo (Target Architecture Definition): Delete
9943 references to get_saved_register. Rename GET_SAVED_REGISTER to
9944 DEPRECATED_GET_SAVED_REGISTER.
9945
9946 2003-03-13 Andrew Cagney <cagney@redhat.com>
9947
9948 * gdbint.texinfo (Target Architecture Definition): Replace
9949 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9950
9951 2003-03-12 Andrew Cagney <cagney@redhat.com>
9952
9953 * gdbint.texinfo (Target Architecture Definition): Rename
9954 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9955
9956 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9957
9958 * gdb.texinfo: Add File-I/O documentation.
9959
9960 2003-03-10 Andrew Cagney <cagney@redhat.com>
9961
9962 * gdbint.texinfo (Target Architecture Definition): Cross reference
9963 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9964
9965 2003-03-07 Andrew Cagney <cagney@redhat.com>
9966
9967 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9968 frame" command.
9969
9970 2003-03-05 Andrew Cagney <cagney@redhat.com>
9971
9972 * gdbint.texinfo (Target Architecture Definition): Document
9973 unwind_dummy_id. Cross reference unwind_dummy_id and
9974 SAVE_DUMMY_FRAME_TOS.
9975
9976 2003-03-05 James Ingham <jingham@apple.com>
9977 Daniel Jacobowitz <drow@mvista.com>
9978
9979 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9980 and "show cp-abi".
9981
9982 2003-03-03 Andrew Cagney <cagney@redhat.com>
9983
9984 * gdbint.texinfo (Target Architecture Definition): Document
9985 register_type.
9986
9987 2003-03-03 Andrew Cagney <cagney@redhat.com>
9988
9989 * stabs.texinfo (Structures): Use @samp and separate @var's
9990 instead of a single @var containing a comma separated list.
9991 (Unions): Ditto.
9992
9993 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9994
9995 * Makefile.in (distclean): Remove config.log.
9996
9997 2003-03-01 Andrew Cagney <cagney@redhat.com>
9998
9999 * gdbint.texinfo (Target Architecture Definition): Rename
10000 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
10001
10002 2003-03-01 Andrew Cagney <cagney@redhat.com>
10003
10004 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
10005 DEPRECATED_INIT_EXTRA_FRAME_INFO.
10006
10007 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
10008
10009 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
10010 (Non-debug DLL symbols): New node, describing the minimal symbols
10011 loaded from DLLs without real debugging symbols.
10012
10013 2003-02-20 Andrew Cagney <ac131313@redhat.com>
10014
10015 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
10016 hardware-breakpoint-limit".
10017 (Set Watchpoints): Add cross reference to "set remote
10018 hardware-watchpoint-limit".
10019 (Remote configuration options): New section.
10020
10021 2003-02-04 Andrew Cagney <ac131313@redhat.com>
10022
10023 * gdbint.texinfo (Target Architecture Definition): Delete
10024 descrption of IS_TRAPPED_INTERNALVAR.
10025
10026 From Keith Seitz <keiths@redhat.com>:
10027 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
10028 option "-i"/"--interpreter" to this chapter. Include index
10029 entries.
10030
10031 2003-02-04 David Carlton <carlton@math.stanford.edu>
10032
10033 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
10034 (Variables): Recommend stabs+ and DWARF 2.
10035 (C plus plus expressions): Correct info about
10036 compiler versions, debug formats.
10037 (Contributors): Change 'DWARF2' to 'DWARF 2'.
10038 PR symtab/874.
10039
10040 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10041
10042 * gdbint.texinfo (Target Architecture Definition): Delete
10043 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
10044 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
10045 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
10046 references to nindy and i960.
10047 * gdb.texinfo (i960): Delete all references to i960 and nindy.
10048
10049 2003-02-01 Andrew Cagney <ac131313@redhat.com>
10050
10051 * gdbint.texinfo (Target Architecture Definition): Delete
10052 FLOAT_INFO.
10053
10054 2003-01-30 Andrew Cagney <ac131313@redhat.com>
10055
10056 * stabs.texinfo (Member Type Descriptor): Clarify description of
10057 `@'. Suggested by Ben Hutchings.
10058
10059 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10060
10061 * gdb.texinfo (M68K): Delete reference to es1800.
10062
10063 2003-01-29 Andrew Cagney <ac131313@redhat.com>
10064
10065 * gdb.texinfo (Maintenance Commands): Document `maint print
10066 reggroups' and `maint print register-groups'.
10067 * gdbint.texinfo (Target Architecture Definition): Document
10068 register_reggroup_p.
10069
10070 2003-01-23 Jim Blandy <jimb@redhat.com>
10071
10072 * gdb.texinfo (Separate Debug Files): New section.
10073
10074 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
10075
10076 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
10077 and "maint show profile".
10078
10079 2003-01-16 Michael Chastain <mec@shout.net>
10080
10081 * gdb.texinfo (Installing GDB): Warn against
10082 ".../gdb-VERSION/gdb/configure".
10083 (Separate Objdir): Likewise.
10084
10085 2003-01-15 Andrew Cagney <ac131313@redhat.com>
10086
10087 * gdbint.texinfo (Target Architecture Definition): Delete
10088 definition of PRINT_REGISTER_HOOK.
10089
10090 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10091
10092 (OpenRISC 1000): Fix formatting of command names.
10093
10094 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
10095
10096 * gdb.texinfo (Continuing and Stepping): Add new command
10097 'advance'. Clarify behavior of 'until'.
10098
10099 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
10100
10101 * gdb.texinfo (Files): Document solib-absolute-prefix and
10102 solib-search-path.
10103
10104 2003-01-09 Michael Chastain <mec@shout.net>
10105
10106 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
10107 (Create a Release): Add new instructions for new @file{src-release}.
10108 Document existing instructions for @file{Makefile.in} as
10109 being for @value{GDBN} 5.3.1 or earlier.
10110
10111 2003-01-09 Andrew Cagney <ac131313@redhat.com>
10112
10113 * gdbint.texinfo (Target Architecture Definition): Mention
10114 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
10115 allocate memory.
10116
10117 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10118
10119 * gdb.texinfo (Controlling GDB): Add @kindex for
10120 "show osabi".
10121 (Backtraces): Add @kindex's for backtrace-below-main.
10122
10123 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10124
10125 * gdb.texinfo (Controlling GDB): Document "set osabi".
10126
10127 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10128
10129 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
10130 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
10131
10132 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
10133
10134 * gdb.texinfo (Controlling GDB): Add ABI section. Document
10135 "set coerce-float-to-double".
10136 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
10137
10138 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10139
10140 * stabs.texinfo: Remove obsolete text.
10141 * gdbint.texinfo: Ditto.
10142 * gdb.texinfo: Ditto.
10143
10144 2002-12-22 Mark Kettenis <kettenis@gnu.org>
10145
10146 * gdbint.texinfo (Target Architecture Definition): Update
10147 description of gdbarch_register_osabi.
10148
10149 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
10150
10151 * agentexpr.texi: Fix typos.
10152 * annotate.texi: Likewise.
10153 * fdl.texi: Likewise.
10154
10155 2002-12-10 Andrew Cagney <cagney@redhat.com>
10156
10157 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
10158 DEPRECATED_INIT_FRAME_PC.
10159
10160 2002-12-01 Andrew Cagney <ac131313@redhat.com>
10161
10162 * gdbint.texinfo (Target Architecture Definition): Delete
10163 PC_IN_CALL_DUMMY.
10164
10165 2002-11-28 Andrew Cagney <ac131313@redhat.com>
10166
10167 * gdbint.texinfo (Host Definition): Delete documentation on
10168 USE_GENERIC_DUMMY_FRAMES.
10169
10170 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
10171
10172 Fix PR gdb/723 and PR gdb/245.
10173 * Makefile.in (install-info): Run the install-info command as part
10174 of the post install steps only.
10175 (uninstall-info): New target.
10176 (uninstall): New target.
10177
10178 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
10179
10180 * Makefile.in (install): Make install do some real work.
10181
10182 2002-11-19 Andrew Cagney <ac131313@redhat.com>
10183
10184 Fix POSIX problem reported by Paul Eggert.
10185 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
10186 Fix PR gdb/527.
10187
10188 2002-10-26 Andrew Cagney <cagney@redhat.com>
10189
10190 * gdbint.texinfo (Target Architecture Definition): Delete
10191 definition of DO_REGISTERS_INFO.
10192
10193 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10194
10195 * gdbint.texinfo (Address Classes): Fix problems with insertion
10196 of ``{'' and ``}'' in example.
10197
10198 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10199
10200 * gdbint.texinfo (Address Classes): New section.
10201 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10202 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10203 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10204 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10205
10206 2002-10-11 Klee Dienes <kdienes@apple.com>
10207
10208 * gdb.texinfo (Registers): Mention vector registers as well as
10209 floating registers in the documentation for 'info registers' and
10210 'info all-registers'.
10211
10212 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10213
10214 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10215
10216 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10217
10218 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10219 interface definition.
10220
10221 2002-10-03 Marko Mlinar <markom@opencores.org>
10222
10223 * gdb.texinfo (Target Commands): Add or1k target specific
10224 commands.
10225 * gdb.texinfo (Contributors): Add myself to the contributors list.
10226
10227 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10228
10229 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10230 and "mi1" instead of "mi1" and "mi0".
10231
10232 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10233
10234 * gdb.texinfo (Packets): Fix typos "alligned".
10235 Correct z3/Z3 description. Correct z4/Z4 title.
10236
10237 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10238
10239 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10240
10241 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10242
10243 * gdb.texinfo: Use GNU/Linux instead of Linux.
10244
10245 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10246
10247 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10248
10249 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10250
10251 * gdb.texinfo: Replace @example with @smallexample.
10252
10253 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10254
10255 From Eli Zaretskii <eliz@gnu.org>:
10256 * gdb.texinfo (Character Sets): Use @smallexample instead of
10257 @example. Use GNU/Linux instead of Linux.
10258
10259 2002-09-20 Jim Blandy <jimb@redhat.com>
10260
10261 * gdb.texinfo: Add character set documentation.
10262
10263 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10264
10265 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10266 (Packets): Add cross reference from `b' packet to `z' packets.
10267
10268 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10269
10270 * gdb.texinfo (Maintenance Commands): Document ``maint
10271 internal-error'' and ``maint internal-warning''.
10272
10273 * gdbint.texinfo (Target Architecture Definition): Revise
10274 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10275
10276 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10277
10278 * gdbint.texinfo (Target Conditionals): Document the new
10279 NAME_OF_MALLOC macro.
10280
10281 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10282
10283 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10284 engineer.
10285
10286 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10287
10288 * gdb.texinfo (TUI Overview): Document status line fields.
10289
10290 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10291
10292 * gdb.texinfo (TUI Commands): Document info win command.
10293
10294 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10295
10296 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10297
10298 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10299
10300 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10301 (TUI Keys): Likewise.
10302
10303 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10304
10305 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10306 for a packet receive.
10307
10308 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10309
10310 * Makefile.in (clean): Move to end of file.
10311 (distclean, maintainer-clean, realclean): Ditto.
10312 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10313 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10314 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10315 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10316
10317 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10318
10319 * Makefile.in (GDBINT_TEX_TMPS): Define.
10320 (gdbint.dvi, gdbint.pdf): Use
10321 (GDB_TEX_TMPS): Define.
10322 (gdb.dvi, gdb.pdf): Use.
10323 (STABS_TEX_TMPS): Define.
10324 (stabs.dvi, stabs.pdf): Use.
10325 (GDB_DOC_SOURCE_INCLUDES): New macros.
10326 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10327 (GDBINT_DOC_FILES_INCLUDES): New macros.
10328 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10329 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10330 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10331 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10332 (links2roff): Replace SFILES_INCLUDED with
10333 GDB_DOC_SOURCE_INCLUDES.
10334 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10335 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10336 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10337 dependencies.
10338 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10339 dependencies.
10340 (gdbmi.texinfo): Delete rule.
10341 (inc-hist.texinfo): Delete rule.
10342 (rluser.texinfo): Delete rule.
10343
10344 2002-08-23 Andrew Cagney <cagney@redhat.com>
10345
10346 * gdbint.texinfo (Target Architecture Definition): Update
10347 STORE_RETURN_VALUE, mention regcache.
10348
10349 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10350
10351 * gdbint.texinfo (Target Architecture Definition): Document
10352 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10353
10354 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10355
10356 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10357 Fix minor typos. Add index entries.
10358
10359 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10360
10361 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10362
10363 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10364
10365 * gdbint.texinfo (Target Architecture Definition): Document
10366 PRINT_VECTOR_INFO.
10367 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10368
10369 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10370
10371 * gdb.texinfo (Maintenance Commands): Document "maint print
10372 registers", "maint print raw-registers" and "maint print
10373 cooked-registers".
10374
10375 2002-08-08 Grace Sainsbury <graces@redhat.com>
10376
10377 From Mark Salter:
10378 * gdb.texinfo (Protocol): Document T packet extension to
10379 allow watchpoint address reporting.
10380
10381 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10382
10383 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10384
10385 2002-08-01 Andrew Cagney <cagney@redhat.com>
10386
10387 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10388 to CHILL.
10389
10390 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10391
10392 * gdbint.texinfo (Coding): Revise section "Include Files".
10393
10394 2002-07-24 Andrew Cagney <cagney@redhat.com>
10395
10396 * gdbint.texinfo: Obsolete references to m88k.
10397 * gdb.texinfo: Ditto.
10398
10399 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10400
10401 * gdbint.texinfo (Create a release candiate): Add the location
10402 where the proper version of autoconf can be retrieved.
10403
10404 2002-07-09 Don Howard <dhoward@redhat.com>
10405
10406 * gdb.texinfo (Command Files): Further describe the behavior of
10407 sourced command files.
10408
10409 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10410
10411 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10412 (Coding): Clarify ISO C version that GDB assumes.
10413
10414 2002-06-26 Tom Tromey <tromey@redhat.com>
10415
10416 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10417 add_setshow_cmd_full.
10418
10419 2002-06-25 Don Howard <dhoward@redhat.com>
10420
10421 * gdb.texinfo (Memory Region Attributes): Document new behavior
10422 for 'mem' command.
10423
10424 2002-06-11 Jim Blandy <jimb@redhat.com>
10425
10426 * gdb.texinfo (Symbols): Update documentation for `info source'
10427 command.
10428
10429 * gdb.texinfo (Macros): Call the command `info macro', not
10430 `show macro'.
10431
10432 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10433
10434 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10435 data''.
10436
10437 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10438
10439 * gdbint.texinfo (Target Architecture Definition): Document
10440 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10441
10442 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10443
10444 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10445 lists.
10446
10447 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10448
10449 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10450 Branch''.
10451
10452 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10453
10454 * gdbint.texinfo (Target Architecture Definition): Add section
10455 ``Converting an existing Target Architecture to Multi-arch''.
10456
10457 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10458
10459 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10460 to ``Obsoleting code''. Revise.
10461
10462 2002-05-17 Jim Blandy <jimb@redhat.com>
10463
10464 * gdb.texinfo (C Preprocessor Macros): New chapter.
10465 Include it in the main menu.
10466 (Contributors): Credit Jim Blandy with macro support.
10467 (Compilation): Explain how to get macro information into the
10468 executable.
10469 (Expressions): Note that preprocessor macros are expanded.
10470
10471 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10472
10473 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10474 options for `target remote'.
10475
10476 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10477
10478 * gdbint.texinfo (Target Architecture Definition): Delete
10479 documentation on NNPC_REGNUM.
10480
10481 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10482
10483 * gdbint.texinfo (Target Architecture Definition): Document
10484 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10485 (Target Architecture Definition): Revise section `Using Different
10486 Register and Memory Data Representations'. Add section `Raw and
10487 Virtual Register Representations'.
10488
10489 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10490
10491 * gdbint.texinfo (Target Architecture Definition): Mention
10492 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10493 (Target Architecture Definition): Mention same. Add references to
10494 web pages.
10495
10496 2002-05-08 Michael Snyder <msnyder@redhat.com>
10497
10498 * stabs.texinfo (Attributes): Document new "vector" attribute.
10499
10500 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10501
10502 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10503
10504 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10505
10506 * gdb.texinfo: Delete obsolete references to a29k.
10507
10508 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10509
10510 * gdbint.texinfo (Target Architecture Definition): Replace
10511 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10512
10513 2002-04-24 David S. Miller <davem@redhat.com>
10514
10515 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10516
10517 2002-04-21 David S. Miller <davem@redhat.com>
10518
10519 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10520
10521 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10522
10523 * gdbint.texinfo (Target Architecture Definition): Delete
10524 definition of HAVE_REGISTER_WINDOWS.
10525
10526 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10527
10528 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10529 "Theodore A. Roth" <troth@verinet.com>.
10530
10531 2002-04-15 Don Howard <dhoward@redhat.com>
10532
10533 From Eli Zaretskii <eliz@gnu.org>
10534 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10535 Provide a better explaination of this feature.
10536
10537 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10538
10539 * gdbint.texinfo (Target Architecture Definition): Remove
10540 FRAME_CHAIN_COMBINE.
10541
10542 2002-04-12 Michael Chastain <mec@shout.net>
10543
10544 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10545 REG_STACK_SEGMENT.
10546
10547 2002-04-09 Michael Chastain <mec@shout.net>
10548
10549 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10550 PYRAMID_* macros.
10551
10552 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10553
10554 * gdb.texinfo (Bug Reporting): Document that the web is the
10555 prefered way of submitting bug reports.
10556 (Bug Reporting): Delete the s-mail address as the last resort.
10557
10558 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10559
10560 * gdbint.texinfo (Target Architecture Definition): Delete
10561 references to TARGET_WRITE_FP and write_fp.
10562
10563 2002-03-27 Michael Snyder <msnyder@redhat.com>
10564
10565 * gdb.texinfo: Document new commands dump, append, and restore.
10566
10567 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10568
10569 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10570 Branch'.
10571
10572 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10573
10574 * gdb.texinfo: Change all examples to @smallexample.
10575 * gdbint.texinfo: Ditto.
10576
10577 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10578
10579 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10580 Branches''.
10581
10582 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10583
10584 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10585 Policy''.
10586
10587 2002-03-04 Fred Fish <fnf@redhat.com>
10588
10589 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10590 expresson, suports, dependant, trhe, perhaphs, situtations,
10591 explictily, taged, oportunity, unfortunatly).
10592
10593 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10594
10595 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10596 Remove reference to 3.12.
10597
10598 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10599
10600 * gdbint.texinfo: Include fdl.texi.
10601 (Top): Add GNU Free Documentation License.
10602 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10603 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10604 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10605 (gdbint.info): Add srcdir to include path.
10606 * gdb.texinfo: Include gpl.texi.
10607 (Top): Add Copying.
10608 * gpl.texi: New file.
10609
10610 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10611
10612 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10613
10614 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10615
10616 * gdb.texinfo: Document Cygwin native specific commands.
10617
10618 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10619
10620 * gdb.texinfo: Document gdbserver ``--attach'' command.
10621
10622 2002-02-07 Michael Snyder <msnyder@redhat.com>
10623
10624 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10625 to @code(_ovly_debug_event).
10626
10627 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10628
10629 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10630
10631 2002-02-06 Michael Snyder <msnyder@redhat.com>
10632
10633 * gdb.texinfo (overlays): Mention new magic symbol
10634 '_ovly_debug_event', which allows GDB to keep better track
10635 of overlays.
10636
10637 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10638
10639 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10640 Suggested by Dmitry Sivachenko.
10641
10642 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10643
10644 2002-02-01 Michael Snyder <msnyder@redhat.com>
10645
10646 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10647
10648 2002-01-30 Michael Snyder <msnyder@redhat.com>
10649
10650 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10651 (set trust-readonly-sections): Document.
10652
10653 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10654
10655 * gdbint.texinfo (Releasing GDB): Revise and update.
10656
10657 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10658
10659 * gdbint.texinfo (Target Architecture Definition): Delete
10660 description of TARGET_BYTE_ORDER_DEFAULT.
10661
10662 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10663
10664 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10665 <mitya@cavia.pp.ru>.
10666
10667 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10668
10669 * libgdb.texinfo: Delete file.
10670
10671 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10672
10673 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10674 * gdbint.texinfo: Ditto.
10675
10676 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10677
10678 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10679
10680 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10681
10682 * Makefile.in: Update copyright.
10683 (TEXI2DVI): Define.
10684 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10685 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10686 gdb-cfg.texi.
10687 (TEXINDEX, PDFTEX): Delete makefile variables.
10688
10689 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10690
10691 * gdb.texinfo (Protocol): Move section to appendix.
10692
10693 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10694
10695 * gdb.texinfo (Remote Debugging): Create a menu.
10696 (Top): Add ``Remote Debugging'' to menu.
10697
10698 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10699
10700 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10701 serial protocol'' from here.
10702 (Remote Debugging): To here. New chapter.
10703
10704 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10705
10706 * gdbint.texinfo (Target Architecture Definition): Delete
10707 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10708
10709 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10710
10711 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10712 are no longer needed.
10713 (Porting GDB): Add maintainer note about configure.host.
10714
10715 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10716
10717 * gdbint.texinfo (Target Architecture Definition): Remove
10718 definition of IEEE_FLOAT.
10719
10720 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10721
10722 * gdb.texinfo: Beautify copyright years; fix a typo.
10723 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10724 <3diff@gnu.org>
10725
10726 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10727
10728 * gdbint.texinfo (Host Definition): Remove references to
10729 MALLOC_INCOMPATIBLE.
10730
10731 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10732
10733 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10734 and xyz-xdep.o.
10735
10736 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10737
10738 * gdb.texinfo (Maintenance Commands): Add appendix.
10739 (Set Breaks): Copy ``maint info breakpoint'' doco to
10740 ``Maintenance Commands'' appendix. Add reference.
10741
10742 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10743
10744 * fdl.texi: Remove next/prev from @node.
10745
10746 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10747
10748 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10749 for monstrous @multitable (from Brian Youmans).
10750
10751 * fdl.texi: New file.
10752
10753 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10754
10755 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10756
10757 * gdbint.texinfo (Releasing GDB): New chapter.
10758
10759 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10760
10761 * gdb.texinfo (Embedded Processors, Calling program functions):
10762 Obsolete references to a29k.
10763
10764 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10765
10766 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10767 examples. Document that a code-block should do or discard its
10768 cleanups before exit.
10769
10770 2002-01-11 Michael Snyder <msnyder@redhat.com>
10771
10772 * gdb.texinfo (Choosing files): Change @samp to @file.
10773
10774 2002-01-05 Michael Snyder <msnyder@redhat.com>
10775
10776 * gdb.texinfo (--pid): Document new command line option (attach).
10777
10778 2002-01-07 Eli Zaretskii <eliz@gnu.org>
10779
10780 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10781 in the stub.
10782
10783 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10784
10785 * gdbint.texinfo (Target Architecture Definition): Replace
10786 BIG_ENDIAN with BFD_ENDIAN_BIG.
10787
10788 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10789
10790 * gdbint.texinfo (Target Architecture Definition): Replace
10791 value_ptr with struct value pointer.
10792
10793 2002-01-02 Eli Zaretskii <eliz@gnu.org>
10794
10795 * gdb.texinfo (Free Software): Fix wording.
10796
10797 2001-12-31 Eli Zaretskii <eliz@gnu.org>
10798
10799 * gdb.texinfo (Free Software): New section ``Free Software Needs
10800 Free Documentation''.
10801
10802 2001-12-30 Eli Zaretskii <eliz@gnu.org>
10803
10804 * stabs.texinfo:
10805 * gdb.texinfo:
10806 * gdbint.texinfo:
10807 * libgdb.texinfo:
10808 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10809
10810 2001-12-29 Michael Snyder <msnyder@redhat.com>
10811
10812 * gdb.texinfo (maint info sections): Fix typo.
10813
10814 2001-12-26 Michael Snyder <msnyder@redhat.com>
10815
10816 * gdb.texinfo (maint info sections): Document.
10817
10818 * gdb.texinfo (info proc): Comment out documentation for
10819 'info proc' sub-options that are currently not implemented.
10820
10821 2001-12-20 Jim Blandy <jimb@redhat.com>
10822
10823 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10824
10825 2001-12-15 Andrew Cagney <ac131313@redhat.com>
10826
10827 * gdbint.texinfo (Target Architecture Definition): Replace
10828 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10829
10830 2001-12-01 Andrew Cagney <ac131313@redhat.com>
10831
10832 * gdbint.texinfo (Host Definition): Delete documentation on
10833 HOST_BYTE_ORDER.
10834
10835 2001-11-30 Jim Blandy <jimb@redhat.com>
10836
10837 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10838 overlay support. Add to top-level menu.
10839
10840 2001-11-26 Tom Tromey <tromey@redhat.com>
10841
10842 * gdb.texinfo (Command Syntax): Document C-o binding.
10843
10844 2001-07-26 Christopher Faylor <cgf@redhat.com>
10845
10846 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10847 use since it is described in the referenced section.
10848
10849 From Eli Zaretskii <eliz@gnu.org>
10850 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10851 clearer when using DJGPP.
10852
10853 2001-11-24 Christopher Faylor <cgf@redhat.com>
10854
10855 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10856 specifically refer to MS-DOS.
10857 (command files): Mention gdb.ini is only used on MS-DOS.
10858
10859 2001-11-21 Tom Tromey <tromey@redhat.com>
10860
10861 * gdb.texinfo (Invoking GDB): Document --args.
10862 (Mode Options): Likewise.
10863
10864 2001-11-21 Jim Blandy <jimb@redhat.com>
10865
10866 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10867 Delete documentation; this macro has been removed from the
10868 sources.
10869
10870 2001-11-13 Jim Blandy <jimb@redhat.com>
10871
10872 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10873
10874 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
10875
10876 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10877
10878 2001-11-05 Michael Snyder <msnyder@redhat.com>
10879
10880 * gdb.texinfo (info functions): Document use of backslash to
10881 quote regexp chars in function names such as "operator*()".
10882
10883 2001-11-01 Fred Fish <fnf@redhat.com>
10884
10885 * gdbint.texinfo (SOLIB_ADD): Document additional new
10886 "readsyms" arg.
10887
10888 2001-10-30 Don Howard <dhoward@redhat.com>
10889
10890 * gdb.texinfo: (Command Files) Added documentation for the
10891 behavior of gdb with input redirected from a file.
10892
10893 2001-10-28 Fred Fish <fnf@redhat.com>
10894
10895 * gdb.texinfo (auto-solib-add): Change docs to match
10896 implementation change.
10897 (auto-solib-limit): Add docs for new variable.
10898
10899 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10900
10901 * gdbint.texinfo (Target Architecture Definition): Function
10902 value_as_pointer renamed to value_as_address.
10903
10904 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10905
10906 * gdbint.texinfo (Target Architecture Definition): Default
10907 POINTER_TO_ADDRESS functions assume unsigned addresses.
10908 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10909 posting by Jim Blandy.
10910
10911 2001-10-12 Jim Blandy <jimb@redhat.com>
10912
10913 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10914 version of texi2html (1.64) doesn't support this flag any more.
10915
10916 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10917
10918 * gdbint.texinfo (Host Definition): Remove description of
10919 MEM_FNS_DECLARED.
10920
10921 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10922
10923 * gdbint.texinfo (Host Definition): Remove description of
10924 HAVE_SIGSETMASK.
10925
10926 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10927
10928 * gdbint.texinfo (Target Architecture Definition): Add
10929 explanation of TARGET_PRINT_INSN macro.
10930
10931 2001-08-30 Jim Blandy <jimb@redhat.com>
10932
10933 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10934 Explain what it means to load relocatable files.
10935
10936 2001-08-28 Jim Blandy <jimb@redhat.com>
10937
10938 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10939 info `top' menu.
10940
10941 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10942
10943 * gdbint.texinfo: Add a cautionary note about macro use.
10944
10945 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10946
10947 * gdb.texinfo: Explain omitting the hostname in the
10948 `target remote' command.
10949
10950 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10951
10952 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10953 and END-INFO-DIR-ENTRY.
10954
10955 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10956
10957 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10958
10959 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10960
10961 * gdbint.texinfo (libgdb): Rewrite.
10962
10963 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10964
10965 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10966
10967 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10968
10969 * gdb.texinfo (TUI): New chapter, document the TUI.
10970 (Mode Options): Document the -tui option.
10971
10972 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10973
10974 * gdbint.texinfo (Host Definition): Remove description of
10975 NEED_POSIX_SETPGID.
10976
10977 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10978
10979 * gdb.tex (DJGPP Native): New node, with descriptions of
10980 DJGPP-specific commands.
10981
10982 2001-07-19 John R. Moore <jmoore@redhat.com>
10983
10984 * gdbint.texinfo: Three misspellings.
10985
10986 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10987
10988 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10989 `test` expressions on bash. Problem reported by Colin Walters.
10990
10991 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10992
10993 * gdbint.texinfo (User Interface): Update ui-out documentation to
10994 refelect recent UI/MI updates.
10995
10996 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10997
10998 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10999 interpreters.
11000
11001 2001-06-15 Andrew Cagney <ac131313@redhat.com>
11002
11003 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
11004 structure and not macros.
11005 (Host Definition): Document that much of this chapter is obsolete.
11006 (Target Architecture Definition): Update list of files that make
11007 up a target architecture.
11008 (Coding): Update.
11009
11010 2001-06-28 Andrew Cagney <ac131313@redhat.com>
11011
11012 * gdbint.texinfo (Target Architecture Definition): Update
11013 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
11014 The latter has been changed to a true predicate.
11015
11016 2001-06-17 Eli Zaretskii <eliz@gnu.org>
11017
11018 * annotate.texi: Add @noindent where needed. From Dmitry
11019 Sivachenko <dima@Chg.RU>.
11020 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
11021
11022 2001-06-16 Andrew Cagney <ac131313@redhat.com>
11023
11024 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
11025
11026 2001-06-14 Andrew Cagney <ac131313@redhat.com>
11027
11028 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
11029 returns ``OK''. Document that the ``R'' packet does not reply.
11030
11031 2001-06-13 Michael Snyder <msnyder@redhat.com>
11032
11033 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
11034
11035 2001-06-13 Eli Zaretskii <eliz@gnu.org>
11036
11037 * gdb.texinfo (Signals): Clarify the default setting of signal
11038 handling.
11039
11040 2001-05-14 Andrew Cagney <ac131313@redhat.com>
11041
11042 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
11043 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
11044
11045 2001-05-12 Andrew Cagney <ac131313@redhat.com>
11046
11047 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
11048
11049 2001-05-10 Eli Zaretskii <eliz@gnu.org>
11050
11051 * gdbint.texinfo (Clean Design and Portable Implementation):
11052 Renamed from "Clean Design".
11053 (Clean Design and Portable Implementation): Document portable
11054 methods of handling file names, and the associated macros.
11055
11056 2001-04-02 Eli Zaretskii <eliz@gnu.org>
11057
11058 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
11059 command and provide a cross-reference to its description.
11060 (Symbols): Note that "info scope" is useful for trace experiments.
11061
11062 2001-04-01 Eli Zaretskii <eliz@gnu.org>
11063
11064 * gdb.texinfo (Symbols): Document "info scope".
11065 (Tracepoints): New chapter.
11066 (Contributors): Update for v5.1.
11067 <All nodes>: Change "C++" to "C@t{++}".
11068
11069 * gdbint.texinfo (User Interface): A new section about ui_out
11070 functions, based on text written by Fernando Nasser.
11071
11072 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
11073
11074 2001-03-26 Eli Zaretskii <eliz@gnu.org>
11075
11076 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
11077
11078 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
11079
11080 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
11081 Replace "GDB" with "@value{GDBN}". Fix markup.
11082
11083 * annotate.texi: Change Permissions to GFDL. Update Copyright.
11084
11085 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
11086 a cross-reference to its description.
11087 (Symbols): Document "info symbol".
11088
11089 2001-03-21 Eli Zaretskii <eliz@gnu.org>
11090
11091 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
11092 subsection "x86 Watchpoints".
11093 (Target Architecture Definition): Document the macros
11094 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
11095 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
11096
11097 2001-03-20 Andrew Cagney <ac131313@redhat.com>
11098
11099 * gdbint.texinfo (Target Architecture Definition): Update
11100 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
11101 list.
11102
11103 2001-03-06 Kevin Buettner <kevinb@redhat.com>
11104
11105 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
11106 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
11107
11108 2001-02-21 Eli Zaretskii <eliz@gnu.org>
11109
11110 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
11111
11112 2001-02-11 Eli Zaretskii <eliz@gnu.org>
11113
11114 * gdb.texinfo (Environment): Document that `path' does not change
11115 the value of PATH in GDB's own environment (it did in the past,
11116 but that was changed on March 15, 1994). Reported by Doug Evans
11117 <dje@transmeta.com>.
11118
11119 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
11120 its line. Fix markup of commands and macros. Add an Index node
11121 and index entries.
11122
11123 2001-01-23 J.T. Conklin <jtc@redback.com>
11124
11125 * gdb.texinfo (Memory region attributes): New manual section.
11126
11127 2001-01-04 Nicholas Duffek <nsd@redhat.com>
11128
11129 * gdbint.texinfo (POP_FRAME): Document use by return_command.
11130
11131 2000-12-25 Eli Zaretskii <eliz@gnu.org>
11132
11133 * refcard.tex: Version and copyright fixed. From Phil Edwards
11134 <pedwards@disaster.jaj.com>.
11135
11136 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
11137
11138 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
11139 DWARF2_REG_TO_REGNUM): Document.
11140
11141 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11142
11143 * gdbint.texinfo (Coding): Update current value of
11144 --enable-build-warnings. Mention --enable-gdb-build-warnings.
11145
11146 2000-11-19 Eli Zaretskii <eliz@gnu.org>
11147
11148 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
11149 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
11150
11151 2000-11-10 Christopher Faylor <cgf@cygnus.com>
11152
11153 * gdb.texinfo: Document new 'set step-mode' command.
11154
11155 2000-10-16 Eli Zaretskii <eliz@gnu.org>
11156
11157 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
11158 changes from Dmitry Sivachenko <dima@Chg.RU>.
11159
11160 2000-09-26 Eli Zaretskii <eliz@gnu.org>
11161
11162 * gdb.texinfo (Hooks): Document the new post-hook functionality.
11163 From Steven Johnson <sbjohnson@ozemail.com.au>.
11164
11165 2000-08-10 Mark Kettenis <kettenis@gnu.org>
11166
11167 * gdbint.texinfo (Overall Structure): Spelling fix.
11168
11169 2000-08-10 Eli Zaretskii <eliz@gnu.org>
11170
11171 * gdbint.texinfo (Target Architecture Definition): Document that
11172 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
11173 for which REGISTER_CONVERTIBLE returns a zero value.
11174
11175 2000-07-08 Christopher Faylor <cgf@cygnus.com>
11176
11177 * Makefile.in (install-info): Find files to install in either the
11178 build or source directories (adapted from Makefile.am).
11179
11180 2000-07-07 Nicholas Duffek <nsd@redhat.com>
11181
11182 * stabs.texinfo: Fix spelling errors.
11183 (String Field): FILE-NUMBER starts from 0, not 1.
11184
11185 2000-07-05 Eli Zaretskii <eliz@gnu.org>
11186
11187 * refcard.tex: Remove \centerline from the blurb. Patch from
11188 Brian Youmans.
11189
11190 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11191
11192 * Makefile.in (install-info): Support installation from outside of
11193 the source directory. Reported by Mark Harig
11194 <markh@frazier.landmark.com>.
11195
11196 2000-06-20 J.T. Conklin <jtc@redback.com>
11197
11198 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11199
11200 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11201
11202 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11203 Generate using pdftex.
11204 (PDFTEX): Define.
11205 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11206 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11207 @contents at the start.
11208
11209 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11210
11211 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11212 Youmans.
11213
11214 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11215
11216 From Brian Youmans:
11217 * gdb.texinfo: Fix ``et al.''.
11218
11219 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11220
11221 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11222 loop.
11223
11224 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11225
11226 * configure: Regenerate.
11227
11228 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11229
11230 * Makefile.in (install-info): Run install-info on installed Info
11231 files.
11232
11233 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11234
11235 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11236 Andrew Cagney.
11237
11238 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11239
11240 * gdb.texinfo: Proofreading changes from Brian Youmans.
11241
11242 2000-05-01 Nick Duffek <nsd@cygnus.com>
11243
11244 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11245 startup sequence, minor edits.
11246
11247 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11248
11249 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11250 TeX.
11251
11252 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11253 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11254 like `n' and `s' which look weird. Convert some of the @kindex to
11255 @vindex, when they refer to variables, not commands.
11256
11257 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11258
11259 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11260
11261 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11262
11263 * Makefile.in (GDBMI_DIR): New variable.
11264 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11265 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11266 (gdbmi.texinfo): New target, for texi2roff.
11267 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11268 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11269
11270 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11271 gdbmi.texinfo.
11272 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11273 comment.
11274
11275 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11276
11277 * gdb.texinfo (Files): Update description of add-symbol-file
11278 command.
11279
11280 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11281
11282 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11283 prevents the build (and is generally a Bad Idea).
11284
11285 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11286
11287 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11288 a comma inside @var.
11289 (Command Files): Index markup changes from Dmitry Sivachenko
11290 <dima@Chg.RU>.
11291
11292 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11293
11294 * Makefile.in (LN_S): Define.
11295 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11296 invoke "ln -s" unless it is known to work.
11297
11298 * configure.in (AC_PROG_LN_S): Add.
11299
11300 2000-04-14 Jim Blandy <jimb@redhat.com>
11301
11302 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11303 section.
11304 (Target Conditionals): Document ADDRESS_TO_POINTER,
11305 POINTER_TO_ADDRESS.
11306
11307 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11308
11309 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11310 gdb-cfg.texi to get the value.
11311
11312 2000-04-10 Jim Blandy <jimb@redhat.com>
11313
11314 * gdbint.texinfo (Target Architecture Definition): Fix
11315 cross-references.
11316
11317 2000-04-08 Jim Blandy <jimb@redhat.com>
11318
11319 * gdbint.texinfo (Using Different Register and Memory Data
11320 Representations): New section.
11321 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11322 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11323 REGISTER_CONVERT_TO_RAW): Document.
11324
11325 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11326
11327 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11328 for acknowledgments.
11329
11330 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11331
11332 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11333 qThreadExtraInfo.
11334
11335 2000-03-28 J.T. Conklin <jtc@redback.com>
11336
11337 * gdb.texinfo: Clarify which remote debug protocol commands are
11338 required and which are optional.
11339
11340 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11341
11342 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11343 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11344 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11345 * annotate.texi: Update.
11346
11347 2000-03-28 Stan Shebs <shebs@apple.com>
11348
11349 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11350 expectation of additional changes before release), update
11351 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11352 node links, rephrase and/or shorten lines to fix formatting
11353 problem in both regular and @smallbook formats.
11354 * annotate.texi: Shorten lines in example, use smallexample
11355 consistently everywhere.
11356 * Makefile.in: Add comment about texinfo 4.0 html generation.
11357 (SFILES_INCLUDED): Add annotate.texi.
11358
11359 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11360
11361 * gdb.texinfo (Debugging Output): Added new section, documenting
11362 the "set/show debug" commands.
11363
11364 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11365
11366 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11367 entry.
11368
11369 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11370 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11371 @chapter and @node entries.
11372
11373 * gdb.texinfo: Link all top-level nodes.
11374
11375 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11376
11377 * Makefile.in (install-info): Create $(infodir) before installing
11378 files.
11379
11380 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11381
11382 From David Whedon <dwhedon@gordian.com>
11383 * gdbint.texinfo : Added paragraphs about command deprecation.
11384
11385 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11386
11387 * gdb.texinfo: Add documentation for the apropos command.
11388
11389 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11390
11391 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11392
11393 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11394
11395 * gdb.texinfo: Add white space to prevent overprinting in
11396 two places.
11397
11398 2000-03-17 Stan Shebs <shebs@apple.com>
11399
11400 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11401 <dima@Chg.RU>, also clarification of allowed content for
11402 string constants.
11403
11404 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11405
11406 * gdb.texinfo (main menu): Add Annotations.
11407 (File Options): Add @cindex entries for each command-line option.
11408 Document --epoch, --annotate, --async, --interpreter, --write,
11409 --statistics, and --version.
11410
11411 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11412 of GDB.
11413
11414 2000-02-23 Jim Blandy <jimb@redhat.com>
11415
11416 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11417
11418 2000-02-22 Jim Blandy <jimb@redhat.com>
11419
11420 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11421
11422 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11423
11424 * Makefile.in (diststuff): New target.
11425
11426 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11427
11428 * agentexpr.texi: Fix wording regarding Intel's IA-64
11429 architecture. [From Jim Wilson.]
11430
11431 2000-01-16 Tom Tromey <tromey@cygnus.com>
11432
11433 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11434 (Delete Breaks): Mention range arguments.
11435 (Disabling): Likewise.
11436
11437 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11438
11439 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11440
11441 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11442
11443 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11444 valid functions.
11445
11446 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11447
11448 * gdb.texinfo: Clarify regular expressions used in rbreak.
11449
11450 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11451
11452 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11453 MEMORY_REMOVE_BREAKPOINT): Document.
11454
11455 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11456
11457 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11458 offset re-using the DATA offset instead.
11459
11460 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11461
11462 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11463
11464 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11465
11466 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11467 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11468 typos.
11469
11470 * gdb.texinfo: Various minor wording and formatting improvements,
11471 mentions of additional command-line options.
11472
11473 1999-09-30 Fred Fish <fnf@cygnus.com>
11474
11475 * gdb.texinfo: Document additional forms of specifying section
11476 names and addresses for the add-symbol-file command.
11477
11478 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11479
11480 * gdbint.texinfo: Fix typo, add the word "have".
11481
11482 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11483
11484 * gdbint.texinfo (Target Architecture Definition): Document the
11485 SKIP_PERMANENT_BREAKPOINT macro.
11486
11487 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11488
11489 * gdb.texinfo: Fiks speling errers.
11490
11491 * gdb.texinfo: Fix uses of @multitable.
11492
11493 From Eli Zaretskii <eliz@gnu.org>:
11494 * gdb.texinfo: Include details specific to DOS host, clarify
11495 some confusing language, fix @ref/@xref/@pxref usages, add
11496 comments about using with optimization, add more indexing,
11497 fix info about disassembly-flavor.
11498
11499 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11500
11501 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11502 SKIP_SOLIB_RESOLVER): Define.
11503
11504 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11505
11506 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11507 ``g'' packets.
11508
11509 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11510
11511 * gdb.texinfo: Create a new "Configurations" chapter with
11512 platform-specific info, inline remote.texi and move sections of it
11513 into the new chapter, move bits about info proc, heuristic search,
11514 and register stack into the new chapter.
11515 * remote.texi: Remove, now part of gdb.texinfo.
11516 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11517
11518 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11519
11520 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11521 GDB_TARGET_IS_MACH386): These kludges have gone away.
11522
11523 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11524
11525 * gdbint.texinfo (Target Architecture Definition): Mention
11526 TDEPLIBS.
11527
11528 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11529
11530 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11531 surrounding text to fit HP-UX bits into general info.
11532 (HPPA-cfg.texi): Remove, no longer useful.
11533
11534 * gdb.texinfo: Remove explicit links from @node lines, remove
11535 HP-added "Detailed Node Listing" from main menu which confuses
11536 things.
11537
11538 From Dmitry Sivachenko <dima@Chg.RU>:
11539 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11540 in description of `set environment'.
11541
11542 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11543
11544 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11545
11546 1999-08-12 Ben Elliston <bje@cygnus.com>
11547
11548 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11549
11550 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11551
11552 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11553 watch, awatch, and rwatch. Explain why the latter two cannot be
11554 set as software watchpoints. Document that watchpoints for local
11555 variables are deleted when the debuggee terminates.
11556
11557 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11558
11559 * remote.texi (Protocol): Further clarification of the "qRcmd"
11560 packet. Allow E.. response packet. "qRcmd" packet is no longer
11561 reserved.
11562
11563 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11564
11565 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11566 * gdb.texinfo: Ditto.
11567
11568 1999-08-06 Tom Tromey <tromey@cygnus.com>
11569
11570 * gdb.texinfo (KOD): New node.
11571
11572 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11573
11574 * remote.texi (Rcmd): Fix minor formatting typos.
11575
11576 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11577
11578 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11579 packets.
11580
11581 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11582
11583 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11584 fixes.
11585
11586 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11587
11588 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11589
11590 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11591
11592 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11593 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11594 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11595 packets that are not supported on all hosts. Expand examples.
11596 Spell check.
11597
11598 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11599
11600 * Makefile.in: Recognize html, install-html. Add targets
11601 to build HTML versions of documentation via texi2html.
11602
11603 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11604
11605 * gdbint.texinfo (Testsuite): New chapter, information about the
11606 testsuite.
11607
11608 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11609
11610 * remote.texi (Communication Protocol): Rewrite.
11611
11612 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11613
11614 * stabs.texinfo: Fix uses of xref.
11615
11616 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11617
11618 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11619 info about patch submission.
11620
11621 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11622
11623 From Per Bothner <bothner@cygnus.com>:
11624 * gdb.texinfo: Document Chill support.
11625
11626 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11627
11628 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11629 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11630 Document that the value should be greater-than or equal-to zero.
11631 (NO_STD_REGS): Document. Deprecate.
11632
11633 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11634
11635 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11636 Document that these are not used.
11637
11638 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11639
11640 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11641
11642 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11643
11644 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11645 numargs was dropped.
11646
11647 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11648
11649 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11650
11651 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11652
11653 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11654 Update.
11655
11656 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11657
11658 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11659 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11660
11661 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11662
11663 * gdbint.texinfo: Fix typos: $ -> @.
11664
11665 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11666
11667 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11668 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11669 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11670 BREAKPOINT_FROM_PC.
11671
11672 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11673
11674 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11675 CALL_DUMMY_STACK_ADJUST): Document.
11676
11677 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11678
11679 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11680 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11681
11682 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11683
11684 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11685 longer exists.
11686
11687 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11688
11689 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11690 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11691 they make the manual source incomprehensible.
11692 * h8-cfg.texi: Remove, hasn't been used in years.
11693
11694 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11695
11696 * gdb.texinfo: Update the credits.
11697
11698 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11699
11700 * gdb.texinfo: Fix mistakes noticed in printout of last
11701 draft, add Alpha to discussion of heuristic fence post.
11702
11703 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11704
11705 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11706 Edition, merge some HP changes into mainline, describe some
11707 previously undocumented features, describe more of the target
11708 commands available, eliminate obsolete section on renamed
11709 commands.
11710 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11711
11712 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11713
11714 * gdb.texinfo: Make many HPPA conditionals unconditional,
11715 including catchpoint description, since now on for all configs.
11716 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11717 specializations.
11718
11719 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11720
11721 * Makefile.in (GDBvn.texi): Fix match expression to work with
11722 current format of VERSION in gdb/Makefile.in.
11723 * gdb.texinfo: Fix node ref to match new readline.
11724
11725 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11726
11727 * gdb.texinfo: Changes made as part of a project to merge in
11728 changes made by HP. Documentation makes extensive use of
11729 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11730 on remote debugging. There are differences in documentation
11731 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11732 the HP manual discusses catchpoints, hardware watchpoints, and
11733 some HPUX specific limitations for shared library support.
11734
11735 There are also a number of @node changes.
11736
11737 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11738
11739 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11740 (C Usage): Same.
11741
11742 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11743
11744 The following changes were made by Edith Epstein
11745 <eepstein@cygnus.com> as part of a project to merge in changes
11746 made by HP.
11747
11748 * HPPA-cfg.texi: new file.
11749
11750 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11751
11752 * refcard.tex: change documentation about catch.
11753 removed info catch.
11754
11755 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11756
11757 * gdbint.texinfo: Expand on GDB's coding standards,
11758 specify the use of arg names with prototypes.
11759
11760 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11761
11762 * gdb.texinfo: Fix tipo.
11763
11764 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11765
11766 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11767 TARGET_BYTE_ORDER_SELECTABLE_P.
11768
11769 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11770
11771 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11772
11773 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11774
11775 * agentexpr.texi: New file.
11776
11777 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11778
11779 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11780
11781 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11782
11783 * remote.texi: Changed wording that implied that the GDB remote
11784 protocol caches register values instead of GDB itself.
11785
11786 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11787
11788 * gdbint.texinfo: Add some info about symbol readers.
11789 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11790 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11791 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11792 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11793
11794 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11795
11796 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11797
11798 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11799
11800 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11801
11802 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11803
11804 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11805 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11806
11807 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11808
11809 * gdbint.texinfo: Fix minor typos.
11810
11811 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11812
11813 * gdbint.texinfo: Complete overhaul. Group descriptions more
11814 logically, add more info on generic algorithms, remove much
11815 obsolete and/or wrong material.
11816
11817 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11818
11819 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11820
11821 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11822
11823 * refcard.tex: Copyright, address updates.
11824
11825 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11826
11827 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11828 for the edition instead of confusing GDB-version-like numbers.
11829
11830 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11831
11832 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11833
11834 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11835
11836 * LRS: Reformat a bit to keep text under 80 columns.
11837
11838 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11839
11840 * gdb.texinfo: Add some credits, mention bug monitor.
11841 * remote.texi: Mention mips monitor targets.
11842 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11843
11844 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11845
11846 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11847 files, finish sorting of host vs target vs native macros, describe
11848 some more of them.
11849
11850 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11851
11852 * gdbint.texinfo (Host Conditionals): Document change from
11853 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11854
11855 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11856
11857 * gdbint.texinfo (Host Conditionals): Document
11858 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11859
11860 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11861
11862 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11863 Document LSEEK_NOT_LINEAR.
11864
11865 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11866
11867 * stabs.texinfo (Stab Section Basics): Make it clear that only
11868 some versions of the GNU linker remove the leading N_UNDF symbol.
11869
11870 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11871
11872 * stabs.texinfo (String Field): Document type number pairs here,
11873 instead of in the Sun specific section.
11874 (Include Files): The GNU linker supports the N_BINCL
11875 optimization. Clarify the N_BINCL value, and what it is used
11876 for.
11877 (Procedures): Document N_FUN with an empty string to mark the end
11878 of a function.
11879 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11880 (Sun Differences): Remove this node, as the information is now
11881 elsewhere in the main document.
11882 (Stab Section Basics): Mention that the GNU linker may optimize
11883 stabs and remove the leading N_UNDF symbol.
11884
11885 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11886
11887 * gdb.texinfo, refcard.tex: Restore author credit
11888
11889 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11890
11891 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11892 documentation to account for START and END macros taking
11893 one arg.
11894
11895 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11896
11897 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11898 * gdb.texinfo (Frames): Fix typo.
11899
11900 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11901
11902 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11903 a target_signal as arg type, not a pid.
11904
11905 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11906
11907 * gdb.texinfo: Document `set assembly-language'.
11908
11909 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11910
11911 * remote.texi: Update list of stubs in the GDB distribution.
11912
11913 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11914
11915 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11916 Also document that some systems can use mmalloc but must define
11917 this if their C runtime allocates memory that is later freed.
11918 (MMCHECK_FORCE): Document new macro.
11919
11920 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11921
11922 * remote.texi: Add documentation for target Sparclet.
11923
11924 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11925
11926 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11927 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11928 * configure.in: Rewritten for autoconf.
11929 * configure: New.
11930
11931 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11932
11933 * Makefile.in (DVIPS): New define, set to dvips.
11934 (dvi): Add stabs.dvi.
11935 (ps): New target.
11936 (all-doc): Depend on info, dvi, and ps targets.
11937 (STAGESTUFF): Add *.ps and *.dvi files.
11938 (clean-info, clean-dvi): Remove.
11939 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11940 rules completely rewritten.
11941 (maintainer-clean): Remove clean-info and clean-dvi
11942 dependencies and put their actions in the rules.
11943 (gdb.ps): New target
11944 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11945 intermediate TeX files, whether they have 2 or 3 character
11946 extensions.
11947 (gdbint.ps): Add target and rules.
11948 (gdb-internals): Delete unused target.
11949 (Makefile): Depends upon config.status also.
11950
11951 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11952
11953 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11954 set.
11955
11956 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11957
11958 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11959 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11960
11961 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11962
11963 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11964
11965 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11966
11967 * gdb.texinfo (Print settings): Document
11968 `set/show print static-members' commands.
11969
11970 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11971
11972 * gdbint.texinfo (Native): Document name change, coredep.c to
11973 core-aout.c.
11974
11975 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11976
11977 * stabs.texinfo (Include Files): Document the values the SunOS4
11978 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11979
11980 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11981
11982 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11983 Fix typo.
11984
11985 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11986
11987 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11988 "gdb.tar.Z".
11989
11990 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11991
11992 * Makefile.in (maintainer-clean): New target, synonym for
11993 realclean.
11994
11995 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11996
11997 * Update all FSF addresses except those in COPYING* files.
11998
11999 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12000
12001 From Richard Earnshaw (rearnsha@armltd.co.uk):
12002 * gdb.texinfo (convenience variables): Document $_exitcode.
12003 (quit): Document optional expression to use as exit code.
12004
12005 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
12006
12007 * gdb.texinfo, remote.texi: Brought up to date with various
12008 GDB changes.
12009
12010 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12011
12012 * gdb.texinfo: Update dates and versions, fix comments about
12013 hardware watchpoints in future releases and about the
12014 sharedlibrary command.
12015
12016 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12017
12018 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
12019 C_FUN stab. Other cleanups.
12020
12021 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12022
12023 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
12024 for the sparc stub.
12025
12026 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12027
12028 * annotate.texi: Clarify which addresses have differing formats
12029 depending on the language and which do not.
12030
12031 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12032
12033 * remote.texi (NetWare): Changed example to use BOARD= instead of
12034 NODE= argument to reflect correspoding change to gdbserve.nlm.
12035
12036 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12037
12038 * stabs.texinfo (Negative Type Numbers): Mention the fact that
12039 GDB, as well as AIX dbx, supports the size type attribute.
12040
12041 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12042
12043 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
12044
12045 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
12046
12047 * gdb.texinfo (Define): Document $arg0... arguments to commands,
12048 and new 'if' and 'while' commands.
12049
12050 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
12051
12052 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
12053
12054 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12055
12056 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
12057 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
12058 NetWare targets. Mostly stolen from the Server node.
12059
12060 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12061
12062 * gdb.texinfo (Setting): Talk about the language of a source file
12063 versus the working language. The old documentation did not match
12064 what GDB did.
12065
12066 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12067
12068 * stabs.texinfo (Source Files): Document N_SO used to mark the end
12069 of a source file.
12070
12071 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12072
12073 * gdb.texinfo (Processes): New node.
12074
12075 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
12076
12077 * remote.texi: Update documentation of set/show mipsfpu.
12078
12079 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
12080
12081 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
12082 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
12083
12084 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
12085
12086 * gdbint.texinfo: Removed mentions of some incorrectly placed and
12087 obsolete conditionals, described some others.
12088
12089 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12090
12091 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
12092 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
12093
12094 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
12095
12096 * gdbint.texinfo: Put regex conditionals in their own table.
12097
12098 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
12099
12100 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
12101 described or fixed the descriptions of many others.
12102
12103 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
12104
12105 * gdb.texinfo: Add some more credits.
12106 * gdbint.texinfo: Capitalize GDB consistently, describe some
12107 macros and remove some.
12108
12109 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12110
12111 * gdbint.texinfo: Removed mentions of many incorrectly placed and
12112 obsolete conditionals, described some others.
12113
12114 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12115
12116 * gdb.texinfo (help targets): Changed to `help target', which
12117 is the correct gdb command.
12118
12119 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12120
12121 * annotate.texi (TODO): New node, for keeping track of annotations
12122 suggested but not yet implemented.
12123
12124 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12125
12126 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
12127 another symbol, it is not the address itself.
12128
12129 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
12130
12131 * stabs.texinfo (Stab Section Basics): Add comment about alignment
12132 of stabs-in-coff sections.
12133
12134 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12135
12136 * annotate.texi: Change edition to 0.5 and date to May 1994.
12137 Add index.
12138 (Frames): New node, for frame annotation.
12139 (Displays): New node, for display annotation.
12140
12141 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
12142 when waiting for your program to stop.
12143
12144 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12145
12146 * annotate.texi (Breakpoint Info): Document annotation of header
12147 fields and record annotation.
12148
12149 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12150
12151 * annotate.texi: New file, to document annotations.
12152
12153 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12154
12155 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
12156 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
12157
12158 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12159
12160 * stabs.texinfo (Stab Section Basics): Say what is in .stab
12161 section, and say n_strx field is compilation unit relative.
12162 * stabs.texinfo: Don't use @code for a.out when it is the name of
12163 an object file format.
12164
12165 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12166
12167 * gdb.texinfo: Refer to file names, not path names, per rms
12168 convention.
12169 (Arguments): Fix typo.
12170
12171 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12172
12173 * stabs.texinfo (Global Variables): Talk about stabs in files
12174 where variables are referenced, but not defined.
12175
12176 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12177
12178 * stabs.texinfo: Move stuff on @ and # type descriptors from node
12179 Cplusplus to new nodes Member Type Descriptor and Method Type
12180 Descriptor. Re-write stuff for #.
12181
12182 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12183
12184 * gdb.texinfo (Print Settings): Don't document "set print
12185 fast-symbolic-addr off". The bug which it worked around was fixed
12186 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12187
12188 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12189 N_ENTRY node.
12190
12191 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12192
12193 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12194
12195 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12196 references to ieee-float.c.
12197
12198 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12199
12200 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12201 match what the code actually does.
12202
12203 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12204
12205 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12206
12207 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12208
12209 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12210 i, and b.
12211
12212 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12213
12214 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12215 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12216 as "stabs in sections" rather than just saying "ELF and SOM".
12217 Also make that stuff apply to COFF.
12218
12219 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12220
12221 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12222 Ghostscript.
12223
12224 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12225
12226 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12227 versus functions without line numbers, also mention stepping into
12228 them as well as "step" when you are in them. Tell the user how to
12229 deal with the situation. Add comment about "debugging information".
12230
12231 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12232
12233 * stabs.texinfo (Enumerations): Document restriction on where
12234 enumeration types can appear and still win with GDB.
12235
12236 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12237
12238 * stabs.texinfo (Negative Type Numbers): Document format for type
12239 -16.
12240
12241 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12242
12243 * gdb.texinfo (Selection, Frame Info): Update information about
12244 arbitrary frame specficiations.
12245
12246 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12247
12248 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12249
12250 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12251
12252 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12253
12254 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12255
12256 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12257
12258 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12259
12260 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12261 Differences node to Statics node.
12262 (Statics): Discuss XCOFF use of V symbol descriptor.
12263
12264 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12265 not clean.
12266
12267 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12268
12269 * gdb.texinfo (Print Settings): Document `set print
12270 fast-symbolic-addr' and improve the doc for some other
12271 `set print's.
12272
12273 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12274
12275 * stabs.texinfo (String Field): Talk about defining several type
12276 numbers at once.
12277 Fix lint regarding changing node ELF Transformations to
12278 ELF and SOM Transformations.
12279
12280 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12281
12282 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12283
12284 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12285
12286 * stabs.texinfo (Cross-References): `::' is for nested types only
12287 within <>.
12288 (Structures): Document static members.
12289
12290 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12291
12292 * stabs.texinfo: Document S type attribute.
12293
12294 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12295
12296 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12297
12298 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12299
12300 * gdbint.texinfo: Fix a few typos.
12301
12302 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12303
12304 * gdb.texinfo, remote.texi: formatting improvements
12305
12306 * gdb.texinfo (New Features): mention threads.
12307 (Summary, C): fix xrefs in newly contributed text.
12308 (Threads): index entries, clarifications, example
12309 (passim): minor typos fixed, phrasing improvements
12310
12311 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12312 entries; (Server): explain use of gdbserver w/real-time systems,
12313 add example of conflicting TCP port; (MIPS Remote) break up
12314 running text into table, highlighting commands, and add example.
12315
12316 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12317
12318 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12319
12320 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12321
12322 * stabs.texinfo (Nested Symbols): New node.
12323 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12324
12325 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12326
12327 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12328 to picking which Bbss.bss symbol to use, and (because there seems to
12329 be no good way of doing it) re-write some of the text to make it
12330 sound like Bbss.bss isn't such a great idea after all (as currently
12331 designed).
12332
12333 * gdb.texinfo (C): In addition to saying people have to use g++ for
12334 good results, say they have to use stabs. Specifically say cfront
12335 doesn't work well.
12336 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12337 the gdb README. Add xrefs to places where the support for the various
12338 languages is described in detail.
12339
12340 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12341
12342 * stabs.texinfo: Clean up stuff about visibility and virtual
12343 characters.
12344
12345 * stabs.texinfo (N_M2C): Cite Sun doc.
12346
12347 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12348
12349 * gdb.texinfo: updates re threads.
12350 * remote.texinfo: avoid index entries starting with digits.
12351
12352 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12353
12354 * stabs.texinfo (Enumerations): Talk about large, negative and
12355 octal values. Clean up cross reference to type attributes.
12356 (String Field): Say that GDB 4.11 supports size attribute.
12357
12358 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12359
12360 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12361 is a mandatory step. Make the stuff about that more concise.
12362
12363 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12364
12365 * stabs.texinfo (Class Names): New node.
12366
12367 * gdb.texinfo (Command Files): Explain order of init file reading.
12368
12369 * remote.texi (Bootstrapping): Talk about getting the serial driver
12370 to deal with ^C sent by gdb to stop the remote system.
12371
12372 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12373
12374 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12375
12376 * libgdb.texinfo (Defining Commands): made the DOC arg
12377 to gdb_define_app_command a char * instead of char **
12378 per a suggestion from kingdon.
12379
12380 * libgdb.texinfo: total rewrite from a different starting
12381 premise.
12382
12383 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12384
12385 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12386 floats passed as doubles (to improve clarity).
12387
12388 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12389
12390 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12391
12392 * a4rc.sed: update to work with Andreas Vogel papersize params
12393
12394 * refcard.tex: use Andreas Vogel simplifications of papersize
12395 params; remove useless version info; update copyright date.
12396
12397 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12398
12399 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12400
12401 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12402
12403 * gdb.texinfo (Files): Say what address the load command loads it at.
12404
12405 * stabs.texinfo (Common Blocks): Minor cleanups.
12406
12407 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12408 that Sun has backed away from the linker kludge and thus the relevant
12409 issue is changes to the SunPRO tools, not the Solaris linker.
12410
12411 * stabs.texinfo (Traditional Integer Types): Clean up description
12412 of octal bounds a little bit. Document extra leading zeroes.
12413
12414 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12415
12416 * gdb.texinfo (Signaling): Update for symbolic symbol names
12417 and add a section explaining the difference between the GDB
12418 signal command and the shell kill utility.
12419
12420 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12421
12422 * libgdb.texinfo: added `@' to braces that were unescaped.
12423
12424 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12425
12426 * libgdb.texinfo: new file. Spec for the gdb library.
12427
12428 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12429
12430 * stabs.texinfo (Include Files): Fix typo (start -> end).
12431
12432 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12433
12434 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12435 from Melissa at FSF's editing pass.
12436
12437 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12438
12439 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12440 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12441 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12442
12443 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12444
12445 * remote.texi (Bootstrapping): Discuss 386 call gates.
12446
12447 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12448
12449 * stabs.texinfo (Based Variables): New node.
12450
12451 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12452
12453 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12454 names, sizes, and formats to suggest how not to lose.
12455
12456 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12457
12458 * stabs.texinfo (Methods): Fix typo.
12459
12460 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12461
12462 * gdb.texinfo: Fix a few typos.
12463
12464 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12465
12466 * gdb.texinfo: Clarify how well it works with Fortran.
12467
12468 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12469 More on relocating stabs in ELF files.
12470
12471 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12472
12473 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12474
12475 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12476
12477 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12478 parameters on VAX.
12479
12480 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12481
12482 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12483
12484 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12485
12486 * stabs.texinfo: Make info author notice match the TeX author notice.
12487
12488 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12489
12490 * stabs.texinfo: Initial-caps all words in node names and
12491 non-trivial words in section names.
12492
12493 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12494
12495 * stabs.texinfo: Many minor cleanups.
12496
12497 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12498
12499 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12500
12501 * stabs.texinfo: Remove full description of big example.
12502 It's not really helpful; just use pieces of it where appropriate.
12503 Add more Texinfo formatting directives (@samp, etc.).
12504 Use @deffn to define stab types.
12505 Eliminate some wordiness. Break up some nodes.
12506 Add an (alphabetized) index of symbol types.
12507 Use consistent capitalization style in node and section names.
12508
12509 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12510
12511 * gdb.texinfo: Change typo "Two two" to "The two".
12512
12513 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12514
12515 * stabs.texinfo (XCOFF-differences): Remove references to
12516 non-existent types N_DECL and N_RPSYM.
12517
12518 * stabs.texinfo (String Field): Say that type attributes bug is
12519 fixed in GDB 4.10, since it is.
12520
12521 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12522
12523 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12524
12525 * stabs.texinfo: Formatting cleanups.
12526
12527 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12528
12529 * stabs.texinfo: When explaining the n_type of a stab, standardize
12530 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12531 no tabs, use @r).
12532 (Global Variables): Clean up.
12533
12534 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12535
12536 * stabs.texinfo (Stack Variables): Re-write.
12537
12538 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12539
12540 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12541 addresses of a source file. Also revise formatting.
12542 Change "object module" or "object file" to "source file".
12543 Various: Miscellaneous cleanups.
12544
12545 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12546
12547 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12548
12549 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12550
12551 * gdbint.texinfo: Removed many nonsensical machine-collected
12552 host and target conditionals, described some of the remainder.
12553
12554 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12555
12556 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12557
12558 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12559 paragraph which follows.
12560
12561 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12562 variables. Looks better and avoids overful hbox.
12563
12564 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12565
12566 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12567
12568 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12569
12570 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12571 retransmit-timeout
12572
12573 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12574
12575 * gdbint.texinfo: Update statement about `some ancient Unix
12576 systems, like Ultrix 4.0' to Ultrix 4.2.
12577
12578 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12579
12580 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12581
12582 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12583
12584 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12585 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12586
12587 * remote.texi: new name for former gdbinv-s.texi
12588
12589 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12590
12591 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12592
12593 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12594 variables for MIPS remote debugging protocol.
12595
12596 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12597
12598 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12599
12600 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12601
12602 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12603
12604 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12605
12606 * gdb.texinfo: repair conditional bugs in text markup
12607
12608 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12609
12610 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12611 to select Modula-2 material.
12612
12613 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12614
12615 * stabs.texinfo: Cleanups regarding statics.
12616
12617 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12618 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12619
12620 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12621
12622 * stabs.texinfo: N_MAIN is sometimes used for C.
12623
12624 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12625
12626 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12627
12628 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12629
12630 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12631 removed from the code by Kingdon.
12632
12633 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12634
12635 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12636 input when evaluating breakpoint conditions; the bug has been fixed.
12637
12638 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12639 sets the ignore count to N-1, not to N.
12640
12641 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12642
12643 * refcard.tex (\hoffset): correct longstanding error to match
12644 intended offset; avoids cutting off edge on some printers
12645
12646 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12647
12648 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12649
12650 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12651
12652 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12653
12654 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12655
12656 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12657 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12658 collect sed edits if any, apply to refcard before formatting;
12659 (refcard.ps) stop implying PS fonts if PS output requested;
12660 (lrefcard.ps) delete extra target for variant PS fonts
12661
12662 * refcard.tex: parametrize papersize dependent info, collect
12663 in easily replaced spot
12664
12665 * a4rc.sed: new file, edits to refcard for A4 paper
12666
12667 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12668
12669 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12670
12671 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12672
12673 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12674
12675 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12676
12677 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12678 politely rather than rudely.
12679
12680 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12681
12682 * stabs.texinfo: Document common blocks.
12683
12684 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12685
12686 * stabs.texinfo: Add some basic info about stabs-in-elf.
12687
12688 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12689
12690 * stabs.texinfo (Top): Minor cleanup.
12691
12692 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12693
12694 * Makefile.in (install-info): remove parentdir support
12695
12696 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12697
12698 * gdb.texinfo (Copying): delete this node and references to it;
12699 RMS says this manual need not carry GPL. (passim): Improvements
12700 from last round at FSF, largely due to Ian Taylor review, and
12701 minor formatting improvements.
12702
12703 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12704 largely due to Ian Taylor review. (Debug Session): minor edits to
12705 new text.
12706
12707 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12708
12709 * Makefile.in (realclean): Remove info and dvi files too.
12710
12711 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12712
12713 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12714 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12715 * gdb.texinfo: Change accordingly.
12716
12717 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12718 N_{L,R}BRAC,N_SLINE are relative to.
12719
12720 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12721
12722 * Makefile.in (GDBvn.texi): Update atomically.
12723
12724 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12725
12726 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12727
12728 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12729
12730 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12731 addresses together. Also motivate the set print symbol-filename
12732 command and suggest other solutions.
12733
12734 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12735
12736 * gdb.texinfo (set print elements): Note that the number of
12737 elements is set to unlimited by "set print elements 0".
12738
12739 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12740
12741 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12742 NF_LDOUBLE means.
12743 (Stab Types): Include Solaris stab types.
12744 (Procedures): Document Solaris extensions.
12745
12746 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12747
12748 * gdb.texinfo: Add `set print symbol-filename' doc.
12749
12750 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12751
12752 * stabs.texinfo (Arrays): Talk about type definition vs. type
12753 information.
12754
12755 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12756 the trailing semicolon.
12757
12758 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12759
12760 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12761 and merge in other parts of the document addressing these subjects.
12762 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12763
12764 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12765 at the end of a range type.
12766
12767 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12768 AIX extensions.
12769
12770 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12771
12772 * stabs.texinfo (Stabs Format): Misc fixes.
12773
12774 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12775
12776 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12777 (Traditional builtin types): Document convex convention for long long.
12778 (Negative builtin types): Discuss type names, and misc fixes.
12779
12780 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12781
12782 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12783 point types used with @samp{R} type descriptor.
12784 (Symbol Descriptors): Describe how to handle conflict between
12785 different meanings of @samp{P} symbol descriptor.
12786
12787 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12788
12789 * stabs.texinfo: Remove node Quick Reference and put its children
12790 directly under the main menu.
12791
12792 * stabs.texinfo: Many more changes to bring it into line with
12793 AIX documentation and reality. I think it now has all the
12794 information from the AIX documentation, except that I burned
12795 out when I got to variant records (Pascal and Modula-2) and
12796 all the COBOL types. Oh well, we can add them later when we're
12797 worrying more about those languages.
12798
12799 * stabs.texinfo (Automatic variables): Talk about what it means
12800 to omit the symbol descriptor.
12801
12802 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12803
12804 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12805 gcc2 behavior with promoted args.
12806
12807 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12808
12809 * gdb.texinfo: include readline appendices in info version of manual
12810
12811 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12812
12813 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12814 target remote.
12815
12816 * gdb.texinfo (Machine Code): more index entries for disassemble
12817
12818 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12819
12820 * Clarify the intended use of the gdb-testers and gdb-patches
12821 mailing lists, and shrink gzip comment.
12822
12823 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12824
12825 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12826 DOSHOST configuration of manual.
12827
12828 * gdb.texinfo (MIPS Stack): new node.
12829
12830 * all-config.texi (MIPS) new switch.
12831
12832 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12833 tense; (MIPS Remote) new node.
12834
12835 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12836 bug; (Environment) less passive, other small cleanups in text about
12837 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12838 (Remote) new MIPS Remote menu entry.
12839
12840 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12841
12842 * stabs.texinfo: Many changes to include information from the
12843 AIX documentation.
12844
12845 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12846
12847 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12848
12849 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12850 Move a bunch of information from ../README.
12851 (Getting Started): New node.
12852
12853 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12854
12855 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12856
12857 * gdb.texinfo: advance manual revision dates to present
12858
12859 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12860 stop using silly Roman numerals in @set variable names
12861
12862 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12863
12864 * stabs.texinfo (Parameters): Keep trying to get this right.
12865
12866 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12867
12868 * stabs.texinfo (Parameters): More on "local parameters".
12869
12870 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12871
12872 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12873
12874 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12875
12876 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12877 (Parameters): Rewrite.
12878 (xcoff-differences, Sun-differences): Minor changes.
12879
12880 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12881
12882 * stabs.texinfo: Minor cleanup.
12883
12884 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12885
12886 * gdbint.texinfo: Minor xcoff stuff.
12887
12888 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12889
12890 * gdbint.texinfo: Update for new config directory structure.
12891 Add info about internal type data structures.
12892
12893 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12894
12895 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12896 $(srcdir).
12897 (gdb-config.texi): Depend on file in $(srcdir).
12898
12899 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12900
12901 * stabs.texinfo: Fixes about N_SO.
12902
12903 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12904
12905 * gdb.texinfo: include list of nonstandard init file names
12906
12907 * *-config.texi: new switch GENERIC for text that applies *only*
12908 to (usual) multiple-target version of manual
12909
12910 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12911 h8 config
12912
12913 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12914 in menus (rather than conditionally selected multiple alternative
12915 menus).
12916
12917 * Makefile.in: define and use DOC_CONFIG var to select
12918 configuration for GDB user manual.
12919
12920 * gdb-config.texi: delete from repository, generate from Makefile.
12921
12922 * all-config.texi: normal `generic' configuration file, formerly
12923 stored as gdb-config.texi
12924
12925 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12926
12927 * Makefile.in: add dvi target to build all .dvi files
12928
12929 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12930
12931 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12932
12933 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12934
12935 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12936 host conditionals.
12937 * stabs.texinfo: More array fixes inspired by Jim's.
12938
12939 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12940
12941 * stabs.texinfo: Fixes re arrays and continuations.
12942
12943 * gdbint.texinfo: Add XCOFF node.
12944
12945 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12946
12947 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12948
12949 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12950
12951 * stabs.texinfo: Fix for array types to mention lower bounds.
12952
12953 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12954
12955 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12956
12957 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12958
12959 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12960
12961 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12962
12963 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12964 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12965
12966 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12967
12968 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12969
12970 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12971
12972 * gdb.texinfo, gdbinv-s.texi: misc updates
12973
12974 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12975
12976 * gdbint.texinfo: Brief documentation for longjmp support,
12977 from an email msg by Stu.
12978
12979 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12980
12981 * stabs.texinfo: Fix description of floating point "range"
12982 types (which really define basic types). Reported by Jim Meehan,
12983 <meehan@src.dec.com>.
12984
12985 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12986
12987 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12988
12989 * gdbint.texinfo: Slightly expand section on supporting a new
12990 object file format.
12991
12992 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12993
12994 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12995 intermediate file.
12996
12997 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12998
12999 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
13000
13001 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
13002
13003 * gdbinv-s.texi: z8000 simulator target name is just "sim"
13004
13005 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
13006 as well as Z8002.
13007
13008 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
13009
13010 * gdbint.texinfo: Add sections on clean design and on how to send
13011 in changes.
13012
13013 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
13014
13015 * gdbint.texinfo: Add how to declare the result of make_cleanup.
13016
13017 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
13018
13019 * gdb.texinfo: Fix typo, reported by Karl Berry.
13020
13021 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
13022
13023 * gdb.texinfo: Add opcodes dir to GDB distribution description.
13024
13025 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13026
13027 * gdbint.texinfo: fixed a stray email address (needs @@),
13028 added @table @code to node "Native Conditionals"
13029
13030 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
13031
13032 * gdbint.texinfo: Describe coding style of GDB.
13033
13034 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
13035
13036 * stabs.texinfo: Minor wording changes.
13037
13038 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
13039
13040 * gdbint.texinfo: Improve release doc slightly.
13041
13042 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
13043
13044 * gdbint.texinfo: Improve doc of GDB config macros.
13045
13046 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
13047
13048 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
13049 These will be reinserted when examined.
13050
13051 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
13052
13053 * gdbint.texinfo: Make a start at documenting all the #if macros
13054 in GDB. At least list them all, and start separating them into
13055 host-specific and target-specific.
13056
13057 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13058
13059 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
13060 examples (not consistent w others).
13061 gdb.texinfo: issue disclaimer paragraph on cmdline options only
13062 for generic vn of doc
13063
13064 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
13065
13066 * Makefile.in: always create installation directories.
13067
13068 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13069
13070 * gdb.texinfo: in h8 config, do not describe searching commands.
13071
13072 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13073
13074 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
13075 conditionals; introduce a few generic switches that may be
13076 useful for other cross-dev or dos-hosted configs.
13077
13078 * gdb.texinfo: fix typo in "info reg" description
13079
13080 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
13081
13082 * stabs.texinfo: Minor updates from running TeX over it.
13083 * Makefile.in (stabs.dvi, stabs.ps): Add.
13084
13085 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
13086
13087 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
13088 First pass at converting it to texinfo.
13089
13090 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
13091
13092 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
13093 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
13094
13095 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
13096
13097 * gdbint.texinfo: Add section on partial symbol tables.
13098
13099 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
13100
13101 * gdb.texinfo: document `set remotedebug' and `set
13102 rstack_high_address'.
13103
13104 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
13105
13106 * gdb.texinfo: slight expansion of new text on reading info files
13107 * gdbinv-s.m4.in: correct and expand info on cross-debugging
13108 H8/300 from DOS.
13109
13110 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
13111
13112 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
13113
13114 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
13115
13116 * gdb.texinfo: Say how to read the `info' files.
13117
13118 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
13119
13120 * Makefile.in: gm4 -> m4.
13121
13122 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
13123
13124 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
13125 Documentation' ahead of `Installing GDB' to match README.
13126 Update shared library doc, -readnow and -mapped, and directory
13127 structure (add glob and mmalloc). Update configure doc.
13128
13129 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
13130
13131 * Makefile.in: remove $(srcdir) from gdb.info rule.
13132
13133 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
13134
13135 * Makefile.in: commented out gdb-all.texinfo rule. This is
13136 temporary.
13137
13138 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
13139
13140 * Makefile.in, configure.in: removed traces of namesubdir,
13141 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
13142 copyrights to '92, '13, changed some from Cygnus to FSF.
13143
13144 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
13145
13146 * gdb.texinfo: Improve how we ask for bug reports.
13147
13148 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13149
13150 * Makefile.in: infodir belongs in datadir.
13151
13152 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13153
13154 * Makefile.in: remove spaces following hyphens, bsd make can't
13155 cope. install using INSTALL_DATA. added clean-info. added
13156 standards.text support.
13157
13158 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13159
13160 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13161 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13162 and mandir now keyed off datadir by default.
13163
13164 \f
13165 Local Variables:
13166 mode: change-log
13167 left-margin: 8
13168 fill-column: 74
13169 version-control: never
13170 coding: utf-8
13171 End: