NEWS and documentation for info sources [-dirname | -basename] [--] [REGEXP].
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.texinfo (Symbols): Document new args -dirname and -basename
4 of "info sources" command.
5
6 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7
8 * python.texi (Symbols In Python): Document new function
9 gdb.lookup_static_symbol.
10
11 2019-07-29 Christian Biesinger <cbiesinger@google.com>
12
13 * python.texi (Objfiles In Python): Document new functions
14 Objfile.lookup_{global,static}_symbol.
15
16 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17
18 * gdb.texinfo (Backtrace): Document the new '-frame-info'
19 backtrace option. Reference 'set print frame-info'.
20 (Print Settings): Document 'set|show print frame-info'.
21 Document new 'presence' value for 'set print frame-arguments.
22
23 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * gdb.texinfo (Symbols): Add information about -q flag to "info
26 types".
27
28 2019-07-20 Kevin Buettner <kevinb@redhat.com>
29
30 * python.texi (python command): Revise example to match
31 command behavior.
32
33 2019-07-09 Pedro Alves <palves@redhat.com>
34
35 * gdb.texinfo (C++ Exception GDB/MI Catchpoint Commands): Adjust
36 examples to show type=catchpoint instead of type=breakpoint and an
37 address.
38
39 2019-07-03 Pedro Alves <palves@redhat.com>
40 Philippe Waroquiers <philippe.waroquiers@skynet.be>
41
42 * gdb.texinfo (Command Settings): New node documenting the general
43 concept of settings, how to change them, and the new "with"
44 command.
45 (Maintenance Commands): Document "maint with".
46
47 2019-07-03 Pedro Alves <palves@redhat.com>
48
49 * gdb.texinfo (Maintenance Commands): Document "maint set/show
50 test-settings" instead of "maint test-settings set/show".
51
52 2019-06-18 Simon Marchi <simon.marchi@efficios.com>
53
54 * gdb.texinfo (Invoking GDB): Remove sentence about how GDB
55 deals with a file that has the same name as the specified pid to
56 attach to. Add example using -p option.
57 (gdb man): Remove same sentence as in previous item.
58
59 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
60
61 * gdb.texinfo (GDB/MI Catchpoint Commands): Add menu entry to new
62 node.
63 (C++ Exception GDB/MI Catchpoint Commands): New node to describe
64 new MI commands.
65
66 2019-06-13 Pedro Alves <palves@redhat.com>
67
68 * gdb.texinfo (Command Completion): Mention command options too.
69 (Command Options): New node.
70 (Threads): Add anchors. Extend descriptions of the "taas" and
71 "tfaas" commands.
72 (Backtrace): Describe new options of the "backtrace" command. Add
73 anchors.
74 (Frame Apply): Describe new options of the "frame apply" and
75 "faas" commands. Add anchors.
76 (Data): Describe new options of the "print" command. Add anchors.
77 (Compiling and Injecting Code): Mention options of the "compile
78 print" command.
79 (Maintenance Commands): Mention "maint test-options" subcommands
80 and the "maint show test-options-completion-result" command.
81
82 2019-06-13 Pedro Alves <palves@redhat.com>
83
84 * gdb.texinfo (Print Settings): Document "set/show print
85 raw-frame-arguments" instead of "set/show print raw
86 frame-arguments".
87
88 2019-06-13 Pedro Alves <palves@redhat.com>
89
90 * gdb.texinfo (Maintenance Commands): Document "maint
91 test-settings" commands.
92
93 2019-06-06 Amos Bird <amosbird@gmail.com>
94
95 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-exited
96 annotation.
97
98 2019-06-04 Christian Biesinger <cbiesinger@google.com>
99
100 * python.texi: Document new gdb.Type.objfile property.
101
102 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
103
104 * gdb.texinfo (Help): Document the new -v apropos flag.
105 (Output Styling): Document the style name styling done by "show style".
106 Document the new title and highlight styles.
107
108 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
109
110 * gdb.texinfo (Shell Commands): Document pipe command.
111 (Logging Output): Add a reference to pipe command.
112 (Convenience Variables): Document $_shell_exitcode and
113 $_shell_exitstatus.
114
115 2019-05-29 Tom Tromey <tromey@adacore.com>
116
117 * gdb.texinfo (Continuing and Stepping): Document new
118 commands.
119
120 2019-05-22 Alan Hayward <alan.hayward@arm.com>
121
122 * gdb.texinfo (Shell Commands): Add debugredirect.
123
124 2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
125
126 * gdb.texinfo: Minor formatting fixes.
127
128 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
129
130 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
131 MI command -complete.
132
133 2019-05-14 Tom de Vries <tdevries@suse.de>
134
135 * gdb.texinfo (Automatic symbol index cache): Add concept and command
136 index entries.
137
138 2019-05-14 Tom de Vries <tdevries@suse.de>
139
140 * gdb.texinfo (Maintenance Commands): Remove superfluous
141 quoting on command index entry for "maint info selftests".
142
143 2019-05-10 Tom Tromey <tromey@adacore.com>
144
145 * python.texi (Pretty Printing API): Mention lazy computation for
146 "children".
147
148 2019-05-10 Tom Tromey <tromey@adacore.com>
149
150 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
151 exception" and "catch handlers". Move "catch exception unhandled"
152 text. Use @var for "catch load" and "catch unload"
153
154 2019-05-08 Tom Tromey <tromey@adacore.com>
155
156 * gdb.texinfo (Symbols): Document change to ptype/o.
157
158 2019-05-03 Eli Zaretskii <eliz@gnu.org>
159
160 * gdb.texinfo (Separate Debug Files): Document how the
161 subdirectory of the global debug directory is computed on
162 MS-Windows/MS-DOS.
163
164 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * gdb.texinfo (Print Settings): Document 'print max-depth'.
167 * guile.texi (Guile Pretty Printing API): Document that 'print
168 max-depth' can effect the display of a values children.
169 * python.texi (Pretty Printing API): Likewise.
170 (Values From Inferior): Document max_depth keyword.
171
172 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
173
174 * gdb.texinfo (Calling): Document the new
175 set|show may-call-functions.
176
177 2019-04-22 Pedro Alves <palves@redhat.com>
178
179 * gdb.texinfo (Reverse Execution): Mention and xref process record
180 and replay. Mention remote and system emulators.
181 (Process Record and Replay): List supported architectures.
182 Mention that "record btrace" is only supported on Intel
183 processors.
184
185 2019-04-17 Alan Hayward <alan.hayward@arm.com>
186
187 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
188 (Monitor Commands for gdbserver)
189 (gdbserver man): Add debug-file option.
190
191 2019-04-08 Kevin Buettner <kevinb@redhat.com>
192
193 * python.texi (Inferiors In Python): Rename
194 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
195 Add note about the former being deprecated.
196
197 2019-04-08 Kevin Buettner <kevinb@redhat.com>
198
199 * python.texi (Threads In Python): Add description for method
200 InferiorThread.handle.
201
202 2019-04-07 Tom Tromey <tom@tromey.com>
203
204 * Makefile.in (all): Depend on "info".
205
206 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * gdb.texinfo (Convenience Funs): Document '$_creal' and
209 '$_cimag'.
210
211 2019-03-30 Eli Zaretskii <eliz@gnu.org>
212
213 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
214 $_gdb_minor.
215
216 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * python.texi (Pretty Printing API): Document use of None for the
219 display_hint.
220
221 2019-03-22 Alan Hayward <alan.hayward@arm.com>
222 Jiong Wang <jiong.wang@arm.com>
223
224 * gdb.texinfo (AArch64 Features): Describe pauth feature.
225
226 2019-03-20 Tom Tromey <tromey@adacore.com>
227
228 * python.texi (Selecting Pretty-Printers): Use @defvar for
229 gdb.pretty_printers.
230
231 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
232
233 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
234 of table, "@end @table" -> "@end table".
235
236 2019-03-14 Tom Tromey <tromey@adacore.com>
237
238 * gdb.texinfo (Output Styling): Document "set style source" and
239 "show style source".
240
241 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
242
243 * gdb.texinfo (Mode Options): Mention mi3.
244 (Interpreters): Likewise.
245 (GDB/MI Development and Front Ends): Add entry for MI 3 in
246 version table. Document -fix-multi-location-breakpoint-output.
247 (GDB/MI Breakpoint Information): Document format of breakpoint
248 location output.
249
250 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
251
252 * python.texi (Values From Inferior): Change synopsys of the
253 second form of Value.__init__.
254
255 2019-03-02 Eli Zaretskii <eliz@gnu.org>
256
257 * gdb.texinfo (Output Styling): Fix typos. Document the default
258 foreground colors of the available styles.
259
260 2019-02-27 Kevin Buettner <kevinb@redhat.com>
261
262 * gdb.texinfo (Configure Options): Document minimum python
263 version.
264
265 2019-02-26 Kevin Buettner <kevinb@redhat.com>
266
267 * python.texi (Values From Inferior): Document second form
268 of Value.__init__.
269
270 2019-02-23 Joel Brobecker <brobecker@adacore.com>
271
272 * gdb.texinfo: Update copyright year ranges.
273 * refcard.tex: Likewise.
274
275 2019-02-21 Alan Hayward <alan.hayward@arm.com>
276
277 * gdb.texinfo: Update style defaults.
278
279 2019-02-21 Tom Tromey <tromey@adacore.com>
280
281 * gdb.texinfo (Remote Configuration): Remove trailing "." from
282 @item.
283
284 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
285
286 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
287 MI versions. Update text around it.
288
289 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
290
291 * gdb.texinfo (PowerPC Features): Document the alias
292 pseudo-registers for the org.gnu.gdb.power.altivec feature.
293
294 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
295
296 * gdb.texinfo (Print Settings): Remove mention of specific
297 demangle-style values, just refer to the in-process help.
298
299 2018-12-28 Tom Tromey <tom@tromey.com>
300
301 * gdb.texinfo (Output Styling): New node.
302
303 2018-12-13 John Baldwin <jhb@FreeBSD.org>
304
305 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
306 (Native): Add a FreeBSD subsection.
307 (FreeBSD): Document use of system call aliases for compatibility
308 system calls.
309
310 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * gdb.texinfo (Standard Target Features): Add RISC-V Features
313 sub-section.
314
315 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
316
317 * gdb.texinfo (Examining the Symbol Table): Document language choice
318 for 'info types|functions|variables' commands.
319 (Setting Breakpoints): Document language choice to print
320 the functions in which a breakpoint is set.
321
322 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
323
324 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
325 requirements for the org.gnu.gdb.power.vsx feature.
326
327 2018-11-01 Joel Brobecker <brobecker@adacore.com>
328
329 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
330 output to match the current implementation.
331
332 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
333
334 * gdb.texinfo (Information About a Frame): Document changes
335 to 'info args' and 'info locals'.
336 (Examining the Symbol Table): Document changes to 'info functions'
337 and 'info variables'.
338
339 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
340
341 * gdb.texinfo (PowerPC Features): Describe new features
342 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
343 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
344 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
345 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
346
347 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
348
349 * gdb.texinfo (PowerPC Features): Describe new features
350 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
351
352 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
353
354 * gdb.texinfo (PowerPC Features): Describe new feature
355 "org.gnu.gdb.power.tar".
356
357 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
358
359 * gdb.texinfo (PowerPC Features): Describe new features
360 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
361
362 2018-10-20 Tom Tromey <tom@tromey.com>
363
364 * gdb.texinfo (TUI Commands): Add @end table.
365 (TUI Configuration): Remove stray @end table.
366
367 2018-10-19 Tom Tromey <tom@tromey.com>
368
369 PR tui/18388:
370 * gdb.texinfo (TUI Commands): Remove tabset documentation.
371 (TUI Configuration): Document "set tui tab-width".
372
373 2018-10-09 Tom Tromey <tom@tromey.com>
374
375 * python.texi (Inferiors In Python): Link to "Frames In Python",
376 not "Unwinding Frames in Python".
377
378 2018-10-09 Tom Tromey <tom@tromey.com>
379
380 * gdb.texinfo (Configure Options): Update --enable-ubsan
381 documentation.
382
383 2018-10-08 John Baldwin <jhb@FreeBSD.org>
384
385 * gdb.texinfo (Contributors): Add SRI International and University
386 of Cambridge for FreeBSD/riscv.
387
388 2018-10-06 Tom Tromey <tom@tromey.com>
389
390 PR python/19399:
391 * python.texi (Inferiors In Python): Document
392 Inferior.Architecture.
393
394 2018-10-06 Tom Tromey <tom@tromey.com>
395
396 PR python/21765:
397 * python.texi (Symbols In Python): Document the module and
398 common-block domains. Remove documentation for incorrect
399 domains.
400
401 2018-10-03 Tom Tromey <tom@tromey.com>
402
403 * gdb.texinfo (Configure Options): Document --enable-ubsan.
404
405 2018-10-02 John Darrington <john@darrington.wattle.id.au>
406
407 * gdb.texinfo (Remote Connection Commands): Describe
408 the changes to target remote and target extended-remote
409 relating to Unix domain sockets.
410
411 2018-10-01 Tom Tromey <tom@tromey.com>
412
413 * gdb.texinfo (Configure Options): Document configure options.
414
415 2018-09-29 Tom Tromey <tom@tromey.com>
416
417 * gdb.texinfo (Requirements): Mention C++, GNU make.
418 (Requirements): Sort the table. Add more libraries.
419 (Running Configure): Remove obsolete text.
420 (Separate Objdir): Likewise.
421 (Configure Options): Likewise.
422
423 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
426 to highlight that the number is also the frame's level.
427 (Selection): Rewrite documentation for 'frame' and 'select-frame'
428 commands.
429 (Frame Info): Rewrite documentation for 'info frame' command.
430
431 2018-09-23 Tom Tromey <tom@tromey.com>
432
433 PR python/18852:
434 * python.texi (Parameters In Python): Document exception behavior
435 of get_set_string.
436
437 2018-09-18 John Baldwin <jhb@FreeBSD.org>
438
439 * gdb.texinfo (info proc): Remove "running".
440 (info proc mappings): Replace "program" with "process".
441
442 2018-09-18 John Baldwin <jhb@FreeBSD.org>
443
444 * gdb.texinfo (Process Information): Document "info proc files"
445 command.
446
447 2018-09-17 Tom Tromey <tom@tromey.com>
448
449 * gdb.texinfo (Index Files): Update for cache directory change on
450 macOS.
451
452 2018-09-16 Tom Tromey <tom@tromey.com>
453
454 * python.texi (Basic Python): Update docs for find_pc_line,
455 solib_name.
456 (Progspaces In Python): Update docs for current_progspace.
457 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
458 Move method documentation before example.
459
460 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
461
462 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
463
464 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
465 2018-09-13 Tom Tromey <tom@tromey.com>
466
467 * python.texi (Program Spaces In Python): Document the
468 Progspace.objfiles method.
469 (Objfiles In Python): Mention that gdb.objfiles() is identical
470 to gdb.selected_inferior().progspace.objfiles().
471
472 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
473 2018-09-13 Tom Tromey <tom@tromey.com>
474
475 * python.texi (Inferiors In Python): Document
476 Inferior.progspace.
477 (Program Spaces In Python): Document that
478 gdb.current_progspace() is the same as
479 gdb.selected_inferior().progspace.
480
481 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
482
483 * python.texi (Basic Python): Mention the string representation
484 of GDB Python objects.
485
486 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
487
488 * gdb.texinfo (Skipping Over Functions and Files): Document
489 set/show debug skip.
490
491 2018-09-10 Tom Tromey <tom@tromey.com>
492
493 * python.texi (Frames In Python, Blocks In Python)
494 (Symbols In Python, Symbol Tables In Python)
495 (Lazy Strings In Python): Remove periods from section titles.
496
497 2018-09-10 Tom Tromey <tom@tromey.com>
498
499 * python.texi (Pretty Printing API): Swap sentence order.
500
501 2018-09-10 Tom Tromey <tom@tromey.com>
502
503 PR python/16461:
504 * python.texi (Values From Inferior): Mention use of virtual
505 table.
506
507 2018-09-10 Tom Tromey <tom@tromey.com>
508
509 * python.texi (Basic Python): Parenthesize argument to
510 decode_line.
511
512 2018-09-10 Tom Tromey <tom@tromey.com>
513
514 * python.texi (Python): Mention Python versions. Don't mention
515 execfile.
516
517 2018-09-10 Tom Tromey <tom@tromey.com>
518
519 PR python/19808:
520 * python.texi (Unwinding Frames in Python): Rewrite
521 create_unwind_info documentation. Update read_register
522 documentation and add a note about unwinder caution.
523
524 2018-09-10 Tom Tromey <tom@tromey.com>
525
526 PR python/18909:
527 * python.texi (Events In Python): Fix inferior_call
528 documentation.
529
530 2018-09-10 Tom Tromey <tom@tromey.com>
531
532 PR python/17752:
533 * python.texi (Frame Filter API): Remove period from subsection
534 title. Mention 100 as good default priority.
535 (Frame Decorator API): Remove period from subsection title.
536 Mention FrameDecorator module.
537
538 2018-09-10 Tom Tromey <tom@tromey.com>
539
540 PR python/23108:
541 * python.texi (Exception Handling): Rearrange gdb.GdbError text
542 and add a table.
543
544 2018-09-10 Tom Tromey <tom@tromey.com>
545
546 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
547 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
548 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
549 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
550
551 2018-09-10 Tom Tromey <tom@tromey.com>
552
553 PR python/16484:
554 * python.texi (Frames In Python): Document that Frame.block can
555 throw.
556
557 2018-09-10 Tom Tromey <tom@tromey.com>
558
559 PR python/23487:
560 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
561
562 2018-09-10 Tom Tromey <tom@tromey.com>
563
564 PR python/16033:
565 * python.texi (Blocks In Python): Document that Block.end is
566 exclusive.
567
568 2018-08-29 Keith Seitz <keiths@redhat.com>
569
570 * gdb.texinfo (Compiling and injecting code in GDB): Document
571 set/show "compile-oracle" and "compile-cplus-types" commands.
572
573 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
574
575 * gdb.texinfo (The -stack-list-frames Command): Update description
576 to mention "arch".
577 Update MI examples throughout the document to contain "arch" in
578 frame output.
579
580 2018-08-21 Alan Hayward <alan.hayward@arm.com>
581
582 * gdb.texinfo (AArch64 SVE): New subsubsection.
583
584 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
585
586 * gdb.texinfo (GDB/MI Data Manipulation): Document
587 "-data-disassemble -a addr".
588 (GDB/MI Support Commands): Document "data-disassemble-a-option"
589 feature.
590
591 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
592
593 * gdb.texinfo (Index Files Speed Up GDB): Add section about
594 symbol index cache.
595
596 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
597
598 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
599 option sections to further clarify that gcore can take more
600 than one PID, and that "-o" is used to specify a prefix, not a
601 filename.
602
603 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
604
605 * gdb.texinfo (Maintenance Commands): Add description of
606 maintenance command to control dwarf unwinders.
607
608 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
609
610 * gdb.texinfo (Debugging Programs with Multiple Threads):
611 Document changes to 'thread apply'. Document 'taas'.
612 Document 'tfaas'.
613 (Examining the Stack): Document 'frame apply'. Document 'faas'.
614
615 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
616 Jan Kratochvil <jan.kratochvil@redhat.com>
617 Paul Fertser <fercerpav@gmail.com>
618 Tsutomu Seki <sekiriki@gmail.com>
619
620 * gdb.texinfo (Remote Connection Commands): Add explanation
621 about new IPv6 support. Add new connection prefixes.
622
623 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
624
625 * gdb.texinfo (Remote Configuration): Update descriptions for
626 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
627 and hardware-watchpoint-length-limit variables.
628
629 2018-07-02 Maciej W. Rozycki <macro@mips.com>
630
631 PR tdep/8282
632 * gdb.texinfo (Source and Machine Code): Document `set
633 disassembler-options' support for the MIPS target.
634
635 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
636
637 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
638
639 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
640
641 * gdb.texinfo (Files): The address argument for "add-symbol-file"
642 is no longer mandatory.
643
644 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
645
646 * gdb.texinfo (Files): Document "symbol-file -o offset".
647
648 2018-06-14 Tom de Vries <tdevries@suse.de>
649
650 * gdb.texinfo (Background Execution): Add @cindex for '&'.
651
652 2018-06-11 Eli Zaretskii <eliz@gnu.org>
653
654 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
655
656 2018-06-08 Gary Benson <gbenson@redhat.com>
657
658 * gdb.texinfo (Maintenance Commands): Document "maint check
659 libthread-db" and "maint set/show check-libthread-db".
660
661 2018-06-05 Tom Tromey <tom@tromey.com>
662
663 PR cli/12326:
664 * gdb.texinfo (Screen Size): Document "c" response to pagination
665 prompt.
666
667 2018-05-31 Maciej W. Rozycki <macro@mips.com>
668
669 * gdb.texinfo (Choosing Target Byte Order): Document endianness
670 selection details with the `set endian auto' mode.
671
672 2018-05-04 Tom Tromey <tom@tromey.com>
673
674 PR python/22731:
675 * python.texi (Breakpoints In Python): Mention that "commands" is
676 writable.
677
678 2018-05-02 Tom Tromey <tom@tromey.com>
679
680 PR python/20084:
681 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
682 PARAM_ZUINTEGER_UNLIMITED.
683
684 2018-04-30 Tom Tromey <tom@tromey.com>
685
686 * python.texi (Types In Python): Document Type.align.
687
688 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
689
690 * gdb.texinfo (Symbols): Mention the fact that "info
691 variables/functions/types" show source files and line numbers.
692
693 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
694
695 * gdb.texinfo: Document set/show record btrace cpu.
696
697 2018-03-27 Joel Brobecker <brobecker@adacore.com>
698
699 * gdb.texinfo (Ada Settings): New subsubsection.
700
701 2018-03-26 Tom Tromey <tom@tromey.com>
702
703 PR backtrace/15582:
704 * gdb.texinfo (Backtrace): Mention "hide" argument.
705
706 2018-03-26 Tom Tromey <tom@tromey.com>
707
708 * gdb.texinfo (Backtrace): Describe options individually.
709
710 2018-03-19 Tom Tromey <tom@tromey.com>
711
712 * observer.texi: Remove.
713
714 2018-03-04 John Baldwin <jhb@FreeBSD.org>
715
716 * gdb.texinfo (Debugging Output): Document "set/show debug
717 fbsd-nat".
718
719 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
720
721 * gdb.texinfo (Machine Code): Additional information about "info
722 line" command.
723
724 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
725
726 * gdb.texinfo (gdb-add-index man): Add pindex.
727
728 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
729
730 * gdb.texinfo (set cwd): Add period.
731 (gdb-add-index man): Move anchor.
732
733 2017-01-12 Tom Tromey <tom@tromey.com>
734 Sergio Durigan Junior <sergiodj@redhat.com>
735
736 * gdb.texinfo (Index Files): Mention gdb-add-index.
737 (gdb-add-index man): New section.
738 * Makefile.in (gdb-add-index.1): New rule to generate manpage
739 from gdb.texinfo.
740
741 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
742
743 * gdb.texinfo (pwd): Fix whitespace.
744
745 2018-01-09 John Baldwin <jhb@FreeBSD.org>
746
747 * gdb.texinfo (pwd): Update cross-reference for Process Information
748 node and remove explicit /proc reference.
749 (Native): Rename subsection from SVR4 Process Information to
750 Process Information.
751 (Process Information): Reword introduction to be less /proc
752 centric. Document support for "info proc" on FreeBSD.
753
754 2018-01-03 Xavier Roirand <roirand@adacore.com>
755
756 * gdb.texinfo (Set Catchpoints): Add documentation for new
757 "catch handlers" action.
758
759 2017-12-27 Stafford Horne <shorne@gmail.com>
760
761 * gdb.texinfo (Target Description Format): Explain that arbitrary
762 strings are now allowed for register groups.
763
764 2017-12-27 Stafford Horne <shorne@gmail.com>
765
766 * gdb.texinfo (Registers): Document info reg $reggroup feature.
767
768 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
769
770 PR cli/16224
771 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
772
773 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
774
775 * python.texi (Manipulating breakpoints using Python): Document
776 qualified parameter to gdb.Breakpoint.
777
778 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
779
780 * python.texi (Manipulating breakpoints using Python): Split doc
781 of Breakpoint.__init__ in two, split text in multiple
782 paragraphs, don't nest parameter square brackets.
783
784 2017-12-12 Stafford Horne <shorne@gmail.com>
785 Stefan Wallentowitz <stefan@wallentowitz.de>
786 Franck Jullien <franck.jullien@gmail.com>
787 Jeremy Bennett <jeremy.bennett@embecosm.com>
788
789 * gdb.texinfo: Add OpenRISC documentation.
790
791 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
792
793 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
794
795 2017-12-07 Keith Seitz <keiths@redhat.com>
796
797 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
798 and "show print type nested-type-limit".
799
800 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
801
802 * python.texi (Breakpoints In Python): Add text relating
803 to allowed explicit locations and keywords in gdb.Breakpoints.
804
805 2017-12-04 Tom Tromey <tom@tromey.com>
806
807 * gdb.texinfo (Rust): Update trait object status
808
809 2017-12-01 Andrew Cagney <cagney@redhat.com>
810 Joel Brobecker <brobecker@adacore.com>
811 Sergio Durigan Junior <sergiodj@redhat.com>
812
813 * gdb.texinfo (File Options): Document --readnever.
814 (Commands to Specify Files): Likewise, for 'symbol-file' and
815 'add-symbol-file'.
816
817 2017-11-29 Pedro Alves <palves@redhat.com>
818
819 PR c++/19436
820 * gdb.texinfo (Debugging C Plus Plus): Document setting
821 breakpoints in functions with ABI tags.
822
823 2017-11-29 Pedro Alves <palves@redhat.com>
824
825 * gdb.texinfo (Linespec Locations): Document how "function" is
826 interpreted in C++ and Ada. Document "-qualified".
827 (Explicit Locations): Document how "-function" is interpreted in
828 C++ and Ada. Document "-qualified".
829
830 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
831
832 PR gdb/21945
833 * gdb.texinfo (Search Memory): Update description and example
834 about how to search a string without NULL terminator.
835
836 2017-11-24 Joel Brobecker <brobecker@adacore.com>
837
838 * gdb.texinfo (GDB/MI Ada Exception Information): Document
839 new "exception-message" field.
840
841 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
842
843 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
844
845 2017-11-24 Pedro Alves <palves@redhat.com>
846
847 * gdb.texinfo (Completion): Update need-quoting examples. Remove
848 false claim that GDB inserts quoting automatically.
849 (Symbols): Add anchor.
850
851 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
852
853 * gdb.texinfo (Requirements): Document use of GNU MPFR.
854
855 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
856
857 * python.texi (Basic Python): Add rbreak documentation.
858
859 2017-11-07 Xavier Roirand <roirand@adacore.com>
860 Pedro Alves <palves@redhat.com>
861
862 * gdb.texinfo (Set Breaks): Document support for breakpoint
863 location ranges in the enable/disable commands.
864
865 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
866
867 * gdb.texinfo (Starting your Program) <The working directory.>:
868 Mention remote debugging.
869 (Working Directory) <Your Program's Working Directory>:
870 Likewise.
871 (Connecting) <Remote Packet>: Add "set-working-dir"
872 and "QSetWorkingDir" to the table.
873 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
874 packet.
875
876 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
877
878 * gdb.texinfo (Starting your Program) <The working directory.>:
879 Mention new "set cwd" command.
880 (Working Directory) <Your Program's Working Directory>:
881 Rephrase to explain that "set cwd" exists and is the default
882 way to change the inferior's cwd.
883
884 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
885
886 * gdb.texinfo (S/390 and System z Features): Document the new
887 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
888
889 2017-09-21 Kevin Buettner <kevinb@redhat.com>
890
891 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
892 attribute.
893
894 2017-09-21 Kevin Buettner <kevinb@redhat.com>
895
896 * python.texi (Inferiors In Python): Add description for method
897 Inferior.thread_from_thread_handle.
898
899 2017-09-19 John Baldwin <jhb@FreeBSD.org>
900
901 * gdb.texinfo (Starting your Program): Add description of
902 starti command. Mention starti command as an alternative for
903 debugging the elaboration phase.
904
905 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
906
907 * gdb.texinfo (Maintenance Commands): Document filter parameter
908 of "maint selftest". Document "maint info selftests" command.
909
910 2017-09-11 Tom Tromey <tom@tromey.com>
911
912 * python.texi (Events In Python): Document new events.
913
914 2017-09-04 Pedro Alves <palves@redhat.com>
915
916 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
917 no-debug-info variables.
918 (Symbols) <Examining the Symbol Table>: Document inspecting
919 no-debug-info types.
920 (Calling) <Calling functions with no debug info>: New subsection,
921 documenting calling no-debug-info functions.
922 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
923
924 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
925
926 * gdb.texinfo (set environment): Add @anchor. Explain that
927 environment variables set by the user are sent to GDBserver.
928 (unset environment): Likewise, but for unsetting variables.
929 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
930 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
931 "environment-reset" and "QEnvironmentReset" to the table.
932 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
933 QEnvironmentReset>: New item, explaining the packet.
934
935 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
936
937 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
938 "Compiler search for the compile command" descriptions of set
939 compile-gcc and show compile-gcc.
940
941 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
942
943 * gdb.texinfo (Architectures): Add new Sparc64 section to document
944 ADI support.
945 * NEWS: Add "adi examine" and "adi assign" commands.
946
947 2017-08-18 Yao Qi <yao.qi@linaro.org>
948
949 * gdb.texinfo (Server): Document "--selftest".
950
951 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
952
953 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
954 Single-Key mode.
955
956 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
957
958 PR gdb/21925
959 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
960 set...").
961
962 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
963
964 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
965 conditional expression.
966
967 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
968
969 * agentexpr.texi (rot): Fix symbolic description, improve
970 textual description.
971
972 2017-07-26 Yao Qi <yao.qi@linaro.org>
973
974 * gdb.texinfo (Maintenance Commands): Document command
975 "maint check xml-descriptions".
976
977 2017-07-26 Yao Qi <yao.qi@linaro.org>
978
979 * gdb.texinfo (Maintenance Commands): Document optional
980 argument of "maint print c-tdesc".
981
982 2017-07-18 Yao Qi <yao.qi@linaro.org>
983
984 * gdb.texinfo (Maintenance Commands): Improve the doc to
985 command "maint print c-tdesc".
986
987 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
988
989 PR gdb/21606
990 * python.texi (Python representation of Symbols.): Replace
991 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
992 * guile.texi (Guile representation of Symbols.): Likewise.
993
994 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
995
996 * gdb.texinfo (Optional Messages about Internal Happenings):
997 Document {set,show} debug separate-debug-file commands.
998
999 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1000
1001 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
1002 (Connecting) <Remote Packet>: Add "startup-with-shell"
1003 and "QStartupWithShell" to the table.
1004 (Remote Protocol) <QStartupWithShell>: New item, explaining the
1005 packet.
1006
1007 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1008
1009 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
1010
1011 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1012
1013 * python.texi (Recording in Python): Factor out the documentation of
1014 gdb.RecordInstruction's super class.
1015
1016 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1017
1018 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
1019 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
1020 prev and next.
1021
1022 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1023
1024 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
1025 gdb.RecordInstruction
1026
1027 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1028
1029 * python.texi (Recording in Python): Add documentation for
1030 gdb.RecordGap and remove documentation of special cases for
1031 gdb.BtraceInstruction.
1032
1033 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1034
1035 * python.texi (Recording in Python): Remove Record.ptid defvar.
1036
1037 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1038
1039 * gdb.texinfo (GDB/MI Thread Information): Add missing
1040 fields, re-word some things.
1041 (GDB/MI Thread Commands): Describe fields found in the output of
1042 -thread-info, remove description of fields in the
1043 thread output tuple, replace with a cross-reference to "GDB/MI
1044 Thread Information".
1045
1046 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
1047
1048 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
1049 from -thread-info output.
1050
1051 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1052
1053 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
1054
1055 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1056
1057 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
1058
1059 2017-03-22 Yao Qi <yao.qi@linaro.org>
1060
1061 * python.texi (Inferiors In Python): Remove @code from Python.
1062
1063 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1064
1065 * python.texi (Recordings In Python): Document return type of
1066 gdb.BtraceInstruction.data.
1067
1068 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1069
1070 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
1071 command file-list-shared-libraries
1072 (GDB/MI Async Records): Update documentation of library-loaded with new
1073 field.
1074
1075 2017-03-16 Doug Evans <dje@google.com>
1076
1077 * guile.texi (Lazy Strings In Guile): Mention arrays.
1078 * python.texi (Lazy Strings In Python): Ditto.
1079
1080 2017-03-08 Jiong Wang <jiong.wang@arm.com>
1081
1082 * gdb.texinfo (Memory Protection Extensions): Add missing escape
1083 character "@".
1084
1085 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1086
1087 * Memory Protection Extensions: Add information about inferior
1088 calls.
1089
1090 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1091
1092 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
1093 DW_TAG_GNU_* and DW_AT_GNU_*.
1094
1095 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
1096
1097 * python.texi (Recordings In Python): New section.
1098
1099 2017-02-14 Tom Tromey <tom@tromey.com>
1100
1101 PR python/13598:
1102 * python.texi (Events In Python): Document events.before_prompt.
1103
1104 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
1105
1106 * gdb.texinfo (Target Commands): Document the optional offset
1107 argument for the load command.
1108
1109 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
1110
1111 PR gdb/21122
1112 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
1113 space-separated breakpoint lists. Also add a missing @table command
1114 and @cindex for breakpoint lists.
1115
1116 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
1117
1118 PR tdep/20936
1119 * gdb.texinfo: (Standard Target Features): Document SPARC features.
1120 (Sparc Features): New node.
1121
1122 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1123
1124 * gdb.texinfo (i386 Features): Add system segment registers
1125 as feature.
1126
1127 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
1128
1129 * python.texi (Events In Python): Fix typo.
1130
1131 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
1132 Luis Machado <lgustavo@codesourcery.com>
1133
1134 * gdb.texinfo (-target-flash-erase): New MI command description.
1135 (flash-erase): New CLI command description.
1136
1137 2017-01-04 John Baldwin <jhb@FreeBSD.org>
1138
1139 * gdb.texinfo (Contributors): Add SRI International and University
1140 of Cambridge for FreeBSD/mips.
1141
1142 2016-12-22 Doug Evans <xdje42@gmail.com>
1143
1144 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1145 commands.
1146
1147 2016-12-02 Pedro Alves <palves@redhat.com>
1148
1149 * gdb.texinfo (User-defined Commands): Limit on number of
1150 arguments passed to user-defined commands removed; update.
1151
1152 2016-12-02 Pedro Alves <palves@redhat.com>
1153
1154 PR cli/20559
1155 * gdb.texinfo (Define): Add example of using "eval" to process a
1156 variable number of arguments.
1157 (Output) <eval>: Add anchor.
1158
1159 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1160
1161 * Makefile.in: Likewise.
1162
1163 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1164
1165 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1166 xref.
1167
1168 2016-10-29 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1171 actions.
1172
1173 2016-10-26 Pedro Alves <palves@redhat.com>
1174
1175 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1176 actions that match a thread, and what happens when an action
1177 matches a thread that is already running.
1178
1179 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1180
1181 * gdb.texinfo (Using Trace Files): Fix typo.
1182 (GDB/MI Tracepoint Commands): Likewise.
1183
1184 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1185
1186 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1187 of -trace-save.
1188
1189 2016-10-06 Tom Tromey <tom@tromey.com>
1190
1191 * guile.texi (Types In Guile): Remove Java mentions.
1192 * python.texi (Types In Python): Remove Java mentions.
1193 * gdb.texinfo (Address Locations, Supported Languages)
1194 (Index Section Format): Remove Java mentions.
1195
1196 2016-08-15 Doug Evans <dje@google.com>
1197
1198 * gdb.texinfo (Target Description Format): Update docs on "end"
1199 field spec and field default type.
1200
1201 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1202 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1203
1204 PR gdb/20487
1205 * gdb.texinfo (Context management): Update mention of frame
1206 change notifications.
1207 (gdb/mi Async Records): Document frame field in
1208 =thread-select event.
1209 * observer.texi (GDB Observers): New user_selected_context_changed
1210 observer.
1211
1212 2016-09-28 Tom Tromey <tom@tromey.com>
1213
1214 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1215 than "memory breakpoint". Further document "kind". Move
1216 protocol-details link earlier.
1217 <z1>: Document the cmd_list argument. Fix typo.
1218 <g>: Remove incorrect sentence.
1219 (Stop Reply Packets): Document "OK" response to requests when in
1220 non-stop mode.
1221 <swbreak>: Use "software breakpoint" rather than "memory
1222 breakpoint".
1223 <create>: Document that "R" is ignored.
1224 <W, X, w>: Document formatting of "AA".
1225 (Notification Packets): Use "%Stop", not "%%Stop".
1226
1227 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1228
1229 * gdb.texinfo (Embedded Processors): Document ARC.
1230 (Synopsys ARC): New section.
1231 (Standard Target Features): Document ARC features.
1232 (ARC Features): New section.
1233
1234 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1235
1236 * .gitignore: New file.
1237
1238 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1239
1240 * gdb.texinfo (Input/Output): Mention possibility to unset
1241 inferior-tty.
1242
1243 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1244
1245 * gdb.texinfo: Resume btrace on reconnect.
1246
1247 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1248
1249 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1250 syscall.
1251
1252 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1253
1254 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1255 command.
1256
1257 2016-07-13 Tom Tromey <tom@tromey.com>
1258
1259 PR python/15620, PR python/18620:
1260 * python.texi (Events In Python): Document new breakpoint events.
1261
1262 2016-07-13 Tom Tromey <tom@tromey.com>
1263
1264 PR python/17698:
1265 * python.texi (Breakpoints In Python): Document
1266 Breakpoint.pending.
1267
1268 2016-07-13 Tom Tromey <tom@tromey.com>
1269
1270 * python.texi (Breakpoints In Python): Move table of types and
1271 table of watchpoint types earlier in node.
1272
1273 2016-07-12 Tom Tromey <tom@tromey.com>
1274
1275 PR python/19293:
1276 * python.texi (Frames In Python): Document
1277 gdb.invalidate_cached_frames.
1278
1279 2016-06-21 Pedro Alves <palves@redhat.com>
1280
1281 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1282 document new-ui and explain use case.
1283
1284 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1285
1286 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1287 (NDS32 Features): New Section.
1288
1289 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1290
1291 * gdb.texinfo (Examining Memory): Document negative repeat
1292 count in the 'x' command.
1293
1294 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1295
1296 * gdb.texinfo (GDB/MI Async Records): Document method and
1297 format fields in =record-started.
1298 * observer.texi (record_changed): Add method and format
1299 parameters.
1300
1301 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1302
1303 * gdb.texinfo (General Query Packets): Move the description of the
1304 response before the long list of the specific 'read' and 'write'
1305 requests.
1306
1307 2016-05-23 Tom Tromey <tom@tromey.com>
1308
1309 * python.texi (Basic Python): Document gdb.breakpoints return.
1310
1311 2016-05-24 Tom Tromey <tom@tromey.com>
1312
1313 PR gdb/19194:
1314 * gdb.texinfo (gdb man): Fix typo.
1315
1316 2016-05-17 Tom Tromey <tom@tromey.com>
1317
1318 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1319 (Rust): New node.
1320
1321 2016-05-17 Tom Tromey <tom@tromey.com>
1322
1323 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1324
1325 2016-04-27 Yao Qi <yao.qi@linaro.org>
1326
1327 * gdb.texinfo (tfind): Complete doc about tfind without
1328 argument.
1329
1330 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1331
1332 * agentexpr.texi (byte): Fix zero_ext description.
1333
1334 2016-03-31 Pedro Alves <palves@redhat.com>
1335
1336 * gdb.texinfo (M32R/SDI): Delete node.
1337 (MIPS Embedded): Remove references to the MIPS remote debugging
1338 protocol, PMON and variants, and the associated commands.
1339
1340 2016-03-15 Doug Evans <dje@google.com>
1341
1342 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1343 (Target Description Format): Mention enum types. Update docs on
1344 flags types.
1345 (Predefined Target Types): Add "bool".
1346 (Enum Target Types): New node.
1347
1348 2016-03-15 Pedro Alves <palves@redhat.com>
1349
1350 * gdb.texinfo (Tracepoint Actions): Fix typo.
1351
1352 2016-03-15 Pedro Alves <palves@redhat.com>
1353 Andreas Arnez <arnez@linux.vnet.ibm.com>
1354 Marcin Kościelnicki <koriakin@0x04.net>
1355
1356 * gdb.texinfo (Tracepoint Actions): Document possible
1357 unreliability of '$_ret'.
1358
1359 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1362 command.
1363
1364 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1365
1366 * gdb.texinfo (Convenience Functions): Document $_as_string.
1367
1368 2016-02-23 Doug Evans <dje@google.com>
1369
1370 * gdb.texinfo (Skipping Over Functions and Files): Document new
1371 options to "skip" command. Update docs of output of "info skip".
1372
1373 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1374
1375 * gdb.texinfo (Signals): Add bound violation display hints for
1376 a SIGSEGV.
1377
1378 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1379
1380 * gdb.texinfo (Trace File Format): Add documentation for description
1381 section lines.
1382
1383 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1384
1385 * gdb.texinfo (Trace File Format): Remove misleading information
1386 about register block ordering.
1387
1388 2016-02-01 Doug Evans <dje@google.com>
1389
1390 * gdb.texinfo (Value Sizes): Fix typo.
1391
1392 2016-02-01 Doug Evans <dje@google.com>
1393
1394 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1395
1396 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1397
1398 * gdb.texinfo (Value Sizes): New section.
1399 (Data): Add the 'Value Sizes' node to the menu.
1400
1401 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1402
1403 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1404
1405 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1406
1407 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1408
1409 2016-01-18 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1412 of the thread that hit a breakpoint or received a signal.
1413
1414 2016-01-15 Pedro Alves <palves@redhat.com>
1415
1416 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1417
1418 2016-01-13 Pedro Alves <palves@redhat.com>
1419
1420 * gdb.texinfo (Threads): Document the $_gthread convenience
1421 variable.
1422 (Convenience Vars): Likewise.
1423
1424 2016-01-13 Pedro Alves <palves@redhat.com>
1425
1426 * gdb.texinfo (Threads): Document "info threads -gid".
1427
1428 2016-01-13 Pedro Alves <palves@redhat.com>
1429
1430 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1431 anchor.
1432 (Threads In Python): Document new InferiorThread.global_num
1433 attribute.
1434
1435 2016-01-07 Pedro Alves <palves@redhat.com>
1436
1437 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1438 qualified thread IDs, global thread IDs and thread ID lists.
1439 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1440 thread IDs.
1441 (Convenience Vars): Document the $_thread convenience variable.
1442 (Ada Tasks): Adjust to refer to thread IDs.
1443 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1444 Commands, GDB/MI Variable Objects): Update to mention global
1445 thread IDs.
1446 * guile.texi (Breakpoints In Guile)
1447 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1448 global thread IDs instead of thread IDs.
1449 * python.texi (Threads In Python): Adjust documentation of
1450 InferiorThread.num.
1451 (Breakpoint.thread): Mention global thread IDs instead of thread
1452 IDs.
1453
1454 2016-01-13 Pedro Alves <palves@redhat.com>
1455
1456 * python.texi (Threads In Python): Document
1457 InferiorThread.inferior.
1458
1459 2016-01-13 Pedro Alves <palves@redhat.com>
1460
1461 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1462 convenience variable.
1463 (Convenience Vars): Likewise.
1464
1465 2016-01-12 Josh Stone <jistone@redhat.com>
1466 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1467
1468 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1469 (Stop Reply Packets): List the syscall entry and return stop reasons.
1470 (General Query Packets): Describe QCatchSyscalls, and add it to the
1471 table and the detailed list of stub features.
1472
1473 2016-01-12 Pedro Alves <palves@redhat.com>
1474
1475 Remove use of the registered trademark symbol throughout.
1476
1477 2016-01-12 Yao Qi <yao.qi@linaro.org>
1478
1479 * gdb.texinfo (Interrupts): Update the document on handling
1480 interrupt when program is stopped.
1481
1482 2015-12-11 Don Breazeal <donb@codesourcery.com>
1483
1484 * gdb.texinfo (Forks): Correct Linux kernel version where
1485 fork and exec events are supported, add notes about support
1486 of these events in target remote mode.
1487 (Connecting): Reorganize and clarify distinctions between
1488 target remote, extended-remote, and multiprocess.
1489 Reorganize related text from separate sections into new
1490 sections.
1491 (Server): Note effects of target extended-remote mode.
1492 Delete section on Multi-Process Mode for gdbserver.
1493 Move some text to "Connecting" node.
1494
1495 2015-12-10 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.texinfo (Threads): Replace warning with explanation
1498 about single-threaded programs.
1499
1500 2015-12-10 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.texinfo (Threads): Remove mention of SGI.
1503 (Forks): Remove mention of HP-UX.
1504 (Breakpoints): Remove mention of HP-UX.
1505 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1506 Reword in terms of architectures.
1507 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1508 mention supported systems.
1509 (Convenience Vars): Don't mention HP-UX.
1510 (Jumping): Remove mention of HP-UX in comment.
1511 (Files) <shared libraries>: Update supported shared library types
1512 list. Remove mention of HP-UX.
1513 (Native): Remove HP-UX subsection.
1514 (SVR4 Process Information): Remove mention of HP-UX.
1515
1516 2015-12-10 Pedro Alves <palves@redhat.com>
1517
1518 * gdb.texinfo (Stack): Reorder menu.
1519
1520 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1521
1522 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1523 -var-set-format's new zero-hexadecimal format.
1524
1525 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1526
1527 * gdb.texinfo (Ada Mode Into): Move overloading support
1528 description to its own node.
1529 (Overloading support for Ada): New node.
1530
1531 2015-11-30 Pedro Alves <palves@redhat.com>
1532
1533 PR 14618
1534 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1535 (Remote Configuration): Add the "set/show remote
1536 no-resumed-stop-reply" to the available settings table.
1537 (General Query Packets): Document the "no-resumed" qSupported
1538 feature.
1539
1540 2015-11-30 Pedro Alves <palves@redhat.com>
1541
1542 * gdb.texinfo (Remote Configuration): List "set/show remote
1543 thread-events" command in configuration table.
1544 (Stop Reply Packets): Document "T05 create" stop
1545 reason and 'w' stop reply.
1546 (General Query Packets): Document QThreadEvents packet. Document
1547 QThreadEvents qSupported feature.
1548
1549 2015-11-30 Pedro Alves <palves@redhat.com>
1550
1551 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1552 anchor.
1553 (Packets): Document vCtrlC.
1554
1555 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1556
1557 * gdb.texinfo (Thread List Format): Mention thread names.
1558
1559 2015-11-24 Pedro Alves <palves@redhat.com>
1560
1561 PR 17539
1562 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1563 program-spaces" example to ascending order listing.
1564 (Threads): Adjust "info threads" example to ascending order
1565 listing.
1566 (Forks): Adjust "info inferiors" example to ascending order
1567 listing.
1568
1569 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1570
1571 * gdb.texinfo (Process Record and Replay): Document "record
1572 instruction-history" modifiers.
1573
1574 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1575
1576 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1577 description.
1578 (Frame Filter Management): Move to later in the 'Examining the
1579 Stack' chapter.
1580 (Selection): Add entry for 'select-frame'.
1581
1582 2015-09-25 Doug Evans <dje@google.com>
1583
1584 * gdb.texinfo (Process Record and Replay): Fix syntax of
1585 "record instruction-history begin, end" and
1586 "record function-call-history begin, end".
1587
1588 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1589
1590 * gdb.texinfo (Specifying Source Directories): Fix
1591 substitute-path example.
1592
1593 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1594
1595 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1596
1597 2015-09-15 Pedro Alves <palves@redhat.com>
1598
1599 PR remote/18965
1600 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1601 the vforkdone description.
1602
1603 2015-09-15 Pedro Alves <palves@redhat.com>
1604
1605 PR remote/18965
1606 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1607 part indicates the thread ID of the parent process.
1608
1609 2015-09-15 Yao Qi <yao.qi@linaro.org>
1610
1611 * gdb.texinfo (General Query Packets): Add vContSupported to
1612 tables of 'gdbfeatures' and 'stub features' supported in the
1613 qSupported packet, as well as to the list containing stub
1614 feature details.
1615
1616 2015-09-11 Don Breazeal <donb@codesourcery.com>
1617
1618 * gdb.texinfo (Remote Configuration): Add exec event
1619 feature to table of packet settings.
1620 (Stop Reply Packets): Add exec events to the list of stop
1621 reasons.
1622 (General Query Packets): Add exec events to tables of
1623 'gdbfeatures' and 'stub features' supported in the qSupported
1624 packet, as well as to the list containing stub feature
1625 details.
1626
1627 2015-08-24 Pedro Alves <palves@redhat.com>
1628
1629 * gdb.texinfo (Remote Configuration): Document the "set/show
1630 remote multiprocess-extensions-packet" commands.
1631
1632 2015-08-24 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1635 <M32R>: Remove references to M32R/D.
1636 <M68K>: Remove references to target dbug.
1637 <MIPS Embedded>: Remove references to target r3900 and target
1638 array.
1639 <PowerPC Embedded>: Remove references to target dink32 and target
1640 ppcbug, target sds
1641 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1642
1643 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1644
1645 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1646
1647 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1648
1649 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1650
1651 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1652
1653 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1654 info bfds" to...
1655 (File Caching): A New section. Outline bfd caching, and add new
1656 description for "main set/show bfd-sharing".
1657
1658 2015-08-14 Doug Evans <xdje42@gmail.com>
1659
1660 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1661 disassembly.
1662 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1663
1664 2015-08-11 Keith Seitz <keiths@redhat.com>
1665
1666 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1667 Use "location(s)"instead of "linespec(s)".
1668 (Specifying a Location): Rewrite.
1669 Add subsections describing linespec, address, and explicit locations.
1670 Add node/menu for each subsection.
1671 (Source and Machine Code, C Preprocessor Macros)
1672 (Create and Delete Trace points)
1673 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1674 (Continuing at a Different Address): Remove "linespec" examples.
1675 Add reference to "Specify a Location"
1676 (The -break-insert Command): Rewrite. Add anchor.
1677 Add reference to appropriate manual section discussing locations.
1678 (The -dprintf-insert Command): Refer to -break-insert for
1679 specification of 'location'.
1680
1681 2015-08-07 Pedro Alves <palves@redhat.com>
1682
1683 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1684 target-non-stop".
1685
1686 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1687
1688 * gdb.texinfo (Process Record and Replay): Document prefixing of
1689 speculatively executed instructions in the "record instruction-history"
1690 command.
1691
1692 2015-07-20 Doug Evans <dje@google.com>
1693
1694 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1695
1696 2015-07-16 Doug Evans <dje@google.com>
1697
1698 * stabs.texinfo: @include gdb-cfg.texi.
1699
1700 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1701
1702 Revert the previous 2 commits:
1703 gdbserver build-id attribute generator
1704 Validate symbol file using build-id
1705
1706 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1707
1708 * gdb.texinfo (Files): Add 'set validate-build-id'
1709 and 'show validate-build-id'.
1710
1711 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1712 Jan Kratochvil <jan.kratochvil@redhat.com>
1713
1714 gdbserver build-id attribute generator.
1715 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1716 'build-id' in description, example, new attribute in dtd.
1717
1718 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1719
1720 * gdb.texinfo (Selection): Update documentation for 'frame'
1721 command.
1722
1723 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1724
1725 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1726 commands.
1727
1728 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1729
1730 * gdb.texinfo (Process Record and Replay): Spell out that variables
1731 and registers are not available during btrace replay.
1732 Describe the new "record btrace pt" command.
1733 Describe the new "set|show record btrace pt buffer-size" options.
1734 (General Query Packets): Describe the new Qbtrace:pt and
1735 Qbtrace-conf:pt:size packets.
1736 Expand "bts" to "Branch Trace Store".
1737 Update the branch trace DTD.
1738
1739 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1740
1741 * gdb.texinfo (Command History): Document the new option
1742 "history remove-duplicates".
1743
1744 2015-06-19 Doug Evans <dje@google.com>
1745
1746 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1747 longer supported.
1748
1749 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1750
1751 * gdb.texinfo (Command History): Mention that setting
1752 GDBHISTSIZE to the empty string disables history truncation.
1753
1754 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1755
1756 PR gdb/16999
1757 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1758 behavior.
1759
1760 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1761
1762 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1763 with GDBHISTSIZE.
1764
1765 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1766
1767 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1768 bytes and memory units for -data-{read,write}-memory-bytes.
1769 (Packets): Same for m, M and X packets.
1770 * python.texi (Inferiors In Python): Same for read_memory and
1771 write_memory.
1772
1773 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1774
1775 * gdb.texinfo (Separate Debug Files): Document that PE is also
1776 supported.
1777
1778 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1781 single table entry.
1782
1783 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1784
1785 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1786
1787
1788 2015-06-10 Gary Benson <gbenson@redhat.com>
1789
1790 * gdb.texinfo (Remote Configuration): Document the
1791 "set/show remote hostio-setfs-packet" command.
1792 (Host I/O Packets): Document the vFile:setfs packet.
1793
1794 2015-06-10 Gary Benson <gbenson@redhat.com>
1795
1796 * gdb.texinfo (Debugging Output): Document the "set/show debug
1797 linux-namespaces" command.
1798
1799 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1800 Mircea Gherzan <mircea.gherzan@intel.com>
1801
1802 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1803 and "set mpx bound".
1804
1805 2015-05-27 Doug Evans <dje@google.com>
1806
1807 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1808
1809 2015-05-26 Doug Evans <dje@google.com>
1810
1811 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1812 command renamings.
1813 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1814
1815 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1816
1817 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1818
1819 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1820
1821 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1822 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1823
1824 2015-05-16 Doug Evans <xdje42@gmail.com>
1825
1826 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1827 memory ports.
1828
1829 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1830
1831 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1832
1833 2015-05-12 Don Breazeal <donb@codesourcery.com>
1834
1835 * gdb.texinfo (Forks): Note that fork debugging is
1836 supported in extended mode.
1837 (Remote Configuration): Add fork event features to table
1838 of packet settings.
1839 (Stop Reply Packets): Add fork events to list of stop reasons.
1840 (General Query Packets): Add fork events to tables of
1841 'gdbfeatures' and 'stub features' supported in the qSupported
1842 packet, as well as to the list containing stub feature
1843 details.
1844
1845 2015-05-12 Gary Benson <gbenson@redhat.com>
1846
1847 * gdb.texinfo (General Query Packets): Document
1848 qXfer:exec-file:read with empty annex.
1849
1850 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1851
1852 * python.texi (Values From Inferior): Add descriptions of new
1853 methods gdb.Value.reference_value and gdb.Value.const_value.
1854
1855 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1856
1857 * gdb.texinfo (Files): Add "info dll" documentation.
1858 (Cygwin Native): Remove "info dll" documentation.
1859
1860 2015-04-29 Doug Evans <dje@google.com>
1861
1862 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1863 Document.
1864 (Writing an Xmethod): Add get_result_type to example.
1865
1866 2015-04-28 Sasha Smundak <asmundak@google.com>
1867
1868 * python.texi: New method documented.
1869
1870 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1873 format.
1874
1875 2015-04-24 Doug Evans <dje@google.com>
1876
1877 * python.texi (Xmethods In Python): Fix name of method to call the
1878 xmethod.
1879
1880 2015-04-17 Gary Benson <gbenson@redhat.com>
1881
1882 * gdb.texinfo (Connecting to a Remote Target): Mention that
1883 GDB can access program files from remote targets that support
1884 qXfer:exec-file:read and Host I/O packets.
1885
1886 2015-04-17 Gary Benson <gbenson@redhat.com>
1887
1888 * gdb.texinfo (Remote Configuration): Document the "set/show
1889 remote pid-to-exec-file-packet" command.
1890 (General Query Packets): Document the qXfer:exec-file:read
1891 qSupported features. Document the qXfer:exec-file:read packet.
1892
1893 2015-04-17 Gary Benson <gbenson@redhat.com>
1894
1895 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1896 applies to executable paths if supplied to GDB as absolute.
1897
1898 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1899
1900 * gdb.texinfo (Mode Options): Remove -xdb.
1901
1902 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1903 Eli Zaretskii <eliz@gnu.org>
1904
1905 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1906 compile, show debug compile. New subsection Compilation options for
1907 the compile command. New subsection Compiler search for the compile
1908 command.
1909
1910 2015-04-09 Andy Wingo <wingo@igalia.com>
1911
1912 * guile.texi (Frames In Guile): Describe frame-read-register.
1913
1914 2015-04-02 Gary Benson <gbenson@redhat.com>
1915
1916 * gdb.texinfo (set sysroot): Document "target:".
1917
1918 2015-04-01 Sasha Smundak <asmundak@google.com>
1919
1920 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1921 section.
1922
1923 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1924
1925 PR corefiles/16092
1926 * gdb.texinfo (gcore): Mention new command 'set
1927 use-coredump-filter'.
1928 (set use-coredump-filter): Document new command.
1929
1930 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1931
1932 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1933 documentation, reorder the info os entries in alphabetical order.
1934
1935 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1936
1937 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1938 -data-write-memory-bytes.
1939
1940 2015-03-24 Pedro Alves <palves@redhat.com>
1941
1942 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1943 mention that threads may sometimes run unlocked.
1944
1945 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1946
1947 * gdb.texinfo (Remote configuration): Document "set/show
1948 serial parity" command.
1949
1950 2015-03-18 Gary Benson <gbenson@redhat.com>
1951
1952 * gdb.texinfo (General Query Packets): Remove documentation
1953 for now-removed vFile:fstat qSupported features.
1954
1955 2015-03-11 Gary Benson <gbenson@redhat.com>
1956
1957 * gdb.texinfo (Remote Configuration): Document the
1958 "set/show remote hostio-fstat-packet" command.
1959 (General Query Packets): Document the vFile:fstat
1960 qSupported features.
1961 (Host I/O Packets): Document the vFile:fstat packet.
1962
1963 2015-03-11 Andy Wingo <wingo@igalia.com>
1964
1965 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1966
1967 2015-03-04 Pedro Alves <palves@redhat.com>
1968
1969 * gdb.texinfo (Remote Configuration): Document the "set/show
1970 remote swbreak-feature-packet" and "set/show remote
1971 hwbreak-feature-packet" commands.
1972 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1973 decription.
1974 (Stop Reply Packets): Document the swbreak and hwbreak stop
1975 reasons.
1976 (General Query Packets): Document the swbreak and hwbreak
1977 qSupported features.
1978 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1979
1980 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1981
1982 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1983 under *stopped.
1984
1985 2015-03-02 Doug Evans <xdje42@gmail.com>
1986
1987 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1988
1989 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1990
1991 * gdb.texinfo (S/390 and System z Features): Describe new feature
1992 "org.gnu.gdb.s390.vx".
1993
1994 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1995
1996 PR gdb/18008
1997 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1998 demangler-warning): Fix typo ("problam").
1999
2000 2015-02-19 David Taylor <dtaylor@emc.com>
2001
2002 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
2003
2004 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2005
2006 * gdb.texinfo (Static Probe Points): Add cindex `static probe
2007 point, DTrace'.
2008 (Static Probe Points): Modified to cover DTrace probes in addition
2009 to SystemTap probes. Also modified to cover the `enable probe'
2010 and `disable probe' commands.
2011
2012 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2013
2014 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
2015 `disable probe' commands.
2016
2017 2015-02-12 David Taylor <dtaylor@emc.com>
2018
2019 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
2020 fields of the QTDV packet.
2021
2022 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2023
2024 * gdb.texinfo (Branch Trace Configuration Format): Add size.
2025 (Process Record and Replay): Describe new set|show commands.
2026 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
2027
2028 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2029
2030 * gdb.texinfo (Process Record and Replay): Describe the "record
2031 btrace bts" command.
2032 (General Query Packets): Describe qXfer:btrace-conf:read packet.
2033 (Branch Trace Configuration Format): New.
2034
2035 2015-01-31 Gary Benson <gbenson@redhat.com>
2036 Doug Evans <dje@google.com>
2037
2038 * gdb.texinfo (Command Completion): Document new
2039 "set/show max-completions" option.
2040
2041 2015-01-31 Doug Evans <xdje42@gmail.com>
2042
2043 * gdb.texinfo (Symbols): Document new commands
2044 "maint print symbol-cache", "maint print symbol-cache-statistics",
2045 "maint flush-symbol-cache". Document new option
2046 "maint set symbol-cache-size".
2047
2048 2015-01-31 Doug Evans <xdje42@gmail.com>
2049
2050 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
2051 distinguish script files vs inlined scripts.
2052 * python.texi (Python Auto-loading): Ditto.
2053
2054 2015-01-30 Doug Evans <dje@google.com>
2055
2056 * gdb.texinfo (Symbols) <info source>: Output now contains producer
2057 string if present.
2058
2059 2015-01-27 Doug Evans <dje@google.com>
2060
2061 * python.texi (Objfiles In Python): Document Objfile.username.
2062
2063 2015-01-27 Doug Evans <dje@google.com>
2064
2065 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
2066 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
2067
2068 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2069
2070 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
2071
2072 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2073
2074 * doc/gdb.texinfo (TUI Commands): Document the possible
2075 values of NAME argument to 'winheight' command. Explain the
2076 effect of 'tabset' setting better.
2077
2078 2015-01-11 Doug Evans <xdje42@gmail.com>
2079
2080 PR gdb/15830
2081 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
2082 (Symbols): Ditto.
2083 (Maintenance Commands): Delete docs for "maint demangle".
2084
2085 2014-12-31 Joel Brobecker <brobecker@adacore.com>
2086
2087 * gdb.texinfo (Files): Remove documentation of the
2088 "add-shared-symbol-files" and "assf" commands.
2089 (Cygwin Native): Remove documentation of the "dll-symbols"
2090 command.
2091
2092 2014-12-17 Doug Evans <xdje42@gmail.com>
2093
2094 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
2095
2096 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2097 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 * gdb.texinfo (Altering): Update.
2100 (Compiling and Injecting Code): New node.
2101
2102 2014-12-12 Doug Evans <dje@google.com>
2103
2104 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
2105
2106 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2107
2108 * gdb.texinfo: Document "maint print user-registers".
2109
2110 2014-12-08 Doug Evans <dje@google.com>
2111
2112 * python.texi (Objfiles In Python): Document Objfile.owner.
2113
2114 2014-12-04 Doug Evans <dje@google.com>
2115
2116 * python.texi (Objfiles In Python): Document
2117 Objfile.add_separate_debug_file.
2118
2119 2014-12-04 Doug Evans <dje@google.com>
2120
2121 * python.texi (Objfiles In Python): Document Objfile.build_id.
2122
2123 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2124
2125 * python.texi (Events In Python): Document new events
2126 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
2127 and RegisterChangedEvent.
2128
2129 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2130
2131 Add add-auto-load-scripts-directory.
2132 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
2133 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
2134
2135 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2136
2137 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
2138 description typo.
2139
2140 2014-10-30 Doug Evans <dje@google.com>
2141
2142 * python.texi (Progspaces In Python): Document ability to add
2143 random attributes to gdb.Progspace objects.
2144 (Objfiles In Python): Document ability to add random attributes to
2145 gdb.objfile objects.
2146
2147 2014-10-27 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2150 info on stepping and signal handlers.
2151 (Signals): Explain stepping and signal handlers. Add context
2152 index entry, and cross references.
2153
2154 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2155
2156 * python.texi (Breakpoints In Python): Add parenthesis after
2157 Breakpoint.delete. Clarify Breakpoint.enabled description so
2158 that it contains "disable".
2159
2160 2014-10-17 Doug Evans <dje@google.com>
2161
2162 * python.texi (Events In Python): Document clear_objfiles event.
2163
2164 2014-10-17 Doug Evans <dje@google.com>
2165
2166 * python.texi (Objfiles In Python): Document new progspace attribute.
2167
2168 2014-10-17 Pedro Alves <palves@redhat.com>
2169
2170 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2171 (SVR4 Process Information): Delete mention of OSF/1.
2172
2173 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2174
2175 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2176 exit-code field in -list-thread-groups output.
2177
2178 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2179
2180 * gdb.texinfo (Set Breaks): Add missing "@end table".
2181
2182 2014-09-22 Pedro Alves <palves@redhat.com>
2183
2184 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2185 always-inserted off" is the default mode now. Delete
2186 documentation of "set breakpoint always-inserted auto".
2187
2188 2014-09-18 Doug Evans <dje@google.com>
2189
2190 * python.texi (Symbol Tables In Python): Document "producer"
2191 attribute of gdb.Symtab objects.
2192
2193 2014-09-16 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2196 (Embedded OS): Remove VxWorks menu entry.
2197 (VxWorks): Remove node.
2198
2199 2014-09-13 Doug Evans <xdje42@gmail.com>
2200
2201 * gdb.texinfo (Signaling): Document new queue-signal command.
2202
2203 2014-09-06 Doug Evans <xdje42@gmail.com>
2204
2205 PR 15276
2206 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2207 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2208
2209 2014-09-03 Justin Lebar <jlebar@google.com>
2210
2211 * python.texi (Types In Python): Type.template_argument(n) returns a
2212 gdb.Value or a gdb.Type and throws an exception if n is out of
2213 range.
2214
2215 2014-09-03 Sasha Smundak <asmundak@google.com>
2216
2217 * python.texi (Frames in Python): Add read_register description.
2218
2219 2014-08-04 Tom Tromey <tromey@redhat.com>
2220
2221 * gdb.texinfo (Debugging Output): Update for change to "set debug
2222 target".
2223
2224 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2225
2226 Pushed by Joel Brobecker <brobecker@adacore.com>.
2227 * Makefile.in (transform): New variable.
2228 (install-man1, install-man5): Apply $(transform) to man file names.
2229
2230 2014-07-26 Doug Evans <xdje42@gmail.com>
2231
2232 PR guile/17177
2233 * guile.texi (Guile Pretty Printing API): Fix typo.
2234 Document set-pretty-printers!, pretty-printers.
2235 (Selecting Guile Pretty-Printers): Update.
2236 Mention program-space based pretty-printers.
2237
2238 2014-07-25 Pedro Alves <palves@redhat.com>
2239 Eli Zaretskii <eliz@gnu.org>
2240
2241 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2242 with multi-threaded programs.
2243
2244 2014-06-27 Yao Qi <yao@codesourcery.com>
2245
2246 * gdb.texinfo (Maintenance Commands): Update the output of
2247 'maint print dummy-frames' command.
2248
2249 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2250
2251 * gdb.texinfo (Screen Size): Improve indexing.
2252
2253 2014-06-19 Gary Benson <gbenson@redhat.com>
2254
2255 * gdb.texinfo (Maintenance Commands): Document new
2256 "maint set/show catch-demangler-crashes" option.
2257
2258 2014-06-19 Gary Benson <gbenson@redhat.com>
2259
2260 * gdb.texinfo (Maintenance Commands): Document new
2261 "maint demangler-warning" command and new
2262 "maint set/show demangler-warning" option.
2263
2264 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2265
2266 * python.texi (Xmethod API): Add space before the opening
2267 parenthesis in function descriptions.
2268
2269 2014-06-06 Doug Evans <xdje42@gmail.com>
2270
2271 * guile.texi (Guile Configuration): Document guile-data-directory.
2272
2273 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2274
2275 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2276
2277 2014-06-04 Doug Evans <xdje42@gmail.com>
2278
2279 * guile.texi (Breakpoints In Guile): Update.
2280
2281 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2282
2283 * python.texi (Xmethod API): Fix reference to "Progspaces In
2284 Python".
2285
2286 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2287
2288 * python.texi (Xmethods In Python, XMethod API)
2289 (Writing an Xmethod): New nodes.
2290 (Python API): New menu entries "Xmethods In Python",
2291 "Xmethod API", "Writing an Xmethod".
2292
2293 2014-06-02 Doug Evans <xdje42@gmail.com>
2294
2295 * guile.texi (Guile API): Add entry for Parameters In Guile.
2296 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2297 (Parameters In Guile): New node.
2298
2299 2014-06-02 Doug Evans <xdje42@gmail.com>
2300
2301 * guile.texi (Guile API): Add entry for Commands In Guile.
2302 (Basic Guile) <parse-and-eval>: Add reference.
2303 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2304 (GDB Scheme Data Types): Mention <gdb:command> object.
2305 (Commands In Guile): New node.
2306
2307 2014-06-02 Doug Evans <xdje42@gmail.com>
2308
2309 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2310 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2311 (Progspaces In Guile): New node.
2312
2313 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2314
2315 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2316 * python.texi (Frames In Python): Mention
2317 gdb.FRAME_UNWIND_MEMORY_ERROR.
2318
2319 2014-05-29 Pedro Alves <palves@redhat.com>
2320 Tom Tromey <tromey@redhat.com>
2321
2322 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2323 from example.
2324 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2325 Mention that target-async is now deprecated.
2326 (Maintenance Commands): Document maint set/show target-async.
2327
2328 2014-05-29 Pedro Alves <palves@redhat.com>
2329
2330 * observer.texi (sync_execution_done, command_error): New
2331 subjects.
2332
2333 2014-05-29 Pedro Alves <palves@redhat.com>
2334
2335 PR gdb/13860
2336 * observer.texi (signal_received, end_stepping_range)
2337 (signal_exited, exited, no_history): New observer subjects.
2338
2339 2014-05-26 Andy Wingo <wingo@igalia.com>
2340
2341 * guile.texi (GDB Scheme Data Types): Remove documentation for
2342 removed interfaces. Update spelling of gdb-object-kind.
2343
2344 2014-05-26 Andy Wingo <wingo@igalia.com>
2345
2346 * guile.texi (Basic Guile): Fix some typos.
2347
2348 2014-05-26 Andy Wingo <wingo@igalia.com>
2349
2350 * guile.texi (Writing a Guile Pretty-Printer)
2351 (Guile Types Module): Fix excess parentheses in use-modules forms.
2352
2353 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2354
2355 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2356 (Breakpoints In Guile, Guile Printing Module)
2357 (Guile Exception Handling, Values From Inferior In Guile)
2358 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2359 Don't use @var at the beginning of a sentence.
2360
2361 * gdb.texinfo (Frame Filter Management, Trace Files)
2362 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2363 (PowerPC Embedded, Define, Annotations for Running)
2364 (IPA Protocol Commands, Packets, General Query Packets)
2365 (Tracepoint Packets, Notification Packets, Environment)
2366 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2367 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2368 (Frames, Backtrace, Selection, Expressions, Registers)
2369 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2370 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2371 (Source Annotations, Using JIT Debug Info Readers, Packets)
2372 (Stop Reply Packets, Host I/O Packets)
2373 (Target Description Format): Don't use @var at the beginning of a
2374 sentence.
2375
2376 * python.texi (Basic Python, Types In Python)
2377 (Commands In Python, Frames In Python, Line Tables In Python)
2378 (Breakpoints In Python, gdb.printing, gdb.types)
2379 (Type Printing API): Don't use @var at the beginning of a
2380 sentence.
2381
2382 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2383
2384 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2385 replay-memory-access".
2386
2387 2014-05-21 Pedro Alves <palves@redhat.com>
2388
2389 * gdb.texinfo (Starting): Document "set/show
2390 auto-connect-native-target".
2391 (Target Commands): Document "target native".
2392
2393 2014-05-20 Pedro Alves <palves@redhat.com>
2394
2395 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2396 not be remote specific. Add cross reference to the qCRC packet.
2397 (Separate Debug Files): Update cross reference to the qCRC packet.
2398 (General Query Packets) <qCRC packet>: Add anchor.
2399
2400 2014-05-17 Doug Evans <xdje42@gmail.com>
2401
2402 Copy over changes from guile.texi.
2403 * python.texi (Basic Python) <gdb.execute>: Add text.
2404 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2405 (Values From Inferior) <Python string>: Add text.
2406 (Values From Inferior) <Value.string>: Clarify string length handling.
2407 (Pretty Printing API): Add cindex.
2408 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2409 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2410 @vindex.
2411 (Commands In Python) <COMPLETE_*>: Similarly.
2412 (Symbols In Python) <SYMBOL_*>: Similarly.
2413 (Breakpoints In Python) <WP_*>: Similarly.
2414 (Breakpoints In Python) <BP_*>: Similarly.
2415
2416 2014-05-17 David Taylor <dtaylor@emc.com>
2417
2418 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2419 mentioned in the qfThreadInfo reply.
2420
2421 2014-05-16 Doug Evans <dje@google.com>
2422
2423 * gdb.texinfo (Mode Options): Add -D.
2424
2425 2014-05-09 Samuel Bronson <naesten@gmail.com>
2426
2427 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2428 "make -C".
2429
2430 2014-04-29 Tom Tromey <tromey@redhat.com>
2431
2432 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2433 "show debug varobj".
2434
2435 2014-05-01 David Taylor <dtaylor@emc.com>
2436
2437 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2438 option.
2439
2440 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2441 Walfred Tedeschi <walfred.tedeschi@intel.com>
2442
2443 * gdb.texinfo (i386 Features): Add description of AVX512
2444 registers.
2445
2446 2014-03-31 Doug Evans <dje@google.com>
2447
2448 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2449
2450 2014-03-30 Doug Evans <dje@google.com>
2451
2452 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2453 (Background Execution): Ditto.
2454
2455 2014-03-21 Pedro Alves <palves@redhat.com>
2456 Stan Shebs <stan@codesourcery.com>
2457 Hui Zhu <hui@codesourcery.com>
2458
2459 * gdb.texinfo (Packets): Add anchor to "? packet".
2460 Remove fixme and update introduction of "k packet".
2461 Add anchor to "vKill packet".
2462
2463 2014-03-12 Stan Shebs <stan@codesourcery.com>
2464
2465 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2466
2467 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2468
2469 * guile.texi (Basic Guile): Document 'history-append!'.
2470
2471 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2472
2473 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2474 and "assf" as being deprecated.
2475 (Cygwin Native): Likewise for "dll-symbols".
2476 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2477 as a way to force the loading of symbols from a DLL.
2478
2479 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2480
2481 * python.texi (Values From Inferior): Add description about the
2482 new feature.
2483
2484 2014-02-17 Doug Evans <xdje42@gmail.com>
2485
2486 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2487 * gdb.texinfo (Python): Moved to ...
2488 * python.texi: ... here. New file.
2489
2490 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2491
2492 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2493 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2494 parameter to 'str-lookup-function' procedure. Look for
2495 the "std::string<" prefix.
2496 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2497 Adjust description.
2498
2499 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2500
2501 * guile.texi (Values From Inferior In Guile): Remove stray
2502 parantheses for deffn.
2503 (Disassembly In Guile): Ditto.
2504
2505 2014-02-10 Stan Shebs <stan@codesourcery.com>
2506
2507 Add Doxygen support.
2508 * Makefile.in (doxy): New action, generates Doxygen files.
2509 (DOXYGEN): New.
2510 (doxyedit): New.
2511 * Doxyfile-base.in: New file.
2512 * Doxyfile-gdb-api.in: New file.
2513 * Doxyfile-gdb-xref.in: New file.
2514 * Doxyfile-gdbserver.in: New file.
2515 * doxy-index.in: New file.
2516 * filter-for-doxygen: New file.
2517 * filter-params.pl: New file.
2518
2519 2014-02-10 Doug Evans <xdje42@gmail.com>
2520
2521 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2522 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2523 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2524 (Guile docs): Include guile.texi.
2525 (objfile-gdbdotext file): Add objfile-gdb.scm.
2526 (dotdebug_gdb_scripts section): Mention Guile scripts.
2527 (Multiple Extension Languages): New node.
2528 * guile.texi: New file.
2529
2530 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2531
2532 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2533 ignore-descriptive-types". commands.
2534
2535 2014-01-22 Doug Evans <dje@google.com>
2536
2537 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2538 (gdbserver man): Ditto.
2539
2540 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2541
2542 * gdb.texinfo: Document limited reverse/replay support
2543 for target record-btrace.
2544
2545 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2546
2547 * gdb.texinfo (Process Record and Replay): Update documentation.
2548
2549 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2550
2551 * gdb.texinfo (Process Record and Replay): Document new /c
2552 modifier accepted by "record function-call-history".
2553 Add /i modifier to "record function-call-history" example.
2554
2555 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2556 Joel Brobecker <brobecker@adacore.com>
2557
2558 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2559 markers. Remove one that was misplaced.
2560
2561 2014-01-10 Pedro Alves <palves@redhat.com>
2562
2563 * gdb.texinfo (Your Program's Environment) <set environment>:
2564 Mention the shell, and point at 'set exec-wrapper'.
2565
2566 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2567
2568 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2569
2570 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2571
2572 * gdb.texinfo (Types In Python): Clarify the documentation
2573 of attribute gdb.Field.bitpos.
2574
2575 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2576
2577 * gdb.texinfo (Types In Python): Fix the documentation of
2578 attribute "bitpos" in class gdb.Field for enum types. Add
2579 documentation for attribute "enumval" in that same class.
2580
2581 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2582
2583 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2584 @ftable.
2585
2586 2013-12-23 Doug Evans <xdje42@gmail.com>
2587
2588 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2589 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2590 corresponding section in Extending GDB.
2591 (Extending GDB): Move menu up. New menu item "Auto-loading
2592 extensions".
2593 (Sequences): New menu item "Auto-loading sequences".
2594 (Auto-loading sequences): New node.
2595 (Python): Rename section from Scripting GDB to Extending GDB.
2596 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2597 Move docs on ways to auto-load extensions to ...
2598 (Auto-loading extensions): ... here. New node.
2599
2600 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2601
2602 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2603 in menu.
2604 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2605 command, now in a new node.
2606 (GDB/MI Support Commands): New node, with its contents being
2607 extracted from the "GDB/MI Miscellaneous Commands" node.
2608 A small paragraph introducing the section is also added at
2609 the start.
2610 (GDB/MI Miscellaneous Commands): Delete the description of the
2611 -info-gdb-mi-command, -list-features and -list-target-features
2612 commands, now hosted in the "GDB/MI Support Commands" node.
2613
2614 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2615
2616 PR python/16113
2617 * gdb.texinfo (Values From Inferior): Add a note about using
2618 gdb.Field objects as subscripts on gdb.Value objects.
2619 (Types In Python): Add description about the new attribute
2620 "parent_type" of gdb.Field objects.
2621
2622 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2623
2624 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2625 entry for section docuumenting the -list-features GDB/MI command.
2626
2627 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2628
2629 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2630 "exec-run-start-option" entry in the output of the "-list-features"
2631 command.
2632
2633 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2634
2635 * gdb.texinfo (i386): Fix yesterday's commit.
2636
2637 2013-12-03 Tom Tromey <tromey@redhat.com>
2638
2639 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2640 documented here.
2641
2642 2013-12-03 Tom Tromey <tromey@redhat.com>
2643
2644 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2645
2646 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2647
2648 * gdb.texinfo (i386 Features): Add MPX feature registers.
2649 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2650 a subsubsection for MPX and describes the display of the
2651 boundary registers.
2652
2653 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2654
2655 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2656 documentation of the "ada-exceptions" entry.
2657
2658 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2659
2660 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2661 "^error" result record concerning the error message. Document
2662 the error code that may also be part of that result record.
2663 (GDB/MI Miscellaneous Commands): Document the
2664 "undefined-command-error-code" element in the output of
2665 the "-list-features" GDB/MI command.
2666
2667 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2668
2669 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2670 the new -info-gdb-mi-command GDB/MI command. Document
2671 the meaning of "-info-gdb-mi-command" in the output of
2672 -list-features.
2673
2674 2013-11-29 Pedro Alves <palves@redhat.com>
2675
2676 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2677 Update comment.
2678
2679 2013-11-24 Yao Qi <yao@codesourcery.com>
2680
2681 * gdb.texinfo (Caching Remote Data): Document new
2682 "set/show stack-cache" option.
2683
2684 2013-11-24 Yao Qi <yao@codesourcery.com>
2685
2686 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2687 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2688 "off" respectively.
2689
2690 2013-11-23 Yao Qi <yao@codesourcery.com>
2691
2692 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2693 of "displayhint" to the table about child results.
2694
2695 2013-11-21 Yao Qi <yao@codesourcery.com>
2696
2697 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2698 'dynamic' for the output of command -var-list-children.
2699
2700 2013-11-21 Yao Qi <yao@codesourcery.com>
2701
2702 * gdb.texinfo (Caching Target Data): Remove "see" before
2703 @pxref.
2704
2705 2013-11-20 Yao Qi <yao@codesourcery.com>
2706
2707 * gdb.texinfo (Caching Target Data): Update doc for
2708 per-address-space dcache.
2709
2710 2013-11-20 Yao Qi <yao@codesourcery.com>
2711
2712 * gdb.texinfo (Data): Rename menu item.
2713 (Caching Remote Data): Rename to ...
2714 (Caching Target Data): ... it. Update.
2715
2716 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2717
2718 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2719 "language-option" entry in the output of the "-list-features"
2720 command.
2721
2722 2013-11-15 Tom Tromey <tromey@redhat.com>
2723
2724 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2725 Add example.
2726
2727 2013-11-14 Tom Tromey <tromey@redhat.com>
2728
2729 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2730
2731 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2732
2733 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2734 (Context management): Place current subsection text into its own
2735 subsubsection. Add new subsubsection describing the "--language"
2736 command option.
2737
2738 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2739
2740 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2741 the documentation of "info-ada-exceptions" in the output
2742 of the "-list-features" command. Add the documentation
2743 of the "ada-exception" entry instead.
2744
2745 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2746
2747
2748 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2749 word of a couple of sentences to start with a capital letter.
2750
2751 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2752
2753 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2754 (Ada Exceptions): New node.
2755 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2756 Commands" node.
2757 (GDB/MI Ada Exceptions Commands): New node.
2758 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2759 field in the output of the "-list-features" command.
2760 * NEWS: Add entry for the new "info exceptions" CLI command,
2761 and for the new "-info-ada-exceptions" GDB/MI command.
2762
2763 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2764
2765 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2766 (Line Tables In Python): New node.
2767
2768 2013-11-08 Doug Evans <dje@google.com>
2769
2770 * gdb.texinfo (Debugging Output): Update text for
2771 "set debug dwarf2-read".
2772
2773 2013-11-08 Doug Evans <dje@google.com>
2774
2775 * gdb.texinfo (Debugging Output): Update text for
2776 "set debug symtab-create".
2777
2778 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2779
2780 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2781 constant.
2782
2783 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2784
2785 * gdb.texinfo (Breakpoints In Python): Document temporary
2786 option in breakpoint constructor, and add documentation to the
2787 temporary attribute.
2788
2789 2013-11-07 Yao Qi <yao@codesourcery.com>
2790
2791 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2792 output of "-var-info-expression".
2793
2794 2013-11-06 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2797 non-interactive mode.
2798 (Environment) <shell startup files warning>: Mention
2799 non-interactive mode. Mention .zshenv for Z shell, and talk about
2800 BASH_ENV instead of .bashrc for BASH.
2801
2802 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2803
2804 * gdb.texinfo (Commands to Specify Files): Add description
2805 of the remove-symbol-file command.
2806 * observer.texi: New free_objfile event
2807
2808 2013-10-24 Pedro Alves <palves@redhat.com>
2809
2810 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2811
2812 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2813
2814 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2815 New subsection inside which the "-catch-load" and "-catch-unload"
2816 commands documentation is now placed.
2817 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2818 documenting the "-catch-assert" and "-catch-exception" new
2819 GDB/MI commands.
2820
2821 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2822
2823 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2824
2825 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2826
2827 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2828 serial baud".
2829 (Remote Configuration): Replace "set remotebaud" by "set serial
2830 baud". Replace "show remotebaud" by "show serial baud".
2831
2832 2013-10-07 Pedro Alves <palves@redhat.com>
2833
2834 PR breakpoints/11568
2835 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2836 when the thread is removed from the thread list.
2837
2838 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2839
2840 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2841 Update entry for $_exitcode.
2842
2843 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2844
2845 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2846 new "--start" option.
2847
2848 2013-10-02 Pedro Alves <palves@redhat.com>
2849
2850 * gdb.texinfo (Registers): Expand description of saved registers
2851 in frames. Explain <not saved>.
2852
2853 2013-09-25 Doug Evans <dje@google.com>
2854
2855 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2856
2857 2013-09-16 Stan Shebs <stan@codesourcery.com>
2858
2859 Remove the internals manual gdbint.texinfo.
2860 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2861 (PDFFILES): Remove gdbint.pdf.
2862 (HTMLFILES): Remove gdbint/index.html.
2863 (HTMLFILES_INSTALL): Remove gdbint.
2864 (GDBINT_DOC_FILES): Remove.
2865 (dvi): Remove gdbint.dvi.
2866 (ps): Remove gdbint.ps.
2867 * gdbint.texinfo: Remove file.
2868 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2869
2870 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2871
2872 * gdb.texinfo (Convenience Functions): Mention new convenience
2873 function $_isvoid.
2874
2875 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2876
2877 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2878 (Standard Target Features): Add new node to menu.
2879 (S/390 and System z Features): New node.
2880
2881 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2882
2883 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2884 -list-target-features in the example.
2885
2886 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2887
2888 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2889 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2890
2891 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2892
2893 Sync documentation with gdb.base/gnu-debugdata.exp.
2894 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2895
2896 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2897
2898 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2899
2900 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2901 Yao Qi <yao@codesourcery.com>
2902
2903 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2904 Document new --skip-unavailable option.
2905 <-stack-list-variables>: Document new --skip-unavailable option.
2906
2907 2013-08-26 Doug Evans <dje@google.com>
2908
2909 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2910 an optional regexp.
2911
2912 2013-08-13 Tom Tromey <tromey@redhat.com>
2913
2914 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2915 Document GDB_PARALLEL and GDB_INOTIFY.
2916
2917 2013-08-09 Stan Shebs <stan@codesourcery.com>
2918
2919 * LRS: Remove file, describes a long-abandoned live-range
2920 splitting extension to stabs.
2921
2922 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2923
2924 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2925
2926 2013-07-17 Doug Evans <dje@google.com>
2927
2928 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2929
2930 2013-07-02 Tom Tromey <tromey@redhat.com>
2931
2932 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2933
2934 2013-06-28 Tom Tromey <tromey@redhat.com>
2935
2936 * Makefile.in (version.subst): Use version.in, not
2937 common/version.in.
2938 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2939 Likewise.
2940
2941 2013-06-27 Pedro Alves <palves@redhat.com>
2942
2943 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2944 dynamic symbol resolution code>: New section, based on infrun.c
2945 comment.
2946
2947 2013-06-26 Tom Tromey <tromey@redhat.com>
2948
2949 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2950 Update.
2951 (Releasing GDB): Likewise.
2952
2953 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2954 Yao Qi <yao@codesourcery.com>
2955
2956 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2957 -trace-frame-collected.
2958
2959 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2960
2961 * gdb.texinfo (Traceframe Info Format): Document tvar element
2962 and its attributes.
2963
2964 2013-06-25 Yao Qi <yao@codesourcery.com>
2965
2966 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2967
2968 2013-06-24 Tom Tromey <tromey@redhat.com>
2969
2970 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2971 (GDBvn.texi): Use version.subst.
2972 (version.subst): New target.
2973 (mostlyclean): Remove version.subst.
2974
2975 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2976
2977 * gdb.texinfo (GDB/MI Data Manipulation)
2978 <-data-list-register-values>: Document the --skip-unavailable
2979 option.
2980
2981 2013-06-07 Yao Qi <yao@codesourcery.com>
2982
2983 * gdb.texinfo (Symbols): Add kindex and cindex for
2984 'maint print msymbols'.
2985
2986 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2987
2988 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2989 response field name (thread-group to inferior).
2990
2991 2013-06-04 Gary Benson <gbenson@redhat.com>
2992
2993 * gdb.texinfo (General Query Packets/qSupported): Added
2994 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2995 to the table of currently defined stub features.
2996 Added a more detailed entry for "augmented-libraries-svr4-read".
2997 (General Query Packets/qXfer:libraries-svr4:read): Documented
2998 the augmented form of this packet.
2999
3000 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3001
3002 * gdb.texinfo (System-wide Configuration Scripts): Renames
3003 "Installed System-wide Configuration Scripts". Add associated
3004 @menu block.
3005
3006 2013-05-23 Yao Qi <yao@codesourcery.com>
3007 Pedro Alves <palves@redhat.com>
3008
3009 * gdb.texinfo (Packets): Document 'vCont;r'.
3010 (Continuing and Stepping): Document target-assisted range
3011 stepping, and the 'set range-stepping' and 'show range-stepping'
3012 commands.
3013
3014 2013-05-23 Joel Brobecker <brobecker@adacore.com>
3015
3016 * gdb.texinfo (Installed System-wide Configuration Scripts):
3017 Add subsection describing the scripts now available under
3018 the data-dir's system-gdbbinit subdirectory.
3019 * NEWS: Add entry announcing the availability of system-wide
3020 configuration scripts for ElinOS and Wind River Linux.
3021
3022 2013-05-21 Hui Zhu <hui@codesourcery.com>
3023
3024 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
3025 "-dprintf-insert" command.
3026
3027 2013-05-17 Doug Evans <dje@google.com>
3028
3029 * gdb.texinfo (Maintenance Commands): Update doc for
3030 "maint check-psymtabs". Add doc for "maint check-symtabs",
3031 "maint expand-symtabs".
3032
3033 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3034
3035 * gdb.texinfo (Process Record and Replay): Document the
3036 "record goto" command and its sub-commands.
3037
3038 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3039
3040 * gdb.texinfo (Backtrace): Add "no-filter" argument.
3041 (Python API): Add Frame Filters API, Frame Wrapper API,
3042 Writing a Frame Filter/Wrapper, Managing Management of Frame
3043 Filters chapter entries.
3044 (Frame Filters API): New Node.
3045 (Frame Wrapper API): New Node.
3046 (Writing a Frame Filter): New Node.
3047 (Managing Frame Filters): New Node.
3048 (Progspaces In Python): Add note about frame_filters attribute.
3049 (Objfiles in Python): Ditto.
3050 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
3051 @anchors and --no-frame-filters option to -stack-list-variables,
3052 -stack-list-frames, -stack-list-locals and -stack-list-arguments
3053 commands.
3054
3055 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3056
3057 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
3058 Support" subsection documenting the XML format used to transfer
3059 shared library info on AIX.
3060
3061 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3062
3063 * gdb.texinfo (Debugging Output): Add documentation of
3064 "set debug aix-solib" and "show debug aix-solib" commands.
3065
3066 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3067
3068 * gdb.texinfo (Nios II): New section.
3069 (Nios II Features): New section.
3070
3071 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3072
3073 * gdbint.texinfo (Algorithms): Remove entries documenting
3074 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
3075 SOLIB_CREATE_INFERIOR_HOOK.
3076
3077 2013-04-29 Tom Tromey <tromey@redhat.com>
3078
3079 PR python/14204:
3080 * gdb.texinfo (Python API): Fix menu entry.
3081 (Blocks In Python): Fix subsubsection text. Rewrite intro.
3082 Define global and static block. Add example. Clarify
3083 block relationship for inline functions.
3084
3085 2013-04-29 Tom Tromey <tromey@redhat.com>
3086
3087 * gdb.texinfo (Python API): Mention Python help and keyword
3088 arguments. Move pagination text to Basic Python.
3089 (Basic Python): Put pagination text here. Document
3090 close-on-exec, SIGCHLD, and SIGINT.
3091
3092 2013-04-19 Pedro Alves <palves@redhat.com>
3093
3094 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
3095 "signedness" instead of "signness".
3096
3097 2013-04-19 Pedro Alves <palves@redhat.com>
3098
3099 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
3100 -Wno-pointer-sign text with text on -Wpointer-sign.
3101
3102 2013-04-16 Tom Tromey <tromey@redhat.com>
3103
3104 * gdb.texinfo (Set Catchpoints): Mention earliest version of
3105 GCC that has the SDT probe points.
3106
3107 2013-04-15 Tom Tromey <tromey@redhat.com>
3108
3109 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
3110 exception catchpoints.
3111
3112 2013-04-15 Tom Tromey <tromey@redhat.com>
3113
3114 * gdb.texinfo (Set Catchpoints): Document $_exception.
3115 (Convenience Vars): Mention $_exception.
3116
3117 2013-04-15 Tom Tromey <tromey@redhat.com>
3118
3119 * gdb.texinfo (Set Catchpoints): Reorganize exception
3120 catchpoints. Document "catch rethrow".
3121 (Debugging C Plus Plus): Mention "catch rethrow".
3122
3123 2013-04-15 Tom Tromey <tromey@redhat.com>
3124
3125 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
3126
3127 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3128 Eli Zaretskii <eliz@gnu.org>
3129
3130 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
3131 line below the sample output.
3132
3133 2013-04-12 Eli Zaretskii <eliz@gnu.org>
3134
3135 * gdb.texinfo (Mode Options): Document '-configuration'.
3136 (Help): Document "show configuration".
3137 (Bug Reporting): Add requirements to include the configuration
3138 details in bug reports.
3139
3140 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3141
3142 * Makefile.in (MAN1S): Add gcore.1.
3143 Remove "Host, target, and site specific Makefile fragments" comment.
3144 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3145 (install-man1, uninstall-man1): Conditionalize gcore.1.
3146 (gcore.1): New.
3147 * gdb.texinfo (Man Pages): Add gcore man.
3148 (gcore man): New node.
3149
3150 2013-04-10 Pedro Alves <palves@redhat.com>
3151
3152 * gdb.texinfo (Process Record and Replay): Document that "set
3153 record full insn-number-max", "set record
3154 instruction-history-size" and "set record
3155 function-call-history-size" accept "unlimited".
3156 (Backtrace): Document that "set backtrace limit" accepts
3157 "unlimited".
3158 (List): Document that "set listsize" accepts "unlimited".
3159 (Print Settings)" Document that "set print max-symbolic-offset",
3160 "set print elements" and "set print repeats" accept "unlimited".
3161 (Starting and Stopping Trace Experiments): Document that "set
3162 trace-buffer-size" accepts "unlimited".
3163 (Remote Configuration): Document that "set tcp connect-timeout"
3164 accepts "unlimited".
3165 (Command History): Document that "set history size" accepts
3166 "unlimited".
3167 (Screen Size): Document that "set height" and "set width" accepts
3168 "unlimited". Adjust "set pagination"'s description to suggest
3169 "set height unlimited" instead of "set height 0".
3170
3171 2013-04-10 Yao Qi <yao@codesourcery.com>
3172
3173 * gdb.texinfo (Trace Files): Add "target ctf".
3174
3175 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3176
3177 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3178
3179 * Makefile.in (install-man1, install-man5, uninstall-man1)
3180 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3181
3182 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3183
3184 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3185 Eli Zaretskii <eliz@gnu.org>
3186
3187 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3188 parameters order. Remove "On some targets" for --attach. Document the
3189 --multi parameter and extended-remote command. Document all the
3190 options.
3191
3192 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3193
3194 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3195 the list of supported languages.
3196
3197 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3198
3199 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3200 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3201 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3202 (diststuff): Add man.
3203 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3204 (uninstall-man5): New.
3205 (STAGESTUFF): Add *.1 and *.5.
3206 (GDBvn.texi): Add SYSTEM_GDBINIT.
3207 (gdb.1, gdbserver.1, gdbinit.5): New.
3208 (maintainer-clean realclean): Add $(MANS).
3209 (install): Add install-man.
3210 (uninstall): Add uninstall-man.
3211 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3212 (@copying): Wrap it by @c man begin COPYRIGHT.
3213 (Top): Add Man Pages.
3214 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3215
3216 2013-04-02 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.texinfo (Debugging Output): Document "set/show debug
3219 aarch64", "set/show debug coff-pe-read" and "set/show debug
3220 mach-o".
3221
3222 2013-04-02 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3225 table>: Add entry for "trace-buffer-size".
3226
3227 2013-03-28 Pedro Alves <palves@redhat.com>
3228
3229 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3230 table>: Add entry for "trace-status".
3231
3232 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3233
3234 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3235 @bullet", which is invalid (makeinfo 5.1 barfs).
3236
3237 2013-03-28 Pedro Alves <palves@redhat.com>
3238
3239 PR gdb/15294
3240
3241 * gdb.texinfo (List) <set listsize>: Adjust to document that
3242 listsize 0 means no limit, and remove mention of -1.
3243
3244 2013-03-22 Yao Qi <yao@codesourcery.com>
3245
3246 * gdb.texinfo (Embedded Processors): Remove menu item
3247 "OpenRISC 1000".
3248 (OpenRISC 1000): Remove.
3249
3250 2013-03-21 Doug Evans <dje@google.com>
3251
3252 * gdb.texinfo (Maintenance Commands): Add docs for
3253 "mt set per-command {space,time,symtab} {on,off}".
3254
3255 2013-03-14 Hui Zhu <hui@codesourcery.com>
3256 Yao Qi <yao@codesourcery.com>
3257
3258 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3259
3260 2013-03-13 Keith Seitz <keiths@redhat.com>
3261
3262 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3263 "maint agent" reference to Dynamic printf.
3264
3265 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3266
3267 * gdb.texinfo (General Query Packets): Don't use colon in index
3268 entries visible to Info format.
3269
3270 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3271
3272 * gdb.texinfo (Process Record and Replay): Document record
3273 changes.
3274
3275 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3276
3277 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3278 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3279 qXfer:btrace:read.
3280
3281 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3282
3283 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3284 use colons in @anchor and @cindex entries.
3285
3286 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3287
3288 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3289
3290 2013-03-08 Stan Shebs <stan@codesourcery.com>
3291 Hafiz Abid Qadeer <abidh@codesourcery.com>
3292
3293 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3294 trace-buffer-size set and show commands.
3295 (Tracepoint Packets): Document QTBuffer:size.
3296 (General Query Packets): Document QTBuffer:size.
3297
3298 2013-02-21 Tom Tromey <tromey@redhat.com>
3299
3300 * gdb.texinfo: Remove bad @syncodeindex.
3301 (Values From Inferior, Types In Python, Inferiors In Python)
3302 (Events In Python, Threads In Python, Frames In Python, Blocks In
3303 Python, Symbols In Python, Symbol Tables In Python): Remove
3304 @tables.
3305 (Packets, General Query Packets, Tracepoint Packets)
3306 (Host I/O Packets): Use @w{} for empty @item.
3307
3308 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3309
3310 * gdb.texinfo (Architectures In Python): Add description about
3311 the new method gdb.Architecture.disassemble.
3312
3313 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3314 Hafiz Abid Qadeer <abidh@codesourcery.com>
3315
3316 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3317 Document the "trace-file" field.
3318
3319 2013-02-07 Doug Evans <dje@google.com>
3320
3321 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3322 command.
3323
3324 2013-02-06 Yao Qi <yao@codesourcery.com>
3325
3326 * gdb.texinfo (GDB/MI Async Records): Document new MI
3327 notification "=tsv-modified". Update the document of MI
3328 notification "=tsv-created".
3329 * observer.texi (GDB Observers): New observer tsv_modified.
3330 Update observer tsv_created and tsv_delete.
3331
3332 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3333
3334 * gdb.texinfo (AArch64 Features): New section; document
3335 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3336 (Architectures): Add new AArch64 section to document AArch64
3337 architecture specific commands.
3338 (ABI): Add description of the new OS ABI "Newlib" and its influence
3339 on the longjmp handling.
3340
3341 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3342 Jan Kratochvil <jan.kratochvil@redhat.com>
3343
3344 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3345 variable in 'set/show backtrace' section.
3346
3347 2013-01-31 Tom Tromey <tromey@redhat.com>
3348
3349 * gdb.texinfo (Target Commands): Fix typo.
3350
3351 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3352
3353 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3354 describing the gdb.Architecture class.
3355 (Frames In Python): Add description about the new method
3356 gdb.Frame.architecture().
3357
3358 2013-01-23 Doug Evans <dje@google.com>
3359
3360 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3361
3362 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3363
3364 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3365 'thread-groups' field when printing a breakpoint in MI.
3366
3367 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3368 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3369 to reflect that jit-reader-load now supports absolute file-names.
3370
3371 2013-01-16 Tom Tromey <tromey@redhat.com>
3372
3373 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3374 (Signals): Likewise.
3375
3376 2013-01-16 Tom Tromey <tromey@redhat.com>
3377
3378 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3379 "catch-type" field.
3380 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3381
3382 2013-01-07 Tom Tromey <tromey@redhat.com>
3383
3384 * gdb.texinfo (Mode Options): Don't mention -epoch.
3385 (Data, Emacs): Remove obsolete comments.
3386
3387 2013-01-02 Tom Tromey <tromey@redhat.com>
3388
3389 * gdb.texinfo (GDB/MI Output Records): Update menu.
3390 (GDB/MI Breakpoint Information): New node.
3391 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3392 <-break-insert>: Likewise.
3393
3394 2012-12-31 Yao Qi <yao@codesourcery.com>
3395
3396 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3397 (Packets): Move "vStopped" packet to ...
3398 (Notification Packets): ... here. Describe the components
3399 of notification. Add a table of supported notifications.
3400 Add an example on the process of he async notification.
3401
3402 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3403
3404 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3405 present.
3406 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3407 fullname output always present.
3408
3409 2012-12-23 Pierre Muller <muller@sourceware.org>
3410
3411 * gdbint.texinfo (Function prototypes): Require use of "extern"
3412 modifier for function prototypes in headers.
3413
3414 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3415
3416 * refcard.tex: Update copyright notice to GPL v3 or later.
3417 Update contact info.
3418
3419 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3420
3421 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3422
3423 2012-12-15 Yao Qi <yao@codesourcery.com>
3424
3425 * gdb.texinfo (Debugging Output): Document 'set debug
3426 notification' and 'show debug notification'.
3427
3428 2012-12-15 Yao Qi <yao@codesourcery.com>
3429
3430 * gdb.texinfo (Listing Tracepoints): New item and example about
3431 'installed on target' output.
3432 Add more in the example about 'installed on target'.
3433 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3434
3435 2012-12-14 Tom Tromey <tromey@redhat.com>
3436
3437 * gdb.texinfo (SVR4 Process Information): Mention core files.
3438
3439 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3440
3441 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3442
3443 2012-12-11 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.texinfo: Remove all mentions of Unixware throughout.
3446
3447 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3448
3449 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3450
3451 2012-11-29 Tom Tromey <tromey@redhat.com>
3452
3453 * gdb.texinfo (SVR4 Process Information): Document missing
3454 "info proc" subcommands.
3455
3456 2012-11-29 Yao Qi <yao@codesourcery.com>
3457
3458 PR gdb/1477.
3459 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3460 to 'auto' instead of 'gnu'.
3461
3462 2012-11-26 Tom Tromey <tromey@redhat.com>
3463
3464 * gdb.texinfo (MiniDebugInfo): New node.
3465 (GDB Files): Update.
3466
3467 2012-11-16 Doug Evans <dje@google.com>
3468
3469 * gdb.texinfo (System-wide configuration): If the system-wide init
3470 file lives in the data-directory, and --data-directory is provided,
3471 look for it there.
3472
3473 2012-11-15 Tom Tromey <tromey@redhat.com>
3474
3475 * gdb.texinfo (Signaling): Fix typo.
3476
3477 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3478
3479 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3480 parameter "count" of -data-write-memory-bytes, and add an example.
3481
3482 2012-11-12 Tom Tromey <tromey@redhat.com>
3483
3484 * gdb.texinfo (Symbols): Document "info type-printers",
3485 "enable type-printer" and "disable type-printer".
3486 (Python API): Add new node to menu.
3487 (Type Printing API): New node.
3488 (Progspaces In Python): Document type_printers field.
3489 (Objfiles In Python): Likewise.
3490 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3491 register_type_printer, TypePrinter>: Document.
3492
3493 2012-11-12 Tom Tromey <tromey@redhat.com>
3494
3495 * gdb.texinfo (Symbols): Document "set print type methods",
3496 "set print type typedefs", and flags to ptype and whatis.
3497
3498 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3499
3500 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3501 the example -data-disassemble output. Extend the description of
3502 the -data-disassemble results to document all fields. Document
3503 the cli disassemble command as being related to -data-disassemble.
3504
3505 2012-11-09 Yao Qi <yao@codesourcery.com>
3506
3507 PR gdb/14777.
3508 * gdb.texinfo (OS Information): Remove doc on command
3509 'info udot'.
3510
3511 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3512
3513 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3514 gdb.ini warning for Windows port.
3515
3516 2012-11-08 Yao Qi <yao@codesourcery.com>
3517
3518 * gdb.texinfo (Search): Add kindex for 'fo'.
3519
3520 2012-11-05 Tom Tromey <tromey@redhat.com>
3521
3522 PR python/14802:
3523 * gdb.texinfo (Functions In Python): Add example.
3524
3525 2012-11-03 Yao Qi <yao@codesourcery.com>
3526
3527 * observer.texi (GDB Observers): Remove observer
3528 'tracepoint_modified', 'tracepoint_created' and
3529 'tracepoint_deleted'.
3530
3531 2012-10-26 Tom Tromey <tromey@redhat.com>
3532
3533 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3534
3535 2012-10-25 Tom Tromey <tromey@redhat.com>
3536
3537 * gdb.texinfo (General Query Packets): Use @itemx.
3538
3539 2012-10-17 Yao Qi <yao@codesourcery.com>
3540
3541 * observer.texi (GDB Observers): Update observer
3542 'memory_changed'.
3543 * gdb.texinfo (GDB/MI Async Records): Document for
3544 "memory-changed" notification.
3545
3546 2012-10-15 Doug Evans <dje@google.com>
3547
3548 * gdb.texinfo (Mode Options): Document -nh.
3549 Elaborate on docs for -nx.
3550
3551 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3552
3553 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3554
3555 2012-09-21 Yao Qi <yao@codesourcery.com>
3556 Pedro Alves <palves@redhat.com>
3557
3558 * gdb.texinfo (GDB/MI Async Records): Document notification
3559 'record-started' and 'record-stopped'.
3560 * observer.texi (GDB Observers): New observer 'record-changed'.
3561
3562 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3563
3564 * gdb.texinfo: Document the removal of SH's 'regs' command.
3565
3566 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3567
3568 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3569
3570 2012-09-18 Yao Qi <yao@codesourcery.com>
3571
3572 * gdb.texinfo (GDB/MI Async Records): Document new MI
3573 notifications '=tsv-created' and '=tsv-deleted'.
3574 * observer.texi (GDB Observers): New observer tsv_created and
3575 tsv_deleted.
3576
3577 2012-09-18 Yao Qi <yao@codesourcery.com>
3578
3579 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3580 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3581 '=traceframe-changed'.
3582
3583 2012-09-17 Yao Qi <yao@codesourcery.com>
3584
3585 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3586 'set listsize'.
3587
3588 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3589 Eli Zaretskii <eliz@gnu.org>
3590
3591 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3592 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3593 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3594
3595 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3596
3597 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3598
3599 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3600
3601 Document how to return from "python-interactive" to GDB.
3602 * gdb.texinfo (Python Commands): Update documentation.
3603
3604 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3605
3606 Add a new "python-interactive" command that starts a standard
3607 Python interactive prompt with "pi" as alias, and add "py" as
3608 an alias to "python".
3609 * gdb.texinfo (Python Commands): Document the new commands.
3610
3611 2012-08-22 Tom Tromey <tromey@redhat.com>
3612
3613 * gdbint.texinfo (Host Definition): Remove documentation for
3614 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3615
3616 2012-08-17 Keith Seitz <keiths@redhat.com>
3617
3618 PR c++/13356
3619 * gdb.texinfo (Type and Range Checking): Remove warning.
3620 Remove spurious commas.
3621 Update text and examples for re-implementation of set/show
3622 check type.
3623 (C and C++ Type and Range Checks): Likewise.
3624
3625 2012-08-16 Yao Qi <yao@codesourcery.com>
3626
3627 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3628 is deprecated.
3629
3630 2012-08-13 Doug Evans <dje@google.com>
3631
3632 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3633 to include functions.
3634
3635 2012-08-10 Doug Evans <dje@google.com>
3636
3637 * gdb.texinfo (Convenience Funs): New node.
3638 (Types In Python): Document Type.vector.
3639
3640 2012-08-09 Yao Qi <yao@codesourcery.com>
3641
3642 * observer.texi: New observer command_param_changed.
3643 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3644
3645 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3646
3647 * gdbint.texinfo (Debugging GDB): In section
3648 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3649 Mention also gdb-gdb.py.
3650
3651 2012-08-07 Yao Qi <yao@codesourcery.com>
3652
3653 Revert the folloing patch:
3654 2012-08-06 Yao Qi <yao@codesourcery.com>
3655 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3656 remote hardware-watchpoint-limit' and 'set
3657 remote hardware-breakpoint-limit'.
3658
3659 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3660
3661 * gdb.texinfo (Working Directory): Added information about new
3662 default argument for 'cd' command.
3663
3664 2012-08-06 Yao Qi <yao@codesourcery.com>
3665
3666 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3667 remote hardware-watchpoint-limit' and 'set
3668 remote hardware-breakpoint-limit'.
3669
3670 2012-08-06 Yao Qi <yao@codesourcery.com>
3671
3672 Fix PR14371.
3673
3674 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3675 '=breakpoint-deleted'.
3676
3677 2012-08-02 Yao Qi <yao@codesourcery.com>
3678
3679 * gdb.texinfo (Native): Remove node Neutrino.
3680
3681 2012-07-27 Yao Qi <yao@codesourcery.com>
3682
3683 * gdb.texinfo (IPA Protocol Commands): Document new command
3684 'close'.
3685
3686 2012-07-25 Tom Tromey <tromey@redhat.com>
3687
3688 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3689
3690 2012-07-20 Doug Evans <dje@google.com>
3691
3692 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3693 (Index Files): Document how to control the use of deprecated index
3694 sections.
3695 (Index Section Format): Replace --use-deprecated-index-sections with
3696 "set use-deprecated-index-sections on".
3697
3698 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3699
3700 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3701 indices into a single node "Index". Instead, join function and
3702 variable indices into a single index, separate from the concept
3703 index. Requested in
3704 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3705 (Top): Update the top-level menu: instead of one "Index" there are
3706 now separate entries "Concept Index" and "Function and Variable
3707 Index".
3708 (Concept Index, Function and Variable Index): New nodes.
3709 (Index): Node deleted.
3710
3711 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3712
3713 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3714 and "maint agent-eval".
3715
3716 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3717
3718 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3719 avoid file-name clashes between Index.html and index.html on
3720 case-insensitive filesystems. See the discussion starting in
3721 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3722 details of the problem.
3723 (Top): Update the master menu for the above.
3724 (Concept Index, Command and Variable Index): New nodes, instead of
3725 the old "Index" node that was deleted. All cross-references
3726 updated.
3727
3728 2012-07-02 Stan Shebs <stan@codesourcery.com>
3729
3730 * gdb.texinfo (Dynamic Printf): Mention agent style and
3731 disconnected dprintf.
3732 (Maintenance Commands): Describe maint agent-printf.
3733 (General Query Packets): Mention BreakpointCommands feature.
3734 (Packets): Document commands extension to Z0 packet.
3735 * agentexpr.texi (Bytecode Descriptions): Document printf
3736 bytecode.
3737
3738 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3739
3740 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3741 only after gdbinit files.
3742 (Startup): Move -iex and -iex commands down after gdbinit files.
3743
3744 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3745
3746 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3747 possibility.
3748
3749 2012-06-29 Tom Tromey <tromey@redhat.com>
3750
3751 * gdb.texinfo (Index Section Format): Update for version 7.
3752
3753 2012-06-28 Stan Shebs <stan@codesourcery.com>
3754
3755 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3756 example, add note about title column.
3757
3758 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3759
3760 * gdb.texinfo (Symbol Tables In Python): Add description about
3761 the new 'last' attribute of gdb.Symtab_and line.
3762
3763 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3764
3765 * gdb.texinfo (Symbol Tables In Python): Correct the description
3766 of the 'pc' attribute of gdb.Symtab_and_line.
3767
3768 2012-06-26 Doug Evans <dje@google.com>
3769
3770 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3771 and symtab-create.
3772
3773 2012-06-25 Keith Seitz <keiths@redhat.com>
3774
3775 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3776 from example. Remove "rbreak" from list of corresponding
3777 gdb commands.
3778
3779 2012-06-23 Doug Evans <dje@google.com>
3780
3781 * gdb.texinfo (Index Section Format): Document version 7 format.
3782
3783 2012-06-22 Yao Qi <yao@codesourcery.com>
3784
3785 * gdb.texinfo: Add missing cindex for some packets.
3786
3787 2012-06-20 Keith Seitz <keiths@redhat.com>
3788
3789 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3790 for -break-insert and document -p.
3791
3792 2012-06-20 Yao Qi <yao@codesourcery.com>
3793
3794 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3795 and "gdb.write_memory" with "Inferior.read_memory" and
3796 "Inferior.write_memory".
3797
3798 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3799
3800 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3801 (Free Documentation): Add @node line.
3802 (Continuing and Stepping) <advance location>: Use @item instead of
3803 @itemx.
3804 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3805 @itemx.
3806 (Embedded Processors): Put the link to "PA" to its correct place,
3807 according to document structure.
3808 (Python API): Put the link to "Lazy Strings In Python" to its
3809 correct place.
3810 (Index): Use @@ in @tex block to get a literal @.
3811
3812 * gdbint.texinfo: Fix the @subtitle line.
3813
3814 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3815 correct place.
3816
3817 2012-06-08 Yao Qi <yao@codesourcery.com>
3818
3819 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3820 Protocol'.
3821 (In-Process Agent Protocol, IPA Protocol Objects)
3822 (IPA Protocol Commands): New nodes.
3823 (Tracepoint Packets): Add anchors.
3824
3825 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3826
3827 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3828
3829 2012-06-06 Yao Qi <yao@codesourcery.com>
3830
3831 * gdb.texinfo: Update copyright year.
3832
3833 2012-05-23 Stan Shebs <stan@codesourcery.com>
3834 Kwok Cheung Yeung <kcy@codesourcery.com>
3835
3836 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3837
3838 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3839
3840 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3841 Mention also --with-separate-debug-dir.
3842 (Auto-loading): Prepend $debugdir in the sample output.
3843 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3844 auto-load safe-path variable.
3845 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3846 Mention also $debugdir for 'set auto-load scripts-directory'.
3847
3848 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3849
3850 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3851 (MIPS Embedded, MIPS, MIPS Register packet Format)
3852 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3853 appropriate.
3854
3855 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3856 Maciej W. Rozycki <macro@codesourcery.com>
3857
3858 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3859 mips compression".
3860 (MIPS Breakpoint Kinds): New subsubsection.
3861
3862 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3863
3864 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3865 nodes for subsections. Add @acronym mark-ups and adjust
3866 formatting.
3867
3868 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3869
3870 Rename $ddir to $datadir.
3871 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3872 (objfile-gdb.py file): Rename $ddir to $datadir.
3873
3874 2012-05-18 Tom Tromey <tromey@redhat.com>
3875
3876 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3877
3878 2012-05-14 Stan Shebs <stan@codesourcery.com>
3879
3880 * gdb.texinfo (Dynamic Printf): New subsection.
3881
3882 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3883
3884 * gdb.texinfo (Basic Python): Add description about the function
3885 gdb.find_pc_line
3886
3887 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3888 Eli Zaretskii <eliz@gnu.org>
3889
3890 * gdb.texinfo (Separate Debug Files): Use plural form for global
3891 debugging information directory.
3892
3893 2012-05-11 Stan Shebs <stan@codesourcery.com>
3894 Kwok Cheung Yeung <kcy@codesourcery.com>
3895
3896 * gdb.texinfo (Operating System Auxiliary Information): Document new
3897 'info os' subcommands.
3898
3899 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3900
3901 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3902 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3903 (dotdebug_gdb_scripts section): Add reference
3904 to 'Auto-loading safe path'.
3905
3906 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 Implement multi-component --with-auto-load-dir.
3909 * gdb.texinfo (Auto-loading): New references
3910 for 'set auto-load scripts-directory'
3911 and 'show auto-load scripts-directory'.
3912 (Auto-loading safe path): Describe the new default. Move $ddir
3913 substituation reference to 'objfile-gdb.py file'.
3914 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3915 script-name. Describe new 'set auto-load scripts-directory'
3916 and 'show auto-load scripts-directory'.
3917
3918 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3919
3920 Provide $ddir substitution for --with-auto-load-safe-path.
3921 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3922 (Auto-loading safe path): Likewise. Mention the default value,
3923 $ddir substitution, --with-auto-load-safe-path and
3924 --without-auto-load-safe-path.
3925 * observer.texi (gdb_datadir_changed): New.
3926
3927 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3928
3929 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3930 Twice.
3931
3932 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3933 directory separator by path separator.
3934
3935 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3936
3937 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3938 for 'set auto-load safe-path' optional. Mention if it is omitted.
3939 Change disabling security protection condition to "/", twice.
3940
3941 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3942
3943 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3944 the new methods global_block and static_block on gdb.Symtab
3945 objects.
3946
3947 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3948
3949 * gdb.texinfo (Blocks In Python): Add a note saying that future
3950 improvements to GDB and its infrastructure can move symbols
3951 across blocks within a symbol table.
3952
3953 2012-04-29 Yao Qi <yao@codesourcery.com>
3954
3955 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3956 (A29K): Remove.
3957
3958 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3959 Tom Tromey <tromey@redhat.com>
3960
3961 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3962 and generic static probe support on GDB.
3963
3964 2012-04-25 Doug Evans <dje@google.com>
3965
3966 * gdb.texinfo (Go): Fix thinko.
3967
3968 * gdb.texinfo (Supported Languages): Add Go.
3969 (Go): New node.
3970
3971 2012-04-25 Yao Qi <yao@codesourcery.com>
3972
3973 * gdbint.texinfo (Testsuite): New section `Board settings'.
3974
3975 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3976
3977 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3978 Three times.
3979
3980 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3981 Three times.
3982
3983 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3984
3985 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3986 by @table @asis. Fix formatting of one item.
3987
3988 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3989
3990 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3991
3992 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3993
3994 New option "set debug auto-load".
3995 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3996 (auto-load verbose mode): New node.
3997
3998 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3999
4000 New option "set auto-load safe-path".
4001 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
4002 and "info auto-load" examples for safe-path. Put there also references
4003 for "set auto-load safe-path" and "show auto-load safe-path".
4004 New menu item for Auto-loading safe path.
4005 (Auto-loading safe path): New node.
4006 (Python Auto-loading): Update the expected output from "Missing"
4007 to "No".
4008
4009 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4010
4011 auto-load: Implementation.
4012 * gdb.texinfo (Mode Options): New anchor for -nx.
4013 (Startup): New anchors for Option -init-eval-command,
4014 Home Directory Init File
4015 and Init File in the Current Directory during Startup.
4016 Mention set auto-load local-gdbinit with a reference.
4017 Change the sample code to "set auto-load python-scripts".
4018 (Threads): New anchor set libthread-db-search-path.
4019 Provide references to libthread_db.so.1 file.
4020 (Controlling GDB): New menu item for Auto-loading.
4021 (Auto-loading, Init File in the Current Directory)
4022 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
4023 (Python): Rename the menu item Auto-loading to Python Auto-loading.
4024 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
4025 reference.
4026 (Auto-loading): Rename to ...
4027 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
4028 "set auto-load python-scripts", new anchor for it. Change
4029 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
4030 for it. Change "info auto-load-scripts"
4031 to "info auto-load python-scripts", new anchor for it. Change "scripts"
4032 to "Python scripts".
4033
4034 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4035
4036 PR mi/13393
4037 * gdb.texinfo (Print Settings): Extend the description for "set print
4038 object".
4039 (GDB/MI Variable Objects): Extend the description for -var-create and
4040 -var-list-children.
4041
4042 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
4043
4044 * gdb.texinfo (Examining Data): Document the 'explore' command.
4045
4046 2012-03-28 Joel Brobecker <brobecker@adacore.com>
4047
4048 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
4049 to the children of a varobj and its update range when -var-update
4050 returns that the varobj's type changed.
4051
4052 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4053
4054 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
4055 Create two new links fir 'objfile-gdb.py file'
4056 and 'dotdebug_gdb_scripts section'.
4057
4058 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4059
4060 * gdb.texinfo (Auto-loading): Rename node reference
4061 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
4062 Twice.
4063 (.debug_gdb_scripts section): Rename the node ...
4064 (dotdebug_gdb_scripts section): ... here.
4065 (Maintenance Commands): Also rename this node reference.
4066
4067 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4068
4069 * gdb.texinfo (Python API/Values From Inferior): Add description
4070 about the new method Value.referenced_value. Add description on
4071 how Value.dereference is different (and similar) to
4072 Value.referenced_value.
4073
4074 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4075
4076 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
4077 --init-eval-command=COMMAND, -iex.
4078 (Startup): Describe -iex and -ix. Simplify the example
4079 for "set auto-load-scripts off".
4080
4081 2012-03-16 Gary Benson <gbenson@redhat.com>
4082
4083 PR breakpoints/10738
4084 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
4085 stating that GDB cannot set breakpoints on inlined functions.
4086 (Mode Options): Document --use-deprecated-index-sections.
4087 (Index Section Format): Document new index section version format.
4088
4089 2012-03-15 Tom Tromey <tromey@redhat.com>
4090
4091 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
4092
4093 2012-03-13 Doug Evans <dje@google.com>
4094
4095 * gdb.texinfo (Help): Change apropos example to use "alias" instead
4096 of "reload".
4097 (Symbols): Delete docs for set/show symbol-reloading.
4098 * gdbint.texinfo (Defining Other Architecture Features): Delete
4099 SYMBOL_RELOADING_DEFAULT.
4100 * refcard.tex: Delete reference to symbol-reloading.
4101
4102 2012-03-07 Pedro Alves <palves@redhat.com>
4103
4104 * gdb.texinfo (General Query Packets): Document new
4105 QProgramSignals packet.
4106 * gdb.texinfo (Remote configuration): Mention
4107 "program-signals-packet".
4108
4109 2012-03-05 Tristan Gingold <gingold@adacore.com>
4110
4111 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
4112
4113 2012-03-03 Yao Qi <yao@codesourcery.com>
4114
4115 * gdb.texinfo (In-Process Agent): New node.
4116 Document new commands.
4117 (General Query Packets): Add packet `QAgent'.
4118
4119 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4120
4121 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
4122
4123 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4124
4125 * gdb.texinfo (Commands In Python): Put example python macro in
4126 COMMAND_USER category rather than COMMAND_OBSCURE.
4127 Document gdb.COMMAND_USER.
4128 (User-defined Commands): Update documentation to clarify
4129 "set/show max-user-call-depth" and "show user" don't apply to python
4130 commands. Update documentation to clarify "help user-defined" may
4131 also include python commands defined as COMMAND_USER.
4132
4133 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4134
4135 * gdb.texinfo (Startup): Add option -ex description to the option -x
4136 description.
4137
4138 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4139
4140 * gdb.texinfo (Setting Breakpoints): Mention and explain the
4141 condition-evaluation breakpoint parameter.
4142 Mention condition-evaluation mode being shown in "info break".
4143 (Break Conditions): Add description for target-side
4144 conditional breakpoints.
4145 (Remote Configuration): Mention conditional-breakpoints-packet.
4146 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4147 cond-expr.
4148 (General Query Packets): Mention new ConditionalBreakpoint feature.
4149
4150 2012-02-22 Tom Tromey <tromey@redhat.com>
4151
4152 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4153
4154 2012-02-17 Tom Tromey <tromey@redhat.com>
4155
4156 PR python/10753:
4157 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4158 directory.
4159
4160 2012-02-14 Stan Shebs <stan@codesourcery.com>
4161
4162 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4163
4164 2012-02-13 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4167 mips-idt-ecoff.
4168
4169 2012-02-09 Yao Qi <yao@codesourcery.com>
4170
4171 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4172
4173 2012-02-07 Tom Tromey <tromey@redhat.com>
4174
4175 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4176 Symbol.value.
4177
4178 2012-02-07 Tom Tromey <tromey@redhat.com>
4179
4180 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4181
4182 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4183
4184 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4185
4186 2012-01-24 Tom Tromey <tromey@redhat.com>
4187
4188 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4189 unload".
4190 (Files): Mention new catch commands.
4191 (GDB/MI Async Records): Likewise.
4192
4193 2012-01-24 Gary Benson <gbenson@redhat.com>
4194
4195 Delete #if 0'd out code.
4196 * gdb.texinfo (Frame Info): Remove "info catch".
4197
4198 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4199
4200 * gdb.texinfo (Remote Configuration): Document
4201 "set remote hostio-readlink-packet" command.
4202 (General Query Packets): Document vFile:readlink packet.
4203
4204 2012-01-16 Tom Tromey <tromey@redhat.com>
4205
4206 * gdb.texinfo (Specify Location): Document relative file name
4207 handling.
4208
4209 2012-01-16 Tom Tromey <tromey@redhat.com>
4210
4211 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4212
4213 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4214 Eli Zaretskii <eliz@gnu.org>
4215
4216 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4217 code.
4218
4219 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4220
4221 * gdb.texinfo (Variables): Document use of :: for non-static
4222 variables.
4223
4224 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4225
4226 * gdbint.texinfo (Start of New Year Procedure): Update
4227 to replace use of copyright.sh by use of copyright.py.
4228
4229 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4230
4231 Remove the gdbtui binary.
4232 * all-cfg.texi (GDBTUI): Remove.
4233 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4234 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4235 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4236
4237 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4238
4239 Introduce gdb.FinishBreakpoint in Python.
4240 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4241 (Python API): Add menu entry for Finish Breakpoints.
4242
4243 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4244
4245 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4246 tests.
4247
4248 2011-12-16 Doug Evans <dje@google.com>
4249
4250 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4251
4252 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4253
4254 * gdb.texinfo (Python Commands): Remove "maint set/show print
4255 stack". Add documentation for "set/show python print-stack".
4256
4257 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4258
4259 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4260 should transfer control to the stub in the startup code instead of
4261 in main. Mention the need to get past the initial breakpoint.
4262
4263 2011-12-06 Tom Tromey <tromey@redhat.com>
4264
4265 * gdb.texinfo (Set Breaks): Update for new behavior.
4266
4267 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4268
4269 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4270 List Format for SVR4 Targets'.
4271 (General Query Packets): New item qXfer:libraries-svr4:read.
4272 (Library List Format for SVR4 Targets): New node.
4273
4274 2011-12-01 Tom Tromey <tromey@redhat.com>
4275
4276 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4277 add.
4278
4279 2011-11-22 Tom Tromey <tromey@redhat.com>
4280
4281 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4282 reasons.
4283
4284 2011-11-20 Stan Shebs <stan@codesourcery.com>
4285
4286 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4287 note-related options and variables.
4288 (Tracepoint Packets): Document packet changes.
4289
4290 2011-11-20 Sanjoy Das <sdas@igalia.com>
4291
4292 * gdb.texinfo (JIT Interface): Add documentation on writing and
4293 usind JIT debug info readers.
4294 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4295 Debug Info Readers): New nodes.
4296
4297 2011-11-18 Yao Qi <yao@codesourcery.com>
4298
4299 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4300 tracepoint.
4301
4302 2011-11-15 Doug Evans <dje@google.com>
4303
4304 * gdb.texinfo (Files): Document basenames-may-differ.
4305
4306 2011-11-14 Doug Evans <dje@google.com>
4307
4308 * gdb.texinfo (Shell Commands): Document "!".
4309
4310 2011-11-14 Stan Shebs <stan@codesourcery.com>
4311 Kwok Cheung Yeung <kcy@codesourcery.com>
4312
4313 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4314 needed to get shorter fast tracepoints.
4315 (Tracepoint Packets): Document new qTMinFTPILen packet.
4316
4317 2011-11-14 Yao Qi <yao@codesourcery.com>
4318
4319 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4320 behavior of tracepoint.
4321 (General Query Packets): New feature InstallInTrace.
4322 (Remote Configuration): Document "set remote
4323 install-in-trace-packet".
4324
4325 2011-11-12 Matt Rice <ratmice@gmail.com>
4326
4327 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4328 Add arguments to info macro.
4329
4330 2011-11-10 Tom Tromey <tromey@redhat.com>
4331
4332 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4333 manual.
4334 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4335 (Macros): Add a footnote.
4336 (C): Remove paragraph about compiler options.
4337 (C Constants): Mention wide character and string constants.
4338 (C Plus Plus Expressions): Update compiler option advice. Mention
4339 using declarations. Mention ADL. Remove old HP compiler
4340 information.
4341
4342 2011-11-10 Tom Tromey <tromey@redhat.com>
4343
4344 PR c++/9257:
4345 * gdb.texinfo (Print Settings): Add an extra note about the need
4346 for a vtable.
4347
4348 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4349
4350 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4351 "set mips abi" documentation.
4352
4353 2011-11-04 Doug Evans <dje@google.com>
4354
4355 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4356
4357 2011-11-03 Tom Tromey <tromey@redhat.com>
4358
4359 * gdb.texinfo (Stopping): Add menu entry.
4360 (Continuing and Stepping): Restore @node. Use @section, not
4361 @subsection.
4362
4363 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4364
4365 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4366 designation. Fix "Specify Location" cross-reference.
4367
4368 2011-11-02 Stan Shebs <stan@codesourcery.com>
4369
4370 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4371 (General Query Packets): Describe tracenz feature.
4372 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4373
4374 2011-10-28 Paul Koning <paul_koning@dell.com>
4375
4376 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4377
4378 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4379
4380 * gdb.texinfo ((Frames In Python): Document
4381 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4382
4383 2011-10-26 Paul Koning <paul_koning@dell.com>
4384
4385 * gdb.texinfo (gdb.types): Document new deepitems function.
4386
4387 2011-10-25 Paul Koning <paul_koning@dell.com>
4388
4389 PR python/13327
4390
4391 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4392 fetch_lazy method.
4393
4394 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4395
4396 PR python/12656
4397
4398 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4399 global_block, static_block function.
4400
4401 2011-10-19 Tom Tromey <tromey@redhat.com>
4402
4403 * gdb.texinfo (Commands In Python): Add missing "@"s.
4404
4405 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4406
4407 PR python/13285 Document named constants for frame unwind stop reasons
4408 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4409 constants.
4410
4411 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4412
4413 Fix compatibility with texinfo versions older than 4.12.
4414 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4415 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4416 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4417 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4418 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4419 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4420 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4421
4422 2011-10-09 Doug Evans <dje@google.com>
4423
4424 * gdb.texinfo (Extending GDB): Document alias command.
4425
4426 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4427
4428 Support @entry in input expressions.
4429 * gdb.texinfo (Variables): Describe @entry names suffix.
4430 (Print Settings): Add anchor for `set print entry-values'.
4431
4432 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4433 Eli Zaretskii <eliz@gnu.org>
4434
4435 Display @entry parameter values (without references).
4436 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4437 example.
4438 (Print Settings): New description of set print entry-values and show
4439 print entry-values.
4440
4441 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4442 Eli Zaretskii <eliz@gnu.org>
4443
4444 Recognize virtual tail call frames.
4445 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4446 (Tail Call Frames): New node.
4447 (Frames In Python): Add gdb.TAILCALL_FRAME.
4448
4449 2011-10-07 Doug Evans <dje@google.com>
4450
4451 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4452 register_pretty_printer.
4453
4454 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4455
4456 PR python/12930
4457 PR python/12802
4458
4459 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4460 stop method.
4461
4462 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4463
4464 * gdb.texinfo (Starting your Program): "set disable-randomization"
4465 is no longer Linux-specific.
4466 (Remote Configuration): Document "set remote
4467 disable-randomization-packet".
4468 (General Query Packets): Document "QDisableRandomization" packet
4469 and add it to "qSupported" list.
4470
4471 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4472
4473 Allow Python notification of new object-file loadings.
4474 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4475 event type.
4476
4477 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4478
4479 PR python/12691: Add the inferior to Python exited event
4480 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4481
4482 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4483
4484 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4485 rephasing.
4486
4487 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4488
4489 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4490 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4491 as possible feature returned by the `-list-features'
4492 command.
4493
4494 2011-09-28 Paul Koning <paul_koning@dell.com>
4495
4496 * gdb.texinfo (gdb.Type): Document field access by dictionary
4497 key syntax.
4498
4499 2011-09-28 Yao Qi <yao@codesourcery.com>
4500
4501 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4502 Add one space after option `-s'. Remove @r{} markup.
4503
4504 2011-09-27 Stan Shebs <stan@codesourcery.com>
4505
4506 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4507
4508 2011-09-16 Hui Zhu <teawater@gmail.com>
4509
4510 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4511 to *(unsigned char *)$esp@300.
4512
4513 2011-09-15 Paul Koning <paul_koning@dell.com>
4514
4515 * gdb.texinfo: Make style of Python functions and methods match
4516 the syntax of Python. Also put class and module names explicitly
4517 on function, member, and variable names, matching Python
4518 documentation conventions.
4519
4520 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4521
4522 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4523 * gdb.texinfo (Inferiors In Python): Describe new
4524 gdb.selected_inferior() function.
4525
4526 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4527
4528 Handle multiple breakpoint hits in Python interface:
4529 * gdb.texinfo (Events In Python): New function documentation:
4530 gdb.BreakpointEvent.breakpoints. Indicate that
4531 gdb.BreakpointEvent.breakpoint is now deprecated.
4532
4533 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4534
4535 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4536
4537 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4538
4539 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4540
4541 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4542
4543 * gdb.texinfo (Prompt): Add set/show extended-prompt
4544 documentation
4545 (Basic Python): Add prompt_hook anchor.
4546 (Python modules): Reword module text to reflect multiple modules.
4547 (gdb.prompt): Document gdb.prompt module.
4548
4549 2011-08-14 Yao Qi <yao@codesourcery.com>
4550
4551 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4552
4553 2011-08-14 Yao Qi <yao@codesourcery.com>
4554
4555 * gdb.texinfo (Standard Target Features): Document C6x features.
4556 (TIC6x Features): New node.
4557
4558 2011-08-12 Doug Evans <dje@google.com>
4559
4560 * gdb.texinfo (Symbols In Python): Document symbol.type.
4561
4562 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4563
4564 * gdb.texinfo (Python): Document command and function
4565 auto-loading.
4566
4567 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4568 Eli Zaretskii <eliz@gnu.org>
4569
4570 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4571 typedefs unrolling. Extend the sample code by an inner typedef and
4572 outer typedefs unrolling.
4573
4574 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4575
4576 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4577 size and line-size.
4578
4579 2011-07-21 Matt Rice <ratmice@gmail.com>
4580
4581 PR macros/12999
4582 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4583 Update text and cindex entries for info macro command.
4584
4585 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4586
4587 * observer.texi (GDB Observers): Add before_prompt observer.
4588 * gdb.texinfo (Basic Python): Add documentation for prompt
4589 substitution.
4590
4591 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4592
4593 PR python/12438
4594 * gdb.texinfo (Python Commands): Add deprecate note to maint
4595 set/show python print-stack. Document set/show python
4596 print-backtrace.
4597
4598 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4599
4600 * gdb.texinfo: Fix typos.
4601
4602 2011-07-01 Tom Tromey <tromey@redhat.com>
4603
4604 * gdb.texinfo (Debugging Output): Document set debug
4605 check-physname.
4606
4607 2011-06-29 Tom Tromey <tromey@redhat.com>
4608
4609 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4610 breakpoint-notifications feature.
4611
4612 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4613
4614 * gdb.texinfo (Target Description): Remove warning about
4615 possibly unstable format.
4616
4617 2011-06-03 Tom Tromey <tromey@redhat.com>
4618
4619 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4620 (Events In Python): Note that exit_code is optional.
4621
4622 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4623
4624 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4625 required for multi-threading support.
4626 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4627 Hc are deprecated for multi-threading debugging. Point readers at
4628 the vCont packet.
4629
4630 2011-05-15 Doug Evans <dje@google.com>
4631
4632 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4633
4634 2011-05-13 Doug Evans <dje@google.com>
4635
4636 * gdb.texinfo (Threads): Document $sdir,$pdir.
4637 (Server): Document $pdir exception.
4638
4639 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4640
4641 * gdb.texinfo (Threads): Clarify default value for
4642 libthread-db-search-path.
4643
4644 * gdb.texinfo (Completion): Update example.
4645 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4646
4647 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4648
4649 * gdb.texinfo: Document change in the behaviour of the enable and
4650 disable GDB commands when applied to tracepoints.
4651 Document the EnableDisableTracepoints remote stub feature.
4652 Document QTEnable and QTDisable in the list of tracepoint packets.
4653
4654 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4655
4656 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4657 hsuser.texi.
4658 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4659 comment to hsuser.texi. Change rluser.texi name in the comment.
4660
4661 2011-05-10 Doug Evans <dje@google.com>
4662
4663 * gdb.texinfo (Threads): If an empty path is provided for
4664 libthread-db-search-path it is reset to its default value.
4665 (Server): Ditto.
4666
4667 2011-05-09 Doug Evans <dje@google.com>
4668
4669 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4670
4671 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4672 Thiago Jung Bauermann <bauerman@br.ibm.com>
4673
4674 Implement support for PowerPC BookE masked watchpoints.
4675 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4676 (PowerPC Embedded): Mention support of masked watchpoints.
4677
4678 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4679
4680 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4681 `@value{GDBN}'.
4682
4683 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4684
4685 * gdb.texinfo (titlepage): Remove dedication.
4686 (In Memoriam): New appendix.
4687
4688 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4689 Eli Zaretskii <eliz@gnu.org>
4690
4691 * gdb.texinfo (Index Section Format): Change the version to 5.
4692 Describe the different formula.
4693
4694 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4695 Eli Zaretskii <eliz@gnu.org>
4696
4697 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4698 for disconnected tracing.
4699 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4700 extended-remote relationship. Mention --once.
4701 (TCP port allocation lifecycle of @code{gdbserver}): New.
4702
4703 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4704
4705 * gdb.texinfo (Server): Improve indexing. Index all optional
4706 switches to gdbserver.
4707
4708 2011-04-20 Tom Tromey <tromey@redhat.com>
4709
4710 * gdb.texinfo (Index Section Format): New node.
4711 (Top): Add new node to menu.
4712
4713 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4714
4715 * gdb.texinfo (Maintenance Commands): Document `maint print
4716 remote-registers'.
4717
4718 2011-04-20 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.texinfo (Trace File Format): Move node later.
4721
4722 2011-04-19 Tom Tromey <tromey@redhat.com>
4723
4724 * gdbint.texinfo (Register Information Functions): Remove
4725 duplicate "the".
4726 * gdb.texinfo (Emacs): Remove duplicate "to".
4727 (GDB/MI Variable Objects): Remove duplicate "the".
4728 (General Query Packets): Likewise.
4729
4730 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4731
4732 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4733 "GDB/MI Ada Exception Information" node.
4734
4735 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4736
4737 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4738 the "exception-name" field in the *stopped async record.
4739
4740 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4741 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4742
4743 Implement support for PowerPC BookE ranged breakpoints.
4744 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4745
4746 2011-03-28 Tom Tromey <tromey@redhat.com>
4747
4748 * gdb.texinfo (Set Tracepoints): Fix typo.
4749
4750 2011-03-24 Tom Tromey <tromey@redhat.com>
4751
4752 * gdb.texinfo (Specify Location): Document `function:label'
4753 linespec.
4754
4755 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4756
4757 PR python/12149
4758
4759 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4760
4761 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4762
4763 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4764 (Inferiors In Python): Likewise.
4765 (Threads In Python): Likewise.
4766 (Symbols In Python): Likewise.
4767 (Objfiles In Python): Likewise.
4768 (Symbol Tables In Python): Likewise.
4769
4770 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4771
4772 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4773 display>: Explain that the commands accept number ranges.
4774
4775 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4776
4777 * gdb.texinfo (Breakpoints In Python): Add description and example
4778 of Python stop function operation.
4779
4780 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4781
4782 * gdb.texinfo (Parameters In Python): Document get_set_string and
4783 get_show_string methods.
4784
4785 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4786
4787 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4788
4789 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4790 circular-trace-buffer name.
4791
4792 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4793
4794 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4795 in the previous change.
4796
4797 2011-02-27 Michael Snyder <msnyder@vmware.com>
4798
4799 * gdb.texinfo (Inferiors and Programs): Update commands to show
4800 that they can accept multiple arguments.
4801
4802 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4803
4804 Revert the following patch (code patch was not approved):
4805 2011-02-21 Hui Zhu <teawater@gmail.com>
4806 * agentexpr.texi (bytecode descriptions): add printf.
4807 * gdb.texinfo (tracepoint action lists): add printf.
4808
4809 2011-02-23 Doug Evans <dje@google.com>
4810
4811 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4812
4813 2011-02-23 Michael Snyder <msnyder@vmware.com>
4814
4815 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4816 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4817 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4818
4819 2011-02-22 Doug Evans <dje@google.com>
4820
4821 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4822 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4823 add description of result, fix @defun formatting.
4824
4825 2011-02-21 Hui Zhu <teawater@gmail.com>
4826
4827 * agentexpr.texi (Bytecode Descriptions): Add printf.
4828 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4829
4830 2011-02-18 Tom Tromey <tromey@redhat.com>
4831
4832 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4833
4834 2011-02-14 Michael Snyder <msnyder@vmware.com>
4835
4836 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4837 Document new command "thread find".
4838
4839 2011-02-14 Michael Snyder <msnyder@vmware.com>
4840
4841 * gdb.texinfo (Threads): Update example of new thread message.
4842
4843 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4844
4845 * gdb.texinfo (Remote Configuration): Mention set/show remote
4846 traceframe-info.
4847 (Tools/Packages Optional for Building GDB): Mention that expat is
4848 used for traceframe info.
4849 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4850 (General Query Packets) <qSupported>: Describe the
4851 qXfer:traceframe-info:read feature.
4852 (qXfer::read): Describe qXfer:traceframe-info:read.
4853 (Traceframe Info Format): New section.
4854
4855 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4856
4857 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4858 for casts and unary operators.
4859
4860 2011-02-04 Tom Tromey <tromey@redhat.com>
4861
4862 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4863 is not useful.
4864
4865 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4866
4867 * gdb.texinfo: s/value optimized out/optimized out/g
4868
4869 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4870
4871 * gdb.texinfo (Other Misc Settings): Rework part of the
4872 documentation of the "set interactive mode" command.
4873
4874 2011-01-19 Tom Tromey <tromey@redhat.com>
4875
4876 * gdb.texinfo (Threads): Document thread name output and `thread
4877 name' command.
4878 (Threads In Python): Document Thread.name attribute.
4879 (GDB/MI Thread Commands): Document thread attributes.
4880
4881 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4882
4883 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4884 changes in mi/mi-cmd-disas.c
4885
4886 2011-01-12 Tom Tromey <tromey@redhat.com>
4887
4888 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4889 Fix "thread apply" text.
4890
4891 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4892 Thiago Jung Bauermann <bauerman@br.ibm.com>
4893
4894 Implement support for PowerPC BookE ranged watchpoints.
4895 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4896 the "set powerpc exact-watchpoints" flag.
4897
4898 2011-01-07 Tom Tromey <tromey@redhat.com>
4899
4900 * gdb.texinfo (Python API): Add descriptions to @menu items.
4901
4902 2011-01-06 Tom Tromey <tromey@redhat.com>
4903
4904 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4905
4906 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4907
4908 * gdb.texinfo (Debugging Output): Document "set debug jit".
4909
4910 2011-01-06 Tom Tromey <tromey@redhat.com>
4911
4912 PR python/12133:
4913 * gdb.texinfo (Frames In Python): Document various frame
4914 constants.
4915
4916 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4917
4918 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4919 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4920 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4921
4922 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4923
4924 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4925 (clean): Add GDBvn.texi.
4926
4927 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4928
4929 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4930 occasional case where the debugger prints an array address
4931 instead of the array itself.
4932
4933 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4934
4935 * gdb.texinfo (Packets) <read registers packet>: Document support
4936 for registers that were not collected.
4937
4938 2010-12-15 Doug Evans <dje@google.com>
4939
4940 * gdb.texinfo (Startup): Document auto-loading of scripts during
4941 startup.
4942 (Auto-loading): Delete "maint set python auto-load on|off".
4943 Add "set auto-load-scripts on|off".
4944
4945 2010-12-07 Doug Evans <dje@google.com>
4946
4947 * gdb.texinfo (Mode Options): Document -data-directory.
4948 (Data Files): Add reference to -data-directory.
4949
4950 2010-11-29 Doug Evans <dje@google.com>
4951
4952 * gdb.texinfo (Pretty-Printer Introduction): Change
4953 printer-name:subprinter-name to printer-name;subprinter-name.
4954
4955 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4956
4957 PR python/12199
4958
4959 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4960
4961 2010-11-23 Tom Tromey <tromey@redhat.com>
4962
4963 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4964 (Editing): Likewise.
4965 (Command History): Likewise.
4966 (TUI Keys): Likewise.
4967 (Bug Reporting): Conditionally include rluser.texi and
4968 inc-history.texinfo.
4969 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4970 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4971 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4972 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4973 (gdb.pdf): Likewise.
4974 (gdb.info): Likewise.
4975 (gdb/index.html): Likewise.
4976
4977 2010-11-23 Tom Tromey <tromey@redhat.com>
4978
4979 * Makefile.in (Makefile): Run ../config.status.
4980 (distclean): Update.
4981 * configure: Remove.
4982 * configure.ac: Remove.
4983
4984 2010-11-12 Tom Tromey <tromey@redhat.com>
4985
4986 * gdb.texinfo (Basic Python): Update. Add xref.
4987 (Exception Handling): Document new exception classes.
4988 (Types In Python): Update.
4989 (Frames In Python): Update.
4990
4991 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4992
4993 * gdb.texinfo (Breakpoints In Python): Document "internal"
4994 parameter, and visible attribute.
4995
4996 2010-11-05 Doug Evans <dje@google.com>
4997
4998 * gdb.texinfo (Source Path): Document "set directories".
4999
5000 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
5001
5002 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
5003 (OpenCL C): New node.
5004
5005 2010-11-02 Doug Evans <dje@google.com>
5006
5007 * gdb.texinfo (Pretty Printing): Expand into three sections,
5008 introduction, example, and commands.
5009 (Python API): Delete section Disabling Pretty-Printers, merge into
5010 Selecting Pretty-Printers.
5011 (Writing a Pretty-Printer): New section. Move the pretty-printer
5012 example here, and reformat to match python coding style. Add a second
5013 example using the gdb.printing module.
5014 (Python modules): Add gdb.printing.
5015
5016 2010-10-29 Doug Evans <dje@google.com>
5017
5018 * gdb.texinfo (Python): Fix long line.
5019
5020 2010-10-20 Doug Evans <dje@google.com>
5021
5022 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
5023 All references updated. Correct sections marked as subsections.
5024 (Coding Standards): New chapter. Move the coding standard related
5025 subsections here. Add section on Python coding standards.
5026
5027 2010-10-13 Doug Evans <dje@google.com>
5028
5029 * gdb.texinfo (Python): Add "Python modules".
5030 (Types in Python): Add reference to gdb.types section.
5031 (Python modules): New node.
5032
5033 2010-10-11 Doug Evans <dje@google.com>
5034
5035 * gdb.texinfo (Values From Inferior): Add reference to "Types in
5036 Python" from gdb.Value.type description.
5037
5038 2010-09-28 Joel Brobecker <brobecker@adacore.com>
5039
5040 * gdb.texinfo (Ravenscar Profile): New node.
5041
5042 2010-09-22 Tom Tromey <tromey@redhat.com>
5043
5044 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
5045
5046 2010-09-22 Eli Zaretskii <eliz@gnu.org>
5047
5048 * gdb.texinfo (Values From Inferior): Clarify that
5049 value.dynamic_type works only in C++ programs with RTTI.
5050
5051 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
5052
5053 * gdb.texinfo (Character Sets): Correctly reference host-charset
5054 in example.
5055
5056 2010-09-13 Tom Tromey <tromey@redhat.com>
5057
5058 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
5059 Document "fullname" and "from".
5060
5061 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
5062
5063 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
5064 feature `reverse' output by -list-target-features.
5065
5066 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
5067
5068 * gdb.texinfo (i386 Features): Remove an extra "@item".
5069
5070 2010-08-30 Tom Tromey <tromey@redhat.com>
5071
5072 PR python/11792:
5073 * gdb.texinfo (Values From Inferior): Document dynamic_type.
5074
5075 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
5076
5077 * gdb.texinfo (ARM Features): Document
5078 org.gnu.gdb.arm.m-profile.
5079
5080 2010-08-23 Tom Tromey <tromey@redhat.com>
5081
5082 PR python/11145:
5083 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
5084 reinterpret_cast methods.
5085
5086 2010-08-23 Tom Tromey <tromey@redhat.com>
5087
5088 PR python/11915:
5089 * gdb.texinfo (Types In Python): Document array method.
5090
5091 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5092
5093 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
5094
5095 2010-08-16 Tom Tromey <tromey@redhat.com>
5096
5097 * gdb.texinfo (Set Watchpoints): Document -location option.
5098
5099 2010-08-13 Doug Evans <dje@google.com>
5100
5101 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
5102
5103 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
5104
5105 * gdb.texinfo (GDB/MI Data Manipulation): Document
5106 -data-read-memory-raw and -data-write-memory-raw.
5107
5108 2010-08-11 Tom Tromey <tromey@redhat.com>
5109 Phil Muldoon <pmuldoon@redhat.com>
5110
5111 * gdb.texinfo (Basic Python): Describe post_event API.
5112
5113 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
5114
5115 * gdb.texinfo (Basic Python): Describe solib_address and
5116 decode_line Python APIs
5117
5118 2010-08-10 Tom Tromey <tromey@redhat.com>
5119
5120 * gdb.texinfo (Pretty Printing API): Document
5121 gdb.default_visualizer.
5122
5123 2010-08-10 Tom Tromey <tromey@redhat.com>
5124
5125 Revert gdb-add-index addition:
5126 * gdb.texinfo (Index Files): Don't document gdb-add-index.
5127
5128 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5129 Eli Zaretskii <eliz@gnu.org>
5130
5131 * gdb.texinfo (Mode Options) <-batch>
5132 (Basic Python) <gdb.execute>: Describe setting width and height.
5133
5134 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
5135
5136 * gdb.texinfo (Threads): Document 'debug libthread-db'.
5137
5138 2010-07-30 Tom Tromey <tromey@redhat.com>
5139
5140 * gdb.texinfo (Index Files): Mention gdb-add-index.
5141
5142 2010-07-30 Hui Zhu <teawater@gmail.com>
5143
5144 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5145 "detach inferior" and "kill inferior".
5146
5147 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5148
5149 * gdb.texinfo (Machine Code): Update description of two forms of
5150 arguments, and add new example to demonstrate the new form.
5151
5152 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5153
5154 * gdb.texinfo (Values From Inferior): Add value inferior function
5155 call description.
5156
5157 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5158
5159 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5160
5161 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5162 Eli Zaretskii <eliz@gnu.org>
5163
5164 Make core files the process_stratum.
5165 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5166 record_stratum example.
5167
5168 2010-07-13 Tom Tromey <tromey@redhat.com>
5169
5170 * gdb.texinfo (Index Files): New node.
5171
5172 2010-07-13 Tom Tromey <tromey@redhat.com>
5173
5174 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5175
5176 2010-07-13 Tom Tromey <tromey@redhat.com>
5177
5178 * gdb.texinfo (Specify Location): Document labels.
5179
5180 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5181
5182 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5183 entries for fast tracepoints and static tracepoints.
5184
5185 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5186
5187 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5188 qsThreadInfo>: Spell out `l' as ell.
5189
5190 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5191
5192 * gdb.texinfo (Convenience Variables): Document $_sdata.
5193 (Commands to Set Tracepoints): Describe static tracepoints. Add
5194 `Listing Static Tracepoint Markers' menu entry. Document
5195 "strace".
5196 (Tracepoint Action Lists): Document collecting $_sdata.
5197 (Listing Static Tracepoint Markers): New subsection.
5198 (Tracepoints support in gdbserver): Mention static tracepoints.
5199 (remote packets, enabling and disabling): Mention
5200 read-sdata-object.
5201 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5202 and StaticTracepoint.
5203 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5204 Document qXfer:sdata:read.
5205 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5206
5207 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5208
5209 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5210
5211 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5212 Tom Tromey <tromey@redhat.com>
5213 Thiago Jung Bauermann <bauerman@br.ibm.com>
5214
5215 * gdb.texinfo (Inferiors In Python): New node.
5216 * gdb.texinfo (Threads In Python): New node.
5217
5218 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5219
5220 * gdb.texinfo (Python): Document what the python directory is
5221 and what its location is.
5222 (Basic Python): Document the gdb.PYTHONDIR constant.
5223
5224 2010-06-25 Tom Tromey <tromey@redhat.com>
5225
5226 PR python/10808:
5227 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5228
5229 2010-06-24 Hui Zhu <teawater@gmail.com>
5230
5231 * gdb.texinfo: (Commands for Controlled Output): Add
5232 documentation for command "eval".
5233
5234 2010-06-21 Stan Shebs <stan@codesourcery.com>
5235
5236 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5237 * annotate.texinfo: Ditto.
5238 * gdbint.texinfo: Ditto.
5239 * stabs.texinfo: Ditto.
5240
5241 2010-06-22 Hui Zhu <teawater@gmail.com>
5242
5243 * gdb.texinfo: (Process Record and Replay): Add documentation
5244 for command "set record memory-query".
5245
5246 2010-06-21 Stan Shebs <stan@codesourcery.com>
5247
5248 * gdb.texinfo: Relicense under GFDL version 1.3.
5249 * annotate.texinfo: Relicense under GFDL version 1.3.
5250 * gdbint.texinfo: Relicense under GFDL version 1.3.
5251 * stabs.texinfo: Relicense under GFDL version 1.3.
5252 * fdl.texi: Update to version 1.3.
5253
5254 2010-06-18 Stan Shebs <stan@codesourcery.com>
5255
5256 * gdb.texinfo (Operating System Auxiliary Information): Describe
5257 "info os" when no arguments given.
5258
5259 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5260 $_thread.
5261
5262 2010-06-18 Hui Zhu <teawater@gmail.com>
5263
5264 * gdb.texinfo: (Process Record and Replay): Add documentation
5265 for commands "record save" and "record restore".
5266
5267 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5268
5269 * gdb.texinfo: Include information about the correct use
5270 of addresses in the `watch' command.
5271
5272 2010-06-11 Stan Shebs <stan@codesourcery.com>
5273
5274 * gdb.texinfo (Observer Mode): New section.
5275 (General Query Packets): Document QAllow.
5276
5277 2010-06-04 Doug Evans <dje@google.com>
5278
5279 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5280
5281 2010-06-03 Doug Evans <dje@google.com>
5282
5283 * gdbint.texinfo (Coding): Add subsection on command names.
5284
5285 2010-06-02 Tom Tromey <tromey@redhat.com>
5286
5287 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5288 always-disassemble.
5289
5290 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5291
5292 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5293 gdbserver, and add cross reference.
5294 (Tracepoints support in gdbserver): New subsection.
5295
5296 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5297
5298 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5299 `qRelocInsn' feature.
5300 (Relocate instruction reply packet): New subsection
5301 of `Tracepoint Packets'.
5302 (Tracepoint Packets): Mention that packets QTDP and QTStart
5303 support the qRelocInsn request, and add cross reference to new
5304 subsection.
5305
5306 2010-05-25 Doug Evans <dje@google.com>
5307
5308 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5309 (Commands In Python): Document gdb.string_to_argv.
5310
5311 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5312
5313 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5314 ATTR_NORETURN.
5315
5316 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5317 Tom Tromey <tromey@redhat.com>
5318 Thiago Jung Bauermann <bauerman@br.ibm.com>
5319
5320 * gdb.texinfo (Parameters In Python): New Node.
5321
5322 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5323
5324 * gdb.texinfo: (Summary) Add mention about D language support.
5325 (Filenames): Add D suffixes.
5326 (D): New node.
5327
5328 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5329
5330 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5331 of macro deleted from GDB code.
5332
5333 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5334
5335 * gdb.texinfo (Commands to specify files): Describe what how GDB
5336 looks up DOS-based filesystem paths on the system root. Document
5337 the new `set/show target-file-system-kind' commands.
5338
5339 2010-04-23 Doug Evans <dje@google.com>
5340
5341 * gdb.texinfo (Python): Move Auto-loading section here ...
5342 (Python API): from here.
5343 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5344 (Maintenance Commands): Add docs for "maint print section-scripts".
5345
5346 2010-04-20 Chris Moller <cmoller@redhat.com>
5347
5348 * gdb.texinfo (Setting Breakpoints): Added description of
5349 filename-qualified rbreak.
5350 * refcard.tex (Breakpoints and Watchpoints): Added brief
5351 description of filename-qualified rbreak.
5352
5353 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5354
5355 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5356 (Python API): Change the reference to Pretty Printing API.
5357 (Pretty Printing): Move the user part under the Data node. Reformat
5358 the sample output to 72 columns. Create a new reference to Pretty
5359 Printing API. Rename the API part ...
5360 (Pretty Printing API): To a new node name.
5361 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5362 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5363
5364 2010-04-21 Stan Shebs <stan@codesourcery.com>
5365
5366 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5367 and commands.
5368 (Listing Tracepoints): Update to reflect current behavior.
5369
5370 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5371
5372 * gdb.texinfo (Examining memory): Update for change in string
5373 display with explicit size.
5374
5375 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5376
5377 PR breakpoints/8554.
5378
5379 * gdb.texinfo (Save Breakpoints): New node.
5380 (save-tracepoints): Rename to ...
5381 (save tracepoints): ... this. Mention that `save-tracepoints' is
5382 a deprecated alias to `save tracepoints'.
5383
5384 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5385
5386 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5387 (info w32 thread-information-block): Document new command.
5388 (qGetTIBAddress): Document new gdbserver query.
5389 (maint set/show show-all-tib): Document new command.
5390
5391 2010-04-15 Doug Evans <dje@google.com>
5392
5393 * gdb.texinfo (Python API): Add progspaces section.
5394 (Selecting Pretty-Printers): Progspace pretty-printers are
5395 searched too.
5396 (Progspaces In Python): New section.
5397
5398 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5399
5400 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5401
5402 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5403 returns None.
5404
5405 2010-04-09 Stan Shebs <stan@codesourcery.com>
5406
5407 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5408 Describe the `frames-created' field, tweak grammar.
5409
5410 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5411
5412 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5413 Describe the `circular' and `disconnected' fields.
5414
5415 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5416
5417 * gdb.texinfo (maint print registers): Mention unavailable and
5418 invisible registers.
5419
5420 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5421 Thiago Jung Bauermann <bauerman@br.ibm.com>
5422 Tom Tromey <tromey@redhat.com>
5423
5424 * gdb.texinfo (Breakpoints In Python): New Node.
5425
5426 2010-04-08 Stan Shebs <stan@codesourcery.com>
5427
5428 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5429 trace status fields.
5430
5431 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5432
5433 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5434 optional. Make org.gnu.gdb.i386.avx requires
5435 org.gnu.gdb.i386.avx.
5436
5437 2010-04-08 Doug Evans <dje@google.com>
5438
5439 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5440 search path, and document that gdb only scans the search path if
5441 the script's path doesn't specify a directory.
5442
5443 2010-04-05 Doug Evans <dje@google.com>
5444
5445 * gdb.texinfo (maint show python auto-load): Fix typo.
5446
5447 2010-04-04 Stan Shebs <stan@codesourcery.com>
5448
5449 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5450 (Setting Watchpoints): Update description of "info watch".
5451 (Disabling Breakpoints): Only "info break" lists all.
5452
5453 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5454 (tdump): Explain how tdump works.
5455
5456 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5457
5458 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5459 add cross reference.
5460
5461 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5462
5463 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5464 commands error out.
5465
5466 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5467
5468 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5469
5470 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5471
5472 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5473
5474 2010-03-29 Stan Shebs <stan@codesourcery.com>
5475 Nathan Sidwell <nathan@codesourcery.com>
5476
5477 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5478 GDBN equivalent.
5479 (Set Tracepoints): Remove mention that conditional tracepoints
5480 don't exist.
5481 (Tracepoint Actions): Clarify when while-stepping collection
5482 happens, note that while-stepping does not automatically collect
5483 $pc.
5484
5485 2010-03-29 Stan Shebs <stan@codesourcery.com>
5486
5487 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5488 (General Query Packets): Describe TracepointSource.
5489
5490 2010-03-27 Matt Rice <ratmice@gmail.com>
5491
5492 * gdb.texinfo (ARM): Document arguments to "target sim".
5493 (Set Catchpoints): Use @dots{} instead of @r{...}.
5494
5495 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5496
5497 * gdb.texinfo (Tracepoint Packets): Remove mention that
5498 terror:string may be plain text, and drop mention of X prefix.
5499
5500 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5501
5502 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5503
5504 2010-03-24 Stan Shebs <stan@codesourcery.com>
5505
5506 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5507
5508 2010-03-24 Tom Tromey <tromey@redhat.com>
5509
5510 PR breakpoints/9352:
5511 * gdb.texinfo (Break Commands): Update.
5512
5513 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5514
5515 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5516 commands.
5517
5518 2010-03-16 Stan Shebs <stan@codesourcery.com>
5519
5520 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5521 circular-trace-buffer.
5522 (Tracepoint Packets): Describe QTBuffer, and details of the
5523 qTStatus reply.
5524
5525 2010-03-12 Stan Shebs <stan@codesourcery.com>
5526 Nathan Sidwell <nathan@codesourcery.com>
5527
5528 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5529 doing instruction stepping.
5530 (Tracepoint Restrictions): New node.
5531
5532 2010-03-10 Tom Tromey <tromey@redhat.com>
5533
5534 * gdbint.texinfo (Symbol Handling): Update.
5535
5536 2010-03-08 Tom Tromey <tromey@redhat.com>
5537
5538 PR cli/9591:
5539 * gdb.texinfo (Mode Options): Mention lack of pagination and
5540 confirmation with --batch.
5541 (Screen Size): Mention --batch.
5542 (Messages/Warnings): Likewise.
5543
5544 2010-03-05 Tom Tromey <tromey@redhat.com>
5545
5546 * gdb.texinfo (Basic Python): Document target_charset and
5547 target_wide_charset.
5548
5549 2010-03-05 Tom Tromey <tromey@redhat.com>
5550
5551 * gdb.texinfo (Data): Link to pretty-printing.
5552 (Output Formats): Likewise. Correct text.
5553
5554 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5555
5556 * gdb.texinfo (Types): Describe <struct> and <flags>.
5557
5558 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5559
5560 * gdb.texinfo (Frames In Python): Add block parameter and
5561 description to read_var text.
5562
5563 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5564 Tom Tromey <tromey@redhat.com>
5565
5566 * gdb.texinfo (Types In Python): Describe block argument in
5567 template_argument and gdb.lookup_type.
5568
5569 2010-02-24 Tom Tromey <tromey@redhat.com>
5570
5571 * gdb.texinfo (Cygwin Native): Fix typo.
5572
5573 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5574
5575 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5576 and select method descriptions.
5577 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5578 Tables in Python to menu.
5579 (Blocks In Python): New node.
5580 (Symbols In Python): New node.
5581 (Symbol Tables in Python): New node.
5582
5583 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5584
5585 Multiexec MI
5586
5587 gdb/
5588 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5589
5590 gdb/doc/
5591 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5592 changes.
5593 (GDB/MI Program Execution): Document current behaviour of
5594 --all and --thread-group.
5595 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5596 -remove-inferior.
5597 * observer.texi (inferior_added, inferior_removed): New
5598 observers.
5599
5600 2010-02-19 Tom Tromey <tromey@redhat.com>
5601
5602 * gdbint.texinfo (Getting Started): Fix @node.
5603 (Debugging GDB): Likewise.
5604
5605 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5608 documenting the gdb_test_timeout variable.
5609
5610 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5611
5612 * gdb.texinfo (MI commands): Added documentation of --reverse
5613 option to a set of MI commands. Restructured documentation of MI
5614 commands --exec-continue to reflect the complexity of reverse
5615 execution.
5616
5617 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5618
5619 * gdb.texinfo (Using the Collected Data): Specify that the address
5620 range of `tfind outsize' is exclusive, and that the address range
5621 of `tfind range' is inclusive.
5622 (Tracepoint Packets): Specify that the address range of
5623 `QTFrame:range' is inclusive, and that the address range of
5624 `QTFrame:outside' is exclusive
5625
5626 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5627
5628 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5629
5630 2010-02-10 Tom Tromey <tromey@redhat.com>
5631
5632 * gdb.texinfo (Debugging Output): Document set debug parser and
5633 show debug parser.
5634
5635 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5636
5637 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5638 i386_eflags and i386_mxcsr.
5639
5640 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5641
5642 * gdb.texinfo: Document i386 target features.
5643
5644 2010-02-05 Doug Evans <dje@google.com>
5645
5646 * gdbint.texinfo (Testsuite): Add a new section to document the
5647 various DejaGnu variables that may be overridden.
5648 Document INTERNAL_GDBFLAGS.
5649
5650 2010-02-04 Tom Tromey <tromey@redhat.com>
5651
5652 PR cli/8830:
5653 * gdb.texinfo (Files): -readnow comes before the filename for file
5654 and symbol-file.
5655
5656 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5657
5658 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5659 Document ARM breakpoint types.
5660 (Register Packet Format): Move into the new section.
5661 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5662
5663 2010-01-21 Joel Brobecker <brobecker@adacore.com>
5664
5665 * gdb.texinfo (File Options): Adjust the documentation of this
5666 switch to refer to the "source" command rather than partially
5667 duplicating some of the relevant information.
5668 (Extending GDB): Introduce and document the set/show script-extension
5669 setting.
5670 (Command Files): Add note explaining that the "source" command
5671 is also used to evalute scripts written in other languages.
5672 Remove the short slightly incorrect reference to sourcing Python
5673 scripts.
5674 (Python Commands): Document how to execute a Python script from GDB.
5675
5676 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5677
5678 * gdb.texinfo (Command Files): Fix typo.
5679
5680 2010-01-18 Tom Tromey <tromey@redhat.com>
5681
5682 * gdb.texinfo (File Options): Document -x on .py files.
5683 (Command Files): Document handling of Python scripts.
5684
5685 2010-01-18 Jie Zhang <jie.zhang@analog.com>
5686
5687 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5688
5689 2010-01-15 Stan Shebs <stan@codesourcery.com>
5690
5691 * gdb.texinfo (Trace Files): New section.
5692 (Tracepoint Packets): Document QTSave and qTBuffer.
5693 (Trace File Format): New appendix.
5694
5695 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5696
5697 * gdb.texinfo (Values From Inferior): Document lazy_string value
5698 method.
5699 (Python API): Add Lazy strings menu item.
5700 (Lazy Strings In Python): New node.
5701
5702 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5703
5704 * gdb.texinfo (GDB/MI Thread Information): New.
5705 (GDB/MI Async Records): Document the core field in *stopped.
5706 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5707 documentation
5708 (Process list): Document that osdata document may contain
5709 threads.
5710 (Remote Serial Protocol): Document qXfer:threads.
5711
5712 2010-01-06 Stan Shebs <stan@codesourcery.com>
5713
5714 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5715 disconnected tracing.
5716 (Tracepoint Packets): Document new protocol.
5717
5718 2010-01-05 Stan Shebs <stan@codesourcery.com>
5719
5720 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5721 tracepoints.
5722 (Tracepoint Packets): Describe remote protocol for fast
5723 tracepoints.
5724
5725 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5726
5727 Update the "Start of New Year Procedure".
5728 * gdbint.texinfo: Add the list of files that need to be updated
5729 manually. Minor reformatting.
5730
5731 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5732
5733 * refcard.tex: Update copyright year in header and text.
5734
5735 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5736
5737 * agentexpr.texi: Add 2010 to the list of copyright years.
5738 * annotate.texinfo: Likewise.
5739 * gdb.texinfo: Likewise.
5740 * gdbint.texinfo: Likewise.
5741 * observer.texi: Likewise.
5742 * stabs.texinfo: Likewise.
5743
5744 2009-12-31 Stan Shebs <stan@codesourcery.com>
5745
5746 * gdb.texinfo (Tracepoint Actions): Describe teval.
5747
5748 2009-12-29 Stan Shebs <stan@codesourcery.com>
5749
5750 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5751
5752 2009-12-28 Stan Shebs <stan@codesourcery.com>
5753
5754 * gdb.texinfo (Trace State Variables): New section.
5755 (Tracepoint Packets): Describe trace state variable packets.
5756 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5757 variable bytecodes.
5758
5759 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5760
5761 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5762 declarations.
5763
5764 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5765
5766 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5767 -gdb-exit behaviour.
5768
5769 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5770
5771 * gpl.texi: Update to version 3 of the GPL.
5772
5773 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5774
5775 * Makefile.in: Update copyright header.
5776 * observer.texi: Fix the copyright header of the generated files.
5777
5778 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5779
5780 * gdb.texinfo (Types In Python): Describe range function.
5781
5782 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5783
5784 * gdb.texinfo (Types In Python): Describe "is_base_class".
5785
5786 2009-12-03 Tom Tromey <tromey@redhat.com>
5787
5788 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5789
5790 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5791
5792 * observer.texi: New memory_changed observer.
5793
5794 2009-12-01 Tom Tromey <tromey@redhat.com>
5795
5796 * gdb.texinfo (Reverse Execution): Fix typo.
5797
5798 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5799
5800 PR gdb/8704
5801
5802 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5803 are allowed after the breakpoint condition.
5804
5805 2009-11-23 Tom Tromey <tromey@redhat.com>
5806
5807 PR python/10782:
5808 * gdb.texinfo (Types In Python): Document Type.pointer.
5809
5810 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5811
5812 * gdb.texinfo (Machine Code): Adjust.
5813
5814 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5815
5816 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5817 (Using Agent Expressions): Delete cross reference.
5818
5819 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5820
5821 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5822 and @settitle directives up to help makeinfo find them.
5823
5824 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5825
5826 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5827 (Auto-loading): Use plural and note one can use multiple components now.
5828
5829 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5830
5831 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5832 -stack-list-arguments have the same documentation for parameter
5833 as -stack-list-locals. Add comas.
5834
5835 2009-10-27 Tom Tromey <tromey@redhat.com>
5836 Eli Zaretskii <eliz@gnu.org>
5837
5838 PR python/10781
5839
5840 * gdb.texinfo (Values From Inferior): Document cast method.
5841
5842 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5843
5844 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5845 and adjust example.
5846
5847 2009-10-22 Michael Snyder <msnyder@vmware.com>
5848
5849 * gdb.texinfo (Process Record and Replay): Document new form of
5850 info record command. Also document the new save and restore
5851 commands.
5852
5853 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5854
5855 * gdb.texinfo (Machine Code): Mention current pc marker.
5856 (Memory): Likewise.
5857
5858 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5859 Stan Shebs <stan@codesourcery.com>
5860
5861 * observer.texi (new_inferior): Rename to...
5862 (inferior_appeared): ... this.
5863
5864 * gdb.texinfo (Inferiors): Rename node to ...
5865 (Inferiors and Programs): ... this. Mention running multiple
5866 programs in the same debug session.
5867 <info inferiors>: Mention the new 'Executable' column if "info
5868 inferiors". Update examples. Document the "add-inferior",
5869 "clone-inferior", "remove-inferior" and "maint info
5870 program-spaces" commands.
5871 (Process): Rename node to...
5872 (Forks): ... this. Document "set|show follow-exec-mode".
5873
5874 2009-10-11 Michael Snyder <msnyder@vmware.com>
5875
5876 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5877 (ReverseContinue): Ditto.
5878
5879 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5880
5881 * gdb.texinfo (Server): Document libthread-db-search-path.
5882
5883 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5884
5885 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5886
5887 2009-10-06 Michael Eager <eager@eagercon.com>
5888
5889 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5890 (Embedded Processors): Add MicroBlaze.
5891 (MicroBlaze): New. Describe Xilinx MicroBlaze
5892
5893 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5894
5895 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5896
5897 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5898
5899 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5900
5901 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5902
5903 * observer.texi (solib_unloaded): Document explicitly the fact that
5904 this observer is called before the associated symbols are unloaded.
5905
5906 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5907
5908 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5909 -stack-list-variables.
5910
5911 2009-09-18 Tom Tromey <tromey@redhat.com>
5912
5913 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5914 is experimental.
5915
5916 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5917
5918 * gdb.texinfo (convenince variables): Mention
5919 $_siginfo could be empty.
5920
5921 2009-09-15 Tom Tromey <tromey@redhat.com>
5922
5923 * gdb.texinfo (GDB/MI Variable Objects): Document
5924 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5925 Expand -var-update documentation.
5926
5927 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5928
5929 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5930 feature.
5931
5932 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5933
5934 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5935
5936 2009-09-10 Michael Snyder <msnyder@vmware.com>
5937
5938 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5939 ReverseStep replies to the qSupported query.
5940
5941 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5942
5943 Add documentation for set/show interactive-mode.
5944 * gdb.texinfo (Other Misc Settings): New node.
5945
5946 2009-09-01 Doug Evans <dje@google.com>
5947
5948 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5949 non-stop mode's affect on remote caching.
5950
5951 2009-08-31 Jacob Potter <jdpotter@google.com>
5952 Doug Evans <dje@google.com>
5953
5954 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5955 Mark `set/show remotecache' options as obsolete.
5956 Document new `set/show stack-cache' option.
5957 Update text for `info dcache'.
5958
5959 2009-08-27 Doug Evans <dje@google.com>
5960
5961 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5962 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5963
5964 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5965
5966 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5967 about autoconf.
5968
5969 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5970
5971 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5972 small example, and describe its columns. Replace "inferior-id" by
5973 "infno" throughout.
5974
5975 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5976
5977 * gdbint.texinfo (Releasing GDB): Point to
5978 README-maintainer-mode file for required autoconf version.
5979 * configure.ac: Do not substitute datarootdir, htmldir,
5980 pdfdir, docdir. Do not process --with-datarootdir,
5981 --with-htmldir, --with-pdfdir, --with-docdir.
5982 * configure: Regenerate.
5983
5984 * configure: Regenerate.
5985
5986 2009-08-20 Reid Kleckner <reid@kleckner.net>
5987
5988 * gdb.texinfo: Add chapter on JIT interface.
5989
5990 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5991
5992 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5993 confirmation request.
5994
5995 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5996
5997 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5998 CRC definitions.
5999
6000 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6001
6002 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6003 -break-commands.
6004
6005 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6006
6007 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6008 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
6009
6010 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6011
6012 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
6013 "set spu stop-on-load" and "show spu stop-on-load" commands.
6014
6015 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6016
6017 * gdb.texinfo (Target Descriptions): Document <compatible> element.
6018
6019 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6020
6021 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
6022 org.gnu.gdb.arm.neon.
6023
6024 2009-07-20 Pedro Alves <pedro@codesourcery.com>
6025
6026 * gdb.texinfo (Target Description Format): Mention the new <osabi>
6027 optional element.
6028 (subsection OS ABI): New subsection.
6029
6030 2009-07-14 Stan Shebs <stan@codesourcery.com>
6031
6032 * gdb.texinfo (Tracepoint Conditions): New section.
6033 (General Query Packets): Describe ConditionalTracepoints.
6034 (Tracepoint Packets): Describe condition field.
6035 (Maintenance Commands): Describe maint agent-eval.
6036 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
6037
6038 2009-07-11 Hui Zhu <teawater@gmail.com>
6039
6040 * gdb.texinfo (disassemble): Add a new modifier /r
6041 to "disassemble" command to make it print the raw instructions
6042 in hex as well as in symbolic form.
6043
6044 2009-07-09 Tom Tromey <tromey@redhat.com>
6045
6046 * gdbint.texinfo (Testsuite): Document parallel make check.
6047
6048 2009-07-09 Tom Tromey <tromey@redhat.com>
6049
6050 * gdbint.texinfo (Testsuite): Document test transcripts.
6051
6052 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6053
6054 * gdb.texinfo (Values From Inferior): Add length parameter
6055 description.
6056
6057 2009-07-04 Chris Genly <chris@genly.us>
6058
6059 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
6060 in -var-list-children. Fix example according to what the code
6061 does.
6062
6063 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6064
6065 * gdb.texinfo (Debugging multiple inferiors): Document the
6066 "inferior", "detach inferior" and "kill inferior" commands.
6067 (Debugging Programs with Multiple Processes): Adjust to mention
6068 generic "inferior" commands. Delete mention of "detach fork" and
6069 "delete fork". Cross reference to "Debugging multiple inferiors"
6070 section.
6071
6072 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6073
6074 * gdbint.texinfo (Item Output Functions): Update signature
6075 for ui_out_field_core_addr.
6076
6077 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
6078
6079 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
6080 Update example code extrated from breakpoint.c.
6081
6082 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6083
6084 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
6085 MI commands.
6086 (GDB/MI Symbol Query): Likewise.
6087 (GDB/MI File Commands): Likewise.
6088 (GDB/MI File Transfer Commands): Likewise.
6089 (GDB/MI Target Manipulation): Likewise.
6090 (GDB/MI Miscellaneous Commands): Likewise.
6091
6092 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6093
6094 * gdb.texinfo (Debugging Optimized Code): New chapter.
6095 (Compiling for Debugging): Reference it. Move some
6096 text to the new section.
6097
6098 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6099
6100 * doc/gdb.texinfo (Calling): Document
6101 set-unwind-on-terminating-exception usage.
6102
6103 2009-06-11 Pedro Alves <pedro@codesourcery.com>
6104
6105 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
6106 command.
6107
6108 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6109
6110 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
6111 references.
6112
6113 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
6114
6115 * gdbint.texinfo: Rename formal parameters to gdbarch function
6116 protoypes from "current_gdbarch" to "gdbarch".
6117
6118 2009-05-28 Tom Tromey <tromey@redhat.com>
6119
6120 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
6121
6122 2009-05-27 Tom Tromey <tromey@redhat.com>
6123
6124 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6125 feature.
6126 (GDB/MI Variable Objects): Document -var-set-visualizer.
6127
6128 2009-04-02 Tom Tromey <tromey@redhat.com>
6129
6130 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
6131 feature.
6132 (GDB/MI Variable Objects): Document -var-set-visualizer.
6133
6134 2009-05-27 Tom Tromey <tromey@redhat.com>
6135 Thiago Jung Bauermann <bauerman@br.ibm.com>
6136 Phil Muldoon <pmuldoon@redhat.com>
6137
6138 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
6139 (Pretty Printing): New node.
6140 (Selecting Pretty-Printers): Likewise.
6141 (Python API): Update.
6142 (Output Formats): Document /r format.
6143
6144 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6145 Tom Tromey <tromey@redhat.com>
6146
6147 * gdb.texinfo (Types In Python): New node.
6148 (Values From Inferior): "type" is now an attribute.
6149 (Python API): Update.
6150
6151 2009-05-27 Tom Tromey <tromey@redhat.com>
6152 Thiago Jung Bauermann <bauerman@br.ibm.com>
6153 Phil Muldoon <pmuldoon@redhat.com>
6154
6155 * gdb.texinfo: Add @syncodeindex for `tp'.
6156 (Python API): Update.
6157 (Auto-loading): New node.
6158 (Objfiles In Python): New node.
6159
6160 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6161
6162 * gdb.texinfo (Threads): Document libthread-db-search-path.
6163
6164 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6165
6166 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6167
6168 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6169
6170 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6171 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6172 show show-debug-regs' docs.
6173
6174 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6175
6176 * gdb.texinfo (Process Record and Replay): Add description of
6177 reverse execution.
6178
6179 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6180
6181 * gdbint.texinfo (Adding support for debugging core files): New node.
6182 (Native Debugging): Remove the ``Native core file Support'' section.
6183
6184 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6185
6186 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6187 Add index entries.
6188
6189 2009-04-30 Hui Zhu <teawater@gmail.com>
6190 Michael Snyder <msnyder@vmware.com>
6191
6192 * gdb.texinfo: (Process Record and Replay): Add documentation for
6193 process record and replay.
6194
6195 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6196
6197 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6198 a new part on command-line defined macros.
6199
6200 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6201
6202 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6203 clarify the wording.
6204
6205 2009-04-23 Tom Tromey <tromey@redhat.com>
6206
6207 * gdb.texinfo (Data Files): New node.
6208 (GDB Files): Update menu.
6209
6210 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6211
6212 * gdbint.texinfo (Defining Other Architecture Features): Remove
6213 entry for PROCESS_LINENUMBER_HOOK.
6214
6215 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6216
6217 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6218
6219 2009-04-22 Hui Zhu <teawater@gmail.com>
6220
6221 * gdb.texinfo (disassemble-next-line): Set the default of
6222 disassemble-next-line to off.
6223
6224 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6225
6226 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6227 --with-htmldir): New.
6228 * configure: Regenerate.
6229 * Makefile.in (datarootdir, docdir): Define.
6230 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6231 instead of $(SET_TEXINPUTS).
6232 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6233 gdbint.info instead of $(SET_TEXINPUTS).
6234 (gdbint/index.html): Use same -I options as for building
6235 gdbint.info.
6236 (stabs.dvi, stabs.pdf): Use same -I options as for building
6237 stabs.info instead of $(SET_TEXINPUTS).
6238 (stabs/index.html): Use same -I options as for building
6239 stabs.info.
6240 (annotate.dvi, annotate.pdf): Use same -I options as for building
6241 annotate.info instead of $(SET_TEXINPUTS).
6242 (annotate/index.html): Use same -I options as for building
6243 annotate.info.
6244
6245 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6246
6247 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6248
6249 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6250
6251 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6252
6253 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6254 Joseph Myers <joseph@codesourcery.com>
6255
6256 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6257 (MAKEHTMLFLAGS): Set to empty.
6258 (html__strip_dir): Define.
6259 (HTMLFILES): Define.
6260 (HTMLFILES_INSTALL): Define.
6261 (install-html): Copy new automake rule.
6262 (html): Depend on $(HTMLFILES).
6263 (gdb_toc.html): Rename to gdb/index.html.
6264 (gdbint_toc.html): Rename to gdbint/index.html.
6265 (stabs_toc.html): Rename to stabs/index.html.
6266 (annotate_toc.html): Rename to annotate/index.html.
6267
6268 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6269
6270 * Makefile.in: Set pdfdir and htmldir from configure
6271 substitutions.
6272 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6273 * configure: Regenerate.
6274
6275 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6276
6277 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6278 This macro is no longer used.
6279
6280 2009-04-15 Tom Tromey <tromey@redhat.com>
6281
6282 * gdb.texinfo (Character Sets): Document default character set.
6283
6284 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6285
6286 * gdbint.texinfo: Change server name from sources.redhat.com to
6287 sourceware.org throughout.
6288
6289 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6290
6291 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6292 about a missing dot or coma after @xref.
6293
6294 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6295
6296 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6297 example, and add a small explanation about it.
6298 (Print Settings): Change the documentation of the "set print
6299 frame-arguments" to reflect the fact that the default is now "scalars".
6300
6301 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6302
6303 * gdb.texinfo (Print Settings): Add kindex for command "set
6304 print frame-arguments".
6305
6306 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6307
6308 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6309 breakpoints.
6310 (Set Breaks): Add reference to thread-specific and task-specific
6311 breakpoints.
6312
6313 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6314
6315 * gdb.texinfo (Ada Tasks): Remove the documentation about
6316 the "Running" state, as this state has been eliminated.
6317 Now all runnable tasks are shown as "Runnable".
6318
6319 2009-03-30 Stan Shebs <stan@codesourcery.com>
6320
6321 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6322 special case of breakpoints.
6323 (Enable and Disable Tracepoints): Mention deprecation.
6324 (Listing Tracepoints): Update description and example.
6325
6326 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6327
6328 * gdb.texinfo (Frames in Python): New node.
6329 (Python API): Update.
6330
6331 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6332
6333 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6334 from a method to an attribute.
6335
6336 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6337
6338 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6339 attribute.
6340
6341 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6342
6343 * observer.texi (thread_exit): Add "silent" parameter.
6344
6345 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6346
6347 * observer.texi (about_to_proceed): New.
6348
6349 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6350
6351 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6352 field throughout to handle types with spaces in them. Fix typos
6353 found by aspell.
6354 (Summary, Requirements, Contributors): New first chapter,
6355 "Summary" added, old Requirements section moved there, and new
6356 section, "Contributors" added.
6357 (Initializing a New Architecture, Register Representation)
6358 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6359 (Porting gdb): These sections extended and updated.
6360 (Compiler Characteristics): This section (empty) deleted.
6361 (Defining Other Architecture Features): This section renamed and
6362 duplicate material removed from (formerly "Target Conditionals").
6363 Use braces {} in @deftypeXX type field throughout to handle types
6364 with spaces in them. Typos found by aspell fixed.
6365
6366 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6367 * stack_frame.pdf: Version of image for PDF output.
6368 * stack_frame.png: Version of image for HTML output and for Emacs.
6369 * stack_frame.txt: Version of image for Info output.
6370 * stack_frame.eps: Version of image for TeX DVI output.
6371
6372 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6373
6374 * gdb.texinfo (Character Sets): Fix last change.
6375
6376 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6377
6378 * gdb.texinfo (Values From Inferior): Fix optional arguments
6379 markup.
6380 (Commands In Python): Adjust argument names of gdb.Command.__init__
6381 to what the function accepts as keywords.
6382
6383 2008-03-20 Tom Tromey <tromey@redhat.com>
6384
6385 * gdb.texinfo (Convenience Vars): Document convenience functions.
6386 (Functions In Python): New node.
6387 (Python API): Update.
6388
6389 2009-03-20 Tom Tromey <tromey@redhat.com>
6390
6391 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6392 set target-wide-charset.
6393 (Requirements): Mention iconv.
6394
6395 2009-03-17 Hui Zhu <teawater@gmail.com>
6396
6397 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6398
6399 2009-03-17 Hui Zhu <teawater@gmail.com>
6400
6401 * gdb.texinfo: Add documentation for disassemble-next-line.
6402
6403 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6404
6405 * gdb.texinfo (Commands In Python): Remove tindex entries.
6406
6407 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6408
6409 * gdb.texinfo (Returning): New description for missing debug info.
6410
6411 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6412
6413 * gdb.texinfo (Remote Configuration): Document query-attached.
6414 (General Query Packets): Document qAttached.
6415
6416 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6417
6418 * gdb.texinfo (Background Execution): Better describe the set
6419 target-async command.
6420 (Maintenance Commands): Delete description of the `maint set/show
6421 linux-async' and `maint set/show remote-async' commands.
6422
6423 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6424
6425 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6426 between sentences.
6427
6428 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6429
6430 * gdb.texinfo (GDB/MI Async Records): Document the
6431 =library-loaded and =library-unloaded notifications.
6432
6433 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6434
6435 * observer.texi (test_notification): New observer.
6436
6437 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6438
6439 * observer.texi: Add parameter 'print_frame' to normal_stop
6440 observer.
6441
6442 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6443
6444 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6445 (Commands In Python): Fix COMMAND_* constants in last change. Use
6446 @kbd for interactive input. Add cross-references and index
6447 entries.
6448
6449 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6450
6451 * gdb.texinfo (Signals): Document $_siginfo.
6452 (Convenience Variables): Mention $_siginfo.
6453 (Remote Configuration): Document qXfer:siginfo:read,
6454 qXfer:siginfo:write packets, and the read-siginfo-object,
6455 write-siginfo-object commands.
6456
6457 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6458
6459 * gdbint.texinfo (Values): New chapter.
6460
6461 2009-02-06 Tom Tromey <tromey@redhat.com>
6462
6463 * gdb.texinfo (Python API): Add entry for Commands In Python.
6464 (Commands In Python): New node.
6465
6466 2009-02-05 Tom Tromey <tromey@redhat.com>
6467
6468 * gdb.texinfo (Values From Inferior): Document Value.string.
6469
6470 2009-02-05 Tom Tromey <tromey@redhat.com>
6471
6472 * gdb.texinfo (Basic Python): Document execute's from_tty
6473 argument.
6474
6475 2009-02-04 Tom Tromey <tromey@redhat.com>
6476
6477 * gdb.texinfo (Basic Python): Document gdb.history.
6478
6479 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6480
6481 * gdb.texinfo (GDB/MI Thread Commands): Document the
6482 'current-thread-id' field. Remove the example with zero threads,
6483 since current GDB won't ever report that if there's inferior.
6484
6485 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6486
6487 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6488 option to -break-insert.
6489
6490 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6491 Jerome Guitton <guitton@adacore.com>
6492
6493 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6494 (System-wide configuration): New section.
6495
6496 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6497
6498 PR gdb/7580:
6499 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6500 internal-error|internal-warning quit|corefile ask|yes|no".
6501
6502 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6503
6504 * gdb.texinfo (Using the `gdbserver' Program): Document
6505 --remote-debug.
6506
6507 2009-01-23 Doug Evans <dje@google.com>
6508
6509 * gdb.texinfo: Add nexti to list of commands that support
6510 background execution.
6511
6512 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6513
6514 * gdb.texinfo (Define, Hooks): Document prefix command support.
6515
6516 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6517 Carlos O'Donell <carlos@codesourcery.com>
6518
6519 Fixes for makeinfo --html.
6520
6521 * annotate.texinfo: Use @copying and @insertcopying. Use
6522 @ifnottex in place of @ifinfo.
6523 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6524 place of @ifinfo. Use @ifnotinfo for one index entry.
6525 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6526 in place of @ifinfo.
6527 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6528 in place of @ifinfo. Include contents at start unconditionally.
6529
6530 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6531
6532 * gdb.texinfo (General Query Packets): Remove @var{} around the
6533 "spu" literal string.
6534
6535 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6536
6537 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6538 program may be running in another process" errors.
6539 * gdbint.texinfo (Native Conditionals): Delete
6540 ONE_PROCESS_WRITETEXT description.
6541
6542 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6543
6544 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6545 emacs local variable to be placed at the end of the ChangeLog.
6546 Add server.c and gdbreplay.c to the list of files where the
6547 copyright year needs to be updated.
6548
6549 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6550
6551 * gdb.texinfo (Remote Configuration): Document new
6552 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6553 commands.
6554
6555 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6556
6557 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6558 FETCH_INFERIOR_REGISTERS.
6559 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6560 FETCH_INFERIOR_REGISTERS descriptions. Remove
6561 gdbarch_get_longjmp_target descrition, since already described in
6562 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6563 (Target Conditionals): ... here.
6564
6565 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6566
6567 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6568 examples.
6569 (Additions to Ada): Likewise. Add the missing opening and closing
6570 parenthesis of the GDB prompt in one of the examples.
6571
6572 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6573
6574 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6575 about the result of 'Address not being of type System.Address.
6576 This problem has been fixed a while ago.
6577
6578 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6579
6580 MI non-stop and multiprocess docs.
6581
6582 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6583 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6584 Adjust documentation for *stopped, document =thread-created,
6585 =thread-exited, =thread-group-created and =thread-group-exited.
6586 (GDB/MI Thread Commands): Document the 'state' field in
6587 -thread-info output.
6588 (GDB/MI Program Execution): Mention --all and --thread-group
6589 options.
6590 (GDB/MI Variable Objects): Describe floating and fixed variable
6591 objects.
6592 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6593
6594 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6595
6596 * gdb.texinfo (Operating System Information): New appendix.
6597 (Operating System Auxiliary Information): Document 'info os processes'
6598 (Remote Configuration): Document 'osdata'
6599 (General Query Packets): Document qXfer:osdata:read.
6600
6601 2008-11-27 Tristan Gingold <gingold@adacore.com>
6602
6603 * gdb.texinfo (Darwin): Document Darwin specific features.
6604
6605 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6606
6607 * gdbint.texinfo (Target Conditionals): Extend the
6608 gdbarch_breakpoint_from_pc description.
6609
6610 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6611
6612 * gdb.texinfo (M68K Features): Fix typo.
6613
6614 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6615
6616 * gdb.texinfo (Symbols): Mention printing containing
6617 image name in "info symbol".
6618 (Maint translate-address): Likewise.
6619
6620 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6621
6622 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6623 commands "catch load" and "catch unload".
6624
6625 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6626
6627 * gdb.texinfo (GDB/MI Async Records): Document
6628 =thread-selected.
6629
6630 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6631
6632 * observer.texi (new_inferior, inferior_exit): New observers.
6633
6634 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6635
6636 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6637 .mt files, TM_CLIBS or TM_CDEPS.
6638 (x86 Watchpoints): Don't mention TDEPFILES.
6639
6640 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6641
6642 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6643 (Overview): Mention notifications and non-stop mode behavior.
6644 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6645 with non-stop mode behavior. Add vStopped description.
6646 (Stop Reply Packets): Update list of packets that return
6647 stop replies. Mention non-stop behavior.
6648 (General Query Packets): Document QNonStop packet and associated
6649 qSupported query response.
6650 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6651 behavior.
6652 (Notification Packets): New section.
6653 (Remote Non-Stop): New section.
6654 (File-I/O Overview): Mention non-stop behavior.
6655
6656 2008-10-24 Hui Zhu <teawater@gmail.com>
6657 Pedro Alves <pedro@codesourcery.com>
6658
6659 * gdb.texinfo (displaced-stepping): Describe the auto mode
6660 setting, and say it's the default. This is now a mainstream
6661 setting instead of a maintenance setting.
6662
6663 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6664
6665 * observer.texi (thread_stop_requested): New.
6666
6667 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6668
6669 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6670 (Patching): Replace incorrect usage of @samp by @kbd.
6671
6672 2008-10-17 Michael Snyder <msnyder@vmware.com>
6673
6674 * gdb.texinfo: Add documentation for reverse execution.
6675
6676 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6677 Eli Zaretskii <eliz@gnu.org>
6678
6679 * gdb.texinfo. (Values From Inferior): New subsubsection.
6680
6681 2008-10-06 Doug Evans <dje@google.com>
6682
6683 * gdb.texinfo (set debug dwarf2-die): Document it.
6684
6685 2008-10-01 Joel Brobecker <brobecker@adacore.com>
6686
6687 * gdb.texinfo (catch) [exception]: Document how to insert
6688 a breakpoint on user-defined exceptions when the exception
6689 name is identical to one of the language-defined ones.
6690
6691 2008-09-27 Tom Tromey <tromey@redhat.com>
6692
6693 * gdb.texinfo (Macros): Remove text about stringification,
6694 varargs, and splicing.
6695
6696 2008-09-27 Tom Tromey <tromey@redhat.com>
6697
6698 * gdbint.texinfo (Language Support): Remove text about omitting
6699 support for a language.
6700
6701 2008-09-23 Doug Evans <dje@google.com>
6702
6703 * gdb.texinfo (info dcache): Update.
6704
6705 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6706
6707 * gdb.texinfo (Packets): Add info on thread-id syntax and
6708 multiprocess extensions.
6709 <D>: Document multiprocess form of packet.
6710 <H>: Use thread-id syntax.
6711 <T>: Likewise.
6712 <vCont>: Likewise. Note this is required for multiprocess.
6713 <vKill>: New packet.
6714 (Stop Reply Packets) <T>: Use thread-id syntax.
6715 <W>: Document multiprocess form of reply.
6716 <X>: Likewise.
6717 (General Query Packets) <qC>: Use thread-id syntax.
6718 <qfThreadInfo>: Likewise.
6719 <qGetTLSAddr>: Likewise.
6720 <qP>: Likewise.
6721 <qSupported>: Add "multiprocess" feature.
6722 <qThreadExtraInfo>: Use thread-id syntax.
6723
6724 2008-09-22 Stan Shebs <stan@codesourcery.com>
6725
6726 * gdb.texinfo (Inferiors): New section.
6727
6728 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6729
6730 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6731
6732 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6733
6734 * gdbint.texinfo (Target Conditionals): Remove documentation
6735 for gdbarch_name_of_malloc.
6736
6737 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6738
6739 * gdb.texinfo (Interrupts): Mention TCP interface for
6740 sending BREAK.
6741
6742 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6743
6744 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6745 argument prefix to "set sysroot".
6746
6747 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6748
6749 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6750 and False.
6751
6752 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6753
6754 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6755 for possible features of -list-features.
6756
6757 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6758
6759 * gdb.texinfo (Background execution): Adjust example
6760 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6761
6762 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6763
6764 * doc/gdb.texinfo (PowerPC): Fix typo.
6765 (PowerPC features): Fix typo.
6766
6767 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6768
6769 * observer.texi (thread_ptid_changed): New.
6770
6771 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6772
6773 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6774 (PowerPC features): Mention feature set for VSX registers.
6775
6776 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6777
6778 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6779 the direct visibility of all names in user-written packages.
6780
6781 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6782
6783 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6784 setting, and make it the default.
6785 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6786 non-stop script example.
6787
6788 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6789
6790 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6791 reference to the "Using Different Register and Memory Data
6792 Representation" section.
6793
6794 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6795
6796 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6797 (Remote Protocol): Add Packet Acknowledgment to menu.
6798 (Overview): Mention +/- can be disabled, and point to new section
6799 where this is discussed in detail.
6800 (General Query Packets): Document QStartNoAckMode packet, and
6801 corresponding qSupported reply.
6802 (Packet Acknowledgment): New section.
6803
6804 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6805 Pedro Alves <pedro@codesourcery.com>
6806
6807 * gdb.texinfo (Threads): Move paragraph about automatic thread
6808 selection to All-Stop Mode subsection.
6809 (Thread Stops): Reorganize existing material into subsections.
6810 Add introductory blurb and menu.
6811 (Non-Stop Mode): New subsection.
6812 (Background Execution): New subsection.
6813 (Maintenance Commands): Add cross-references from async mode
6814 commands to the new Background Execution section.
6815
6816 2008-08-06 Tom Tromey <tromey@redhat.com>
6817
6818 * gdb.texinfo (Extending GDB): New chapter.
6819 (Sequences): Demoted chapter, now a section under the new
6820 Extending GDB chapter.
6821 (Python): New section.
6822
6823 2008-07-31 Stan Shebs <stan@codesourcery.com>
6824
6825 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6826
6827 2008-07-29 Stan Shebs <stan@codesourcery.com>
6828
6829 * gdbint.texinfo: General round of cleanup and minor
6830 clarifications.
6831 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6832 (Longjmp Support): Update description to reflect how it is done
6833 for targets without using native header.
6834 (Symbol Handling): Add a little more general explanation.
6835 (COFF, ELF): Mention stabs encapsulation.
6836 (DWARF 3): New section.
6837 (Adding a New Host): Scrub out some obsolete bits.
6838 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6839 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6840 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6841 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6842 SEEK_SET, STOP_SIGNAL, USG.
6843 (Raw and Virtual Register Representations): Ditto for
6844 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6845 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6846 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6847 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6848 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6849 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6850 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6851 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6852 DEPRECATED_USE_STRUCT_CONVENTION.
6853 Describe gdbarch_deprecated_fp_regnum.
6854 Update description of gdbarch_print_insn.
6855 (Adding a New Target): Scrub out obsolete bits.
6856 (Obsolete Conditionals): Remove entire section.
6857
6858 2008-07-25 Tom Tromey <tromey@redhat.com>
6859
6860 * observer.texi (GDB Observers): Document new observers:
6861 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6862 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6863 architecture_changed.
6864
6865 2008-07-21 Stan Shebs <stan@codesourcery.com>
6866
6867 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6868 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6869
6870 2008-07-21 Tom Tromey <tromey@redhat.com>
6871
6872 * observer.texi (GDB Observers): Remove obsolete comment.
6873 <executable_changed>: Remove argument.
6874
6875 2008-07-18 Tom Tromey <tromey@redhat.com>
6876
6877 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6878
6879 2008-07-10 Doug Evans <dje@google.com>
6880
6881 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6882
6883 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6884
6885 * gdb.texinfo (Starting): Document "set disable-randomization".
6886
6887 2008-07-07 Andreas Schwab <schwab@suse.de>
6888
6889 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6890
6891 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6892
6893 * gdb.texinfo (GDB/MI Target Manipulation): Add
6894 example of -target-attach.
6895
6896 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6897
6898 * observer.texi (target_resumed): New observer.
6899 * gdb.texinfo (GDB/MI Output Records): Document *running.
6900
6901 2008-06-06 Tom Tromey <tromey@redhat.com>
6902
6903 * gdb.texinfo (Completion): Add field name example.
6904
6905 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6906
6907 * gdb.texinfo (GDB/MI Program Context): Added example
6908 to -exec-arguments
6909
6910 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6911
6912 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6913 annotation.
6914
6915 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6916 Nathan Sidwell <nathan@codesourcery.com>
6917 Joseph Myers <joseph@codesourcery.com>
6918
6919 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6920 and ACX_BUGURL.
6921 * configure: Regenerate.
6922 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6923 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6924 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6925 mailing-list-specific text about bug reporting unless
6926 BUGURL_DEFAULT.
6927
6928 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6929
6930 * gdb.texinfo (-target-select): Remove reference to target async.
6931 (Maintenance Commands): Document "maint set/show remote-async".
6932
6933 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6934
6935 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6936 in -target-file-get section.
6937
6938 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6939
6940 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6941 killing the inferior when it is already debugging a process.
6942
6943 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6944
6945 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6946 abbreviation for "finish".
6947
6948 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6949
6950 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6951
6952 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6953
6954 * gdbint.texinfo (Target Conditionals): Delete entry for
6955 gdbarch_dwarf_reg_to_regnum.
6956
6957 2008-05-09 Doug Evans <dje@google.com>
6958
6959 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6960
6961 2008-05-05 Doug Evans <dje@google.com>
6962
6963 * gdb.texinfo (disassemble): Document /m modifier.
6964
6965 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6966
6967 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6968 will not report the time of commands that run the target.
6969
6970 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6971
6972 * gdb.texinfo (GDB/MI Output Records): Add
6973 missing semicolon.
6974
6975 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6976
6977 * gdb.texinfo (GDB/MI Output Records):
6978 Document =thread-create and =thread-exited.
6979
6980 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6981
6982 * gdb.texinfo (GDB/MI Development and Front Ends):
6983 Remove mention of dmi-discuss.
6984
6985 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6986
6987 * observer.texi (thread_exit): New.
6988
6989 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6990
6991 * gdb.texinfo (Debugging Output): Document "set/show debug
6992 displaced".
6993 (Maintenance Commands): Document "maint set/show
6994 can-use-displaced-stepping".
6995
6996 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6997
6998 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6999 and set/show arm force-mode.
7000
7001 2008-05-02 Andreas Schwab <schwab@suse.de>
7002
7003 * gdbint.texinfo (Algorithms): Describe
7004 target_watchpoint_addr_within_range.
7005
7006 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7007
7008 * gdbint.texinfo (Stack Frames): New chapter.
7009 (Algorithms): Move Frames text to the new chapter.
7010 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
7011 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
7012
7013 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7014
7015 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
7016 output does not necessary include any tokens.
7017
7018 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
7019
7020 * gdb.texinfo (Set SH Calling convention): New @item.
7021 (Show SH Calling convention): Ditto.
7022
7023 2008-04-22 Markus Deuling <deuling@de.ibm.com>
7024
7025 * gdb.texinfo (Fortran Operators): Describe '%' operator.
7026
7027 2008-04-20 Eli Zaretskii <eliz@gnu.org>
7028
7029 * gdb.texinfo (Set Breaks): Mention that multiple location
7030 breakpoints need line number info. Add index entries.
7031
7032 2008-04-19 Craig Silverstein <csilvers@google.com>
7033
7034 * gdb.texinfo (Requirements): Add an optional requirement on
7035 zlib.
7036 * gdbint.texinfo (Debugging File Formats): Add new subsection for
7037 Compressed DWARF 2.
7038
7039 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
7040
7041 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
7042 sample output for 'stopped,reason="breakpoint-hit"' message.
7043 (GDB/MI Program Execution): Likewise.
7044
7045 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7046
7047 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
7048 -var-set-format. Add -f option to -var-evaluate-expression.
7049
7050 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7051
7052 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
7053 new node "Ambiguous Expressions". Replace references to this
7054 node by references to "Ambiguous Expressions" throughout.
7055 (Ambiguous Expressions): New node.
7056
7057 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
7058
7059 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
7060
7061 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7062
7063 * gdb.texinfo (Debugging Output): Document
7064 "set/show debug lin-lwp-async".
7065 (Maintenance Commands): Document "maint set/show linux-async".
7066
7067 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7068
7069 * gdb.texinfo (Expressions): Update description of malloced arrays.
7070
7071 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
7072
7073 * gdb.texinfo (Thread Commands): Document
7074 -thread-info. Remove -thread-list-all-threads.
7075
7076 2008-03-14 Pedro Alves <pedro@codesourcery.com>
7077 Sandra Loosemore <sandra@codesourcery.com>
7078
7079 * gdb.texinfo (Library List Format): Update to mention the
7080 possibility to pass section addresses instead of segment
7081 addresses.
7082
7083 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
7084
7085 * gdb.texinfo (Starting): Document "set exec-wrapper".
7086 (Server): Document gdbserver --wrapper.
7087
7088 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7089
7090 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
7091 unreadable memory. Delete obsolete SPARClite reference.
7092
7093 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7094
7095 * gdb.texinfo (Starting): Mention always-running targets.
7096 (Target Commands): Add an anchor for load.
7097 (Connecting): Explain continue instead of run.
7098
7099 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7100
7101 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
7102
7103 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
7104
7105 * gdb.texinfo (Set Breaks): Revert description of Enb column of
7106 breakpoint table.
7107
7108 2008-02-19 Pedro Alves <pedro@codesourcery.com>
7109
7110 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
7111 killing the inferior when it is already debugging a process.
7112
7113 2008-02-13 Markus Deuling <deuling@de.ibm.com>
7114
7115 * gdbint.texinfo (Build Script): New section. Mention new build script
7116 gdb_buildall.sh.
7117
7118 2008-02-01 Jim Blandy <jimb@red-bean.com>
7119
7120 * gdb.texinfo (Help): Summarize 'info args' correctly.
7121
7122 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7123
7124 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
7125 available in PowerPC architecture.
7126 (Embedded Processors): Change node name of PowerPC item in menu.
7127 (PowerPC): Rename to...
7128 (PowerPC Embedded): this.
7129 (Architectures): Add new PowerPC item in menu.
7130 (PowerPC): New node.
7131
7132 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7133
7134 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
7135 commands.
7136
7137 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
7138
7139 * gdb.texinfo (Setting Catchpoints): Mention features
7140 supported on GNU/Linux.
7141
7142 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7143
7144 * gdb.texinfo (GDB/MI File Commands): Describe new output
7145 field for MI command -file-list-exec-source-file.
7146
7147 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7148
7149 * gdb.texinfo (Using the `gdbserver' Program): Add security
7150 warning. Rearrange into subsections and subsubsections. Document
7151 --multi and --debug. Correct --with-sysroot typo. Update --attach
7152 usage. Make load reference clearer. Document monitor exit.
7153 (Remote Configuration): Document set remote exec-file, attach-packet,
7154 and run-packet.
7155 (Packets): Document vAttach and vRun.
7156
7157 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7158
7159 * gdb.texinfo (Processes): Mention process command.
7160 detach-on-follow -> detach-on-fork.
7161
7162 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7163
7164 * gdbint.texinfo (Native Conditionals): Remove
7165 SHELL_COMMAND_CONCAT and SHELL_FILE.
7166
7167 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7168
7169 * gdb.texinfo (Specify Location): Improve wording.
7170
7171 2008-01-23 Chris Demetriou <cgd@google.com>
7172
7173 * gdb.texinfo (Threads): Document new "set print thread-events"
7174 and "show print thread-events" commands.
7175
7176 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7177
7178 * gdb.texinfo (Specify Location): New section.
7179 (Delete Breaks, Edit, Set Breaks): Remove description of
7180 locations. Instead, add a reference to "Specify Location".
7181 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7182 (Symbols): Refer to "Specify Location" for the valid forms of
7183 linespecs and locations.
7184
7185 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7186
7187 * gdbint.texinfo (Target Conditionals): Replace the description of
7188 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7189
7190 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7191
7192 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7193 about &&var, which is rejected by the expression parser.
7194
7195 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7196
7197 * gdb.texinfo (Output): Update documentation on using printf with DFP
7198 types.
7199
7200 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7201
7202 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7203 subsubsection.
7204 (Decimal Floating Point format): New subsubsection.
7205
7206 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7207
7208 * gdb.texinfo (File Options): Remove mention of the attempt to
7209 open a core file with the -p option. Don't list -c as a valid
7210 option to attach to a process.
7211
7212 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7213
7214 * gdbint.texinfo (Host Conditionals): Remove mention of
7215 ALIGN_STACK_ON_ENTRY.
7216
7217 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7218
7219 * gdbint.texinfo (Start of New Year Procedure): Add item
7220 describing how to update the source and documentation copyright
7221 notices.
7222
7223 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7224
7225 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7226 watchpoint explanation into the main description of the watchpoint
7227 command; update synopses of 'watch', 'rwatch', and 'awatch'
7228 commands.
7229
7230 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7231
7232 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7233 Document 'pending-breakpoints' feature of
7234 -list-features.
7235
7236 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7237
7238 * gdb.texinfo: Add new parameter's description.
7239
7240 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7241
7242 * gdb.texinfo (Overview): Clarify run-length encoding
7243 example. Remove the restriction on "+" and "-" characters.
7244
7245 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7246
7247 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7248
7249 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7250
7251 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7252 the -f option for -break-insert, remove -r option,
7253 and clarify specification of location.
7254
7255 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7256
7257 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7258 formatting.
7259 (Remote Debugging): Add File Transfer section.
7260 (Remote Configuration): Document Host I/O packets.
7261 (GDB/MI): Add GDB/MI File Transfer Commands section.
7262 (Host I/O Packets): New section in "Remote Protocol".
7263 (Packets): Add vFile.
7264
7265 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7266
7267 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7268 breakpoints with multiple locations.
7269 (Breakpoint Menus): Improve wording.
7270 (Output): Fix last change.
7271
7272 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7273
7274 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7275
7276 2007-11-15 Doug Evans <dje@google.com>
7277
7278 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7279
7280 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7281
7282 * gdbint.texinfo (Native Conditionals): Remove
7283 mention of CLEAR_SOLIB.
7284
7285 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7286
7287 * gdb.texinfo (Print Settings): Add documentation for "set/show
7288 print frame-arguments".
7289
7290 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7291
7292 * gdb.texinfo (Output): Update printf command's description.
7293
7294 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7295
7296 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7297 powerpc soft-float".
7298
7299 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7300
7301 * gdb.texinfo (Files): Correct formatting. Mention Expat
7302 requirement.
7303 (Requirements for Building GDB): Expand the list of Expat
7304 uses.
7305 (Library List Format, Memory Map Format): Mention Expat.
7306 (Target Descriptions): Update Expat wording.
7307
7308 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7309
7310 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7311 Document that gdbarch_convert_register_p should return zero for no-op
7312 conversions.
7313
7314 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7315
7316 * gdbint.texi (Compiler Characteristics): Move documentation
7317 of set_gdbarch_sofun_address_maybe_missing back to ...
7318 (Target Conditionals): ... here to fix build break.
7319
7320 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7321
7322 * gdbint.texi (Target Conditionals): Remove documentation of
7323 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7324 (Compiler Characteristics): ... documentation of
7325 set_gdbarch_sofun_address_maybe_missing.
7326
7327 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7328
7329 * gdbint.texinfo (Target Conditionals): Use
7330 frame_unwind_register_unsigned in examples instead of
7331 frame_unwind_unsigned_register.
7332
7333 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7334
7335 * gdb.texinfo (Predefined Target Types): Add int128
7336 and uint128.
7337 (Standard Target Features): Add PowerPC features.
7338
7339 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7340
7341 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7342
7343 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7344
7345 * gdbint.texi (Target Conditionals): Remove documentation
7346 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7347 gdbarch_extract_return_value, and gdbarch_store_return_value.
7348
7349 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7350
7351 * gdbint.texi (Target Conditionals): Remove documentation of
7352 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7353
7354 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7355
7356 * gdb.texinfo: Mention that inaccessible-by-default is on by
7357 default.
7358
7359 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7360
7361 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7362
7363 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7364
7365 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7366 multi-threaded watchpoints.
7367 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7368 checked. Describe sticky notification. Expand description
7369 of steppable and continuable watchpoints.
7370 (Watchpoints and Threads): New subsection.
7371
7372 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7373
7374 * gdb.texinfo (Setting Breakpoints): Revise
7375 documentation for pending breakpoints. Document
7376 breakpoints with multiple locations.
7377
7378 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7379
7380 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7381 Document -list-features.
7382
7383 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7384
7385 * gdb.texinfo (Output): Spell out which features of C's printf are
7386 not supported by GDB's printf.
7387 (Separate Debug Files): More accurate wording regarding build ID
7388 and a reference to the ld manual rather than the Fedora wiki.
7389
7390 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7391 Jim Blandy <jimb@codesourcery.com>
7392
7393 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7394 (Examining Memory): Update mentions of the 's' format.
7395 (Automatic Display): Likewise.
7396
7397 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7398
7399 * gdb.texinfo: Update the FSF's Back-Cover Text.
7400
7401 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7402 Eli Zaretskii <eliz@gnu.org>
7403
7404 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7405 Fixed the ``build ID'' name. New binaries build instructions for the
7406 build ID inclusion. Explain how the commands are specific to the build
7407 ID vs. debug link.
7408
7409 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7410
7411 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7412 indexing for ``build ID'' support.
7413
7414 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7415
7416 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7417 Enlisted BUILD ID to the debug file searching example.
7418 Included a BUILD ID `.note.gnu.build-id' section description.
7419 Updated/added the debug files splitting instructions for OBJCOPY.
7420
7421 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7422
7423 * gdb.texinfo (Variable Objects): Adjust docs
7424 for -var-info-expression and document
7425 -var-info-path-expression.
7426
7427 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7428
7429 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7430 (title page): Include the dedication in the printed manual, as a
7431 separate page after the copyright notice.
7432
7433 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7434 don't break a @var across a line.
7435
7436 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7437
7438 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7439 for include files.
7440
7441 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7442
7443 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7444 in annotate.texinfo.
7445 (Command History): Link to new node.
7446
7447 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7448
7449 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7450
7451 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7452
7453 * gdbint.texinfo (Target Conditionals): Fix last change.
7454
7455 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7456
7457 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7458 routines:
7459 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7460 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7461 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7462 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7463 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7464 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7465 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7466 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7467 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7468 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7469 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7470 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7471 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7472 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7473 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7474 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7475 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7476 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7477 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7478 (SOFTWARE_SINGLE_STEP_P)
7479
7480 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7481 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7482
7483 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7484 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7485 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7486 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7487 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7488 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7489 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7490 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7491 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7492 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7493
7494 (Converting an existing Target Architecture to Multi-arch): Remove
7495 section.
7496
7497 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7498 (gdbarch_addr_bits_remove): Add code example.
7499
7500 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7501
7502 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7503
7504 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7505 Add other missing entries. Adjust the table size to fit.
7506 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7507 stop reasons including the new "library" event.
7508 (General Query Packets): Adjust table widths for qSupported. Mention
7509 qXfer:libraries:read reply to qSupported and document the new packet.
7510 (Library List Format): New section.
7511
7512 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7513
7514 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7515
7516 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7517
7518 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7519
7520 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7521
7522 * gdbint.texinfo (Register and Memory Data): Break sections
7523 into nodes and add a menu.
7524
7525 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7526
7527 * gdb.texinfo (Examining Memory): Document the new behaviour.
7528
7529 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7530
7531 * gdb.texinfo (Standard Target Features): Document
7532 m68k features.
7533
7534 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7535
7536 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7537
7538 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7539
7540 * gdb.texinfo (Target Description Format): Add version attribute
7541 for <target>.
7542
7543 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7544
7545 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7546
7547 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7548
7549 * gdb.texinfo (MIPS Features): New subsection.
7550
7551 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7552 Markus Deuling <deuling@de.ibm.com>
7553
7554 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7555 and qXfer:spu:write packets and mention them under qSupported.
7556
7557 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7558 Markus Deuling <deuling@de.ibm.com>
7559
7560 * gdb.texinfo (Architectures): Add new SPU section to document
7561 Cell Broadband Engine SPU architecture specific commands.
7562
7563 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7564
7565 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7566 comments.
7567
7568 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7569
7570 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7571
7572 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7573
7574 * gdb.texinfo (Overview): Doc fix.
7575
7576 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7577
7578 * gdb.texinfo (Remote Configuration): Document "set/show
7579 remoteflow".
7580
7581 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7582
7583 * gdb.texinfo (MIPS): Remove documentation for set mips
7584 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7585 stack-arg-size.
7586
7587 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7588
7589 * all-cfg.texi (GDBTUI): New.
7590 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7591 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7592 (TUI Configuration): Edit to improve clarity and fix problems of
7593 both style and content.
7594
7595 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7596
7597 * observer.texi (GDB Observers): New observer "new_objfile".
7598
7599 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7600
7601 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7602
7603 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7604
7605 * gdb.texinfo (GDB/MI Variable Objects): Document
7606 frozen variables objects.
7607
7608 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7609
7610 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7611 (Character Sets, Caching Data of Remote Targets): Likewise.
7612 (Targets): Delete Remote node. Move its text...
7613 (Debugging Remote Programs): ...to here. Delete description
7614 of the "remote" command.
7615 (Remote configuration): Delete description of "set remotedevice"
7616 and "show remotedevice".
7617 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7618
7619 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7620
7621 * gdb.texinfo (Contributors, Continuing and Stepping)
7622 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7623 (General Query Packets, File-I/O Remote Protocol Extension)
7624 (Protocol Basics, The F Reply Packet, Write)
7625 (Protocol-specific Representation of Datatypes, Memory Transfer):
7626 Fix hyphenation, punctuation and grammar problems.
7627 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7628 'section' instead of 'subsection' in the text.
7629 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7630 (i386): Remove period from section name.
7631 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7632 (Config Names, Configure Options): Use @file{configure}.
7633
7634 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7635
7636 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7637 and tab expansion.
7638
7639 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7640
7641 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7642
7643 2007-04-02 Bob Wilson <bob.wilson@acm.org>
7644
7645 * gdb.texinfo: Consistently capitalize all significant words in
7646 node names, chapter titles, section titles, and headings. Update
7647 cross references to match.
7648 (Starting and Stopping Trace Experiment): Make node name plural.
7649 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7650
7651 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7652
7653 * gdb.texinfo (WinCE): Delete obsolete subsection.
7654
7655 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7656
7657 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7658 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7659 references.
7660
7661 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7662
7663 * gdb.texinfo (Startup): Delete references to some alternate
7664 names for .gdbinit.
7665 (Thread): Remove LynxOS reference.
7666 (Tandem ST2000): Delete target-specific documentation.
7667 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7668 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7669 and GDB_OSABI_LYNXOS.
7670
7671 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7672
7673 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7674
7675 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7676
7677 * gdbint.texinfo (Target Conditionals): Remove mention of
7678 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7679 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7680
7681 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7682
7683 * Makefile.in: Add "pdfdir" installation
7684 directory, PDFTEX macro, support for "install-pdf" target,
7685 and rules for making a pdf version of refcard.texi.
7686 * refcard.tex: Specify paper size for PDF output.
7687
7688 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7689
7690 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7691
7692 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7693
7694 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7695 (Source Path, Character Sets, Macros, Define)
7696 (GDB/MI Result Records, GDB/MI Simple Examples)
7697 (GDB/MI Program Execution, GDB/MI File Commands)
7698 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7699 (Bug Reporting): Use @value{GCC}.
7700
7701 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7702
7703 * gdb.texinfo (Help): Fix formatting of examples.
7704 (Variables): Use @ifnotinfo instead of @iftex.
7705 (Non-debug DLL symbols): Use @ref instead of @pxref.
7706 (Sparclet File): Use @samp instead of quotes.
7707
7708 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7709
7710 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7711
7712 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7713
7714 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7715 the order of the nodes.
7716 (C Operators, C Constants, Debugging C): Remove extra menus.
7717 (Method Names in Commands): Do not specify next/prev/up nodes.
7718
7719 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7720
7721 * gdb.texinfo (File Options): Add missing parenthesis.
7722 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7723
7724 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7725
7726 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7727
7728 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7729
7730 * gdb.texinfo (Standard Target Features): Mention
7731 case insensitivity.
7732 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7733
7734 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7735
7736 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7737 (Files): Add section name to argument list for pxref.
7738 (Non-debug DLL symbols): Don't use `see' for pxref.
7739 (Embedded Processors): Fix typo.
7740 (GDB/MI Breakpoint Commands): Execution commands generate
7741 *stopped not ^done.
7742
7743 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7744
7745 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7746 values for in_scope. Mention that only root variables can be
7747 updated.
7748 (GDB/MI Development and Front Ends): Explain new values may be
7749 added to existing fields.
7750
7751 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7752
7753 * gdb.texinfo (-target-disconnect): Use @smallexample.
7754 (Requirements): Add anchor for Expat. Update description.
7755 (Target Descriptions): Mention Expat.
7756 (Target Description Format): Document new elements. Use
7757 @smallexample.
7758 (Predefined Target Types, Standard Target Features): New sections.
7759 * gdbint.texinfo (Target Descriptions): New section.
7760
7761 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7762
7763 * gdb.texinfo (Target Description Format): Add section on XInclude.
7764
7765 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7766
7767 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7768 command -enable-timings.
7769
7770 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7771
7772 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7773 descriptions for new/deleted elements in gdb_osabi. Add missing
7774 description for function generic_elf_osabi_sniff_abi_tag_sections.
7775
7776 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7777
7778 * gdb.texinfo (Maintenance Commands): Add documentation for
7779 the new "maint print target-stack" command.
7780
7781 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7782 Eli Zaretskii <eliz@gnu.org>
7783
7784 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7785
7786 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7787
7788 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7789 Use @value{NGCC} instead of @value{GCC}.
7790
7791 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7792
7793 * agentexpr.texi: Fix typos.
7794 * annotate.texinfo: Likewise.
7795 * gdb.texinfo: Likewise.
7796 * gdbint.texinfo: Likewise.
7797 * observer.texi: Likewise.
7798 * stabs.texinfo: Likewise.
7799
7800 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7801
7802 * gdbint.texinfo (Support Libraries): Remove mmalloc
7803 entry. Describe readline library.
7804
7805 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7806
7807 * gdb.texinfo (Target Descriptions): New section.
7808 (General Query Packets): Add QPassSignals anchor. Mention
7809 qXfer:features:read under qSupported. Expand mentions of
7810 qXfer:memory-map:read and QPassSignals. Document
7811 qXfer:features:read.
7812
7813 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7814
7815 * gdb.texinfo (Commands to specify files): Describe
7816 "set sysroot" and "show sysroot".
7817 (Using the `gdbserver' program): Lowercase argument
7818 to @var. Expand description of setting up GDB on the
7819 host.
7820
7821 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7822
7823 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7824 catch exception, catch exception unhandled, and catch assert
7825 commands.
7826
7827 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7828
7829 * gdb.texinfo (Debugging Output): Document "set debug xml"
7830 and "show debug xml".
7831
7832 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7833
7834 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7835
7836 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7837
7838 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7839
7840 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7841
7842 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7843 note in @ignore, to be removed later if nobody complains.
7844
7845 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7846
7847 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7848 of -var-delete.
7849
7850 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7851
7852 * gdb.texinfo (Setting breakpoints): Document
7853 automatic software/hardware breakpoint usage and
7854 the "set breakpoint auto-hw" command.
7855
7856 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7857
7858 * gdb.texinfo (Memory Access Checking): New.
7859
7860 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7861
7862 * gdb.texinfo (Remote configuration): Mention
7863 "pass-signals-packet".
7864 (General Query Packets): Document QPassSignals. Fix
7865 a typo.
7866
7867 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7868
7869 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7870
7871 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7872
7873 * gdb.texinfo (Remote configuration): Rewrite documentation for
7874 packet configuration commands.
7875 (OS Information): Adjust reference to qXfer:auxv:read.
7876 (General Query Packets): Remove references to read-aux-vector-packet
7877 and set remote get-thread-local-storage-address.
7878
7879 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7880
7881 * gdbint.texinfo (Target Architecture Definition): Add new
7882 Initializing a New Architecture section.
7883
7884 2006-10-31 David Taylor <dtaylor@emc.com>
7885
7886 * stabs.texinfo (Macro define and undefine): New node describing
7887 stabs for #define and #undef.
7888
7889 2006-10-27 Andreas Schwab <schwab@suse.de>
7890
7891 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7892
7893 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7894
7895 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7896 clarify on the possible meanings of ``expression'' watched by
7897 watchpoints. Add indexing.
7898 (Prompting, Errors, Invalidation, Annotations for Running)
7899 (Source Annotations): Fix index entries by adding "annotation" to
7900 them, to discriminate from index entries that point to the more
7901 general topic descriptions.
7902
7903 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7904
7905 * gdbint.texinfo (Target Vector Definition): Move most
7906 content into Existing Targets. Add a menu.
7907 (Existing Targets): New section, moved from Target Vector
7908 Definition. Use @subsection.
7909 (Managing Execution State): New section.
7910
7911 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7912
7913 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7914
7915 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7916
7917 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7918 (Command Syntax, Signals, Backtrace, Connecting)
7919 (Remote configuration, Renesas Boards, Console I/O): Fix last
7920 change: use Ctrl- instead of C-, except wrt Emacs.
7921 (File-I/O Examples): Put Ctrl-c in @kbd.
7922 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7923 (Console I/O): Use @samp with Ctrl-.
7924 (Signals, Set Breaks, Set Watchpoints): Document optional
7925 arguments to `info signals' `handle', `info breakpoints', and
7926 `info watchpoints'.
7927
7928 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7929
7930 * gdb.texinfo (Backtrace): Fix last change.
7931
7932 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7933
7934 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7935
7936 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7937
7938 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7939 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7940 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7941
7942 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7943 Daniel Jacobowitz <dan@codesourcery.com>
7944
7945 * gdb.texinfo (Packets): Document vFlashErase,
7946 vFlashWrite and vFlashDone packets.
7947 (General Query Packets): Document qXfer:memory-map:read.
7948 Add a new feature for qXfer:memory-map:read.
7949 (Memory map format): New section.
7950 (Target Commands): Mention that gdb can write flash.
7951
7952 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7953 Daniel Jacobowitz <dan@codesourcery.com>
7954
7955 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7956 memory regions and "mem auto".
7957
7958 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7959
7960 * gdbint.texinfo (Array Containers): New section.
7961
7962 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7963
7964 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7965 -stack-list-arguments HIGH_FRAME argument can be larger then the
7966 actual number of frames.
7967
7968 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7969
7970 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7971 -stack-list-locals HIGH_FRAME argument can be larger then the
7972 actual number of frames.
7973
7974 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7975
7976 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7977 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7978
7979 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7980
7981 * gdbint.texinfo (Overall Structure): New section "Source Tree
7982 Structure".
7983
7984 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7985
7986 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7987 responses.
7988
7989 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7990
7991 * gdb.texinfo (Source Path): Add documentation for new
7992 substitute-path commands.
7993
7994 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7995
7996 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7997 (Running Configure): ...here.
7998 (Requirements): New node. Mention expat.
7999
8000 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
8001
8002 * gdb.texinfo (Target Commands): Remove
8003 'set download-write-size' and 'show download-write-size'.
8004
8005 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
8006
8007 * stabs.texinfo (Member Type Descriptor): Correct example for
8008 pointer to member types.
8009
8010 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8011
8012 * gdb.texinfo (Optional warnings and messages): Add
8013 'set/show trace-commands'.
8014 (Command files): Add '-v' to source command.
8015
8016 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8017
8018 * gdb.texinfo (OS Information): Update qPart reference to
8019 qXfer.
8020 (Remote configuration): Likewise.
8021 (Overview): Move @cindex to the start of a paragraph. Talk
8022 about binary data encoding.
8023 (Packets): Refer to the overview for the details of the X
8024 packet encoding.
8025 (General Query Packets): Remove qPart description. Add qXfer
8026 description. Add an anchor to qSupported. Correct feature
8027 table title. Add a new feature for qXfer:auxv:read.
8028 (Interrupts): Add a missing parenthesis.
8029
8030 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
8031
8032 * gdb.texinfo (KOD): Remove node.
8033 (GDB/MI Kod Commands): Remove commented out node.
8034
8035 2006-07-01 Eli Zaretskii <eliz@gnu.org>
8036
8037 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
8038 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
8039 (GDB/MI Thread Commands, GDB/MI Program Execution)
8040 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
8041 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
8042 (GDB/MI File Commands, GDB/MI Target Manipulation)
8043 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
8044 since the MI prompt is hard-wired into the code.
8045
8046 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
8047
8048 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
8049 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
8050 (GDB/MI Data Manipulation): Remove description of unimplemented
8051 display related commands as variable objects perform this function
8052 and are superior: -display-delete, -display-disable,
8053 -display-enable, -display-insert and -display-list. Move
8054 -environment-cd, -environment-directory, -environment-path
8055 and -environment-pwd to "Program Context".
8056 (GDB/MI Program Control): Rename to "Program Execution". Move
8057 -exec-arguments -exec-abort to...
8058 (GDB/MI Program Context): ...here. New node split from "Data
8059 Manipulation".
8060
8061 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
8062
8063 * gdb.texinfo (Remote configuration): Document set / show
8064 remote supported-packets.
8065 (General Query Packets): Document qSupported packet.
8066
8067 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
8068
8069 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
8070 and font markup.
8071 (Protocol basics): Likewise.
8072 (The F request packet): Likewise.
8073 (The F reply packet): Likewise.
8074 (Memory transfer): Move this node to be a subsubsection of
8075 "Protocol specific representation of datatypes".
8076 (The Ctrl-C message): More copy editing.
8077 (Console I/O): Likewise.
8078 (The isatty call): Delete this node, and merge its content into
8079 the "isatty" node. Fixed references elsewhere.
8080 (The system call): Delete this node, and merge its content into
8081 the "system" node. Fixed references elsewhere.
8082 (open): Reformat to use @table, and add appropriate font markup.
8083 (close): Likewise.
8084 (read): Likewise.
8085 (write): Likewise.
8086 (lseek): Likewise.
8087 (rename): Likewise.
8088 (unlink): Likewise.
8089 (stat/fstat): Likewise.
8090 (gettimeofday): Likewise.
8091 (isatty): Likewise.
8092 (system): Likewise, plus minor changes to fix confusing wording.
8093 (Integral datatypes): Fix font markup.
8094 (Pointer values): Likewise.
8095 (struct stat): Fix markup to use @table, plus minor copy editing.
8096 (struct timeval): Fix font markup, plus minor copy editing.
8097 (Constants): Minor copy editing.
8098 (Errno values): Add font markup.
8099 (File-I/O Examples): Likewise.
8100
8101 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
8102
8103 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
8104 (GDB/MI Simple Examples): Move node up one level. Use real
8105 examples.
8106 (GDB/MI Compatibility with CLI): Update.
8107 (GDB/MI Result Records): Add "connected" and "exit" result
8108 classes.
8109 (GDB/MI Stream Records): Clarify target output.
8110 (GDB/MI Command Description Format): Modify example description.
8111 (GDB/MI Breakpoint Table Commands): Rename to...
8112 (GDB/MI Breakpoint Commands): ...this
8113 (GDB/MI Breakpoint Commands): Add optional thread field.
8114 (GDB/MI Program Control): Add an introduction. Move "Program
8115 termination" examples into exec-run description.
8116 (GDB/MI File Commands): Mention similar CLI commands.
8117 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
8118 is similar to "-gdb-version".
8119
8120 2006-06-09 Eli Zaretskii <eliz@gnu.org>
8121
8122 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
8123
8124 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
8125
8126 * gdb.texinfo (GDB/MI Development and Front Ends): Use
8127 sourceware.org for mailing lists.
8128 (GDB/MI File Commands): New node split from Program Control.
8129
8130 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8131
8132 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
8133
8134 2006-05-22 Eli Zaretskii <eliz@gnu.org>
8135
8136 * gdb.texinfo (Cygwin Native): Fix last change.
8137
8138 2006-05-22 Christopher Faylor <cgf@timesys.com>
8139
8140 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
8141
8142 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8143
8144 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8145 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8146
8147 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8148
8149 * gdb.texinfo (General Query Packets): Recommend not starting
8150 new packets with qC and clarify.
8151
8152 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8153
8154 * gdb.texinfo (M2 Types): New section.
8155
8156 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8157
8158 * agentexpr.texi: Add a copyright and license notice.
8159 * observer.texi: Likewise, with GPL clause for function prototypes.
8160 Remove trailing whitespace.
8161
8162 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8163
8164 * gdb.texinfo (General Query Packets): Document conventions for
8165 terminating packet names, and their violations.
8166
8167 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8168
8169 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8170 * gdb.texinfo: Likewise.
8171
8172 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8173
8174 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8175 and "show remotedebug".
8176 (Debugging Output): Add additional index entries.
8177
8178 2006-04-27 Michael Snyder <msnyder@redhat.com>
8179
8180 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8181
8182 2006-04-22 Andrew Cagney <cagney@redhat.com>
8183
8184 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8185 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8186
8187 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8188
8189 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8190 and remove breakpoint prototypes.
8191 (Watchpoints): Move description of target_insert_hw_breakpoint and
8192 target_remove_hw_breakpoint ...
8193 (Breakpoints): ... to here. Document target_insert_breakpoint and
8194 target_remove_breakpoint.
8195
8196 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8197
8198 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8199 and C packets are optional.
8200
8201 2006-04-14 Frederic Riss <frederic.riss@st.com>
8202
8203 * gdb.texinfo (Specifying source directories): Update the description
8204 of the source file search to reflect the fact that the source path
8205 always contains at least $cdir and $cwd.
8206
8207 2006-03-31 Michael Snyder <msnyder@redhat.com>
8208
8209 * gdb.texinfo: Update copyright dates.
8210
8211 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8212
8213 * gdb.texinfo (Overview): Add an index entry to "empty response".
8214
8215 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8216
8217 * gdbint.texinfo (Prologue Analysis): New section.
8218
8219 2006-03-07 Jim Blandy <jimb@red-bean.com>
8220
8221 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8222
8223 * gdb.texinfo (Target Commands): Update text describing how to
8224 specify a target. Refer to the detailed section on remote
8225 debugging, not the brief mention.
8226
8227 * gdb.texinfo (Connecting): Organize the different 'target remote'
8228 connection methods into a table. Add a 'target remote' index
8229 entry. (!!!)
8230
8231 2006-02-17 Fred Fish <fnf@specifix.com>
8232
8233 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8234 'ptype' commands to reflect the fact that the only significant
8235 difference between them is that ptype prints the complete type
8236 description instead of just the name.
8237
8238 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8239
8240 * gdbint.texinfo (Watchpoints): Delete
8241 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8242
8243 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8244
8245 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8246 times fields where needed. Fix typos. Update general form given
8247 for output of -break-insert.
8248 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8249
8250 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8251
8252 * gdbint.texinfo (Symbol Handling): Add a section
8253 on memory management.
8254
8255 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8256
8257 * gdb.texinfo (Breakpoint table commands): Document the fullname
8258 field in -break-list output.
8259
8260 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8261
8262 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8263 debugging information produced by the various "set debug..."
8264 options.
8265
8266 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8267
8268 * gdb.texinfo (Files): Remove obsolete bits from the description
8269 of "symbol-file".
8270
8271 2006-01-25 Jim Blandy <jimb@redhat.com>
8272
8273 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8274
8275 2006-01-24 Jim Blandy <jimb@redhat.com>
8276
8277 * gdbint.texinfo (Frames): Document the basics of GDB's register
8278 unwinding model, and explain the existence of the "sentinel" frame.
8279
8280 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8281
8282 * gdb.texinfo (Choosing files): Mention that -directory is used
8283 for script files.
8284 (Specifying source directories): Likewise.
8285 (Command files): Explain how script files are found.
8286
8287 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8288
8289 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8290 the threads in a multi-threaded program.
8291 (Threads): The threadno argument of "thread apply" can be a range
8292 of numbers.
8293
8294 2006-01-18 Jim Blandy <jimb@redhat.com>
8295
8296 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8297 of warning flags.
8298
8299 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8300
8301 * gdb.texinfo (Sequences): Improve menu annotations.
8302 (Define): Add index entries for arguments of user-defined
8303 commands. Move the description of flow-control commands...
8304 (Command Files): ...to here. Document loop_break and
8305 loop_continue.
8306 (Define, Command Files): Document `end' and add index entries for
8307 it.
8308
8309 2006-01-04 Michael Snyder <msnyder@redhat.com>
8310
8311 * gdb.texinfo: Add documentation for linux-fork.
8312 * gdbint.texinfo: Add internal documentation for checkpoints.
8313
8314 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8315
8316 * gdb.texinfo (Omissions from Ada): Document that there is now
8317 limited aggregate support.
8318
8319 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8320
8321 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8322 registers and the likes.
8323
8324 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8325
8326 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8327 (Symbols): Fix usage of "e.g.".
8328 (Memory Region Attributes): Fix usage of "etc."
8329
8330 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8331 (Coding): Fix usage of "e.g.".
8332
8333 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8334
8335 * stabs.texinfo:
8336 * refcard.tex:
8337 * gpl.texi:
8338 * gdbint.texinfo:
8339 * gdb.texinfo:
8340 * gdb-cfg.texi:
8341 * fdl.texi:
8342 * annotate.texinfo:
8343 * all-cfg.texi:
8344 * Makefile.in: Add (C) after Copyright. Update the FSF
8345 address.
8346
8347 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8348
8349 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8350 extend GDB with commands for external monitor.
8351
8352 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8353
8354 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8355
8356 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8357
8358 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8359
8360 2005-11-21 Jim Blandy <jimb@redhat.com>
8361
8362 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8363 placement of 'R' actions in tracepoint action packets; document
8364 dependence of 'X' and 'M' actions on a preceding 'R' action for
8365 their registers.
8366
8367 2005-11-19 Jim Blandy <jimb@redhat.com>
8368
8369 * gdb.texinfo (Tracepoint Packets): New node.
8370 (General Query Packets): Add entries for the tracepoint packets,
8371 referring to the "Tracepoint Packets" node.
8372 (Tracepoints): Add reference to "Tracepoint Packets".
8373
8374 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8375
8376 * gdb.texinfo (set remotebreak): Add anchor.
8377 (X packet): Likewise.
8378 (Remote Protocol): Add new section `Interrupts' and new index
8379 entry `interrupts (remote protocol)'.
8380
8381 2005-11-18 Jim Blandy <jimb@redhat.com>
8382
8383 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8384 entries into the General Query Packets section. Add a
8385 cross-reference to that section. Drop description of replies, as
8386 these are covered in the descriptions of each packet.
8387 (General Query Packets): Add introductory text. Explain naming
8388 conventions, and how the end of a name is recognized.
8389
8390 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8391
8392 * gdb.texinfo (Remote configuration): Fix typo in description of
8393 "set remotebreak" command.
8394
8395 2005-11-16 Jim Blandy <jimb@redhat.com>
8396
8397 * gdb.texinfo (Packets, Stop Reply Packets)
8398 (General Query Packets): Various formatting cleanups.
8399 - Use @samp for packet contents.
8400 - Drop summaries from packet @item lines; the same information appears
8401 immediately below in the description.
8402 - Delete paragraph breaks after packet @item commands, so that the
8403 description appears directly to the right of the packet prototype
8404 in the printed manual, if it fits.
8405 - Place spaces in packet prototypes between @vars and non-@var
8406 letters, and explain that they're just for formatting.
8407 - Use @dots{} instead of '...'.
8408 - Fix uses of @code where @var was needed.
8409 - Replace "deprecated" markers with English text spelling out the
8410 packet's status and the preferred alternatives.
8411 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8412 what this ever meant.
8413 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8414 this for a long time.
8415 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8416 implemented several times, and have been in use for years.
8417
8418 2005-11-15 Jim Blandy <jimb@redhat.com>
8419
8420 * gdb.texinfo (Packets): Add index entries for 'm' packet
8421 disclaimers.
8422
8423 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8424 of stub when processing an 'm' packet.
8425
8426 * gdb.texinfo (Packets): Mention that packets beginning with
8427 letters are reserved once, at the top, instead of actually listing
8428 them all and saying "reserved".
8429
8430 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8431
8432 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8433 Change @var{$arg0 to @code{$arg0.
8434
8435 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8436
8437 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8438
8439 2005-11-12 Jim Blandy <jimb@redhat.com>
8440
8441 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8442 order. Remove extraneous 'z'.
8443
8444 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8445
8446 * gdb.texinfo (Choosing files): Add --eval-command.
8447
8448 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8449
8450 * gdb.texinfo (Choosing modes): Add --return-child-result.
8451
8452
8453 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8454
8455 * gdb.texinfo (Choosing modes): Add --batch-silent.
8456
8457 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8458
8459 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8460 "The -var-update Command".
8461
8462 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8463
8464 * gdb.texinfo (Print Settings): Add documentation for set/show
8465 print array-indexes.
8466
8467 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8468
8469 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8470 6.2 and 6.3.
8471
8472 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8473
8474 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8475 since 19-Jan-2004.
8476 (Files): Likewise.
8477 (Variables, Symbols): Document the "<incomplete type>" message and
8478 its reasons.
8479
8480 2005-08-01 Fred Fish <fnf@specifix.com>
8481
8482 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8483
8484 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8485
8486 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8487 option for -var-list-children and -var-update.
8488 (GDB/MI Stack Manipulation): Simplify description of
8489 print-values option for -stack-list-locals.
8490 (GDB/MI Command Description Format): Clarify.
8491 (Mode Options): Spelling of superseded.
8492
8493 2005-07-12 Bob Rossi <bob@brasko.net>
8494
8495 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8496 corresponding GDB command comment.
8497
8498 2005-07-06 Bob Rossi <bob@brasko.net>
8499
8500 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8501 and -inferior-tty-show.
8502 (Input/Output): Document "set/show inferior-tty" and tty alias.
8503
8504 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8505
8506 * gdb.texinfo (Packets): Change description of 'D' packet to note
8507 that GDB does wait for a response.
8508
8509 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8510
8511 * gdb.texinfo (History) Rename "Command History".
8512 (Command History): Move node "Server Prefix" from section on
8513 Annotations here.
8514
8515 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8516
8517 * gdb.texinfo (GDB/MI Stack Manipulation):
8518 Re-instate -stack-info-frame with example. Say that it gets
8519 info on selected frame, not current frame.
8520
8521 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8522
8523 * gdb.texinfo (Server): Clarify that `file' should be used before
8524 connecting to the server.
8525 (Files): Add an xref to the above description.
8526 (Output Formats): More detailed description of the `c' format.
8527 (Memory): List explicitly all the formats supported by `x'.
8528 (Threads): Add an @cindex entry for "thread apply".
8529 (Files): Document the possibility of loading unlinked object
8530 files. Add more indexing for solib-absolute-prefix and
8531 --with-sysroot.
8532 (Machine Code): Document possible problems with locations in
8533 shared libraries.
8534 (Backtrace): Document that free-standing environments do not need
8535 to have a `main' function.
8536
8537 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8538
8539 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8540 -stack-info-frame.
8541
8542 2005-06-07 Andrew Cagney <cagney@gnu.org>
8543
8544 * gdb.texinfo (Contributors): Note the original multi-arch
8545 contributors.
8546
8547 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8548
8549 * gdb.texinfo (Registers): Add index entries for the standard
8550 registers.
8551 (Frames): Add cross-reference from frame pointer description to
8552 the Registers node.
8553 (Annotations Overview): Fix the reference to GDB name.
8554
8555 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8556
8557 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8558 can-use-hw-watchpoints.
8559
8560 2005-05-28 Bob Rossi <bob@brasko.net>
8561
8562 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8563 the possible reasons why an exec async record would be returned to FE.
8564
8565 2005-05-26 Andrew Cagney <cagney@gnu.org>
8566
8567 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8568 Andrew Cagney implemented the original GDB/MI.
8569
8570 2005-05-23 Orjan Friberg <orjanf@axis.com>
8571
8572 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8573 documentation. Add documentation for cris-mode.
8574
8575 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8576
8577 * gdb.texinfo (Numbers): Explain the example and make the wording
8578 more acurate.
8579
8580 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8581 Dennis Brueni <dennis@slickedit.com>
8582
8583 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8584 (GDB/MI Data Manipulation, GDB/MI Program Control)
8585 (GDB/MI Stack Manipulation): Update examples to include the fullname
8586 attribute in stack frames.
8587
8588 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8589
8590 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8591 do with other non-standard names of init files.
8592
8593 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8594
8595 * gdb.texinfo (Command Files): Move the description of the startup
8596 from here...
8597 (Startup): ...to this new subsection of the Invocation chapter.
8598 Rearrange the description of init files more logically and add a
8599 cross-reference to "Command Files". Document the special gdbinit
8600 name for CISCO 68k. Expand the description of what GDB does
8601 during startup.
8602 (History): Add index entry for HISTSIZE.
8603
8604 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8605
8606 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8607
8608 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8609
8610 * gdb.texinfo (SVR4 Process Information, The isatty call)
8611 (The system call): Don't use foo(N) notation for man pages and
8612 functions.
8613 (Compilation, DJGPP Native): Improve wording.
8614
8615 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8616
8617 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8618 were optimized away.
8619
8620 2005-04-22 Eli Zaretskii <eliz@gnu.org>
8621
8622 * gdb.texinfo (Remote configuration): Document "set/show
8623 get-thread-local-storage-address". Add cross-reference to the
8624 description of the qGetTLSAddr packet.
8625 (General Query Packets): Mention "set remote
8626 get-thread-local-storage-address" and add a reference to its
8627 description.
8628
8629 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
8630
8631 * gdb.texinfo (Backtrace): Describe 'bt full'.
8632
8633 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
8634
8635 * gdb.texinfo (Mode Options): Fix typo.
8636 (GDB/MI): Describe how to invoke GDB/MI.
8637
8638 2005-04-16 Eli Zaretskii <eliz@gnu.org>
8639
8640 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8641 references changed. Add description of "info udot".
8642 (Files): Document "set/show stop-on-solib-events".
8643 (M32R/D): Document "set/show download-path", "set/show
8644 board-address", "set/show server-address", "upload", "tload".
8645 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8646 "use_mon_code", "use_ib_break", "use_dbt_break".
8647 (Maintenance Commands): Improve indexing.
8648 (Target Commands): Document "set/show hash", "set/show debug
8649 monitor".
8650 (SVR4 Process Information): Document "info pidlist" and "info
8651 meminfo". Document "set/show procfs-tarce" and "set/show
8652 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8653 (Symbols, The Print Command with Objective-C): Improve indexing.
8654 (Objective-C): Add references to "info classes" and "info
8655 selectors".
8656 (Debugging Output): Improve wording. Document "set/show debug
8657 solib-frv". Fix "set/show debugvarobj".
8658 (Set Breaks): Add index entry for "hardware breakpoints".
8659 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8660 and "set/show usehardbreakpoints".
8661 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8662 monitor-prompt", "set/show monitor-warnings", "pmon".
8663 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8664 rdiromatzero", "set/show rdiheartbeat".
8665 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8666 "sds".
8667 (Embedded Processors): Document the "sim" command.
8668 (Remote): Document the "remote" command.
8669 (DJGPP Native): Document the "info serial" command.
8670 (Threads): Document "maint info sol-threads".
8671 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8672 (Set Breaks): Improve indexing.
8673 (Command Syntax): Add a reference to dont-repeat.
8674 (Define): Document "dont-repeat".
8675 (TUI Commands): Document "tabset".
8676 (WinCE): New subsection. Document "set/show remotedirectory",
8677 "set/show remoteupload", "set/show remoteaddhost".
8678
8679 2005-04-15 Eli Zaretskii <eliz@gnu.org>
8680
8681 * gdb.texinfo (Hurd Native): New subsection, documents
8682 Hurd-specific commands.
8683 (Maintenance Commands): Add cross-reference to "Debugging Output".
8684 (Debugging Output): Document "set/show debug lin-lwp".
8685 (MIPS): Improve documentation of heuristic-fence-post. Document
8686 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8687 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8688 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8689 (ARM): Document ARM-specific commands.
8690 (AVR): New section. Document "info io_registers".
8691 (CRIS): New section. Document "set/show cris-version" and
8692 "set/show cris-dwarf2-cfi".
8693 (HPPA): New section. Document "set/show debug hppa" and "maint
8694 print unwind".
8695 (Neutrino): New subsection. Document "set/show debug nto-debug".
8696 (Super-H): New section. Document the "regs" command.
8697 (Debugging Output): Document "set/show debug aix-thread".
8698
8699 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8700
8701 * gdb.texinfo (Print Settings): Document "set/show print
8702 pascal_static-members", "set print repeats", "show print
8703 null-stop". Improve indexing. Fix documentation of "set print
8704 union".
8705 (Pascal): New section.
8706 (Supported languages): Rename from "Support"; all references
8707 updated. Add a menu item for Pascal.
8708 (Numbers): Document "set radix.
8709 (Screen Size): Document "set/show pagination".
8710 (MIPS Embedded): Remove "set processor" documentation.
8711 (Remote configuration): Document "set/show X/P/Z-packet",
8712 "set/show read-aux-vector-packet", "set/show remote
8713 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8714 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8715 remotedebug", "set/show remotebreak", "set/show remotedevice",
8716 "set/show remotelogfile".
8717 (Auxiliary Vector): Add reference to the description of the
8718 read-aux-vector-packet setting.
8719 (Set Watchpoints): Add a cross-reference to "set remote
8720 hardware-breakpoint-limit".
8721 (General Query Packets): Add indexing of requests and
8722 cross-references to related commands in "Remote configuration".
8723 (File-I/O Overview, The system call): Fix wording and typos.
8724 (Thread Stops): Add index entries.
8725 (Continuing and Stepping): Document "show step-mode".
8726 (i386): New node. Document "set/show struct-convention".
8727 (Files): Document "show trust-readonly-sections".
8728 (Calling): Document "set/show unwindonsignal".
8729 (Messages/Warnings): Add index entries.
8730 (Maintenance Commands): Document "set/show watchdog".
8731 (Annotations Overview): Document "show annotate".
8732 (Set Watchpoints): Add index entries.
8733 (Symbols): Fix doc of case-sensitive.
8734 (ABI): Document "show coerce-float-to-double".
8735 (Convenience Vars, Help): Improve indexing.
8736 (Machine Code): Document "show disassembly-flavor".
8737 (Debugging C plus plus): Document "show overload-resolution".
8738 (Value History, Signaling): Add index entries.
8739
8740 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8741
8742 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8743 (Processes): Fix wording.
8744 (History, List, Logging output, Define, Symbols, Print Settings):
8745 Improve indexing.
8746
8747 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8748
8749 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8750 redundant index entry for "target" command.
8751 (Backtrace): Add index entries.
8752 (Symbols, Fortran): Document the "set case-sensitive" command.
8753 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8754 (Print Settings): Add index entry for "set demangle-style".
8755 (Target Commands): Document "set download-write-size".
8756 (Debugging Output): Document "set exec-done-display".
8757
8758 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8759
8760 * gdb.texinfo (Files): Fix the name and documentation of
8761 add-shared-symbol-files. Document its alias assf. Update the
8762 list of OSs where GDB supports shared libraries. Fix markup.
8763 (Continuing and Stepping): Add reference to @var{location} in the
8764 text.
8765 (Dump/Restore Files): Fix reference to @{filename}.
8766 (Help): Fix wording.
8767 (Attach): Ditto.
8768 (Set Watchpoints): Ditto.
8769 (Backtrace): Remove redundant index entries. Improve index
8770 entries.
8771 (Delete Breaks): Fix wording.
8772 (Memory): Document the compare-sections command.
8773 (Memory Region Attributes): Improve wording.
8774 (Disabling): Improve wording.
8775 (Fortran): New subsection. Document the "info common" command.
8776 (Help): Document aliases "info copying" and "info warranty".
8777 (Caching Remote Data): New section. Document the "set/show
8778 remotecache" and "info dcache" commands.
8779 (Show): Fix wording of the documentation of the "set
8780 extension-language" command.
8781 (Signals): Add index entry for "info handle".
8782 (Memory Region Attributes): Fix punctuation.
8783 (Symbols): Change the arg name to "location" and refer to it in
8784 the text. Fix wording of "info types" doc.
8785 (Threads): Fix usage of @enumerate @item's.
8786 (Listing Tracepoints): Add index entry for "info tp".
8787 (Set Watchpoints): Add xref to "info break" description.
8788 (Macros): Add an index entry for "macro exp1". Document the
8789 "macro list" command.
8790 (Maintenance Commands): Document "flushregs", "maint agent",
8791 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8792 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8793 "maint print architecture", "maint print objfiles", "maint print
8794 statistics", "maint print type", "maint show-debug-regs", "maint
8795 space", "maint time", and "maint translate-address".
8796 (Connecting): Document the "monitor" command.
8797 (Annotations Overview): Describe the "set annotate" command.
8798
8799 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8800
8801 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8802 Rearrange index entries and improve wording about support for
8803 hardware watchpoints.
8804
8805 2005-03-10 Bob Rossi <bob@brasko.net>
8806
8807 * gdb.texinfo: Update copyright
8808
8809 2005-02-09 Theodore A. Roth <troth@openavr.org>
8810
8811 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8812 error.
8813
8814 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8815
8816 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8817
8818 2005-01-17 Michael Snyder <msnyder@redhat.com>
8819
8820 * gdb.texinfo: Fix spelling, infinte -> infinite.
8821
8822 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8823
8824 * observer.texi (GDB Observers): Document "solib_loaded".
8825
8826 2005-01-07 Andrew Cagney <cagney@gnu.org>
8827
8828 * configure.ac: Rename configure.in, require autoconf 2.59.
8829 * configure: Re-generate.
8830
8831 * configure.in: Replace configdirs with multiple references to
8832 AC_CONFIG_SUBDIRS.
8833 * configure: Re-generate.
8834
8835 2005-01-04 Andrew Cagney <cagney@gnu.org>
8836
8837 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8838 part of the version number.
8839
8840 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8841
8842 * gdbint.texinfo (Algorithms): Remove description of
8843 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8844
8845 2004-12-07 Jim Blandy <jimb@redhat.com>
8846
8847 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8848 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8849 numbers.
8850
8851 2004-12-07 Andreas Schwab <schwab@suse.de>
8852
8853 * gdb.texinfo (Mode Options): Document -l option.
8854
8855 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8856
8857 * gdbint.texinfo (Algorithms): More accurate description of
8858 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8859 is not needed unless data-read and data-access watchpoints are
8860 supported. Add a description of how GDB checks whether the
8861 inferior stopped because a watchpoint was hit.
8862
8863 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8864
8865 * gdb.texinfo (Files): Add cross-reference to description of
8866 -readnow command-line switch.
8867
8868 2004-11-10 Randolph Chung <tausq@debian.org>
8869
8870 * gdb.texinfo: Document set/show backtrace past-entry commands.
8871 Rearrange index entries for set/show backtrace past-main.
8872
8873 2004-11-10 Jon Beniston <jon@beniston.com>
8874
8875 Committed by Andrew Cagney <cagney@gnu.org>.
8876 * gdb.texinfo (Remote Serial Protocol): Further describe
8877 binary transfer escaping mechanism .
8878
8879 2004-11-08 Randolph Chung <tausq@debian.org>
8880
8881 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8882 and "show debug infrun". Add index entries.
8883
8884 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8885
8886 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8887 "info proc" that are already implemented. Add index entries.
8888 (Working Directory): Add a cross-reference to "info proc" command.
8889 (Files): Add a tip for decreasing memory used for symtabs from
8890 shared libraries.
8891 (Starting): Fix whitespace; make "elaboration" stand out where it
8892 is first used, and add an index entry for the term.
8893 (Calling): Expand and elaborate text. Add "print". Add the
8894 description of problems with weak aliases.
8895 (Core File Generation): New section.
8896
8897 2004-10-12 Andrew Cagney <cagney@gnu.org>
8898
8899 * gdbint.texinfo (Versions and Branches): New chapter.
8900 (Releasing GDB): Delete "Versions and Branches" section.
8901 (Top): Add "Versions and Branches".
8902
8903 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8904
8905 * gdb.texinfo (Editing, History): Add cross-references to the
8906 included Readline and History user documentation. Remove
8907 references to the symbol have-readline-appendices which is unused
8908 and undefined.
8909 (History): Fix indexing.
8910
8911 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8912
8913 * gdbint.texinfo (target_stopped_data_address): Update to
8914 new prototype.
8915 (i386_stopped_data_address): Update prototype and description.
8916 (i386_stopped_by_watchpoint): New function and description.
8917
8918 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8919
8920 * gdb.texinfo (Filenames): Add Ada suffixes.
8921 (Ada) New section.
8922
8923 2004-09-27 Andrew Cagney <cagney@gnu.org>
8924 Robert Picco <Robert.Picco@hp.com>
8925
8926 * gdb.texinfo (Packets): Document the "p" packet.
8927
8928 2004-09-21 Jason Molenda (jmolenda@apple.com)
8929
8930 * gdb.texinfo (Paths and Names of the Source Files): Document the
8931 meaning of values in the 'desc' field of a SO stab.
8932
8933 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8934
8935 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8936 max-cache-age" and "maint show dwarf2 max-cache-age".
8937
8938 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8939
8940 * gdb.texinfo (Set Breaks): Add index entry for setting
8941 breakpoints on overloaded C++ functions that are not members of
8942 any classes. Add an example and an index entry for setting
8943 breakpoints on all program functions.
8944 (Character Sets, Macros, Overlay Commands)
8945 (Non-debug DLL symbols, GDB/MI Output Syntax)
8946 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8947 Use "(@value{GDBP})" instead of a literal "(gdb)".
8948
8949 2004-09-12 Andrew Cagney <cagney@gnu.org>
8950
8951 * gdbint.texinfo (Native Debugging): Delete description of
8952 FILES_INFO_HOOK.
8953
8954 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8955
8956 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8957 to hex_string_custom (not historically correct, but more
8958 understandable, given the current code).
8959
8960 2004-09-03 Andrew Cagney <cagney@gnu.org>
8961
8962 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8963
8964 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8965
8966 * observer.texi (solib_unloaded): New observer.
8967
8968 2004-08-24 Andrew Cagney <cagney@gnu.org>
8969
8970 * gdbint.texinfo (Target Architecture Definition): Add missing
8971 comma.
8972
8973 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8974
8975 * (Using the Testsuite): build != host is supported,
8976 but some test scripts do not support build != host.
8977
8978 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8979
8980 * gdbint.texinfo (Host Definition): Delete description of
8981 FCLOSE_PROVIDED and GETENV_PROVIDED.
8982
8983 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8984
8985 * gdbint.texinfo (Host Definition): Delete description of
8986 NO_SYS_FILE.
8987 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8988 PTRACE_FP_BUG.
8989
8990 2004-08-05 Andrew Cagney <cagney@gnu.org>
8991
8992 * gdbint.texinfo (Target Architecture Definition): Delete
8993 reference to deprecated_read_fp.
8994
8995 2004-08-02 Andrew Cagney <cagney@gnu.org>
8996
8997 * gdbint.texinfo (Target Architecture Definition): Delete
8998 description of DEPRECATED_REGISTER_BYTES.
8999
9000 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
9001
9002 * gdb.texinfo (Source Path): Document the new behavior of
9003 searching for the source files.
9004
9005 2004-07-17 Eli Zaretskii <eliz@gnu.org>
9006
9007 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
9008 (Search, Expressions, Arrays, Variables, Data, Machine Code)
9009 (Auto Display): Improve indexing.
9010
9011 2004-07-16 Andrew Cagney <cagney@gnu.org>
9012
9013 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
9014 "-noasync".
9015
9016 2004-07-09 Eli Zaretskii <eliz@gnu.org>
9017
9018 * gdb.texinfo: Fix @kindex entries so that multiple commands that
9019 have the same prefix have only their prefix in the index.
9020
9021 2004-07-03 Mark Kettenis <kettenis@gnu.org>
9022
9023 * gdb.texinfo (BSD libkvm Interface): New node (section)
9024 (Native): Add it to the menu.
9025
9026 2004-07-01 Mark Kettenis <kettenis@gnu.org>
9027
9028 * gdbint.texinfo (Target Architecture Definition): Remove
9029 PCC_SOL_BROKEN.
9030
9031 2004-06-24 Mark Kettenis <kettenis@gnu.org>
9032
9033 * gdbint.texinfo (Target Architecture Definition): Remove
9034 SUN_FIXED_LBRAC_BUG.
9035
9036 2004-06-26 Andrew Cagney <cagney@gnu.org>
9037
9038 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
9039
9040 2004-06-20 Andrew Cagney <cagney@gnu.org>
9041
9042 * gdbint.texinfo (Target Architecture Definition): Deprecate
9043 USE_STRUCT_CONVENTION.
9044
9045 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9046
9047 gdb.texinfo (Bug Reporting): Mention session recording,
9048 with the script command or Emacs.
9049
9050 2004-06-18 Andrew Cagney <cagney@gnu.org>
9051
9052 * gdbint.texinfo (Target Architecture Definition): Deprecate
9053 FUNCTION_START_OFFSET.
9054
9055 2004-06-14 Andrew Cagney <cagney@gnu.org>
9056
9057 Based on changes from Karl Berry.
9058 * gdb.texinfo: Do not use @sc in a direntry.
9059 * stabs.texinfo: Change @dircateogry to "Software development".
9060 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
9061
9062 2004-06-13 Andrew Cagney <cagney@gnu.org>
9063
9064 * gdbint.texinfo (Target Architecture Definition): Delete
9065 description of RETURN_VALUE_ON_STACK.
9066
9067 2004-06-09 Andrew Cagney <cagney@gnu.org>
9068
9069 * gdbint.texinfo (Native Debugging): Restore "@table @code"
9070 deleted by previous patch.
9071
9072 2004-06-08 Andrew Cagney <cagney@gnu.org>
9073
9074 * gdbint.texinfo (Native Debugging): Delete documentation on
9075 ATTACH_DETACH.
9076
9077 2004-06-06 Randolph Chung <tausq@debian.org>
9078
9079 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
9080
9081 2004-06-06 Randolph Chung <tausq@debian.org>
9082
9083 * gdb.texinfo (push_dummy_call): Update argument list to match
9084 the new push_dummy_call method signature. Describe the function
9085 argument.
9086
9087 2004-05-24 Joel Brobecker <brobecker@gnat.com>
9088
9089 * gdb.texinfo (Starting): Document new start command.
9090
9091 2004-05-21 Andrew Cagney <cagney@redhat.com>
9092
9093 * observer.texi (GDB Observers): Document "inferior_created".
9094
9095 2004-05-08 Andrew Cagney <cagney@redhat.com>
9096
9097 * gdbint.texinfo (Target Architecture Definition): Delete
9098 description of DO_DEFERRED_STORES.
9099
9100 * gdbint.texinfo (Target Architecture Definition): Delete
9101 references to DEPRECATED_FIX_CALL_DUMMY.
9102
9103 * gdbint.texinfo (Target Architecture Definition): Delete
9104 description of DEPRECATED_CALL_DUMMY_WORDS,
9105 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
9106
9107 * gdbint.texinfo (Target Architecture Definition): Delete
9108 description of DEPRECATED_PUSH_DUMMY_FRAME.
9109
9110 * gdbint.texinfo (Target Architecture Definition): Delete
9111 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9112
9113 2004-05-07 Andrew Cagney <cagney@redhat.com>
9114
9115 * observer.texi (GDB Observers): Add "Debugging" section. Include
9116 cross reference to "set/show debug observer".
9117 * gdb.texinfo (Debugging Output): Document "set/show debug
9118 observer".
9119
9120 2004-05-01 Andrew Cagney <cagney@redhat.com>
9121
9122 * gdbint.texinfo (Target Architecture Definition): Delete
9123 description of DEPRECATED_PC_IN_SIGTRAMP.
9124
9125 2004-04-30 Andrew Cagney <cagney@redhat.com>
9126
9127 * gdbint.texinfo (Target Architecture Definition): Delete
9128 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
9129
9130 2004-04-30 Orjan Friberg <orjanf@axis.com>
9131
9132 * observer.texi (GDB Observers): Correct spelling.
9133
9134 2004-04-26 Orjan Friberg <orjanf@axis.com>
9135
9136 * observer.texi (GDB Observers): Add target_changed event.
9137
9138 2004-04-08 Andrew Cagney <cagney@redhat.com>
9139
9140 * observer.texi (GDB Observers): Rework, provide generic observer
9141 definitions and then a list of observable events.
9142
9143 2004-04-04 Andrew Cagney <cagney@redhat.com>
9144
9145 * gdbint.texinfo (Host Definition): Delete reference to
9146 NO_SIGINTERRUPT.
9147
9148 2004-04-02 Andrew Cagney <cagney@redhat.com>
9149
9150 * gdbint.texinfo (Target Architecture Definition): Delete
9151 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9152
9153 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9154
9155 * gdb.texinfo (TUI Commands): Document tui reg commands.
9156
9157 2004-03-26 Andrew Cagney <cagney@redhat.com>
9158
9159 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9160 "gdbtui".
9161 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9162 (Contributors): Mention both Text and Terminal User Interface.
9163
9164 2004-03-23 Andrew Cagney <cagney@redhat.com>
9165
9166 * gdbint.texinfo (Target Architecture Definition): Deprecate
9167 references to SIGTRAMP_START and SIGTRAMP_END.
9168
9169 2004-03-23 Andrew Cagney <cagney@redhat.com>
9170
9171 * gdbint.texinfo (Target Architecture Definition): Deprecate
9172 references to PC_IN_SIGTRAMP.
9173
9174 2004-03-19 Andrew Cagney <cagney@redhat.com>
9175
9176 * gdbint.texinfo (Target Architecture Definition): Delete
9177 reference to GDB_TARGET_IS_HPPA.
9178
9179 2004-03-18 Andrew Cagney <cagney@redhat.com>
9180
9181 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9182 describe pre_init and post_init.
9183
9184 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9185
9186 * gdb.texinfo (Debugging Output): Document values for "set debug
9187 target".
9188
9189 2004-02-28 Andrew Cagney <cagney@redhat.com>
9190
9191 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9192
9193 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9194
9195 * gdb.texinfo (breakpoints): Add information about the
9196 new "set breakpoint pending" and "show breakpoint pending"
9197 commands.
9198
9199 2004-02-26 Andrew Cagney <cagney@redhat.com>
9200
9201 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9202 in Per-architecture module data section.
9203
9204 2004-02-25 Roland McGrath <roland@redhat.com>
9205
9206 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9207
9208 2004-02-24 Andrew Cagney <cagney@redhat.com>
9209
9210 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9211 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9212 * fdl.texi: Import Version 1.2, November 2002.
9213
9214 2004-02-17 Andrew Cagney <cagney@redhat.com>
9215
9216 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9217
9218 2004-02-16 Andrew Cagney <cagney@redhat.com>
9219
9220 * gdbint.texinfo (Target Architecture Definition): Deprecate
9221 FRAMELESS_FUNCTION_INVOCATION.
9222
9223 2004-02-16 Andrew Cagney <cagney@redhat.com>
9224
9225 * gdbint.texinfo (Coding): Mention -Wunused-function.
9226
9227 2004-02-14 Andrew Cagney <cagney@redhat.com>
9228
9229 * gdbint.texinfo (Target Architecture Definition): Delete
9230 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9231
9232 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9233
9234 * gdb.texinfo: Properly quote the name "C++".
9235 * gdbint.texinfo: Ditto.
9236 * stabs.texinfo: Ditto.
9237
9238 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9239
9240 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9241 minimal information about libiberty.
9242
9243 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9244
9245 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9246
9247 2004-02-04 Roland McGrath <roland@redhat.com>
9248
9249 * gdb.texinfo (Auxiliary Vector): New node (section).
9250 (Data): Add it to the menu.
9251
9252 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9253
9254 * gdb.texinfo (Breakpoints): Add information about pending
9255 breakpoint support.
9256
9257 2004-01-26 Andrew Cagney <cagney@redhat.com>
9258
9259 * gdb.texinfo (Overview): Delete references to the cisco protocol
9260 including the "N" response.
9261
9262 2004-01-26 Andrew Cagney <cagney@redhat.com>
9263
9264 * gdbint.texinfo (Target Architecture Definition): Rename
9265 EXTRACT_STRUCT_VALUE_ADDRESS to
9266 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9267
9268 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9269
9270 * gdb.texinfo (KOD): Document "show os". Add index entries for
9271 "set/show os" and "info cisco" commands.
9272
9273 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9274
9275 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9276
9277 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9278
9279 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9280 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9281
9282 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9283
9284 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9285 -stack-list-locals.
9286 (GDB/MI Variable Objects): Describe extension to
9287 -var-list-children.
9288
9289 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9290
9291 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9292
9293 2004-01-17 Andrew Cagney <cagney@redhat.com>
9294
9295 * gdbint.texinfo (Target Architecture Definition): Delete
9296 documentation on DEPRECATED_NPC_REGNUM.
9297
9298 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9299
9300 * gdb.texinfo: Update copyright year. Mention that set
9301 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9302 "set follow-fork-mode ask".
9303
9304 2004-01-13 Andrew Cagney <cagney@redhat.com>
9305
9306 * gdbint.texinfo: Update copyright year.
9307 (Coding): Add -Wunused-label to list of -Werror warnings.
9308
9309 2004-01-08 Jason Molenda <jmolenda@apple.com>
9310 Eli Zaretskii <eliz@gnu.org>
9311
9312 * gdb.texinfo: Update copyright.
9313 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9314 around names, as appropriate. Minor syntax cleanup of
9315 _NSPrintForDebugger explanation. Two spaces after periods.
9316 GDBN used instead of lit. "gdb". Index entries added for
9317 print-object and _NSPrintForDebugger. @noindent added in one spot.
9318
9319 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9320
9321 * stabs.texinfo: Add dircategory and direntry commands.
9322 * annotate.texinfo: Ditto.
9323
9324 2003-11-10 Andrew Cagney <cagney@redhat.com>
9325
9326 * gdbint.texinfo (Target Architecture Definition): Replace the
9327 return_value method's "inval" and "outval" parameters with
9328 "readbuf" and "writebuf".
9329
9330 2003-10-28 Jim Blandy <jimb@redhat.com>
9331
9332 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9333 from "The `F' request packet" and "The `F' reply packet", to make
9334 texi2dvi happy.
9335 (File-I/O remote protocol extension): Update menu entries, too.
9336
9337 2003-10-26 Michael Chastain <mec@shout.net>
9338
9339 * gdb.texinfo (Thread Stops): Document the issue with
9340 premature return from system calls in multi-threaded programs.
9341
9342 2003-10-24 Andrew Cagney <cagney@redhat.com>
9343
9344 * annotate.texinfo: Fix "fortunatly"[sic].
9345
9346 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9347
9348 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9349 with "Hitachi" and "Mitsubishi".
9350
9351 2003-10-20 Andrew Cagney <cagney@redhat.com>
9352
9353 * gdbint.texinfo (Target Architecture Definition): Document
9354 gdbarch_return_value. Add cross references from
9355 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9356 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9357
9358 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9359
9360 * gdbint.texinfo (Target Architecture Definition): Document
9361 regset_from_core_section.
9362
9363 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9364
9365 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9366
9367 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9368
9369 From Anthony Green <green@redhat.com>:
9370 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9371
9372 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9373
9374 * gdb.texinfo (Breakpoint related warnings): New node.
9375 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9376
9377 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9378
9379 * gdb.texinfo (Remote Protocol): Document v and vCont.
9380
9381 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9382
9383 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9384 * gdbint.texinfo: Ditto.
9385
9386 2003-10-09 Andrew Cagney <cagney@redhat.com>
9387
9388 From 2003-09-18 David Anderson <davea@sgi.com>:
9389 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9390 "command".
9391
9392 2003-10-03 Andrew Cagney <cagney@redhat.com>
9393
9394 * gdbint.texinfo (Target Architecture Definition): Deprecate
9395 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9396 just target.
9397
9398 2003-10-02 Andrew Cagney <cagney@redhat.com>
9399
9400 * gdbint.texinfo (Target Architecture Definition): Rename
9401 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9402 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9403 * gdbint.texinfo (Target Architecture Definition): Rename
9404
9405 2003-09-30 Andrew Cagney <cagney@redhat.com>
9406
9407 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9408 (Target Architecture Definition):
9409
9410 * gdbint.texinfo (Target Architecture Definition): Rename
9411 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9412
9413 2003-09-29 Andrew Cagney <cagney@redhat.com>
9414
9415 * gdbint.texinfo (Target Architecture Definition): Delete
9416 documentation for NEED_TEXT_START_END.
9417
9418 * gdbint.texinfo (Target Architecture Definition): Rename
9419 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9420 TARGET_WRITE_PC.
9421
9422 2003-09-22 Michael Chastain <mec@shout.net>
9423
9424 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9425
9426 2003-09-21 Anthony Green <green@redhat.com>
9427
9428 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9429
9430 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9431
9432 * gdbint.texinfo (Target Architecture Definition): Document
9433 stabs_argument_has_addr.
9434
9435 2003-09-18 Andrew Cagney <cagney@redhat.com>
9436
9437 * gdbint.texinfo (Target Architecture Definition): Delete
9438 documentation on REGISTER_NAMES.
9439
9440 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9441
9442 * gdbint.texinfo (Target Architecture Definition): Replace
9443 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9444
9445 2003-09-11 Andrew Cagney <cagney@redhat.com>
9446
9447 * gdbint.texinfo (Target Architecture Definition): Replace
9448 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9449
9450 2003-08-18 Andrew Cagney <cagney@redhat.com>
9451
9452 * gdbint.texinfo (Target Architecture Definition): Document
9453 "frame_red_zone_size".
9454
9455 2003-08-09 Andrew Cagney <cagney@redhat.com>
9456
9457 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9458 with "set/show backtrace past-main" and "set/show backtrace
9459 limit".
9460
9461 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9462
9463 * Makefile.in (install-info): Support DESTDIR.
9464 (install-html): Likewise.
9465
9466 2003-08-07 Andrew Cagney <cagney@redhat.com>
9467
9468 Patch from Nick Roberts.
9469 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9470 bindings. Remove description of send-gdb-command.
9471
9472 2003-08-07 Andrew Cagney <cagney@redhat.com>
9473
9474 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9475 GDB 6.0.
9476
9477 2003-08-06 Andrew Cagney <cagney@redhat.com>
9478
9479 * gdb.texinfo (Mode Options): Mention that level three is the
9480 highest available and that level 2 is deprecated.
9481 (Annotations Overview): Mention annotation levels. Cross reference
9482 to "Limitations of the Annotation Interface" in annotate.texi.
9483 (TODO, Value Annotations, Frame Annotations): Delete section.
9484 (Displays, Breakpoint Info): Delete.
9485
9486 2003-08-04 Andrew Cagney <cagney@redhat.com>
9487
9488 * agentexpr.texi: Delete @bye.
9489 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9490 (stabs.info): Add $(srcdir) to include search path.
9491 (html): Depend on "annotate_toc.html", and not "annotate.html".
9492 * stabs.texinfo: Ditto. Include "fdl.texi".
9493 * gdbint.texinfo: Update copyright statement's list of invariant
9494 sections.
9495
9496 2003-07-28 Andrew Cagney <cagney@redhat.com>
9497
9498 * Makefile.in (INFO_DEPS): Add annotate.info.
9499 (dvi, ps, html, pdf): Add annotate.
9500 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9501 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9502 (ANNOTATE_DOC_FILES): New macro.
9503 (ANNOTATE_TEX_TMPS): New macro.
9504 (annotate.info, annotate_toc.html): Specify dependencies.
9505 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9506 * annotate.texinfo: Rename annotate.texi. Get building. Add
9507 "Migrating to GDB/MI" and "Limitations of the Annotation
9508 Interface" chapters. Mention why it is not part of the user
9509 guide. Update copyright notice. Include "fdl.texi".
9510
9511 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9512
9513 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9514
9515 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9516
9517 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9518
9519 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9520
9521 * gdb.texinfo (Server): Mention pidof.
9522
9523 2003-07-22 Andrew Cagney <cagney@redhat.com>
9524
9525 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9526 list.
9527
9528 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9529
9530 * gdb.texinfo (Logging output): New chapter.
9531
9532 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9533
9534 * gdb.texinfo (Unsupported languages): New section.
9535 (Languages): Add link to new section.
9536
9537 2003-06-22 Andrew Cagney <cagney@redhat.com>
9538
9539 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9540
9541 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9542
9543 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9544
9545 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9546
9547 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9548 * agentexpr.texi: Retitle section, and change it to an appendix.
9549 Comment out texinfo initialization. Factor a @var{} into two
9550 pieces to prevent makeinfo warnings.
9551 * gdb.texinfo: Add Agent Expressions appendix.
9552
9553 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9554
9555 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9556
9557 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9558
9559 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9560 remote target". Document the "detach" and "disconnect" commands.
9561 (Server, Netware, Debug Session): Reference "Connecting to a
9562 remote target".
9563 (GDB/MI Target Manipulation): Document "-target-disconnect".
9564
9565 2003-06-13 Andrew Cagney <cagney@redhat.com>
9566
9567 * gdbint.texinfo (Target Architecture Definition): Deprecate
9568 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9569 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9570
9571 2003-06-09 Jim Blandy <jimb@redhat.com>
9572
9573 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9574
9575 2003-06-08 Andrew Cagney <cagney@redhat.com>
9576
9577 * gdbint.texinfo (Target Architecture Definition): Delete
9578 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9579
9580 2003-06-08 Andrew Cagney <cagney@redhat.com>
9581
9582 * gdbint.texinfo (Target Architecture Definition): Document
9583 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9584
9585 2003-06-07 Adam Fedor <fedor@gnu.org>
9586
9587 * gdb.texinfo: Add Objective-C documentation.
9588
9589 2003-06-01 Andrew Cagney <cagney@redhat.com>
9590
9591 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9592 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9593
9594 2003-05-21 Andrew Cagney <cagney@redhat.com>
9595
9596 * gdbint.texinfo (Target Architecture Definition): Delete
9597 references to "extract_address" and "store_address".
9598
9599 2003-05-16 Andrew Cagney <cagney@redhat.com>
9600
9601 * gdbint.texinfo (Target Architecture Definition): Replace
9602 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9603 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9604
9605 2003-05-14 Theodore A. Roth <troth@openavr.org>
9606
9607 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9608
9609 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9610
9611 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9612 (gdb.dvi): Likewise.
9613 (gdb.pdf): Likewise.
9614 (links2roff): Likewise.
9615
9616 2003-05-08 Jim Blandy <jimb@redhat.com>
9617
9618 * gdb.texinfo (Dump/Restore Files): Update documentation for
9619 'dump', 'append', and 'restore': note that format argument is
9620 optional; simplify presentation of the command variants; and be
9621 more precise about the formats.
9622
9623 2003-05-07 Jim Blandy <jimb@redhat.com>
9624
9625 * gdb.texinfo (Symbols): Update documentation: 'maint list
9626 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9627 symtabs' and 'maint info psymtabs'.
9628
9629 2003-05-05 Andrew Cagney <cagney@redhat.com>
9630
9631 * gdbint.texinfo (Target Architecture Definition): Make
9632 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9633 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9634 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9635
9636 2003-05-04 Andrew Cagney <cagney@redhat.com>
9637
9638 * gdb.texinfo (Maintenance Commands): Document "maint print
9639 dummy-frames".
9640
9641 2003-05-04 Andrew Cagney <cagney@redhat.com>
9642
9643 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9644
9645 2003-05-03 J. Brobecker <brobecker@gnat.com>
9646
9647 Thierry Schneider <tpschneider1@yahoo.com>
9648 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9649 for new MI command.
9650
9651 2003-05-03 Andrew Cagney <cagney@redhat.com>
9652
9653 * gdbint.texinfo (Target Architecture Definition): Document
9654 push_dummy_code. Add cross references.
9655
9656 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9657
9658 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9659 set/show charsets commands.
9660
9661 2003-04-28 Andrew Cagney <cagney@redhat.com>
9662
9663 * gdbint.texinfo (Target Architecture Definition): Replace
9664 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9665 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9666
9667 2003-04-28 Andrew Cagney <cagney@redhat.com>
9668
9669 * gdbint.texinfo (Target Architecture Definition): Rename
9670 "tm_print_insn" to "deprecated_tm_print_insn".
9671
9672 2003-04-09 Jim Blandy <jimb@redhat.com>
9673
9674 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9675 list psymtabs'.
9676
9677 2003-04-08 Andrew Cagney <cagney@redhat.com>
9678
9679 * gdbint.texinfo (Target Architecture Definition): Delete
9680 references to EXTRA_FRAME_INFO.
9681
9682 2003-04-08 Andrew Cagney <cagney@redhat.com>
9683
9684 * gdbint.texinfo (Target Architecture Definition): Delete
9685 PRINT_TYPELESS_INTEGER.
9686
9687 2003-04-02 J. Brobecker <brobecker@gnat.com>
9688
9689 * observer.texi (GDB Observers): Adjust the documentation for the
9690 normal_stop notification to better describe reality. Fix a couple
9691 of minor typos.
9692
9693 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9694
9695 * gdb.texinfo (GDB/MI Program Control): Add
9696 '-file-list-exec-source-file'
9697
9698 2003-03-31 Andrew Cagney <cagney@redhat.com>
9699
9700 * gdbint.texinfo (Target Architecture Definition): Delete
9701 references to CALL_DUMMY_P.
9702
9703 2003-03-30 Andrew Cagney <cagney@redhat.com>
9704
9705 * gdbint.texinfo (Target Architecture Definition): Remove
9706 reference to TARGET_WRITE_SP.
9707
9708 2003-03-27 Andrew Cagney <cagney@redhat.com>
9709
9710 * gdbint.texinfo (Target Architecture Definition): Remove
9711 references to write_sp.
9712
9713 2003-03-27 Andrew Cagney <cagney@redhat.com>
9714
9715 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9716 chapter body. Use @smallexample instead of @example.
9717 (Annotations): Ditto.
9718 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9719 annotate.texi.
9720
9721 2003-03-26 Andrew Cagney <cagney@redhat.com>
9722
9723 * gdbint.texinfo (Target Architecture Definition): Replace
9724 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9725 dummy_addr parameters.
9726
9727 2003-03-25 Andrew Cagney <cagney@redhat.com>
9728
9729 * gdbint.texinfo (Target Architecture Definition): Delete
9730 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9731 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9732 Add reference to PUSH_ARGUMENTS.
9733
9734 2003-03-23 Andrew Cagney <cagney@redhat.com>
9735
9736 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9737 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9738
9739 2003-03-18 J. Brobecker <brobecker@gnat.com>
9740
9741 * gdbint.texinfo (Algorithms): Add new section describing the
9742 Observer paradigm.
9743 (Top): Add menu entry to new observer appendix.
9744 * observer.texi: New file.
9745 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9746 new observer.texi file.
9747
9748 2003-03-17 Andrew Cagney <cagney@redhat.com>
9749
9750 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9751 that GNU Press update the manual version number.
9752
9753 2003-03-12 Andrew Cagney <cagney@redhat.com>
9754
9755 * gdbint.texinfo (Target Architecture Definition): Delete
9756 references to get_saved_register. Rename GET_SAVED_REGISTER to
9757 DEPRECATED_GET_SAVED_REGISTER.
9758
9759 2003-03-13 Andrew Cagney <cagney@redhat.com>
9760
9761 * gdbint.texinfo (Target Architecture Definition): Replace
9762 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9763
9764 2003-03-12 Andrew Cagney <cagney@redhat.com>
9765
9766 * gdbint.texinfo (Target Architecture Definition): Rename
9767 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9768
9769 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9770
9771 * gdb.texinfo: Add File-I/O documentation.
9772
9773 2003-03-10 Andrew Cagney <cagney@redhat.com>
9774
9775 * gdbint.texinfo (Target Architecture Definition): Cross reference
9776 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9777
9778 2003-03-07 Andrew Cagney <cagney@redhat.com>
9779
9780 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9781 frame" command.
9782
9783 2003-03-05 Andrew Cagney <cagney@redhat.com>
9784
9785 * gdbint.texinfo (Target Architecture Definition): Document
9786 unwind_dummy_id. Cross reference unwind_dummy_id and
9787 SAVE_DUMMY_FRAME_TOS.
9788
9789 2003-03-05 James Ingham <jingham@apple.com>
9790 Daniel Jacobowitz <drow@mvista.com>
9791
9792 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9793 and "show cp-abi".
9794
9795 2003-03-03 Andrew Cagney <cagney@redhat.com>
9796
9797 * gdbint.texinfo (Target Architecture Definition): Document
9798 register_type.
9799
9800 2003-03-03 Andrew Cagney <cagney@redhat.com>
9801
9802 * stabs.texinfo (Structures): Use @samp and separate @var's
9803 instead of a single @var containing a comma separated list.
9804 (Unions): Ditto.
9805
9806 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9807
9808 * Makefile.in (distclean): Remove config.log.
9809
9810 2003-03-01 Andrew Cagney <cagney@redhat.com>
9811
9812 * gdbint.texinfo (Target Architecture Definition): Rename
9813 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9814
9815 2003-03-01 Andrew Cagney <cagney@redhat.com>
9816
9817 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9818 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9819
9820 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9821
9822 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9823 (Non-debug DLL symbols): New node, describing the minimal symbols
9824 loaded from DLLs without real debugging symbols.
9825
9826 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9827
9828 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9829 hardware-breakpoint-limit".
9830 (Set Watchpoints): Add cross reference to "set remote
9831 hardware-watchpoint-limit".
9832 (Remote configuration options): New section.
9833
9834 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9835
9836 * gdbint.texinfo (Target Architecture Definition): Delete
9837 descrption of IS_TRAPPED_INTERNALVAR.
9838
9839 From Keith Seitz <keiths@redhat.com>:
9840 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9841 option "-i"/"--interpreter" to this chapter. Include index
9842 entries.
9843
9844 2003-02-04 David Carlton <carlton@math.stanford.edu>
9845
9846 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9847 (Variables): Recommend stabs+ and DWARF 2.
9848 (C plus plus expressions): Correct info about
9849 compiler versions, debug formats.
9850 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9851 PR symtab/874.
9852
9853 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9854
9855 * gdbint.texinfo (Target Architecture Definition): Delete
9856 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9857 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9858 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9859 references to nindy and i960.
9860 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9861
9862 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9863
9864 * gdbint.texinfo (Target Architecture Definition): Delete
9865 FLOAT_INFO.
9866
9867 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9868
9869 * stabs.texinfo (Member Type Descriptor): Clarify description of
9870 `@'. Suggested by Ben Hutchings.
9871
9872 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9873
9874 * gdb.texinfo (M68K): Delete reference to es1800.
9875
9876 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9877
9878 * gdb.texinfo (Maintenance Commands): Document `maint print
9879 reggroups' and `maint print register-groups'.
9880 * gdbint.texinfo (Target Architecture Definition): Document
9881 register_reggroup_p.
9882
9883 2003-01-23 Jim Blandy <jimb@redhat.com>
9884
9885 * gdb.texinfo (Separate Debug Files): New section.
9886
9887 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9888
9889 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9890 and "maint show profile".
9891
9892 2003-01-16 Michael Chastain <mec@shout.net>
9893
9894 * gdb.texinfo (Installing GDB): Warn against
9895 ".../gdb-VERSION/gdb/configure".
9896 (Separate Objdir): Likewise.
9897
9898 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9899
9900 * gdbint.texinfo (Target Architecture Definition): Delete
9901 definition of PRINT_REGISTER_HOOK.
9902
9903 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9904
9905 (OpenRISC 1000): Fix formatting of command names.
9906
9907 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9908
9909 * gdb.texinfo (Continuing and Stepping): Add new command
9910 'advance'. Clarify behavior of 'until'.
9911
9912 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9913
9914 * gdb.texinfo (Files): Document solib-absolute-prefix and
9915 solib-search-path.
9916
9917 2003-01-09 Michael Chastain <mec@shout.net>
9918
9919 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9920 (Create a Release): Add new instructions for new @file{src-release}.
9921 Document existing instructions for @file{Makefile.in} as
9922 being for @value{GDBN} 5.3.1 or earlier.
9923
9924 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9925
9926 * gdbint.texinfo (Target Architecture Definition): Mention
9927 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9928 allocate memory.
9929
9930 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9931
9932 * gdb.texinfo (Controlling GDB): Add @kindex for
9933 "show osabi".
9934 (Backtraces): Add @kindex's for backtrace-below-main.
9935
9936 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9937
9938 * gdb.texinfo (Controlling GDB): Document "set osabi".
9939
9940 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9941
9942 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9943 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9944
9945 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9946
9947 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9948 "set coerce-float-to-double".
9949 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9950
9951 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9952
9953 * stabs.texinfo: Remove obsolete text.
9954 * gdbint.texinfo: Ditto.
9955 * gdb.texinfo: Ditto.
9956
9957 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9958
9959 * gdbint.texinfo (Target Architecture Definition): Update
9960 description of gdbarch_register_osabi.
9961
9962 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9963
9964 * agentexpr.texi: Fix typos.
9965 * annotate.texi: Likewise.
9966 * fdl.texi: Likewise.
9967
9968 2002-12-10 Andrew Cagney <cagney@redhat.com>
9969
9970 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9971 DEPRECATED_INIT_FRAME_PC.
9972
9973 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9974
9975 * gdbint.texinfo (Target Architecture Definition): Delete
9976 PC_IN_CALL_DUMMY.
9977
9978 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9979
9980 * gdbint.texinfo (Host Definition): Delete documentation on
9981 USE_GENERIC_DUMMY_FRAMES.
9982
9983 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9984
9985 Fix PR gdb/723 and PR gdb/245.
9986 * Makefile.in (install-info): Run the install-info command as part
9987 of the post install steps only.
9988 (uninstall-info): New target.
9989 (uninstall): New target.
9990
9991 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9992
9993 * Makefile.in (install): Make install do some real work.
9994
9995 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9996
9997 Fix POSIX problem reported by Paul Eggert.
9998 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9999 Fix PR gdb/527.
10000
10001 2002-10-26 Andrew Cagney <cagney@redhat.com>
10002
10003 * gdbint.texinfo (Target Architecture Definition): Delete
10004 definition of DO_REGISTERS_INFO.
10005
10006 2002-10-18 Kevin Buettner <kevinb@redhat.com>
10007
10008 * gdbint.texinfo (Address Classes): Fix problems with insertion
10009 of ``{'' and ``}'' in example.
10010
10011 2002-10-17 Kevin Buettner <kevinb@redhat.com>
10012
10013 * gdbint.texinfo (Address Classes): New section.
10014 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
10015 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
10016 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
10017 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
10018
10019 2002-10-11 Klee Dienes <kdienes@apple.com>
10020
10021 * gdb.texinfo (Registers): Mention vector registers as well as
10022 floating registers in the documentation for 'info registers' and
10023 'info all-registers'.
10024
10025 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
10026
10027 * gdbint.texinfo (CPLUS_MARKER): Remove item.
10028
10029 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
10030
10031 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
10032 interface definition.
10033
10034 2002-10-03 Marko Mlinar <markom@opencores.org>
10035
10036 * gdb.texinfo (Target Commands): Add or1k target specific
10037 commands.
10038 * gdb.texinfo (Contributors): Add myself to the contributors list.
10039
10040 2002-10-01 Andrew Cagney <ac131313@redhat.com>
10041
10042 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
10043 and "mi1" instead of "mi1" and "mi0".
10044
10045 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
10046
10047 * gdb.texinfo (Packets): Fix typos "alligned".
10048 Correct z3/Z3 description. Correct z4/Z4 title.
10049
10050 2002-09-27 Andrew Cagney <ac131313@redhat.com>
10051
10052 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
10053
10054 2002-09-25 Kevin Buettner <kevinb@redhat.com>
10055
10056 * gdb.texinfo: Use GNU/Linux instead of Linux.
10057
10058 2002-09-25 Andrew Cagney <ac131313@redhat.com>
10059
10060 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
10061
10062 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10063
10064 * gdb.texinfo: Replace @example with @smallexample.
10065
10066 2002-09-20 Kevin Buettner <kevinb@redhat.com>
10067
10068 From Eli Zaretskii <eliz@gnu.org>:
10069 * gdb.texinfo (Character Sets): Use @smallexample instead of
10070 @example. Use GNU/Linux instead of Linux.
10071
10072 2002-09-20 Jim Blandy <jimb@redhat.com>
10073
10074 * gdb.texinfo: Add character set documentation.
10075
10076 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10077
10078 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
10079 (Packets): Add cross reference from `b' packet to `z' packets.
10080
10081 2002-09-19 Andrew Cagney <ac131313@redhat.com>
10082
10083 * gdb.texinfo (Maintenance Commands): Document ``maint
10084 internal-error'' and ``maint internal-warning''.
10085
10086 * gdbint.texinfo (Target Architecture Definition): Revise
10087 description of STACK_ALIGN. Add description of FRAME_ALIGN.
10088
10089 2002-09-19 Joel Brobecker <brobecker@gnat.com>
10090
10091 * gdbint.texinfo (Target Conditionals): Document the new
10092 NAME_OF_MALLOC macro.
10093
10094 2002-09-05 Andrew Cagney <ac131313@redhat.com>
10095
10096 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
10097 engineer.
10098
10099 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10100
10101 * gdb.texinfo (TUI Overview): Document status line fields.
10102
10103 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
10104
10105 * gdb.texinfo (TUI Commands): Document info win command.
10106
10107 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10108
10109 * gdb.texinfo (TUI Overview): Document breakpoint markers.
10110
10111 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
10112
10113 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
10114 (TUI Keys): Likewise.
10115
10116 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10117
10118 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
10119 for a packet receive.
10120
10121 2002-08-25 Andrew Cagney <ac131313@redhat.com>
10122
10123 * Makefile.in (clean): Move to end of file.
10124 (distclean, maintainer-clean, realclean): Ditto.
10125 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
10126 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
10127 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
10128 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
10129
10130 2002-08-24 Andrew Cagney <ac131313@redhat.com>
10131
10132 * Makefile.in (GDBINT_TEX_TMPS): Define.
10133 (gdbint.dvi, gdbint.pdf): Use
10134 (GDB_TEX_TMPS): Define.
10135 (gdb.dvi, gdb.pdf): Use.
10136 (STABS_TEX_TMPS): Define.
10137 (stabs.dvi, stabs.pdf): Use.
10138 (GDB_DOC_SOURCE_INCLUDES): New macros.
10139 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
10140 (GDBINT_DOC_FILES_INCLUDES): New macros.
10141 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10142 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10143 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10144 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10145 (links2roff): Replace SFILES_INCLUDED with
10146 GDB_DOC_SOURCE_INCLUDES.
10147 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10148 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10149 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10150 dependencies.
10151 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10152 dependencies.
10153 (gdbmi.texinfo): Delete rule.
10154 (inc-hist.texinfo): Delete rule.
10155 (rluser.texinfo): Delete rule.
10156
10157 2002-08-23 Andrew Cagney <cagney@redhat.com>
10158
10159 * gdbint.texinfo (Target Architecture Definition): Update
10160 STORE_RETURN_VALUE, mention regcache.
10161
10162 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10163
10164 * gdbint.texinfo (Target Architecture Definition): Document
10165 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10166
10167 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10168
10169 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10170 Fix minor typos. Add index entries.
10171
10172 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10173
10174 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10175
10176 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10177
10178 * gdbint.texinfo (Target Architecture Definition): Document
10179 PRINT_VECTOR_INFO.
10180 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10181
10182 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10183
10184 * gdb.texinfo (Maintenance Commands): Document "maint print
10185 registers", "maint print raw-registers" and "maint print
10186 cooked-registers".
10187
10188 2002-08-08 Grace Sainsbury <graces@redhat.com>
10189
10190 From Mark Salter:
10191 * gdb.texinfo (Protocol): Document T packet extension to
10192 allow watchpoint address reporting.
10193
10194 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10195
10196 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10197
10198 2002-08-01 Andrew Cagney <cagney@redhat.com>
10199
10200 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10201 to CHILL.
10202
10203 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10204
10205 * gdbint.texinfo (Coding): Revise section "Include Files".
10206
10207 2002-07-24 Andrew Cagney <cagney@redhat.com>
10208
10209 * gdbint.texinfo: Obsolete references to m88k.
10210 * gdb.texinfo: Ditto.
10211
10212 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10213
10214 * gdbint.texinfo (Create a release candiate): Add the location
10215 where the proper version of autoconf can be retrieved.
10216
10217 2002-07-09 Don Howard <dhoward@redhat.com>
10218
10219 * gdb.texinfo (Command Files): Further describe the behavior of
10220 sourced command files.
10221
10222 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10223
10224 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10225 (Coding): Clarify ISO C version that GDB assumes.
10226
10227 2002-06-26 Tom Tromey <tromey@redhat.com>
10228
10229 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10230 add_setshow_cmd_full.
10231
10232 2002-06-25 Don Howard <dhoward@redhat.com>
10233
10234 * gdb.texinfo (Memory Region Attributes): Document new behavior
10235 for 'mem' command.
10236
10237 2002-06-11 Jim Blandy <jimb@redhat.com>
10238
10239 * gdb.texinfo (Symbols): Update documentation for `info source'
10240 command.
10241
10242 * gdb.texinfo (Macros): Call the command `info macro', not
10243 `show macro'.
10244
10245 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10246
10247 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10248 data''.
10249
10250 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10251
10252 * gdbint.texinfo (Target Architecture Definition): Document
10253 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10254
10255 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10256
10257 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10258 lists.
10259
10260 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10261
10262 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10263 Branch''.
10264
10265 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10266
10267 * gdbint.texinfo (Target Architecture Definition): Add section
10268 ``Converting an existing Target Architecture to Multi-arch''.
10269
10270 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10271
10272 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10273 to ``Obsoleting code''. Revise.
10274
10275 2002-05-17 Jim Blandy <jimb@redhat.com>
10276
10277 * gdb.texinfo (C Preprocessor Macros): New chapter.
10278 Include it in the main menu.
10279 (Contributors): Credit Jim Blandy with macro support.
10280 (Compilation): Explain how to get macro information into the
10281 executable.
10282 (Expressions): Note that preprocessor macros are expanded.
10283
10284 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10285
10286 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10287 options for `target remote'.
10288
10289 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10290
10291 * gdbint.texinfo (Target Architecture Definition): Delete
10292 documentation on NNPC_REGNUM.
10293
10294 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10295
10296 * gdbint.texinfo (Target Architecture Definition): Document
10297 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10298 (Target Architecture Definition): Revise section `Using Different
10299 Register and Memory Data Representations'. Add section `Raw and
10300 Virtual Register Representations'.
10301
10302 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10303
10304 * gdbint.texinfo (Target Architecture Definition): Mention
10305 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10306 (Target Architecture Definition): Mention same. Add references to
10307 web pages.
10308
10309 2002-05-08 Michael Snyder <msnyder@redhat.com>
10310
10311 * stabs.texinfo (Attributes): Document new "vector" attribute.
10312
10313 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10314
10315 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10316
10317 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10318
10319 * gdb.texinfo: Delete obsolete references to a29k.
10320
10321 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10322
10323 * gdbint.texinfo (Target Architecture Definition): Replace
10324 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10325
10326 2002-04-24 David S. Miller <davem@redhat.com>
10327
10328 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10329
10330 2002-04-21 David S. Miller <davem@redhat.com>
10331
10332 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10333
10334 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10335
10336 * gdbint.texinfo (Target Architecture Definition): Delete
10337 definition of HAVE_REGISTER_WINDOWS.
10338
10339 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10340
10341 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10342 "Theodore A. Roth" <troth@verinet.com>.
10343
10344 2002-04-15 Don Howard <dhoward@redhat.com>
10345
10346 From Eli Zaretskii <eliz@gnu.org>
10347 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10348 Provide a better explaination of this feature.
10349
10350 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10351
10352 * gdbint.texinfo (Target Architecture Definition): Remove
10353 FRAME_CHAIN_COMBINE.
10354
10355 2002-04-12 Michael Chastain <mec@shout.net>
10356
10357 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10358 REG_STACK_SEGMENT.
10359
10360 2002-04-09 Michael Chastain <mec@shout.net>
10361
10362 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10363 PYRAMID_* macros.
10364
10365 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10366
10367 * gdb.texinfo (Bug Reporting): Document that the web is the
10368 prefered way of submitting bug reports.
10369 (Bug Reporting): Delete the s-mail address as the last resort.
10370
10371 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10372
10373 * gdbint.texinfo (Target Architecture Definition): Delete
10374 references to TARGET_WRITE_FP and write_fp.
10375
10376 2002-03-27 Michael Snyder <msnyder@redhat.com>
10377
10378 * gdb.texinfo: Document new commands dump, append, and restore.
10379
10380 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10381
10382 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10383 Branch'.
10384
10385 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10386
10387 * gdb.texinfo: Change all examples to @smallexample.
10388 * gdbint.texinfo: Ditto.
10389
10390 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10391
10392 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10393 Branches''.
10394
10395 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10396
10397 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10398 Policy''.
10399
10400 2002-03-04 Fred Fish <fnf@redhat.com>
10401
10402 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10403 expresson, suports, dependant, trhe, perhaphs, situtations,
10404 explictily, taged, oportunity, unfortunatly).
10405
10406 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10407
10408 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10409 Remove reference to 3.12.
10410
10411 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10412
10413 * gdbint.texinfo: Include fdl.texi.
10414 (Top): Add GNU Free Documentation License.
10415 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10416 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10417 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10418 (gdbint.info): Add srcdir to include path.
10419 * gdb.texinfo: Include gpl.texi.
10420 (Top): Add Copying.
10421 * gpl.texi: New file.
10422
10423 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10424
10425 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10426
10427 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10428
10429 * gdb.texinfo: Document Cygwin native specific commands.
10430
10431 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10432
10433 * gdb.texinfo: Document gdbserver ``--attach'' command.
10434
10435 2002-02-07 Michael Snyder <msnyder@redhat.com>
10436
10437 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10438 to @code(_ovly_debug_event).
10439
10440 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10441
10442 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10443
10444 2002-02-06 Michael Snyder <msnyder@redhat.com>
10445
10446 * gdb.texinfo (overlays): Mention new magic symbol
10447 '_ovly_debug_event', which allows GDB to keep better track
10448 of overlays.
10449
10450 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10451
10452 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10453 Suggested by Dmitry Sivachenko.
10454
10455 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10456
10457 2002-02-01 Michael Snyder <msnyder@redhat.com>
10458
10459 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10460
10461 2002-01-30 Michael Snyder <msnyder@redhat.com>
10462
10463 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10464 (set trust-readonly-sections): Document.
10465
10466 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10467
10468 * gdbint.texinfo (Releasing GDB): Revise and update.
10469
10470 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10471
10472 * gdbint.texinfo (Target Architecture Definition): Delete
10473 description of TARGET_BYTE_ORDER_DEFAULT.
10474
10475 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10476
10477 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10478 <mitya@cavia.pp.ru>.
10479
10480 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10481
10482 * libgdb.texinfo: Delete file.
10483
10484 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10485
10486 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10487 * gdbint.texinfo: Ditto.
10488
10489 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10490
10491 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10492
10493 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10494
10495 * Makefile.in: Update copyright.
10496 (TEXI2DVI): Define.
10497 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10498 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10499 gdb-cfg.texi.
10500 (TEXINDEX, PDFTEX): Delete makefile variables.
10501
10502 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10503
10504 * gdb.texinfo (Protocol): Move section to appendix.
10505
10506 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10507
10508 * gdb.texinfo (Remote Debugging): Create a menu.
10509 (Top): Add ``Remote Debugging'' to menu.
10510
10511 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10512
10513 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10514 serial protocol'' from here.
10515 (Remote Debugging): To here. New chapter.
10516
10517 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10518
10519 * gdbint.texinfo (Target Architecture Definition): Delete
10520 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10521
10522 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10523
10524 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10525 are no longer needed.
10526 (Porting GDB): Add maintainer note about configure.host.
10527
10528 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10529
10530 * gdbint.texinfo (Target Architecture Definition): Remove
10531 definition of IEEE_FLOAT.
10532
10533 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10534
10535 * gdb.texinfo: Beautify copyright years; fix a typo.
10536 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10537 <3diff@gnu.org>
10538
10539 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10540
10541 * gdbint.texinfo (Host Definition): Remove references to
10542 MALLOC_INCOMPATIBLE.
10543
10544 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10545
10546 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10547 and xyz-xdep.o.
10548
10549 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10550
10551 * gdb.texinfo (Maintenance Commands): Add appendix.
10552 (Set Breaks): Copy ``maint info breakpoint'' doco to
10553 ``Maintenance Commands'' appendix. Add reference.
10554
10555 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10556
10557 * fdl.texi: Remove next/prev from @node.
10558
10559 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10560
10561 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10562 for monstrous @multitable (from Brian Youmans).
10563
10564 * fdl.texi: New file.
10565
10566 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10567
10568 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10569
10570 * gdbint.texinfo (Releasing GDB): New chapter.
10571
10572 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10573
10574 * gdb.texinfo (Embedded Processors, Calling program functions):
10575 Obsolete references to a29k.
10576
10577 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10578
10579 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10580 examples. Document that a code-block should do or discard its
10581 cleanups before exit.
10582
10583 2002-01-11 Michael Snyder <msnyder@redhat.com>
10584
10585 * gdb.texinfo (Choosing files): Change @samp to @file.
10586
10587 2002-01-05 Michael Snyder <msnyder@redhat.com>
10588
10589 * gdb.texinfo (--pid): Document new command line option (attach).
10590
10591 2002-01-07 Eli Zaretskii <eliz@gnu.org>
10592
10593 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10594 in the stub.
10595
10596 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10597
10598 * gdbint.texinfo (Target Architecture Definition): Replace
10599 BIG_ENDIAN with BFD_ENDIAN_BIG.
10600
10601 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10602
10603 * gdbint.texinfo (Target Architecture Definition): Replace
10604 value_ptr with struct value pointer.
10605
10606 2002-01-02 Eli Zaretskii <eliz@gnu.org>
10607
10608 * gdb.texinfo (Free Software): Fix wording.
10609
10610 2001-12-31 Eli Zaretskii <eliz@gnu.org>
10611
10612 * gdb.texinfo (Free Software): New section ``Free Software Needs
10613 Free Documentation''.
10614
10615 2001-12-30 Eli Zaretskii <eliz@gnu.org>
10616
10617 * stabs.texinfo:
10618 * gdb.texinfo:
10619 * gdbint.texinfo:
10620 * libgdb.texinfo:
10621 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10622
10623 2001-12-29 Michael Snyder <msnyder@redhat.com>
10624
10625 * gdb.texinfo (maint info sections): Fix typo.
10626
10627 2001-12-26 Michael Snyder <msnyder@redhat.com>
10628
10629 * gdb.texinfo (maint info sections): Document.
10630
10631 * gdb.texinfo (info proc): Comment out documentation for
10632 'info proc' sub-options that are currently not implemented.
10633
10634 2001-12-20 Jim Blandy <jimb@redhat.com>
10635
10636 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10637
10638 2001-12-15 Andrew Cagney <ac131313@redhat.com>
10639
10640 * gdbint.texinfo (Target Architecture Definition): Replace
10641 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10642
10643 2001-12-01 Andrew Cagney <ac131313@redhat.com>
10644
10645 * gdbint.texinfo (Host Definition): Delete documentation on
10646 HOST_BYTE_ORDER.
10647
10648 2001-11-30 Jim Blandy <jimb@redhat.com>
10649
10650 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10651 overlay support. Add to top-level menu.
10652
10653 2001-11-26 Tom Tromey <tromey@redhat.com>
10654
10655 * gdb.texinfo (Command Syntax): Document C-o binding.
10656
10657 2001-07-26 Christopher Faylor <cgf@redhat.com>
10658
10659 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10660 use since it is described in the referenced section.
10661
10662 From Eli Zaretskii <eliz@gnu.org>
10663 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10664 clearer when using DJGPP.
10665
10666 2001-11-24 Christopher Faylor <cgf@redhat.com>
10667
10668 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10669 specifically refer to MS-DOS.
10670 (command files): Mention gdb.ini is only used on MS-DOS.
10671
10672 2001-11-21 Tom Tromey <tromey@redhat.com>
10673
10674 * gdb.texinfo (Invoking GDB): Document --args.
10675 (Mode Options): Likewise.
10676
10677 2001-11-21 Jim Blandy <jimb@redhat.com>
10678
10679 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10680 Delete documentation; this macro has been removed from the
10681 sources.
10682
10683 2001-11-13 Jim Blandy <jimb@redhat.com>
10684
10685 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10686
10687 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
10688
10689 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10690
10691 2001-11-05 Michael Snyder <msnyder@redhat.com>
10692
10693 * gdb.texinfo (info functions): Document use of backslash to
10694 quote regexp chars in function names such as "operator*()".
10695
10696 2001-11-01 Fred Fish <fnf@redhat.com>
10697
10698 * gdbint.texinfo (SOLIB_ADD): Document additional new
10699 "readsyms" arg.
10700
10701 2001-10-30 Don Howard <dhoward@redhat.com>
10702
10703 * gdb.texinfo: (Command Files) Added documentation for the
10704 behavior of gdb with input redirected from a file.
10705
10706 2001-10-28 Fred Fish <fnf@redhat.com>
10707
10708 * gdb.texinfo (auto-solib-add): Change docs to match
10709 implementation change.
10710 (auto-solib-limit): Add docs for new variable.
10711
10712 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10713
10714 * gdbint.texinfo (Target Architecture Definition): Function
10715 value_as_pointer renamed to value_as_address.
10716
10717 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10718
10719 * gdbint.texinfo (Target Architecture Definition): Default
10720 POINTER_TO_ADDRESS functions assume unsigned addresses.
10721 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10722 posting by Jim Blandy.
10723
10724 2001-10-12 Jim Blandy <jimb@redhat.com>
10725
10726 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10727 version of texi2html (1.64) doesn't support this flag any more.
10728
10729 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10730
10731 * gdbint.texinfo (Host Definition): Remove description of
10732 MEM_FNS_DECLARED.
10733
10734 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10735
10736 * gdbint.texinfo (Host Definition): Remove description of
10737 HAVE_SIGSETMASK.
10738
10739 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10740
10741 * gdbint.texinfo (Target Architecture Definition): Add
10742 explanation of TARGET_PRINT_INSN macro.
10743
10744 2001-08-30 Jim Blandy <jimb@redhat.com>
10745
10746 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10747 Explain what it means to load relocatable files.
10748
10749 2001-08-28 Jim Blandy <jimb@redhat.com>
10750
10751 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10752 info `top' menu.
10753
10754 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10755
10756 * gdbint.texinfo: Add a cautionary note about macro use.
10757
10758 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10759
10760 * gdb.texinfo: Explain omitting the hostname in the
10761 `target remote' command.
10762
10763 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10764
10765 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10766 and END-INFO-DIR-ENTRY.
10767
10768 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10769
10770 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10771
10772 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10773
10774 * gdbint.texinfo (libgdb): Rewrite.
10775
10776 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10777
10778 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10779
10780 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10781
10782 * gdb.texinfo (TUI): New chapter, document the TUI.
10783 (Mode Options): Document the -tui option.
10784
10785 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10786
10787 * gdbint.texinfo (Host Definition): Remove description of
10788 NEED_POSIX_SETPGID.
10789
10790 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10791
10792 * gdb.tex (DJGPP Native): New node, with descriptions of
10793 DJGPP-specific commands.
10794
10795 2001-07-19 John R. Moore <jmoore@redhat.com>
10796
10797 * gdbint.texinfo: Three misspellings.
10798
10799 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10800
10801 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10802 `test` expressions on bash. Problem reported by Colin Walters.
10803
10804 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10805
10806 * gdbint.texinfo (User Interface): Update ui-out documentation to
10807 refelect recent UI/MI updates.
10808
10809 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10810
10811 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10812 interpreters.
10813
10814 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10815
10816 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10817 structure and not macros.
10818 (Host Definition): Document that much of this chapter is obsolete.
10819 (Target Architecture Definition): Update list of files that make
10820 up a target architecture.
10821 (Coding): Update.
10822
10823 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10824
10825 * gdbint.texinfo (Target Architecture Definition): Update
10826 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10827 The latter has been changed to a true predicate.
10828
10829 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10830
10831 * annotate.texi: Add @noindent where needed. From Dmitry
10832 Sivachenko <dima@Chg.RU>.
10833 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10834
10835 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10836
10837 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10838
10839 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10840
10841 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10842 returns ``OK''. Document that the ``R'' packet does not reply.
10843
10844 2001-06-13 Michael Snyder <msnyder@redhat.com>
10845
10846 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10847
10848 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10849
10850 * gdb.texinfo (Signals): Clarify the default setting of signal
10851 handling.
10852
10853 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10854
10855 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10856 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10857
10858 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10859
10860 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10861
10862 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10863
10864 * gdbint.texinfo (Clean Design and Portable Implementation):
10865 Renamed from "Clean Design".
10866 (Clean Design and Portable Implementation): Document portable
10867 methods of handling file names, and the associated macros.
10868
10869 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10870
10871 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10872 command and provide a cross-reference to its description.
10873 (Symbols): Note that "info scope" is useful for trace experiments.
10874
10875 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10876
10877 * gdb.texinfo (Symbols): Document "info scope".
10878 (Tracepoints): New chapter.
10879 (Contributors): Update for v5.1.
10880 <All nodes>: Change "C++" to "C@t{++}".
10881
10882 * gdbint.texinfo (User Interface): A new section about ui_out
10883 functions, based on text written by Fernando Nasser.
10884
10885 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10886
10887 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10888
10889 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10890
10891 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10892
10893 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10894 Replace "GDB" with "@value{GDBN}". Fix markup.
10895
10896 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10897
10898 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10899 a cross-reference to its description.
10900 (Symbols): Document "info symbol".
10901
10902 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10903
10904 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10905 subsection "x86 Watchpoints".
10906 (Target Architecture Definition): Document the macros
10907 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10908 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10909
10910 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10911
10912 * gdbint.texinfo (Target Architecture Definition): Update
10913 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10914 list.
10915
10916 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10917
10918 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10919 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10920
10921 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10922
10923 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10924
10925 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10926
10927 * gdb.texinfo (Environment): Document that `path' does not change
10928 the value of PATH in GDB's own environment (it did in the past,
10929 but that was changed on March 15, 1994). Reported by Doug Evans
10930 <dje@transmeta.com>.
10931
10932 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10933 its line. Fix markup of commands and macros. Add an Index node
10934 and index entries.
10935
10936 2001-01-23 J.T. Conklin <jtc@redback.com>
10937
10938 * gdb.texinfo (Memory region attributes): New manual section.
10939
10940 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10941
10942 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10943
10944 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10945
10946 * refcard.tex: Version and copyright fixed. From Phil Edwards
10947 <pedwards@disaster.jaj.com>.
10948
10949 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10950
10951 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10952 DWARF2_REG_TO_REGNUM): Document.
10953
10954 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10955
10956 * gdbint.texinfo (Coding): Update current value of
10957 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10958
10959 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10960
10961 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10962 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10963
10964 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10965
10966 * gdb.texinfo: Document new 'set step-mode' command.
10967
10968 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10969
10970 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10971 changes from Dmitry Sivachenko <dima@Chg.RU>.
10972
10973 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10974
10975 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10976 From Steven Johnson <sbjohnson@ozemail.com.au>.
10977
10978 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10979
10980 * gdbint.texinfo (Overall Structure): Spelling fix.
10981
10982 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10983
10984 * gdbint.texinfo (Target Architecture Definition): Document that
10985 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10986 for which REGISTER_CONVERTIBLE returns a zero value.
10987
10988 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10989
10990 * Makefile.in (install-info): Find files to install in either the
10991 build or source directories (adapted from Makefile.am).
10992
10993 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10994
10995 * stabs.texinfo: Fix spelling errors.
10996 (String Field): FILE-NUMBER starts from 0, not 1.
10997
10998 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10999
11000 * refcard.tex: Remove \centerline from the blurb. Patch from
11001 Brian Youmans.
11002
11003 2000-06-25 Eli Zaretskii <eliz@gnu.org>
11004
11005 * Makefile.in (install-info): Support installation from outside of
11006 the source directory. Reported by Mark Harig
11007 <markh@frazier.landmark.com>.
11008
11009 2000-06-20 J.T. Conklin <jtc@redback.com>
11010
11011 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
11012
11013 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
11014
11015 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
11016 Generate using pdftex.
11017 (PDFTEX): Define.
11018 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
11019 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
11020 @contents at the start.
11021
11022 2000-05-24 Eli Zaretskii <eliz@gnu.org>
11023
11024 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
11025 Youmans.
11026
11027 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11028
11029 From Brian Youmans:
11030 * gdb.texinfo: Fix ``et al.''.
11031
11032 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
11033
11034 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
11035 loop.
11036
11037 2000-05-19 Jimmy Guo <guo@cup.hp.com>
11038
11039 * configure: Regenerate.
11040
11041 2000-05-17 Eli Zaretskii <eliz@gnu.org>
11042
11043 * Makefile.in (install-info): Run install-info on installed Info
11044 files.
11045
11046 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11047
11048 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
11049 Andrew Cagney.
11050
11051 2000-05-09 Eli Zaretskii <eliz@gnu.org>
11052
11053 * gdb.texinfo: Proofreading changes from Brian Youmans.
11054
11055 2000-05-01 Nick Duffek <nsd@cygnus.com>
11056
11057 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
11058 startup sequence, minor edits.
11059
11060 2000-05-01 Eli Zaretskii <eliz@gnu.org>
11061
11062 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
11063 TeX.
11064
11065 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
11066 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
11067 like `n' and `s' which look weird. Convert some of the @kindex to
11068 @vindex, when they refer to variables, not commands.
11069
11070 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
11071
11072 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
11073
11074 2000-04-23 Eli Zaretskii <eliz@gnu.org>
11075
11076 * Makefile.in (GDBMI_DIR): New variable.
11077 (SET_TEXINPUTS): Add $(GDBMI_DIR).
11078 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
11079 (gdbmi.texinfo): New target, for texi2roff.
11080 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
11081 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
11082
11083 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
11084 gdbmi.texinfo.
11085 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
11086 comment.
11087
11088 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11089
11090 * gdb.texinfo (Files): Update description of add-symbol-file
11091 command.
11092
11093 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11094
11095 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
11096 prevents the build (and is generally a Bad Idea).
11097
11098 2000-04-17 Eli Zaretskii <eliz@gnu.org>
11099
11100 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
11101 a comma inside @var.
11102 (Command Files): Index markup changes from Dmitry Sivachenko
11103 <dima@Chg.RU>.
11104
11105 2000-04-16 Eli Zaretskii <eliz@gnu.org>
11106
11107 * Makefile.in (LN_S): Define.
11108 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
11109 invoke "ln -s" unless it is known to work.
11110
11111 * configure.in (AC_PROG_LN_S): Add.
11112
11113 2000-04-14 Jim Blandy <jimb@redhat.com>
11114
11115 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
11116 section.
11117 (Target Conditionals): Document ADDRESS_TO_POINTER,
11118 POINTER_TO_ADDRESS.
11119
11120 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
11121
11122 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
11123 gdb-cfg.texi to get the value.
11124
11125 2000-04-10 Jim Blandy <jimb@redhat.com>
11126
11127 * gdbint.texinfo (Target Architecture Definition): Fix
11128 cross-references.
11129
11130 2000-04-08 Jim Blandy <jimb@redhat.com>
11131
11132 * gdbint.texinfo (Using Different Register and Memory Data
11133 Representations): New section.
11134 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
11135 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
11136 REGISTER_CONVERT_TO_RAW): Document.
11137
11138 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
11139
11140 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
11141 for acknowledgments.
11142
11143 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11144
11145 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11146 qThreadExtraInfo.
11147
11148 2000-03-28 J.T. Conklin <jtc@redback.com>
11149
11150 * gdb.texinfo: Clarify which remote debug protocol commands are
11151 required and which are optional.
11152
11153 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11154
11155 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11156 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11157 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11158 * annotate.texi: Update.
11159
11160 2000-03-28 Stan Shebs <shebs@apple.com>
11161
11162 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11163 expectation of additional changes before release), update
11164 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11165 node links, rephrase and/or shorten lines to fix formatting
11166 problem in both regular and @smallbook formats.
11167 * annotate.texi: Shorten lines in example, use smallexample
11168 consistently everywhere.
11169 * Makefile.in: Add comment about texinfo 4.0 html generation.
11170 (SFILES_INCLUDED): Add annotate.texi.
11171
11172 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11173
11174 * gdb.texinfo (Debugging Output): Added new section, documenting
11175 the "set/show debug" commands.
11176
11177 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11178
11179 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11180 entry.
11181
11182 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11183 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11184 @chapter and @node entries.
11185
11186 * gdb.texinfo: Link all top-level nodes.
11187
11188 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11189
11190 * Makefile.in (install-info): Create $(infodir) before installing
11191 files.
11192
11193 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11194
11195 From David Whedon <dwhedon@gordian.com>
11196 * gdbint.texinfo : Added paragraphs about command deprecation.
11197
11198 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11199
11200 * gdb.texinfo: Add documentation for the apropos command.
11201
11202 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11203
11204 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11205
11206 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11207
11208 * gdb.texinfo: Add white space to prevent overprinting in
11209 two places.
11210
11211 2000-03-17 Stan Shebs <shebs@apple.com>
11212
11213 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11214 <dima@Chg.RU>, also clarification of allowed content for
11215 string constants.
11216
11217 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11218
11219 * gdb.texinfo (main menu): Add Annotations.
11220 (File Options): Add @cindex entries for each command-line option.
11221 Document --epoch, --annotate, --async, --interpreter, --write,
11222 --statistics, and --version.
11223
11224 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11225 of GDB.
11226
11227 2000-02-23 Jim Blandy <jimb@redhat.com>
11228
11229 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11230
11231 2000-02-22 Jim Blandy <jimb@redhat.com>
11232
11233 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11234
11235 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11236
11237 * Makefile.in (diststuff): New target.
11238
11239 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11240
11241 * agentexpr.texi: Fix wording regarding Intel's IA-64
11242 architecture. [From Jim Wilson.]
11243
11244 2000-01-16 Tom Tromey <tromey@cygnus.com>
11245
11246 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11247 (Delete Breaks): Mention range arguments.
11248 (Disabling): Likewise.
11249
11250 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11251
11252 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11253
11254 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11255
11256 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11257 valid functions.
11258
11259 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11260
11261 * gdb.texinfo: Clarify regular expressions used in rbreak.
11262
11263 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11264
11265 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11266 MEMORY_REMOVE_BREAKPOINT): Document.
11267
11268 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11269
11270 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11271 offset re-using the DATA offset instead.
11272
11273 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11274
11275 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11276
11277 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11278
11279 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11280 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11281 typos.
11282
11283 * gdb.texinfo: Various minor wording and formatting improvements,
11284 mentions of additional command-line options.
11285
11286 1999-09-30 Fred Fish <fnf@cygnus.com>
11287
11288 * gdb.texinfo: Document additional forms of specifying section
11289 names and addresses for the add-symbol-file command.
11290
11291 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11292
11293 * gdbint.texinfo: Fix typo, add the word "have".
11294
11295 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11296
11297 * gdbint.texinfo (Target Architecture Definition): Document the
11298 SKIP_PERMANENT_BREAKPOINT macro.
11299
11300 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11301
11302 * gdb.texinfo: Fiks speling errers.
11303
11304 * gdb.texinfo: Fix uses of @multitable.
11305
11306 From Eli Zaretskii <eliz@gnu.org>:
11307 * gdb.texinfo: Include details specific to DOS host, clarify
11308 some confusing language, fix @ref/@xref/@pxref usages, add
11309 comments about using with optimization, add more indexing,
11310 fix info about disassembly-flavor.
11311
11312 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11313
11314 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11315 SKIP_SOLIB_RESOLVER): Define.
11316
11317 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11318
11319 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11320 ``g'' packets.
11321
11322 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11323
11324 * gdb.texinfo: Create a new "Configurations" chapter with
11325 platform-specific info, inline remote.texi and move sections of it
11326 into the new chapter, move bits about info proc, heuristic search,
11327 and register stack into the new chapter.
11328 * remote.texi: Remove, now part of gdb.texinfo.
11329 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11330
11331 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11332
11333 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11334 GDB_TARGET_IS_MACH386): These kludges have gone away.
11335
11336 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11337
11338 * gdbint.texinfo (Target Architecture Definition): Mention
11339 TDEPLIBS.
11340
11341 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11342
11343 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11344 surrounding text to fit HP-UX bits into general info.
11345 (HPPA-cfg.texi): Remove, no longer useful.
11346
11347 * gdb.texinfo: Remove explicit links from @node lines, remove
11348 HP-added "Detailed Node Listing" from main menu which confuses
11349 things.
11350
11351 From Dmitry Sivachenko <dima@Chg.RU>:
11352 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11353 in description of `set environment'.
11354
11355 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11356
11357 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11358
11359 1999-08-12 Ben Elliston <bje@cygnus.com>
11360
11361 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11362
11363 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11364
11365 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11366 watch, awatch, and rwatch. Explain why the latter two cannot be
11367 set as software watchpoints. Document that watchpoints for local
11368 variables are deleted when the debuggee terminates.
11369
11370 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11371
11372 * remote.texi (Protocol): Further clarification of the "qRcmd"
11373 packet. Allow E.. response packet. "qRcmd" packet is no longer
11374 reserved.
11375
11376 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11377
11378 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11379 * gdb.texinfo: Ditto.
11380
11381 1999-08-06 Tom Tromey <tromey@cygnus.com>
11382
11383 * gdb.texinfo (KOD): New node.
11384
11385 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11386
11387 * remote.texi (Rcmd): Fix minor formatting typos.
11388
11389 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11390
11391 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11392 packets.
11393
11394 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11395
11396 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11397 fixes.
11398
11399 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11400
11401 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11402
11403 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11404
11405 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11406 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11407 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11408 packets that are not supported on all hosts. Expand examples.
11409 Spell check.
11410
11411 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11412
11413 * Makefile.in: Recognize html, install-html. Add targets
11414 to build HTML versions of documentation via texi2html.
11415
11416 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11417
11418 * gdbint.texinfo (Testsuite): New chapter, information about the
11419 testsuite.
11420
11421 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11422
11423 * remote.texi (Communication Protocol): Rewrite.
11424
11425 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11426
11427 * stabs.texinfo: Fix uses of xref.
11428
11429 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11430
11431 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11432 info about patch submission.
11433
11434 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11435
11436 From Per Bothner <bothner@cygnus.com>:
11437 * gdb.texinfo: Document Chill support.
11438
11439 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11440
11441 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11442 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11443 Document that the value should be greater-than or equal-to zero.
11444 (NO_STD_REGS): Document. Deprecate.
11445
11446 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11447
11448 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11449 Document that these are not used.
11450
11451 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11452
11453 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11454
11455 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11456
11457 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11458 numargs was dropped.
11459
11460 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11461
11462 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11463
11464 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11465
11466 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11467 Update.
11468
11469 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11470
11471 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11472 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11473
11474 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11475
11476 * gdbint.texinfo: Fix typos: $ -> @.
11477
11478 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11479
11480 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11481 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11482 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11483 BREAKPOINT_FROM_PC.
11484
11485 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11486
11487 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11488 CALL_DUMMY_STACK_ADJUST): Document.
11489
11490 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11491
11492 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11493 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11494
11495 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11496
11497 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11498 longer exists.
11499
11500 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11501
11502 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11503 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11504 they make the manual source incomprehensible.
11505 * h8-cfg.texi: Remove, hasn't been used in years.
11506
11507 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11508
11509 * gdb.texinfo: Update the credits.
11510
11511 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11512
11513 * gdb.texinfo: Fix mistakes noticed in printout of last
11514 draft, add Alpha to discussion of heuristic fence post.
11515
11516 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11517
11518 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11519 Edition, merge some HP changes into mainline, describe some
11520 previously undocumented features, describe more of the target
11521 commands available, eliminate obsolete section on renamed
11522 commands.
11523 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11524
11525 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11526
11527 * gdb.texinfo: Make many HPPA conditionals unconditional,
11528 including catchpoint description, since now on for all configs.
11529 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11530 specializations.
11531
11532 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11533
11534 * Makefile.in (GDBvn.texi): Fix match expression to work with
11535 current format of VERSION in gdb/Makefile.in.
11536 * gdb.texinfo: Fix node ref to match new readline.
11537
11538 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11539
11540 * gdb.texinfo: Changes made as part of a project to merge in
11541 changes made by HP. Documentation makes extensive use of
11542 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11543 on remote debugging. There are differences in documentation
11544 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11545 the HP manual discusses catchpoints, hardware watchpoints, and
11546 some HPUX specific limitations for shared library support.
11547
11548 There are also a number of @node changes.
11549
11550 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11551
11552 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11553 (C Usage): Same.
11554
11555 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11556
11557 The following changes were made by Edith Epstein
11558 <eepstein@cygnus.com> as part of a project to merge in changes
11559 made by HP.
11560
11561 * HPPA-cfg.texi: new file.
11562
11563 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11564
11565 * refcard.tex: change documentation about catch.
11566 removed info catch.
11567
11568 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11569
11570 * gdbint.texinfo: Expand on GDB's coding standards,
11571 specify the use of arg names with prototypes.
11572
11573 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11574
11575 * gdb.texinfo: Fix tipo.
11576
11577 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11578
11579 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11580 TARGET_BYTE_ORDER_SELECTABLE_P.
11581
11582 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11583
11584 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11585
11586 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11587
11588 * agentexpr.texi: New file.
11589
11590 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11591
11592 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11593
11594 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11595
11596 * remote.texi: Changed wording that implied that the GDB remote
11597 protocol caches register values instead of GDB itself.
11598
11599 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11600
11601 * gdbint.texinfo: Add some info about symbol readers.
11602 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11603 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11604 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11605 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11606
11607 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11608
11609 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11610
11611 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11612
11613 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11614
11615 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11616
11617 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11618 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11619
11620 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11621
11622 * gdbint.texinfo: Fix minor typos.
11623
11624 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11625
11626 * gdbint.texinfo: Complete overhaul. Group descriptions more
11627 logically, add more info on generic algorithms, remove much
11628 obsolete and/or wrong material.
11629
11630 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11631
11632 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11633
11634 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11635
11636 * refcard.tex: Copyright, address updates.
11637
11638 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11639
11640 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11641 for the edition instead of confusing GDB-version-like numbers.
11642
11643 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11644
11645 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11646
11647 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11648
11649 * LRS: Reformat a bit to keep text under 80 columns.
11650
11651 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11652
11653 * gdb.texinfo: Add some credits, mention bug monitor.
11654 * remote.texi: Mention mips monitor targets.
11655 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11656
11657 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11658
11659 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11660 files, finish sorting of host vs target vs native macros, describe
11661 some more of them.
11662
11663 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11664
11665 * gdbint.texinfo (Host Conditionals): Document change from
11666 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11667
11668 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11669
11670 * gdbint.texinfo (Host Conditionals): Document
11671 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11672
11673 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11674
11675 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11676 Document LSEEK_NOT_LINEAR.
11677
11678 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11679
11680 * stabs.texinfo (Stab Section Basics): Make it clear that only
11681 some versions of the GNU linker remove the leading N_UNDF symbol.
11682
11683 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11684
11685 * stabs.texinfo (String Field): Document type number pairs here,
11686 instead of in the Sun specific section.
11687 (Include Files): The GNU linker supports the N_BINCL
11688 optimization. Clarify the N_BINCL value, and what it is used
11689 for.
11690 (Procedures): Document N_FUN with an empty string to mark the end
11691 of a function.
11692 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11693 (Sun Differences): Remove this node, as the information is now
11694 elsewhere in the main document.
11695 (Stab Section Basics): Mention that the GNU linker may optimize
11696 stabs and remove the leading N_UNDF symbol.
11697
11698 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11699
11700 * gdb.texinfo, refcard.tex: Restore author credit
11701
11702 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11703
11704 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11705 documentation to account for START and END macros taking
11706 one arg.
11707
11708 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11709
11710 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11711 * gdb.texinfo (Frames): Fix typo.
11712
11713 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11714
11715 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11716 a target_signal as arg type, not a pid.
11717
11718 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11719
11720 * gdb.texinfo: Document `set assembly-language'.
11721
11722 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11723
11724 * remote.texi: Update list of stubs in the GDB distribution.
11725
11726 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11727
11728 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11729 Also document that some systems can use mmalloc but must define
11730 this if their C runtime allocates memory that is later freed.
11731 (MMCHECK_FORCE): Document new macro.
11732
11733 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11734
11735 * remote.texi: Add documentation for target Sparclet.
11736
11737 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11738
11739 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11740 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11741 * configure.in: Rewritten for autoconf.
11742 * configure: New.
11743
11744 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11745
11746 * Makefile.in (DVIPS): New define, set to dvips.
11747 (dvi): Add stabs.dvi.
11748 (ps): New target.
11749 (all-doc): Depend on info, dvi, and ps targets.
11750 (STAGESTUFF): Add *.ps and *.dvi files.
11751 (clean-info, clean-dvi): Remove.
11752 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11753 rules completely rewritten.
11754 (maintainer-clean): Remove clean-info and clean-dvi
11755 dependencies and put their actions in the rules.
11756 (gdb.ps): New target
11757 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11758 intermediate TeX files, whether they have 2 or 3 character
11759 extensions.
11760 (gdbint.ps): Add target and rules.
11761 (gdb-internals): Delete unused target.
11762 (Makefile): Depends upon config.status also.
11763
11764 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11765
11766 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11767 set.
11768
11769 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11770
11771 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11772 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11773
11774 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11775
11776 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11777
11778 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11779
11780 * gdb.texinfo (Print settings): Document
11781 `set/show print static-members' commands.
11782
11783 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11784
11785 * gdbint.texinfo (Native): Document name change, coredep.c to
11786 core-aout.c.
11787
11788 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11789
11790 * stabs.texinfo (Include Files): Document the values the SunOS4
11791 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11792
11793 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11794
11795 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11796 Fix typo.
11797
11798 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11799
11800 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11801 "gdb.tar.Z".
11802
11803 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11804
11805 * Makefile.in (maintainer-clean): New target, synonym for
11806 realclean.
11807
11808 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11809
11810 * Update all FSF addresses except those in COPYING* files.
11811
11812 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11813
11814 From Richard Earnshaw (rearnsha@armltd.co.uk):
11815 * gdb.texinfo (convenience variables): Document $_exitcode.
11816 (quit): Document optional expression to use as exit code.
11817
11818 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11819
11820 * gdb.texinfo, remote.texi: Brought up to date with various
11821 GDB changes.
11822
11823 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11824
11825 * gdb.texinfo: Update dates and versions, fix comments about
11826 hardware watchpoints in future releases and about the
11827 sharedlibrary command.
11828
11829 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11830
11831 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11832 C_FUN stab. Other cleanups.
11833
11834 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11835
11836 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11837 for the sparc stub.
11838
11839 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11840
11841 * annotate.texi: Clarify which addresses have differing formats
11842 depending on the language and which do not.
11843
11844 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11845
11846 * remote.texi (NetWare): Changed example to use BOARD= instead of
11847 NODE= argument to reflect correspoding change to gdbserve.nlm.
11848
11849 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11850
11851 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11852 GDB, as well as AIX dbx, supports the size type attribute.
11853
11854 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11855
11856 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11857
11858 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11859
11860 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11861 and new 'if' and 'while' commands.
11862
11863 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11864
11865 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11866
11867 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11868
11869 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11870 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11871 NetWare targets. Mostly stolen from the Server node.
11872
11873 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11874
11875 * gdb.texinfo (Setting): Talk about the language of a source file
11876 versus the working language. The old documentation did not match
11877 what GDB did.
11878
11879 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11880
11881 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11882 of a source file.
11883
11884 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11885
11886 * gdb.texinfo (Processes): New node.
11887
11888 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11889
11890 * remote.texi: Update documentation of set/show mipsfpu.
11891
11892 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11893
11894 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11895 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11896
11897 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11898
11899 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11900 obsolete conditionals, described some others.
11901
11902 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11903
11904 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11905 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11906
11907 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11908
11909 * gdbint.texinfo: Put regex conditionals in their own table.
11910
11911 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11912
11913 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11914 described or fixed the descriptions of many others.
11915
11916 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11917
11918 * gdb.texinfo: Add some more credits.
11919 * gdbint.texinfo: Capitalize GDB consistently, describe some
11920 macros and remove some.
11921
11922 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11923
11924 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11925 obsolete conditionals, described some others.
11926
11927 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11928
11929 * gdb.texinfo (help targets): Changed to `help target', which
11930 is the correct gdb command.
11931
11932 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11933
11934 * annotate.texi (TODO): New node, for keeping track of annotations
11935 suggested but not yet implemented.
11936
11937 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11938
11939 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11940 another symbol, it is not the address itself.
11941
11942 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11943
11944 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11945 of stabs-in-coff sections.
11946
11947 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11948
11949 * annotate.texi: Change edition to 0.5 and date to May 1994.
11950 Add index.
11951 (Frames): New node, for frame annotation.
11952 (Displays): New node, for display annotation.
11953
11954 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11955 when waiting for your program to stop.
11956
11957 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11958
11959 * annotate.texi (Breakpoint Info): Document annotation of header
11960 fields and record annotation.
11961
11962 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11963
11964 * annotate.texi: New file, to document annotations.
11965
11966 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11967
11968 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11969 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11970
11971 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11972
11973 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11974 section, and say n_strx field is compilation unit relative.
11975 * stabs.texinfo: Don't use @code for a.out when it is the name of
11976 an object file format.
11977
11978 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11979
11980 * gdb.texinfo: Refer to file names, not path names, per rms
11981 convention.
11982 (Arguments): Fix typo.
11983
11984 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11985
11986 * stabs.texinfo (Global Variables): Talk about stabs in files
11987 where variables are referenced, but not defined.
11988
11989 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11990
11991 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11992 Cplusplus to new nodes Member Type Descriptor and Method Type
11993 Descriptor. Re-write stuff for #.
11994
11995 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11996
11997 * gdb.texinfo (Print Settings): Don't document "set print
11998 fast-symbolic-addr off". The bug which it worked around was fixed
11999 on 25 Feb 94 in coffread.c, so I'm nuking the command.
12000
12001 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
12002 N_ENTRY node.
12003
12004 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
12005
12006 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12007
12008 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
12009 references to ieee-float.c.
12010
12011 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12012
12013 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
12014 match what the code actually does.
12015
12016 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12017
12018 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
12019
12020 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12021
12022 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
12023 i, and b.
12024
12025 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
12026
12027 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
12028 well as for ELF and SOM. Unify the descriptions of ELF and SOM
12029 as "stabs in sections" rather than just saying "ELF and SOM".
12030 Also make that stuff apply to COFF.
12031
12032 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12033
12034 * gdb.texinfo (Formatting Documentation): Change GhostScript to
12035 Ghostscript.
12036
12037 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12038
12039 * gdb.texinfo (Continuing and Stepping): When talking about "step"
12040 versus functions without line numbers, also mention stepping into
12041 them as well as "step" when you are in them. Tell the user how to
12042 deal with the situation. Add comment about "debugging information".
12043
12044 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12045
12046 * stabs.texinfo (Enumerations): Document restriction on where
12047 enumeration types can appear and still win with GDB.
12048
12049 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12050
12051 * stabs.texinfo (Negative Type Numbers): Document format for type
12052 -16.
12053
12054 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12055
12056 * gdb.texinfo (Selection, Frame Info): Update information about
12057 arbitrary frame specficiations.
12058
12059 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
12060
12061 * gdb.texinfo, remote.texi: general editing pass prior to Net release
12062
12063 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12064
12065 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
12066
12067 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
12068
12069 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
12070
12071 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12072
12073 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
12074 Differences node to Statics node.
12075 (Statics): Discuss XCOFF use of V symbol descriptor.
12076
12077 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
12078 not clean.
12079
12080 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
12081
12082 * gdb.texinfo (Print Settings): Document `set print
12083 fast-symbolic-addr' and improve the doc for some other
12084 `set print's.
12085
12086 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12087
12088 * stabs.texinfo (String Field): Talk about defining several type
12089 numbers at once.
12090 Fix lint regarding changing node ELF Transformations to
12091 ELF and SOM Transformations.
12092
12093 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
12094
12095 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
12096
12097 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12098
12099 * stabs.texinfo (Cross-References): `::' is for nested types only
12100 within <>.
12101 (Structures): Document static members.
12102
12103 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12104
12105 * stabs.texinfo: Document S type attribute.
12106
12107 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12108
12109 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
12110
12111 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
12112
12113 * gdbint.texinfo: Fix a few typos.
12114
12115 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12116
12117 * gdb.texinfo, remote.texi: formatting improvements
12118
12119 * gdb.texinfo (New Features): mention threads.
12120 (Summary, C): fix xrefs in newly contributed text.
12121 (Threads): index entries, clarifications, example
12122 (passim): minor typos fixed, phrasing improvements
12123
12124 * remote.texi (Bootstrapping): rephrase text on ^C and add index
12125 entries; (Server): explain use of gdbserver w/real-time systems,
12126 add example of conflicting TCP port; (MIPS Remote) break up
12127 running text into table, highlighting commands, and add example.
12128
12129 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12130
12131 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
12132
12133 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12134
12135 * stabs.texinfo (Nested Symbols): New node.
12136 (String Field, Symbol Descriptors, Cross-References): Refer to it.
12137
12138 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12139
12140 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
12141 to picking which Bbss.bss symbol to use, and (because there seems to
12142 be no good way of doing it) re-write some of the text to make it
12143 sound like Bbss.bss isn't such a great idea after all (as currently
12144 designed).
12145
12146 * gdb.texinfo (C): In addition to saying people have to use g++ for
12147 good results, say they have to use stabs. Specifically say cfront
12148 doesn't work well.
12149 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12150 the gdb README. Add xrefs to places where the support for the various
12151 languages is described in detail.
12152
12153 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12154
12155 * stabs.texinfo: Clean up stuff about visibility and virtual
12156 characters.
12157
12158 * stabs.texinfo (N_M2C): Cite Sun doc.
12159
12160 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12161
12162 * gdb.texinfo: updates re threads.
12163 * remote.texinfo: avoid index entries starting with digits.
12164
12165 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12166
12167 * stabs.texinfo (Enumerations): Talk about large, negative and
12168 octal values. Clean up cross reference to type attributes.
12169 (String Field): Say that GDB 4.11 supports size attribute.
12170
12171 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12172
12173 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12174 is a mandatory step. Make the stuff about that more concise.
12175
12176 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12177
12178 * stabs.texinfo (Class Names): New node.
12179
12180 * gdb.texinfo (Command Files): Explain order of init file reading.
12181
12182 * remote.texi (Bootstrapping): Talk about getting the serial driver
12183 to deal with ^C sent by gdb to stop the remote system.
12184
12185 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12186
12187 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12188
12189 * libgdb.texinfo (Defining Commands): made the DOC arg
12190 to gdb_define_app_command a char * instead of char **
12191 per a suggestion from kingdon.
12192
12193 * libgdb.texinfo: total rewrite from a different starting
12194 premise.
12195
12196 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12197
12198 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12199 floats passed as doubles (to improve clarity).
12200
12201 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12202
12203 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12204
12205 * a4rc.sed: update to work with Andreas Vogel papersize params
12206
12207 * refcard.tex: use Andreas Vogel simplifications of papersize
12208 params; remove useless version info; update copyright date.
12209
12210 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12211
12212 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12213
12214 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12215
12216 * gdb.texinfo (Files): Say what address the load command loads it at.
12217
12218 * stabs.texinfo (Common Blocks): Minor cleanups.
12219
12220 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12221 that Sun has backed away from the linker kludge and thus the relevant
12222 issue is changes to the SunPRO tools, not the Solaris linker.
12223
12224 * stabs.texinfo (Traditional Integer Types): Clean up description
12225 of octal bounds a little bit. Document extra leading zeroes.
12226
12227 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12228
12229 * gdb.texinfo (Signaling): Update for symbolic symbol names
12230 and add a section explaining the difference between the GDB
12231 signal command and the shell kill utility.
12232
12233 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12234
12235 * libgdb.texinfo: added `@' to braces that were unescaped.
12236
12237 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12238
12239 * libgdb.texinfo: new file. Spec for the gdb library.
12240
12241 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12242
12243 * stabs.texinfo (Include Files): Fix typo (start -> end).
12244
12245 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12246
12247 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12248 from Melissa at FSF's editing pass.
12249
12250 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12251
12252 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12253 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12254 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12255
12256 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12257
12258 * remote.texi (Bootstrapping): Discuss 386 call gates.
12259
12260 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12261
12262 * stabs.texinfo (Based Variables): New node.
12263
12264 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12265
12266 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12267 names, sizes, and formats to suggest how not to lose.
12268
12269 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12270
12271 * stabs.texinfo (Methods): Fix typo.
12272
12273 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12274
12275 * gdb.texinfo: Fix a few typos.
12276
12277 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12278
12279 * gdb.texinfo: Clarify how well it works with Fortran.
12280
12281 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12282 More on relocating stabs in ELF files.
12283
12284 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12285
12286 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12287
12288 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12289
12290 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12291 parameters on VAX.
12292
12293 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12294
12295 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12296
12297 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12298
12299 * stabs.texinfo: Make info author notice match the TeX author notice.
12300
12301 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12302
12303 * stabs.texinfo: Initial-caps all words in node names and
12304 non-trivial words in section names.
12305
12306 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12307
12308 * stabs.texinfo: Many minor cleanups.
12309
12310 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12311
12312 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12313
12314 * stabs.texinfo: Remove full description of big example.
12315 It's not really helpful; just use pieces of it where appropriate.
12316 Add more Texinfo formatting directives (@samp, etc.).
12317 Use @deffn to define stab types.
12318 Eliminate some wordiness. Break up some nodes.
12319 Add an (alphabetized) index of symbol types.
12320 Use consistent capitalization style in node and section names.
12321
12322 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12323
12324 * gdb.texinfo: Change typo "Two two" to "The two".
12325
12326 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12327
12328 * stabs.texinfo (XCOFF-differences): Remove references to
12329 non-existent types N_DECL and N_RPSYM.
12330
12331 * stabs.texinfo (String Field): Say that type attributes bug is
12332 fixed in GDB 4.10, since it is.
12333
12334 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12335
12336 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12337
12338 * stabs.texinfo: Formatting cleanups.
12339
12340 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12341
12342 * stabs.texinfo: When explaining the n_type of a stab, standardize
12343 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12344 no tabs, use @r).
12345 (Global Variables): Clean up.
12346
12347 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12348
12349 * stabs.texinfo (Stack Variables): Re-write.
12350
12351 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12352
12353 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12354 addresses of a source file. Also revise formatting.
12355 Change "object module" or "object file" to "source file".
12356 Various: Miscellaneous cleanups.
12357
12358 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12359
12360 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12361
12362 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12363
12364 * gdbint.texinfo: Removed many nonsensical machine-collected
12365 host and target conditionals, described some of the remainder.
12366
12367 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12368
12369 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12370
12371 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12372 paragraph which follows.
12373
12374 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12375 variables. Looks better and avoids overful hbox.
12376
12377 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12378
12379 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12380
12381 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12382
12383 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12384 retransmit-timeout
12385
12386 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12387
12388 * gdbint.texinfo: Update statement about `some ancient Unix
12389 systems, like Ultrix 4.0' to Ultrix 4.2.
12390
12391 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12392
12393 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12394
12395 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12396
12397 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12398 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12399
12400 * remote.texi: new name for former gdbinv-s.texi
12401
12402 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12403
12404 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12405
12406 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12407 variables for MIPS remote debugging protocol.
12408
12409 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12410
12411 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12412
12413 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12414
12415 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12416
12417 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12418
12419 * gdb.texinfo: repair conditional bugs in text markup
12420
12421 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12422
12423 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12424 to select Modula-2 material.
12425
12426 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12427
12428 * stabs.texinfo: Cleanups regarding statics.
12429
12430 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12431 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12432
12433 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12434
12435 * stabs.texinfo: N_MAIN is sometimes used for C.
12436
12437 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12438
12439 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12440
12441 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12442
12443 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12444 removed from the code by Kingdon.
12445
12446 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12447
12448 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12449 input when evaluating breakpoint conditions; the bug has been fixed.
12450
12451 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12452 sets the ignore count to N-1, not to N.
12453
12454 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12455
12456 * refcard.tex (\hoffset): correct longstanding error to match
12457 intended offset; avoids cutting off edge on some printers
12458
12459 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12460
12461 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12462
12463 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12464
12465 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12466
12467 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12468
12469 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12470 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12471 collect sed edits if any, apply to refcard before formatting;
12472 (refcard.ps) stop implying PS fonts if PS output requested;
12473 (lrefcard.ps) delete extra target for variant PS fonts
12474
12475 * refcard.tex: parametrize papersize dependent info, collect
12476 in easily replaced spot
12477
12478 * a4rc.sed: new file, edits to refcard for A4 paper
12479
12480 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12481
12482 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12483
12484 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12485
12486 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12487
12488 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12489
12490 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12491 politely rather than rudely.
12492
12493 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12494
12495 * stabs.texinfo: Document common blocks.
12496
12497 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12498
12499 * stabs.texinfo: Add some basic info about stabs-in-elf.
12500
12501 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12502
12503 * stabs.texinfo (Top): Minor cleanup.
12504
12505 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12506
12507 * Makefile.in (install-info): remove parentdir support
12508
12509 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12510
12511 * gdb.texinfo (Copying): delete this node and references to it;
12512 RMS says this manual need not carry GPL. (passim): Improvements
12513 from last round at FSF, largely due to Ian Taylor review, and
12514 minor formatting improvements.
12515
12516 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12517 largely due to Ian Taylor review. (Debug Session): minor edits to
12518 new text.
12519
12520 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12521
12522 * Makefile.in (realclean): Remove info and dvi files too.
12523
12524 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12525
12526 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12527 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12528 * gdb.texinfo: Change accordingly.
12529
12530 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12531 N_{L,R}BRAC,N_SLINE are relative to.
12532
12533 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12534
12535 * Makefile.in (GDBvn.texi): Update atomically.
12536
12537 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12538
12539 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12540
12541 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12542
12543 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12544 addresses together. Also motivate the set print symbol-filename
12545 command and suggest other solutions.
12546
12547 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12548
12549 * gdb.texinfo (set print elements): Note that the number of
12550 elements is set to unlimited by "set print elements 0".
12551
12552 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12553
12554 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12555 NF_LDOUBLE means.
12556 (Stab Types): Include Solaris stab types.
12557 (Procedures): Document Solaris extensions.
12558
12559 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12560
12561 * gdb.texinfo: Add `set print symbol-filename' doc.
12562
12563 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12564
12565 * stabs.texinfo (Arrays): Talk about type definition vs. type
12566 information.
12567
12568 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12569 the trailing semicolon.
12570
12571 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12572
12573 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12574 and merge in other parts of the document addressing these subjects.
12575 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12576
12577 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12578 at the end of a range type.
12579
12580 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12581 AIX extensions.
12582
12583 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12584
12585 * stabs.texinfo (Stabs Format): Misc fixes.
12586
12587 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12588
12589 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12590 (Traditional builtin types): Document convex convention for long long.
12591 (Negative builtin types): Discuss type names, and misc fixes.
12592
12593 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12594
12595 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12596 point types used with @samp{R} type descriptor.
12597 (Symbol Descriptors): Describe how to handle conflict between
12598 different meanings of @samp{P} symbol descriptor.
12599
12600 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12601
12602 * stabs.texinfo: Remove node Quick Reference and put its children
12603 directly under the main menu.
12604
12605 * stabs.texinfo: Many more changes to bring it into line with
12606 AIX documentation and reality. I think it now has all the
12607 information from the AIX documentation, except that I burned
12608 out when I got to variant records (Pascal and Modula-2) and
12609 all the COBOL types. Oh well, we can add them later when we're
12610 worrying more about those languages.
12611
12612 * stabs.texinfo (Automatic variables): Talk about what it means
12613 to omit the symbol descriptor.
12614
12615 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12616
12617 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12618 gcc2 behavior with promoted args.
12619
12620 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12621
12622 * gdb.texinfo: include readline appendices in info version of manual
12623
12624 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12625
12626 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12627 target remote.
12628
12629 * gdb.texinfo (Machine Code): more index entries for disassemble
12630
12631 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12632
12633 * Clarify the intended use of the gdb-testers and gdb-patches
12634 mailing lists, and shrink gzip comment.
12635
12636 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12637
12638 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12639 DOSHOST configuration of manual.
12640
12641 * gdb.texinfo (MIPS Stack): new node.
12642
12643 * all-config.texi (MIPS) new switch.
12644
12645 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12646 tense; (MIPS Remote) new node.
12647
12648 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12649 bug; (Environment) less passive, other small cleanups in text about
12650 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12651 (Remote) new MIPS Remote menu entry.
12652
12653 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12654
12655 * stabs.texinfo: Many changes to include information from the
12656 AIX documentation.
12657
12658 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12659
12660 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12661
12662 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12663 Move a bunch of information from ../README.
12664 (Getting Started): New node.
12665
12666 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12667
12668 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12669
12670 * gdb.texinfo: advance manual revision dates to present
12671
12672 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12673 stop using silly Roman numerals in @set variable names
12674
12675 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12676
12677 * stabs.texinfo (Parameters): Keep trying to get this right.
12678
12679 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12680
12681 * stabs.texinfo (Parameters): More on "local parameters".
12682
12683 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12684
12685 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12686
12687 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12688
12689 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12690 (Parameters): Rewrite.
12691 (xcoff-differences, Sun-differences): Minor changes.
12692
12693 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12694
12695 * stabs.texinfo: Minor cleanup.
12696
12697 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12698
12699 * gdbint.texinfo: Minor xcoff stuff.
12700
12701 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12702
12703 * gdbint.texinfo: Update for new config directory structure.
12704 Add info about internal type data structures.
12705
12706 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12707
12708 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12709 $(srcdir).
12710 (gdb-config.texi): Depend on file in $(srcdir).
12711
12712 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12713
12714 * stabs.texinfo: Fixes about N_SO.
12715
12716 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12717
12718 * gdb.texinfo: include list of nonstandard init file names
12719
12720 * *-config.texi: new switch GENERIC for text that applies *only*
12721 to (usual) multiple-target version of manual
12722
12723 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12724 h8 config
12725
12726 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12727 in menus (rather than conditionally selected multiple alternative
12728 menus).
12729
12730 * Makefile.in: define and use DOC_CONFIG var to select
12731 configuration for GDB user manual.
12732
12733 * gdb-config.texi: delete from repository, generate from Makefile.
12734
12735 * all-config.texi: normal `generic' configuration file, formerly
12736 stored as gdb-config.texi
12737
12738 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12739
12740 * Makefile.in: add dvi target to build all .dvi files
12741
12742 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12743
12744 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12745
12746 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12747
12748 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12749 host conditionals.
12750 * stabs.texinfo: More array fixes inspired by Jim's.
12751
12752 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12753
12754 * stabs.texinfo: Fixes re arrays and continuations.
12755
12756 * gdbint.texinfo: Add XCOFF node.
12757
12758 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12759
12760 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12761
12762 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12763
12764 * stabs.texinfo: Fix for array types to mention lower bounds.
12765
12766 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12767
12768 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12769
12770 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12771
12772 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12773
12774 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12775
12776 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12777 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12778
12779 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12780
12781 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12782
12783 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12784
12785 * gdb.texinfo, gdbinv-s.texi: misc updates
12786
12787 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12788
12789 * gdbint.texinfo: Brief documentation for longjmp support,
12790 from an email msg by Stu.
12791
12792 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12793
12794 * stabs.texinfo: Fix description of floating point "range"
12795 types (which really define basic types). Reported by Jim Meehan,
12796 <meehan@src.dec.com>.
12797
12798 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12799
12800 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12801
12802 * gdbint.texinfo: Slightly expand section on supporting a new
12803 object file format.
12804
12805 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12806
12807 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12808 intermediate file.
12809
12810 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12811
12812 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12813
12814 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12815
12816 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12817
12818 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12819 as well as Z8002.
12820
12821 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12822
12823 * gdbint.texinfo: Add sections on clean design and on how to send
12824 in changes.
12825
12826 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12827
12828 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12829
12830 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12831
12832 * gdb.texinfo: Fix typo, reported by Karl Berry.
12833
12834 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12835
12836 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12837
12838 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12839
12840 * gdbint.texinfo: fixed a stray email address (needs @@),
12841 added @table @code to node "Native Conditionals"
12842
12843 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12844
12845 * gdbint.texinfo: Describe coding style of GDB.
12846
12847 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12848
12849 * stabs.texinfo: Minor wording changes.
12850
12851 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12852
12853 * gdbint.texinfo: Improve release doc slightly.
12854
12855 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12856
12857 * gdbint.texinfo: Improve doc of GDB config macros.
12858
12859 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12860
12861 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12862 These will be reinserted when examined.
12863
12864 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12865
12866 * gdbint.texinfo: Make a start at documenting all the #if macros
12867 in GDB. At least list them all, and start separating them into
12868 host-specific and target-specific.
12869
12870 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12871
12872 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12873 examples (not consistent w others).
12874 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12875 for generic vn of doc
12876
12877 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12878
12879 * Makefile.in: always create installation directories.
12880
12881 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12882
12883 * gdb.texinfo: in h8 config, do not describe searching commands.
12884
12885 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12886
12887 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12888 conditionals; introduce a few generic switches that may be
12889 useful for other cross-dev or dos-hosted configs.
12890
12891 * gdb.texinfo: fix typo in "info reg" description
12892
12893 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12894
12895 * stabs.texinfo: Minor updates from running TeX over it.
12896 * Makefile.in (stabs.dvi, stabs.ps): Add.
12897
12898 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12899
12900 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12901 First pass at converting it to texinfo.
12902
12903 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12904
12905 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12906 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12907
12908 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12909
12910 * gdbint.texinfo: Add section on partial symbol tables.
12911
12912 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12913
12914 * gdb.texinfo: document `set remotedebug' and `set
12915 rstack_high_address'.
12916
12917 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12918
12919 * gdb.texinfo: slight expansion of new text on reading info files
12920 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12921 H8/300 from DOS.
12922
12923 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12924
12925 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12926
12927 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12928
12929 * gdb.texinfo: Say how to read the `info' files.
12930
12931 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12932
12933 * Makefile.in: gm4 -> m4.
12934
12935 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12936
12937 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12938 Documentation' ahead of `Installing GDB' to match README.
12939 Update shared library doc, -readnow and -mapped, and directory
12940 structure (add glob and mmalloc). Update configure doc.
12941
12942 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12943
12944 * Makefile.in: remove $(srcdir) from gdb.info rule.
12945
12946 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12947
12948 * Makefile.in: commented out gdb-all.texinfo rule. This is
12949 temporary.
12950
12951 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12952
12953 * Makefile.in, configure.in: removed traces of namesubdir,
12954 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12955 copyrights to '92, '13, changed some from Cygnus to FSF.
12956
12957 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12958
12959 * gdb.texinfo: Improve how we ask for bug reports.
12960
12961 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12962
12963 * Makefile.in: infodir belongs in datadir.
12964
12965 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12966
12967 * Makefile.in: remove spaces following hyphens, bsd make can't
12968 cope. install using INSTALL_DATA. added clean-info. added
12969 standards.text support.
12970
12971 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12972
12973 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12974 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12975 and mandir now keyed off datadir by default.
12976
12977 \f
12978 Local Variables:
12979 mode: change-log
12980 left-margin: 8
12981 fill-column: 74
12982 version-control: never
12983 coding: utf-8
12984 End:
This page took 0.306715 seconds and 5 git commands to generate.