Document "info exceptions" and "-info-ada-exception" new commands.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
4 (Ada Exceptions): New node.
5 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
6 Commands" node.
7 (GDB/MI Ada Exceptions Commands): New node.
8 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
9 field in the output of the "-list-features" command.
10 * NEWS: Add entry for the new "info exceptions" CLI command,
11 and for the new "-info-ada-exceptions" GDB/MI command.
12
13 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
14
15 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
16 (Line Tables In Python): New node.
17
18 2013-11-08 Doug Evans <dje@google.com>
19
20 * gdb.texinfo (Debugging Output): Update text for
21 "set debug dwarf2-read".
22
23 2013-11-08 Doug Evans <dje@google.com>
24
25 * gdb.texinfo (Debugging Output): Update text for
26 "set debug symtab-create".
27
28 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
29
30 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
31 constant.
32
33 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
34
35 * gdb.texinfo (Breakpoints In Python): Document temporary
36 option in breakpoint constructor, and add documentation to the
37 temporary attribute.
38
39 2013-11-07 Yao Qi <yao@codesourcery.com>
40
41 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
42 output of "-var-info-expression".
43
44 2013-11-06 Pedro Alves <palves@redhat.com>
45
46 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
47 non-interactive mode.
48 (Environment) <shell startup files warning>: Mention
49 non-interactive mode. Mention .zshenv for Z shell, and talk about
50 BASH_ENV instead of .bashrc for BASH.
51
52 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
53
54 * gdb.texinfo (Commands to Specify Files): Add description
55 of the remove-symbol-file command.
56 * observer.texi: New free_objfile event
57
58 2013-10-24 Pedro Alves <palves@redhat.com>
59
60 * gdb.texinfo (Starting): Document set/show startup-with-shell.
61
62 2013-10-11 Joel Brobecker <brobecker@adacore.com>
63
64 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
65 New subsection inside which the "-catch-load" and "-catch-unload"
66 commands documentation is now placed.
67 (Ada Exception GDB/MI Catchpoint Commands): New subsection
68 documenting the "-catch-assert" and "-catch-exception" new
69 GDB/MI commands.
70
71 2013-10-10 Joel Brobecker <brobecker@adacore.com>
72
73 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
74
75 2013-10-10 Joel Brobecker <brobecker@adacore.com>
76
77 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
78 serial baud".
79 (Remote Configuration): Replace "set remotebaud" by "set serial
80 baud". Replace "show remotebaud" by "show serial baud".
81
82 2013-10-07 Pedro Alves <palves@redhat.com>
83
84 PR breakpoints/11568
85 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
86 when the thread is removed from the thread list.
87
88 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
89
90 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
91 Update entry for $_exitcode.
92
93 2013-10-04 Joel Brobecker <brobecker@adacore.com>
94
95 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
96 new "--start" option.
97
98 2013-10-02 Pedro Alves <palves@redhat.com>
99
100 * gdb.texinfo (Registers): Expand description of saved registers
101 in frames. Explain <not saved>.
102
103 2013-09-25 Doug Evans <dje@google.com>
104
105 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
106
107 2013-09-16 Stan Shebs <stan@codesourcery.com>
108
109 Remove the internals manual gdbint.texinfo.
110 * Makefile.in (INFO_DEPS): Remove gdbint.info.
111 (PDFFILES): Remove gdbint.pdf.
112 (HTMLFILES): Remove gdbint/index.html.
113 (HTMLFILES_INSTALL): Remove gdbint.
114 (GDBINT_DOC_FILES): Remove.
115 (dvi): Remove gdbint.dvi.
116 (ps): Remove gdbint.ps.
117 * gdbint.texinfo: Remove file.
118 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
119
120 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
121
122 * gdb.texinfo (Convenience Functions): Mention new convenience
123 function $_isvoid.
124
125 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
126
127 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
128 (Standard Target Features): Add new node to menu.
129 (S/390 and System z Features): New node.
130
131 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
132
133 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
134 -list-target-features in the example.
135
136 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
137
138 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
139 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
140
141 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
142
143 Sync documentation with gdb.base/gnu-debugdata.exp.
144 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
145
146 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
147
148 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
149
150 2013-08-27 Pedro Alves <pedro@codesourcery.com>
151 Yao Qi <yao@codesourcery.com>
152
153 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
154 Document new --skip-unavailable option.
155 <-stack-list-variables>: Document new --skip-unavailable option.
156
157 2013-08-26 Doug Evans <dje@google.com>
158
159 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
160 an optional regexp.
161
162 2013-08-13 Tom Tromey <tromey@redhat.com>
163
164 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
165 Document GDB_PARALLEL and GDB_INOTIFY.
166
167 2013-08-09 Stan Shebs <stan@codesourcery.com>
168
169 * LRS: Remove file, describes a long-abandoned live-range
170 splitting extension to stabs.
171
172 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
173
174 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
175
176 2013-07-17 Doug Evans <dje@google.com>
177
178 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
179
180 2013-07-02 Tom Tromey <tromey@redhat.com>
181
182 * gdb.texinfo (Target Commands): Don't mention "target nrom".
183
184 2013-06-28 Tom Tromey <tromey@redhat.com>
185
186 * Makefile.in (version.subst): Use version.in, not
187 common/version.in.
188 * gdbint.texinfo (Versions and Branches, Releasing GDB):
189 Likewise.
190
191 2013-06-27 Pedro Alves <palves@redhat.com>
192
193 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
194 dynamic symbol resolution code>: New section, based on infrun.c
195 comment.
196
197 2013-06-26 Tom Tromey <tromey@redhat.com>
198
199 * gdbint.texinfo (Versions and Branches): Use common/version.in.
200 Update.
201 (Releasing GDB): Likewise.
202
203 2013-06-26 Pedro Alves <pedro@codesourcery.com>
204 Yao Qi <yao@codesourcery.com>
205
206 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
207 -trace-frame-collected.
208
209 2013-06-26 Pedro Alves <pedro@codesourcery.com>
210
211 * gdb.texinfo (Traceframe Info Format): Document tvar element
212 and its attributes.
213
214 2013-06-25 Yao Qi <yao@codesourcery.com>
215
216 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
217
218 2013-06-24 Tom Tromey <tromey@redhat.com>
219
220 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
221 (GDBvn.texi): Use version.subst.
222 (version.subst): New target.
223 (mostlyclean): Remove version.subst.
224
225 2013-06-20 Pedro Alves <pedro@codesourcery.com>
226
227 * gdb.texinfo (GDB/MI Data Manipulation)
228 <-data-list-register-values>: Document the --skip-unavailable
229 option.
230
231 2013-06-07 Yao Qi <yao@codesourcery.com>
232
233 * gdb.texinfo (Symbols): Add kindex and cindex for
234 'maint print msymbols'.
235
236 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
237
238 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
239 response field name (thread-group to inferior).
240
241 2013-06-04 Gary Benson <gbenson@redhat.com>
242
243 * gdb.texinfo (General Query Packets/qSupported): Added
244 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
245 to the table of currently defined stub features.
246 Added a more detailed entry for "augmented-libraries-svr4-read".
247 (General Query Packets/qXfer:libraries-svr4:read): Documented
248 the augmented form of this packet.
249
250 2013-05-23 Joel Brobecker <brobecker@adacore.com>
251
252 * gdb.texinfo (System-wide Configuration Scripts): Renames
253 "Installed System-wide Configuration Scripts". Add associated
254 @menu block.
255
256 2013-05-23 Yao Qi <yao@codesourcery.com>
257 Pedro Alves <palves@redhat.com>
258
259 * gdb.texinfo (Packets): Document 'vCont;r'.
260 (Continuing and Stepping): Document target-assisted range
261 stepping, and the 'set range-stepping' and 'show range-stepping'
262 commands.
263
264 2013-05-23 Joel Brobecker <brobecker@adacore.com>
265
266 * gdb.texinfo (Installed System-wide Configuration Scripts):
267 Add subsection describing the scripts now available under
268 the data-dir's system-gdbbinit subdirectory.
269 * NEWS: Add entry announcing the availability of system-wide
270 configuration scripts for ElinOS and Wind River Linux.
271
272 2013-05-21 Hui Zhu <hui@codesourcery.com>
273
274 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
275 "-dprintf-insert" command.
276
277 2013-05-17 Doug Evans <dje@google.com>
278
279 * gdb.texinfo (Maintenance Commands): Update doc for
280 "maint check-psymtabs". Add doc for "maint check-symtabs",
281 "maint expand-symtabs".
282
283 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
284
285 * gdb.texinfo (Process Record and Replay): Document the
286 "record goto" command and its sub-commands.
287
288 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
289
290 * gdb.texinfo (Backtrace): Add "no-filter" argument.
291 (Python API): Add Frame Filters API, Frame Wrapper API,
292 Writing a Frame Filter/Wrapper, Managing Management of Frame
293 Filters chapter entries.
294 (Frame Filters API): New Node.
295 (Frame Wrapper API): New Node.
296 (Writing a Frame Filter): New Node.
297 (Managing Frame Filters): New Node.
298 (Progspaces In Python): Add note about frame_filters attribute.
299 (Objfiles in Python): Ditto.
300 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
301 @anchors and --no-frame-filters option to -stack-list-variables,
302 -stack-list-frames, -stack-list-locals and -stack-list-arguments
303 commands.
304
305 2013-05-08 Joel Brobecker <brobecker@adacore.com>
306
307 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
308 Support" subsection documenting the XML format used to transfer
309 shared library info on AIX.
310
311 2013-05-08 Joel Brobecker <brobecker@adacore.com>
312
313 * gdb.texinfo (Debugging Output): Add documentation of
314 "set debug aix-solib" and "show debug aix-solib" commands.
315
316 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
317
318 * gdb.texinfo (Nios II): New section.
319 (Nios II Features): New section.
320
321 2013-05-06 Joel Brobecker <brobecker@adacore.com>
322
323 * gdbint.texinfo (Algorithms): Remove entries documenting
324 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
325 SOLIB_CREATE_INFERIOR_HOOK.
326
327 2013-04-29 Tom Tromey <tromey@redhat.com>
328
329 PR python/14204:
330 * gdb.texinfo (Python API): Fix menu entry.
331 (Blocks In Python): Fix subsubsection text. Rewrite intro.
332 Define global and static block. Add example. Clarify
333 block relationship for inline functions.
334
335 2013-04-29 Tom Tromey <tromey@redhat.com>
336
337 * gdb.texinfo (Python API): Mention Python help and keyword
338 arguments. Move pagination text to Basic Python.
339 (Basic Python): Put pagination text here. Document
340 close-on-exec, SIGCHLD, and SIGINT.
341
342 2013-04-19 Pedro Alves <palves@redhat.com>
343
344 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
345 "signedness" instead of "signness".
346
347 2013-04-19 Pedro Alves <palves@redhat.com>
348
349 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
350 -Wno-pointer-sign text with text on -Wpointer-sign.
351
352 2013-04-16 Tom Tromey <tromey@redhat.com>
353
354 * gdb.texinfo (Set Catchpoints): Mention earliest version of
355 GCC that has the SDT probe points.
356
357 2013-04-15 Tom Tromey <tromey@redhat.com>
358
359 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
360 exception catchpoints.
361
362 2013-04-15 Tom Tromey <tromey@redhat.com>
363
364 * gdb.texinfo (Set Catchpoints): Document $_exception.
365 (Convenience Vars): Mention $_exception.
366
367 2013-04-15 Tom Tromey <tromey@redhat.com>
368
369 * gdb.texinfo (Set Catchpoints): Reorganize exception
370 catchpoints. Document "catch rethrow".
371 (Debugging C Plus Plus): Mention "catch rethrow".
372
373 2013-04-15 Tom Tromey <tromey@redhat.com>
374
375 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
376
377 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
378 Eli Zaretskii <eliz@gnu.org>
379
380 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
381 line below the sample output.
382
383 2013-04-12 Eli Zaretskii <eliz@gnu.org>
384
385 * gdb.texinfo (Mode Options): Document '-configuration'.
386 (Help): Document "show configuration".
387 (Bug Reporting): Add requirements to include the configuration
388 details in bug reports.
389
390 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
391
392 * Makefile.in (MAN1S): Add gcore.1.
393 Remove "Host, target, and site specific Makefile fragments" comment.
394 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
395 (install-man1, uninstall-man1): Conditionalize gcore.1.
396 (gcore.1): New.
397 * gdb.texinfo (Man Pages): Add gcore man.
398 (gcore man): New node.
399
400 2013-04-10 Pedro Alves <palves@redhat.com>
401
402 * gdb.texinfo (Process Record and Replay): Document that "set
403 record full insn-number-max", "set record
404 instruction-history-size" and "set record
405 function-call-history-size" accept "unlimited".
406 (Backtrace): Document that "set backtrace limit" accepts
407 "unlimited".
408 (List): Document that "set listsize" accepts "unlimited".
409 (Print Settings)" Document that "set print max-symbolic-offset",
410 "set print elements" and "set print repeats" accept "unlimited".
411 (Starting and Stopping Trace Experiments): Document that "set
412 trace-buffer-size" accepts "unlimited".
413 (Remote Configuration): Document that "set tcp connect-timeout"
414 accepts "unlimited".
415 (Command History): Document that "set history size" accepts
416 "unlimited".
417 (Screen Size): Document that "set height" and "set width" accepts
418 "unlimited". Adjust "set pagination"'s description to suggest
419 "set height unlimited" instead of "set height 0".
420
421 2013-04-10 Yao Qi <yao@codesourcery.com>
422
423 * gdb.texinfo (Trace Files): Add "target ctf".
424
425 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
428
429 * Makefile.in (install-man1, install-man5, uninstall-man1)
430 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
431
432 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
433
434 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
435 Eli Zaretskii <eliz@gnu.org>
436
437 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
438 parameters order. Remove "On some targets" for --attach. Document the
439 --multi parameter and extended-remote command. Document all the
440 options.
441
442 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
443
444 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
445 the list of supported languages.
446
447 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 Convert man pages to texinfo, new gdbinit.5 texinfo page.
450 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
451 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
452 (diststuff): Add man.
453 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
454 (uninstall-man5): New.
455 (STAGESTUFF): Add *.1 and *.5.
456 (GDBvn.texi): Add SYSTEM_GDBINIT.
457 (gdb.1, gdbserver.1, gdbinit.5): New.
458 (maintainer-clean realclean): Add $(MANS).
459 (install): Add install-man.
460 (uninstall): Add uninstall-man.
461 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
462 (@copying): Wrap it by @c man begin COPYRIGHT.
463 (Top): Add Man Pages.
464 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
465
466 2013-04-02 Pedro Alves <palves@redhat.com>
467
468 * gdb.texinfo (Debugging Output): Document "set/show debug
469 aarch64", "set/show debug coff-pe-read" and "set/show debug
470 mach-o".
471
472 2013-04-02 Pedro Alves <palves@redhat.com>
473
474 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
475 table>: Add entry for "trace-buffer-size".
476
477 2013-03-28 Pedro Alves <palves@redhat.com>
478
479 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
480 table>: Add entry for "trace-status".
481
482 2013-03-28 Eli Zaretskii <eliz@gnu.org>
483
484 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
485 @bullet", which is invalid (makeinfo 5.1 barfs).
486
487 2013-03-28 Pedro Alves <palves@redhat.com>
488
489 PR gdb/15294
490
491 * gdb.texinfo (List) <set listsize>: Adjust to document that
492 listsize 0 means no limit, and remove mention of -1.
493
494 2013-03-22 Yao Qi <yao@codesourcery.com>
495
496 * gdb.texinfo (Embedded Processors): Remove menu item
497 "OpenRISC 1000".
498 (OpenRISC 1000): Remove.
499
500 2013-03-21 Doug Evans <dje@google.com>
501
502 * gdb.texinfo (Maintenance Commands): Add docs for
503 "mt set per-command {space,time,symtab} {on,off}".
504
505 2013-03-14 Hui Zhu <hui@codesourcery.com>
506 Yao Qi <yao@codesourcery.com>
507
508 * gdb.texinfo (Trace Files): Add "tsave -ctf".
509
510 2013-03-13 Keith Seitz <keiths@redhat.com>
511
512 * gdb.texinfo (Maintenance Commands): Add missing ')' for
513 "maint agent" reference to Dynamic printf.
514
515 2013-03-11 Eli Zaretskii <eliz@gnu.org>
516
517 * gdb.texinfo (General Query Packets): Don't use colon in index
518 entries visible to Info format.
519
520 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
521
522 * gdb.texinfo (Process Record and Replay): Document record
523 changes.
524
525 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
526
527 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
528 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
529 qXfer:btrace:read.
530
531 2013-03-09 Eli Zaretskii <eliz@gnu.org>
532
533 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
534 use colons in @anchor and @cindex entries.
535
536 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
537
538 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
539
540 2013-03-08 Stan Shebs <stan@codesourcery.com>
541 Hafiz Abid Qadeer <abidh@codesourcery.com>
542
543 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
544 trace-buffer-size set and show commands.
545 (Tracepoint Packets): Document QTBuffer:size.
546 (General Query Packets): Document QTBuffer:size.
547
548 2013-02-21 Tom Tromey <tromey@redhat.com>
549
550 * gdb.texinfo: Remove bad @syncodeindex.
551 (Values From Inferior, Types In Python, Inferiors In Python)
552 (Events In Python, Threads In Python, Frames In Python, Blocks In
553 Python, Symbols In Python, Symbol Tables In Python): Remove
554 @tables.
555 (Packets, General Query Packets, Tracepoint Packets)
556 (Host I/O Packets): Use @w{} for empty @item.
557
558 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
559
560 * gdb.texinfo (Architectures In Python): Add description about
561 the new method gdb.Architecture.disassemble.
562
563 2013-02-15 Pedro Alves <pedro@codesourcery.com>
564 Hafiz Abid Qadeer <abidh@codesourcery.com>
565
566 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
567 Document the "trace-file" field.
568
569 2013-02-07 Doug Evans <dje@google.com>
570
571 * gdb.texinfo (Machine Code): Clarify argument to disassemble
572 command.
573
574 2013-02-06 Yao Qi <yao@codesourcery.com>
575
576 * gdb.texinfo (GDB/MI Async Records): Document new MI
577 notification "=tsv-modified". Update the document of MI
578 notification "=tsv-created".
579 * observer.texi (GDB Observers): New observer tsv_modified.
580 Update observer tsv_created and tsv_delete.
581
582 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
583
584 * gdb.texinfo (AArch64 Features): New section; document
585 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
586 (Architectures): Add new AArch64 section to document AArch64
587 architecture specific commands.
588 (ABI): Add description of the new OS ABI "Newlib" and its influence
589 on the longjmp handling.
590
591 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
592 Jan Kratochvil <jan.kratochvil@redhat.com>
593
594 * gdb.texinfo (Backtrace): Added description of 'filename-display'
595 variable in 'set/show backtrace' section.
596
597 2013-01-31 Tom Tromey <tromey@redhat.com>
598
599 * gdb.texinfo (Target Commands): Fix typo.
600
601 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
602
603 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
604 describing the gdb.Architecture class.
605 (Frames In Python): Add description about the new method
606 gdb.Frame.architecture().
607
608 2013-01-23 Doug Evans <dje@google.com>
609
610 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
611
612 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
613
614 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
615 'thread-groups' field when printing a breakpoint in MI.
616
617 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
618 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
619 to reflect that jit-reader-load now supports absolute file-names.
620
621 2013-01-16 Tom Tromey <tromey@redhat.com>
622
623 * gdb.texinfo (Set Catchpoints): Document "catch signal".
624 (Signals): Likewise.
625
626 2013-01-16 Tom Tromey <tromey@redhat.com>
627
628 * gdb.texinfo (GDB/MI Breakpoint Information): Document
629 "catch-type" field.
630 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
631
632 2013-01-07 Tom Tromey <tromey@redhat.com>
633
634 * gdb.texinfo (Mode Options): Don't mention -epoch.
635 (Data, Emacs): Remove obsolete comments.
636
637 2013-01-02 Tom Tromey <tromey@redhat.com>
638
639 * gdb.texinfo (GDB/MI Output Records): Update menu.
640 (GDB/MI Breakpoint Information): New node.
641 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
642 <-break-insert>: Likewise.
643
644 2012-12-31 Yao Qi <yao@codesourcery.com>
645
646 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
647 (Packets): Move "vStopped" packet to ...
648 (Notification Packets): ... here. Describe the components
649 of notification. Add a table of supported notifications.
650 Add an example on the process of he async notification.
651
652 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
653
654 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
655 present.
656 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
657 fullname output always present.
658
659 2012-12-23 Pierre Muller <muller@sourceware.org>
660
661 * gdbint.texinfo (Function prototypes): Require use of "extern"
662 modifier for function prototypes in headers.
663
664 2012-12-19 Joel Brobecker <brobecker@adacore.com>
665
666 * refcard.tex: Update copyright notice to GPL v3 or later.
667 Update contact info.
668
669 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
670
671 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
672
673 2012-12-15 Yao Qi <yao@codesourcery.com>
674
675 * gdb.texinfo (Debugging Output): Document 'set debug
676 notification' and 'show debug notification'.
677
678 2012-12-15 Yao Qi <yao@codesourcery.com>
679
680 * gdb.texinfo (Listing Tracepoints): New item and example about
681 'installed on target' output.
682 Add more in the example about 'installed on target'.
683 (GDB/MI Breakpoint Commands): Doc about 'installed field.
684
685 2012-12-14 Tom Tromey <tromey@redhat.com>
686
687 * gdb.texinfo (SVR4 Process Information): Mention core files.
688
689 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
690
691 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
692
693 2012-12-11 Pedro Alves <palves@redhat.com>
694
695 * gdb.texinfo: Remove all mentions of Unixware throughout.
696
697 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
698
699 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
700
701 2012-11-29 Tom Tromey <tromey@redhat.com>
702
703 * gdb.texinfo (SVR4 Process Information): Document missing
704 "info proc" subcommands.
705
706 2012-11-29 Yao Qi <yao@codesourcery.com>
707
708 PR gdb/1477.
709 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
710 to 'auto' instead of 'gnu'.
711
712 2012-11-26 Tom Tromey <tromey@redhat.com>
713
714 * gdb.texinfo (MiniDebugInfo): New node.
715 (GDB Files): Update.
716
717 2012-11-16 Doug Evans <dje@google.com>
718
719 * gdb.texinfo (System-wide configuration): If the system-wide init
720 file lives in the data-directory, and --data-directory is provided,
721 look for it there.
722
723 2012-11-15 Tom Tromey <tromey@redhat.com>
724
725 * gdb.texinfo (Signaling): Fix typo.
726
727 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
728
729 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
730 parameter "count" of -data-write-memory-bytes, and add an example.
731
732 2012-11-12 Tom Tromey <tromey@redhat.com>
733
734 * gdb.texinfo (Symbols): Document "info type-printers",
735 "enable type-printer" and "disable type-printer".
736 (Python API): Add new node to menu.
737 (Type Printing API): New node.
738 (Progspaces In Python): Document type_printers field.
739 (Objfiles In Python): Likewise.
740 (gdb.types) <get_type_recognizers, apply_type_recognizers,
741 register_type_printer, TypePrinter>: Document.
742
743 2012-11-12 Tom Tromey <tromey@redhat.com>
744
745 * gdb.texinfo (Symbols): Document "set print type methods",
746 "set print type typedefs", and flags to ptype and whatis.
747
748 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
749
750 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
751 the example -data-disassemble output. Extend the description of
752 the -data-disassemble results to document all fields. Document
753 the cli disassemble command as being related to -data-disassemble.
754
755 2012-11-09 Yao Qi <yao@codesourcery.com>
756
757 PR gdb/14777.
758 * gdb.texinfo (OS Information): Remove doc on command
759 'info udot'.
760
761 2012-11-08 Joel Brobecker <brobecker@adacore.com>
762
763 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
764 gdb.ini warning for Windows port.
765
766 2012-11-08 Yao Qi <yao@codesourcery.com>
767
768 * gdb.texinfo (Search): Add kindex for 'fo'.
769
770 2012-11-05 Tom Tromey <tromey@redhat.com>
771
772 PR python/14802:
773 * gdb.texinfo (Functions In Python): Add example.
774
775 2012-11-03 Yao Qi <yao@codesourcery.com>
776
777 * observer.texi (GDB Observers): Remove observer
778 'tracepoint_modified', 'tracepoint_created' and
779 'tracepoint_deleted'.
780
781 2012-10-26 Tom Tromey <tromey@redhat.com>
782
783 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
784
785 2012-10-25 Tom Tromey <tromey@redhat.com>
786
787 * gdb.texinfo (General Query Packets): Use @itemx.
788
789 2012-10-17 Yao Qi <yao@codesourcery.com>
790
791 * observer.texi (GDB Observers): Update observer
792 'memory_changed'.
793 * gdb.texinfo (GDB/MI Async Records): Document for
794 "memory-changed" notification.
795
796 2012-10-15 Doug Evans <dje@google.com>
797
798 * gdb.texinfo (Mode Options): Document -nh.
799 Elaborate on docs for -nx.
800
801 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
802
803 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
804
805 2012-09-21 Yao Qi <yao@codesourcery.com>
806 Pedro Alves <palves@redhat.com>
807
808 * gdb.texinfo (GDB/MI Async Records): Document notification
809 'record-started' and 'record-stopped'.
810 * observer.texi (GDB Observers): New observer 'record-changed'.
811
812 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
813
814 * gdb.texinfo: Document the removal of SH's 'regs' command.
815
816 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
817
818 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
819
820 2012-09-18 Yao Qi <yao@codesourcery.com>
821
822 * gdb.texinfo (GDB/MI Async Records): Document new MI
823 notifications '=tsv-created' and '=tsv-deleted'.
824 * observer.texi (GDB Observers): New observer tsv_created and
825 tsv_deleted.
826
827 2012-09-18 Yao Qi <yao@codesourcery.com>
828
829 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
830 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
831 '=traceframe-changed'.
832
833 2012-09-17 Yao Qi <yao@codesourcery.com>
834
835 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
836 'set listsize'.
837
838 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
839 Eli Zaretskii <eliz@gnu.org>
840
841 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
842 encoding for gdbarch_breakpoint_from_pc, bp_addr for
843 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
844
845 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
846
847 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
848
849 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
850
851 Document how to return from "python-interactive" to GDB.
852 * gdb.texinfo (Python Commands): Update documentation.
853
854 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
855
856 Add a new "python-interactive" command that starts a standard
857 Python interactive prompt with "pi" as alias, and add "py" as
858 an alias to "python".
859 * gdb.texinfo (Python Commands): Document the new commands.
860
861 2012-08-22 Tom Tromey <tromey@redhat.com>
862
863 * gdbint.texinfo (Host Definition): Remove documentation for
864 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
865
866 2012-08-17 Keith Seitz <keiths@redhat.com>
867
868 PR c++/13356
869 * gdb.texinfo (Type and Range Checking): Remove warning.
870 Remove spurious commas.
871 Update text and examples for re-implementation of set/show
872 check type.
873 (C and C++ Type and Range Checks): Likewise.
874
875 2012-08-16 Yao Qi <yao@codesourcery.com>
876
877 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
878 is deprecated.
879
880 2012-08-13 Doug Evans <dje@google.com>
881
882 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
883 to include functions.
884
885 2012-08-10 Doug Evans <dje@google.com>
886
887 * gdb.texinfo (Convenience Funs): New node.
888 (Types In Python): Document Type.vector.
889
890 2012-08-09 Yao Qi <yao@codesourcery.com>
891
892 * observer.texi: New observer command_param_changed.
893 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
894
895 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
896
897 * gdbint.texinfo (Debugging GDB): In section
898 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
899 Mention also gdb-gdb.py.
900
901 2012-08-07 Yao Qi <yao@codesourcery.com>
902
903 Revert the folloing patch:
904 2012-08-06 Yao Qi <yao@codesourcery.com>
905 * gdb.texinfo (Remote Configuration): Add kindex for 'set
906 remote hardware-watchpoint-limit' and 'set
907 remote hardware-breakpoint-limit'.
908
909 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
910
911 * gdb.texinfo (Working Directory): Added information about new
912 default argument for 'cd' command.
913
914 2012-08-06 Yao Qi <yao@codesourcery.com>
915
916 * gdb.texinfo (Remote Configuration): Add kindex for 'set
917 remote hardware-watchpoint-limit' and 'set
918 remote hardware-breakpoint-limit'.
919
920 2012-08-06 Yao Qi <yao@codesourcery.com>
921
922 Fix PR14371.
923
924 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
925 '=breakpoint-deleted'.
926
927 2012-08-02 Yao Qi <yao@codesourcery.com>
928
929 * gdb.texinfo (Native): Remove node Neutrino.
930
931 2012-07-27 Yao Qi <yao@codesourcery.com>
932
933 * gdb.texinfo (IPA Protocol Commands): Document new command
934 'close'.
935
936 2012-07-25 Tom Tromey <tromey@redhat.com>
937
938 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
939
940 2012-07-20 Doug Evans <dje@google.com>
941
942 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
943 (Index Files): Document how to control the use of deprecated index
944 sections.
945 (Index Section Format): Replace --use-deprecated-index-sections with
946 "set use-deprecated-index-sections on".
947
948 2012-07-12 Eli Zaretskii <eliz@gnu.org>
949
950 * gdbint.texinfo: Remove @syncodeindex directives that put all the
951 indices into a single node "Index". Instead, join function and
952 variable indices into a single index, separate from the concept
953 index. Requested in
954 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
955 (Top): Update the top-level menu: instead of one "Index" there are
956 now separate entries "Concept Index" and "Function and Variable
957 Index".
958 (Concept Index, Function and Variable Index): New nodes.
959 (Index): Node deleted.
960
961 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
962
963 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
964 and "maint agent-eval".
965
966 2012-07-03 Eli Zaretskii <eliz@gnu.org>
967
968 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
969 avoid file-name clashes between Index.html and index.html on
970 case-insensitive filesystems. See the discussion starting in
971 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
972 details of the problem.
973 (Top): Update the master menu for the above.
974 (Concept Index, Command and Variable Index): New nodes, instead of
975 the old "Index" node that was deleted. All cross-references
976 updated.
977
978 2012-07-02 Stan Shebs <stan@codesourcery.com>
979
980 * gdb.texinfo (Dynamic Printf): Mention agent style and
981 disconnected dprintf.
982 (Maintenance Commands): Describe maint agent-printf.
983 (General Query Packets): Mention BreakpointCommands feature.
984 (Packets): Document commands extension to Z0 packet.
985 * agentexpr.texi (Bytecode Descriptions): Document printf
986 bytecode.
987
988 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
989
990 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
991 only after gdbinit files.
992 (Startup): Move -iex and -iex commands down after gdbinit files.
993
994 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
995
996 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
997 possibility.
998
999 2012-06-29 Tom Tromey <tromey@redhat.com>
1000
1001 * gdb.texinfo (Index Section Format): Update for version 7.
1002
1003 2012-06-28 Stan Shebs <stan@codesourcery.com>
1004
1005 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
1006 example, add note about title column.
1007
1008 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1009
1010 * gdb.texinfo (Symbol Tables In Python): Add description about
1011 the new 'last' attribute of gdb.Symtab_and line.
1012
1013 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
1014
1015 * gdb.texinfo (Symbol Tables In Python): Correct the description
1016 of the 'pc' attribute of gdb.Symtab_and_line.
1017
1018 2012-06-26 Doug Evans <dje@google.com>
1019
1020 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
1021 and symtab-create.
1022
1023 2012-06-25 Keith Seitz <keiths@redhat.com>
1024
1025 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
1026 from example. Remove "rbreak" from list of corresponding
1027 gdb commands.
1028
1029 2012-06-23 Doug Evans <dje@google.com>
1030
1031 * gdb.texinfo (Index Section Format): Document version 7 format.
1032
1033 2012-06-22 Yao Qi <yao@codesourcery.com>
1034
1035 * gdb.texinfo: Add missing cindex for some packets.
1036
1037 2012-06-20 Keith Seitz <keiths@redhat.com>
1038
1039 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
1040 for -break-insert and document -p.
1041
1042 2012-06-20 Yao Qi <yao@codesourcery.com>
1043
1044 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
1045 and "gdb.write_memory" with "Inferior.read_memory" and
1046 "Inferior.write_memory".
1047
1048 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
1049
1050 * gdb.texinfo (Summary): Add a link to "Free Documentation".
1051 (Free Documentation): Add @node line.
1052 (Continuing and Stepping) <advance location>: Use @item instead of
1053 @itemx.
1054 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
1055 @itemx.
1056 (Embedded Processors): Put the link to "PA" to its correct place,
1057 according to document structure.
1058 (Python API): Put the link to "Lazy Strings In Python" to its
1059 correct place.
1060 (Index): Use @@ in @tex block to get a literal @.
1061
1062 * gdbint.texinfo: Fix the @subtitle line.
1063
1064 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
1065 correct place.
1066
1067 2012-06-08 Yao Qi <yao@codesourcery.com>
1068
1069 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
1070 Protocol'.
1071 (In-Process Agent Protocol, IPA Protocol Objects)
1072 (IPA Protocol Commands): New nodes.
1073 (Tracepoint Packets): Add anchors.
1074
1075 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
1076
1077 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
1078
1079 2012-06-06 Yao Qi <yao@codesourcery.com>
1080
1081 * gdb.texinfo: Update copyright year.
1082
1083 2012-05-23 Stan Shebs <stan@codesourcery.com>
1084 Kwok Cheung Yeung <kcy@codesourcery.com>
1085
1086 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
1087
1088 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1089
1090 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
1091 Mention also --with-separate-debug-dir.
1092 (Auto-loading): Prepend $debugdir in the sample output.
1093 (Auto-loading safe path): Likewise. Mention also $debugdir for the
1094 auto-load safe-path variable.
1095 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
1096 Mention also $debugdir for 'set auto-load scripts-directory'.
1097
1098 2012-05-19 Eli Zaretskii <eliz@gnu.org>
1099
1100 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
1101 (MIPS Embedded, MIPS, MIPS Register packet Format)
1102 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
1103 appropriate.
1104
1105 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
1106 Maciej W. Rozycki <macro@codesourcery.com>
1107
1108 * gdb.texinfo (MIPS): Document "set mips compression" and "show
1109 mips compression".
1110 (MIPS Breakpoint Kinds): New subsubsection.
1111
1112 2012-05-18 Eli Zaretskii <eliz@gnu.org>
1113
1114 * gdb.texinfo (Architecture-Specific Protocol Details): Define
1115 nodes for subsections. Add @acronym mark-ups and adjust
1116 formatting.
1117
1118 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1119
1120 Rename $ddir to $datadir.
1121 * gdb.texinfo (Auto-loading, Auto-loading safe path)
1122 (objfile-gdb.py file): Rename $ddir to $datadir.
1123
1124 2012-05-18 Tom Tromey <tromey@redhat.com>
1125
1126 * gdb.texinfo (Print Settings): Document 'set print symbol'.
1127
1128 2012-05-14 Stan Shebs <stan@codesourcery.com>
1129
1130 * gdb.texinfo (Dynamic Printf): New subsection.
1131
1132 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1133
1134 * gdb.texinfo (Basic Python): Add description about the function
1135 gdb.find_pc_line
1136
1137 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1138 Eli Zaretskii <eliz@gnu.org>
1139
1140 * gdb.texinfo (Separate Debug Files): Use plural form for global
1141 debugging information directory.
1142
1143 2012-05-11 Stan Shebs <stan@codesourcery.com>
1144 Kwok Cheung Yeung <kcy@codesourcery.com>
1145
1146 * gdb.texinfo (Operating System Auxiliary Information): Document new
1147 'info os' subcommands.
1148
1149 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1150
1151 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
1152 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
1153 (dotdebug_gdb_scripts section): Add reference
1154 to 'Auto-loading safe path'.
1155
1156 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1157
1158 Implement multi-component --with-auto-load-dir.
1159 * gdb.texinfo (Auto-loading): New references
1160 for 'set auto-load scripts-directory'
1161 and 'show auto-load scripts-directory'.
1162 (Auto-loading safe path): Describe the new default. Move $ddir
1163 substituation reference to 'objfile-gdb.py file'.
1164 (objfile-gdb.py file): Describe script-name alias. Change real-name to
1165 script-name. Describe new 'set auto-load scripts-directory'
1166 and 'show auto-load scripts-directory'.
1167
1168 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1169
1170 Provide $ddir substitution for --with-auto-load-safe-path.
1171 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
1172 (Auto-loading safe path): Likewise. Mention the default value,
1173 $ddir substitution, --with-auto-load-safe-path and
1174 --without-auto-load-safe-path.
1175 * observer.texi (gdb_datadir_changed): New.
1176
1177 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1178
1179 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
1180 Twice.
1181
1182 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
1183 directory separator by path separator.
1184
1185 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1186
1187 * gdb.texinfo (Auto-loading safe path): Make 'directories'
1188 for 'set auto-load safe-path' optional. Mention if it is omitted.
1189 Change disabling security protection condition to "/", twice.
1190
1191 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1192
1193 * gdb.texinfo (Symbol Tables In Python): Add documentation about
1194 the new methods global_block and static_block on gdb.Symtab
1195 objects.
1196
1197 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
1198
1199 * gdb.texinfo (Blocks In Python): Add a note saying that future
1200 improvements to GDB and its infrastructure can move symbols
1201 across blocks within a symbol table.
1202
1203 2012-04-29 Yao Qi <yao@codesourcery.com>
1204
1205 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
1206 (A29K): Remove.
1207
1208 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1209 Tom Tromey <tromey@redhat.com>
1210
1211 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
1212 and generic static probe support on GDB.
1213
1214 2012-04-25 Doug Evans <dje@google.com>
1215
1216 * gdb.texinfo (Go): Fix thinko.
1217
1218 * gdb.texinfo (Supported Languages): Add Go.
1219 (Go): New node.
1220
1221 2012-04-25 Yao Qi <yao@codesourcery.com>
1222
1223 * gdbint.texinfo (Testsuite): New section `Board settings'.
1224
1225 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1226
1227 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
1228 Three times.
1229
1230 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
1231 Three times.
1232
1233 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1234
1235 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
1236 by @table @asis. Fix formatting of one item.
1237
1238 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1239
1240 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
1241
1242 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1243
1244 New option "set debug auto-load".
1245 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
1246 (auto-load verbose mode): New node.
1247
1248 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1249
1250 New option "set auto-load safe-path".
1251 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
1252 and "info auto-load" examples for safe-path. Put there also references
1253 for "set auto-load safe-path" and "show auto-load safe-path".
1254 New menu item for Auto-loading safe path.
1255 (Auto-loading safe path): New node.
1256 (Python Auto-loading): Update the expected output from "Missing"
1257 to "No".
1258
1259 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1260
1261 auto-load: Implementation.
1262 * gdb.texinfo (Mode Options): New anchor for -nx.
1263 (Startup): New anchors for Option -init-eval-command,
1264 Home Directory Init File
1265 and Init File in the Current Directory during Startup.
1266 Mention set auto-load local-gdbinit with a reference.
1267 Change the sample code to "set auto-load python-scripts".
1268 (Threads): New anchor set libthread-db-search-path.
1269 Provide references to libthread_db.so.1 file.
1270 (Controlling GDB): New menu item for Auto-loading.
1271 (Auto-loading, Init File in the Current Directory)
1272 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
1273 (Python): Rename the menu item Auto-loading to Python Auto-loading.
1274 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
1275 reference.
1276 (Auto-loading): Rename to ...
1277 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
1278 "set auto-load python-scripts", new anchor for it. Change
1279 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
1280 for it. Change "info auto-load-scripts"
1281 to "info auto-load python-scripts", new anchor for it. Change "scripts"
1282 to "Python scripts".
1283
1284 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1285
1286 PR mi/13393
1287 * gdb.texinfo (Print Settings): Extend the description for "set print
1288 object".
1289 (GDB/MI Variable Objects): Extend the description for -var-create and
1290 -var-list-children.
1291
1292 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1293
1294 * gdb.texinfo (Examining Data): Document the 'explore' command.
1295
1296 2012-03-28 Joel Brobecker <brobecker@adacore.com>
1297
1298 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
1299 to the children of a varobj and its update range when -var-update
1300 returns that the varobj's type changed.
1301
1302 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1303
1304 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
1305 Create two new links fir 'objfile-gdb.py file'
1306 and 'dotdebug_gdb_scripts section'.
1307
1308 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1309
1310 * gdb.texinfo (Auto-loading): Rename node reference
1311 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
1312 Twice.
1313 (.debug_gdb_scripts section): Rename the node ...
1314 (dotdebug_gdb_scripts section): ... here.
1315 (Maintenance Commands): Also rename this node reference.
1316
1317 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1318
1319 * gdb.texinfo (Python API/Values From Inferior): Add description
1320 about the new method Value.referenced_value. Add description on
1321 how Value.dereference is different (and similar) to
1322 Value.referenced_value.
1323
1324 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1325
1326 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
1327 --init-eval-command=COMMAND, -iex.
1328 (Startup): Describe -iex and -ix. Simplify the example
1329 for "set auto-load-scripts off".
1330
1331 2012-03-16 Gary Benson <gbenson@redhat.com>
1332
1333 PR breakpoints/10738
1334 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
1335 stating that GDB cannot set breakpoints on inlined functions.
1336 (Mode Options): Document --use-deprecated-index-sections.
1337 (Index Section Format): Document new index section version format.
1338
1339 2012-03-15 Tom Tromey <tromey@redhat.com>
1340
1341 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
1342
1343 2012-03-13 Doug Evans <dje@google.com>
1344
1345 * gdb.texinfo (Help): Change apropos example to use "alias" instead
1346 of "reload".
1347 (Symbols): Delete docs for set/show symbol-reloading.
1348 * gdbint.texinfo (Defining Other Architecture Features): Delete
1349 SYMBOL_RELOADING_DEFAULT.
1350 * refcard.tex: Delete reference to symbol-reloading.
1351
1352 2012-03-07 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.texinfo (General Query Packets): Document new
1355 QProgramSignals packet.
1356 * gdb.texinfo (Remote configuration): Mention
1357 "program-signals-packet".
1358
1359 2012-03-05 Tristan Gingold <gingold@adacore.com>
1360
1361 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
1362
1363 2012-03-03 Yao Qi <yao@codesourcery.com>
1364
1365 * gdb.texinfo (In-Process Agent): New node.
1366 Document new commands.
1367 (General Query Packets): Add packet `QAgent'.
1368
1369 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1370
1371 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
1372
1373 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
1374
1375 * gdb.texinfo (Commands In Python): Put example python macro in
1376 COMMAND_USER category rather than COMMAND_OBSCURE.
1377 Document gdb.COMMAND_USER.
1378 (User-defined Commands): Update documentation to clarify
1379 "set/show max-user-call-depth" and "show user" don't apply to python
1380 commands. Update documentation to clarify "help user-defined" may
1381 also include python commands defined as COMMAND_USER.
1382
1383 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1384
1385 * gdb.texinfo (Startup): Add option -ex description to the option -x
1386 description.
1387
1388 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
1389
1390 * gdb.texinfo (Setting Breakpoints): Mention and explain the
1391 condition-evaluation breakpoint parameter.
1392 Mention condition-evaluation mode being shown in "info break".
1393 (Break Conditions): Add description for target-side
1394 conditional breakpoints.
1395 (Remote Configuration): Mention conditional-breakpoints-packet.
1396 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
1397 cond-expr.
1398 (General Query Packets): Mention new ConditionalBreakpoint feature.
1399
1400 2012-02-22 Tom Tromey <tromey@redhat.com>
1401
1402 * gdb.texinfo (Blocks In Python): Clarify block iteration.
1403
1404 2012-02-17 Tom Tromey <tromey@redhat.com>
1405
1406 PR python/10753:
1407 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
1408 directory.
1409
1410 2012-02-14 Stan Shebs <stan@codesourcery.com>
1411
1412 * gdb.texinfo (Disabling Breakpoints): Document enable count.
1413
1414 2012-02-13 Pedro Alves <palves@redhat.com>
1415
1416 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
1417 mips-idt-ecoff.
1418
1419 2012-02-09 Yao Qi <yao@codesourcery.com>
1420
1421 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
1422
1423 2012-02-07 Tom Tromey <tromey@redhat.com>
1424
1425 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
1426 Symbol.value.
1427
1428 2012-02-07 Tom Tromey <tromey@redhat.com>
1429
1430 * gdb.texinfo (Symbols In Python): Document Symbol.line.
1431
1432 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
1433
1434 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
1435
1436 2012-01-24 Tom Tromey <tromey@redhat.com>
1437
1438 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
1439 unload".
1440 (Files): Mention new catch commands.
1441 (GDB/MI Async Records): Likewise.
1442
1443 2012-01-24 Gary Benson <gbenson@redhat.com>
1444
1445 Delete #if 0'd out code.
1446 * gdb.texinfo (Frame Info): Remove "info catch".
1447
1448 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1449
1450 * gdb.texinfo (Remote Configuration): Document
1451 "set remote hostio-readlink-packet" command.
1452 (General Query Packets): Document vFile:readlink packet.
1453
1454 2012-01-16 Tom Tromey <tromey@redhat.com>
1455
1456 * gdb.texinfo (Specify Location): Document relative file name
1457 handling.
1458
1459 2012-01-16 Tom Tromey <tromey@redhat.com>
1460
1461 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
1462
1463 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1464 Eli Zaretskii <eliz@gnu.org>
1465
1466 * gdbint.texinfo (Coding Standards): Require braces for two lines of
1467 code.
1468
1469 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1470
1471 * gdb.texinfo (Variables): Document use of :: for non-static
1472 variables.
1473
1474 2012-01-05 Joel Brobecker <brobecker@adacore.com>
1475
1476 * gdbint.texinfo (Start of New Year Procedure): Update
1477 to replace use of copyright.sh by use of copyright.py.
1478
1479 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1480
1481 Remove the gdbtui binary.
1482 * all-cfg.texi (GDBTUI): Remove.
1483 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
1484 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
1485 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
1486
1487 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
1488
1489 Introduce gdb.FinishBreakpoint in Python.
1490 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
1491 (Python API): Add menu entry for Finish Breakpoints.
1492
1493 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1494
1495 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
1496 tests.
1497
1498 2011-12-16 Doug Evans <dje@google.com>
1499
1500 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
1501
1502 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
1503
1504 * gdb.texinfo (Python Commands): Remove "maint set/show print
1505 stack". Add documentation for "set/show python print-stack".
1506
1507 2011-12-14 Pedro Alves <pedro@codesourcery.com>
1508
1509 * gdb.texinfo (Implementing a Remote Stub): Explain that you
1510 should transfer control to the stub in the startup code instead of
1511 in main. Mention the need to get past the initial breakpoint.
1512
1513 2011-12-06 Tom Tromey <tromey@redhat.com>
1514
1515 * gdb.texinfo (Set Breaks): Update for new behavior.
1516
1517 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1518
1519 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
1520 List Format for SVR4 Targets'.
1521 (General Query Packets): New item qXfer:libraries-svr4:read.
1522 (Library List Format for SVR4 Targets): New node.
1523
1524 2011-12-01 Tom Tromey <tromey@redhat.com>
1525
1526 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
1527 add.
1528
1529 2011-11-22 Tom Tromey <tromey@redhat.com>
1530
1531 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
1532 reasons.
1533
1534 2011-11-20 Stan Shebs <stan@codesourcery.com>
1535
1536 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1537 note-related options and variables.
1538 (Tracepoint Packets): Document packet changes.
1539
1540 2011-11-20 Sanjoy Das <sdas@igalia.com>
1541
1542 * gdb.texinfo (JIT Interface): Add documentation on writing and
1543 usind JIT debug info readers.
1544 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
1545 Debug Info Readers): New nodes.
1546
1547 2011-11-18 Yao Qi <yao@codesourcery.com>
1548
1549 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
1550 tracepoint.
1551
1552 2011-11-15 Doug Evans <dje@google.com>
1553
1554 * gdb.texinfo (Files): Document basenames-may-differ.
1555
1556 2011-11-14 Doug Evans <dje@google.com>
1557
1558 * gdb.texinfo (Shell Commands): Document "!".
1559
1560 2011-11-14 Stan Shebs <stan@codesourcery.com>
1561 Kwok Cheung Yeung <kcy@codesourcery.com>
1562
1563 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
1564 needed to get shorter fast tracepoints.
1565 (Tracepoint Packets): Document new qTMinFTPILen packet.
1566
1567 2011-11-14 Yao Qi <yao@codesourcery.com>
1568
1569 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
1570 behavior of tracepoint.
1571 (General Query Packets): New feature InstallInTrace.
1572 (Remote Configuration): Document "set remote
1573 install-in-trace-packet".
1574
1575 2011-11-12 Matt Rice <ratmice@gmail.com>
1576
1577 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
1578 Add arguments to info macro.
1579
1580 2011-11-10 Tom Tromey <tromey@redhat.com>
1581
1582 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
1583 manual.
1584 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
1585 (Macros): Add a footnote.
1586 (C): Remove paragraph about compiler options.
1587 (C Constants): Mention wide character and string constants.
1588 (C Plus Plus Expressions): Update compiler option advice. Mention
1589 using declarations. Mention ADL. Remove old HP compiler
1590 information.
1591
1592 2011-11-10 Tom Tromey <tromey@redhat.com>
1593
1594 PR c++/9257:
1595 * gdb.texinfo (Print Settings): Add an extra note about the need
1596 for a vtable.
1597
1598 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1599
1600 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1601 "set mips abi" documentation.
1602
1603 2011-11-04 Doug Evans <dje@google.com>
1604
1605 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1606
1607 2011-11-03 Tom Tromey <tromey@redhat.com>
1608
1609 * gdb.texinfo (Stopping): Add menu entry.
1610 (Continuing and Stepping): Restore @node. Use @section, not
1611 @subsection.
1612
1613 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1614
1615 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1616 designation. Fix "Specify Location" cross-reference.
1617
1618 2011-11-02 Stan Shebs <stan@codesourcery.com>
1619
1620 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1621 (General Query Packets): Describe tracenz feature.
1622 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1623
1624 2011-10-28 Paul Koning <paul_koning@dell.com>
1625
1626 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1627
1628 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
1629
1630 * gdb.texinfo ((Frames In Python): Document
1631 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1632
1633 2011-10-26 Paul Koning <paul_koning@dell.com>
1634
1635 * gdb.texinfo (gdb.types): Document new deepitems function.
1636
1637 2011-10-25 Paul Koning <paul_koning@dell.com>
1638
1639 PR python/13327
1640
1641 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1642 fetch_lazy method.
1643
1644 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1645
1646 PR python/12656
1647
1648 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1649 global_block, static_block function.
1650
1651 2011-10-19 Tom Tromey <tromey@redhat.com>
1652
1653 * gdb.texinfo (Commands In Python): Add missing "@"s.
1654
1655 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
1656
1657 PR python/13285 Document named constants for frame unwind stop reasons
1658 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1659 constants.
1660
1661 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1662
1663 Fix compatibility with texinfo versions older than 4.12.
1664 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1665 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1666 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1667 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1668 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1669 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1670 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1671
1672 2011-10-09 Doug Evans <dje@google.com>
1673
1674 * gdb.texinfo (Extending GDB): Document alias command.
1675
1676 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1677
1678 Support @entry in input expressions.
1679 * gdb.texinfo (Variables): Describe @entry names suffix.
1680 (Print Settings): Add anchor for `set print entry-values'.
1681
1682 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1683 Eli Zaretskii <eliz@gnu.org>
1684
1685 Display @entry parameter values (without references).
1686 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1687 example.
1688 (Print Settings): New description of set print entry-values and show
1689 print entry-values.
1690
1691 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1692 Eli Zaretskii <eliz@gnu.org>
1693
1694 Recognize virtual tail call frames.
1695 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1696 (Tail Call Frames): New node.
1697 (Frames In Python): Add gdb.TAILCALL_FRAME.
1698
1699 2011-10-07 Doug Evans <dje@google.com>
1700
1701 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1702 register_pretty_printer.
1703
1704 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1705
1706 PR python/12930
1707 PR python/12802
1708
1709 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1710 stop method.
1711
1712 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1713
1714 * gdb.texinfo (Starting your Program): "set disable-randomization"
1715 is no longer Linux-specific.
1716 (Remote Configuration): Document "set remote
1717 disable-randomization-packet".
1718 (General Query Packets): Document "QDisableRandomization" packet
1719 and add it to "qSupported" list.
1720
1721 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
1722
1723 Allow Python notification of new object-file loadings.
1724 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1725 event type.
1726
1727 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
1728
1729 PR python/12691: Add the inferior to Python exited event
1730 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1731
1732 2011-10-03 Joel Brobecker <brobecker@adacore.com>
1733
1734 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1735 rephasing.
1736
1737 2011-10-03 Joel Brobecker <brobecker@adacore.com>
1738
1739 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1740 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1741 as possible feature returned by the `-list-features'
1742 command.
1743
1744 2011-09-28 Paul Koning <paul_koning@dell.com>
1745
1746 * gdb.texinfo (gdb.Type): Document field access by dictionary
1747 key syntax.
1748
1749 2011-09-28 Yao Qi <yao@codesourcery.com>
1750
1751 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1752 Add one space after option `-s'. Remove @r{} markup.
1753
1754 2011-09-27 Stan Shebs <stan@codesourcery.com>
1755
1756 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1757
1758 2011-09-16 Hui Zhu <teawater@gmail.com>
1759
1760 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1761 to *(unsigned char *)$esp@300.
1762
1763 2011-09-15 Paul Koning <paul_koning@dell.com>
1764
1765 * gdb.texinfo: Make style of Python functions and methods match
1766 the syntax of Python. Also put class and module names explicitly
1767 on function, member, and variable names, matching Python
1768 documentation conventions.
1769
1770 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1771
1772 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1773 * gdb.texinfo (Inferiors In Python): Describe new
1774 gdb.selected_inferior() function.
1775
1776 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1777
1778 Handle multiple breakpoint hits in Python interface:
1779 * gdb.texinfo (Events In Python): New function documentation:
1780 gdb.BreakpointEvent.breakpoints. Indicate that
1781 gdb.BreakpointEvent.breakpoint is now deprecated.
1782
1783 2011-09-04 Joel Brobecker <brobecker@adacore.com>
1784
1785 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1786
1787 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1788
1789 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1790
1791 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1792
1793 * gdb.texinfo (Prompt): Add set/show extended-prompt
1794 documentation
1795 (Basic Python): Add prompt_hook anchor.
1796 (Python modules): Reword module text to reflect multiple modules.
1797 (gdb.prompt): Document gdb.prompt module.
1798
1799 2011-08-14 Yao Qi <yao@codesourcery.com>
1800
1801 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1802
1803 2011-08-14 Yao Qi <yao@codesourcery.com>
1804
1805 * gdb.texinfo (Standard Target Features): Document C6x features.
1806 (TIC6x Features): New node.
1807
1808 2011-08-12 Doug Evans <dje@google.com>
1809
1810 * gdb.texinfo (Symbols In Python): Document symbol.type.
1811
1812 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1813
1814 * gdb.texinfo (Python): Document command and function
1815 auto-loading.
1816
1817 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1818 Eli Zaretskii <eliz@gnu.org>
1819
1820 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1821 typedefs unrolling. Extend the sample code by an inner typedef and
1822 outer typedefs unrolling.
1823
1824 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1825
1826 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1827 size and line-size.
1828
1829 2011-07-21 Matt Rice <ratmice@gmail.com>
1830
1831 PR macros/12999
1832 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1833 Update text and cindex entries for info macro command.
1834
1835 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1836
1837 * observer.texi (GDB Observers): Add before_prompt observer.
1838 * gdb.texinfo (Basic Python): Add documentation for prompt
1839 substitution.
1840
1841 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1842
1843 PR python/12438
1844 * gdb.texinfo (Python Commands): Add deprecate note to maint
1845 set/show python print-stack. Document set/show python
1846 print-backtrace.
1847
1848 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1849
1850 * gdb.texinfo: Fix typos.
1851
1852 2011-07-01 Tom Tromey <tromey@redhat.com>
1853
1854 * gdb.texinfo (Debugging Output): Document set debug
1855 check-physname.
1856
1857 2011-06-29 Tom Tromey <tromey@redhat.com>
1858
1859 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1860 breakpoint-notifications feature.
1861
1862 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1863
1864 * gdb.texinfo (Target Description): Remove warning about
1865 possibly unstable format.
1866
1867 2011-06-03 Tom Tromey <tromey@redhat.com>
1868
1869 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1870 (Events In Python): Note that exit_code is optional.
1871
1872 2011-05-17 Pedro Alves <pedro@codesourcery.com>
1873
1874 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1875 required for multi-threading support.
1876 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1877 Hc are deprecated for multi-threading debugging. Point readers at
1878 the vCont packet.
1879
1880 2011-05-15 Doug Evans <dje@google.com>
1881
1882 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1883
1884 2011-05-13 Doug Evans <dje@google.com>
1885
1886 * gdb.texinfo (Threads): Document $sdir,$pdir.
1887 (Server): Document $pdir exception.
1888
1889 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1890
1891 * gdb.texinfo (Threads): Clarify default value for
1892 libthread-db-search-path.
1893
1894 * gdb.texinfo (Completion): Update example.
1895 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1896
1897 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1898
1899 * gdb.texinfo: Document change in the behaviour of the enable and
1900 disable GDB commands when applied to tracepoints.
1901 Document the EnableDisableTracepoints remote stub feature.
1902 Document QTEnable and QTDisable in the list of tracepoint packets.
1903
1904 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1905
1906 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1907 hsuser.texi.
1908 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1909 comment to hsuser.texi. Change rluser.texi name in the comment.
1910
1911 2011-05-10 Doug Evans <dje@google.com>
1912
1913 * gdb.texinfo (Threads): If an empty path is provided for
1914 libthread-db-search-path it is reset to its default value.
1915 (Server): Ditto.
1916
1917 2011-05-09 Doug Evans <dje@google.com>
1918
1919 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1920
1921 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1922 Thiago Jung Bauermann <bauerman@br.ibm.com>
1923
1924 Implement support for PowerPC BookE masked watchpoints.
1925 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1926 (PowerPC Embedded): Mention support of masked watchpoints.
1927
1928 2011-05-03 Joel Brobecker <brobecker@adacore.com>
1929
1930 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1931 `@value{GDBN}'.
1932
1933 2011-05-03 Joel Brobecker <brobecker@adacore.com>
1934
1935 * gdb.texinfo (titlepage): Remove dedication.
1936 (In Memoriam): New appendix.
1937
1938 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1939 Eli Zaretskii <eliz@gnu.org>
1940
1941 * gdb.texinfo (Index Section Format): Change the version to 5.
1942 Describe the different formula.
1943
1944 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1945 Eli Zaretskii <eliz@gnu.org>
1946
1947 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1948 for disconnected tracing.
1949 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1950 extended-remote relationship. Mention --once.
1951 (TCP port allocation lifecycle of @code{gdbserver}): New.
1952
1953 2011-04-23 Eli Zaretskii <eliz@gnu.org>
1954
1955 * gdb.texinfo (Server): Improve indexing. Index all optional
1956 switches to gdbserver.
1957
1958 2011-04-20 Tom Tromey <tromey@redhat.com>
1959
1960 * gdb.texinfo (Index Section Format): New node.
1961 (Top): Add new node to menu.
1962
1963 2011-04-20 Pedro Alves <pedro@codesourcery.com>
1964
1965 * gdb.texinfo (Maintenance Commands): Document `maint print
1966 remote-registers'.
1967
1968 2011-04-20 Tom Tromey <tromey@redhat.com>
1969
1970 * gdb.texinfo (Trace File Format): Move node later.
1971
1972 2011-04-19 Tom Tromey <tromey@redhat.com>
1973
1974 * gdbint.texinfo (Register Information Functions): Remove
1975 duplicate "the".
1976 * gdb.texinfo (Emacs): Remove duplicate "to".
1977 (GDB/MI Variable Objects): Remove duplicate "the".
1978 (General Query Packets): Likewise.
1979
1980 2011-04-02 Joel Brobecker <brobecker@adacore.com>
1981
1982 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1983 "GDB/MI Ada Exception Information" node.
1984
1985 2011-04-01 Joel Brobecker <brobecker@adacore.com>
1986
1987 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1988 the "exception-name" field in the *stopped async record.
1989
1990 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1991 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1992
1993 Implement support for PowerPC BookE ranged breakpoints.
1994 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1995
1996 2011-03-28 Tom Tromey <tromey@redhat.com>
1997
1998 * gdb.texinfo (Set Tracepoints): Fix typo.
1999
2000 2011-03-24 Tom Tromey <tromey@redhat.com>
2001
2002 * gdb.texinfo (Specify Location): Document `function:label'
2003 linespec.
2004
2005 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2006
2007 PR python/12149
2008
2009 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
2010
2011 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
2012
2013 * gdb.texinfo (Blocks In Python): Add is_valid method description.
2014 (Inferiors In Python): Likewise.
2015 (Threads In Python): Likewise.
2016 (Symbols In Python): Likewise.
2017 (Objfiles In Python): Likewise.
2018 (Symbol Tables In Python): Likewise.
2019
2020 2011-03-15 Pedro Alves <pedro@codesourcery.com>
2021
2022 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
2023 display>: Explain that the commands accept number ranges.
2024
2025 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
2026
2027 * gdb.texinfo (Breakpoints In Python): Add description and example
2028 of Python stop function operation.
2029
2030 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2031
2032 * gdb.texinfo (Parameters In Python): Document get_set_string and
2033 get_show_string methods.
2034
2035 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2036
2037 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2038
2039 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
2040 circular-trace-buffer name.
2041
2042 2011-02-28 Joel Brobecker <brobecker@adacore.com>
2043
2044 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
2045 in the previous change.
2046
2047 2011-02-27 Michael Snyder <msnyder@vmware.com>
2048
2049 * gdb.texinfo (Inferiors and Programs): Update commands to show
2050 that they can accept multiple arguments.
2051
2052 2011-02-24 Joel Brobecker <brobecker@adacore.com>
2053
2054 Revert the following patch (code patch was not approved):
2055 2011-02-21 Hui Zhu <teawater@gmail.com>
2056 * agentexpr.texi (bytecode descriptions): add printf.
2057 * gdb.texinfo (tracepoint action lists): add printf.
2058
2059 2011-02-23 Doug Evans <dje@google.com>
2060
2061 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
2062
2063 2011-02-23 Michael Snyder <msnyder@vmware.com>
2064
2065 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
2066 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
2067 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
2068
2069 2011-02-22 Doug Evans <dje@google.com>
2070
2071 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
2072 Clarify behaviour of lookup_symbol when `block' argument is omitted,
2073 add description of result, fix @defun formatting.
2074
2075 2011-02-21 Hui Zhu <teawater@gmail.com>
2076
2077 * agentexpr.texi (Bytecode Descriptions): Add printf.
2078 * gdb.texinfo (Tracepoint Action Lists): Add printf.
2079
2080 2011-02-18 Tom Tromey <tromey@redhat.com>
2081
2082 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
2083
2084 2011-02-14 Michael Snyder <msnyder@vmware.com>
2085
2086 * gdb.texinfo (threads): Document argument for "info threads" cmd.
2087 Document new command "thread find".
2088
2089 2011-02-14 Michael Snyder <msnyder@vmware.com>
2090
2091 * gdb.texinfo (Threads): Update example of new thread message.
2092
2093 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2094
2095 * gdb.texinfo (Remote Configuration): Mention set/show remote
2096 traceframe-info.
2097 (Tools/Packages Optional for Building GDB): Mention that expat is
2098 used for traceframe info.
2099 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
2100 (General Query Packets) <qSupported>: Describe the
2101 qXfer:traceframe-info:read feature.
2102 (qXfer::read): Describe qXfer:traceframe-info:read.
2103 (Traceframe Info Format): New section.
2104
2105 2011-02-04 Pedro Alves <pedro@codesourcery.com>
2106
2107 * gdbint.texinfo (Formatting): Mention some formatting guidelines
2108 for casts and unary operators.
2109
2110 2011-02-04 Tom Tromey <tromey@redhat.com>
2111
2112 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
2113 is not useful.
2114
2115 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2116
2117 * gdb.texinfo: s/value optimized out/optimized out/g
2118
2119 2011-01-21 Joel Brobecker <brobecker@adacore.com>
2120
2121 * gdb.texinfo (Other Misc Settings): Rework part of the
2122 documentation of the "set interactive mode" command.
2123
2124 2011-01-19 Tom Tromey <tromey@redhat.com>
2125
2126 * gdb.texinfo (Threads): Document thread name output and `thread
2127 name' command.
2128 (Threads In Python): Document Thread.name attribute.
2129 (GDB/MI Thread Commands): Document thread attributes.
2130
2131 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
2132
2133 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
2134 changes in mi/mi-cmd-disas.c
2135
2136 2011-01-12 Tom Tromey <tromey@redhat.com>
2137
2138 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
2139 Fix "thread apply" text.
2140
2141 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2142 Thiago Jung Bauermann <bauerman@br.ibm.com>
2143
2144 Implement support for PowerPC BookE ranged watchpoints.
2145 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
2146 the "set powerpc exact-watchpoints" flag.
2147
2148 2011-01-07 Tom Tromey <tromey@redhat.com>
2149
2150 * gdb.texinfo (Python API): Add descriptions to @menu items.
2151
2152 2011-01-06 Tom Tromey <tromey@redhat.com>
2153
2154 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
2155
2156 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2157
2158 * gdb.texinfo (Debugging Output): Document "set debug jit".
2159
2160 2011-01-06 Tom Tromey <tromey@redhat.com>
2161
2162 PR python/12133:
2163 * gdb.texinfo (Frames In Python): Document various frame
2164 constants.
2165
2166 2011-01-05 Joel Brobecker <brobecker@adacore.com>
2167
2168 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
2169 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
2170 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
2171
2172 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2173
2174 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
2175 (clean): Add GDBvn.texi.
2176
2177 2010-12-29 Joel Brobecker <brobecker@adacore.com>
2178
2179 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
2180 occasional case where the debugger prints an array address
2181 instead of the array itself.
2182
2183 2010-12-23 Pedro Alves <pedro@codesourcery.com>
2184
2185 * gdb.texinfo (Packets) <read registers packet>: Document support
2186 for registers that were not collected.
2187
2188 2010-12-15 Doug Evans <dje@google.com>
2189
2190 * gdb.texinfo (Startup): Document auto-loading of scripts during
2191 startup.
2192 (Auto-loading): Delete "maint set python auto-load on|off".
2193 Add "set auto-load-scripts on|off".
2194
2195 2010-12-07 Doug Evans <dje@google.com>
2196
2197 * gdb.texinfo (Mode Options): Document -data-directory.
2198 (Data Files): Add reference to -data-directory.
2199
2200 2010-11-29 Doug Evans <dje@google.com>
2201
2202 * gdb.texinfo (Pretty-Printer Introduction): Change
2203 printer-name:subprinter-name to printer-name;subprinter-name.
2204
2205 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2206
2207 PR python/12199
2208
2209 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
2210
2211 2010-11-23 Tom Tromey <tromey@redhat.com>
2212
2213 * gdb.texinfo (Top): Check SYSTEM_READLINE.
2214 (Editing): Likewise.
2215 (Command History): Likewise.
2216 (TUI Keys): Likewise.
2217 (Bug Reporting): Conditionally include rluser.texi and
2218 inc-history.texinfo.
2219 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
2220 (GDB_DOC_SOURCE_INCLUDES): Add comment.
2221 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
2222 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
2223 (gdb.pdf): Likewise.
2224 (gdb.info): Likewise.
2225 (gdb/index.html): Likewise.
2226
2227 2010-11-23 Tom Tromey <tromey@redhat.com>
2228
2229 * Makefile.in (Makefile): Run ../config.status.
2230 (distclean): Update.
2231 * configure: Remove.
2232 * configure.ac: Remove.
2233
2234 2010-11-12 Tom Tromey <tromey@redhat.com>
2235
2236 * gdb.texinfo (Basic Python): Update. Add xref.
2237 (Exception Handling): Document new exception classes.
2238 (Types In Python): Update.
2239 (Frames In Python): Update.
2240
2241 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2242
2243 * gdb.texinfo (Breakpoints In Python): Document "internal"
2244 parameter, and visible attribute.
2245
2246 2010-11-05 Doug Evans <dje@google.com>
2247
2248 * gdb.texinfo (Source Path): Document "set directories".
2249
2250 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
2251
2252 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
2253 (OpenCL C): New node.
2254
2255 2010-11-02 Doug Evans <dje@google.com>
2256
2257 * gdb.texinfo (Pretty Printing): Expand into three sections,
2258 introduction, example, and commands.
2259 (Python API): Delete section Disabling Pretty-Printers, merge into
2260 Selecting Pretty-Printers.
2261 (Writing a Pretty-Printer): New section. Move the pretty-printer
2262 example here, and reformat to match python coding style. Add a second
2263 example using the gdb.printing module.
2264 (Python modules): Add gdb.printing.
2265
2266 2010-10-29 Doug Evans <dje@google.com>
2267
2268 * gdb.texinfo (Python): Fix long line.
2269
2270 2010-10-20 Doug Evans <dje@google.com>
2271
2272 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
2273 All references updated. Correct sections marked as subsections.
2274 (Coding Standards): New chapter. Move the coding standard related
2275 subsections here. Add section on Python coding standards.
2276
2277 2010-10-13 Doug Evans <dje@google.com>
2278
2279 * gdb.texinfo (Python): Add "Python modules".
2280 (Types in Python): Add reference to gdb.types section.
2281 (Python modules): New node.
2282
2283 2010-10-11 Doug Evans <dje@google.com>
2284
2285 * gdb.texinfo (Values From Inferior): Add reference to "Types in
2286 Python" from gdb.Value.type description.
2287
2288 2010-09-28 Joel Brobecker <brobecker@adacore.com>
2289
2290 * gdb.texinfo (Ravenscar Profile): New node.
2291
2292 2010-09-22 Tom Tromey <tromey@redhat.com>
2293
2294 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
2295
2296 2010-09-22 Eli Zaretskii <eliz@gnu.org>
2297
2298 * gdb.texinfo (Values From Inferior): Clarify that
2299 value.dynamic_type works only in C++ programs with RTTI.
2300
2301 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
2302
2303 * gdb.texinfo (Character Sets): Correctly reference host-charset
2304 in example.
2305
2306 2010-09-13 Tom Tromey <tromey@redhat.com>
2307
2308 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
2309 Document "fullname" and "from".
2310
2311 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
2312
2313 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
2314 feature `reverse' output by -list-target-features.
2315
2316 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
2317
2318 * gdb.texinfo (i386 Features): Remove an extra "@item".
2319
2320 2010-08-30 Tom Tromey <tromey@redhat.com>
2321
2322 PR python/11792:
2323 * gdb.texinfo (Values From Inferior): Document dynamic_type.
2324
2325 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2326
2327 * gdb.texinfo (ARM Features): Document
2328 org.gnu.gdb.arm.m-profile.
2329
2330 2010-08-23 Tom Tromey <tromey@redhat.com>
2331
2332 PR python/11145:
2333 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
2334 reinterpret_cast methods.
2335
2336 2010-08-23 Tom Tromey <tromey@redhat.com>
2337
2338 PR python/11915:
2339 * gdb.texinfo (Types In Python): Document array method.
2340
2341 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2342
2343 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
2344
2345 2010-08-16 Tom Tromey <tromey@redhat.com>
2346
2347 * gdb.texinfo (Set Watchpoints): Document -location option.
2348
2349 2010-08-13 Doug Evans <dje@google.com>
2350
2351 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
2352
2353 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
2354
2355 * gdb.texinfo (GDB/MI Data Manipulation): Document
2356 -data-read-memory-raw and -data-write-memory-raw.
2357
2358 2010-08-11 Tom Tromey <tromey@redhat.com>
2359 Phil Muldoon <pmuldoon@redhat.com>
2360
2361 * gdb.texinfo (Basic Python): Describe post_event API.
2362
2363 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2364
2365 * gdb.texinfo (Basic Python): Describe solib_address and
2366 decode_line Python APIs
2367
2368 2010-08-10 Tom Tromey <tromey@redhat.com>
2369
2370 * gdb.texinfo (Pretty Printing API): Document
2371 gdb.default_visualizer.
2372
2373 2010-08-10 Tom Tromey <tromey@redhat.com>
2374
2375 Revert gdb-add-index addition:
2376 * gdb.texinfo (Index Files): Don't document gdb-add-index.
2377
2378 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2379 Eli Zaretskii <eliz@gnu.org>
2380
2381 * gdb.texinfo (Mode Options) <-batch>
2382 (Basic Python) <gdb.execute>: Describe setting width and height.
2383
2384 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2385
2386 * gdb.texinfo (Threads): Document 'debug libthread-db'.
2387
2388 2010-07-30 Tom Tromey <tromey@redhat.com>
2389
2390 * gdb.texinfo (Index Files): Mention gdb-add-index.
2391
2392 2010-07-30 Hui Zhu <teawater@gmail.com>
2393
2394 * gdb.texinfo (Inferiors and Programs): Update the introduce of
2395 "detach inferior" and "kill inferior".
2396
2397 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
2398
2399 * gdb.texinfo (Machine Code): Update description of two forms of
2400 arguments, and add new example to demonstrate the new form.
2401
2402 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2403
2404 * gdb.texinfo (Values From Inferior): Add value inferior function
2405 call description.
2406
2407 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2408
2409 * gdb.texinfo (Active Targets): Fix wrong comma placement.
2410
2411 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2412 Eli Zaretskii <eliz@gnu.org>
2413
2414 Make core files the process_stratum.
2415 * gdb.texinfo (Active Targets): Remove core_stratum. Include
2416 record_stratum example.
2417
2418 2010-07-13 Tom Tromey <tromey@redhat.com>
2419
2420 * gdb.texinfo (Index Files): New node.
2421
2422 2010-07-13 Tom Tromey <tromey@redhat.com>
2423
2424 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
2425
2426 2010-07-13 Tom Tromey <tromey@redhat.com>
2427
2428 * gdb.texinfo (Specify Location): Document labels.
2429
2430 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2431
2432 * gdb.texinfo (Create and Delete Tracepoints): Add more index
2433 entries for fast tracepoints and static tracepoints.
2434
2435 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2436
2437 * gdb.texinfo (General Query Packets) <qfThreadInfo,
2438 qsThreadInfo>: Spell out `l' as ell.
2439
2440 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2441
2442 * gdb.texinfo (Convenience Variables): Document $_sdata.
2443 (Commands to Set Tracepoints): Describe static tracepoints. Add
2444 `Listing Static Tracepoint Markers' menu entry. Document
2445 "strace".
2446 (Tracepoint Action Lists): Document collecting $_sdata.
2447 (Listing Static Tracepoint Markers): New subsection.
2448 (Tracepoints support in gdbserver): Mention static tracepoints.
2449 (remote packets, enabling and disabling): Mention
2450 read-sdata-object.
2451 (General Query Packets) <qSupported>: Document qXfer:sdata:read
2452 and StaticTracepoint.
2453 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
2454 Document qXfer:sdata:read.
2455 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
2456
2457 2010-06-29 Joel Brobecker <brobecker@adacore.com>
2458
2459 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
2460
2461 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2462 Tom Tromey <tromey@redhat.com>
2463 Thiago Jung Bauermann <bauerman@br.ibm.com>
2464
2465 * gdb.texinfo (Inferiors In Python): New node.
2466 * gdb.texinfo (Threads In Python): New node.
2467
2468 2010-06-28 Joel Brobecker <brobecker@adacore.com>
2469
2470 * gdb.texinfo (Python): Document what the python directory is
2471 and what its location is.
2472 (Basic Python): Document the gdb.PYTHONDIR constant.
2473
2474 2010-06-25 Tom Tromey <tromey@redhat.com>
2475
2476 PR python/10808:
2477 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
2478
2479 2010-06-24 Hui Zhu <teawater@gmail.com>
2480
2481 * gdb.texinfo: (Commands for Controlled Output): Add
2482 documentation for command "eval".
2483
2484 2010-06-21 Stan Shebs <stan@codesourcery.com>
2485
2486 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
2487 * annotate.texinfo: Ditto.
2488 * gdbint.texinfo: Ditto.
2489 * stabs.texinfo: Ditto.
2490
2491 2010-06-22 Hui Zhu <teawater@gmail.com>
2492
2493 * gdb.texinfo: (Process Record and Replay): Add documentation
2494 for command "set record memory-query".
2495
2496 2010-06-21 Stan Shebs <stan@codesourcery.com>
2497
2498 * gdb.texinfo: Relicense under GFDL version 1.3.
2499 * annotate.texinfo: Relicense under GFDL version 1.3.
2500 * gdbint.texinfo: Relicense under GFDL version 1.3.
2501 * stabs.texinfo: Relicense under GFDL version 1.3.
2502 * fdl.texi: Update to version 1.3.
2503
2504 2010-06-18 Stan Shebs <stan@codesourcery.com>
2505
2506 * gdb.texinfo (Operating System Auxiliary Information): Describe
2507 "info os" when no arguments given.
2508
2509 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
2510 $_thread.
2511
2512 2010-06-18 Hui Zhu <teawater@gmail.com>
2513
2514 * gdb.texinfo: (Process Record and Replay): Add documentation
2515 for commands "record save" and "record restore".
2516
2517 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2518
2519 * gdb.texinfo: Include information about the correct use
2520 of addresses in the `watch' command.
2521
2522 2010-06-11 Stan Shebs <stan@codesourcery.com>
2523
2524 * gdb.texinfo (Observer Mode): New section.
2525 (General Query Packets): Document QAllow.
2526
2527 2010-06-04 Doug Evans <dje@google.com>
2528
2529 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
2530
2531 2010-06-03 Doug Evans <dje@google.com>
2532
2533 * gdbint.texinfo (Coding): Add subsection on command names.
2534
2535 2010-06-02 Tom Tromey <tromey@redhat.com>
2536
2537 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
2538 always-disassemble.
2539
2540 2010-06-01 Pedro Alves <pedro@codesourcery.com>
2541
2542 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
2543 gdbserver, and add cross reference.
2544 (Tracepoints support in gdbserver): New subsection.
2545
2546 2010-05-26 Pedro Alves <pedro@codesourcery.com>
2547
2548 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
2549 `qRelocInsn' feature.
2550 (Relocate instruction reply packet): New subsection
2551 of `Tracepoint Packets'.
2552 (Tracepoint Packets): Mention that packets QTDP and QTStart
2553 support the qRelocInsn request, and add cross reference to new
2554 subsection.
2555
2556 2010-05-25 Doug Evans <dje@google.com>
2557
2558 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
2559 (Commands In Python): Document gdb.string_to_argv.
2560
2561 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2562
2563 * gdbint.texinfo (Host Definition): Remove items NORETURN and
2564 ATTR_NORETURN.
2565
2566 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
2567 Tom Tromey <tromey@redhat.com>
2568 Thiago Jung Bauermann <bauerman@br.ibm.com>
2569
2570 * gdb.texinfo (Parameters In Python): New Node.
2571
2572 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2573
2574 * gdb.texinfo: (Summary) Add mention about D language support.
2575 (Filenames): Add D suffixes.
2576 (D): New node.
2577
2578 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
2579
2580 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
2581 of macro deleted from GDB code.
2582
2583 2010-04-24 Pedro Alves <pedro@codesourcery.com>
2584
2585 * gdb.texinfo (Commands to specify files): Describe what how GDB
2586 looks up DOS-based filesystem paths on the system root. Document
2587 the new `set/show target-file-system-kind' commands.
2588
2589 2010-04-23 Doug Evans <dje@google.com>
2590
2591 * gdb.texinfo (Python): Move Auto-loading section here ...
2592 (Python API): from here.
2593 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2594 (Maintenance Commands): Add docs for "maint print section-scripts".
2595
2596 2010-04-20 Chris Moller <cmoller@redhat.com>
2597
2598 * gdb.texinfo (Setting Breakpoints): Added description of
2599 filename-qualified rbreak.
2600 * refcard.tex (Breakpoints and Watchpoints): Added brief
2601 description of filename-qualified rbreak.
2602
2603 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2604
2605 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2606 (Python API): Change the reference to Pretty Printing API.
2607 (Pretty Printing): Move the user part under the Data node. Reformat
2608 the sample output to 72 columns. Create a new reference to Pretty
2609 Printing API. Rename the API part ...
2610 (Pretty Printing API): To a new node name.
2611 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2612 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2613
2614 2010-04-21 Stan Shebs <stan@codesourcery.com>
2615
2616 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
2617 and commands.
2618 (Listing Tracepoints): Update to reflect current behavior.
2619
2620 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2621
2622 * gdb.texinfo (Examining memory): Update for change in string
2623 display with explicit size.
2624
2625 2010-04-19 Pedro Alves <pedro@codesourcery.com>
2626
2627 PR breakpoints/8554.
2628
2629 * gdb.texinfo (Save Breakpoints): New node.
2630 (save-tracepoints): Rename to ...
2631 (save tracepoints): ... this. Mention that `save-tracepoints' is
2632 a deprecated alias to `save tracepoints'.
2633
2634 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2635
2636 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
2637 (info w32 thread-information-block): Document new command.
2638 (qGetTIBAddress): Document new gdbserver query.
2639 (maint set/show show-all-tib): Document new command.
2640
2641 2010-04-15 Doug Evans <dje@google.com>
2642
2643 * gdb.texinfo (Python API): Add progspaces section.
2644 (Selecting Pretty-Printers): Progspace pretty-printers are
2645 searched too.
2646 (Progspaces In Python): New section.
2647
2648 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2649
2650 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2651
2652 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2653 returns None.
2654
2655 2010-04-09 Stan Shebs <stan@codesourcery.com>
2656
2657 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2658 Describe the `frames-created' field, tweak grammar.
2659
2660 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2661
2662 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2663 Describe the `circular' and `disconnected' fields.
2664
2665 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2666
2667 * gdb.texinfo (maint print registers): Mention unavailable and
2668 invisible registers.
2669
2670 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2671 Thiago Jung Bauermann <bauerman@br.ibm.com>
2672 Tom Tromey <tromey@redhat.com>
2673
2674 * gdb.texinfo (Breakpoints In Python): New Node.
2675
2676 2010-04-08 Stan Shebs <stan@codesourcery.com>
2677
2678 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2679 trace status fields.
2680
2681 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2682
2683 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2684 optional. Make org.gnu.gdb.i386.avx requires
2685 org.gnu.gdb.i386.avx.
2686
2687 2010-04-08 Doug Evans <dje@google.com>
2688
2689 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2690 search path, and document that gdb only scans the search path if
2691 the script's path doesn't specify a directory.
2692
2693 2010-04-05 Doug Evans <dje@google.com>
2694
2695 * gdb.texinfo (maint show python auto-load): Fix typo.
2696
2697 2010-04-04 Stan Shebs <stan@codesourcery.com>
2698
2699 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2700 (Setting Watchpoints): Update description of "info watch".
2701 (Disabling Breakpoints): Only "info break" lists all.
2702
2703 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2704 (tdump): Explain how tdump works.
2705
2706 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2707
2708 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2709 add cross reference.
2710
2711 2010-03-31 Pedro Alves <pedro@codesourcery.com>
2712
2713 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2714 commands error out.
2715
2716 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2717
2718 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2719
2720 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2721
2722 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2723
2724 2010-03-29 Stan Shebs <stan@codesourcery.com>
2725 Nathan Sidwell <nathan@codesourcery.com>
2726
2727 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2728 GDBN equivalent.
2729 (Set Tracepoints): Remove mention that conditional tracepoints
2730 don't exist.
2731 (Tracepoint Actions): Clarify when while-stepping collection
2732 happens, note that while-stepping does not automatically collect
2733 $pc.
2734
2735 2010-03-29 Stan Shebs <stan@codesourcery.com>
2736
2737 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2738 (General Query Packets): Describe TracepointSource.
2739
2740 2010-03-27 Matt Rice <ratmice@gmail.com>
2741
2742 * gdb.texinfo (ARM): Document arguments to "target sim".
2743 (Set Catchpoints): Use @dots{} instead of @r{...}.
2744
2745 2010-03-26 Pedro Alves <pedro@codesourcery.com>
2746
2747 * gdb.texinfo (Tracepoint Packets): Remove mention that
2748 terror:string may be plain text, and drop mention of X prefix.
2749
2750 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2751
2752 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2753
2754 2010-03-24 Stan Shebs <stan@codesourcery.com>
2755
2756 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2757
2758 2010-03-24 Tom Tromey <tromey@redhat.com>
2759
2760 PR breakpoints/9352:
2761 * gdb.texinfo (Break Commands): Update.
2762
2763 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2764
2765 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2766 commands.
2767
2768 2010-03-16 Stan Shebs <stan@codesourcery.com>
2769
2770 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2771 circular-trace-buffer.
2772 (Tracepoint Packets): Describe QTBuffer, and details of the
2773 qTStatus reply.
2774
2775 2010-03-12 Stan Shebs <stan@codesourcery.com>
2776 Nathan Sidwell <nathan@codesourcery.com>
2777
2778 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2779 doing instruction stepping.
2780 (Tracepoint Restrictions): New node.
2781
2782 2010-03-10 Tom Tromey <tromey@redhat.com>
2783
2784 * gdbint.texinfo (Symbol Handling): Update.
2785
2786 2010-03-08 Tom Tromey <tromey@redhat.com>
2787
2788 PR cli/9591:
2789 * gdb.texinfo (Mode Options): Mention lack of pagination and
2790 confirmation with --batch.
2791 (Screen Size): Mention --batch.
2792 (Messages/Warnings): Likewise.
2793
2794 2010-03-05 Tom Tromey <tromey@redhat.com>
2795
2796 * gdb.texinfo (Basic Python): Document target_charset and
2797 target_wide_charset.
2798
2799 2010-03-05 Tom Tromey <tromey@redhat.com>
2800
2801 * gdb.texinfo (Data): Link to pretty-printing.
2802 (Output Formats): Likewise. Correct text.
2803
2804 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2805
2806 * gdb.texinfo (Types): Describe <struct> and <flags>.
2807
2808 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2809
2810 * gdb.texinfo (Frames In Python): Add block parameter and
2811 description to read_var text.
2812
2813 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
2814 Tom Tromey <tromey@redhat.com>
2815
2816 * gdb.texinfo (Types In Python): Describe block argument in
2817 template_argument and gdb.lookup_type.
2818
2819 2010-02-24 Tom Tromey <tromey@redhat.com>
2820
2821 * gdb.texinfo (Cygwin Native): Fix typo.
2822
2823 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2824
2825 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2826 and select method descriptions.
2827 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2828 Tables in Python to menu.
2829 (Blocks In Python): New node.
2830 (Symbols In Python): New node.
2831 (Symbol Tables in Python): New node.
2832
2833 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2834
2835 Multiexec MI
2836
2837 gdb/
2838 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2839
2840 gdb/doc/
2841 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2842 changes.
2843 (GDB/MI Program Execution): Document current behaviour of
2844 --all and --thread-group.
2845 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2846 -remove-inferior.
2847 * observer.texi (inferior_added, inferior_removed): New
2848 observers.
2849
2850 2010-02-19 Tom Tromey <tromey@redhat.com>
2851
2852 * gdbint.texinfo (Getting Started): Fix @node.
2853 (Debugging GDB): Likewise.
2854
2855 2010-02-13 Joel Brobecker <brobecker@adacore.com>
2856
2857 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2858 documenting the gdb_test_timeout variable.
2859
2860 2010-02-12 Jakob Engblom <jakob@virtutech.com>
2861
2862 * gdb.texinfo (MI commands): Added documentation of --reverse
2863 option to a set of MI commands. Restructured documentation of MI
2864 commands --exec-continue to reflect the complexity of reverse
2865 execution.
2866
2867 2010-02-12 Pedro Alves <pedro@codesourcery.com>
2868
2869 * gdb.texinfo (Using the Collected Data): Specify that the address
2870 range of `tfind outsize' is exclusive, and that the address range
2871 of `tfind range' is inclusive.
2872 (Tracepoint Packets): Specify that the address range of
2873 `QTFrame:range' is inclusive, and that the address range of
2874 `QTFrame:outside' is exclusive
2875
2876 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2877
2878 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2879
2880 2010-02-10 Tom Tromey <tromey@redhat.com>
2881
2882 * gdb.texinfo (Debugging Output): Document set debug parser and
2883 show debug parser.
2884
2885 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2886
2887 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2888 i386_eflags and i386_mxcsr.
2889
2890 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2891
2892 * gdb.texinfo: Document i386 target features.
2893
2894 2010-02-05 Doug Evans <dje@google.com>
2895
2896 * gdbint.texinfo (Testsuite): Add a new section to document the
2897 various DejaGnu variables that may be overridden.
2898 Document INTERNAL_GDBFLAGS.
2899
2900 2010-02-04 Tom Tromey <tromey@redhat.com>
2901
2902 PR cli/8830:
2903 * gdb.texinfo (Files): -readnow comes before the filename for file
2904 and symbol-file.
2905
2906 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2907
2908 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2909 Document ARM breakpoint types.
2910 (Register Packet Format): Move into the new section.
2911 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2912
2913 2010-01-21 Joel Brobecker <brobecker@adacore.com>
2914
2915 * gdb.texinfo (File Options): Adjust the documentation of this
2916 switch to refer to the "source" command rather than partially
2917 duplicating some of the relevant information.
2918 (Extending GDB): Introduce and document the set/show script-extension
2919 setting.
2920 (Command Files): Add note explaining that the "source" command
2921 is also used to evalute scripts written in other languages.
2922 Remove the short slightly incorrect reference to sourcing Python
2923 scripts.
2924 (Python Commands): Document how to execute a Python script from GDB.
2925
2926 2010-01-19 Joel Brobecker <brobecker@adacore.com>
2927
2928 * gdb.texinfo (Command Files): Fix typo.
2929
2930 2010-01-18 Tom Tromey <tromey@redhat.com>
2931
2932 * gdb.texinfo (File Options): Document -x on .py files.
2933 (Command Files): Document handling of Python scripts.
2934
2935 2010-01-18 Jie Zhang <jie.zhang@analog.com>
2936
2937 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2938
2939 2010-01-15 Stan Shebs <stan@codesourcery.com>
2940
2941 * gdb.texinfo (Trace Files): New section.
2942 (Tracepoint Packets): Document QTSave and qTBuffer.
2943 (Trace File Format): New appendix.
2944
2945 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2946
2947 * gdb.texinfo (Values From Inferior): Document lazy_string value
2948 method.
2949 (Python API): Add Lazy strings menu item.
2950 (Lazy Strings In Python): New node.
2951
2952 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2953
2954 * gdb.texinfo (GDB/MI Thread Information): New.
2955 (GDB/MI Async Records): Document the core field in *stopped.
2956 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2957 documentation
2958 (Process list): Document that osdata document may contain
2959 threads.
2960 (Remote Serial Protocol): Document qXfer:threads.
2961
2962 2010-01-06 Stan Shebs <stan@codesourcery.com>
2963
2964 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2965 disconnected tracing.
2966 (Tracepoint Packets): Document new protocol.
2967
2968 2010-01-05 Stan Shebs <stan@codesourcery.com>
2969
2970 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2971 tracepoints.
2972 (Tracepoint Packets): Describe remote protocol for fast
2973 tracepoints.
2974
2975 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2976
2977 Update the "Start of New Year Procedure".
2978 * gdbint.texinfo: Add the list of files that need to be updated
2979 manually. Minor reformatting.
2980
2981 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2982
2983 * refcard.tex: Update copyright year in header and text.
2984
2985 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2986
2987 * agentexpr.texi: Add 2010 to the list of copyright years.
2988 * annotate.texinfo: Likewise.
2989 * gdb.texinfo: Likewise.
2990 * gdbint.texinfo: Likewise.
2991 * observer.texi: Likewise.
2992 * stabs.texinfo: Likewise.
2993
2994 2009-12-31 Stan Shebs <stan@codesourcery.com>
2995
2996 * gdb.texinfo (Tracepoint Actions): Describe teval.
2997
2998 2009-12-29 Stan Shebs <stan@codesourcery.com>
2999
3000 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
3001
3002 2009-12-28 Stan Shebs <stan@codesourcery.com>
3003
3004 * gdb.texinfo (Trace State Variables): New section.
3005 (Tracepoint Packets): Describe trace state variable packets.
3006 * agentexpr.texi (Bytecode Descriptions): Describe trace state
3007 variable bytecodes.
3008
3009 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3010
3011 * gdb.texinfo (Symbols): "info variables" prints definitions, not
3012 declarations.
3013
3014 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3015
3016 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
3017 -gdb-exit behaviour.
3018
3019 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3020
3021 * gpl.texi: Update to version 3 of the GPL.
3022
3023 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3024
3025 * Makefile.in: Update copyright header.
3026 * observer.texi: Fix the copyright header of the generated files.
3027
3028 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3029
3030 * gdb.texinfo (Types In Python): Describe range function.
3031
3032 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
3033
3034 * gdb.texinfo (Types In Python): Describe "is_base_class".
3035
3036 2009-12-03 Tom Tromey <tromey@redhat.com>
3037
3038 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
3039
3040 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
3041
3042 * observer.texi: New memory_changed observer.
3043
3044 2009-12-01 Tom Tromey <tromey@redhat.com>
3045
3046 * gdb.texinfo (Reverse Execution): Fix typo.
3047
3048 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3049
3050 PR gdb/8704
3051
3052 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
3053 are allowed after the breakpoint condition.
3054
3055 2009-11-23 Tom Tromey <tromey@redhat.com>
3056
3057 PR python/10782:
3058 * gdb.texinfo (Types In Python): Document Type.pointer.
3059
3060 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3061
3062 * gdb.texinfo (Machine Code): Adjust.
3063
3064 2009-11-11 Pedro Alves <pedro@codesourcery.com>
3065
3066 * agentexpr.texi (Tracing On Symmetrix): Delete section.
3067 (Using Agent Expressions): Delete cross reference.
3068
3069 2009-11-07 Joel Brobecker <brobecker@adacore.com>
3070
3071 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
3072 and @settitle directives up to help makeinfo find them.
3073
3074 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3075
3076 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
3077 (Auto-loading): Use plural and note one can use multiple components now.
3078
3079 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
3080
3081 * gdb.texinfo (GDB/MI Stack Manipulation): Make
3082 -stack-list-arguments have the same documentation for parameter
3083 as -stack-list-locals. Add comas.
3084
3085 2009-10-27 Tom Tromey <tromey@redhat.com>
3086 Eli Zaretskii <eliz@gnu.org>
3087
3088 PR python/10781
3089
3090 * gdb.texinfo (Values From Inferior): Document cast method.
3091
3092 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3093
3094 * gdb.texinfo (Machine Code): Mention function name in disasssembly
3095 and adjust example.
3096
3097 2009-10-22 Michael Snyder <msnyder@vmware.com>
3098
3099 * gdb.texinfo (Process Record and Replay): Document new form of
3100 info record command. Also document the new save and restore
3101 commands.
3102
3103 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3104
3105 * gdb.texinfo (Machine Code): Mention current pc marker.
3106 (Memory): Likewise.
3107
3108 2009-10-19 Pedro Alves <pedro@codesourcery.com>
3109 Stan Shebs <stan@codesourcery.com>
3110
3111 * observer.texi (new_inferior): Rename to...
3112 (inferior_appeared): ... this.
3113
3114 * gdb.texinfo (Inferiors): Rename node to ...
3115 (Inferiors and Programs): ... this. Mention running multiple
3116 programs in the same debug session.
3117 <info inferiors>: Mention the new 'Executable' column if "info
3118 inferiors". Update examples. Document the "add-inferior",
3119 "clone-inferior", "remove-inferior" and "maint info
3120 program-spaces" commands.
3121 (Process): Rename node to...
3122 (Forks): ... this. Document "set|show follow-exec-mode".
3123
3124 2009-10-11 Michael Snyder <msnyder@vmware.com>
3125
3126 * gdb.texinfo (ReverseStep): Show default as "unsupported".
3127 (ReverseContinue): Ditto.
3128
3129 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3130
3131 * gdb.texinfo (Server): Document libthread-db-search-path.
3132
3133 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3134
3135 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
3136
3137 2009-10-06 Michael Eager <eager@eagercon.com>
3138
3139 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
3140 (Embedded Processors): Add MicroBlaze.
3141 (MicroBlaze): New. Describe Xilinx MicroBlaze
3142
3143 2009-10-04 Pedro Alves <pedro@codesourcery.com>
3144
3145 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
3146
3147 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3148
3149 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
3150
3151 2009-09-23 Joel Brobecker <brobecker@adacore.com>
3152
3153 * observer.texi (solib_unloaded): Document explicitly the fact that
3154 this observer is called before the associated symbols are unloaded.
3155
3156 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
3157
3158 * gdb.texinfo (GDB/MI Stack Manipulation): Document
3159 -stack-list-variables.
3160
3161 2009-09-18 Tom Tromey <tromey@redhat.com>
3162
3163 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
3164 is experimental.
3165
3166 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3167
3168 * gdb.texinfo (convenince variables): Mention
3169 $_siginfo could be empty.
3170
3171 2009-09-15 Tom Tromey <tromey@redhat.com>
3172
3173 * gdb.texinfo (GDB/MI Variable Objects): Document
3174 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
3175 Expand -var-update documentation.
3176
3177 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3178
3179 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
3180 feature.
3181
3182 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
3183
3184 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
3185
3186 2009-09-10 Michael Snyder <msnyder@vmware.com>
3187
3188 * gdb.texinfo (qSupported): Mention new ReverseContinue and
3189 ReverseStep replies to the qSupported query.
3190
3191 2009-09-10 Joel Brobecker <brobecker@adacore.com>
3192
3193 Add documentation for set/show interactive-mode.
3194 * gdb.texinfo (Other Misc Settings): New node.
3195
3196 2009-09-01 Doug Evans <dje@google.com>
3197
3198 * gdb.texinfo (Caching Data of Remote Targets): Add note on
3199 non-stop mode's affect on remote caching.
3200
3201 2009-08-31 Jacob Potter <jdpotter@google.com>
3202 Doug Evans <dje@google.com>
3203
3204 * gdb.texinfo (Caching Data of Remote Targets): Update text.
3205 Mark `set/show remotecache' options as obsolete.
3206 Document new `set/show stack-cache' option.
3207 Update text for `info dcache'.
3208
3209 2009-08-27 Doug Evans <dje@google.com>
3210
3211 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
3212 (Files): Add note on new optional regex arg to `info sharedlibrary'.
3213
3214 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3215
3216 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
3217 about autoconf.
3218
3219 2009-08-25 Pedro Alves <pedro@codesourcery.com>
3220
3221 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
3222 small example, and describe its columns. Replace "inferior-id" by
3223 "infno" throughout.
3224
3225 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3226
3227 * gdbint.texinfo (Releasing GDB): Point to
3228 README-maintainer-mode file for required autoconf version.
3229 * configure.ac: Do not substitute datarootdir, htmldir,
3230 pdfdir, docdir. Do not process --with-datarootdir,
3231 --with-htmldir, --with-pdfdir, --with-docdir.
3232 * configure: Regenerate.
3233
3234 * configure: Regenerate.
3235
3236 2009-08-20 Reid Kleckner <reid@kleckner.net>
3237
3238 * gdb.texinfo: Add chapter on JIT interface.
3239
3240 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
3241
3242 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
3243 confirmation request.
3244
3245 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
3246
3247 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
3248 CRC definitions.
3249
3250 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3251
3252 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3253 -break-commands.
3254
3255 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3256
3257 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3258 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
3259
3260 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3261
3262 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
3263 "set spu stop-on-load" and "show spu stop-on-load" commands.
3264
3265 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3266
3267 * gdb.texinfo (Target Descriptions): Document <compatible> element.
3268
3269 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3270
3271 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
3272 org.gnu.gdb.arm.neon.
3273
3274 2009-07-20 Pedro Alves <pedro@codesourcery.com>
3275
3276 * gdb.texinfo (Target Description Format): Mention the new <osabi>
3277 optional element.
3278 (subsection OS ABI): New subsection.
3279
3280 2009-07-14 Stan Shebs <stan@codesourcery.com>
3281
3282 * gdb.texinfo (Tracepoint Conditions): New section.
3283 (General Query Packets): Describe ConditionalTracepoints.
3284 (Tracepoint Packets): Describe condition field.
3285 (Maintenance Commands): Describe maint agent-eval.
3286 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
3287
3288 2009-07-11 Hui Zhu <teawater@gmail.com>
3289
3290 * gdb.texinfo (disassemble): Add a new modifier /r
3291 to "disassemble" command to make it print the raw instructions
3292 in hex as well as in symbolic form.
3293
3294 2009-07-09 Tom Tromey <tromey@redhat.com>
3295
3296 * gdbint.texinfo (Testsuite): Document parallel make check.
3297
3298 2009-07-09 Tom Tromey <tromey@redhat.com>
3299
3300 * gdbint.texinfo (Testsuite): Document test transcripts.
3301
3302 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3303
3304 * gdb.texinfo (Values From Inferior): Add length parameter
3305 description.
3306
3307 2009-07-04 Chris Genly <chris@genly.us>
3308
3309 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
3310 in -var-list-children. Fix example according to what the code
3311 does.
3312
3313 2009-07-02 Pedro Alves <pedro@codesourcery.com>
3314
3315 * gdb.texinfo (Debugging multiple inferiors): Document the
3316 "inferior", "detach inferior" and "kill inferior" commands.
3317 (Debugging Programs with Multiple Processes): Adjust to mention
3318 generic "inferior" commands. Delete mention of "detach fork" and
3319 "delete fork". Cross reference to "Debugging multiple inferiors"
3320 section.
3321
3322 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3323
3324 * gdbint.texinfo (Item Output Functions): Update signature
3325 for ui_out_field_core_addr.
3326
3327 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
3328
3329 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
3330 Update example code extrated from breakpoint.c.
3331
3332 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
3333
3334 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
3335 MI commands.
3336 (GDB/MI Symbol Query): Likewise.
3337 (GDB/MI File Commands): Likewise.
3338 (GDB/MI File Transfer Commands): Likewise.
3339 (GDB/MI Target Manipulation): Likewise.
3340 (GDB/MI Miscellaneous Commands): Likewise.
3341
3342 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3343
3344 * gdb.texinfo (Debugging Optimized Code): New chapter.
3345 (Compiling for Debugging): Reference it. Move some
3346 text to the new section.
3347
3348 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3349
3350 * doc/gdb.texinfo (Calling): Document
3351 set-unwind-on-terminating-exception usage.
3352
3353 2009-06-11 Pedro Alves <pedro@codesourcery.com>
3354
3355 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
3356 command.
3357
3358 2009-06-07 Pedro Alves <pedro@codesourcery.com>
3359
3360 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
3361 references.
3362
3363 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
3364
3365 * gdbint.texinfo: Rename formal parameters to gdbarch function
3366 protoypes from "current_gdbarch" to "gdbarch".
3367
3368 2009-05-28 Tom Tromey <tromey@redhat.com>
3369
3370 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
3371
3372 2009-05-27 Tom Tromey <tromey@redhat.com>
3373
3374 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3375 feature.
3376 (GDB/MI Variable Objects): Document -var-set-visualizer.
3377
3378 2009-04-02 Tom Tromey <tromey@redhat.com>
3379
3380 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
3381 feature.
3382 (GDB/MI Variable Objects): Document -var-set-visualizer.
3383
3384 2009-05-27 Tom Tromey <tromey@redhat.com>
3385 Thiago Jung Bauermann <bauerman@br.ibm.com>
3386 Phil Muldoon <pmuldoon@redhat.com>
3387
3388 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
3389 (Pretty Printing): New node.
3390 (Selecting Pretty-Printers): Likewise.
3391 (Python API): Update.
3392 (Output Formats): Document /r format.
3393
3394 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3395 Tom Tromey <tromey@redhat.com>
3396
3397 * gdb.texinfo (Types In Python): New node.
3398 (Values From Inferior): "type" is now an attribute.
3399 (Python API): Update.
3400
3401 2009-05-27 Tom Tromey <tromey@redhat.com>
3402 Thiago Jung Bauermann <bauerman@br.ibm.com>
3403 Phil Muldoon <pmuldoon@redhat.com>
3404
3405 * gdb.texinfo: Add @syncodeindex for `tp'.
3406 (Python API): Update.
3407 (Auto-loading): New node.
3408 (Objfiles In Python): New node.
3409
3410 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
3411
3412 * gdb.texinfo (Threads): Document libthread-db-search-path.
3413
3414 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
3415
3416 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
3417
3418 2009-05-12 Pedro Alves <pedro@codesourcery.com>
3419
3420 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
3421 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
3422 show show-debug-regs' docs.
3423
3424 2009-05-08 Eli Zaretskii <eliz@gnu.org>
3425
3426 * gdb.texinfo (Process Record and Replay): Add description of
3427 reverse execution.
3428
3429 2009-05-07 Joel Brobecker <brobecker@adacore.com>
3430
3431 * gdbint.texinfo (Adding support for debugging core files): New node.
3432 (Native Debugging): Remove the ``Native core file Support'' section.
3433
3434 2009-05-01 Eli Zaretskii <eliz@gnu.org>
3435
3436 * gdb.texinfo (Process Record and Replay): Improve and clarify.
3437 Add index entries.
3438
3439 2009-04-30 Hui Zhu <teawater@gmail.com>
3440 Michael Snyder <msnyder@vmware.com>
3441
3442 * gdb.texinfo: (Process Record and Replay): Add documentation for
3443 process record and replay.
3444
3445 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3446
3447 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
3448 a new part on command-line defined macros.
3449
3450 2009-04-25 Eli Zaretskii <eliz@gnu.org>
3451
3452 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
3453 clarify the wording.
3454
3455 2009-04-23 Tom Tromey <tromey@redhat.com>
3456
3457 * gdb.texinfo (Data Files): New node.
3458 (GDB Files): Update menu.
3459
3460 2009-04-23 Joel Brobecker <brobecker@adacore.com>
3461
3462 * gdbint.texinfo (Defining Other Architecture Features): Remove
3463 entry for PROCESS_LINENUMBER_HOOK.
3464
3465 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
3466
3467 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
3468
3469 2009-04-22 Hui Zhu <teawater@gmail.com>
3470
3471 * gdb.texinfo (disassemble-next-line): Set the default of
3472 disassemble-next-line to off.
3473
3474 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3475
3476 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
3477 --with-htmldir): New.
3478 * configure: Regenerate.
3479 * Makefile.in (datarootdir, docdir): Define.
3480 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
3481 instead of $(SET_TEXINPUTS).
3482 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
3483 gdbint.info instead of $(SET_TEXINPUTS).
3484 (gdbint/index.html): Use same -I options as for building
3485 gdbint.info.
3486 (stabs.dvi, stabs.pdf): Use same -I options as for building
3487 stabs.info instead of $(SET_TEXINPUTS).
3488 (stabs/index.html): Use same -I options as for building
3489 stabs.info.
3490 (annotate.dvi, annotate.pdf): Use same -I options as for building
3491 annotate.info instead of $(SET_TEXINPUTS).
3492 (annotate/index.html): Use same -I options as for building
3493 annotate.info.
3494
3495 2009-04-21 David Daney <ddaney@caviumnetworks.com>
3496
3497 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
3498
3499 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3500
3501 * gdb.texinfo (Source Path): Document --with-relocated-sources.
3502
3503 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
3504 Joseph Myers <joseph@codesourcery.com>
3505
3506 * Makefile.in (MAKEHTML): Set to makeinfo --html.
3507 (MAKEHTMLFLAGS): Set to empty.
3508 (html__strip_dir): Define.
3509 (HTMLFILES): Define.
3510 (HTMLFILES_INSTALL): Define.
3511 (install-html): Copy new automake rule.
3512 (html): Depend on $(HTMLFILES).
3513 (gdb_toc.html): Rename to gdb/index.html.
3514 (gdbint_toc.html): Rename to gdbint/index.html.
3515 (stabs_toc.html): Rename to stabs/index.html.
3516 (annotate_toc.html): Rename to annotate/index.html.
3517
3518 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
3519
3520 * Makefile.in: Set pdfdir and htmldir from configure
3521 substitutions.
3522 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
3523 * configure: Regenerate.
3524
3525 2009-04-16 Joel Brobecker <brobecker@adacore.com>
3526
3527 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
3528 This macro is no longer used.
3529
3530 2009-04-15 Tom Tromey <tromey@redhat.com>
3531
3532 * gdb.texinfo (Character Sets): Document default character set.
3533
3534 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
3535
3536 * gdbint.texinfo: Change server name from sources.redhat.com to
3537 sourceware.org throughout.
3538
3539 2009-04-09 Joel Brobecker <brobecker@adacore.com>
3540
3541 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
3542 about a missing dot or coma after @xref.
3543
3544 2009-04-02 Joel Brobecker <brobecker@adacore.com>
3545
3546 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
3547 example, and add a small explanation about it.
3548 (Print Settings): Change the documentation of the "set print
3549 frame-arguments" to reflect the fact that the default is now "scalars".
3550
3551 2009-04-02 Joel Brobecker <brobecker@adacore.com>
3552
3553 * gdb.texinfo (Print Settings): Add kindex for command "set
3554 print frame-arguments".
3555
3556 2009-03-31 Joel Brobecker <brobecker@adacore.com>
3557
3558 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
3559 breakpoints.
3560 (Set Breaks): Add reference to thread-specific and task-specific
3561 breakpoints.
3562
3563 2009-03-31 Joel Brobecker <brobecker@adacore.com>
3564
3565 * gdb.texinfo (Ada Tasks): Remove the documentation about
3566 the "Running" state, as this state has been eliminated.
3567 Now all runnable tasks are shown as "Runnable".
3568
3569 2009-03-30 Stan Shebs <stan@codesourcery.com>
3570
3571 * gdb.texinfo (Tracepoints): Describe tracepoints as a
3572 special case of breakpoints.
3573 (Enable and Disable Tracepoints): Mention deprecation.
3574 (Listing Tracepoints): Update description and example.
3575
3576 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3577
3578 * gdb.texinfo (Frames in Python): New node.
3579 (Python API): Update.
3580
3581 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3582
3583 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
3584 from a method to an attribute.
3585
3586 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3587
3588 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3589 attribute.
3590
3591 2009-03-25 Pedro Alves <pedro@codesourcery.com>
3592
3593 * observer.texi (thread_exit): Add "silent" parameter.
3594
3595 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3596
3597 * observer.texi (about_to_proceed): New.
3598
3599 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3600
3601 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3602 field throughout to handle types with spaces in them. Fix typos
3603 found by aspell.
3604 (Summary, Requirements, Contributors): New first chapter,
3605 "Summary" added, old Requirements section moved there, and new
3606 section, "Contributors" added.
3607 (Initializing a New Architecture, Register Representation)
3608 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3609 (Porting gdb): These sections extended and updated.
3610 (Compiler Characteristics): This section (empty) deleted.
3611 (Defining Other Architecture Features): This section renamed and
3612 duplicate material removed from (formerly "Target Conditionals").
3613 Use braces {} in @deftypeXX type field throughout to handle types
3614 with spaces in them. Typos found by aspell fixed.
3615
3616 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3617 * stack_frame.pdf: Version of image for PDF output.
3618 * stack_frame.png: Version of image for HTML output and for Emacs.
3619 * stack_frame.txt: Version of image for Info output.
3620 * stack_frame.eps: Version of image for TeX DVI output.
3621
3622 2009-03-21 Eli Zaretskii <eliz@gnu.org>
3623
3624 * gdb.texinfo (Character Sets): Fix last change.
3625
3626 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3627
3628 * gdb.texinfo (Values From Inferior): Fix optional arguments
3629 markup.
3630 (Commands In Python): Adjust argument names of gdb.Command.__init__
3631 to what the function accepts as keywords.
3632
3633 2008-03-20 Tom Tromey <tromey@redhat.com>
3634
3635 * gdb.texinfo (Convenience Vars): Document convenience functions.
3636 (Functions In Python): New node.
3637 (Python API): Update.
3638
3639 2009-03-20 Tom Tromey <tromey@redhat.com>
3640
3641 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3642 set target-wide-charset.
3643 (Requirements): Mention iconv.
3644
3645 2009-03-17 Hui Zhu <teawater@gmail.com>
3646
3647 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3648
3649 2009-03-17 Hui Zhu <teawater@gmail.com>
3650
3651 * gdb.texinfo: Add documentation for disassemble-next-line.
3652
3653 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3654
3655 * gdb.texinfo (Commands In Python): Remove tindex entries.
3656
3657 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3658
3659 * gdb.texinfo (Returning): New description for missing debug info.
3660
3661 2009-03-14 Pedro Alves <pedro@codesourcery.com>
3662
3663 * gdb.texinfo (Remote Configuration): Document query-attached.
3664 (General Query Packets): Document qAttached.
3665
3666 2009-03-05 Pedro Alves <pedro@codesourcery.com>
3667
3668 * gdb.texinfo (Background Execution): Better describe the set
3669 target-async command.
3670 (Maintenance Commands): Delete description of the `maint set/show
3671 linux-async' and `maint set/show remote-async' commands.
3672
3673 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3674
3675 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3676 between sentences.
3677
3678 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3679
3680 * gdb.texinfo (GDB/MI Async Records): Document the
3681 =library-loaded and =library-unloaded notifications.
3682
3683 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3684
3685 * observer.texi (test_notification): New observer.
3686
3687 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3688
3689 * observer.texi: Add parameter 'print_frame' to normal_stop
3690 observer.
3691
3692 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3693
3694 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3695 (Commands In Python): Fix COMMAND_* constants in last change. Use
3696 @kbd for interactive input. Add cross-references and index
3697 entries.
3698
3699 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3700
3701 * gdb.texinfo (Signals): Document $_siginfo.
3702 (Convenience Variables): Mention $_siginfo.
3703 (Remote Configuration): Document qXfer:siginfo:read,
3704 qXfer:siginfo:write packets, and the read-siginfo-object,
3705 write-siginfo-object commands.
3706
3707 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3708
3709 * gdbint.texinfo (Values): New chapter.
3710
3711 2009-02-06 Tom Tromey <tromey@redhat.com>
3712
3713 * gdb.texinfo (Python API): Add entry for Commands In Python.
3714 (Commands In Python): New node.
3715
3716 2009-02-05 Tom Tromey <tromey@redhat.com>
3717
3718 * gdb.texinfo (Values From Inferior): Document Value.string.
3719
3720 2009-02-05 Tom Tromey <tromey@redhat.com>
3721
3722 * gdb.texinfo (Basic Python): Document execute's from_tty
3723 argument.
3724
3725 2009-02-04 Tom Tromey <tromey@redhat.com>
3726
3727 * gdb.texinfo (Basic Python): Document gdb.history.
3728
3729 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3730
3731 * gdb.texinfo (GDB/MI Thread Commands): Document the
3732 'current-thread-id' field. Remove the example with zero threads,
3733 since current GDB won't ever report that if there's inferior.
3734
3735 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3736
3737 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3738 option to -break-insert.
3739
3740 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3741 Jerome Guitton <guitton@adacore.com>
3742
3743 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3744 (System-wide configuration): New section.
3745
3746 2009-01-26 Pedro Alves <pedro@codesourcery.com>
3747
3748 PR gdb/7580:
3749 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3750 internal-error|internal-warning quit|corefile ask|yes|no".
3751
3752 2009-01-26 Pedro Alves <pedro@codesourcery.com>
3753
3754 * gdb.texinfo (Using the `gdbserver' Program): Document
3755 --remote-debug.
3756
3757 2009-01-23 Doug Evans <dje@google.com>
3758
3759 * gdb.texinfo: Add nexti to list of commands that support
3760 background execution.
3761
3762 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3763
3764 * gdb.texinfo (Define, Hooks): Document prefix command support.
3765
3766 2009-01-14 Joseph Myers <joseph@codesourcery.com>
3767 Carlos O'Donell <carlos@codesourcery.com>
3768
3769 Fixes for makeinfo --html.
3770
3771 * annotate.texinfo: Use @copying and @insertcopying. Use
3772 @ifnottex in place of @ifinfo.
3773 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3774 place of @ifinfo. Use @ifnotinfo for one index entry.
3775 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3776 in place of @ifinfo.
3777 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3778 in place of @ifinfo. Include contents at start unconditionally.
3779
3780 2009-01-13 Pedro Alves <pedro@codesourcery.com>
3781
3782 * gdb.texinfo (General Query Packets): Remove @var{} around the
3783 "spu" literal string.
3784
3785 2009-01-07 Pedro Alves <pedro@codesourcery.com>
3786
3787 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3788 program may be running in another process" errors.
3789 * gdbint.texinfo (Native Conditionals): Delete
3790 ONE_PROCESS_WRITETEXT description.
3791
3792 2009-01-07 Joel Brobecker <brobecker@adacore.com>
3793
3794 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3795 emacs local variable to be placed at the end of the ChangeLog.
3796 Add server.c and gdbreplay.c to the list of files where the
3797 copyright year needs to be updated.
3798
3799 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3800
3801 * gdb.texinfo (Remote Configuration): Document new
3802 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3803 commands.
3804
3805 2008-12-28 Pedro Alves <pedro@codesourcery.com>
3806
3807 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3808 FETCH_INFERIOR_REGISTERS.
3809 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3810 FETCH_INFERIOR_REGISTERS descriptions. Remove
3811 gdbarch_get_longjmp_target descrition, since already described in
3812 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3813 (Target Conditionals): ... here.
3814
3815 2008-12-16 Joel Brobecker <brobecker@adacore.com>
3816
3817 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3818 examples.
3819 (Additions to Ada): Likewise. Add the missing opening and closing
3820 parenthesis of the GDB prompt in one of the examples.
3821
3822 2008-12-14 Joel Brobecker <brobecker@adacore.com>
3823
3824 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3825 about the result of 'Address not being of type System.Address.
3826 This problem has been fixed a while ago.
3827
3828 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3829
3830 MI non-stop and multiprocess docs.
3831
3832 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3833 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3834 Adjust documentation for *stopped, document =thread-created,
3835 =thread-exited, =thread-group-created and =thread-group-exited.
3836 (GDB/MI Thread Commands): Document the 'state' field in
3837 -thread-info output.
3838 (GDB/MI Program Execution): Mention --all and --thread-group
3839 options.
3840 (GDB/MI Variable Objects): Describe floating and fixed variable
3841 objects.
3842 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
3843
3844 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3845
3846 * gdb.texinfo (Operating System Information): New appendix.
3847 (Operating System Auxiliary Information): Document 'info os processes'
3848 (Remote Configuration): Document 'osdata'
3849 (General Query Packets): Document qXfer:osdata:read.
3850
3851 2008-11-27 Tristan Gingold <gingold@adacore.com>
3852
3853 * gdb.texinfo (Darwin): Document Darwin specific features.
3854
3855 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3856
3857 * gdbint.texinfo (Target Conditionals): Extend the
3858 gdbarch_breakpoint_from_pc description.
3859
3860 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3861
3862 * gdb.texinfo (M68K Features): Fix typo.
3863
3864 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3865
3866 * gdb.texinfo (Symbols): Mention printing containing
3867 image name in "info symbol".
3868 (Maint translate-address): Likewise.
3869
3870 2008-11-18 Joel Brobecker <brobecker@adacore.com>
3871
3872 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3873 commands "catch load" and "catch unload".
3874
3875 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3876
3877 * gdb.texinfo (GDB/MI Async Records): Document
3878 =thread-selected.
3879
3880 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3881
3882 * observer.texi (new_inferior, inferior_exit): New observers.
3883
3884 2008-10-27 Pedro Alves <pedro@codesourcery.com>
3885
3886 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3887 .mt files, TM_CLIBS or TM_CDEPS.
3888 (x86 Watchpoints): Don't mention TDEPFILES.
3889
3890 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3891
3892 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3893 (Overview): Mention notifications and non-stop mode behavior.
3894 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3895 with non-stop mode behavior. Add vStopped description.
3896 (Stop Reply Packets): Update list of packets that return
3897 stop replies. Mention non-stop behavior.
3898 (General Query Packets): Document QNonStop packet and associated
3899 qSupported query response.
3900 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3901 behavior.
3902 (Notification Packets): New section.
3903 (Remote Non-Stop): New section.
3904 (File-I/O Overview): Mention non-stop behavior.
3905
3906 2008-10-24 Hui Zhu <teawater@gmail.com>
3907 Pedro Alves <pedro@codesourcery.com>
3908
3909 * gdb.texinfo (displaced-stepping): Describe the auto mode
3910 setting, and say it's the default. This is now a mainstream
3911 setting instead of a maintenance setting.
3912
3913 2008-10-23 Pedro Alves <pedro@codesourcery.com>
3914
3915 * observer.texi (thread_stop_requested): New.
3916
3917 2008-10-22 Joel Brobecker <brobecker@adacore.com>
3918
3919 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3920 (Patching): Replace incorrect usage of @samp by @kbd.
3921
3922 2008-10-17 Michael Snyder <msnyder@vmware.com>
3923
3924 * gdb.texinfo: Add documentation for reverse execution.
3925
3926 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3927 Eli Zaretskii <eliz@gnu.org>
3928
3929 * gdb.texinfo. (Values From Inferior): New subsubsection.
3930
3931 2008-10-06 Doug Evans <dje@google.com>
3932
3933 * gdb.texinfo (set debug dwarf2-die): Document it.
3934
3935 2008-10-01 Joel Brobecker <brobecker@adacore.com>
3936
3937 * gdb.texinfo (catch) [exception]: Document how to insert
3938 a breakpoint on user-defined exceptions when the exception
3939 name is identical to one of the language-defined ones.
3940
3941 2008-09-27 Tom Tromey <tromey@redhat.com>
3942
3943 * gdb.texinfo (Macros): Remove text about stringification,
3944 varargs, and splicing.
3945
3946 2008-09-27 Tom Tromey <tromey@redhat.com>
3947
3948 * gdbint.texinfo (Language Support): Remove text about omitting
3949 support for a language.
3950
3951 2008-09-23 Doug Evans <dje@google.com>
3952
3953 * gdb.texinfo (info dcache): Update.
3954
3955 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3956
3957 * gdb.texinfo (Packets): Add info on thread-id syntax and
3958 multiprocess extensions.
3959 <D>: Document multiprocess form of packet.
3960 <H>: Use thread-id syntax.
3961 <T>: Likewise.
3962 <vCont>: Likewise. Note this is required for multiprocess.
3963 <vKill>: New packet.
3964 (Stop Reply Packets) <T>: Use thread-id syntax.
3965 <W>: Document multiprocess form of reply.
3966 <X>: Likewise.
3967 (General Query Packets) <qC>: Use thread-id syntax.
3968 <qfThreadInfo>: Likewise.
3969 <qGetTLSAddr>: Likewise.
3970 <qP>: Likewise.
3971 <qSupported>: Add "multiprocess" feature.
3972 <qThreadExtraInfo>: Use thread-id syntax.
3973
3974 2008-09-22 Stan Shebs <stan@codesourcery.com>
3975
3976 * gdb.texinfo (Inferiors): New section.
3977
3978 2008-09-12 Pedro Alves <pedro@codesourcery.com>
3979
3980 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3981
3982 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3983
3984 * gdbint.texinfo (Target Conditionals): Remove documentation
3985 for gdbarch_name_of_malloc.
3986
3987 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3988
3989 * gdb.texinfo (Interrupts): Mention TCP interface for
3990 sending BREAK.
3991
3992 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3993
3994 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3995 argument prefix to "set sysroot".
3996
3997 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3998
3999 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4000 and False.
4001
4002 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
4003
4004 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
4005 for possible features of -list-features.
4006
4007 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4008
4009 * gdb.texinfo (Background execution): Adjust example
4010 (GDB/MI Miscellaneous Commands): Document -list-target-features.
4011
4012 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4013
4014 * doc/gdb.texinfo (PowerPC): Fix typo.
4015 (PowerPC features): Fix typo.
4016
4017 2008-08-18 Pedro Alves <pedro@codesourcery.com>
4018
4019 * observer.texi (thread_ptid_changed): New.
4020
4021 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
4022
4023 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
4024 (PowerPC features): Mention feature set for VSX registers.
4025
4026 2008-08-13 Joel Brobecker <brobecker@adacore.com>
4027
4028 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
4029 the direct visibility of all names in user-written packages.
4030
4031 2008-08-13 Pedro Alves <pedro@codesourcery.com>
4032
4033 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
4034 setting, and make it the default.
4035 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
4036 non-stop script example.
4037
4038 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
4039
4040 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
4041 reference to the "Using Different Register and Memory Data
4042 Representation" section.
4043
4044 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
4045
4046 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
4047 (Remote Protocol): Add Packet Acknowledgment to menu.
4048 (Overview): Mention +/- can be disabled, and point to new section
4049 where this is discussed in detail.
4050 (General Query Packets): Document QStartNoAckMode packet, and
4051 corresponding qSupported reply.
4052 (Packet Acknowledgment): New section.
4053
4054 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
4055 Pedro Alves <pedro@codesourcery.com>
4056
4057 * gdb.texinfo (Threads): Move paragraph about automatic thread
4058 selection to All-Stop Mode subsection.
4059 (Thread Stops): Reorganize existing material into subsections.
4060 Add introductory blurb and menu.
4061 (Non-Stop Mode): New subsection.
4062 (Background Execution): New subsection.
4063 (Maintenance Commands): Add cross-references from async mode
4064 commands to the new Background Execution section.
4065
4066 2008-08-06 Tom Tromey <tromey@redhat.com>
4067
4068 * gdb.texinfo (Extending GDB): New chapter.
4069 (Sequences): Demoted chapter, now a section under the new
4070 Extending GDB chapter.
4071 (Python): New section.
4072
4073 2008-07-31 Stan Shebs <stan@codesourcery.com>
4074
4075 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
4076
4077 2008-07-29 Stan Shebs <stan@codesourcery.com>
4078
4079 * gdbint.texinfo: General round of cleanup and minor
4080 clarifications.
4081 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
4082 (Longjmp Support): Update description to reflect how it is done
4083 for targets without using native header.
4084 (Symbol Handling): Add a little more general explanation.
4085 (COFF, ELF): Mention stabs encapsulation.
4086 (DWARF 3): New section.
4087 (Adding a New Host): Scrub out some obsolete bits.
4088 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
4089 (Host Conditionals): Remove descriptions of NO_STD_REGS,
4090 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
4091 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
4092 SEEK_SET, STOP_SIGNAL, USG.
4093 (Raw and Virtual Register Representations): Ditto for
4094 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
4095 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
4096 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
4097 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
4098 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
4099 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
4100 DEPRECATED_REGISTER_VIRTUAL_SIZE,
4101 DEPRECATED_REGISTER_VIRTUAL_TYPE,
4102 DEPRECATED_USE_STRUCT_CONVENTION.
4103 Describe gdbarch_deprecated_fp_regnum.
4104 Update description of gdbarch_print_insn.
4105 (Adding a New Target): Scrub out obsolete bits.
4106 (Obsolete Conditionals): Remove entire section.
4107
4108 2008-07-25 Tom Tromey <tromey@redhat.com>
4109
4110 * observer.texi (GDB Observers): Document new observers:
4111 breakpoint_created, breakpoint_deleted, breakpoint_modified,
4112 tracepoint_created, tracepoint_deleted, tracepoint_modified,
4113 architecture_changed.
4114
4115 2008-07-21 Stan Shebs <stan@codesourcery.com>
4116
4117 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
4118 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
4119
4120 2008-07-21 Tom Tromey <tromey@redhat.com>
4121
4122 * observer.texi (GDB Observers): Remove obsolete comment.
4123 <executable_changed>: Remove argument.
4124
4125 2008-07-18 Tom Tromey <tromey@redhat.com>
4126
4127 * gdb.texinfo (Macros): Update. Use @code rather than @command.
4128
4129 2008-07-10 Doug Evans <dje@google.com>
4130
4131 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
4132
4133 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4134
4135 * gdb.texinfo (Starting): Document "set disable-randomization".
4136
4137 2008-07-07 Andreas Schwab <schwab@suse.de>
4138
4139 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
4140
4141 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
4142
4143 * gdb.texinfo (GDB/MI Target Manipulation): Add
4144 example of -target-attach.
4145
4146 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4147
4148 * observer.texi (target_resumed): New observer.
4149 * gdb.texinfo (GDB/MI Output Records): Document *running.
4150
4151 2008-06-06 Tom Tromey <tromey@redhat.com>
4152
4153 * gdb.texinfo (Completion): Add field name example.
4154
4155 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
4156
4157 * gdb.texinfo (GDB/MI Program Context): Added example
4158 to -exec-arguments
4159
4160 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
4161
4162 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
4163 annotation.
4164
4165 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
4166 Nathan Sidwell <nathan@codesourcery.com>
4167 Joseph Myers <joseph@codesourcery.com>
4168
4169 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
4170 and ACX_BUGURL.
4171 * configure: Regenerate.
4172 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
4173 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
4174 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
4175 mailing-list-specific text about bug reporting unless
4176 BUGURL_DEFAULT.
4177
4178 2008-06-05 Pedro Alves <pedro@codesourcery.com>
4179
4180 * gdb.texinfo (-target-select): Remove reference to target async.
4181 (Maintenance Commands): Document "maint set/show remote-async".
4182
4183 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
4184
4185 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
4186 in -target-file-get section.
4187
4188 2008-05-22 Pedro Alves <pedro@codesourcery.com>
4189
4190 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
4191 killing the inferior when it is already debugging a process.
4192
4193 2008-05-21 Joel Brobecker <brobecker@adacore.com>
4194
4195 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
4196 abbreviation for "finish".
4197
4198 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
4199
4200 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
4201
4202 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4203
4204 * gdbint.texinfo (Target Conditionals): Delete entry for
4205 gdbarch_dwarf_reg_to_regnum.
4206
4207 2008-05-09 Doug Evans <dje@google.com>
4208
4209 * gdb.texinfo: Document "find" command, qSearch:memory packet.
4210
4211 2008-05-05 Doug Evans <dje@google.com>
4212
4213 * gdb.texinfo (disassemble): Document /m modifier.
4214
4215 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
4216
4217 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
4218 will not report the time of commands that run the target.
4219
4220 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4221
4222 * gdb.texinfo (GDB/MI Output Records): Add
4223 missing semicolon.
4224
4225 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4226
4227 * gdb.texinfo (GDB/MI Output Records):
4228 Document =thread-create and =thread-exited.
4229
4230 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
4231
4232 * gdb.texinfo (GDB/MI Development and Front Ends):
4233 Remove mention of dmi-discuss.
4234
4235 2008-05-03 Pedro Alves <pedro@codesourcery.com>
4236
4237 * observer.texi (thread_exit): New.
4238
4239 2008-05-02 Pedro Alves <pedro@codesourcery.com>
4240
4241 * gdb.texinfo (Debugging Output): Document "set/show debug
4242 displaced".
4243 (Maintenance Commands): Document "maint set/show
4244 can-use-displaced-stepping".
4245
4246 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4247
4248 * gdb.texinfo (ARM): Document set/show arm fallback-mode
4249 and set/show arm force-mode.
4250
4251 2008-05-02 Andreas Schwab <schwab@suse.de>
4252
4253 * gdbint.texinfo (Algorithms): Describe
4254 target_watchpoint_addr_within_range.
4255
4256 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4257
4258 * gdbint.texinfo (Stack Frames): New chapter.
4259 (Algorithms): Move Frames text to the new chapter.
4260 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
4261 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
4262
4263 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4264
4265 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
4266 output does not necessary include any tokens.
4267
4268 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
4269
4270 * gdb.texinfo (Set SH Calling convention): New @item.
4271 (Show SH Calling convention): Ditto.
4272
4273 2008-04-22 Markus Deuling <deuling@de.ibm.com>
4274
4275 * gdb.texinfo (Fortran Operators): Describe '%' operator.
4276
4277 2008-04-20 Eli Zaretskii <eliz@gnu.org>
4278
4279 * gdb.texinfo (Set Breaks): Mention that multiple location
4280 breakpoints need line number info. Add index entries.
4281
4282 2008-04-19 Craig Silverstein <csilvers@google.com>
4283
4284 * gdb.texinfo (Requirements): Add an optional requirement on
4285 zlib.
4286 * gdbint.texinfo (Debugging File Formats): Add new subsection for
4287 Compressed DWARF 2.
4288
4289 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
4290
4291 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
4292 sample output for 'stopped,reason="breakpoint-hit"' message.
4293 (GDB/MI Program Execution): Likewise.
4294
4295 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4296
4297 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
4298 -var-set-format. Add -f option to -var-evaluate-expression.
4299
4300 2008-04-03 Joel Brobecker <brobecker@adacore.com>
4301
4302 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
4303 new node "Ambiguous Expressions". Replace references to this
4304 node by references to "Ambiguous Expressions" throughout.
4305 (Ambiguous Expressions): New node.
4306
4307 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4308
4309 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
4310
4311 2008-03-21 Pedro Alves <pedro@codesourcery.com>
4312
4313 * gdb.texinfo (Debugging Output): Document
4314 "set/show debug lin-lwp-async".
4315 (Maintenance Commands): Document "maint set/show linux-async".
4316
4317 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4318
4319 * gdb.texinfo (Expressions): Update description of malloced arrays.
4320
4321 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
4322
4323 * gdb.texinfo (Thread Commands): Document
4324 -thread-info. Remove -thread-list-all-threads.
4325
4326 2008-03-14 Pedro Alves <pedro@codesourcery.com>
4327 Sandra Loosemore <sandra@codesourcery.com>
4328
4329 * gdb.texinfo (Library List Format): Update to mention the
4330 possibility to pass section addresses instead of segment
4331 addresses.
4332
4333 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4334
4335 * gdb.texinfo (Starting): Document "set exec-wrapper".
4336 (Server): Document gdbserver --wrapper.
4337
4338 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4339
4340 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
4341 unreadable memory. Delete obsolete SPARClite reference.
4342
4343 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4344
4345 * gdb.texinfo (Starting): Mention always-running targets.
4346 (Target Commands): Add an anchor for load.
4347 (Connecting): Explain continue instead of run.
4348
4349 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4350
4351 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
4352
4353 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
4354
4355 * gdb.texinfo (Set Breaks): Revert description of Enb column of
4356 breakpoint table.
4357
4358 2008-02-19 Pedro Alves <pedro@codesourcery.com>
4359
4360 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
4361 killing the inferior when it is already debugging a process.
4362
4363 2008-02-13 Markus Deuling <deuling@de.ibm.com>
4364
4365 * gdbint.texinfo (Build Script): New section. Mention new build script
4366 gdb_buildall.sh.
4367
4368 2008-02-01 Jim Blandy <jimb@red-bean.com>
4369
4370 * gdb.texinfo (Help): Summarize 'info args' correctly.
4371
4372 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4373
4374 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
4375 available in PowerPC architecture.
4376 (Embedded Processors): Change node name of PowerPC item in menu.
4377 (PowerPC): Rename to...
4378 (PowerPC Embedded): this.
4379 (Architectures): Add new PowerPC item in menu.
4380 (PowerPC): New node.
4381
4382 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4383
4384 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
4385 commands.
4386
4387 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
4388
4389 * gdb.texinfo (Setting Catchpoints): Mention features
4390 supported on GNU/Linux.
4391
4392 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
4393
4394 * gdb.texinfo (GDB/MI File Commands): Describe new output
4395 field for MI command -file-list-exec-source-file.
4396
4397 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4398
4399 * gdb.texinfo (Using the `gdbserver' Program): Add security
4400 warning. Rearrange into subsections and subsubsections. Document
4401 --multi and --debug. Correct --with-sysroot typo. Update --attach
4402 usage. Make load reference clearer. Document monitor exit.
4403 (Remote Configuration): Document set remote exec-file, attach-packet,
4404 and run-packet.
4405 (Packets): Document vAttach and vRun.
4406
4407 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
4408
4409 * gdb.texinfo (Processes): Mention process command.
4410 detach-on-follow -> detach-on-fork.
4411
4412 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4413
4414 * gdbint.texinfo (Native Conditionals): Remove
4415 SHELL_COMMAND_CONCAT and SHELL_FILE.
4416
4417 2008-01-26 Eli Zaretskii <eliz@gnu.org>
4418
4419 * gdb.texinfo (Specify Location): Improve wording.
4420
4421 2008-01-23 Chris Demetriou <cgd@google.com>
4422
4423 * gdb.texinfo (Threads): Document new "set print thread-events"
4424 and "show print thread-events" commands.
4425
4426 2008-01-19 Eli Zaretskii <eliz@gnu.org>
4427
4428 * gdb.texinfo (Specify Location): New section.
4429 (Delete Breaks, Edit, Set Breaks): Remove description of
4430 locations. Instead, add a reference to "Specify Location".
4431 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
4432 (Symbols): Refer to "Specify Location" for the valid forms of
4433 linespecs and locations.
4434
4435 2008-01-18 Markus Deuling <deuling@de.ibm.com>
4436
4437 * gdbint.texinfo (Target Conditionals): Replace the description of
4438 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
4439
4440 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
4441
4442 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
4443 about &&var, which is rejected by the expression parser.
4444
4445 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
4446
4447 * gdb.texinfo (Output): Update documentation on using printf with DFP
4448 types.
4449
4450 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
4451
4452 * gdb.texinfo (C and C++): Add Decimal Floating Point format
4453 subsubsection.
4454 (Decimal Floating Point format): New subsubsection.
4455
4456 2008-01-05 Pedro Alves <pedro@codesourcery.com>
4457
4458 * gdb.texinfo (File Options): Remove mention of the attempt to
4459 open a core file with the -p option. Don't list -c as a valid
4460 option to attach to a process.
4461
4462 2008-01-05 Pedro Alves <pedro@codesourcery.com>
4463
4464 * gdbint.texinfo (Host Conditionals): Remove mention of
4465 ALIGN_STACK_ON_ENTRY.
4466
4467 2008-01-05 Joel Brobecker <brobecker@adacore.com>
4468
4469 * gdbint.texinfo (Start of New Year Procedure): Add item
4470 describing how to update the source and documentation copyright
4471 notices.
4472
4473 2007-12-18 Jim Blandy <jimb@codesourcery.com>
4474
4475 * gdb.texinfo (Set Watchpoints): Integrate per-thread
4476 watchpoint explanation into the main description of the watchpoint
4477 command; update synopses of 'watch', 'rwatch', and 'awatch'
4478 commands.
4479
4480 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
4481
4482 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4483 Document 'pending-breakpoints' feature of
4484 -list-features.
4485
4486 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
4487
4488 * gdb.texinfo: Add new parameter's description.
4489
4490 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4491
4492 * gdb.texinfo (Overview): Clarify run-length encoding
4493 example. Remove the restriction on "+" and "-" characters.
4494
4495 2007-12-15 Eli Zaretskii <eliz@gnu.org>
4496
4497 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
4498
4499 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
4500
4501 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4502 the -f option for -break-insert, remove -r option,
4503 and clarify specification of location.
4504
4505 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4506
4507 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4508 formatting.
4509 (Remote Debugging): Add File Transfer section.
4510 (Remote Configuration): Document Host I/O packets.
4511 (GDB/MI): Add GDB/MI File Transfer Commands section.
4512 (Host I/O Packets): New section in "Remote Protocol".
4513 (Packets): Add vFile.
4514
4515 2007-11-17 Eli Zaretskii <eliz@gnu.org>
4516
4517 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
4518 breakpoints with multiple locations.
4519 (Breakpoint Menus): Improve wording.
4520 (Output): Fix last change.
4521
4522 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
4523
4524 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
4525
4526 2007-11-15 Doug Evans <dje@google.com>
4527
4528 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
4529
4530 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
4531
4532 * gdbint.texinfo (Native Conditionals): Remove
4533 mention of CLEAR_SOLIB.
4534
4535 2007-11-11 Joel Brobecker <brobecker@adacore.com>
4536
4537 * gdb.texinfo (Print Settings): Add documentation for "set/show
4538 print frame-arguments".
4539
4540 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
4541
4542 * gdb.texinfo (Output): Update printf command's description.
4543
4544 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
4545
4546 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
4547 powerpc soft-float".
4548
4549 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4550
4551 * gdb.texinfo (Files): Correct formatting. Mention Expat
4552 requirement.
4553 (Requirements for Building GDB): Expand the list of Expat
4554 uses.
4555 (Library List Format, Memory Map Format): Mention Expat.
4556 (Target Descriptions): Update Expat wording.
4557
4558 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4559
4560 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
4561 Document that gdbarch_convert_register_p should return zero for no-op
4562 conversions.
4563
4564 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
4565
4566 * gdbint.texi (Compiler Characteristics): Move documentation
4567 of set_gdbarch_sofun_address_maybe_missing back to ...
4568 (Target Conditionals): ... here to fix build break.
4569
4570 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4571
4572 * gdbint.texi (Target Conditionals): Remove documentation of
4573 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
4574 (Compiler Characteristics): ... documentation of
4575 set_gdbarch_sofun_address_maybe_missing.
4576
4577 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4578
4579 * gdbint.texinfo (Target Conditionals): Use
4580 frame_unwind_register_unsigned in examples instead of
4581 frame_unwind_unsigned_register.
4582
4583 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4584
4585 * gdb.texinfo (Predefined Target Types): Add int128
4586 and uint128.
4587 (Standard Target Features): Add PowerPC features.
4588
4589 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4590
4591 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4592
4593 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4594
4595 * gdbint.texi (Target Conditionals): Remove documentation
4596 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4597 gdbarch_extract_return_value, and gdbarch_store_return_value.
4598
4599 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4600
4601 * gdbint.texi (Target Conditionals): Remove documentation of
4602 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4603
4604 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
4605
4606 * gdb.texinfo: Mention that inaccessible-by-default is on by
4607 default.
4608
4609 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4610
4611 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4612
4613 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4614
4615 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4616 multi-threaded watchpoints.
4617 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4618 checked. Describe sticky notification. Expand description
4619 of steppable and continuable watchpoints.
4620 (Watchpoints and Threads): New subsection.
4621
4622 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4623
4624 * gdb.texinfo (Setting Breakpoints): Revise
4625 documentation for pending breakpoints. Document
4626 breakpoints with multiple locations.
4627
4628 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4629
4630 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4631 Document -list-features.
4632
4633 2007-09-15 Eli Zaretskii <eliz@gnu.org>
4634
4635 * gdb.texinfo (Output): Spell out which features of C's printf are
4636 not supported by GDB's printf.
4637 (Separate Debug Files): More accurate wording regarding build ID
4638 and a reference to the ld manual rather than the Fedora wiki.
4639
4640 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4641 Jim Blandy <jimb@codesourcery.com>
4642
4643 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4644 (Examining Memory): Update mentions of the 's' format.
4645 (Automatic Display): Likewise.
4646
4647 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4648
4649 * gdb.texinfo: Update the FSF's Back-Cover Text.
4650
4651 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4652 Eli Zaretskii <eliz@gnu.org>
4653
4654 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4655 Fixed the ``build ID'' name. New binaries build instructions for the
4656 build ID inclusion. Explain how the commands are specific to the build
4657 ID vs. debug link.
4658
4659 2007-09-01 Eli Zaretskii <eliz@gnu.org>
4660
4661 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4662 indexing for ``build ID'' support.
4663
4664 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4665
4666 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4667 Enlisted BUILD ID to the debug file searching example.
4668 Included a BUILD ID `.note.gnu.build-id' section description.
4669 Updated/added the debug files splitting instructions for OBJCOPY.
4670
4671 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4672
4673 * gdb.texinfo (Variable Objects): Adjust docs
4674 for -var-info-expression and document
4675 -var-info-path-expression.
4676
4677 2007-08-20 Jim Blandy <jimb@codesourcery.com>
4678
4679 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4680 (title page): Include the dedication in the printed manual, as a
4681 separate page after the copyright notice.
4682
4683 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4684 don't break a @var across a line.
4685
4686 2007-07-25 Maciej W. Rozycki <macro@mips.com>
4687
4688 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4689 for include files.
4690
4691 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
4692
4693 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
4694 in annotate.texinfo.
4695 (Command History): Link to new node.
4696
4697 2007-07-05 Markus Deuling <deuling@de.ibm.com>
4698
4699 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4700
4701 2007-07-05 Eli Zaretskii <eliz@gnu.org>
4702
4703 * gdbint.texinfo (Target Conditionals): Fix last change.
4704
4705 2007-07-03 Markus Deuling <deuling@de.ibm.com>
4706
4707 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4708 routines:
4709 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4710 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4711 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4712 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4713 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4714 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4715 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4716 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4717 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4718 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4719 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4720 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4721 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4722 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4723 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4724 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4725 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4726 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4727 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4728 (SOFTWARE_SINGLE_STEP_P)
4729
4730 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4731 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4732
4733 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4734 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4735 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4736 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4737 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4738 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4739 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4740 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4741 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4742 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4743
4744 (Converting an existing Target Architecture to Multi-arch): Remove
4745 section.
4746
4747 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4748 (gdbarch_addr_bits_remove): Add code example.
4749
4750 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4751
4752 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4753
4754 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4755 Add other missing entries. Adjust the table size to fit.
4756 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4757 stop reasons including the new "library" event.
4758 (General Query Packets): Adjust table widths for qSupported. Mention
4759 qXfer:libraries:read reply to qSupported and document the new packet.
4760 (Library List Format): New section.
4761
4762 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4763
4764 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4765
4766 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4767
4768 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4769
4770 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
4771
4772 * gdbint.texinfo (Register and Memory Data): Break sections
4773 into nodes and add a menu.
4774
4775 2007-06-21 Maciej W. Rozycki <macro@mips.com>
4776
4777 * gdb.texinfo (Examining Memory): Document the new behaviour.
4778
4779 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4780
4781 * gdb.texinfo (Standard Target Features): Document
4782 m68k features.
4783
4784 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4785
4786 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4787
4788 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4789
4790 * gdb.texinfo (Target Description Format): Add version attribute
4791 for <target>.
4792
4793 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4794
4795 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4796
4797 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4798
4799 * gdb.texinfo (MIPS Features): New subsection.
4800
4801 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4802 Markus Deuling <deuling@de.ibm.com>
4803
4804 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4805 and qXfer:spu:write packets and mention them under qSupported.
4806
4807 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4808 Markus Deuling <deuling@de.ibm.com>
4809
4810 * gdb.texinfo (Architectures): Add new SPU section to document
4811 Cell Broadband Engine SPU architecture specific commands.
4812
4813 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4814
4815 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4816 comments.
4817
4818 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
4819
4820 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4821
4822 2007-05-29 Jim Blandy <jimb@codesourcery.com>
4823
4824 * gdb.texinfo (Overview): Doc fix.
4825
4826 2007-05-22 Maciej W. Rozycki <macro@mips.com>
4827
4828 * gdb.texinfo (Remote Configuration): Document "set/show
4829 remoteflow".
4830
4831 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4832
4833 * gdb.texinfo (MIPS): Remove documentation for set mips
4834 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4835 stack-arg-size.
4836
4837 2007-05-14 Bob Wilson <bob.wilson@acm.org>
4838
4839 * all-cfg.texi (GDBTUI): New.
4840 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4841 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4842 (TUI Configuration): Edit to improve clarity and fix problems of
4843 both style and content.
4844
4845 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4846
4847 * observer.texi (GDB Observers): New observer "new_objfile".
4848
4849 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4850
4851 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4852
4853 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4854
4855 * gdb.texinfo (GDB/MI Variable Objects): Document
4856 frozen variables objects.
4857
4858 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4859
4860 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4861 (Character Sets, Caching Data of Remote Targets): Likewise.
4862 (Targets): Delete Remote node. Move its text...
4863 (Debugging Remote Programs): ...to here. Delete description
4864 of the "remote" command.
4865 (Remote configuration): Delete description of "set remotedevice"
4866 and "show remotedevice".
4867 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4868
4869 2007-04-11 Bob Wilson <bob.wilson@acm.org>
4870
4871 * gdb.texinfo (Contributors, Continuing and Stepping)
4872 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4873 (General Query Packets, File-I/O Remote Protocol Extension)
4874 (Protocol Basics, The F Reply Packet, Write)
4875 (Protocol-specific Representation of Datatypes, Memory Transfer):
4876 Fix hyphenation, punctuation and grammar problems.
4877 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4878 'section' instead of 'subsection' in the text.
4879 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4880 (i386): Remove period from section name.
4881 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4882 (Config Names, Configure Options): Use @file{configure}.
4883
4884 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4885
4886 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4887 and tab expansion.
4888
4889 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4890
4891 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4892
4893 2007-04-02 Bob Wilson <bob.wilson@acm.org>
4894
4895 * gdb.texinfo: Consistently capitalize all significant words in
4896 node names, chapter titles, section titles, and headings. Update
4897 cross references to match.
4898 (Starting and Stopping Trace Experiment): Make node name plural.
4899 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
4900
4901 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4902
4903 * gdb.texinfo (WinCE): Delete obsolete subsection.
4904
4905 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4906
4907 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4908 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4909 references.
4910
4911 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4912
4913 * gdb.texinfo (Startup): Delete references to some alternate
4914 names for .gdbinit.
4915 (Thread): Remove LynxOS reference.
4916 (Tandem ST2000): Delete target-specific documentation.
4917 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4918 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4919 and GDB_OSABI_LYNXOS.
4920
4921 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4922
4923 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4924
4925 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4926
4927 * gdbint.texinfo (Target Conditionals): Remove mention of
4928 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4929 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4930
4931 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4932
4933 * Makefile.in: Add "pdfdir" installation
4934 directory, PDFTEX macro, support for "install-pdf" target,
4935 and rules for making a pdf version of refcard.texi.
4936 * refcard.tex: Specify paper size for PDF output.
4937
4938 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4939
4940 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
4941
4942 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4943
4944 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4945 (Source Path, Character Sets, Macros, Define)
4946 (GDB/MI Result Records, GDB/MI Simple Examples)
4947 (GDB/MI Program Execution, GDB/MI File Commands)
4948 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4949 (Bug Reporting): Use @value{GCC}.
4950
4951 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4952
4953 * gdb.texinfo (Help): Fix formatting of examples.
4954 (Variables): Use @ifnotinfo instead of @iftex.
4955 (Non-debug DLL symbols): Use @ref instead of @pxref.
4956 (Sparclet File): Use @samp instead of quotes.
4957
4958 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4959
4960 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4961
4962 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4963
4964 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4965 the order of the nodes.
4966 (C Operators, C Constants, Debugging C): Remove extra menus.
4967 (Method Names in Commands): Do not specify next/prev/up nodes.
4968
4969 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4970
4971 * gdb.texinfo (File Options): Add missing parenthesis.
4972 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4973
4974 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4975
4976 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4977
4978 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4979
4980 * gdb.texinfo (Standard Target Features): Mention
4981 case insensitivity.
4982 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4983
4984 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
4985
4986 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4987 (Files): Add section name to argument list for pxref.
4988 (Non-debug DLL symbols): Don't use `see' for pxref.
4989 (Embedded Processors): Fix typo.
4990 (GDB/MI Breakpoint Commands): Execution commands generate
4991 *stopped not ^done.
4992
4993 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
4994
4995 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4996 values for in_scope. Mention that only root variables can be
4997 updated.
4998 (GDB/MI Development and Front Ends): Explain new values may be
4999 added to existing fields.
5000
5001 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5002
5003 * gdb.texinfo (-target-disconnect): Use @smallexample.
5004 (Requirements): Add anchor for Expat. Update description.
5005 (Target Descriptions): Mention Expat.
5006 (Target Description Format): Document new elements. Use
5007 @smallexample.
5008 (Predefined Target Types, Standard Target Features): New sections.
5009 * gdbint.texinfo (Target Descriptions): New section.
5010
5011 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
5012
5013 * gdb.texinfo (Target Description Format): Add section on XInclude.
5014
5015 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
5016
5017 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
5018 command -enable-timings.
5019
5020 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
5021
5022 * gdbint.texinfo (Operation System ABI Variant Handling): Update
5023 descriptions for new/deleted elements in gdb_osabi. Add missing
5024 description for function generic_elf_osabi_sniff_abi_tag_sections.
5025
5026 2007-01-29 Joel Brobecker <brobecker@adacore.com>
5027
5028 * gdb.texinfo (Maintenance Commands): Add documentation for
5029 the new "maint print target-stack" command.
5030
5031 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5032 Eli Zaretskii <eliz@gnu.org>
5033
5034 * gdb.texinfo: Describe CHAR array vs. string identification rules.
5035
5036 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5037
5038 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
5039 Use @value{NGCC} instead of @value{GCC}.
5040
5041 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5042
5043 * agentexpr.texi: Fix typos.
5044 * annotate.texinfo: Likewise.
5045 * gdb.texinfo: Likewise.
5046 * gdbint.texinfo: Likewise.
5047 * observer.texi: Likewise.
5048 * stabs.texinfo: Likewise.
5049
5050 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
5051
5052 * gdbint.texinfo (Support Libraries): Remove mmalloc
5053 entry. Describe readline library.
5054
5055 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5056
5057 * gdb.texinfo (Target Descriptions): New section.
5058 (General Query Packets): Add QPassSignals anchor. Mention
5059 qXfer:features:read under qSupported. Expand mentions of
5060 qXfer:memory-map:read and QPassSignals. Document
5061 qXfer:features:read.
5062
5063 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5064
5065 * gdb.texinfo (Commands to specify files): Describe
5066 "set sysroot" and "show sysroot".
5067 (Using the `gdbserver' program): Lowercase argument
5068 to @var. Expand description of setting up GDB on the
5069 host.
5070
5071 2007-01-05 Joel Brobecker <brobecker@adacore.com>
5072
5073 * gdb.texinfo (Set Catchpoints): Add documentation for the new
5074 catch exception, catch exception unhandled, and catch assert
5075 commands.
5076
5077 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5078
5079 * gdb.texinfo (Debugging Output): Document "set debug xml"
5080 and "show debug xml".
5081
5082 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
5083
5084 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
5085
5086 2007-01-01 Joel Brobecker <brobecker@adacore.com>
5087
5088 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
5089
5090 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
5091
5092 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
5093 note in @ignore, to be removed later if nobody complains.
5094
5095 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5096
5097 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
5098 of -var-delete.
5099
5100 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5101
5102 * gdb.texinfo (Setting breakpoints): Document
5103 automatic software/hardware breakpoint usage and
5104 the "set breakpoint auto-hw" command.
5105
5106 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
5107
5108 * gdb.texinfo (Memory Access Checking): New.
5109
5110 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5111
5112 * gdb.texinfo (Remote configuration): Mention
5113 "pass-signals-packet".
5114 (General Query Packets): Document QPassSignals. Fix
5115 a typo.
5116
5117 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
5118
5119 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
5120
5121 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5122
5123 * gdb.texinfo (Remote configuration): Rewrite documentation for
5124 packet configuration commands.
5125 (OS Information): Adjust reference to qXfer:auxv:read.
5126 (General Query Packets): Remove references to read-aux-vector-packet
5127 and set remote get-thread-local-storage-address.
5128
5129 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5130
5131 * gdbint.texinfo (Target Architecture Definition): Add new
5132 Initializing a New Architecture section.
5133
5134 2006-10-31 David Taylor <dtaylor@emc.com>
5135
5136 * stabs.texinfo (Macro define and undefine): New node describing
5137 stabs for #define and #undef.
5138
5139 2006-10-27 Andreas Schwab <schwab@suse.de>
5140
5141 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
5142
5143 2006-10-21 Eli Zaretskii <eliz@gnu.org>
5144
5145 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
5146 clarify on the possible meanings of ``expression'' watched by
5147 watchpoints. Add indexing.
5148 (Prompting, Errors, Invalidation, Annotations for Running)
5149 (Source Annotations): Fix index entries by adding "annotation" to
5150 them, to discriminate from index entries that point to the more
5151 general topic descriptions.
5152
5153 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5154
5155 * gdbint.texinfo (Target Vector Definition): Move most
5156 content into Existing Targets. Add a menu.
5157 (Existing Targets): New section, moved from Target Vector
5158 Definition. Use @subsection.
5159 (Managing Execution State): New section.
5160
5161 2006-10-16 Bob Wilson <bob.wilson@acm.org>
5162
5163 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
5164
5165 2006-10-15 Eli Zaretskii <eliz@gnu.org>
5166
5167 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
5168 (Command Syntax, Signals, Backtrace, Connecting)
5169 (Remote configuration, Renesas Boards, Console I/O): Fix last
5170 change: use Ctrl- instead of C-, except wrt Emacs.
5171 (File-I/O Examples): Put Ctrl-c in @kbd.
5172 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
5173 (Console I/O): Use @samp with Ctrl-.
5174 (Signals, Set Breaks, Set Watchpoints): Document optional
5175 arguments to `info signals' `handle', `info breakpoints', and
5176 `info watchpoints'.
5177
5178 2006-10-14 Eli Zaretskii <eliz@gnu.org>
5179
5180 * gdb.texinfo (Backtrace): Fix last change.
5181
5182 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
5183
5184 * gdb.texinfo (Backtrace): Order correctly and add other cases.
5185
5186 2006-10-10 Bob Wilson <bob.wilson@acm.org>
5187
5188 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
5189 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
5190 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
5191
5192 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5193 Daniel Jacobowitz <dan@codesourcery.com>
5194
5195 * gdb.texinfo (Packets): Document vFlashErase,
5196 vFlashWrite and vFlashDone packets.
5197 (General Query Packets): Document qXfer:memory-map:read.
5198 Add a new feature for qXfer:memory-map:read.
5199 (Memory map format): New section.
5200 (Target Commands): Mention that gdb can write flash.
5201
5202 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
5203 Daniel Jacobowitz <dan@codesourcery.com>
5204
5205 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
5206 memory regions and "mem auto".
5207
5208 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
5209
5210 * gdbint.texinfo (Array Containers): New section.
5211
5212 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
5213
5214 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5215 -stack-list-arguments HIGH_FRAME argument can be larger then the
5216 actual number of frames.
5217
5218 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
5219
5220 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5221 -stack-list-locals HIGH_FRAME argument can be larger then the
5222 actual number of frames.
5223
5224 2006-09-02 Bob Wilson <bob.wilson@acm.org>
5225
5226 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
5227 Register Packet Format, Tracepoint Packets): Fix spelling errors.
5228
5229 2006-09-02 Eli Zaretskii <eliz@gnu.org>
5230
5231 * gdbint.texinfo (Overall Structure): New section "Source Tree
5232 Structure".
5233
5234 2006-08-17 Jim Blandy <jimb@codesourcery.com>
5235
5236 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
5237 responses.
5238
5239 2006-08-08 Joel Brobecker <brobecker@adacore.com>
5240
5241 * gdb.texinfo (Source Path): Add documentation for new
5242 substitute-path commands.
5243
5244 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
5245
5246 * gdb.texinfo (Installing GDB): Update menu. Move text to...
5247 (Running Configure): ...here.
5248 (Requirements): New node. Mention expat.
5249
5250 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
5251
5252 * gdb.texinfo (Target Commands): Remove
5253 'set download-write-size' and 'show download-write-size'.
5254
5255 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
5256
5257 * stabs.texinfo (Member Type Descriptor): Correct example for
5258 pointer to member types.
5259
5260 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
5261
5262 * gdb.texinfo (Optional warnings and messages): Add
5263 'set/show trace-commands'.
5264 (Command files): Add '-v' to source command.
5265
5266 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5267
5268 * gdb.texinfo (OS Information): Update qPart reference to
5269 qXfer.
5270 (Remote configuration): Likewise.
5271 (Overview): Move @cindex to the start of a paragraph. Talk
5272 about binary data encoding.
5273 (Packets): Refer to the overview for the details of the X
5274 packet encoding.
5275 (General Query Packets): Remove qPart description. Add qXfer
5276 description. Add an anchor to qSupported. Correct feature
5277 table title. Add a new feature for qXfer:auxv:read.
5278 (Interrupts): Add a missing parenthesis.
5279
5280 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
5281
5282 * gdb.texinfo (KOD): Remove node.
5283 (GDB/MI Kod Commands): Remove commented out node.
5284
5285 2006-07-01 Eli Zaretskii <eliz@gnu.org>
5286
5287 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
5288 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
5289 (GDB/MI Thread Commands, GDB/MI Program Execution)
5290 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
5291 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
5292 (GDB/MI File Commands, GDB/MI Target Manipulation)
5293 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
5294 since the MI prompt is hard-wired into the code.
5295
5296 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
5297
5298 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
5299 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
5300 (GDB/MI Data Manipulation): Remove description of unimplemented
5301 display related commands as variable objects perform this function
5302 and are superior: -display-delete, -display-disable,
5303 -display-enable, -display-insert and -display-list. Move
5304 -environment-cd, -environment-directory, -environment-path
5305 and -environment-pwd to "Program Context".
5306 (GDB/MI Program Control): Rename to "Program Execution". Move
5307 -exec-arguments -exec-abort to...
5308 (GDB/MI Program Context): ...here. New node split from "Data
5309 Manipulation".
5310
5311 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5312
5313 * gdb.texinfo (Remote configuration): Document set / show
5314 remote supported-packets.
5315 (General Query Packets): Document qSupported packet.
5316
5317 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
5318
5319 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
5320 and font markup.
5321 (Protocol basics): Likewise.
5322 (The F request packet): Likewise.
5323 (The F reply packet): Likewise.
5324 (Memory transfer): Move this node to be a subsubsection of
5325 "Protocol specific representation of datatypes".
5326 (The Ctrl-C message): More copy editing.
5327 (Console I/O): Likewise.
5328 (The isatty call): Delete this node, and merge its content into
5329 the "isatty" node. Fixed references elsewhere.
5330 (The system call): Delete this node, and merge its content into
5331 the "system" node. Fixed references elsewhere.
5332 (open): Reformat to use @table, and add appropriate font markup.
5333 (close): Likewise.
5334 (read): Likewise.
5335 (write): Likewise.
5336 (lseek): Likewise.
5337 (rename): Likewise.
5338 (unlink): Likewise.
5339 (stat/fstat): Likewise.
5340 (gettimeofday): Likewise.
5341 (isatty): Likewise.
5342 (system): Likewise, plus minor changes to fix confusing wording.
5343 (Integral datatypes): Fix font markup.
5344 (Pointer values): Likewise.
5345 (struct stat): Fix markup to use @table, plus minor copy editing.
5346 (struct timeval): Fix font markup, plus minor copy editing.
5347 (Constants): Minor copy editing.
5348 (Errno values): Add font markup.
5349 (File-I/O Examples): Likewise.
5350
5351 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
5352
5353 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
5354 (GDB/MI Simple Examples): Move node up one level. Use real
5355 examples.
5356 (GDB/MI Compatibility with CLI): Update.
5357 (GDB/MI Result Records): Add "connected" and "exit" result
5358 classes.
5359 (GDB/MI Stream Records): Clarify target output.
5360 (GDB/MI Command Description Format): Modify example description.
5361 (GDB/MI Breakpoint Table Commands): Rename to...
5362 (GDB/MI Breakpoint Commands): ...this
5363 (GDB/MI Breakpoint Commands): Add optional thread field.
5364 (GDB/MI Program Control): Add an introduction. Move "Program
5365 termination" examples into exec-run description.
5366 (GDB/MI File Commands): Mention similar CLI commands.
5367 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
5368 is similar to "-gdb-version".
5369
5370 2006-06-09 Eli Zaretskii <eliz@gnu.org>
5371
5372 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
5373
5374 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
5375
5376 * gdb.texinfo (GDB/MI Development and Front Ends): Use
5377 sourceware.org for mailing lists.
5378 (GDB/MI File Commands): New node split from Program Control.
5379
5380 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
5381
5382 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
5383
5384 2006-05-22 Eli Zaretskii <eliz@gnu.org>
5385
5386 * gdb.texinfo (Cygwin Native): Fix last change.
5387
5388 2006-05-22 Christopher Faylor <cgf@timesys.com>
5389
5390 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
5391
5392 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
5393
5394 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
5395 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
5396
5397 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
5398
5399 * gdb.texinfo (General Query Packets): Recommend not starting
5400 new packets with qC and clarify.
5401
5402 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
5403
5404 * gdb.texinfo (M2 Types): New section.
5405
5406 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
5407
5408 * agentexpr.texi: Add a copyright and license notice.
5409 * observer.texi: Likewise, with GPL clause for function prototypes.
5410 Remove trailing whitespace.
5411
5412 2006-05-05 Jim Blandy <jimb@codesourcery.com>
5413
5414 * gdb.texinfo (General Query Packets): Document conventions for
5415 terminating packet names, and their violations.
5416
5417 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5418
5419 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
5420 * gdb.texinfo: Likewise.
5421
5422 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
5423
5424 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
5425 and "show remotedebug".
5426 (Debugging Output): Add additional index entries.
5427
5428 2006-04-27 Michael Snyder <msnyder@redhat.com>
5429
5430 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
5431
5432 2006-04-22 Andrew Cagney <cagney@redhat.com>
5433
5434 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
5435 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
5436
5437 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
5438
5439 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
5440 and remove breakpoint prototypes.
5441 (Watchpoints): Move description of target_insert_hw_breakpoint and
5442 target_remove_hw_breakpoint ...
5443 (Breakpoints): ... to here. Document target_insert_breakpoint and
5444 target_remove_breakpoint.
5445
5446 2006-04-17 Jim Blandy <jimb@codesourcery.com>
5447
5448 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
5449 and C packets are optional.
5450
5451 2006-04-14 Frederic Riss <frederic.riss@st.com>
5452
5453 * gdb.texinfo (Specifying source directories): Update the description
5454 of the source file search to reflect the fact that the source path
5455 always contains at least $cdir and $cwd.
5456
5457 2006-03-31 Michael Snyder <msnyder@redhat.com>
5458
5459 * gdb.texinfo: Update copyright dates.
5460
5461 2006-03-31 Eli Zaretskii <eliz@gnu.org>
5462
5463 * gdb.texinfo (Overview): Add an index entry to "empty response".
5464
5465 2006-03-28 Jim Blandy <jimb@codesourcery.com>
5466
5467 * gdbint.texinfo (Prologue Analysis): New section.
5468
5469 2006-03-07 Jim Blandy <jimb@red-bean.com>
5470
5471 * gdb.texinfo (Connecting): Document 'target remote pipe'.
5472
5473 * gdb.texinfo (Target Commands): Update text describing how to
5474 specify a target. Refer to the detailed section on remote
5475 debugging, not the brief mention.
5476
5477 * gdb.texinfo (Connecting): Organize the different 'target remote'
5478 connection methods into a table. Add a 'target remote' index
5479 entry. (!!!)
5480
5481 2006-02-17 Fred Fish <fnf@specifix.com>
5482
5483 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
5484 'ptype' commands to reflect the fact that the only significant
5485 difference between them is that ptype prints the complete type
5486 description instead of just the name.
5487
5488 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
5489
5490 * gdbint.texinfo (Watchpoints): Delete
5491 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
5492
5493 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
5494
5495 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
5496 times fields where needed. Fix typos. Update general form given
5497 for output of -break-insert.
5498 (GDB/MI): Abbreviate some unnecessarily long fullnames.
5499
5500 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
5501
5502 * gdbint.texinfo (Symbol Handling): Add a section
5503 on memory management.
5504
5505 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
5506
5507 * gdb.texinfo (Breakpoint table commands): Document the fullname
5508 field in -break-list output.
5509
5510 2006-02-03 Eli Zaretskii <eliz@gnu.org>
5511
5512 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
5513 debugging information produced by the various "set debug..."
5514 options.
5515
5516 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5517
5518 * gdb.texinfo (Files): Remove obsolete bits from the description
5519 of "symbol-file".
5520
5521 2006-01-25 Jim Blandy <jimb@redhat.com>
5522
5523 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
5524
5525 2006-01-24 Jim Blandy <jimb@redhat.com>
5526
5527 * gdbint.texinfo (Frames): Document the basics of GDB's register
5528 unwinding model, and explain the existence of the "sentinel" frame.
5529
5530 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
5531
5532 * gdb.texinfo (Choosing files): Mention that -directory is used
5533 for script files.
5534 (Specifying source directories): Likewise.
5535 (Command files): Explain how script files are found.
5536
5537 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5538
5539 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
5540 the threads in a multi-threaded program.
5541 (Threads): The threadno argument of "thread apply" can be a range
5542 of numbers.
5543
5544 2006-01-18 Jim Blandy <jimb@redhat.com>
5545
5546 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
5547 of warning flags.
5548
5549 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5550
5551 * gdb.texinfo (Sequences): Improve menu annotations.
5552 (Define): Add index entries for arguments of user-defined
5553 commands. Move the description of flow-control commands...
5554 (Command Files): ...to here. Document loop_break and
5555 loop_continue.
5556 (Define, Command Files): Document `end' and add index entries for
5557 it.
5558
5559 2006-01-04 Michael Snyder <msnyder@redhat.com>
5560
5561 * gdb.texinfo: Add documentation for linux-fork.
5562 * gdbint.texinfo: Add internal documentation for checkpoints.
5563
5564 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
5565
5566 * gdb.texinfo (Omissions from Ada): Document that there is now
5567 limited aggregate support.
5568
5569 2005-12-28 Eli Zaretskii <eliz@gnu.org>
5570
5571 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
5572 registers and the likes.
5573
5574 2005-12-24 Eli Zaretskii <eliz@gnu.org>
5575
5576 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
5577 (Symbols): Fix usage of "e.g.".
5578 (Memory Region Attributes): Fix usage of "etc."
5579
5580 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
5581 (Coding): Fix usage of "e.g.".
5582
5583 2005-12-23 Eli Zaretskii <eliz@gnu.org>
5584
5585 * stabs.texinfo:
5586 * refcard.tex:
5587 * gpl.texi:
5588 * gdbint.texinfo:
5589 * gdb.texinfo:
5590 * gdb-cfg.texi:
5591 * fdl.texi:
5592 * annotate.texinfo:
5593 * all-cfg.texi:
5594 * Makefile.in: Add (C) after Copyright. Update the FSF
5595 address.
5596
5597 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5598
5599 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5600 extend GDB with commands for external monitor.
5601
5602 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5603
5604 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5605
5606 2005-11-25 Joel Brobecker <brobecker@adacore.com>
5607
5608 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5609
5610 2005-11-21 Jim Blandy <jimb@redhat.com>
5611
5612 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5613 placement of 'R' actions in tracepoint action packets; document
5614 dependence of 'X' and 'M' actions on a preceding 'R' action for
5615 their registers.
5616
5617 2005-11-19 Jim Blandy <jimb@redhat.com>
5618
5619 * gdb.texinfo (Tracepoint Packets): New node.
5620 (General Query Packets): Add entries for the tracepoint packets,
5621 referring to the "Tracepoint Packets" node.
5622 (Tracepoints): Add reference to "Tracepoint Packets".
5623
5624 2005-11-18 Kevin Buettner <kevinb@redhat.com>
5625
5626 * gdb.texinfo (set remotebreak): Add anchor.
5627 (X packet): Likewise.
5628 (Remote Protocol): Add new section `Interrupts' and new index
5629 entry `interrupts (remote protocol)'.
5630
5631 2005-11-18 Jim Blandy <jimb@redhat.com>
5632
5633 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5634 entries into the General Query Packets section. Add a
5635 cross-reference to that section. Drop description of replies, as
5636 these are covered in the descriptions of each packet.
5637 (General Query Packets): Add introductory text. Explain naming
5638 conventions, and how the end of a name is recognized.
5639
5640 2005-11-17 Kevin Buettner <kevinb@redhat.com>
5641
5642 * gdb.texinfo (Remote configuration): Fix typo in description of
5643 "set remotebreak" command.
5644
5645 2005-11-16 Jim Blandy <jimb@redhat.com>
5646
5647 * gdb.texinfo (Packets, Stop Reply Packets)
5648 (General Query Packets): Various formatting cleanups.
5649 - Use @samp for packet contents.
5650 - Drop summaries from packet @item lines; the same information appears
5651 immediately below in the description.
5652 - Delete paragraph breaks after packet @item commands, so that the
5653 description appears directly to the right of the packet prototype
5654 in the printed manual, if it fits.
5655 - Place spaces in packet prototypes between @vars and non-@var
5656 letters, and explain that they're just for formatting.
5657 - Use @dots{} instead of '...'.
5658 - Fix uses of @code where @var was needed.
5659 - Replace "deprecated" markers with English text spelling out the
5660 packet's status and the preferred alternatives.
5661 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5662 what this ever meant.
5663 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5664 this for a long time.
5665 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5666 implemented several times, and have been in use for years.
5667
5668 2005-11-15 Jim Blandy <jimb@redhat.com>
5669
5670 * gdb.texinfo (Packets): Add index entries for 'm' packet
5671 disclaimers.
5672
5673 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5674 of stub when processing an 'm' packet.
5675
5676 * gdb.texinfo (Packets): Mention that packets beginning with
5677 letters are reserved once, at the top, instead of actually listing
5678 them all and saying "reserved".
5679
5680 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5681
5682 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5683 Change @var{$arg0 to @code{$arg0.
5684
5685 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5686
5687 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5688
5689 2005-11-12 Jim Blandy <jimb@redhat.com>
5690
5691 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5692 order. Remove extraneous 'z'.
5693
5694 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5695
5696 * gdb.texinfo (Choosing files): Add --eval-command.
5697
5698 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5699
5700 * gdb.texinfo (Choosing modes): Add --return-child-result.
5701
5702
5703 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5704
5705 * gdb.texinfo (Choosing modes): Add --batch-silent.
5706
5707 2005-10-28 Eli Zaretskii <eliz@gnu.org>
5708
5709 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5710 "The -var-update Command".
5711
5712 2005-10-03 Joel Brobecker <brobecker@adacore.com>
5713
5714 * gdb.texinfo (Print Settings): Add documentation for set/show
5715 print array-indexes.
5716
5717 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5718
5719 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5720 6.2 and 6.3.
5721
5722 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5723
5724 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5725 since 19-Jan-2004.
5726 (Files): Likewise.
5727 (Variables, Symbols): Document the "<incomplete type>" message and
5728 its reasons.
5729
5730 2005-08-01 Fred Fish <fnf@specifix.com>
5731
5732 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5733
5734 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
5735
5736 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5737 option for -var-list-children and -var-update.
5738 (GDB/MI Stack Manipulation): Simplify description of
5739 print-values option for -stack-list-locals.
5740 (GDB/MI Command Description Format): Clarify.
5741 (Mode Options): Spelling of superseded.
5742
5743 2005-07-12 Bob Rossi <bob@brasko.net>
5744
5745 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5746 corresponding GDB command comment.
5747
5748 2005-07-06 Bob Rossi <bob@brasko.net>
5749
5750 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5751 and -inferior-tty-show.
5752 (Input/Output): Document "set/show inferior-tty" and tty alias.
5753
5754 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5755
5756 * gdb.texinfo (Packets): Change description of 'D' packet to note
5757 that GDB does wait for a response.
5758
5759 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5760
5761 * gdb.texinfo (History) Rename "Command History".
5762 (Command History): Move node "Server Prefix" from section on
5763 Annotations here.
5764
5765 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5766
5767 * gdb.texinfo (GDB/MI Stack Manipulation):
5768 Re-instate -stack-info-frame with example. Say that it gets
5769 info on selected frame, not current frame.
5770
5771 2005-06-18 Eli Zaretskii <eliz@gnu.org>
5772
5773 * gdb.texinfo (Server): Clarify that `file' should be used before
5774 connecting to the server.
5775 (Files): Add an xref to the above description.
5776 (Output Formats): More detailed description of the `c' format.
5777 (Memory): List explicitly all the formats supported by `x'.
5778 (Threads): Add an @cindex entry for "thread apply".
5779 (Files): Document the possibility of loading unlinked object
5780 files. Add more indexing for solib-absolute-prefix and
5781 --with-sysroot.
5782 (Machine Code): Document possible problems with locations in
5783 shared libraries.
5784 (Backtrace): Document that free-standing environments do not need
5785 to have a `main' function.
5786
5787 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
5788
5789 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5790 -stack-info-frame.
5791
5792 2005-06-07 Andrew Cagney <cagney@gnu.org>
5793
5794 * gdb.texinfo (Contributors): Note the original multi-arch
5795 contributors.
5796
5797 2005-06-03 Eli Zaretskii <eliz@gnu.org>
5798
5799 * gdb.texinfo (Registers): Add index entries for the standard
5800 registers.
5801 (Frames): Add cross-reference from frame pointer description to
5802 the Registers node.
5803 (Annotations Overview): Fix the reference to GDB name.
5804
5805 2005-06-01 Eli Zaretskii <eliz@gnu.org>
5806
5807 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5808 can-use-hw-watchpoints.
5809
5810 2005-05-28 Bob Rossi <bob@brasko.net>
5811
5812 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5813 the possible reasons why an exec async record would be returned to FE.
5814
5815 2005-05-26 Andrew Cagney <cagney@gnu.org>
5816
5817 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5818 Andrew Cagney implemented the original GDB/MI.
5819
5820 2005-05-23 Orjan Friberg <orjanf@axis.com>
5821
5822 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5823 documentation. Add documentation for cris-mode.
5824
5825 2005-05-20 Eli Zaretskii <eliz@gnu.org>
5826
5827 * gdb.texinfo (Numbers): Explain the example and make the wording
5828 more acurate.
5829
5830 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5831 Dennis Brueni <dennis@slickedit.com>
5832
5833 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5834 (GDB/MI Data Manipulation, GDB/MI Program Control)
5835 (GDB/MI Stack Manipulation): Update examples to include the fullname
5836 attribute in stack frames.
5837
5838 2005-05-12 Eli Zaretskii <eliz@gnu.org>
5839
5840 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5841 do with other non-standard names of init files.
5842
5843 2005-05-11 Eli Zaretskii <eliz@gnu.org>
5844
5845 * gdb.texinfo (Command Files): Move the description of the startup
5846 from here...
5847 (Startup): ...to this new subsection of the Invocation chapter.
5848 Rearrange the description of init files more logically and add a
5849 cross-reference to "Command Files". Document the special gdbinit
5850 name for CISCO 68k. Expand the description of what GDB does
5851 during startup.
5852 (History): Add index entry for HISTSIZE.
5853
5854 2005-05-02 Mark Kettenis <kettenis@gnu.org>
5855
5856 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5857
5858 2005-05-02 Eli Zaretskii <eliz@gnu.org>
5859
5860 * gdb.texinfo (SVR4 Process Information, The isatty call)
5861 (The system call): Don't use foo(N) notation for man pages and
5862 functions.
5863 (Compilation, DJGPP Native): Improve wording.
5864
5865 2005-04-27 Eli Zaretskii <eliz@gnu.org>
5866
5867 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5868 were optimized away.
5869
5870 2005-04-22 Eli Zaretskii <eliz@gnu.org>
5871
5872 * gdb.texinfo (Remote configuration): Document "set/show
5873 get-thread-local-storage-address". Add cross-reference to the
5874 description of the qGetTLSAddr packet.
5875 (General Query Packets): Mention "set remote
5876 get-thread-local-storage-address" and add a reference to its
5877 description.
5878
5879 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
5880
5881 * gdb.texinfo (Backtrace): Describe 'bt full'.
5882
5883 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
5884
5885 * gdb.texinfo (Mode Options): Fix typo.
5886 (GDB/MI): Describe how to invoke GDB/MI.
5887
5888 2005-04-16 Eli Zaretskii <eliz@gnu.org>
5889
5890 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
5891 references changed. Add description of "info udot".
5892 (Files): Document "set/show stop-on-solib-events".
5893 (M32R/D): Document "set/show download-path", "set/show
5894 board-address", "set/show server-address", "upload", "tload".
5895 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5896 "use_mon_code", "use_ib_break", "use_dbt_break".
5897 (Maintenance Commands): Improve indexing.
5898 (Target Commands): Document "set/show hash", "set/show debug
5899 monitor".
5900 (SVR4 Process Information): Document "info pidlist" and "info
5901 meminfo". Document "set/show procfs-tarce" and "set/show
5902 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5903 (Symbols, The Print Command with Objective-C): Improve indexing.
5904 (Objective-C): Add references to "info classes" and "info
5905 selectors".
5906 (Debugging Output): Improve wording. Document "set/show debug
5907 solib-frv". Fix "set/show debugvarobj".
5908 (Set Breaks): Add index entry for "hardware breakpoints".
5909 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5910 and "set/show usehardbreakpoints".
5911 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5912 monitor-prompt", "set/show monitor-warnings", "pmon".
5913 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5914 rdiromatzero", "set/show rdiheartbeat".
5915 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5916 "sds".
5917 (Embedded Processors): Document the "sim" command.
5918 (Remote): Document the "remote" command.
5919 (DJGPP Native): Document the "info serial" command.
5920 (Threads): Document "maint info sol-threads".
5921 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5922 (Set Breaks): Improve indexing.
5923 (Command Syntax): Add a reference to dont-repeat.
5924 (Define): Document "dont-repeat".
5925 (TUI Commands): Document "tabset".
5926 (WinCE): New subsection. Document "set/show remotedirectory",
5927 "set/show remoteupload", "set/show remoteaddhost".
5928
5929 2005-04-15 Eli Zaretskii <eliz@gnu.org>
5930
5931 * gdb.texinfo (Hurd Native): New subsection, documents
5932 Hurd-specific commands.
5933 (Maintenance Commands): Add cross-reference to "Debugging Output".
5934 (Debugging Output): Document "set/show debug lin-lwp".
5935 (MIPS): Improve documentation of heuristic-fence-post. Document
5936 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5937 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5938 remote-mips64-transfers-32bit-regs", "set/show debug mips".
5939 (ARM): Document ARM-specific commands.
5940 (AVR): New section. Document "info io_registers".
5941 (CRIS): New section. Document "set/show cris-version" and
5942 "set/show cris-dwarf2-cfi".
5943 (HPPA): New section. Document "set/show debug hppa" and "maint
5944 print unwind".
5945 (Neutrino): New subsection. Document "set/show debug nto-debug".
5946 (Super-H): New section. Document the "regs" command.
5947 (Debugging Output): Document "set/show debug aix-thread".
5948
5949 2005-04-09 Eli Zaretskii <eliz@gnu.org>
5950
5951 * gdb.texinfo (Print Settings): Document "set/show print
5952 pascal_static-members", "set print repeats", "show print
5953 null-stop". Improve indexing. Fix documentation of "set print
5954 union".
5955 (Pascal): New section.
5956 (Supported languages): Rename from "Support"; all references
5957 updated. Add a menu item for Pascal.
5958 (Numbers): Document "set radix.
5959 (Screen Size): Document "set/show pagination".
5960 (MIPS Embedded): Remove "set processor" documentation.
5961 (Remote configuration): Document "set/show X/P/Z-packet",
5962 "set/show read-aux-vector-packet", "set/show remote
5963 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5964 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5965 remotedebug", "set/show remotebreak", "set/show remotedevice",
5966 "set/show remotelogfile".
5967 (Auxiliary Vector): Add reference to the description of the
5968 read-aux-vector-packet setting.
5969 (Set Watchpoints): Add a cross-reference to "set remote
5970 hardware-breakpoint-limit".
5971 (General Query Packets): Add indexing of requests and
5972 cross-references to related commands in "Remote configuration".
5973 (File-I/O Overview, The system call): Fix wording and typos.
5974 (Thread Stops): Add index entries.
5975 (Continuing and Stepping): Document "show step-mode".
5976 (i386): New node. Document "set/show struct-convention".
5977 (Files): Document "show trust-readonly-sections".
5978 (Calling): Document "set/show unwindonsignal".
5979 (Messages/Warnings): Add index entries.
5980 (Maintenance Commands): Document "set/show watchdog".
5981 (Annotations Overview): Document "show annotate".
5982 (Set Watchpoints): Add index entries.
5983 (Symbols): Fix doc of case-sensitive.
5984 (ABI): Document "show coerce-float-to-double".
5985 (Convenience Vars, Help): Improve indexing.
5986 (Machine Code): Document "show disassembly-flavor".
5987 (Debugging C plus plus): Document "show overload-resolution".
5988 (Value History, Signaling): Add index entries.
5989
5990 2005-04-08 Eli Zaretskii <eliz@gnu.org>
5991
5992 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5993 (Processes): Fix wording.
5994 (History, List, Logging output, Define, Symbols, Print Settings):
5995 Improve indexing.
5996
5997 2005-04-03 Eli Zaretskii <eliz@gnu.org>
5998
5999 * gdb.texinfo (Targets): Document "set/show architecture". Remove
6000 redundant index entry for "target" command.
6001 (Backtrace): Add index entries.
6002 (Symbols, Fortran): Document the "set case-sensitive" command.
6003 (DJGPP Native): Document "set com1base", "set com1irq", etc.
6004 (Print Settings): Add index entry for "set demangle-style".
6005 (Target Commands): Document "set download-write-size".
6006 (Debugging Output): Document "set exec-done-display".
6007
6008 2005-04-02 Eli Zaretskii <eliz@gnu.org>
6009
6010 * gdb.texinfo (Files): Fix the name and documentation of
6011 add-shared-symbol-files. Document its alias assf. Update the
6012 list of OSs where GDB supports shared libraries. Fix markup.
6013 (Continuing and Stepping): Add reference to @var{location} in the
6014 text.
6015 (Dump/Restore Files): Fix reference to @{filename}.
6016 (Help): Fix wording.
6017 (Attach): Ditto.
6018 (Set Watchpoints): Ditto.
6019 (Backtrace): Remove redundant index entries. Improve index
6020 entries.
6021 (Delete Breaks): Fix wording.
6022 (Memory): Document the compare-sections command.
6023 (Memory Region Attributes): Improve wording.
6024 (Disabling): Improve wording.
6025 (Fortran): New subsection. Document the "info common" command.
6026 (Help): Document aliases "info copying" and "info warranty".
6027 (Caching Remote Data): New section. Document the "set/show
6028 remotecache" and "info dcache" commands.
6029 (Show): Fix wording of the documentation of the "set
6030 extension-language" command.
6031 (Signals): Add index entry for "info handle".
6032 (Memory Region Attributes): Fix punctuation.
6033 (Symbols): Change the arg name to "location" and refer to it in
6034 the text. Fix wording of "info types" doc.
6035 (Threads): Fix usage of @enumerate @item's.
6036 (Listing Tracepoints): Add index entry for "info tp".
6037 (Set Watchpoints): Add xref to "info break" description.
6038 (Macros): Add an index entry for "macro exp1". Document the
6039 "macro list" command.
6040 (Maintenance Commands): Document "flushregs", "maint agent",
6041 "maint check-symtabs", "maint cplus", "maint demangle", "maint
6042 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
6043 "maint print architecture", "maint print objfiles", "maint print
6044 statistics", "maint print type", "maint show-debug-regs", "maint
6045 space", "maint time", and "maint translate-address".
6046 (Connecting): Document the "monitor" command.
6047 (Annotations Overview): Describe the "set annotate" command.
6048
6049 2005-04-01 Eli Zaretskii <eliz@gnu.org>
6050
6051 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
6052 Rearrange index entries and improve wording about support for
6053 hardware watchpoints.
6054
6055 2005-03-10 Bob Rossi <bob@brasko.net>
6056
6057 * gdb.texinfo: Update copyright
6058
6059 2005-02-09 Theodore A. Roth <troth@openavr.org>
6060
6061 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
6062 error.
6063
6064 2005-02-03 Kevin Buettner <kevinb@redhat.com>
6065
6066 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
6067
6068 2005-01-17 Michael Snyder <msnyder@redhat.com>
6069
6070 * gdb.texinfo: Fix spelling, infinte -> infinite.
6071
6072 2005-01-08 Mark Kettenis <kettenis@gnu.org>
6073
6074 * observer.texi (GDB Observers): Document "solib_loaded".
6075
6076 2005-01-07 Andrew Cagney <cagney@gnu.org>
6077
6078 * configure.ac: Rename configure.in, require autoconf 2.59.
6079 * configure: Re-generate.
6080
6081 * configure.in: Replace configdirs with multiple references to
6082 AC_CONFIG_SUBDIRS.
6083 * configure: Re-generate.
6084
6085 2005-01-04 Andrew Cagney <cagney@gnu.org>
6086
6087 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
6088 part of the version number.
6089
6090 2004-12-24 Mark Kettenis <kettenis@gnu.org>
6091
6092 * gdbint.texinfo (Algorithms): Remove description of
6093 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
6094
6095 2004-12-07 Jim Blandy <jimb@redhat.com>
6096
6097 * gdb.texinfo (General Query Packets): Specify that thread ID's in
6098 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
6099 numbers.
6100
6101 2004-12-07 Andreas Schwab <schwab@suse.de>
6102
6103 * gdb.texinfo (Mode Options): Document -l option.
6104
6105 2004-12-04 Eli Zaretskii <eliz@gnu.org>
6106
6107 * gdbint.texinfo (Algorithms): More accurate description of
6108 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
6109 is not needed unless data-read and data-access watchpoints are
6110 supported. Add a description of how GDB checks whether the
6111 inferior stopped because a watchpoint was hit.
6112
6113 2004-11-23 Eli Zaretskii <eliz@gnu.org>
6114
6115 * gdb.texinfo (Files): Add cross-reference to description of
6116 -readnow command-line switch.
6117
6118 2004-11-10 Randolph Chung <tausq@debian.org>
6119
6120 * gdb.texinfo: Document set/show backtrace past-entry commands.
6121 Rearrange index entries for set/show backtrace past-main.
6122
6123 2004-11-10 Jon Beniston <jon@beniston.com>
6124
6125 Committed by Andrew Cagney <cagney@gnu.org>.
6126 * gdb.texinfo (Remote Serial Protocol): Further describe
6127 binary transfer escaping mechanism .
6128
6129 2004-11-08 Randolph Chung <tausq@debian.org>
6130
6131 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
6132 and "show debug infrun". Add index entries.
6133
6134 2004-10-23 Eli Zaretskii <eliz@gnu.org>
6135
6136 * gdb.texinfo (SVR4 Process Information): Document subcommands of
6137 "info proc" that are already implemented. Add index entries.
6138 (Working Directory): Add a cross-reference to "info proc" command.
6139 (Files): Add a tip for decreasing memory used for symtabs from
6140 shared libraries.
6141 (Starting): Fix whitespace; make "elaboration" stand out where it
6142 is first used, and add an index entry for the term.
6143 (Calling): Expand and elaborate text. Add "print". Add the
6144 description of problems with weak aliases.
6145 (Core File Generation): New section.
6146
6147 2004-10-12 Andrew Cagney <cagney@gnu.org>
6148
6149 * gdbint.texinfo (Versions and Branches): New chapter.
6150 (Releasing GDB): Delete "Versions and Branches" section.
6151 (Top): Add "Versions and Branches".
6152
6153 2004-10-08 Eli Zaretskii <eliz@gnu.org>
6154
6155 * gdb.texinfo (Editing, History): Add cross-references to the
6156 included Readline and History user documentation. Remove
6157 references to the symbol have-readline-appendices which is unused
6158 and undefined.
6159 (History): Fix indexing.
6160
6161 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
6162
6163 * gdbint.texinfo (target_stopped_data_address): Update to
6164 new prototype.
6165 (i386_stopped_data_address): Update prototype and description.
6166 (i386_stopped_by_watchpoint): New function and description.
6167
6168 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
6169
6170 * gdb.texinfo (Filenames): Add Ada suffixes.
6171 (Ada) New section.
6172
6173 2004-09-27 Andrew Cagney <cagney@gnu.org>
6174 Robert Picco <Robert.Picco@hp.com>
6175
6176 * gdb.texinfo (Packets): Document the "p" packet.
6177
6178 2004-09-21 Jason Molenda (jmolenda@apple.com)
6179
6180 * gdb.texinfo (Paths and Names of the Source Files): Document the
6181 meaning of values in the 'desc' field of a SO stab.
6182
6183 2004-09-20 Daniel Jacobowitz <dan@debian.org>
6184
6185 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
6186 max-cache-age" and "maint show dwarf2 max-cache-age".
6187
6188 2004-09-16 Eli Zaretskii <eliz@gnu.org>
6189
6190 * gdb.texinfo (Set Breaks): Add index entry for setting
6191 breakpoints on overloaded C++ functions that are not members of
6192 any classes. Add an example and an index entry for setting
6193 breakpoints on all program functions.
6194 (Character Sets, Macros, Overlay Commands)
6195 (Non-debug DLL symbols, GDB/MI Output Syntax)
6196 (Annotations Overview, Maintenance Commands, File-I/O Overview):
6197 Use "(@value{GDBP})" instead of a literal "(gdb)".
6198
6199 2004-09-12 Andrew Cagney <cagney@gnu.org>
6200
6201 * gdbint.texinfo (Native Debugging): Delete description of
6202 FILES_INFO_HOOK.
6203
6204 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
6205
6206 * gdbint.texinfo (User Interface): Change local_hex_string_custom
6207 to hex_string_custom (not historically correct, but more
6208 understandable, given the current code).
6209
6210 2004-09-03 Andrew Cagney <cagney@gnu.org>
6211
6212 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
6213
6214 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6215
6216 * observer.texi (solib_unloaded): New observer.
6217
6218 2004-08-24 Andrew Cagney <cagney@gnu.org>
6219
6220 * gdbint.texinfo (Target Architecture Definition): Add missing
6221 comma.
6222
6223 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
6224
6225 * (Using the Testsuite): build != host is supported,
6226 but some test scripts do not support build != host.
6227
6228 2004-08-14 Mark Kettenis <kettenis@gnu.org>
6229
6230 * gdbint.texinfo (Host Definition): Delete description of
6231 FCLOSE_PROVIDED and GETENV_PROVIDED.
6232
6233 2004-08-05 Mark Kettenis <kettenis@chello.nl>
6234
6235 * gdbint.texinfo (Host Definition): Delete description of
6236 NO_SYS_FILE.
6237 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
6238 PTRACE_FP_BUG.
6239
6240 2004-08-05 Andrew Cagney <cagney@gnu.org>
6241
6242 * gdbint.texinfo (Target Architecture Definition): Delete
6243 reference to deprecated_read_fp.
6244
6245 2004-08-02 Andrew Cagney <cagney@gnu.org>
6246
6247 * gdbint.texinfo (Target Architecture Definition): Delete
6248 description of DEPRECATED_REGISTER_BYTES.
6249
6250 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6251
6252 * gdb.texinfo (Source Path): Document the new behavior of
6253 searching for the source files.
6254
6255 2004-07-17 Eli Zaretskii <eliz@gnu.org>
6256
6257 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
6258 (Search, Expressions, Arrays, Variables, Data, Machine Code)
6259 (Auto Display): Improve indexing.
6260
6261 2004-07-16 Andrew Cagney <cagney@gnu.org>
6262
6263 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
6264 "-noasync".
6265
6266 2004-07-09 Eli Zaretskii <eliz@gnu.org>
6267
6268 * gdb.texinfo: Fix @kindex entries so that multiple commands that
6269 have the same prefix have only their prefix in the index.
6270
6271 2004-07-03 Mark Kettenis <kettenis@gnu.org>
6272
6273 * gdb.texinfo (BSD libkvm Interface): New node (section)
6274 (Native): Add it to the menu.
6275
6276 2004-07-01 Mark Kettenis <kettenis@gnu.org>
6277
6278 * gdbint.texinfo (Target Architecture Definition): Remove
6279 PCC_SOL_BROKEN.
6280
6281 2004-06-24 Mark Kettenis <kettenis@gnu.org>
6282
6283 * gdbint.texinfo (Target Architecture Definition): Remove
6284 SUN_FIXED_LBRAC_BUG.
6285
6286 2004-06-26 Andrew Cagney <cagney@gnu.org>
6287
6288 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
6289
6290 2004-06-20 Andrew Cagney <cagney@gnu.org>
6291
6292 * gdbint.texinfo (Target Architecture Definition): Deprecate
6293 USE_STRUCT_CONVENTION.
6294
6295 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6296
6297 gdb.texinfo (Bug Reporting): Mention session recording,
6298 with the script command or Emacs.
6299
6300 2004-06-18 Andrew Cagney <cagney@gnu.org>
6301
6302 * gdbint.texinfo (Target Architecture Definition): Deprecate
6303 FUNCTION_START_OFFSET.
6304
6305 2004-06-14 Andrew Cagney <cagney@gnu.org>
6306
6307 Based on changes from Karl Berry.
6308 * gdb.texinfo: Do not use @sc in a direntry.
6309 * stabs.texinfo: Change @dircateogry to "Software development".
6310 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
6311
6312 2004-06-13 Andrew Cagney <cagney@gnu.org>
6313
6314 * gdbint.texinfo (Target Architecture Definition): Delete
6315 description of RETURN_VALUE_ON_STACK.
6316
6317 2004-06-09 Andrew Cagney <cagney@gnu.org>
6318
6319 * gdbint.texinfo (Native Debugging): Restore "@table @code"
6320 deleted by previous patch.
6321
6322 2004-06-08 Andrew Cagney <cagney@gnu.org>
6323
6324 * gdbint.texinfo (Native Debugging): Delete documentation on
6325 ATTACH_DETACH.
6326
6327 2004-06-06 Randolph Chung <tausq@debian.org>
6328
6329 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
6330
6331 2004-06-06 Randolph Chung <tausq@debian.org>
6332
6333 * gdb.texinfo (push_dummy_call): Update argument list to match
6334 the new push_dummy_call method signature. Describe the function
6335 argument.
6336
6337 2004-05-24 Joel Brobecker <brobecker@gnat.com>
6338
6339 * gdb.texinfo (Starting): Document new start command.
6340
6341 2004-05-21 Andrew Cagney <cagney@redhat.com>
6342
6343 * observer.texi (GDB Observers): Document "inferior_created".
6344
6345 2004-05-08 Andrew Cagney <cagney@redhat.com>
6346
6347 * gdbint.texinfo (Target Architecture Definition): Delete
6348 description of DO_DEFERRED_STORES.
6349
6350 * gdbint.texinfo (Target Architecture Definition): Delete
6351 references to DEPRECATED_FIX_CALL_DUMMY.
6352
6353 * gdbint.texinfo (Target Architecture Definition): Delete
6354 description of DEPRECATED_CALL_DUMMY_WORDS,
6355 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
6356
6357 * gdbint.texinfo (Target Architecture Definition): Delete
6358 description of DEPRECATED_PUSH_DUMMY_FRAME.
6359
6360 * gdbint.texinfo (Target Architecture Definition): Delete
6361 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6362
6363 2004-05-07 Andrew Cagney <cagney@redhat.com>
6364
6365 * observer.texi (GDB Observers): Add "Debugging" section. Include
6366 cross reference to "set/show debug observer".
6367 * gdb.texinfo (Debugging Output): Document "set/show debug
6368 observer".
6369
6370 2004-05-01 Andrew Cagney <cagney@redhat.com>
6371
6372 * gdbint.texinfo (Target Architecture Definition): Delete
6373 description of DEPRECATED_PC_IN_SIGTRAMP.
6374
6375 2004-04-30 Andrew Cagney <cagney@redhat.com>
6376
6377 * gdbint.texinfo (Target Architecture Definition): Delete
6378 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
6379
6380 2004-04-30 Orjan Friberg <orjanf@axis.com>
6381
6382 * observer.texi (GDB Observers): Correct spelling.
6383
6384 2004-04-26 Orjan Friberg <orjanf@axis.com>
6385
6386 * observer.texi (GDB Observers): Add target_changed event.
6387
6388 2004-04-08 Andrew Cagney <cagney@redhat.com>
6389
6390 * observer.texi (GDB Observers): Rework, provide generic observer
6391 definitions and then a list of observable events.
6392
6393 2004-04-04 Andrew Cagney <cagney@redhat.com>
6394
6395 * gdbint.texinfo (Host Definition): Delete reference to
6396 NO_SIGINTERRUPT.
6397
6398 2004-04-02 Andrew Cagney <cagney@redhat.com>
6399
6400 * gdbint.texinfo (Target Architecture Definition): Delete
6401 reference to DEPRECATED_CALL_DUMMY_LENGTH.
6402
6403 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6404
6405 * gdb.texinfo (TUI Commands): Document tui reg commands.
6406
6407 2004-03-26 Andrew Cagney <cagney@redhat.com>
6408
6409 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
6410 "gdbtui".
6411 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
6412 (Contributors): Mention both Text and Terminal User Interface.
6413
6414 2004-03-23 Andrew Cagney <cagney@redhat.com>
6415
6416 * gdbint.texinfo (Target Architecture Definition): Deprecate
6417 references to SIGTRAMP_START and SIGTRAMP_END.
6418
6419 2004-03-23 Andrew Cagney <cagney@redhat.com>
6420
6421 * gdbint.texinfo (Target Architecture Definition): Deprecate
6422 references to PC_IN_SIGTRAMP.
6423
6424 2004-03-19 Andrew Cagney <cagney@redhat.com>
6425
6426 * gdbint.texinfo (Target Architecture Definition): Delete
6427 reference to GDB_TARGET_IS_HPPA.
6428
6429 2004-03-18 Andrew Cagney <cagney@redhat.com>
6430
6431 * gdbint.texinfo (Coding): Update section on gdbarch_data,
6432 describe pre_init and post_init.
6433
6434 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6435
6436 * gdb.texinfo (Debugging Output): Document values for "set debug
6437 target".
6438
6439 2004-02-28 Andrew Cagney <cagney@redhat.com>
6440
6441 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
6442
6443 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6444
6445 * gdb.texinfo (breakpoints): Add information about the
6446 new "set breakpoint pending" and "show breakpoint pending"
6447 commands.
6448
6449 2004-02-26 Andrew Cagney <cagney@redhat.com>
6450
6451 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
6452 in Per-architecture module data section.
6453
6454 2004-02-25 Roland McGrath <roland@redhat.com>
6455
6456 * gdb.texinfo (General Query Packets): Document qPart:... packets.
6457
6458 2004-02-24 Andrew Cagney <cagney@redhat.com>
6459
6460 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
6461 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
6462 * fdl.texi: Import Version 1.2, November 2002.
6463
6464 2004-02-17 Andrew Cagney <cagney@redhat.com>
6465
6466 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
6467
6468 2004-02-16 Andrew Cagney <cagney@redhat.com>
6469
6470 * gdbint.texinfo (Target Architecture Definition): Deprecate
6471 FRAMELESS_FUNCTION_INVOCATION.
6472
6473 2004-02-16 Andrew Cagney <cagney@redhat.com>
6474
6475 * gdbint.texinfo (Coding): Mention -Wunused-function.
6476
6477 2004-02-14 Andrew Cagney <cagney@redhat.com>
6478
6479 * gdbint.texinfo (Target Architecture Definition): Delete
6480 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6481
6482 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
6483
6484 * gdb.texinfo: Properly quote the name "C++".
6485 * gdbint.texinfo: Ditto.
6486 * stabs.texinfo: Ditto.
6487
6488 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
6489
6490 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
6491 minimal information about libiberty.
6492
6493 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
6494
6495 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
6496
6497 2004-02-04 Roland McGrath <roland@redhat.com>
6498
6499 * gdb.texinfo (Auxiliary Vector): New node (section).
6500 (Data): Add it to the menu.
6501
6502 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6503
6504 * gdb.texinfo (Breakpoints): Add information about pending
6505 breakpoint support.
6506
6507 2004-01-26 Andrew Cagney <cagney@redhat.com>
6508
6509 * gdb.texinfo (Overview): Delete references to the cisco protocol
6510 including the "N" response.
6511
6512 2004-01-26 Andrew Cagney <cagney@redhat.com>
6513
6514 * gdbint.texinfo (Target Architecture Definition): Rename
6515 EXTRACT_STRUCT_VALUE_ADDRESS to
6516 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6517
6518 2004-01-24 Eli Zaretskii <eliz@gnu.org>
6519
6520 * gdb.texinfo (KOD): Document "show os". Add index entries for
6521 "set/show os" and "info cisco" commands.
6522
6523 2004-01-21 Eli Zaretskii <eliz@gnu.org>
6524
6525 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
6526
6527 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
6528
6529 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
6530 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
6531
6532 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
6533
6534 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
6535 -stack-list-locals.
6536 (GDB/MI Variable Objects): Describe extension to
6537 -var-list-children.
6538
6539 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
6540
6541 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
6542
6543 2004-01-17 Andrew Cagney <cagney@redhat.com>
6544
6545 * gdbint.texinfo (Target Architecture Definition): Delete
6546 documentation on DEPRECATED_NPC_REGNUM.
6547
6548 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
6549
6550 * gdb.texinfo: Update copyright year. Mention that set
6551 follow-fork-mode is supported on GNU/Linux. Remove documentation of
6552 "set follow-fork-mode ask".
6553
6554 2004-01-13 Andrew Cagney <cagney@redhat.com>
6555
6556 * gdbint.texinfo: Update copyright year.
6557 (Coding): Add -Wunused-label to list of -Werror warnings.
6558
6559 2004-01-08 Jason Molenda <jmolenda@apple.com>
6560 Eli Zaretskii <eliz@gnu.org>
6561
6562 * gdb.texinfo: Update copyright.
6563 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
6564 around names, as appropriate. Minor syntax cleanup of
6565 _NSPrintForDebugger explanation. Two spaces after periods.
6566 GDBN used instead of lit. "gdb". Index entries added for
6567 print-object and _NSPrintForDebugger. @noindent added in one spot.
6568
6569 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
6570
6571 * stabs.texinfo: Add dircategory and direntry commands.
6572 * annotate.texinfo: Ditto.
6573
6574 2003-11-10 Andrew Cagney <cagney@redhat.com>
6575
6576 * gdbint.texinfo (Target Architecture Definition): Replace the
6577 return_value method's "inval" and "outval" parameters with
6578 "readbuf" and "writebuf".
6579
6580 2003-10-28 Jim Blandy <jimb@redhat.com>
6581
6582 * gdb.texinfo (The F request packet, The F reply packet): Renamed
6583 from "The `F' request packet" and "The `F' reply packet", to make
6584 texi2dvi happy.
6585 (File-I/O remote protocol extension): Update menu entries, too.
6586
6587 2003-10-26 Michael Chastain <mec@shout.net>
6588
6589 * gdb.texinfo (Thread Stops): Document the issue with
6590 premature return from system calls in multi-threaded programs.
6591
6592 2003-10-24 Andrew Cagney <cagney@redhat.com>
6593
6594 * annotate.texinfo: Fix "fortunatly"[sic].
6595
6596 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6597
6598 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6599 with "Hitachi" and "Mitsubishi".
6600
6601 2003-10-20 Andrew Cagney <cagney@redhat.com>
6602
6603 * gdbint.texinfo (Target Architecture Definition): Document
6604 gdbarch_return_value. Add cross references from
6605 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6606 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6607
6608 2003-10-18 Mark Kettenis <kettenis@gnu.org>
6609
6610 * gdbint.texinfo (Target Architecture Definition): Document
6611 regset_from_core_section.
6612
6613 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6614
6615 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6616
6617 2003-10-15 Kevin Buettner <kevinb@redhat.com>
6618
6619 From Anthony Green <green@redhat.com>:
6620 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
6621
6622 2003-10-14 Kevin Buettner <kevinb@redhat.com>
6623
6624 * gdb.texinfo (Breakpoint related warnings): New node.
6625 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
6626
6627 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
6628
6629 * gdb.texinfo (Remote Protocol): Document v and vCont.
6630
6631 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6632
6633 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6634 * gdbint.texinfo: Ditto.
6635
6636 2003-10-09 Andrew Cagney <cagney@redhat.com>
6637
6638 From 2003-09-18 David Anderson <davea@sgi.com>:
6639 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6640 "command".
6641
6642 2003-10-03 Andrew Cagney <cagney@redhat.com>
6643
6644 * gdbint.texinfo (Target Architecture Definition): Deprecate
6645 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6646 just target.
6647
6648 2003-10-02 Andrew Cagney <cagney@redhat.com>
6649
6650 * gdbint.texinfo (Target Architecture Definition): Rename
6651 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6652 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6653 * gdbint.texinfo (Target Architecture Definition): Rename
6654
6655 2003-09-30 Andrew Cagney <cagney@redhat.com>
6656
6657 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
6658 (Target Architecture Definition):
6659
6660 * gdbint.texinfo (Target Architecture Definition): Rename
6661 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6662
6663 2003-09-29 Andrew Cagney <cagney@redhat.com>
6664
6665 * gdbint.texinfo (Target Architecture Definition): Delete
6666 documentation for NEED_TEXT_START_END.
6667
6668 * gdbint.texinfo (Target Architecture Definition): Rename
6669 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6670 TARGET_WRITE_PC.
6671
6672 2003-09-22 Michael Chastain <mec@shout.net>
6673
6674 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6675
6676 2003-09-21 Anthony Green <green@redhat.com>
6677
6678 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6679
6680 2003-09-21 Mark Kettenis <kettenis@gnu.org>
6681
6682 * gdbint.texinfo (Target Architecture Definition): Document
6683 stabs_argument_has_addr.
6684
6685 2003-09-18 Andrew Cagney <cagney@redhat.com>
6686
6687 * gdbint.texinfo (Target Architecture Definition): Delete
6688 documentation on REGISTER_NAMES.
6689
6690 2003-09-13 Mark Kettenis <kettenis@gnu.org>
6691
6692 * gdbint.texinfo (Target Architecture Definition): Replace
6693 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6694
6695 2003-09-11 Andrew Cagney <cagney@redhat.com>
6696
6697 * gdbint.texinfo (Target Architecture Definition): Replace
6698 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6699
6700 2003-08-18 Andrew Cagney <cagney@redhat.com>
6701
6702 * gdbint.texinfo (Target Architecture Definition): Document
6703 "frame_red_zone_size".
6704
6705 2003-08-09 Andrew Cagney <cagney@redhat.com>
6706
6707 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6708 with "set/show backtrace past-main" and "set/show backtrace
6709 limit".
6710
6711 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6712
6713 * Makefile.in (install-info): Support DESTDIR.
6714 (install-html): Likewise.
6715
6716 2003-08-07 Andrew Cagney <cagney@redhat.com>
6717
6718 Patch from Nick Roberts.
6719 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6720 bindings. Remove description of send-gdb-command.
6721
6722 2003-08-07 Andrew Cagney <cagney@redhat.com>
6723
6724 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6725 GDB 6.0.
6726
6727 2003-08-06 Andrew Cagney <cagney@redhat.com>
6728
6729 * gdb.texinfo (Mode Options): Mention that level three is the
6730 highest available and that level 2 is deprecated.
6731 (Annotations Overview): Mention annotation levels. Cross reference
6732 to "Limitations of the Annotation Interface" in annotate.texi.
6733 (TODO, Value Annotations, Frame Annotations): Delete section.
6734 (Displays, Breakpoint Info): Delete.
6735
6736 2003-08-04 Andrew Cagney <cagney@redhat.com>
6737
6738 * agentexpr.texi: Delete @bye.
6739 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6740 (stabs.info): Add $(srcdir) to include search path.
6741 (html): Depend on "annotate_toc.html", and not "annotate.html".
6742 * stabs.texinfo: Ditto. Include "fdl.texi".
6743 * gdbint.texinfo: Update copyright statement's list of invariant
6744 sections.
6745
6746 2003-07-28 Andrew Cagney <cagney@redhat.com>
6747
6748 * Makefile.in (INFO_DEPS): Add annotate.info.
6749 (dvi, ps, html, pdf): Add annotate.
6750 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6751 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6752 (ANNOTATE_DOC_FILES): New macro.
6753 (ANNOTATE_TEX_TMPS): New macro.
6754 (annotate.info, annotate_toc.html): Specify dependencies.
6755 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6756 * annotate.texinfo: Rename annotate.texi. Get building. Add
6757 "Migrating to GDB/MI" and "Limitations of the Annotation
6758 Interface" chapters. Mention why it is not part of the user
6759 guide. Update copyright notice. Include "fdl.texi".
6760
6761 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6762
6763 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6764
6765 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
6766
6767 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6768
6769 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
6770
6771 * gdb.texinfo (Server): Mention pidof.
6772
6773 2003-07-22 Andrew Cagney <cagney@redhat.com>
6774
6775 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6776 list.
6777
6778 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
6779
6780 * gdb.texinfo (Logging output): New chapter.
6781
6782 2003-06-24 Joel Brobecker <brobecker@gnat.com>
6783
6784 * gdb.texinfo (Unsupported languages): New section.
6785 (Languages): Add link to new section.
6786
6787 2003-06-22 Andrew Cagney <cagney@redhat.com>
6788
6789 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6790
6791 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6792
6793 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6794
6795 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6796
6797 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6798 * agentexpr.texi: Retitle section, and change it to an appendix.
6799 Comment out texinfo initialization. Factor a @var{} into two
6800 pieces to prevent makeinfo warnings.
6801 * gdb.texinfo: Add Agent Expressions appendix.
6802
6803 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6804
6805 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6806
6807 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
6808
6809 * gdb.texinfo (Remote Debugging): New section "Connecting to a
6810 remote target". Document the "detach" and "disconnect" commands.
6811 (Server, Netware, Debug Session): Reference "Connecting to a
6812 remote target".
6813 (GDB/MI Target Manipulation): Document "-target-disconnect".
6814
6815 2003-06-13 Andrew Cagney <cagney@redhat.com>
6816
6817 * gdbint.texinfo (Target Architecture Definition): Deprecate
6818 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6819 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6820
6821 2003-06-09 Jim Blandy <jimb@redhat.com>
6822
6823 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6824
6825 2003-06-08 Andrew Cagney <cagney@redhat.com>
6826
6827 * gdbint.texinfo (Target Architecture Definition): Delete
6828 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6829
6830 2003-06-08 Andrew Cagney <cagney@redhat.com>
6831
6832 * gdbint.texinfo (Target Architecture Definition): Document
6833 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6834
6835 2003-06-07 Adam Fedor <fedor@gnu.org>
6836
6837 * gdb.texinfo: Add Objective-C documentation.
6838
6839 2003-06-01 Andrew Cagney <cagney@redhat.com>
6840
6841 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6842 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6843
6844 2003-05-21 Andrew Cagney <cagney@redhat.com>
6845
6846 * gdbint.texinfo (Target Architecture Definition): Delete
6847 references to "extract_address" and "store_address".
6848
6849 2003-05-16 Andrew Cagney <cagney@redhat.com>
6850
6851 * gdbint.texinfo (Target Architecture Definition): Replace
6852 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6853 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6854
6855 2003-05-14 Theodore A. Roth <troth@openavr.org>
6856
6857 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6858
6859 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6860
6861 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6862 (gdb.dvi): Likewise.
6863 (gdb.pdf): Likewise.
6864 (links2roff): Likewise.
6865
6866 2003-05-08 Jim Blandy <jimb@redhat.com>
6867
6868 * gdb.texinfo (Dump/Restore Files): Update documentation for
6869 'dump', 'append', and 'restore': note that format argument is
6870 optional; simplify presentation of the command variants; and be
6871 more precise about the formats.
6872
6873 2003-05-07 Jim Blandy <jimb@redhat.com>
6874
6875 * gdb.texinfo (Symbols): Update documentation: 'maint list
6876 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6877 symtabs' and 'maint info psymtabs'.
6878
6879 2003-05-05 Andrew Cagney <cagney@redhat.com>
6880
6881 * gdbint.texinfo (Target Architecture Definition): Make
6882 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6883 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6884 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6885
6886 2003-05-04 Andrew Cagney <cagney@redhat.com>
6887
6888 * gdb.texinfo (Maintenance Commands): Document "maint print
6889 dummy-frames".
6890
6891 2003-05-04 Andrew Cagney <cagney@redhat.com>
6892
6893 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6894
6895 2003-05-03 J. Brobecker <brobecker@gnat.com>
6896
6897 Thierry Schneider <tpschneider1@yahoo.com>
6898 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6899 for new MI command.
6900
6901 2003-05-03 Andrew Cagney <cagney@redhat.com>
6902
6903 * gdbint.texinfo (Target Architecture Definition): Document
6904 push_dummy_code. Add cross references.
6905
6906 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
6907
6908 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6909 set/show charsets commands.
6910
6911 2003-04-28 Andrew Cagney <cagney@redhat.com>
6912
6913 * gdbint.texinfo (Target Architecture Definition): Replace
6914 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6915 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6916
6917 2003-04-28 Andrew Cagney <cagney@redhat.com>
6918
6919 * gdbint.texinfo (Target Architecture Definition): Rename
6920 "tm_print_insn" to "deprecated_tm_print_insn".
6921
6922 2003-04-09 Jim Blandy <jimb@redhat.com>
6923
6924 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6925 list psymtabs'.
6926
6927 2003-04-08 Andrew Cagney <cagney@redhat.com>
6928
6929 * gdbint.texinfo (Target Architecture Definition): Delete
6930 references to EXTRA_FRAME_INFO.
6931
6932 2003-04-08 Andrew Cagney <cagney@redhat.com>
6933
6934 * gdbint.texinfo (Target Architecture Definition): Delete
6935 PRINT_TYPELESS_INTEGER.
6936
6937 2003-04-02 J. Brobecker <brobecker@gnat.com>
6938
6939 * observer.texi (GDB Observers): Adjust the documentation for the
6940 normal_stop notification to better describe reality. Fix a couple
6941 of minor typos.
6942
6943 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6944
6945 * gdb.texinfo (GDB/MI Program Control): Add
6946 '-file-list-exec-source-file'
6947
6948 2003-03-31 Andrew Cagney <cagney@redhat.com>
6949
6950 * gdbint.texinfo (Target Architecture Definition): Delete
6951 references to CALL_DUMMY_P.
6952
6953 2003-03-30 Andrew Cagney <cagney@redhat.com>
6954
6955 * gdbint.texinfo (Target Architecture Definition): Remove
6956 reference to TARGET_WRITE_SP.
6957
6958 2003-03-27 Andrew Cagney <cagney@redhat.com>
6959
6960 * gdbint.texinfo (Target Architecture Definition): Remove
6961 references to write_sp.
6962
6963 2003-03-27 Andrew Cagney <cagney@redhat.com>
6964
6965 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6966 chapter body. Use @smallexample instead of @example.
6967 (Annotations): Ditto.
6968 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6969 annotate.texi.
6970
6971 2003-03-26 Andrew Cagney <cagney@redhat.com>
6972
6973 * gdbint.texinfo (Target Architecture Definition): Replace
6974 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6975 dummy_addr parameters.
6976
6977 2003-03-25 Andrew Cagney <cagney@redhat.com>
6978
6979 * gdbint.texinfo (Target Architecture Definition): Delete
6980 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6981 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6982 Add reference to PUSH_ARGUMENTS.
6983
6984 2003-03-23 Andrew Cagney <cagney@redhat.com>
6985
6986 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6987 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6988
6989 2003-03-18 J. Brobecker <brobecker@gnat.com>
6990
6991 * gdbint.texinfo (Algorithms): Add new section describing the
6992 Observer paradigm.
6993 (Top): Add menu entry to new observer appendix.
6994 * observer.texi: New file.
6995 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6996 new observer.texi file.
6997
6998 2003-03-17 Andrew Cagney <cagney@redhat.com>
6999
7000 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
7001 that GNU Press update the manual version number.
7002
7003 2003-03-12 Andrew Cagney <cagney@redhat.com>
7004
7005 * gdbint.texinfo (Target Architecture Definition): Delete
7006 references to get_saved_register. Rename GET_SAVED_REGISTER to
7007 DEPRECATED_GET_SAVED_REGISTER.
7008
7009 2003-03-13 Andrew Cagney <cagney@redhat.com>
7010
7011 * gdbint.texinfo (Target Architecture Definition): Replace
7012 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
7013
7014 2003-03-12 Andrew Cagney <cagney@redhat.com>
7015
7016 * gdbint.texinfo (Target Architecture Definition): Rename
7017 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
7018
7019 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
7020
7021 * gdb.texinfo: Add File-I/O documentation.
7022
7023 2003-03-10 Andrew Cagney <cagney@redhat.com>
7024
7025 * gdbint.texinfo (Target Architecture Definition): Cross reference
7026 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
7027
7028 2003-03-07 Andrew Cagney <cagney@redhat.com>
7029
7030 * gdb.texinfo (Debugging Output): Mention the "set/show debug
7031 frame" command.
7032
7033 2003-03-05 Andrew Cagney <cagney@redhat.com>
7034
7035 * gdbint.texinfo (Target Architecture Definition): Document
7036 unwind_dummy_id. Cross reference unwind_dummy_id and
7037 SAVE_DUMMY_FRAME_TOS.
7038
7039 2003-03-05 James Ingham <jingham@apple.com>
7040 Daniel Jacobowitz <drow@mvista.com>
7041
7042 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
7043 and "show cp-abi".
7044
7045 2003-03-03 Andrew Cagney <cagney@redhat.com>
7046
7047 * gdbint.texinfo (Target Architecture Definition): Document
7048 register_type.
7049
7050 2003-03-03 Andrew Cagney <cagney@redhat.com>
7051
7052 * stabs.texinfo (Structures): Use @samp and separate @var's
7053 instead of a single @var containing a comma separated list.
7054 (Unions): Ditto.
7055
7056 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
7057
7058 * Makefile.in (distclean): Remove config.log.
7059
7060 2003-03-01 Andrew Cagney <cagney@redhat.com>
7061
7062 * gdbint.texinfo (Target Architecture Definition): Rename
7063 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
7064
7065 2003-03-01 Andrew Cagney <cagney@redhat.com>
7066
7067 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
7068 DEPRECATED_INIT_EXTRA_FRAME_INFO.
7069
7070 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7071
7072 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
7073 (Non-debug DLL symbols): New node, describing the minimal symbols
7074 loaded from DLLs without real debugging symbols.
7075
7076 2003-02-20 Andrew Cagney <ac131313@redhat.com>
7077
7078 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
7079 hardware-breakpoint-limit".
7080 (Set Watchpoints): Add cross reference to "set remote
7081 hardware-watchpoint-limit".
7082 (Remote configuration options): New section.
7083
7084 2003-02-04 Andrew Cagney <ac131313@redhat.com>
7085
7086 * gdbint.texinfo (Target Architecture Definition): Delete
7087 descrption of IS_TRAPPED_INTERNALVAR.
7088
7089 From Keith Seitz <keiths@redhat.com>:
7090 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
7091 option "-i"/"--interpreter" to this chapter. Include index
7092 entries.
7093
7094 2003-02-04 David Carlton <carlton@math.stanford.edu>
7095
7096 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
7097 (Variables): Recommend stabs+ and DWARF 2.
7098 (C plus plus expressions): Correct info about
7099 compiler versions, debug formats.
7100 (Contributors): Change 'DWARF2' to 'DWARF 2'.
7101 PR symtab/874.
7102
7103 2003-02-01 Andrew Cagney <ac131313@redhat.com>
7104
7105 * gdbint.texinfo (Target Architecture Definition): Delete
7106 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
7107 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
7108 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
7109 references to nindy and i960.
7110 * gdb.texinfo (i960): Delete all references to i960 and nindy.
7111
7112 2003-02-01 Andrew Cagney <ac131313@redhat.com>
7113
7114 * gdbint.texinfo (Target Architecture Definition): Delete
7115 FLOAT_INFO.
7116
7117 2003-01-30 Andrew Cagney <ac131313@redhat.com>
7118
7119 * stabs.texinfo (Member Type Descriptor): Clarify description of
7120 `@'. Suggested by Ben Hutchings.
7121
7122 2003-01-29 Andrew Cagney <ac131313@redhat.com>
7123
7124 * gdb.texinfo (M68K): Delete reference to es1800.
7125
7126 2003-01-29 Andrew Cagney <ac131313@redhat.com>
7127
7128 * gdb.texinfo (Maintenance Commands): Document `maint print
7129 reggroups' and `maint print register-groups'.
7130 * gdbint.texinfo (Target Architecture Definition): Document
7131 register_reggroup_p.
7132
7133 2003-01-23 Jim Blandy <jimb@redhat.com>
7134
7135 * gdb.texinfo (Separate Debug Files): New section.
7136
7137 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
7138
7139 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
7140 and "maint show profile".
7141
7142 2003-01-16 Michael Chastain <mec@shout.net>
7143
7144 * gdb.texinfo (Installing GDB): Warn against
7145 ".../gdb-VERSION/gdb/configure".
7146 (Separate Objdir): Likewise.
7147
7148 2003-01-15 Andrew Cagney <ac131313@redhat.com>
7149
7150 * gdbint.texinfo (Target Architecture Definition): Delete
7151 definition of PRINT_REGISTER_HOOK.
7152
7153 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
7154
7155 (OpenRISC 1000): Fix formatting of command names.
7156
7157 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
7158
7159 * gdb.texinfo (Continuing and Stepping): Add new command
7160 'advance'. Clarify behavior of 'until'.
7161
7162 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
7163
7164 * gdb.texinfo (Files): Document solib-absolute-prefix and
7165 solib-search-path.
7166
7167 2003-01-09 Michael Chastain <mec@shout.net>
7168
7169 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
7170 (Create a Release): Add new instructions for new @file{src-release}.
7171 Document existing instructions for @file{Makefile.in} as
7172 being for @value{GDBN} 5.3.1 or earlier.
7173
7174 2003-01-09 Andrew Cagney <ac131313@redhat.com>
7175
7176 * gdbint.texinfo (Target Architecture Definition): Mention
7177 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
7178 allocate memory.
7179
7180 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7181
7182 * gdb.texinfo (Controlling GDB): Add @kindex for
7183 "show osabi".
7184 (Backtraces): Add @kindex's for backtrace-below-main.
7185
7186 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7187
7188 * gdb.texinfo (Controlling GDB): Document "set osabi".
7189
7190 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7191
7192 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
7193 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
7194
7195 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
7196
7197 * gdb.texinfo (Controlling GDB): Add ABI section. Document
7198 "set coerce-float-to-double".
7199 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
7200
7201 2003-01-02 Andrew Cagney <ac131313@redhat.com>
7202
7203 * stabs.texinfo: Remove obsolete text.
7204 * gdbint.texinfo: Ditto.
7205 * gdb.texinfo: Ditto.
7206
7207 2002-12-22 Mark Kettenis <kettenis@gnu.org>
7208
7209 * gdbint.texinfo (Target Architecture Definition): Update
7210 description of gdbarch_register_osabi.
7211
7212 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
7213
7214 * agentexpr.texi: Fix typos.
7215 * annotate.texi: Likewise.
7216 * fdl.texi: Likewise.
7217
7218 2002-12-10 Andrew Cagney <cagney@redhat.com>
7219
7220 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
7221 DEPRECATED_INIT_FRAME_PC.
7222
7223 2002-12-01 Andrew Cagney <ac131313@redhat.com>
7224
7225 * gdbint.texinfo (Target Architecture Definition): Delete
7226 PC_IN_CALL_DUMMY.
7227
7228 2002-11-28 Andrew Cagney <ac131313@redhat.com>
7229
7230 * gdbint.texinfo (Host Definition): Delete documentation on
7231 USE_GENERIC_DUMMY_FRAMES.
7232
7233 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
7234
7235 Fix PR gdb/723 and PR gdb/245.
7236 * Makefile.in (install-info): Run the install-info command as part
7237 of the post install steps only.
7238 (uninstall-info): New target.
7239 (uninstall): New target.
7240
7241 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
7242
7243 * Makefile.in (install): Make install do some real work.
7244
7245 2002-11-19 Andrew Cagney <ac131313@redhat.com>
7246
7247 Fix POSIX problem reported by Paul Eggert.
7248 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
7249 Fix PR gdb/527.
7250
7251 2002-10-26 Andrew Cagney <cagney@redhat.com>
7252
7253 * gdbint.texinfo (Target Architecture Definition): Delete
7254 definition of DO_REGISTERS_INFO.
7255
7256 2002-10-18 Kevin Buettner <kevinb@redhat.com>
7257
7258 * gdbint.texinfo (Address Classes): Fix problems with insertion
7259 of ``{'' and ``}'' in example.
7260
7261 2002-10-17 Kevin Buettner <kevinb@redhat.com>
7262
7263 * gdbint.texinfo (Address Classes): New section.
7264 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
7265 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
7266 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
7267 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
7268
7269 2002-10-11 Klee Dienes <kdienes@apple.com>
7270
7271 * gdb.texinfo (Registers): Mention vector registers as well as
7272 floating registers in the documentation for 'info registers' and
7273 'info all-registers'.
7274
7275 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
7276
7277 * gdbint.texinfo (CPLUS_MARKER): Remove item.
7278
7279 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7280
7281 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
7282 interface definition.
7283
7284 2002-10-03 Marko Mlinar <markom@opencores.org>
7285
7286 * gdb.texinfo (Target Commands): Add or1k target specific
7287 commands.
7288 * gdb.texinfo (Contributors): Add myself to the contributors list.
7289
7290 2002-10-01 Andrew Cagney <ac131313@redhat.com>
7291
7292 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
7293 and "mi1" instead of "mi1" and "mi0".
7294
7295 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7296
7297 * gdb.texinfo (Packets): Fix typos "alligned".
7298 Correct z3/Z3 description. Correct z4/Z4 title.
7299
7300 2002-09-27 Andrew Cagney <ac131313@redhat.com>
7301
7302 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
7303
7304 2002-09-25 Kevin Buettner <kevinb@redhat.com>
7305
7306 * gdb.texinfo: Use GNU/Linux instead of Linux.
7307
7308 2002-09-25 Andrew Cagney <ac131313@redhat.com>
7309
7310 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
7311
7312 2002-09-24 Andrew Cagney <ac131313@redhat.com>
7313
7314 * gdb.texinfo: Replace @example with @smallexample.
7315
7316 2002-09-20 Kevin Buettner <kevinb@redhat.com>
7317
7318 From Eli Zaretskii <eliz@gnu.org>:
7319 * gdb.texinfo (Character Sets): Use @smallexample instead of
7320 @example. Use GNU/Linux instead of Linux.
7321
7322 2002-09-20 Jim Blandy <jimb@redhat.com>
7323
7324 * gdb.texinfo: Add character set documentation.
7325
7326 2002-09-19 Andrew Cagney <ac131313@redhat.com>
7327
7328 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
7329 (Packets): Add cross reference from `b' packet to `z' packets.
7330
7331 2002-09-19 Andrew Cagney <ac131313@redhat.com>
7332
7333 * gdb.texinfo (Maintenance Commands): Document ``maint
7334 internal-error'' and ``maint internal-warning''.
7335
7336 * gdbint.texinfo (Target Architecture Definition): Revise
7337 description of STACK_ALIGN. Add description of FRAME_ALIGN.
7338
7339 2002-09-19 Joel Brobecker <brobecker@gnat.com>
7340
7341 * gdbint.texinfo (Target Conditionals): Document the new
7342 NAME_OF_MALLOC macro.
7343
7344 2002-09-05 Andrew Cagney <ac131313@redhat.com>
7345
7346 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
7347 engineer.
7348
7349 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7350
7351 * gdb.texinfo (TUI Overview): Document status line fields.
7352
7353 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
7354
7355 * gdb.texinfo (TUI Commands): Document info win command.
7356
7357 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7358
7359 * gdb.texinfo (TUI Overview): Document breakpoint markers.
7360
7361 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
7362
7363 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
7364 (TUI Keys): Likewise.
7365
7366 2002-08-25 Andrew Cagney <ac131313@redhat.com>
7367
7368 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
7369 for a packet receive.
7370
7371 2002-08-25 Andrew Cagney <ac131313@redhat.com>
7372
7373 * Makefile.in (clean): Move to end of file.
7374 (distclean, maintainer-clean, realclean): Ditto.
7375 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
7376 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
7377 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
7378 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
7379
7380 2002-08-24 Andrew Cagney <ac131313@redhat.com>
7381
7382 * Makefile.in (GDBINT_TEX_TMPS): Define.
7383 (gdbint.dvi, gdbint.pdf): Use
7384 (GDB_TEX_TMPS): Define.
7385 (gdb.dvi, gdb.pdf): Use.
7386 (STABS_TEX_TMPS): Define.
7387 (stabs.dvi, stabs.pdf): Use.
7388 (GDB_DOC_SOURCE_INCLUDES): New macros.
7389 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
7390 (GDBINT_DOC_FILES_INCLUDES): New macros.
7391 (GDBINT_DOC_BUILD_INCLUDES): New macros.
7392 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
7393 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
7394 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
7395 (links2roff): Replace SFILES_INCLUDED with
7396 GDB_DOC_SOURCE_INCLUDES.
7397 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
7398 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
7399 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
7400 dependencies.
7401 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
7402 dependencies.
7403 (gdbmi.texinfo): Delete rule.
7404 (inc-hist.texinfo): Delete rule.
7405 (rluser.texinfo): Delete rule.
7406
7407 2002-08-23 Andrew Cagney <cagney@redhat.com>
7408
7409 * gdbint.texinfo (Target Architecture Definition): Update
7410 STORE_RETURN_VALUE, mention regcache.
7411
7412 2002-08-21 Andrew Cagney <ac131313@redhat.com>
7413
7414 * gdbint.texinfo (Target Architecture Definition): Document
7415 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
7416
7417 2002-08-19 Andrew Cagney <ac131313@redhat.com>
7418
7419 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
7420 Fix minor typos. Add index entries.
7421
7422 2002-08-18 Andrew Cagney <ac131313@redhat.com>
7423
7424 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
7425
7426 2002-08-15 Andrew Cagney <ac131313@redhat.com>
7427
7428 * gdbint.texinfo (Target Architecture Definition): Document
7429 PRINT_VECTOR_INFO.
7430 * gdb.texinfo (Vector Unit): Document "info vectors" command.
7431
7432 2002-08-13 Andrew Cagney <ac131313@redhat.com>
7433
7434 * gdb.texinfo (Maintenance Commands): Document "maint print
7435 registers", "maint print raw-registers" and "maint print
7436 cooked-registers".
7437
7438 2002-08-08 Grace Sainsbury <graces@redhat.com>
7439
7440 From Mark Salter:
7441 * gdb.texinfo (Protocol): Document T packet extension to
7442 allow watchpoint address reporting.
7443
7444 2002-08-03 Andrew Cagney <ac131313@redhat.com>
7445
7446 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
7447
7448 2002-08-01 Andrew Cagney <cagney@redhat.com>
7449
7450 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
7451 to CHILL.
7452
7453 2002-08-01 Andrew Cagney <ac131313@redhat.com>
7454
7455 * gdbint.texinfo (Coding): Revise section "Include Files".
7456
7457 2002-07-24 Andrew Cagney <cagney@redhat.com>
7458
7459 * gdbint.texinfo: Obsolete references to m88k.
7460 * gdb.texinfo: Ditto.
7461
7462 2002-07-10 Joel Brobecker <brobecker@gnat.com>
7463
7464 * gdbint.texinfo (Create a release candiate): Add the location
7465 where the proper version of autoconf can be retrieved.
7466
7467 2002-07-09 Don Howard <dhoward@redhat.com>
7468
7469 * gdb.texinfo (Command Files): Further describe the behavior of
7470 sourced command files.
7471
7472 2002-06-27 Andrew Cagney <ac131313@redhat.com>
7473
7474 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
7475 (Coding): Clarify ISO C version that GDB assumes.
7476
7477 2002-06-26 Tom Tromey <tromey@redhat.com>
7478
7479 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
7480 add_setshow_cmd_full.
7481
7482 2002-06-25 Don Howard <dhoward@redhat.com>
7483
7484 * gdb.texinfo (Memory Region Attributes): Document new behavior
7485 for 'mem' command.
7486
7487 2002-06-11 Jim Blandy <jimb@redhat.com>
7488
7489 * gdb.texinfo (Symbols): Update documentation for `info source'
7490 command.
7491
7492 * gdb.texinfo (Macros): Call the command `info macro', not
7493 `show macro'.
7494
7495 2002-06-09 Andrew Cagney <ac131313@redhat.com>
7496
7497 * gdbint.texinfo (Coding): Add section ``Per-architecture module
7498 data''.
7499
7500 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7501
7502 * gdbint.texinfo (Target Architecture Definition): Document
7503 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7504
7505 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7506
7507 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
7508 lists.
7509
7510 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7511
7512 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
7513 Branch''.
7514
7515 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7516
7517 * gdbint.texinfo (Target Architecture Definition): Add section
7518 ``Converting an existing Target Architecture to Multi-arch''.
7519
7520 2002-05-30 Andrew Cagney <ac131313@redhat.com>
7521
7522 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
7523 to ``Obsoleting code''. Revise.
7524
7525 2002-05-17 Jim Blandy <jimb@redhat.com>
7526
7527 * gdb.texinfo (C Preprocessor Macros): New chapter.
7528 Include it in the main menu.
7529 (Contributors): Credit Jim Blandy with macro support.
7530 (Compilation): Explain how to get macro information into the
7531 executable.
7532 (Expressions): Note that preprocessor macros are expanded.
7533
7534 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7535
7536 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
7537 options for `target remote'.
7538
7539 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7540
7541 * gdbint.texinfo (Target Architecture Definition): Delete
7542 documentation on NNPC_REGNUM.
7543
7544 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7545
7546 * gdbint.texinfo (Target Architecture Definition): Document
7547 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
7548 (Target Architecture Definition): Revise section `Using Different
7549 Register and Memory Data Representations'. Add section `Raw and
7550 Virtual Register Representations'.
7551
7552 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7553
7554 * gdbint.texinfo (Target Architecture Definition): Mention
7555 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
7556 (Target Architecture Definition): Mention same. Add references to
7557 web pages.
7558
7559 2002-05-08 Michael Snyder <msnyder@redhat.com>
7560
7561 * stabs.texinfo (Attributes): Document new "vector" attribute.
7562
7563 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7564
7565 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
7566
7567 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7568
7569 * gdb.texinfo: Delete obsolete references to a29k.
7570
7571 2002-04-24 Andrew Cagney <ac131313@redhat.com>
7572
7573 * gdbint.texinfo (Target Architecture Definition): Replace
7574 IN_SIGTRAMP with PC_IN_SIGTRAMP.
7575
7576 2002-04-24 David S. Miller <davem@redhat.com>
7577
7578 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
7579
7580 2002-04-21 David S. Miller <davem@redhat.com>
7581
7582 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
7583
7584 2002-04-21 Andrew Cagney <ac131313@redhat.com>
7585
7586 * gdbint.texinfo (Target Architecture Definition): Delete
7587 definition of HAVE_REGISTER_WINDOWS.
7588
7589 2002-04-19 Eli Zaretskii <eliz@gnu.org>
7590
7591 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7592 "Theodore A. Roth" <troth@verinet.com>.
7593
7594 2002-04-15 Don Howard <dhoward@redhat.com>
7595
7596 From Eli Zaretskii <eliz@gnu.org>
7597 * gdb.texinfo (show max-user-call-depth): Correct formatting.
7598 Provide a better explaination of this feature.
7599
7600 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7601
7602 * gdbint.texinfo (Target Architecture Definition): Remove
7603 FRAME_CHAIN_COMBINE.
7604
7605 2002-04-12 Michael Chastain <mec@shout.net>
7606
7607 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7608 REG_STACK_SEGMENT.
7609
7610 2002-04-09 Michael Chastain <mec@shout.net>
7611
7612 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7613 PYRAMID_* macros.
7614
7615 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7616
7617 * gdb.texinfo (Bug Reporting): Document that the web is the
7618 prefered way of submitting bug reports.
7619 (Bug Reporting): Delete the s-mail address as the last resort.
7620
7621 2002-04-05 Andrew Cagney <ac131313@redhat.com>
7622
7623 * gdbint.texinfo (Target Architecture Definition): Delete
7624 references to TARGET_WRITE_FP and write_fp.
7625
7626 2002-03-27 Michael Snyder <msnyder@redhat.com>
7627
7628 * gdb.texinfo: Document new commands dump, append, and restore.
7629
7630 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7631
7632 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7633 Branch'.
7634
7635 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7636
7637 * gdb.texinfo: Change all examples to @smallexample.
7638 * gdbint.texinfo: Ditto.
7639
7640 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7641
7642 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7643 Branches''.
7644
7645 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7646
7647 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7648 Policy''.
7649
7650 2002-03-04 Fred Fish <fnf@redhat.com>
7651
7652 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7653 expresson, suports, dependant, trhe, perhaphs, situtations,
7654 explictily, taged, oportunity, unfortunatly).
7655
7656 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7657
7658 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7659 Remove reference to 3.12.
7660
7661 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7662
7663 * gdbint.texinfo: Include fdl.texi.
7664 (Top): Add GNU Free Documentation License.
7665 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7666 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7667 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7668 (gdbint.info): Add srcdir to include path.
7669 * gdb.texinfo: Include gpl.texi.
7670 (Top): Add Copying.
7671 * gpl.texi: New file.
7672
7673 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7674
7675 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7676
7677 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7678
7679 * gdb.texinfo: Document Cygwin native specific commands.
7680
7681 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
7682
7683 * gdb.texinfo: Document gdbserver ``--attach'' command.
7684
7685 2002-02-07 Michael Snyder <msnyder@redhat.com>
7686
7687 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7688 to @code(_ovly_debug_event).
7689
7690 2002-02-07 Andrew Cagney <ac131313@redhat.com>
7691
7692 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7693
7694 2002-02-06 Michael Snyder <msnyder@redhat.com>
7695
7696 * gdb.texinfo (overlays): Mention new magic symbol
7697 '_ovly_debug_event', which allows GDB to keep better track
7698 of overlays.
7699
7700 2002-02-03 Eli Zaretskii <eliz@gnu.org>
7701
7702 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7703 Suggested by Dmitry Sivachenko.
7704
7705 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7706
7707 2002-02-01 Michael Snyder <msnyder@redhat.com>
7708
7709 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7710
7711 2002-01-30 Michael Snyder <msnyder@redhat.com>
7712
7713 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7714 (set trust-readonly-sections): Document.
7715
7716 2002-01-29 Andrew Cagney <ac131313@redhat.com>
7717
7718 * gdbint.texinfo (Releasing GDB): Revise and update.
7719
7720 2002-01-28 Andrew Cagney <ac131313@redhat.com>
7721
7722 * gdbint.texinfo (Target Architecture Definition): Delete
7723 description of TARGET_BYTE_ORDER_DEFAULT.
7724
7725 2002-01-27 Eli Zaretskii <eliz@gnu.org>
7726
7727 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7728 <mitya@cavia.pp.ru>.
7729
7730 2002-01-23 Andrew Cagney <ac131313@redhat.com>
7731
7732 * libgdb.texinfo: Delete file.
7733
7734 2002-01-22 Andrew Cagney <ac131313@redhat.com>
7735
7736 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7737 * gdbint.texinfo: Ditto.
7738
7739 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7740
7741 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7742
7743 2002-01-22 Andrew Cagney <ac131313@redhat.com>
7744
7745 * Makefile.in: Update copyright.
7746 (TEXI2DVI): Define.
7747 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7748 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7749 gdb-cfg.texi.
7750 (TEXINDEX, PDFTEX): Delete makefile variables.
7751
7752 2002-01-22 Andrew Cagney <ac131313@redhat.com>
7753
7754 * gdb.texinfo (Protocol): Move section to appendix.
7755
7756 2002-01-21 Andrew Cagney <ac131313@redhat.com>
7757
7758 * gdb.texinfo (Remote Debugging): Create a menu.
7759 (Top): Add ``Remote Debugging'' to menu.
7760
7761 2002-01-21 Andrew Cagney <ac131313@redhat.com>
7762
7763 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7764 serial protocol'' from here.
7765 (Remote Debugging): To here. New chapter.
7766
7767 2002-01-20 Andrew Cagney <ac131313@redhat.com>
7768
7769 * gdbint.texinfo (Target Architecture Definition): Delete
7770 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7771
7772 2002-01-20 Andrew Cagney <ac131313@redhat.com>
7773
7774 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7775 are no longer needed.
7776 (Porting GDB): Add maintainer note about configure.host.
7777
7778 2002-01-20 Andrew Cagney <ac131313@redhat.com>
7779
7780 * gdbint.texinfo (Target Architecture Definition): Remove
7781 definition of IEEE_FLOAT.
7782
7783 2002-01-20 Eli Zaretskii <eliz@gnu.org>
7784
7785 * gdb.texinfo: Beautify copyright years; fix a typo.
7786 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7787 <3diff@gnu.org>
7788
7789 2002-01-19 Andrew Cagney <ac131313@redhat.com>
7790
7791 * gdbint.texinfo (Host Definition): Remove references to
7792 MALLOC_INCOMPATIBLE.
7793
7794 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7795
7796 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7797 and xyz-xdep.o.
7798
7799 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7800
7801 * gdb.texinfo (Maintenance Commands): Add appendix.
7802 (Set Breaks): Copy ``maint info breakpoint'' doco to
7803 ``Maintenance Commands'' appendix. Add reference.
7804
7805 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7806
7807 * fdl.texi: Remove next/prev from @node.
7808
7809 2002-01-17 Eli Zaretskii <eliz@gnu.org>
7810
7811 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7812 for monstrous @multitable (from Brian Youmans).
7813
7814 * fdl.texi: New file.
7815
7816 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7817
7818 2002-01-15 Andrew Cagney <ac131313@redhat.com>
7819
7820 * gdbint.texinfo (Releasing GDB): New chapter.
7821
7822 2002-01-14 Andrew Cagney <ac131313@redhat.com>
7823
7824 * gdb.texinfo (Embedded Processors, Calling program functions):
7825 Obsolete references to a29k.
7826
7827 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7828
7829 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7830 examples. Document that a code-block should do or discard its
7831 cleanups before exit.
7832
7833 2002-01-11 Michael Snyder <msnyder@redhat.com>
7834
7835 * gdb.texinfo (Choosing files): Change @samp to @file.
7836
7837 2002-01-05 Michael Snyder <msnyder@redhat.com>
7838
7839 * gdb.texinfo (--pid): Document new command line option (attach).
7840
7841 2002-01-07 Eli Zaretskii <eliz@gnu.org>
7842
7843 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7844 in the stub.
7845
7846 2002-01-04 Andrew Cagney <ac131313@redhat.com>
7847
7848 * gdbint.texinfo (Target Architecture Definition): Replace
7849 BIG_ENDIAN with BFD_ENDIAN_BIG.
7850
7851 2002-01-03 Andrew Cagney <ac131313@redhat.com>
7852
7853 * gdbint.texinfo (Target Architecture Definition): Replace
7854 value_ptr with struct value pointer.
7855
7856 2002-01-02 Eli Zaretskii <eliz@gnu.org>
7857
7858 * gdb.texinfo (Free Software): Fix wording.
7859
7860 2001-12-31 Eli Zaretskii <eliz@gnu.org>
7861
7862 * gdb.texinfo (Free Software): New section ``Free Software Needs
7863 Free Documentation''.
7864
7865 2001-12-30 Eli Zaretskii <eliz@gnu.org>
7866
7867 * stabs.texinfo:
7868 * gdb.texinfo:
7869 * gdbint.texinfo:
7870 * libgdb.texinfo:
7871 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7872
7873 2001-12-29 Michael Snyder <msnyder@redhat.com>
7874
7875 * gdb.texinfo (maint info sections): Fix typo.
7876
7877 2001-12-26 Michael Snyder <msnyder@redhat.com>
7878
7879 * gdb.texinfo (maint info sections): Document.
7880
7881 * gdb.texinfo (info proc): Comment out documentation for
7882 'info proc' sub-options that are currently not implemented.
7883
7884 2001-12-20 Jim Blandy <jimb@redhat.com>
7885
7886 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7887
7888 2001-12-15 Andrew Cagney <ac131313@redhat.com>
7889
7890 * gdbint.texinfo (Target Architecture Definition): Replace
7891 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7892
7893 2001-12-01 Andrew Cagney <ac131313@redhat.com>
7894
7895 * gdbint.texinfo (Host Definition): Delete documentation on
7896 HOST_BYTE_ORDER.
7897
7898 2001-11-30 Jim Blandy <jimb@redhat.com>
7899
7900 * gdb.texinfo (Overlays): New chapter, documenting GDB's
7901 overlay support. Add to top-level menu.
7902
7903 2001-11-26 Tom Tromey <tromey@redhat.com>
7904
7905 * gdb.texinfo (Command Syntax): Document C-o binding.
7906
7907 2001-07-26 Christopher Faylor <cgf@redhat.com>
7908
7909 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7910 use since it is described in the referenced section.
7911
7912 From Eli Zaretskii <eliz@gnu.org>
7913 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7914 clearer when using DJGPP.
7915
7916 2001-11-24 Christopher Faylor <cgf@redhat.com>
7917
7918 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7919 specifically refer to MS-DOS.
7920 (command files): Mention gdb.ini is only used on MS-DOS.
7921
7922 2001-11-21 Tom Tromey <tromey@redhat.com>
7923
7924 * gdb.texinfo (Invoking GDB): Document --args.
7925 (Mode Options): Likewise.
7926
7927 2001-11-21 Jim Blandy <jimb@redhat.com>
7928
7929 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
7930 Delete documentation; this macro has been removed from the
7931 sources.
7932
7933 2001-11-13 Jim Blandy <jimb@redhat.com>
7934
7935 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7936
7937 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
7938
7939 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7940
7941 2001-11-05 Michael Snyder <msnyder@redhat.com>
7942
7943 * gdb.texinfo (info functions): Document use of backslash to
7944 quote regexp chars in function names such as "operator*()".
7945
7946 2001-11-01 Fred Fish <fnf@redhat.com>
7947
7948 * gdbint.texinfo (SOLIB_ADD): Document additional new
7949 "readsyms" arg.
7950
7951 2001-10-30 Don Howard <dhoward@redhat.com>
7952
7953 * gdb.texinfo: (Command Files) Added documentation for the
7954 behavior of gdb with input redirected from a file.
7955
7956 2001-10-28 Fred Fish <fnf@redhat.com>
7957
7958 * gdb.texinfo (auto-solib-add): Change docs to match
7959 implementation change.
7960 (auto-solib-limit): Add docs for new variable.
7961
7962 2001-10-15 Andrew Cagney <ac131313@redhat.com>
7963
7964 * gdbint.texinfo (Target Architecture Definition): Function
7965 value_as_pointer renamed to value_as_address.
7966
7967 2001-10-15 Andrew Cagney <ac131313@redhat.com>
7968
7969 * gdbint.texinfo (Target Architecture Definition): Default
7970 POINTER_TO_ADDRESS functions assume unsigned addresses.
7971 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7972 posting by Jim Blandy.
7973
7974 2001-10-12 Jim Blandy <jimb@redhat.com>
7975
7976 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7977 version of texi2html (1.64) doesn't support this flag any more.
7978
7979 2001-09-08 Mark Kettenis <kettenis@gnu.org>
7980
7981 * gdbint.texinfo (Host Definition): Remove description of
7982 MEM_FNS_DECLARED.
7983
7984 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7985
7986 * gdbint.texinfo (Host Definition): Remove description of
7987 HAVE_SIGSETMASK.
7988
7989 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
7990
7991 * gdbint.texinfo (Target Architecture Definition): Add
7992 explanation of TARGET_PRINT_INSN macro.
7993
7994 2001-08-30 Jim Blandy <jimb@redhat.com>
7995
7996 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7997 Explain what it means to load relocatable files.
7998
7999 2001-08-28 Jim Blandy <jimb@redhat.com>
8000
8001 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
8002 info `top' menu.
8003
8004 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
8005
8006 * gdbint.texinfo: Add a cautionary note about macro use.
8007
8008 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
8009
8010 * gdb.texinfo: Explain omitting the hostname in the
8011 `target remote' command.
8012
8013 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
8014
8015 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
8016 and END-INFO-DIR-ENTRY.
8017
8018 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8019
8020 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
8021
8022 2001-07-25 Andrew Cagney <ac131313@redhat.com>
8023
8024 * gdbint.texinfo (libgdb): Rewrite.
8025
8026 2001-07-26 Eli Zaretskii <eliz@gnu.org>
8027
8028 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
8029
8030 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8031
8032 * gdb.texinfo (TUI): New chapter, document the TUI.
8033 (Mode Options): Document the -tui option.
8034
8035 2001-07-23 Mark Kettenis <kettenis@gnu.org>
8036
8037 * gdbint.texinfo (Host Definition): Remove description of
8038 NEED_POSIX_SETPGID.
8039
8040 2001-07-23 Eli Zaretskii <eliz@gnu.org>
8041
8042 * gdb.tex (DJGPP Native): New node, with descriptions of
8043 DJGPP-specific commands.
8044
8045 2001-07-19 John R. Moore <jmoore@redhat.com>
8046
8047 * gdbint.texinfo: Three misspellings.
8048
8049 2001-07-06 Andrew Cagney <ac131313@redhat.com>
8050
8051 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
8052 `test` expressions on bash. Problem reported by Colin Walters.
8053
8054 2001-07-04 Andrew Cagney <ac131313@redhat.com>
8055
8056 * gdbint.texinfo (User Interface): Update ui-out documentation to
8057 refelect recent UI/MI updates.
8058
8059 2001-07-04 Andrew Cagney <ac131313@redhat.com>
8060
8061 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
8062 interpreters.
8063
8064 2001-06-15 Andrew Cagney <ac131313@redhat.com>
8065
8066 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
8067 structure and not macros.
8068 (Host Definition): Document that much of this chapter is obsolete.
8069 (Target Architecture Definition): Update list of files that make
8070 up a target architecture.
8071 (Coding): Update.
8072
8073 2001-06-28 Andrew Cagney <ac131313@redhat.com>
8074
8075 * gdbint.texinfo (Target Architecture Definition): Update
8076 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
8077 The latter has been changed to a true predicate.
8078
8079 2001-06-17 Eli Zaretskii <eliz@gnu.org>
8080
8081 * annotate.texi: Add @noindent where needed. From Dmitry
8082 Sivachenko <dima@Chg.RU>.
8083 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
8084
8085 2001-06-16 Andrew Cagney <ac131313@redhat.com>
8086
8087 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
8088
8089 2001-06-14 Andrew Cagney <ac131313@redhat.com>
8090
8091 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
8092 returns ``OK''. Document that the ``R'' packet does not reply.
8093
8094 2001-06-13 Michael Snyder <msnyder@redhat.com>
8095
8096 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
8097
8098 2001-06-13 Eli Zaretskii <eliz@gnu.org>
8099
8100 * gdb.texinfo (Signals): Clarify the default setting of signal
8101 handling.
8102
8103 2001-05-14 Andrew Cagney <ac131313@redhat.com>
8104
8105 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
8106 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
8107
8108 2001-05-12 Andrew Cagney <ac131313@redhat.com>
8109
8110 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
8111
8112 2001-05-10 Eli Zaretskii <eliz@gnu.org>
8113
8114 * gdbint.texinfo (Clean Design and Portable Implementation):
8115 Renamed from "Clean Design".
8116 (Clean Design and Portable Implementation): Document portable
8117 methods of handling file names, and the associated macros.
8118
8119 2001-04-02 Eli Zaretskii <eliz@gnu.org>
8120
8121 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
8122 command and provide a cross-reference to its description.
8123 (Symbols): Note that "info scope" is useful for trace experiments.
8124
8125 2001-04-01 Eli Zaretskii <eliz@gnu.org>
8126
8127 * gdb.texinfo (Symbols): Document "info scope".
8128 (Tracepoints): New chapter.
8129 (Contributors): Update for v5.1.
8130 <All nodes>: Change "C++" to "C@t{++}".
8131
8132 * gdbint.texinfo (User Interface): A new section about ui_out
8133 functions, based on text written by Fernando Nasser.
8134
8135 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
8136
8137 2001-03-26 Eli Zaretskii <eliz@gnu.org>
8138
8139 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
8140
8141 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
8142
8143 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
8144 Replace "GDB" with "@value{GDBN}". Fix markup.
8145
8146 * annotate.texi: Change Permissions to GFDL. Update Copyright.
8147
8148 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
8149 a cross-reference to its description.
8150 (Symbols): Document "info symbol".
8151
8152 2001-03-21 Eli Zaretskii <eliz@gnu.org>
8153
8154 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
8155 subsection "x86 Watchpoints".
8156 (Target Architecture Definition): Document the macros
8157 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
8158 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8159
8160 2001-03-20 Andrew Cagney <ac131313@redhat.com>
8161
8162 * gdbint.texinfo (Target Architecture Definition): Update
8163 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
8164 list.
8165
8166 2001-03-06 Kevin Buettner <kevinb@redhat.com>
8167
8168 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
8169 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
8170
8171 2001-02-21 Eli Zaretskii <eliz@gnu.org>
8172
8173 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
8174
8175 2001-02-11 Eli Zaretskii <eliz@gnu.org>
8176
8177 * gdb.texinfo (Environment): Document that `path' does not change
8178 the value of PATH in GDB's own environment (it did in the past,
8179 but that was changed on March 15, 1994). Reported by Doug Evans
8180 <dje@transmeta.com>.
8181
8182 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
8183 its line. Fix markup of commands and macros. Add an Index node
8184 and index entries.
8185
8186 2001-01-23 J.T. Conklin <jtc@redback.com>
8187
8188 * gdb.texinfo (Memory region attributes): New manual section.
8189
8190 2001-01-04 Nicholas Duffek <nsd@redhat.com>
8191
8192 * gdbint.texinfo (POP_FRAME): Document use by return_command.
8193
8194 2000-12-25 Eli Zaretskii <eliz@gnu.org>
8195
8196 * refcard.tex: Version and copyright fixed. From Phil Edwards
8197 <pedwards@disaster.jaj.com>.
8198
8199 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
8200
8201 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
8202 DWARF2_REG_TO_REGNUM): Document.
8203
8204 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8205
8206 * gdbint.texinfo (Coding): Update current value of
8207 --enable-build-warnings. Mention --enable-gdb-build-warnings.
8208
8209 2000-11-19 Eli Zaretskii <eliz@gnu.org>
8210
8211 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
8212 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
8213
8214 2000-11-10 Christopher Faylor <cgf@cygnus.com>
8215
8216 * gdb.texinfo: Document new 'set step-mode' command.
8217
8218 2000-10-16 Eli Zaretskii <eliz@gnu.org>
8219
8220 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
8221 changes from Dmitry Sivachenko <dima@Chg.RU>.
8222
8223 2000-09-26 Eli Zaretskii <eliz@gnu.org>
8224
8225 * gdb.texinfo (Hooks): Document the new post-hook functionality.
8226 From Steven Johnson <sbjohnson@ozemail.com.au>.
8227
8228 2000-08-10 Mark Kettenis <kettenis@gnu.org>
8229
8230 * gdbint.texinfo (Overall Structure): Spelling fix.
8231
8232 2000-08-10 Eli Zaretskii <eliz@gnu.org>
8233
8234 * gdbint.texinfo (Target Architecture Definition): Document that
8235 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
8236 for which REGISTER_CONVERTIBLE returns a zero value.
8237
8238 2000-07-08 Christopher Faylor <cgf@cygnus.com>
8239
8240 * Makefile.in (install-info): Find files to install in either the
8241 build or source directories (adapted from Makefile.am).
8242
8243 2000-07-07 Nicholas Duffek <nsd@redhat.com>
8244
8245 * stabs.texinfo: Fix spelling errors.
8246 (String Field): FILE-NUMBER starts from 0, not 1.
8247
8248 2000-07-05 Eli Zaretskii <eliz@gnu.org>
8249
8250 * refcard.tex: Remove \centerline from the blurb. Patch from
8251 Brian Youmans.
8252
8253 2000-06-25 Eli Zaretskii <eliz@gnu.org>
8254
8255 * Makefile.in (install-info): Support installation from outside of
8256 the source directory. Reported by Mark Harig
8257 <markh@frazier.landmark.com>.
8258
8259 2000-06-20 J.T. Conklin <jtc@redback.com>
8260
8261 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
8262
8263 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
8264
8265 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
8266 Generate using pdftex.
8267 (PDFTEX): Define.
8268 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
8269 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
8270 @contents at the start.
8271
8272 2000-05-24 Eli Zaretskii <eliz@gnu.org>
8273
8274 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
8275 Youmans.
8276
8277 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
8278
8279 From Brian Youmans:
8280 * gdb.texinfo: Fix ``et al.''.
8281
8282 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
8283
8284 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
8285 loop.
8286
8287 2000-05-19 Jimmy Guo <guo@cup.hp.com>
8288
8289 * configure: Regenerate.
8290
8291 2000-05-17 Eli Zaretskii <eliz@gnu.org>
8292
8293 * Makefile.in (install-info): Run install-info on installed Info
8294 files.
8295
8296 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8297
8298 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
8299 Andrew Cagney.
8300
8301 2000-05-09 Eli Zaretskii <eliz@gnu.org>
8302
8303 * gdb.texinfo: Proofreading changes from Brian Youmans.
8304
8305 2000-05-01 Nick Duffek <nsd@cygnus.com>
8306
8307 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
8308 startup sequence, minor edits.
8309
8310 2000-05-01 Eli Zaretskii <eliz@gnu.org>
8311
8312 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
8313 TeX.
8314
8315 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
8316 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
8317 like `n' and `s' which look weird. Convert some of the @kindex to
8318 @vindex, when they refer to variables, not commands.
8319
8320 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
8321
8322 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
8323
8324 2000-04-23 Eli Zaretskii <eliz@gnu.org>
8325
8326 * Makefile.in (GDBMI_DIR): New variable.
8327 (SET_TEXINPUTS): Add $(GDBMI_DIR).
8328 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
8329 (gdbmi.texinfo): New target, for texi2roff.
8330 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
8331 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
8332
8333 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
8334 gdbmi.texinfo.
8335 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
8336 comment.
8337
8338 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8339
8340 * gdb.texinfo (Files): Update description of add-symbol-file
8341 command.
8342
8343 2000-04-17 Eli Zaretskii <eliz@gnu.org>
8344
8345 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
8346 prevents the build (and is generally a Bad Idea).
8347
8348 2000-04-17 Eli Zaretskii <eliz@gnu.org>
8349
8350 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
8351 a comma inside @var.
8352 (Command Files): Index markup changes from Dmitry Sivachenko
8353 <dima@Chg.RU>.
8354
8355 2000-04-16 Eli Zaretskii <eliz@gnu.org>
8356
8357 * Makefile.in (LN_S): Define.
8358 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
8359 invoke "ln -s" unless it is known to work.
8360
8361 * configure.in (AC_PROG_LN_S): Add.
8362
8363 2000-04-14 Jim Blandy <jimb@redhat.com>
8364
8365 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
8366 section.
8367 (Target Conditionals): Document ADDRESS_TO_POINTER,
8368 POINTER_TO_ADDRESS.
8369
8370 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
8371
8372 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
8373 gdb-cfg.texi to get the value.
8374
8375 2000-04-10 Jim Blandy <jimb@redhat.com>
8376
8377 * gdbint.texinfo (Target Architecture Definition): Fix
8378 cross-references.
8379
8380 2000-04-08 Jim Blandy <jimb@redhat.com>
8381
8382 * gdbint.texinfo (Using Different Register and Memory Data
8383 Representations): New section.
8384 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
8385 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
8386 REGISTER_CONVERT_TO_RAW): Document.
8387
8388 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
8389
8390 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
8391 for acknowledgments.
8392
8393 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
8394
8395 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
8396 qThreadExtraInfo.
8397
8398 2000-03-28 J.T. Conklin <jtc@redback.com>
8399
8400 * gdb.texinfo: Clarify which remote debug protocol commands are
8401 required and which are optional.
8402
8403 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
8404
8405 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
8406 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
8407 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
8408 * annotate.texi: Update.
8409
8410 2000-03-28 Stan Shebs <shebs@apple.com>
8411
8412 * gdb.texinfo: Update dates, bump to Eighth Edition (note
8413 expectation of additional changes before release), update
8414 ISBN, add copy of top-level menu for @ifhtml, remove explicit
8415 node links, rephrase and/or shorten lines to fix formatting
8416 problem in both regular and @smallbook formats.
8417 * annotate.texi: Shorten lines in example, use smallexample
8418 consistently everywhere.
8419 * Makefile.in: Add comment about texinfo 4.0 html generation.
8420 (SFILES_INCLUDED): Add annotate.texi.
8421
8422 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
8423
8424 * gdb.texinfo (Debugging Output): Added new section, documenting
8425 the "set/show debug" commands.
8426
8427 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
8428
8429 * annotate.texi (Annotations): When GDBN omit @chapter and @node
8430 entry.
8431
8432 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
8433 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
8434 @chapter and @node entries.
8435
8436 * gdb.texinfo: Link all top-level nodes.
8437
8438 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8439
8440 * Makefile.in (install-info): Create $(infodir) before installing
8441 files.
8442
8443 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
8444
8445 From David Whedon <dwhedon@gordian.com>
8446 * gdbint.texinfo : Added paragraphs about command deprecation.
8447
8448 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
8449
8450 * gdb.texinfo: Add documentation for the apropos command.
8451
8452 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8453
8454 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
8455
8456 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
8457
8458 * gdb.texinfo: Add white space to prevent overprinting in
8459 two places.
8460
8461 2000-03-17 Stan Shebs <shebs@apple.com>
8462
8463 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
8464 <dima@Chg.RU>, also clarification of allowed content for
8465 string constants.
8466
8467 2000-03-16 Eli Zaretskii <eliz@gnu.org>
8468
8469 * gdb.texinfo (main menu): Add Annotations.
8470 (File Options): Add @cindex entries for each command-line option.
8471 Document --epoch, --annotate, --async, --interpreter, --write,
8472 --statistics, and --version.
8473
8474 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
8475 of GDB.
8476
8477 2000-02-23 Jim Blandy <jimb@redhat.com>
8478
8479 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
8480
8481 2000-02-22 Jim Blandy <jimb@redhat.com>
8482
8483 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
8484
8485 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
8486
8487 * Makefile.in (diststuff): New target.
8488
8489 2000-02-15 Kevin Buettner <kevinb@redhat.com>
8490
8491 * agentexpr.texi: Fix wording regarding Intel's IA-64
8492 architecture. [From Jim Wilson.]
8493
8494 2000-01-16 Tom Tromey <tromey@cygnus.com>
8495
8496 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
8497 (Delete Breaks): Mention range arguments.
8498 (Disabling): Likewise.
8499
8500 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
8501
8502 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
8503
8504 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
8505
8506 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
8507 valid functions.
8508
8509 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
8510
8511 * gdb.texinfo: Clarify regular expressions used in rbreak.
8512
8513 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
8514
8515 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
8516 MEMORY_REMOVE_BREAKPOINT): Document.
8517
8518 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
8519
8520 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
8521 offset re-using the DATA offset instead.
8522
8523 1999-10-11 Jim Kingdon <kingdon@redhat.com>
8524
8525 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
8526
8527 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
8528
8529 From Dmitry Sivachenko <demon@gpad.ac.ru>:
8530 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
8531 typos.
8532
8533 * gdb.texinfo: Various minor wording and formatting improvements,
8534 mentions of additional command-line options.
8535
8536 1999-09-30 Fred Fish <fnf@cygnus.com>
8537
8538 * gdb.texinfo: Document additional forms of specifying section
8539 names and addresses for the add-symbol-file command.
8540
8541 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
8542
8543 * gdbint.texinfo: Fix typo, add the word "have".
8544
8545 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
8546
8547 * gdbint.texinfo (Target Architecture Definition): Document the
8548 SKIP_PERMANENT_BREAKPOINT macro.
8549
8550 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
8551
8552 * gdb.texinfo: Fiks speling errers.
8553
8554 * gdb.texinfo: Fix uses of @multitable.
8555
8556 From Eli Zaretskii <eliz@gnu.org>:
8557 * gdb.texinfo: Include details specific to DOS host, clarify
8558 some confusing language, fix @ref/@xref/@pxref usages, add
8559 comments about using with optimization, add more indexing,
8560 fix info about disassembly-flavor.
8561
8562 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
8563
8564 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
8565 SKIP_SOLIB_RESOLVER): Define.
8566
8567 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
8568
8569 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
8570 ``g'' packets.
8571
8572 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
8573
8574 * gdb.texinfo: Create a new "Configurations" chapter with
8575 platform-specific info, inline remote.texi and move sections of it
8576 into the new chapter, move bits about info proc, heuristic search,
8577 and register stack into the new chapter.
8578 * remote.texi: Remove, now part of gdb.texinfo.
8579 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
8580
8581 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
8582
8583 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
8584 GDB_TARGET_IS_MACH386): These kludges have gone away.
8585
8586 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
8587
8588 * gdbint.texinfo (Target Architecture Definition): Mention
8589 TDEPLIBS.
8590
8591 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8592
8593 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8594 surrounding text to fit HP-UX bits into general info.
8595 (HPPA-cfg.texi): Remove, no longer useful.
8596
8597 * gdb.texinfo: Remove explicit links from @node lines, remove
8598 HP-added "Detailed Node Listing" from main menu which confuses
8599 things.
8600
8601 From Dmitry Sivachenko <dima@Chg.RU>:
8602 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
8603 in description of `set environment'.
8604
8605 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8606
8607 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8608
8609 1999-08-12 Ben Elliston <bje@cygnus.com>
8610
8611 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8612
8613 1999-08-10 Eli Zaretskii <eliz@gnu.org>
8614
8615 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
8616 watch, awatch, and rwatch. Explain why the latter two cannot be
8617 set as software watchpoints. Document that watchpoints for local
8618 variables are deleted when the debuggee terminates.
8619
8620 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8621
8622 * remote.texi (Protocol): Further clarification of the "qRcmd"
8623 packet. Allow E.. response packet. "qRcmd" packet is no longer
8624 reserved.
8625
8626 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8627
8628 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8629 * gdb.texinfo: Ditto.
8630
8631 1999-08-06 Tom Tromey <tromey@cygnus.com>
8632
8633 * gdb.texinfo (KOD): New node.
8634
8635 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8636
8637 * remote.texi (Rcmd): Fix minor formatting typos.
8638
8639 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8640
8641 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
8642 packets.
8643
8644 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8645
8646 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8647 fixes.
8648
8649 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8650
8651 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8652
8653 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8654
8655 * remote.texi (Communication Protocol): ``v'' is in use. Fix
8656 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8657 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8658 packets that are not supported on all hosts. Expand examples.
8659 Spell check.
8660
8661 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8662
8663 * Makefile.in: Recognize html, install-html. Add targets
8664 to build HTML versions of documentation via texi2html.
8665
8666 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8667
8668 * gdbint.texinfo (Testsuite): New chapter, information about the
8669 testsuite.
8670
8671 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8672
8673 * remote.texi (Communication Protocol): Rewrite.
8674
8675 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8676
8677 * stabs.texinfo: Fix uses of xref.
8678
8679 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8680
8681 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8682 info about patch submission.
8683
8684 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8685
8686 From Per Bothner <bothner@cygnus.com>:
8687 * gdb.texinfo: Document Chill support.
8688
8689 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8690
8691 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
8692 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8693 Document that the value should be greater-than or equal-to zero.
8694 (NO_STD_REGS): Document. Deprecate.
8695
8696 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8697
8698 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
8699 Document that these are not used.
8700
8701 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8702
8703 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8704
8705 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8706
8707 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
8708 numargs was dropped.
8709
8710 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8711
8712 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8713
8714 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8715
8716 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
8717 Update.
8718
8719 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8720
8721 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8722 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8723
8724 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8725
8726 * gdbint.texinfo: Fix typos: $ -> @.
8727
8728 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8729
8730 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
8731 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8732 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8733 BREAKPOINT_FROM_PC.
8734
8735 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8736
8737 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
8738 CALL_DUMMY_STACK_ADJUST): Document.
8739
8740 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8741
8742 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
8743 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
8744
8745 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8746
8747 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8748 longer exists.
8749
8750 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8751
8752 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
8753 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8754 they make the manual source incomprehensible.
8755 * h8-cfg.texi: Remove, hasn't been used in years.
8756
8757 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8758
8759 * gdb.texinfo: Update the credits.
8760
8761 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8762
8763 * gdb.texinfo: Fix mistakes noticed in printout of last
8764 draft, add Alpha to discussion of heuristic fence post.
8765
8766 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8767
8768 * gdb.texinfo, remote.texi: Many changes; update to Seventh
8769 Edition, merge some HP changes into mainline, describe some
8770 previously undocumented features, describe more of the target
8771 commands available, eliminate obsolete section on renamed
8772 commands.
8773 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8774
8775 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8776
8777 * gdb.texinfo: Make many HPPA conditionals unconditional,
8778 including catchpoint description, since now on for all configs.
8779 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8780 specializations.
8781
8782 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8783
8784 * Makefile.in (GDBvn.texi): Fix match expression to work with
8785 current format of VERSION in gdb/Makefile.in.
8786 * gdb.texinfo: Fix node ref to match new readline.
8787
8788 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8789
8790 * gdb.texinfo: Changes made as part of a project to merge in
8791 changes made by HP. Documentation makes extensive use of
8792 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8793 on remote debugging. There are differences in documentation
8794 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
8795 the HP manual discusses catchpoints, hardware watchpoints, and
8796 some HPUX specific limitations for shared library support.
8797
8798 There are also a number of @node changes.
8799
8800 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8801
8802 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8803 (C Usage): Same.
8804
8805 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8806
8807 The following changes were made by Edith Epstein
8808 <eepstein@cygnus.com> as part of a project to merge in changes
8809 made by HP.
8810
8811 * HPPA-cfg.texi: new file.
8812
8813 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8814
8815 * refcard.tex: change documentation about catch.
8816 removed info catch.
8817
8818 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8819
8820 * gdbint.texinfo: Expand on GDB's coding standards,
8821 specify the use of arg names with prototypes.
8822
8823 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8824
8825 * gdb.texinfo: Fix tipo.
8826
8827 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8828
8829 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
8830 TARGET_BYTE_ORDER_SELECTABLE_P.
8831
8832 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8833
8834 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8835
8836 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8837
8838 * agentexpr.texi: New file.
8839
8840 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8841
8842 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8843
8844 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8845
8846 * remote.texi: Changed wording that implied that the GDB remote
8847 protocol caches register values instead of GDB itself.
8848
8849 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8850
8851 * gdbint.texinfo: Add some info about symbol readers.
8852 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8853 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8854 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8855 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8856
8857 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8858
8859 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
8860
8861 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8862
8863 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8864
8865 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8866
8867 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
8868 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
8869
8870 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8871
8872 * gdbint.texinfo: Fix minor typos.
8873
8874 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8875
8876 * gdbint.texinfo: Complete overhaul. Group descriptions more
8877 logically, add more info on generic algorithms, remove much
8878 obsolete and/or wrong material.
8879
8880 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8881
8882 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8883
8884 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8885
8886 * refcard.tex: Copyright, address updates.
8887
8888 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8889
8890 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8891 for the edition instead of confusing GDB-version-like numbers.
8892
8893 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8894
8895 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8896
8897 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8898
8899 * LRS: Reformat a bit to keep text under 80 columns.
8900
8901 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8902
8903 * gdb.texinfo: Add some credits, mention bug monitor.
8904 * remote.texi: Mention mips monitor targets.
8905 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
8906
8907 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8908
8909 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
8910 files, finish sorting of host vs target vs native macros, describe
8911 some more of them.
8912
8913 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8914
8915 * gdbint.texinfo (Host Conditionals): Document change from
8916 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8917
8918 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8919
8920 * gdbint.texinfo (Host Conditionals): Document
8921 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
8922
8923 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8924
8925 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8926 Document LSEEK_NOT_LINEAR.
8927
8928 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8929
8930 * stabs.texinfo (Stab Section Basics): Make it clear that only
8931 some versions of the GNU linker remove the leading N_UNDF symbol.
8932
8933 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8934
8935 * stabs.texinfo (String Field): Document type number pairs here,
8936 instead of in the Sun specific section.
8937 (Include Files): The GNU linker supports the N_BINCL
8938 optimization. Clarify the N_BINCL value, and what it is used
8939 for.
8940 (Procedures): Document N_FUN with an empty string to mark the end
8941 of a function.
8942 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8943 (Sun Differences): Remove this node, as the information is now
8944 elsewhere in the main document.
8945 (Stab Section Basics): Mention that the GNU linker may optimize
8946 stabs and remove the leading N_UNDF symbol.
8947
8948 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8949
8950 * gdb.texinfo, refcard.tex: Restore author credit
8951
8952 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8953
8954 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8955 documentation to account for START and END macros taking
8956 one arg.
8957
8958 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8959
8960 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8961 * gdb.texinfo (Frames): Fix typo.
8962
8963 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8964
8965 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8966 a target_signal as arg type, not a pid.
8967
8968 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8969
8970 * gdb.texinfo: Document `set assembly-language'.
8971
8972 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8973
8974 * remote.texi: Update list of stubs in the GDB distribution.
8975
8976 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8977
8978 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
8979 Also document that some systems can use mmalloc but must define
8980 this if their C runtime allocates memory that is later freed.
8981 (MMCHECK_FORCE): Document new macro.
8982
8983 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8984
8985 * remote.texi: Add documentation for target Sparclet.
8986
8987 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8988
8989 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
8990 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8991 * configure.in: Rewritten for autoconf.
8992 * configure: New.
8993
8994 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8995
8996 * Makefile.in (DVIPS): New define, set to dvips.
8997 (dvi): Add stabs.dvi.
8998 (ps): New target.
8999 (all-doc): Depend on info, dvi, and ps targets.
9000 (STAGESTUFF): Add *.ps and *.dvi files.
9001 (clean-info, clean-dvi): Remove.
9002 (mostlyclean): Does not depend upon clean-info or clean-dvi,
9003 rules completely rewritten.
9004 (maintainer-clean): Remove clean-info and clean-dvi
9005 dependencies and put their actions in the rules.
9006 (gdb.ps): New target
9007 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
9008 intermediate TeX files, whether they have 2 or 3 character
9009 extensions.
9010 (gdbint.ps): Add target and rules.
9011 (gdb-internals): Delete unused target.
9012 (Makefile): Depends upon config.status also.
9013
9014 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
9015
9016 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
9017 set.
9018
9019 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
9020
9021 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
9022 * gdb.texinfo (Expressions): Fix erroneous array constant example.
9023
9024 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
9025
9026 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
9027
9028 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9029
9030 * gdb.texinfo (Print settings): Document
9031 `set/show print static-members' commands.
9032
9033 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
9034
9035 * gdbint.texinfo (Native): Document name change, coredep.c to
9036 core-aout.c.
9037
9038 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
9039
9040 * stabs.texinfo (Include Files): Document the values the SunOS4
9041 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
9042
9043 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
9044
9045 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
9046 Fix typo.
9047
9048 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
9049
9050 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
9051 "gdb.tar.Z".
9052
9053 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
9054
9055 * Makefile.in (maintainer-clean): New target, synonym for
9056 realclean.
9057
9058 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
9059
9060 * Update all FSF addresses except those in COPYING* files.
9061
9062 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9063
9064 From Richard Earnshaw (rearnsha@armltd.co.uk):
9065 * gdb.texinfo (convenience variables): Document $_exitcode.
9066 (quit): Document optional expression to use as exit code.
9067
9068 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
9069
9070 * gdb.texinfo, remote.texi: Brought up to date with various
9071 GDB changes.
9072
9073 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
9074
9075 * gdb.texinfo: Update dates and versions, fix comments about
9076 hardware watchpoints in future releases and about the
9077 sharedlibrary command.
9078
9079 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9080
9081 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
9082 C_FUN stab. Other cleanups.
9083
9084 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9085
9086 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
9087 for the sparc stub.
9088
9089 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9090
9091 * annotate.texi: Clarify which addresses have differing formats
9092 depending on the language and which do not.
9093
9094 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9095
9096 * remote.texi (NetWare): Changed example to use BOARD= instead of
9097 NODE= argument to reflect correspoding change to gdbserve.nlm.
9098
9099 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9100
9101 * stabs.texinfo (Negative Type Numbers): Mention the fact that
9102 GDB, as well as AIX dbx, supports the size type attribute.
9103
9104 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9105
9106 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
9107
9108 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
9109
9110 * gdb.texinfo (Define): Document $arg0... arguments to commands,
9111 and new 'if' and 'while' commands.
9112
9113 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
9114
9115 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
9116
9117 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9118
9119 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
9120 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
9121 NetWare targets. Mostly stolen from the Server node.
9122
9123 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9124
9125 * gdb.texinfo (Setting): Talk about the language of a source file
9126 versus the working language. The old documentation did not match
9127 what GDB did.
9128
9129 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9130
9131 * stabs.texinfo (Source Files): Document N_SO used to mark the end
9132 of a source file.
9133
9134 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9135
9136 * gdb.texinfo (Processes): New node.
9137
9138 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
9139
9140 * remote.texi: Update documentation of set/show mipsfpu.
9141
9142 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
9143
9144 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
9145 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
9146
9147 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
9148
9149 * gdbint.texinfo: Removed mentions of some incorrectly placed and
9150 obsolete conditionals, described some others.
9151
9152 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9153
9154 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
9155 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
9156
9157 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
9158
9159 * gdbint.texinfo: Put regex conditionals in their own table.
9160
9161 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9162
9163 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
9164 described or fixed the descriptions of many others.
9165
9166 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
9167
9168 * gdb.texinfo: Add some more credits.
9169 * gdbint.texinfo: Capitalize GDB consistently, describe some
9170 macros and remove some.
9171
9172 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9173
9174 * gdbint.texinfo: Removed mentions of many incorrectly placed and
9175 obsolete conditionals, described some others.
9176
9177 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9178
9179 * gdb.texinfo (help targets): Changed to `help target', which
9180 is the correct gdb command.
9181
9182 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9183
9184 * annotate.texi (TODO): New node, for keeping track of annotations
9185 suggested but not yet implemented.
9186
9187 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9188
9189 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
9190 another symbol, it is not the address itself.
9191
9192 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
9193
9194 * stabs.texinfo (Stab Section Basics): Add comment about alignment
9195 of stabs-in-coff sections.
9196
9197 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9198
9199 * annotate.texi: Change edition to 0.5 and date to May 1994.
9200 Add index.
9201 (Frames): New node, for frame annotation.
9202 (Displays): New node, for display annotation.
9203
9204 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
9205 when waiting for your program to stop.
9206
9207 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9208
9209 * annotate.texi (Breakpoint Info): Document annotation of header
9210 fields and record annotation.
9211
9212 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9213
9214 * annotate.texi: New file, to document annotations.
9215
9216 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9217
9218 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
9219 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
9220
9221 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9222
9223 * stabs.texinfo (Stab Section Basics): Say what is in .stab
9224 section, and say n_strx field is compilation unit relative.
9225 * stabs.texinfo: Don't use @code for a.out when it is the name of
9226 an object file format.
9227
9228 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9229
9230 * gdb.texinfo: Refer to file names, not path names, per rms
9231 convention.
9232 (Arguments): Fix typo.
9233
9234 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9235
9236 * stabs.texinfo (Global Variables): Talk about stabs in files
9237 where variables are referenced, but not defined.
9238
9239 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9240
9241 * stabs.texinfo: Move stuff on @ and # type descriptors from node
9242 Cplusplus to new nodes Member Type Descriptor and Method Type
9243 Descriptor. Re-write stuff for #.
9244
9245 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9246
9247 * gdb.texinfo (Print Settings): Don't document "set print
9248 fast-symbolic-addr off". The bug which it worked around was fixed
9249 on 25 Feb 94 in coffread.c, so I'm nuking the command.
9250
9251 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
9252 N_ENTRY node.
9253
9254 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
9255
9256 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9257
9258 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
9259 references to ieee-float.c.
9260
9261 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9262
9263 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
9264 match what the code actually does.
9265
9266 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9267
9268 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
9269
9270 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9271
9272 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
9273 i, and b.
9274
9275 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
9276
9277 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
9278 well as for ELF and SOM. Unify the descriptions of ELF and SOM
9279 as "stabs in sections" rather than just saying "ELF and SOM".
9280 Also make that stuff apply to COFF.
9281
9282 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9283
9284 * gdb.texinfo (Formatting Documentation): Change GhostScript to
9285 Ghostscript.
9286
9287 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9288
9289 * gdb.texinfo (Continuing and Stepping): When talking about "step"
9290 versus functions without line numbers, also mention stepping into
9291 them as well as "step" when you are in them. Tell the user how to
9292 deal with the situation. Add comment about "debugging information".
9293
9294 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9295
9296 * stabs.texinfo (Enumerations): Document restriction on where
9297 enumeration types can appear and still win with GDB.
9298
9299 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9300
9301 * stabs.texinfo (Negative Type Numbers): Document format for type
9302 -16.
9303
9304 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9305
9306 * gdb.texinfo (Selection, Frame Info): Update information about
9307 arbitrary frame specficiations.
9308
9309 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
9310
9311 * gdb.texinfo, remote.texi: general editing pass prior to Net release
9312
9313 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9314
9315 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
9316
9317 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
9318
9319 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
9320
9321 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9322
9323 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
9324 Differences node to Statics node.
9325 (Statics): Discuss XCOFF use of V symbol descriptor.
9326
9327 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
9328 not clean.
9329
9330 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
9331
9332 * gdb.texinfo (Print Settings): Document `set print
9333 fast-symbolic-addr' and improve the doc for some other
9334 `set print's.
9335
9336 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9337
9338 * stabs.texinfo (String Field): Talk about defining several type
9339 numbers at once.
9340 Fix lint regarding changing node ELF Transformations to
9341 ELF and SOM Transformations.
9342
9343 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
9344
9345 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
9346
9347 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9348
9349 * stabs.texinfo (Cross-References): `::' is for nested types only
9350 within <>.
9351 (Structures): Document static members.
9352
9353 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9354
9355 * stabs.texinfo: Document S type attribute.
9356
9357 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9358
9359 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
9360
9361 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
9362
9363 * gdbint.texinfo: Fix a few typos.
9364
9365 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9366
9367 * gdb.texinfo, remote.texi: formatting improvements
9368
9369 * gdb.texinfo (New Features): mention threads.
9370 (Summary, C): fix xrefs in newly contributed text.
9371 (Threads): index entries, clarifications, example
9372 (passim): minor typos fixed, phrasing improvements
9373
9374 * remote.texi (Bootstrapping): rephrase text on ^C and add index
9375 entries; (Server): explain use of gdbserver w/real-time systems,
9376 add example of conflicting TCP port; (MIPS Remote) break up
9377 running text into table, highlighting commands, and add example.
9378
9379 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9380
9381 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
9382
9383 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9384
9385 * stabs.texinfo (Nested Symbols): New node.
9386 (String Field, Symbol Descriptors, Cross-References): Refer to it.
9387
9388 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9389
9390 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
9391 to picking which Bbss.bss symbol to use, and (because there seems to
9392 be no good way of doing it) re-write some of the text to make it
9393 sound like Bbss.bss isn't such a great idea after all (as currently
9394 designed).
9395
9396 * gdb.texinfo (C): In addition to saying people have to use g++ for
9397 good results, say they have to use stabs. Specifically say cfront
9398 doesn't work well.
9399 (Summary): Merge in information on Modula-2, Pascal, and Chill from
9400 the gdb README. Add xrefs to places where the support for the various
9401 languages is described in detail.
9402
9403 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9404
9405 * stabs.texinfo: Clean up stuff about visibility and virtual
9406 characters.
9407
9408 * stabs.texinfo (N_M2C): Cite Sun doc.
9409
9410 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9411
9412 * gdb.texinfo: updates re threads.
9413 * remote.texinfo: avoid index entries starting with digits.
9414
9415 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9416
9417 * stabs.texinfo (Enumerations): Talk about large, negative and
9418 octal values. Clean up cross reference to type attributes.
9419 (String Field): Say that GDB 4.11 supports size attribute.
9420
9421 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9422
9423 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
9424 is a mandatory step. Make the stuff about that more concise.
9425
9426 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9427
9428 * stabs.texinfo (Class Names): New node.
9429
9430 * gdb.texinfo (Command Files): Explain order of init file reading.
9431
9432 * remote.texi (Bootstrapping): Talk about getting the serial driver
9433 to deal with ^C sent by gdb to stop the remote system.
9434
9435 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
9436
9437 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
9438
9439 * libgdb.texinfo (Defining Commands): made the DOC arg
9440 to gdb_define_app_command a char * instead of char **
9441 per a suggestion from kingdon.
9442
9443 * libgdb.texinfo: total rewrite from a different starting
9444 premise.
9445
9446 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9447
9448 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
9449 floats passed as doubles (to improve clarity).
9450
9451 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9452
9453 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
9454
9455 * a4rc.sed: update to work with Andreas Vogel papersize params
9456
9457 * refcard.tex: use Andreas Vogel simplifications of papersize
9458 params; remove useless version info; update copyright date.
9459
9460 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9461
9462 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
9463
9464 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9465
9466 * gdb.texinfo (Files): Say what address the load command loads it at.
9467
9468 * stabs.texinfo (Common Blocks): Minor cleanups.
9469
9470 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
9471 that Sun has backed away from the linker kludge and thus the relevant
9472 issue is changes to the SunPRO tools, not the Solaris linker.
9473
9474 * stabs.texinfo (Traditional Integer Types): Clean up description
9475 of octal bounds a little bit. Document extra leading zeroes.
9476
9477 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9478
9479 * gdb.texinfo (Signaling): Update for symbolic symbol names
9480 and add a section explaining the difference between the GDB
9481 signal command and the shell kill utility.
9482
9483 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
9484
9485 * libgdb.texinfo: added `@' to braces that were unescaped.
9486
9487 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
9488
9489 * libgdb.texinfo: new file. Spec for the gdb library.
9490
9491 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9492
9493 * stabs.texinfo (Include Files): Fix typo (start -> end).
9494
9495 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9496
9497 * gdb.texinfo, remote.texi: assorted small improvements, mostly
9498 from Melissa at FSF's editing pass.
9499
9500 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9501
9502 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
9503 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
9504 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
9505
9506 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9507
9508 * remote.texi (Bootstrapping): Discuss 386 call gates.
9509
9510 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9511
9512 * stabs.texinfo (Based Variables): New node.
9513
9514 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9515
9516 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
9517 names, sizes, and formats to suggest how not to lose.
9518
9519 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9520
9521 * stabs.texinfo (Methods): Fix typo.
9522
9523 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9524
9525 * gdb.texinfo: Fix a few typos.
9526
9527 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9528
9529 * gdb.texinfo: Clarify how well it works with Fortran.
9530
9531 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
9532 More on relocating stabs in ELF files.
9533
9534 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9535
9536 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
9537
9538 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9539
9540 * stabs.texinfo (Local Variable Parameters): Talk about nameless
9541 parameters on VAX.
9542
9543 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9544
9545 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
9546
9547 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9548
9549 * stabs.texinfo: Make info author notice match the TeX author notice.
9550
9551 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
9552
9553 * stabs.texinfo: Initial-caps all words in node names and
9554 non-trivial words in section names.
9555
9556 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9557
9558 * stabs.texinfo: Many minor cleanups.
9559
9560 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
9561
9562 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
9563
9564 * stabs.texinfo: Remove full description of big example.
9565 It's not really helpful; just use pieces of it where appropriate.
9566 Add more Texinfo formatting directives (@samp, etc.).
9567 Use @deffn to define stab types.
9568 Eliminate some wordiness. Break up some nodes.
9569 Add an (alphabetized) index of symbol types.
9570 Use consistent capitalization style in node and section names.
9571
9572 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
9573
9574 * gdb.texinfo: Change typo "Two two" to "The two".
9575
9576 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9577
9578 * stabs.texinfo (XCOFF-differences): Remove references to
9579 non-existent types N_DECL and N_RPSYM.
9580
9581 * stabs.texinfo (String Field): Say that type attributes bug is
9582 fixed in GDB 4.10, since it is.
9583
9584 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
9585
9586 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
9587
9588 * stabs.texinfo: Formatting cleanups.
9589
9590 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9591
9592 * stabs.texinfo: When explaining the n_type of a stab, standardize
9593 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9594 no tabs, use @r).
9595 (Global Variables): Clean up.
9596
9597 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9598
9599 * stabs.texinfo (Stack Variables): Re-write.
9600
9601 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9602
9603 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9604 addresses of a source file. Also revise formatting.
9605 Change "object module" or "object file" to "source file".
9606 Various: Miscellaneous cleanups.
9607
9608 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9609
9610 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9611
9612 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9613
9614 * gdbint.texinfo: Removed many nonsensical machine-collected
9615 host and target conditionals, described some of the remainder.
9616
9617 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9618
9619 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9620
9621 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9622 paragraph which follows.
9623
9624 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9625 variables. Looks better and avoids overful hbox.
9626
9627 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9628
9629 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9630
9631 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9632
9633 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9634 retransmit-timeout
9635
9636 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9637
9638 * gdbint.texinfo: Update statement about `some ancient Unix
9639 systems, like Ultrix 4.0' to Ultrix 4.2.
9640
9641 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9642
9643 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9644
9645 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9646
9647 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9648 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9649
9650 * remote.texi: new name for former gdbinv-s.texi
9651
9652 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9653
9654 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9655
9656 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9657 variables for MIPS remote debugging protocol.
9658
9659 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9660
9661 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9662
9663 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9664
9665 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9666
9667 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9668
9669 * gdb.texinfo: repair conditional bugs in text markup
9670
9671 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9672
9673 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9674 to select Modula-2 material.
9675
9676 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9677
9678 * stabs.texinfo: Cleanups regarding statics.
9679
9680 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9681 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9682
9683 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9684
9685 * stabs.texinfo: N_MAIN is sometimes used for C.
9686
9687 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9688
9689 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9690
9691 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9692
9693 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
9694 removed from the code by Kingdon.
9695
9696 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9697
9698 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9699 input when evaluating breakpoint conditions; the bug has been fixed.
9700
9701 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9702 sets the ignore count to N-1, not to N.
9703
9704 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9705
9706 * refcard.tex (\hoffset): correct longstanding error to match
9707 intended offset; avoids cutting off edge on some printers
9708
9709 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9710
9711 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9712
9713 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9714
9715 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9716
9717 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9718
9719 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9720 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9721 collect sed edits if any, apply to refcard before formatting;
9722 (refcard.ps) stop implying PS fonts if PS output requested;
9723 (lrefcard.ps) delete extra target for variant PS fonts
9724
9725 * refcard.tex: parametrize papersize dependent info, collect
9726 in easily replaced spot
9727
9728 * a4rc.sed: new file, edits to refcard for A4 paper
9729
9730 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9731
9732 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9733
9734 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9735
9736 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9737
9738 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9739
9740 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9741 politely rather than rudely.
9742
9743 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9744
9745 * stabs.texinfo: Document common blocks.
9746
9747 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9748
9749 * stabs.texinfo: Add some basic info about stabs-in-elf.
9750
9751 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9752
9753 * stabs.texinfo (Top): Minor cleanup.
9754
9755 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9756
9757 * Makefile.in (install-info): remove parentdir support
9758
9759 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9760
9761 * gdb.texinfo (Copying): delete this node and references to it;
9762 RMS says this manual need not carry GPL. (passim): Improvements
9763 from last round at FSF, largely due to Ian Taylor review, and
9764 minor formatting improvements.
9765
9766 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9767 largely due to Ian Taylor review. (Debug Session): minor edits to
9768 new text.
9769
9770 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9771
9772 * Makefile.in (realclean): Remove info and dvi files too.
9773
9774 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9775
9776 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9777 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9778 * gdb.texinfo: Change accordingly.
9779
9780 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9781 N_{L,R}BRAC,N_SLINE are relative to.
9782
9783 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9784
9785 * Makefile.in (GDBvn.texi): Update atomically.
9786
9787 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9788
9789 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9790
9791 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9792
9793 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9794 addresses together. Also motivate the set print symbol-filename
9795 command and suggest other solutions.
9796
9797 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9798
9799 * gdb.texinfo (set print elements): Note that the number of
9800 elements is set to unlimited by "set print elements 0".
9801
9802 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9803
9804 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9805 NF_LDOUBLE means.
9806 (Stab Types): Include Solaris stab types.
9807 (Procedures): Document Solaris extensions.
9808
9809 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9810
9811 * gdb.texinfo: Add `set print symbol-filename' doc.
9812
9813 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9814
9815 * stabs.texinfo (Arrays): Talk about type definition vs. type
9816 information.
9817
9818 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9819 the trailing semicolon.
9820
9821 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9822
9823 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9824 and merge in other parts of the document addressing these subjects.
9825 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9826
9827 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9828 at the end of a range type.
9829
9830 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9831 AIX extensions.
9832
9833 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9834
9835 * stabs.texinfo (Stabs Format): Misc fixes.
9836
9837 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9838
9839 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9840 (Traditional builtin types): Document convex convention for long long.
9841 (Negative builtin types): Discuss type names, and misc fixes.
9842
9843 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9844
9845 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9846 point types used with @samp{R} type descriptor.
9847 (Symbol Descriptors): Describe how to handle conflict between
9848 different meanings of @samp{P} symbol descriptor.
9849
9850 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9851
9852 * stabs.texinfo: Remove node Quick Reference and put its children
9853 directly under the main menu.
9854
9855 * stabs.texinfo: Many more changes to bring it into line with
9856 AIX documentation and reality. I think it now has all the
9857 information from the AIX documentation, except that I burned
9858 out when I got to variant records (Pascal and Modula-2) and
9859 all the COBOL types. Oh well, we can add them later when we're
9860 worrying more about those languages.
9861
9862 * stabs.texinfo (Automatic variables): Talk about what it means
9863 to omit the symbol descriptor.
9864
9865 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9866
9867 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9868 gcc2 behavior with promoted args.
9869
9870 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9871
9872 * gdb.texinfo: include readline appendices in info version of manual
9873
9874 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9875
9876 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9877 target remote.
9878
9879 * gdb.texinfo (Machine Code): more index entries for disassemble
9880
9881 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9882
9883 * Clarify the intended use of the gdb-testers and gdb-patches
9884 mailing lists, and shrink gzip comment.
9885
9886 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9887
9888 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9889 DOSHOST configuration of manual.
9890
9891 * gdb.texinfo (MIPS Stack): new node.
9892
9893 * all-config.texi (MIPS) new switch.
9894
9895 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9896 tense; (MIPS Remote) new node.
9897
9898 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9899 bug; (Environment) less passive, other small cleanups in text about
9900 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9901 (Remote) new MIPS Remote menu entry.
9902
9903 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9904
9905 * stabs.texinfo: Many changes to include information from the
9906 AIX documentation.
9907
9908 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9909
9910 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9911
9912 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9913 Move a bunch of information from ../README.
9914 (Getting Started): New node.
9915
9916 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9917
9918 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9919
9920 * gdb.texinfo: advance manual revision dates to present
9921
9922 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9923 stop using silly Roman numerals in @set variable names
9924
9925 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9926
9927 * stabs.texinfo (Parameters): Keep trying to get this right.
9928
9929 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9930
9931 * stabs.texinfo (Parameters): More on "local parameters".
9932
9933 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9934
9935 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9936
9937 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9938
9939 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9940 (Parameters): Rewrite.
9941 (xcoff-differences, Sun-differences): Minor changes.
9942
9943 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9944
9945 * stabs.texinfo: Minor cleanup.
9946
9947 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9948
9949 * gdbint.texinfo: Minor xcoff stuff.
9950
9951 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9952
9953 * gdbint.texinfo: Update for new config directory structure.
9954 Add info about internal type data structures.
9955
9956 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9957
9958 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9959 $(srcdir).
9960 (gdb-config.texi): Depend on file in $(srcdir).
9961
9962 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9963
9964 * stabs.texinfo: Fixes about N_SO.
9965
9966 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9967
9968 * gdb.texinfo: include list of nonstandard init file names
9969
9970 * *-config.texi: new switch GENERIC for text that applies *only*
9971 to (usual) multiple-target version of manual
9972
9973 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9974 h8 config
9975
9976 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9977 in menus (rather than conditionally selected multiple alternative
9978 menus).
9979
9980 * Makefile.in: define and use DOC_CONFIG var to select
9981 configuration for GDB user manual.
9982
9983 * gdb-config.texi: delete from repository, generate from Makefile.
9984
9985 * all-config.texi: normal `generic' configuration file, formerly
9986 stored as gdb-config.texi
9987
9988 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9989
9990 * Makefile.in: add dvi target to build all .dvi files
9991
9992 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9993
9994 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9995
9996 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9997
9998 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9999 host conditionals.
10000 * stabs.texinfo: More array fixes inspired by Jim's.
10001
10002 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
10003
10004 * stabs.texinfo: Fixes re arrays and continuations.
10005
10006 * gdbint.texinfo: Add XCOFF node.
10007
10008 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
10009
10010 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
10011
10012 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
10013
10014 * stabs.texinfo: Fix for array types to mention lower bounds.
10015
10016 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
10017
10018 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
10019
10020 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
10021
10022 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
10023
10024 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
10025
10026 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
10027 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
10028
10029 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
10030
10031 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
10032
10033 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10034
10035 * gdb.texinfo, gdbinv-s.texi: misc updates
10036
10037 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
10038
10039 * gdbint.texinfo: Brief documentation for longjmp support,
10040 from an email msg by Stu.
10041
10042 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
10043
10044 * stabs.texinfo: Fix description of floating point "range"
10045 types (which really define basic types). Reported by Jim Meehan,
10046 <meehan@src.dec.com>.
10047
10048 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
10049
10050 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
10051
10052 * gdbint.texinfo: Slightly expand section on supporting a new
10053 object file format.
10054
10055 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
10056
10057 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
10058 intermediate file.
10059
10060 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10061
10062 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
10063
10064 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10065
10066 * gdbinv-s.texi: z8000 simulator target name is just "sim"
10067
10068 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
10069 as well as Z8002.
10070
10071 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
10072
10073 * gdbint.texinfo: Add sections on clean design and on how to send
10074 in changes.
10075
10076 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
10077
10078 * gdbint.texinfo: Add how to declare the result of make_cleanup.
10079
10080 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
10081
10082 * gdb.texinfo: Fix typo, reported by Karl Berry.
10083
10084 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
10085
10086 * gdb.texinfo: Add opcodes dir to GDB distribution description.
10087
10088 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10089
10090 * gdbint.texinfo: fixed a stray email address (needs @@),
10091 added @table @code to node "Native Conditionals"
10092
10093 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
10094
10095 * gdbint.texinfo: Describe coding style of GDB.
10096
10097 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
10098
10099 * stabs.texinfo: Minor wording changes.
10100
10101 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
10102
10103 * gdbint.texinfo: Improve release doc slightly.
10104
10105 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
10106
10107 * gdbint.texinfo: Improve doc of GDB config macros.
10108
10109 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
10110
10111 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
10112 These will be reinserted when examined.
10113
10114 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
10115
10116 * gdbint.texinfo: Make a start at documenting all the #if macros
10117 in GDB. At least list them all, and start separating them into
10118 host-specific and target-specific.
10119
10120 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10121
10122 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
10123 examples (not consistent w others).
10124 gdb.texinfo: issue disclaimer paragraph on cmdline options only
10125 for generic vn of doc
10126
10127 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
10128
10129 * Makefile.in: always create installation directories.
10130
10131 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10132
10133 * gdb.texinfo: in h8 config, do not describe searching commands.
10134
10135 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10136
10137 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
10138 conditionals; introduce a few generic switches that may be
10139 useful for other cross-dev or dos-hosted configs.
10140
10141 * gdb.texinfo: fix typo in "info reg" description
10142
10143 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
10144
10145 * stabs.texinfo: Minor updates from running TeX over it.
10146 * Makefile.in (stabs.dvi, stabs.ps): Add.
10147
10148 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
10149
10150 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
10151 First pass at converting it to texinfo.
10152
10153 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
10154
10155 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
10156 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
10157
10158 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
10159
10160 * gdbint.texinfo: Add section on partial symbol tables.
10161
10162 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
10163
10164 * gdb.texinfo: document `set remotedebug' and `set
10165 rstack_high_address'.
10166
10167 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
10168
10169 * gdb.texinfo: slight expansion of new text on reading info files
10170 * gdbinv-s.m4.in: correct and expand info on cross-debugging
10171 H8/300 from DOS.
10172
10173 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
10174
10175 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
10176
10177 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
10178
10179 * gdb.texinfo: Say how to read the `info' files.
10180
10181 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
10182
10183 * Makefile.in: gm4 -> m4.
10184
10185 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
10186
10187 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
10188 Documentation' ahead of `Installing GDB' to match README.
10189 Update shared library doc, -readnow and -mapped, and directory
10190 structure (add glob and mmalloc). Update configure doc.
10191
10192 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
10193
10194 * Makefile.in: remove $(srcdir) from gdb.info rule.
10195
10196 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10197
10198 * Makefile.in: commented out gdb-all.texinfo rule. This is
10199 temporary.
10200
10201 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10202
10203 * Makefile.in, configure.in: removed traces of namesubdir,
10204 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
10205 copyrights to '92, '13, changed some from Cygnus to FSF.
10206
10207 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
10208
10209 * gdb.texinfo: Improve how we ask for bug reports.
10210
10211 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10212
10213 * Makefile.in: infodir belongs in datadir.
10214
10215 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10216
10217 * Makefile.in: remove spaces following hyphens, bsd make can't
10218 cope. install using INSTALL_DATA. added clean-info. added
10219 standards.text support.
10220
10221 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10222
10223 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10224 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10225 and mandir now keyed off datadir by default.
10226
10227 \f
10228 Local Variables:
10229 mode: change-log
10230 left-margin: 8
10231 fill-column: 74
10232 version-control: never
10233 End:
This page took 0.24856 seconds and 4 git commands to generate.