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