1 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2 Jan Kratochvil <jan.kratochvil@redhat.com>
4 * gdb.texinfo (Backtrace): Added description of 'filename-display'
5 variable in 'set/show backtrace' section.
7 2013-01-31 Tom Tromey <tromey@redhat.com>
9 * gdb.texinfo (Target Commands): Fix typo.
11 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
13 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
14 describing the gdb.Architecture class.
15 (Frames In Python): Add description about the new method
16 gdb.Frame.architecture().
18 2013-01-23 Doug Evans <dje@google.com>
20 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
22 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
24 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
25 'thread-groups' field when printing a breakpoint in MI.
27 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
28 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
29 to reflect that jit-reader-load now supports absolute file-names.
31 2013-01-16 Tom Tromey <tromey@redhat.com>
33 * gdb.texinfo (Set Catchpoints): Document "catch signal".
36 2013-01-16 Tom Tromey <tromey@redhat.com>
38 * gdb.texinfo (GDB/MI Breakpoint Information): Document
40 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
42 2013-01-07 Tom Tromey <tromey@redhat.com>
44 * gdb.texinfo (Mode Options): Don't mention -epoch.
45 (Data, Emacs): Remove obsolete comments.
47 2013-01-02 Tom Tromey <tromey@redhat.com>
49 * gdb.texinfo (GDB/MI Output Records): Update menu.
50 (GDB/MI Breakpoint Information): New node.
51 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
52 <-break-insert>: Likewise.
54 2012-12-31 Yao Qi <yao@codesourcery.com>
56 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
57 (Packets): Move "vStopped" packet to ...
58 (Notification Packets): ... here. Describe the components
59 of notification. Add a table of supported notifications.
60 Add an example on the process of he async notification.
62 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
64 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
66 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
67 fullname output always present.
69 2012-12-23 Pierre Muller <muller@sourceware.org>
71 * gdbint.texinfo (Function prototypes): Require use of "extern"
72 modifier for function prototypes in headers.
74 2012-12-19 Joel Brobecker <brobecker@adacore.com>
76 * refcard.tex: Update copyright notice to GPL v3 or later.
79 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
81 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
83 2012-12-15 Yao Qi <yao@codesourcery.com>
85 * gdb.texinfo (Debugging Output): Document 'set debug
86 notification' and 'show debug notification'.
88 2012-12-15 Yao Qi <yao@codesourcery.com>
90 * gdb.texinfo (Listing Tracepoints): New item and example about
91 'installed on target' output.
92 Add more in the example about 'installed on target'.
93 (GDB/MI Breakpoint Commands): Doc about 'installed field.
95 2012-12-14 Tom Tromey <tromey@redhat.com>
97 * gdb.texinfo (SVR4 Process Information): Mention core files.
99 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
101 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
103 2012-12-11 Pedro Alves <palves@redhat.com>
105 * gdb.texinfo: Remove all mentions of Unixware throughout.
107 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
109 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
111 2012-11-29 Tom Tromey <tromey@redhat.com>
113 * gdb.texinfo (SVR4 Process Information): Document missing
114 "info proc" subcommands.
116 2012-11-29 Yao Qi <yao@codesourcery.com>
119 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
120 to 'auto' instead of 'gnu'.
122 2012-11-26 Tom Tromey <tromey@redhat.com>
124 * gdb.texinfo (MiniDebugInfo): New node.
127 2012-11-16 Doug Evans <dje@google.com>
129 * gdb.texinfo (System-wide configuration): If the system-wide init
130 file lives in the data-directory, and --data-directory is provided,
133 2012-11-15 Tom Tromey <tromey@redhat.com>
135 * gdb.texinfo (Signaling): Fix typo.
137 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
139 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
140 parameter "count" of -data-write-memory-bytes, and add an example.
142 2012-11-12 Tom Tromey <tromey@redhat.com>
144 * gdb.texinfo (Symbols): Document "info type-printers",
145 "enable type-printer" and "disable type-printer".
146 (Python API): Add new node to menu.
147 (Type Printing API): New node.
148 (Progspaces In Python): Document type_printers field.
149 (Objfiles In Python): Likewise.
150 (gdb.types) <get_type_recognizers, apply_type_recognizers,
151 register_type_printer, TypePrinter>: Document.
153 2012-11-12 Tom Tromey <tromey@redhat.com>
155 * gdb.texinfo (Symbols): Document "set print type methods",
156 "set print type typedefs", and flags to ptype and whatis.
158 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
160 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
161 the example -data-disassemble output. Extend the description of
162 the -data-disassemble results to document all fields. Document
163 the cli disassemble command as being related to -data-disassemble.
165 2012-11-09 Yao Qi <yao@codesourcery.com>
168 * gdb.texinfo (OS Information): Remove doc on command
171 2012-11-08 Joel Brobecker <brobecker@adacore.com>
173 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
174 gdb.ini warning for Windows port.
176 2012-11-08 Yao Qi <yao@codesourcery.com>
178 * gdb.texinfo (Search): Add kindex for 'fo'.
180 2012-11-05 Tom Tromey <tromey@redhat.com>
183 * gdb.texinfo (Functions In Python): Add example.
185 2012-11-03 Yao Qi <yao@codesourcery.com>
187 * observer.texi (GDB Observers): Remove observer
188 'tracepoint_modified', 'tracepoint_created' and
189 'tracepoint_deleted'.
191 2012-10-26 Tom Tromey <tromey@redhat.com>
193 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
195 2012-10-25 Tom Tromey <tromey@redhat.com>
197 * gdb.texinfo (General Query Packets): Use @itemx.
199 2012-10-17 Yao Qi <yao@codesourcery.com>
201 * observer.texi (GDB Observers): Update observer
203 * gdb.texinfo (GDB/MI Async Records): Document for
204 "memory-changed" notification.
206 2012-10-15 Doug Evans <dje@google.com>
208 * gdb.texinfo (Mode Options): Document -nh.
209 Elaborate on docs for -nx.
211 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
213 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
215 2012-09-21 Yao Qi <yao@codesourcery.com>
216 Pedro Alves <palves@redhat.com>
218 * gdb.texinfo (GDB/MI Async Records): Document notification
219 'record-started' and 'record-stopped'.
220 * observer.texi (GDB Observers): New observer 'record-changed'.
222 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
224 * gdb.texinfo: Document the removal of SH's 'regs' command.
226 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
228 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
230 2012-09-18 Yao Qi <yao@codesourcery.com>
232 * gdb.texinfo (GDB/MI Async Records): Document new MI
233 notifications '=tsv-created' and '=tsv-deleted'.
234 * observer.texi (GDB Observers): New observer tsv_created and
237 2012-09-18 Yao Qi <yao@codesourcery.com>
239 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
240 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
241 '=traceframe-changed'.
243 2012-09-17 Yao Qi <yao@codesourcery.com>
245 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
248 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
249 Eli Zaretskii <eliz@gnu.org>
251 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
252 encoding for gdbarch_breakpoint_from_pc, bp_addr for
253 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
255 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
257 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
259 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
261 Document how to return from "python-interactive" to GDB.
262 * gdb.texinfo (Python Commands): Update documentation.
264 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
266 Add a new "python-interactive" command that starts a standard
267 Python interactive prompt with "pi" as alias, and add "py" as
268 an alias to "python".
269 * gdb.texinfo (Python Commands): Document the new commands.
271 2012-08-22 Tom Tromey <tromey@redhat.com>
273 * gdbint.texinfo (Host Definition): Remove documentation for
274 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
276 2012-08-17 Keith Seitz <keiths@redhat.com>
279 * gdb.texinfo (Type and Range Checking): Remove warning.
280 Remove spurious commas.
281 Update text and examples for re-implementation of set/show
283 (C and C++ Type and Range Checks): Likewise.
285 2012-08-16 Yao Qi <yao@codesourcery.com>
287 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
290 2012-08-13 Doug Evans <dje@google.com>
292 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
293 to include functions.
295 2012-08-10 Doug Evans <dje@google.com>
297 * gdb.texinfo (Convenience Funs): New node.
298 (Types In Python): Document Type.vector.
300 2012-08-09 Yao Qi <yao@codesourcery.com>
302 * observer.texi: New observer command_param_changed.
303 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
305 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
307 * gdbint.texinfo (Debugging GDB): In section
308 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
309 Mention also gdb-gdb.py.
311 2012-08-07 Yao Qi <yao@codesourcery.com>
313 Revert the folloing patch:
314 2012-08-06 Yao Qi <yao@codesourcery.com>
315 * gdb.texinfo (Remote Configuration): Add kindex for 'set
316 remote hardware-watchpoint-limit' and 'set
317 remote hardware-breakpoint-limit'.
319 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
321 * gdb.texinfo (Working Directory): Added information about new
322 default argument for 'cd' command.
324 2012-08-06 Yao Qi <yao@codesourcery.com>
326 * gdb.texinfo (Remote Configuration): Add kindex for 'set
327 remote hardware-watchpoint-limit' and 'set
328 remote hardware-breakpoint-limit'.
330 2012-08-06 Yao Qi <yao@codesourcery.com>
334 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
335 '=breakpoint-deleted'.
337 2012-08-02 Yao Qi <yao@codesourcery.com>
339 * gdb.texinfo (Native): Remove node Neutrino.
341 2012-07-27 Yao Qi <yao@codesourcery.com>
343 * gdb.texinfo (IPA Protocol Commands): Document new command
346 2012-07-25 Tom Tromey <tromey@redhat.com>
348 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
350 2012-07-20 Doug Evans <dje@google.com>
352 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
353 (Index Files): Document how to control the use of deprecated index
355 (Index Section Format): Replace --use-deprecated-index-sections with
356 "set use-deprecated-index-sections on".
358 2012-07-12 Eli Zaretskii <eliz@gnu.org>
360 * gdbint.texinfo: Remove @syncodeindex directives that put all the
361 indices into a single node "Index". Instead, join function and
362 variable indices into a single index, separate from the concept
364 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
365 (Top): Update the top-level menu: instead of one "Index" there are
366 now separate entries "Concept Index" and "Function and Variable
368 (Concept Index, Function and Variable Index): New nodes.
369 (Index): Node deleted.
371 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
373 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
374 and "maint agent-eval".
376 2012-07-03 Eli Zaretskii <eliz@gnu.org>
378 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
379 avoid file-name clashes between Index.html and index.html on
380 case-insensitive filesystems. See the discussion starting in
381 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
382 details of the problem.
383 (Top): Update the master menu for the above.
384 (Concept Index, Command and Variable Index): New nodes, instead of
385 the old "Index" node that was deleted. All cross-references
388 2012-07-02 Stan Shebs <stan@codesourcery.com>
390 * gdb.texinfo (Dynamic Printf): Mention agent style and
391 disconnected dprintf.
392 (Maintenance Commands): Describe maint agent-printf.
393 (General Query Packets): Mention BreakpointCommands feature.
394 (Packets): Document commands extension to Z0 packet.
395 * agentexpr.texi (Bytecode Descriptions): Document printf
398 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
400 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
401 only after gdbinit files.
402 (Startup): Move -iex and -iex commands down after gdbinit files.
404 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
406 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
409 2012-06-29 Tom Tromey <tromey@redhat.com>
411 * gdb.texinfo (Index Section Format): Update for version 7.
413 2012-06-28 Stan Shebs <stan@codesourcery.com>
415 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
416 example, add note about title column.
418 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
420 * gdb.texinfo (Symbol Tables In Python): Add description about
421 the new 'last' attribute of gdb.Symtab_and line.
423 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
425 * gdb.texinfo (Symbol Tables In Python): Correct the description
426 of the 'pc' attribute of gdb.Symtab_and_line.
428 2012-06-26 Doug Evans <dje@google.com>
430 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
433 2012-06-25 Keith Seitz <keiths@redhat.com>
435 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
436 from example. Remove "rbreak" from list of corresponding
439 2012-06-23 Doug Evans <dje@google.com>
441 * gdb.texinfo (Index Section Format): Document version 7 format.
443 2012-06-22 Yao Qi <yao@codesourcery.com>
445 * gdb.texinfo: Add missing cindex for some packets.
447 2012-06-20 Keith Seitz <keiths@redhat.com>
449 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
450 for -break-insert and document -p.
452 2012-06-20 Yao Qi <yao@codesourcery.com>
454 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
455 and "gdb.write_memory" with "Inferior.read_memory" and
456 "Inferior.write_memory".
458 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
460 * gdb.texinfo (Summary): Add a link to "Free Documentation".
461 (Free Documentation): Add @node line.
462 (Continuing and Stepping) <advance location>: Use @item instead of
464 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
466 (Embedded Processors): Put the link to "PA" to its correct place,
467 according to document structure.
468 (Python API): Put the link to "Lazy Strings In Python" to its
470 (Index): Use @@ in @tex block to get a literal @.
472 * gdbint.texinfo: Fix the @subtitle line.
474 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
477 2012-06-08 Yao Qi <yao@codesourcery.com>
479 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
481 (In-Process Agent Protocol, IPA Protocol Objects)
482 (IPA Protocol Commands): New nodes.
483 (Tracepoint Packets): Add anchors.
485 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
487 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
489 2012-06-06 Yao Qi <yao@codesourcery.com>
491 * gdb.texinfo: Update copyright year.
493 2012-05-23 Stan Shebs <stan@codesourcery.com>
494 Kwok Cheung Yeung <kcy@codesourcery.com>
496 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
498 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
500 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
501 Mention also --with-separate-debug-dir.
502 (Auto-loading): Prepend $debugdir in the sample output.
503 (Auto-loading safe path): Likewise. Mention also $debugdir for the
504 auto-load safe-path variable.
505 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
506 Mention also $debugdir for 'set auto-load scripts-directory'.
508 2012-05-19 Eli Zaretskii <eliz@gnu.org>
510 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
511 (MIPS Embedded, MIPS, MIPS Register packet Format)
512 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
515 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
516 Maciej W. Rozycki <macro@codesourcery.com>
518 * gdb.texinfo (MIPS): Document "set mips compression" and "show
520 (MIPS Breakpoint Kinds): New subsubsection.
522 2012-05-18 Eli Zaretskii <eliz@gnu.org>
524 * gdb.texinfo (Architecture-Specific Protocol Details): Define
525 nodes for subsections. Add @acronym mark-ups and adjust
528 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
530 Rename $ddir to $datadir.
531 * gdb.texinfo (Auto-loading, Auto-loading safe path)
532 (objfile-gdb.py file): Rename $ddir to $datadir.
534 2012-05-18 Tom Tromey <tromey@redhat.com>
536 * gdb.texinfo (Print Settings): Document 'set print symbol'.
538 2012-05-14 Stan Shebs <stan@codesourcery.com>
540 * gdb.texinfo (Dynamic Printf): New subsection.
542 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
544 * gdb.texinfo (Basic Python): Add description about the function
547 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
548 Eli Zaretskii <eliz@gnu.org>
550 * gdb.texinfo (Separate Debug Files): Use plural form for global
551 debugging information directory.
553 2012-05-11 Stan Shebs <stan@codesourcery.com>
554 Kwok Cheung Yeung <kcy@codesourcery.com>
556 * gdb.texinfo (Operating System Auxiliary Information): Document new
557 'info os' subcommands.
559 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
561 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
562 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
563 (dotdebug_gdb_scripts section): Add reference
564 to 'Auto-loading safe path'.
566 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
568 Implement multi-component --with-auto-load-dir.
569 * gdb.texinfo (Auto-loading): New references
570 for 'set auto-load scripts-directory'
571 and 'show auto-load scripts-directory'.
572 (Auto-loading safe path): Describe the new default. Move $ddir
573 substituation reference to 'objfile-gdb.py file'.
574 (objfile-gdb.py file): Describe script-name alias. Change real-name to
575 script-name. Describe new 'set auto-load scripts-directory'
576 and 'show auto-load scripts-directory'.
578 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
580 Provide $ddir substitution for --with-auto-load-safe-path.
581 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
582 (Auto-loading safe path): Likewise. Mention the default value,
583 $ddir substitution, --with-auto-load-safe-path and
584 --without-auto-load-safe-path.
585 * observer.texi (gdb_datadir_changed): New.
587 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
589 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
592 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
593 directory separator by path separator.
595 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
597 * gdb.texinfo (Auto-loading safe path): Make 'directories'
598 for 'set auto-load safe-path' optional. Mention if it is omitted.
599 Change disabling security protection condition to "/", twice.
601 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
603 * gdb.texinfo (Symbol Tables In Python): Add documentation about
604 the new methods global_block and static_block on gdb.Symtab
607 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
609 * gdb.texinfo (Blocks In Python): Add a note saying that future
610 improvements to GDB and its infrastructure can move symbols
611 across blocks within a symbol table.
613 2012-04-29 Yao Qi <yao@codesourcery.com>
615 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
618 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
619 Tom Tromey <tromey@redhat.com>
621 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
622 and generic static probe support on GDB.
624 2012-04-25 Doug Evans <dje@google.com>
626 * gdb.texinfo (Go): Fix thinko.
628 * gdb.texinfo (Supported Languages): Add Go.
631 2012-04-25 Yao Qi <yao@codesourcery.com>
633 * gdbint.texinfo (Testsuite): New section `Board settings'.
635 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
637 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
640 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
643 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
645 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
646 by @table @asis. Fix formatting of one item.
648 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
650 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
652 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
654 New option "set debug auto-load".
655 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
656 (auto-load verbose mode): New node.
658 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
660 New option "set auto-load safe-path".
661 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
662 and "info auto-load" examples for safe-path. Put there also references
663 for "set auto-load safe-path" and "show auto-load safe-path".
664 New menu item for Auto-loading safe path.
665 (Auto-loading safe path): New node.
666 (Python Auto-loading): Update the expected output from "Missing"
669 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
671 auto-load: Implementation.
672 * gdb.texinfo (Mode Options): New anchor for -nx.
673 (Startup): New anchors for Option -init-eval-command,
674 Home Directory Init File
675 and Init File in the Current Directory during Startup.
676 Mention set auto-load local-gdbinit with a reference.
677 Change the sample code to "set auto-load python-scripts".
678 (Threads): New anchor set libthread-db-search-path.
679 Provide references to libthread_db.so.1 file.
680 (Controlling GDB): New menu item for Auto-loading.
681 (Auto-loading, Init File in the Current Directory)
682 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
683 (Python): Rename the menu item Auto-loading to Python Auto-loading.
684 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
686 (Auto-loading): Rename to ...
687 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
688 "set auto-load python-scripts", new anchor for it. Change
689 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
690 for it. Change "info auto-load-scripts"
691 to "info auto-load python-scripts", new anchor for it. Change "scripts"
694 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
697 * gdb.texinfo (Print Settings): Extend the description for "set print
699 (GDB/MI Variable Objects): Extend the description for -var-create and
702 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
704 * gdb.texinfo (Examining Data): Document the 'explore' command.
706 2012-03-28 Joel Brobecker <brobecker@adacore.com>
708 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
709 to the children of a varobj and its update range when -var-update
710 returns that the varobj's type changed.
712 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
714 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
715 Create two new links fir 'objfile-gdb.py file'
716 and 'dotdebug_gdb_scripts section'.
718 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
720 * gdb.texinfo (Auto-loading): Rename node reference
721 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
723 (.debug_gdb_scripts section): Rename the node ...
724 (dotdebug_gdb_scripts section): ... here.
725 (Maintenance Commands): Also rename this node reference.
727 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
729 * gdb.texinfo (Python API/Values From Inferior): Add description
730 about the new method Value.referenced_value. Add description on
731 how Value.dereference is different (and similar) to
732 Value.referenced_value.
734 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
736 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
737 --init-eval-command=COMMAND, -iex.
738 (Startup): Describe -iex and -ix. Simplify the example
739 for "set auto-load-scripts off".
741 2012-03-16 Gary Benson <gbenson@redhat.com>
744 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
745 stating that GDB cannot set breakpoints on inlined functions.
746 (Mode Options): Document --use-deprecated-index-sections.
747 (Index Section Format): Document new index section version format.
749 2012-03-15 Tom Tromey <tromey@redhat.com>
751 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
753 2012-03-13 Doug Evans <dje@google.com>
755 * gdb.texinfo (Help): Change apropos example to use "alias" instead
757 (Symbols): Delete docs for set/show symbol-reloading.
758 * gdbint.texinfo (Defining Other Architecture Features): Delete
759 SYMBOL_RELOADING_DEFAULT.
760 * refcard.tex: Delete reference to symbol-reloading.
762 2012-03-07 Pedro Alves <palves@redhat.com>
764 * gdb.texinfo (General Query Packets): Document new
765 QProgramSignals packet.
766 * gdb.texinfo (Remote configuration): Mention
767 "program-signals-packet".
769 2012-03-05 Tristan Gingold <gingold@adacore.com>
771 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
773 2012-03-03 Yao Qi <yao@codesourcery.com>
775 * gdb.texinfo (In-Process Agent): New node.
776 Document new commands.
777 (General Query Packets): Add packet `QAgent'.
779 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
781 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
783 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
785 * gdb.texinfo (Commands In Python): Put example python macro in
786 COMMAND_USER category rather than COMMAND_OBSCURE.
787 Document gdb.COMMAND_USER.
788 (User-defined Commands): Update documentation to clarify
789 "set/show max-user-call-depth" and "show user" don't apply to python
790 commands. Update documentation to clarify "help user-defined" may
791 also include python commands defined as COMMAND_USER.
793 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
795 * gdb.texinfo (Startup): Add option -ex description to the option -x
798 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
800 * gdb.texinfo (Setting Breakpoints): Mention and explain the
801 condition-evaluation breakpoint parameter.
802 Mention condition-evaluation mode being shown in "info break".
803 (Break Conditions): Add description for target-side
804 conditional breakpoints.
805 (Remote Configuration): Mention conditional-breakpoints-packet.
806 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
808 (General Query Packets): Mention new ConditionalBreakpoint feature.
810 2012-02-22 Tom Tromey <tromey@redhat.com>
812 * gdb.texinfo (Blocks In Python): Clarify block iteration.
814 2012-02-17 Tom Tromey <tromey@redhat.com>
817 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
820 2012-02-14 Stan Shebs <stan@codesourcery.com>
822 * gdb.texinfo (Disabling Breakpoints): Document enable count.
824 2012-02-13 Pedro Alves <palves@redhat.com>
826 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
829 2012-02-09 Yao Qi <yao@codesourcery.com>
831 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
833 2012-02-07 Tom Tromey <tromey@redhat.com>
835 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
838 2012-02-07 Tom Tromey <tromey@redhat.com>
840 * gdb.texinfo (Symbols In Python): Document Symbol.line.
842 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
844 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
846 2012-01-24 Tom Tromey <tromey@redhat.com>
848 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
850 (Files): Mention new catch commands.
851 (GDB/MI Async Records): Likewise.
853 2012-01-24 Gary Benson <gbenson@redhat.com>
855 Delete #if 0'd out code.
856 * gdb.texinfo (Frame Info): Remove "info catch".
858 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
860 * gdb.texinfo (Remote Configuration): Document
861 "set remote hostio-readlink-packet" command.
862 (General Query Packets): Document vFile:readlink packet.
864 2012-01-16 Tom Tromey <tromey@redhat.com>
866 * gdb.texinfo (Specify Location): Document relative file name
869 2012-01-16 Tom Tromey <tromey@redhat.com>
871 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
873 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
874 Eli Zaretskii <eliz@gnu.org>
876 * gdbint.texinfo (Coding Standards): Require braces for two lines of
879 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
881 * gdb.texinfo (Variables): Document use of :: for non-static
884 2012-01-05 Joel Brobecker <brobecker@adacore.com>
886 * gdbint.texinfo (Start of New Year Procedure): Update
887 to replace use of copyright.sh by use of copyright.py.
889 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
891 Remove the gdbtui binary.
892 * all-cfg.texi (GDBTUI): Remove.
893 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
894 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
895 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
897 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
899 Introduce gdb.FinishBreakpoint in Python.
900 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
901 (Python API): Add menu entry for Finish Breakpoints.
903 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
905 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
908 2011-12-16 Doug Evans <dje@google.com>
910 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
912 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
914 * gdb.texinfo (Python Commands): Remove "maint set/show print
915 stack". Add documentation for "set/show python print-stack".
917 2011-12-14 Pedro Alves <pedro@codesourcery.com>
919 * gdb.texinfo (Implementing a Remote Stub): Explain that you
920 should transfer control to the stub in the startup code instead of
921 in main. Mention the need to get past the initial breakpoint.
923 2011-12-06 Tom Tromey <tromey@redhat.com>
925 * gdb.texinfo (Set Breaks): Update for new behavior.
927 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
929 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
930 List Format for SVR4 Targets'.
931 (General Query Packets): New item qXfer:libraries-svr4:read.
932 (Library List Format for SVR4 Targets): New node.
934 2011-12-01 Tom Tromey <tromey@redhat.com>
936 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
939 2011-11-22 Tom Tromey <tromey@redhat.com>
941 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
944 2011-11-20 Stan Shebs <stan@codesourcery.com>
946 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
947 note-related options and variables.
948 (Tracepoint Packets): Document packet changes.
950 2011-11-20 Sanjoy Das <sdas@igalia.com>
952 * gdb.texinfo (JIT Interface): Add documentation on writing and
953 usind JIT debug info readers.
954 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
955 Debug Info Readers): New nodes.
957 2011-11-18 Yao Qi <yao@codesourcery.com>
959 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
962 2011-11-15 Doug Evans <dje@google.com>
964 * gdb.texinfo (Files): Document basenames-may-differ.
966 2011-11-14 Doug Evans <dje@google.com>
968 * gdb.texinfo (Shell Commands): Document "!".
970 2011-11-14 Stan Shebs <stan@codesourcery.com>
971 Kwok Cheung Yeung <kcy@codesourcery.com>
973 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
974 needed to get shorter fast tracepoints.
975 (Tracepoint Packets): Document new qTMinFTPILen packet.
977 2011-11-14 Yao Qi <yao@codesourcery.com>
979 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
980 behavior of tracepoint.
981 (General Query Packets): New feature InstallInTrace.
982 (Remote Configuration): Document "set remote
983 install-in-trace-packet".
985 2011-11-12 Matt Rice <ratmice@gmail.com>
987 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
988 Add arguments to info macro.
990 2011-11-10 Tom Tromey <tromey@redhat.com>
992 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
994 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
995 (Macros): Add a footnote.
996 (C): Remove paragraph about compiler options.
997 (C Constants): Mention wide character and string constants.
998 (C Plus Plus Expressions): Update compiler option advice. Mention
999 using declarations. Mention ADL. Remove old HP compiler
1002 2011-11-10 Tom Tromey <tromey@redhat.com>
1005 * gdb.texinfo (Print Settings): Add an extra note about the need
1008 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1010 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
1011 "set mips abi" documentation.
1013 2011-11-04 Doug Evans <dje@google.com>
1015 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
1017 2011-11-03 Tom Tromey <tromey@redhat.com>
1019 * gdb.texinfo (Stopping): Add menu entry.
1020 (Continuing and Stepping): Restore @node. Use @section, not
1023 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
1025 * gdb.texinfo (Skipping Over Functions and Files): Remove node
1026 designation. Fix "Specify Location" cross-reference.
1028 2011-11-02 Stan Shebs <stan@codesourcery.com>
1030 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
1031 (General Query Packets): Describe tracenz feature.
1032 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
1034 2011-10-28 Paul Koning <paul_koning@dell.com>
1036 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
1038 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
1040 * gdb.texinfo ((Frames In Python): Document
1041 gdb.FRAME_UNWIND_FIRST_ERROR contant.
1043 2011-10-26 Paul Koning <paul_koning@dell.com>
1045 * gdb.texinfo (gdb.types): Document new deepitems function.
1047 2011-10-25 Paul Koning <paul_koning@dell.com>
1051 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
1054 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1058 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
1059 global_block, static_block function.
1061 2011-10-19 Tom Tromey <tromey@redhat.com>
1063 * gdb.texinfo (Commands In Python): Add missing "@"s.
1065 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
1067 PR python/13285 Document named constants for frame unwind stop reasons
1068 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
1071 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1073 Fix compatibility with texinfo versions older than 4.12.
1074 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1075 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1076 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1077 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
1078 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
1079 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
1080 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
1082 2011-10-09 Doug Evans <dje@google.com>
1084 * gdb.texinfo (Extending GDB): Document alias command.
1086 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1088 Support @entry in input expressions.
1089 * gdb.texinfo (Variables): Describe @entry names suffix.
1090 (Print Settings): Add anchor for `set print entry-values'.
1092 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1093 Eli Zaretskii <eliz@gnu.org>
1095 Display @entry parameter values (without references).
1096 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
1098 (Print Settings): New description of set print entry-values and show
1101 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1102 Eli Zaretskii <eliz@gnu.org>
1104 Recognize virtual tail call frames.
1105 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
1106 (Tail Call Frames): New node.
1107 (Frames In Python): Add gdb.TAILCALL_FRAME.
1109 2011-10-07 Doug Evans <dje@google.com>
1111 * gdb.texinfo (gdb.printing): Document new `replace' arg to
1112 register_pretty_printer.
1114 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1119 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
1122 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1124 * gdb.texinfo (Starting your Program): "set disable-randomization"
1125 is no longer Linux-specific.
1126 (Remote Configuration): Document "set remote
1127 disable-randomization-packet".
1128 (General Query Packets): Document "QDisableRandomization" packet
1129 and add it to "qSupported" list.
1131 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
1133 Allow Python notification of new object-file loadings.
1134 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
1137 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
1139 PR python/12691: Add the inferior to Python exited event
1140 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
1142 2011-10-03 Joel Brobecker <brobecker@adacore.com>
1144 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
1147 2011-10-03 Joel Brobecker <brobecker@adacore.com>
1149 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
1150 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
1151 as possible feature returned by the `-list-features'
1154 2011-09-28 Paul Koning <paul_koning@dell.com>
1156 * gdb.texinfo (gdb.Type): Document field access by dictionary
1159 2011-09-28 Yao Qi <yao@codesourcery.com>
1161 * gdb.texinfo (Files): Update options for `add-symbol-file'.
1162 Add one space after option `-s'. Remove @r{} markup.
1164 2011-09-27 Stan Shebs <stan@codesourcery.com>
1166 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
1168 2011-09-16 Hui Zhu <teawater@gmail.com>
1170 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
1171 to *(unsigned char *)$esp@300.
1173 2011-09-15 Paul Koning <paul_koning@dell.com>
1175 * gdb.texinfo: Make style of Python functions and methods match
1176 the syntax of Python. Also put class and module names explicitly
1177 on function, member, and variable names, matching Python
1178 documentation conventions.
1180 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1182 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1183 * gdb.texinfo (Inferiors In Python): Describe new
1184 gdb.selected_inferior() function.
1186 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1188 Handle multiple breakpoint hits in Python interface:
1189 * gdb.texinfo (Events In Python): New function documentation:
1190 gdb.BreakpointEvent.breakpoints. Indicate that
1191 gdb.BreakpointEvent.breakpoint is now deprecated.
1193 2011-09-04 Joel Brobecker <brobecker@adacore.com>
1195 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
1197 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
1199 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
1201 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1203 * gdb.texinfo (Prompt): Add set/show extended-prompt
1205 (Basic Python): Add prompt_hook anchor.
1206 (Python modules): Reword module text to reflect multiple modules.
1207 (gdb.prompt): Document gdb.prompt module.
1209 2011-08-14 Yao Qi <yao@codesourcery.com>
1211 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
1213 2011-08-14 Yao Qi <yao@codesourcery.com>
1215 * gdb.texinfo (Standard Target Features): Document C6x features.
1216 (TIC6x Features): New node.
1218 2011-08-12 Doug Evans <dje@google.com>
1220 * gdb.texinfo (Symbols In Python): Document symbol.type.
1222 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1224 * gdb.texinfo (Python): Document command and function
1227 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1228 Eli Zaretskii <eliz@gnu.org>
1230 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
1231 typedefs unrolling. Extend the sample code by an inner typedef and
1232 outer typedefs unrolling.
1234 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1236 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
1239 2011-07-21 Matt Rice <ratmice@gmail.com>
1242 * gdb.texinfo (Macros): Add info definitions and info macros commands.
1243 Update text and cindex entries for info macro command.
1245 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1247 * observer.texi (GDB Observers): Add before_prompt observer.
1248 * gdb.texinfo (Basic Python): Add documentation for prompt
1251 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1254 * gdb.texinfo (Python Commands): Add deprecate note to maint
1255 set/show python print-stack. Document set/show python
1258 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1260 * gdb.texinfo: Fix typos.
1262 2011-07-01 Tom Tromey <tromey@redhat.com>
1264 * gdb.texinfo (Debugging Output): Document set debug
1267 2011-06-29 Tom Tromey <tromey@redhat.com>
1269 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1270 breakpoint-notifications feature.
1272 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
1274 * gdb.texinfo (Target Description): Remove warning about
1275 possibly unstable format.
1277 2011-06-03 Tom Tromey <tromey@redhat.com>
1279 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
1280 (Events In Python): Note that exit_code is optional.
1282 2011-05-17 Pedro Alves <pedro@codesourcery.com>
1284 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
1285 required for multi-threading support.
1286 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
1287 Hc are deprecated for multi-threading debugging. Point readers at
1290 2011-05-15 Doug Evans <dje@google.com>
1292 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
1294 2011-05-13 Doug Evans <dje@google.com>
1296 * gdb.texinfo (Threads): Document $sdir,$pdir.
1297 (Server): Document $pdir exception.
1299 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
1301 * gdb.texinfo (Threads): Clarify default value for
1302 libthread-db-search-path.
1304 * gdb.texinfo (Completion): Update example.
1305 (Debugging Output): Delete `set/show debug lin-lwp-async'.
1307 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1309 * gdb.texinfo: Document change in the behaviour of the enable and
1310 disable GDB commands when applied to tracepoints.
1311 Document the EnableDisableTracepoints remote stub feature.
1312 Document QTEnable and QTDisable in the list of tracepoint packets.
1314 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1316 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
1318 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
1319 comment to hsuser.texi. Change rluser.texi name in the comment.
1321 2011-05-10 Doug Evans <dje@google.com>
1323 * gdb.texinfo (Threads): If an empty path is provided for
1324 libthread-db-search-path it is reset to its default value.
1327 2011-05-09 Doug Evans <dje@google.com>
1329 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
1331 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1332 Thiago Jung Bauermann <bauerman@br.ibm.com>
1334 Implement support for PowerPC BookE masked watchpoints.
1335 * gdb.texinfo (Set Watchpoints): Document mask parameter.
1336 (PowerPC Embedded): Mention support of masked watchpoints.
1338 2011-05-03 Joel Brobecker <brobecker@adacore.com>
1340 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
1343 2011-05-03 Joel Brobecker <brobecker@adacore.com>
1345 * gdb.texinfo (titlepage): Remove dedication.
1346 (In Memoriam): New appendix.
1348 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1349 Eli Zaretskii <eliz@gnu.org>
1351 * gdb.texinfo (Index Section Format): Change the version to 5.
1352 Describe the different formula.
1354 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1355 Eli Zaretskii <eliz@gnu.org>
1357 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1358 for disconnected tracing.
1359 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1360 extended-remote relationship. Mention --once.
1361 (TCP port allocation lifecycle of @code{gdbserver}): New.
1363 2011-04-23 Eli Zaretskii <eliz@gnu.org>
1365 * gdb.texinfo (Server): Improve indexing. Index all optional
1366 switches to gdbserver.
1368 2011-04-20 Tom Tromey <tromey@redhat.com>
1370 * gdb.texinfo (Index Section Format): New node.
1371 (Top): Add new node to menu.
1373 2011-04-20 Pedro Alves <pedro@codesourcery.com>
1375 * gdb.texinfo (Maintenance Commands): Document `maint print
1378 2011-04-20 Tom Tromey <tromey@redhat.com>
1380 * gdb.texinfo (Trace File Format): Move node later.
1382 2011-04-19 Tom Tromey <tromey@redhat.com>
1384 * gdbint.texinfo (Register Information Functions): Remove
1386 * gdb.texinfo (Emacs): Remove duplicate "to".
1387 (GDB/MI Variable Objects): Remove duplicate "the".
1388 (General Query Packets): Likewise.
1390 2011-04-02 Joel Brobecker <brobecker@adacore.com>
1392 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1393 "GDB/MI Ada Exception Information" node.
1395 2011-04-01 Joel Brobecker <brobecker@adacore.com>
1397 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1398 the "exception-name" field in the *stopped async record.
1400 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1401 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1403 Implement support for PowerPC BookE ranged breakpoints.
1404 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1406 2011-03-28 Tom Tromey <tromey@redhat.com>
1408 * gdb.texinfo (Set Tracepoints): Fix typo.
1410 2011-03-24 Tom Tromey <tromey@redhat.com>
1412 * gdb.texinfo (Specify Location): Document `function:label'
1415 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1419 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1421 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1423 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1424 (Inferiors In Python): Likewise.
1425 (Threads In Python): Likewise.
1426 (Symbols In Python): Likewise.
1427 (Objfiles In Python): Likewise.
1428 (Symbol Tables In Python): Likewise.
1430 2011-03-15 Pedro Alves <pedro@codesourcery.com>
1432 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1433 display>: Explain that the commands accept number ranges.
1435 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1437 * gdb.texinfo (Breakpoints In Python): Add description and example
1438 of Python stop function operation.
1440 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1442 * gdb.texinfo (Parameters In Python): Document get_set_string and
1443 get_show_string methods.
1445 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1447 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1449 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1450 circular-trace-buffer name.
1452 2011-02-28 Joel Brobecker <brobecker@adacore.com>
1454 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1455 in the previous change.
1457 2011-02-27 Michael Snyder <msnyder@vmware.com>
1459 * gdb.texinfo (Inferiors and Programs): Update commands to show
1460 that they can accept multiple arguments.
1462 2011-02-24 Joel Brobecker <brobecker@adacore.com>
1464 Revert the following patch (code patch was not approved):
1465 2011-02-21 Hui Zhu <teawater@gmail.com>
1466 * agentexpr.texi (bytecode descriptions): add printf.
1467 * gdb.texinfo (tracepoint action lists): add printf.
1469 2011-02-23 Doug Evans <dje@google.com>
1471 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1473 2011-02-23 Michael Snyder <msnyder@vmware.com>
1475 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1476 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1477 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1479 2011-02-22 Doug Evans <dje@google.com>
1481 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1482 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1483 add description of result, fix @defun formatting.
1485 2011-02-21 Hui Zhu <teawater@gmail.com>
1487 * agentexpr.texi (Bytecode Descriptions): Add printf.
1488 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1490 2011-02-18 Tom Tromey <tromey@redhat.com>
1492 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1494 2011-02-14 Michael Snyder <msnyder@vmware.com>
1496 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1497 Document new command "thread find".
1499 2011-02-14 Michael Snyder <msnyder@vmware.com>
1501 * gdb.texinfo (Threads): Update example of new thread message.
1503 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1505 * gdb.texinfo (Remote Configuration): Mention set/show remote
1507 (Tools/Packages Optional for Building GDB): Mention that expat is
1508 used for traceframe info.
1509 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1510 (General Query Packets) <qSupported>: Describe the
1511 qXfer:traceframe-info:read feature.
1512 (qXfer::read): Describe qXfer:traceframe-info:read.
1513 (Traceframe Info Format): New section.
1515 2011-02-04 Pedro Alves <pedro@codesourcery.com>
1517 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1518 for casts and unary operators.
1520 2011-02-04 Tom Tromey <tromey@redhat.com>
1522 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1525 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1527 * gdb.texinfo: s/value optimized out/optimized out/g
1529 2011-01-21 Joel Brobecker <brobecker@adacore.com>
1531 * gdb.texinfo (Other Misc Settings): Rework part of the
1532 documentation of the "set interactive mode" command.
1534 2011-01-19 Tom Tromey <tromey@redhat.com>
1536 * gdb.texinfo (Threads): Document thread name output and `thread
1538 (Threads In Python): Document Thread.name attribute.
1539 (GDB/MI Thread Commands): Document thread attributes.
1541 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1543 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1544 changes in mi/mi-cmd-disas.c
1546 2011-01-12 Tom Tromey <tromey@redhat.com>
1548 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1549 Fix "thread apply" text.
1551 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1552 Thiago Jung Bauermann <bauerman@br.ibm.com>
1554 Implement support for PowerPC BookE ranged watchpoints.
1555 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1556 the "set powerpc exact-watchpoints" flag.
1558 2011-01-07 Tom Tromey <tromey@redhat.com>
1560 * gdb.texinfo (Python API): Add descriptions to @menu items.
1562 2011-01-06 Tom Tromey <tromey@redhat.com>
1564 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1566 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1568 * gdb.texinfo (Debugging Output): Document "set debug jit".
1570 2011-01-06 Tom Tromey <tromey@redhat.com>
1573 * gdb.texinfo (Frames In Python): Document various frame
1576 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1578 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1579 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1580 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1582 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1584 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1585 (clean): Add GDBvn.texi.
1587 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1589 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1590 occasional case where the debugger prints an array address
1591 instead of the array itself.
1593 2010-12-23 Pedro Alves <pedro@codesourcery.com>
1595 * gdb.texinfo (Packets) <read registers packet>: Document support
1596 for registers that were not collected.
1598 2010-12-15 Doug Evans <dje@google.com>
1600 * gdb.texinfo (Startup): Document auto-loading of scripts during
1602 (Auto-loading): Delete "maint set python auto-load on|off".
1603 Add "set auto-load-scripts on|off".
1605 2010-12-07 Doug Evans <dje@google.com>
1607 * gdb.texinfo (Mode Options): Document -data-directory.
1608 (Data Files): Add reference to -data-directory.
1610 2010-11-29 Doug Evans <dje@google.com>
1612 * gdb.texinfo (Pretty-Printer Introduction): Change
1613 printer-name:subprinter-name to printer-name;subprinter-name.
1615 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1619 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1621 2010-11-23 Tom Tromey <tromey@redhat.com>
1623 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1624 (Editing): Likewise.
1625 (Command History): Likewise.
1626 (TUI Keys): Likewise.
1627 (Bug Reporting): Conditionally include rluser.texi and
1628 inc-history.texinfo.
1629 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1630 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1631 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1632 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1633 (gdb.pdf): Likewise.
1634 (gdb.info): Likewise.
1635 (gdb/index.html): Likewise.
1637 2010-11-23 Tom Tromey <tromey@redhat.com>
1639 * Makefile.in (Makefile): Run ../config.status.
1640 (distclean): Update.
1641 * configure: Remove.
1642 * configure.ac: Remove.
1644 2010-11-12 Tom Tromey <tromey@redhat.com>
1646 * gdb.texinfo (Basic Python): Update. Add xref.
1647 (Exception Handling): Document new exception classes.
1648 (Types In Python): Update.
1649 (Frames In Python): Update.
1651 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1653 * gdb.texinfo (Breakpoints In Python): Document "internal"
1654 parameter, and visible attribute.
1656 2010-11-05 Doug Evans <dje@google.com>
1658 * gdb.texinfo (Source Path): Document "set directories".
1660 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
1662 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1663 (OpenCL C): New node.
1665 2010-11-02 Doug Evans <dje@google.com>
1667 * gdb.texinfo (Pretty Printing): Expand into three sections,
1668 introduction, example, and commands.
1669 (Python API): Delete section Disabling Pretty-Printers, merge into
1670 Selecting Pretty-Printers.
1671 (Writing a Pretty-Printer): New section. Move the pretty-printer
1672 example here, and reformat to match python coding style. Add a second
1673 example using the gdb.printing module.
1674 (Python modules): Add gdb.printing.
1676 2010-10-29 Doug Evans <dje@google.com>
1678 * gdb.texinfo (Python): Fix long line.
1680 2010-10-20 Doug Evans <dje@google.com>
1682 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1683 All references updated. Correct sections marked as subsections.
1684 (Coding Standards): New chapter. Move the coding standard related
1685 subsections here. Add section on Python coding standards.
1687 2010-10-13 Doug Evans <dje@google.com>
1689 * gdb.texinfo (Python): Add "Python modules".
1690 (Types in Python): Add reference to gdb.types section.
1691 (Python modules): New node.
1693 2010-10-11 Doug Evans <dje@google.com>
1695 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1696 Python" from gdb.Value.type description.
1698 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1700 * gdb.texinfo (Ravenscar Profile): New node.
1702 2010-09-22 Tom Tromey <tromey@redhat.com>
1704 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1706 2010-09-22 Eli Zaretskii <eliz@gnu.org>
1708 * gdb.texinfo (Values From Inferior): Clarify that
1709 value.dynamic_type works only in C++ programs with RTTI.
1711 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
1713 * gdb.texinfo (Character Sets): Correctly reference host-charset
1716 2010-09-13 Tom Tromey <tromey@redhat.com>
1718 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1719 Document "fullname" and "from".
1721 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1723 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1724 feature `reverse' output by -list-target-features.
1726 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1728 * gdb.texinfo (i386 Features): Remove an extra "@item".
1730 2010-08-30 Tom Tromey <tromey@redhat.com>
1733 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1735 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1737 * gdb.texinfo (ARM Features): Document
1738 org.gnu.gdb.arm.m-profile.
1740 2010-08-23 Tom Tromey <tromey@redhat.com>
1743 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1744 reinterpret_cast methods.
1746 2010-08-23 Tom Tromey <tromey@redhat.com>
1749 * gdb.texinfo (Types In Python): Document array method.
1751 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1753 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1755 2010-08-16 Tom Tromey <tromey@redhat.com>
1757 * gdb.texinfo (Set Watchpoints): Document -location option.
1759 2010-08-13 Doug Evans <dje@google.com>
1761 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1763 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1765 * gdb.texinfo (GDB/MI Data Manipulation): Document
1766 -data-read-memory-raw and -data-write-memory-raw.
1768 2010-08-11 Tom Tromey <tromey@redhat.com>
1769 Phil Muldoon <pmuldoon@redhat.com>
1771 * gdb.texinfo (Basic Python): Describe post_event API.
1773 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1775 * gdb.texinfo (Basic Python): Describe solib_address and
1776 decode_line Python APIs
1778 2010-08-10 Tom Tromey <tromey@redhat.com>
1780 * gdb.texinfo (Pretty Printing API): Document
1781 gdb.default_visualizer.
1783 2010-08-10 Tom Tromey <tromey@redhat.com>
1785 Revert gdb-add-index addition:
1786 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1788 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1789 Eli Zaretskii <eliz@gnu.org>
1791 * gdb.texinfo (Mode Options) <-batch>
1792 (Basic Python) <gdb.execute>: Describe setting width and height.
1794 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1796 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1798 2010-07-30 Tom Tromey <tromey@redhat.com>
1800 * gdb.texinfo (Index Files): Mention gdb-add-index.
1802 2010-07-30 Hui Zhu <teawater@gmail.com>
1804 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1805 "detach inferior" and "kill inferior".
1807 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1809 * gdb.texinfo (Machine Code): Update description of two forms of
1810 arguments, and add new example to demonstrate the new form.
1812 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1814 * gdb.texinfo (Values From Inferior): Add value inferior function
1817 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1819 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1821 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1822 Eli Zaretskii <eliz@gnu.org>
1824 Make core files the process_stratum.
1825 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1826 record_stratum example.
1828 2010-07-13 Tom Tromey <tromey@redhat.com>
1830 * gdb.texinfo (Index Files): New node.
1832 2010-07-13 Tom Tromey <tromey@redhat.com>
1834 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1836 2010-07-13 Tom Tromey <tromey@redhat.com>
1838 * gdb.texinfo (Specify Location): Document labels.
1840 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1842 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1843 entries for fast tracepoints and static tracepoints.
1845 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1847 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1848 qsThreadInfo>: Spell out `l' as ell.
1850 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1852 * gdb.texinfo (Convenience Variables): Document $_sdata.
1853 (Commands to Set Tracepoints): Describe static tracepoints. Add
1854 `Listing Static Tracepoint Markers' menu entry. Document
1856 (Tracepoint Action Lists): Document collecting $_sdata.
1857 (Listing Static Tracepoint Markers): New subsection.
1858 (Tracepoints support in gdbserver): Mention static tracepoints.
1859 (remote packets, enabling and disabling): Mention
1861 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1862 and StaticTracepoint.
1863 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1864 Document qXfer:sdata:read.
1865 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1867 2010-06-29 Joel Brobecker <brobecker@adacore.com>
1869 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1871 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1872 Tom Tromey <tromey@redhat.com>
1873 Thiago Jung Bauermann <bauerman@br.ibm.com>
1875 * gdb.texinfo (Inferiors In Python): New node.
1876 * gdb.texinfo (Threads In Python): New node.
1878 2010-06-28 Joel Brobecker <brobecker@adacore.com>
1880 * gdb.texinfo (Python): Document what the python directory is
1881 and what its location is.
1882 (Basic Python): Document the gdb.PYTHONDIR constant.
1884 2010-06-25 Tom Tromey <tromey@redhat.com>
1887 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1889 2010-06-24 Hui Zhu <teawater@gmail.com>
1891 * gdb.texinfo: (Commands for Controlled Output): Add
1892 documentation for command "eval".
1894 2010-06-21 Stan Shebs <stan@codesourcery.com>
1896 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1897 * annotate.texinfo: Ditto.
1898 * gdbint.texinfo: Ditto.
1899 * stabs.texinfo: Ditto.
1901 2010-06-22 Hui Zhu <teawater@gmail.com>
1903 * gdb.texinfo: (Process Record and Replay): Add documentation
1904 for command "set record memory-query".
1906 2010-06-21 Stan Shebs <stan@codesourcery.com>
1908 * gdb.texinfo: Relicense under GFDL version 1.3.
1909 * annotate.texinfo: Relicense under GFDL version 1.3.
1910 * gdbint.texinfo: Relicense under GFDL version 1.3.
1911 * stabs.texinfo: Relicense under GFDL version 1.3.
1912 * fdl.texi: Update to version 1.3.
1914 2010-06-18 Stan Shebs <stan@codesourcery.com>
1916 * gdb.texinfo (Operating System Auxiliary Information): Describe
1917 "info os" when no arguments given.
1919 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1922 2010-06-18 Hui Zhu <teawater@gmail.com>
1924 * gdb.texinfo: (Process Record and Replay): Add documentation
1925 for commands "record save" and "record restore".
1927 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1929 * gdb.texinfo: Include information about the correct use
1930 of addresses in the `watch' command.
1932 2010-06-11 Stan Shebs <stan@codesourcery.com>
1934 * gdb.texinfo (Observer Mode): New section.
1935 (General Query Packets): Document QAllow.
1937 2010-06-04 Doug Evans <dje@google.com>
1939 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1941 2010-06-03 Doug Evans <dje@google.com>
1943 * gdbint.texinfo (Coding): Add subsection on command names.
1945 2010-06-02 Tom Tromey <tromey@redhat.com>
1947 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1950 2010-06-01 Pedro Alves <pedro@codesourcery.com>
1952 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1953 gdbserver, and add cross reference.
1954 (Tracepoints support in gdbserver): New subsection.
1956 2010-05-26 Pedro Alves <pedro@codesourcery.com>
1958 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1959 `qRelocInsn' feature.
1960 (Relocate instruction reply packet): New subsection
1961 of `Tracepoint Packets'.
1962 (Tracepoint Packets): Mention that packets QTDP and QTStart
1963 support the qRelocInsn request, and add cross reference to new
1966 2010-05-25 Doug Evans <dje@google.com>
1968 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1969 (Commands In Python): Document gdb.string_to_argv.
1971 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1973 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1976 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1977 Tom Tromey <tromey@redhat.com>
1978 Thiago Jung Bauermann <bauerman@br.ibm.com>
1980 * gdb.texinfo (Parameters In Python): New Node.
1982 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1984 * gdb.texinfo: (Summary) Add mention about D language support.
1985 (Filenames): Add D suffixes.
1988 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1990 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1991 of macro deleted from GDB code.
1993 2010-04-24 Pedro Alves <pedro@codesourcery.com>
1995 * gdb.texinfo (Commands to specify files): Describe what how GDB
1996 looks up DOS-based filesystem paths on the system root. Document
1997 the new `set/show target-file-system-kind' commands.
1999 2010-04-23 Doug Evans <dje@google.com>
2001 * gdb.texinfo (Python): Move Auto-loading section here ...
2002 (Python API): from here.
2003 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
2004 (Maintenance Commands): Add docs for "maint print section-scripts".
2006 2010-04-20 Chris Moller <cmoller@redhat.com>
2008 * gdb.texinfo (Setting Breakpoints): Added description of
2009 filename-qualified rbreak.
2010 * refcard.tex (Breakpoints and Watchpoints): Added brief
2011 description of filename-qualified rbreak.
2013 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2015 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
2016 (Python API): Change the reference to Pretty Printing API.
2017 (Pretty Printing): Move the user part under the Data node. Reformat
2018 the sample output to 72 columns. Create a new reference to Pretty
2019 Printing API. Rename the API part ...
2020 (Pretty Printing API): To a new node name.
2021 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
2022 (GDB/MI Variable Objects): Change references to Pretty Printing API.
2024 2010-04-21 Stan Shebs <stan@codesourcery.com>
2026 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
2028 (Listing Tracepoints): Update to reflect current behavior.
2030 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2032 * gdb.texinfo (Examining memory): Update for change in string
2033 display with explicit size.
2035 2010-04-19 Pedro Alves <pedro@codesourcery.com>
2037 PR breakpoints/8554.
2039 * gdb.texinfo (Save Breakpoints): New node.
2040 (save-tracepoints): Rename to ...
2041 (save tracepoints): ... this. Mention that `save-tracepoints' is
2042 a deprecated alias to `save tracepoints'.
2044 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2046 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
2047 (info w32 thread-information-block): Document new command.
2048 (qGetTIBAddress): Document new gdbserver query.
2049 (maint set/show show-all-tib): Document new command.
2051 2010-04-15 Doug Evans <dje@google.com>
2053 * gdb.texinfo (Python API): Add progspaces section.
2054 (Selecting Pretty-Printers): Progspace pretty-printers are
2056 (Progspaces In Python): New section.
2058 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
2060 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2062 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
2065 2010-04-09 Stan Shebs <stan@codesourcery.com>
2067 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2068 Describe the `frames-created' field, tweak grammar.
2070 2010-04-09 Pedro Alves <pedro@codesourcery.com>
2072 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
2073 Describe the `circular' and `disconnected' fields.
2075 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2077 * gdb.texinfo (maint print registers): Mention unavailable and
2078 invisible registers.
2080 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2081 Thiago Jung Bauermann <bauerman@br.ibm.com>
2082 Tom Tromey <tromey@redhat.com>
2084 * gdb.texinfo (Breakpoints In Python): New Node.
2086 2010-04-08 Stan Shebs <stan@codesourcery.com>
2088 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
2089 trace status fields.
2091 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2093 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
2094 optional. Make org.gnu.gdb.i386.avx requires
2095 org.gnu.gdb.i386.avx.
2097 2010-04-08 Doug Evans <dje@google.com>
2099 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
2100 search path, and document that gdb only scans the search path if
2101 the script's path doesn't specify a directory.
2103 2010-04-05 Doug Evans <dje@google.com>
2105 * gdb.texinfo (maint show python auto-load): Fix typo.
2107 2010-04-04 Stan Shebs <stan@codesourcery.com>
2109 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
2110 (Setting Watchpoints): Update description of "info watch".
2111 (Disabling Breakpoints): Only "info break" lists all.
2113 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
2114 (tdump): Explain how tdump works.
2116 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2118 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
2119 add cross reference.
2121 2010-03-31 Pedro Alves <pedro@codesourcery.com>
2123 * gdb.texinfo (TUI Commands): Mention that in some cases, these
2126 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2128 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
2130 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
2132 * gdb.texinfo (General Query Packets): Add xmlRegisters.
2134 2010-03-29 Stan Shebs <stan@codesourcery.com>
2135 Nathan Sidwell <nathan@codesourcery.com>
2137 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
2139 (Set Tracepoints): Remove mention that conditional tracepoints
2141 (Tracepoint Actions): Clarify when while-stepping collection
2142 happens, note that while-stepping does not automatically collect
2145 2010-03-29 Stan Shebs <stan@codesourcery.com>
2147 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
2148 (General Query Packets): Describe TracepointSource.
2150 2010-03-27 Matt Rice <ratmice@gmail.com>
2152 * gdb.texinfo (ARM): Document arguments to "target sim".
2153 (Set Catchpoints): Use @dots{} instead of @r{...}.
2155 2010-03-26 Pedro Alves <pedro@codesourcery.com>
2157 * gdb.texinfo (Tracepoint Packets): Remove mention that
2158 terror:string may be plain text, and drop mention of X prefix.
2160 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
2162 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
2164 2010-03-24 Stan Shebs <stan@codesourcery.com>
2166 * gdb.texinfo (Tracepoint Packets): Document trace error status.
2168 2010-03-24 Tom Tromey <tromey@redhat.com>
2170 PR breakpoints/9352:
2171 * gdb.texinfo (Break Commands): Update.
2173 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
2175 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
2178 2010-03-16 Stan Shebs <stan@codesourcery.com>
2180 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
2181 circular-trace-buffer.
2182 (Tracepoint Packets): Describe QTBuffer, and details of the
2185 2010-03-12 Stan Shebs <stan@codesourcery.com>
2186 Nathan Sidwell <nathan@codesourcery.com>
2188 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
2189 doing instruction stepping.
2190 (Tracepoint Restrictions): New node.
2192 2010-03-10 Tom Tromey <tromey@redhat.com>
2194 * gdbint.texinfo (Symbol Handling): Update.
2196 2010-03-08 Tom Tromey <tromey@redhat.com>
2199 * gdb.texinfo (Mode Options): Mention lack of pagination and
2200 confirmation with --batch.
2201 (Screen Size): Mention --batch.
2202 (Messages/Warnings): Likewise.
2204 2010-03-05 Tom Tromey <tromey@redhat.com>
2206 * gdb.texinfo (Basic Python): Document target_charset and
2207 target_wide_charset.
2209 2010-03-05 Tom Tromey <tromey@redhat.com>
2211 * gdb.texinfo (Data): Link to pretty-printing.
2212 (Output Formats): Likewise. Correct text.
2214 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2216 * gdb.texinfo (Types): Describe <struct> and <flags>.
2218 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2220 * gdb.texinfo (Frames In Python): Add block parameter and
2221 description to read_var text.
2223 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
2224 Tom Tromey <tromey@redhat.com>
2226 * gdb.texinfo (Types In Python): Describe block argument in
2227 template_argument and gdb.lookup_type.
2229 2010-02-24 Tom Tromey <tromey@redhat.com>
2231 * gdb.texinfo (Cygwin Native): Fix typo.
2233 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2235 * gdb.texinfo (Frames In Python): Add block, find_sal, function
2236 and select method descriptions.
2237 (Python API): Add Blocks In Python, Symbols in Python and Symbol
2238 Tables in Python to menu.
2239 (Blocks In Python): New node.
2240 (Symbols In Python): New node.
2241 (Symbol Tables in Python): New node.
2243 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2248 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2251 * gdb.texinfo (GDB/MI Command Syntax): Document notification
2253 (GDB/MI Program Execution): Document current behaviour of
2254 --all and --thread-group.
2255 (GDB/MI Miscellaneous Commands): Document -add-inferior and
2257 * observer.texi (inferior_added, inferior_removed): New
2260 2010-02-19 Tom Tromey <tromey@redhat.com>
2262 * gdbint.texinfo (Getting Started): Fix @node.
2263 (Debugging GDB): Likewise.
2265 2010-02-13 Joel Brobecker <brobecker@adacore.com>
2267 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
2268 documenting the gdb_test_timeout variable.
2270 2010-02-12 Jakob Engblom <jakob@virtutech.com>
2272 * gdb.texinfo (MI commands): Added documentation of --reverse
2273 option to a set of MI commands. Restructured documentation of MI
2274 commands --exec-continue to reflect the complexity of reverse
2277 2010-02-12 Pedro Alves <pedro@codesourcery.com>
2279 * gdb.texinfo (Using the Collected Data): Specify that the address
2280 range of `tfind outsize' is exclusive, and that the address range
2281 of `tfind range' is inclusive.
2282 (Tracepoint Packets): Specify that the address range of
2283 `QTFrame:range' is inclusive, and that the address range of
2284 `QTFrame:outside' is exclusive
2286 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
2288 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
2290 2010-02-10 Tom Tromey <tromey@redhat.com>
2292 * gdb.texinfo (Debugging Output): Document set debug parser and
2295 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
2297 * gdb.texinfo (Predefined Target Types): Add i387_ext,
2298 i386_eflags and i386_mxcsr.
2300 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
2302 * gdb.texinfo: Document i386 target features.
2304 2010-02-05 Doug Evans <dje@google.com>
2306 * gdbint.texinfo (Testsuite): Add a new section to document the
2307 various DejaGnu variables that may be overridden.
2308 Document INTERNAL_GDBFLAGS.
2310 2010-02-04 Tom Tromey <tromey@redhat.com>
2313 * gdb.texinfo (Files): -readnow comes before the filename for file
2316 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2318 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
2319 Document ARM breakpoint types.
2320 (Register Packet Format): Move into the new section.
2321 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
2323 2010-01-21 Joel Brobecker <brobecker@adacore.com>
2325 * gdb.texinfo (File Options): Adjust the documentation of this
2326 switch to refer to the "source" command rather than partially
2327 duplicating some of the relevant information.
2328 (Extending GDB): Introduce and document the set/show script-extension
2330 (Command Files): Add note explaining that the "source" command
2331 is also used to evalute scripts written in other languages.
2332 Remove the short slightly incorrect reference to sourcing Python
2334 (Python Commands): Document how to execute a Python script from GDB.
2336 2010-01-19 Joel Brobecker <brobecker@adacore.com>
2338 * gdb.texinfo (Command Files): Fix typo.
2340 2010-01-18 Tom Tromey <tromey@redhat.com>
2342 * gdb.texinfo (File Options): Document -x on .py files.
2343 (Command Files): Document handling of Python scripts.
2345 2010-01-18 Jie Zhang <jie.zhang@analog.com>
2347 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
2349 2010-01-15 Stan Shebs <stan@codesourcery.com>
2351 * gdb.texinfo (Trace Files): New section.
2352 (Tracepoint Packets): Document QTSave and qTBuffer.
2353 (Trace File Format): New appendix.
2355 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2357 * gdb.texinfo (Values From Inferior): Document lazy_string value
2359 (Python API): Add Lazy strings menu item.
2360 (Lazy Strings In Python): New node.
2362 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2364 * gdb.texinfo (GDB/MI Thread Information): New.
2365 (GDB/MI Async Records): Document the core field in *stopped.
2366 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2368 (Process list): Document that osdata document may contain
2370 (Remote Serial Protocol): Document qXfer:threads.
2372 2010-01-06 Stan Shebs <stan@codesourcery.com>
2374 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2375 disconnected tracing.
2376 (Tracepoint Packets): Document new protocol.
2378 2010-01-05 Stan Shebs <stan@codesourcery.com>
2380 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2382 (Tracepoint Packets): Describe remote protocol for fast
2385 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2387 Update the "Start of New Year Procedure".
2388 * gdbint.texinfo: Add the list of files that need to be updated
2389 manually. Minor reformatting.
2391 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2393 * refcard.tex: Update copyright year in header and text.
2395 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2397 * agentexpr.texi: Add 2010 to the list of copyright years.
2398 * annotate.texinfo: Likewise.
2399 * gdb.texinfo: Likewise.
2400 * gdbint.texinfo: Likewise.
2401 * observer.texi: Likewise.
2402 * stabs.texinfo: Likewise.
2404 2009-12-31 Stan Shebs <stan@codesourcery.com>
2406 * gdb.texinfo (Tracepoint Actions): Describe teval.
2408 2009-12-29 Stan Shebs <stan@codesourcery.com>
2410 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
2412 2009-12-28 Stan Shebs <stan@codesourcery.com>
2414 * gdb.texinfo (Trace State Variables): New section.
2415 (Tracepoint Packets): Describe trace state variable packets.
2416 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2419 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2421 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2424 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2426 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2427 -gdb-exit behaviour.
2429 2009-12-20 Joel Brobecker <brobecker@adacore.com>
2431 * gpl.texi: Update to version 3 of the GPL.
2433 2009-12-20 Joel Brobecker <brobecker@adacore.com>
2435 * Makefile.in: Update copyright header.
2436 * observer.texi: Fix the copyright header of the generated files.
2438 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2440 * gdb.texinfo (Types In Python): Describe range function.
2442 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2444 * gdb.texinfo (Types In Python): Describe "is_base_class".
2446 2009-12-03 Tom Tromey <tromey@redhat.com>
2448 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2450 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2452 * observer.texi: New memory_changed observer.
2454 2009-12-01 Tom Tromey <tromey@redhat.com>
2456 * gdb.texinfo (Reverse Execution): Fix typo.
2458 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2462 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2463 are allowed after the breakpoint condition.
2465 2009-11-23 Tom Tromey <tromey@redhat.com>
2468 * gdb.texinfo (Types In Python): Document Type.pointer.
2470 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2472 * gdb.texinfo (Machine Code): Adjust.
2474 2009-11-11 Pedro Alves <pedro@codesourcery.com>
2476 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2477 (Using Agent Expressions): Delete cross reference.
2479 2009-11-07 Joel Brobecker <brobecker@adacore.com>
2481 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2482 and @settitle directives up to help makeinfo find them.
2484 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2486 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2487 (Auto-loading): Use plural and note one can use multiple components now.
2489 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2491 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2492 -stack-list-arguments have the same documentation for parameter
2493 as -stack-list-locals. Add comas.
2495 2009-10-27 Tom Tromey <tromey@redhat.com>
2496 Eli Zaretskii <eliz@gnu.org>
2500 * gdb.texinfo (Values From Inferior): Document cast method.
2502 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2504 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2507 2009-10-22 Michael Snyder <msnyder@vmware.com>
2509 * gdb.texinfo (Process Record and Replay): Document new form of
2510 info record command. Also document the new save and restore
2513 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2515 * gdb.texinfo (Machine Code): Mention current pc marker.
2518 2009-10-19 Pedro Alves <pedro@codesourcery.com>
2519 Stan Shebs <stan@codesourcery.com>
2521 * observer.texi (new_inferior): Rename to...
2522 (inferior_appeared): ... this.
2524 * gdb.texinfo (Inferiors): Rename node to ...
2525 (Inferiors and Programs): ... this. Mention running multiple
2526 programs in the same debug session.
2527 <info inferiors>: Mention the new 'Executable' column if "info
2528 inferiors". Update examples. Document the "add-inferior",
2529 "clone-inferior", "remove-inferior" and "maint info
2530 program-spaces" commands.
2531 (Process): Rename node to...
2532 (Forks): ... this. Document "set|show follow-exec-mode".
2534 2009-10-11 Michael Snyder <msnyder@vmware.com>
2536 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2537 (ReverseContinue): Ditto.
2539 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2541 * gdb.texinfo (Server): Document libthread-db-search-path.
2543 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2545 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2547 2009-10-06 Michael Eager <eager@eagercon.com>
2549 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2550 (Embedded Processors): Add MicroBlaze.
2551 (MicroBlaze): New. Describe Xilinx MicroBlaze
2553 2009-10-04 Pedro Alves <pedro@codesourcery.com>
2555 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2557 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2559 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2561 2009-09-23 Joel Brobecker <brobecker@adacore.com>
2563 * observer.texi (solib_unloaded): Document explicitly the fact that
2564 this observer is called before the associated symbols are unloaded.
2566 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2568 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2569 -stack-list-variables.
2571 2009-09-18 Tom Tromey <tromey@redhat.com>
2573 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2576 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2578 * gdb.texinfo (convenince variables): Mention
2579 $_siginfo could be empty.
2581 2009-09-15 Tom Tromey <tromey@redhat.com>
2583 * gdb.texinfo (GDB/MI Variable Objects): Document
2584 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2585 Expand -var-update documentation.
2587 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2589 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2592 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2594 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2596 2009-09-10 Michael Snyder <msnyder@vmware.com>
2598 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2599 ReverseStep replies to the qSupported query.
2601 2009-09-10 Joel Brobecker <brobecker@adacore.com>
2603 Add documentation for set/show interactive-mode.
2604 * gdb.texinfo (Other Misc Settings): New node.
2606 2009-09-01 Doug Evans <dje@google.com>
2608 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2609 non-stop mode's affect on remote caching.
2611 2009-08-31 Jacob Potter <jdpotter@google.com>
2612 Doug Evans <dje@google.com>
2614 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2615 Mark `set/show remotecache' options as obsolete.
2616 Document new `set/show stack-cache' option.
2617 Update text for `info dcache'.
2619 2009-08-27 Doug Evans <dje@google.com>
2621 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2622 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2624 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2626 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2629 2009-08-25 Pedro Alves <pedro@codesourcery.com>
2631 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2632 small example, and describe its columns. Replace "inferior-id" by
2635 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2637 * gdbint.texinfo (Releasing GDB): Point to
2638 README-maintainer-mode file for required autoconf version.
2639 * configure.ac: Do not substitute datarootdir, htmldir,
2640 pdfdir, docdir. Do not process --with-datarootdir,
2641 --with-htmldir, --with-pdfdir, --with-docdir.
2642 * configure: Regenerate.
2644 * configure: Regenerate.
2646 2009-08-20 Reid Kleckner <reid@kleckner.net>
2648 * gdb.texinfo: Add chapter on JIT interface.
2650 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
2652 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
2653 confirmation request.
2655 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2657 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2660 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2662 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2665 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2667 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2668 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2670 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2672 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2673 "set spu stop-on-load" and "show spu stop-on-load" commands.
2675 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2677 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2679 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2681 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2682 org.gnu.gdb.arm.neon.
2684 2009-07-20 Pedro Alves <pedro@codesourcery.com>
2686 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2688 (subsection OS ABI): New subsection.
2690 2009-07-14 Stan Shebs <stan@codesourcery.com>
2692 * gdb.texinfo (Tracepoint Conditions): New section.
2693 (General Query Packets): Describe ConditionalTracepoints.
2694 (Tracepoint Packets): Describe condition field.
2695 (Maintenance Commands): Describe maint agent-eval.
2696 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2698 2009-07-11 Hui Zhu <teawater@gmail.com>
2700 * gdb.texinfo (disassemble): Add a new modifier /r
2701 to "disassemble" command to make it print the raw instructions
2702 in hex as well as in symbolic form.
2704 2009-07-09 Tom Tromey <tromey@redhat.com>
2706 * gdbint.texinfo (Testsuite): Document parallel make check.
2708 2009-07-09 Tom Tromey <tromey@redhat.com>
2710 * gdbint.texinfo (Testsuite): Document test transcripts.
2712 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2714 * gdb.texinfo (Values From Inferior): Add length parameter
2717 2009-07-04 Chris Genly <chris@genly.us>
2719 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2720 in -var-list-children. Fix example according to what the code
2723 2009-07-02 Pedro Alves <pedro@codesourcery.com>
2725 * gdb.texinfo (Debugging multiple inferiors): Document the
2726 "inferior", "detach inferior" and "kill inferior" commands.
2727 (Debugging Programs with Multiple Processes): Adjust to mention
2728 generic "inferior" commands. Delete mention of "detach fork" and
2729 "delete fork". Cross reference to "Debugging multiple inferiors"
2732 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2734 * gdbint.texinfo (Item Output Functions): Update signature
2735 for ui_out_field_core_addr.
2737 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2739 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
2740 Update example code extrated from breakpoint.c.
2742 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
2744 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2746 (GDB/MI Symbol Query): Likewise.
2747 (GDB/MI File Commands): Likewise.
2748 (GDB/MI File Transfer Commands): Likewise.
2749 (GDB/MI Target Manipulation): Likewise.
2750 (GDB/MI Miscellaneous Commands): Likewise.
2752 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2754 * gdb.texinfo (Debugging Optimized Code): New chapter.
2755 (Compiling for Debugging): Reference it. Move some
2756 text to the new section.
2758 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2760 * doc/gdb.texinfo (Calling): Document
2761 set-unwind-on-terminating-exception usage.
2763 2009-06-11 Pedro Alves <pedro@codesourcery.com>
2765 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2768 2009-06-07 Pedro Alves <pedro@codesourcery.com>
2770 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2773 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2775 * gdbint.texinfo: Rename formal parameters to gdbarch function
2776 protoypes from "current_gdbarch" to "gdbarch".
2778 2009-05-28 Tom Tromey <tromey@redhat.com>
2780 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2782 2009-05-27 Tom Tromey <tromey@redhat.com>
2784 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2786 (GDB/MI Variable Objects): Document -var-set-visualizer.
2788 2009-04-02 Tom Tromey <tromey@redhat.com>
2790 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2792 (GDB/MI Variable Objects): Document -var-set-visualizer.
2794 2009-05-27 Tom Tromey <tromey@redhat.com>
2795 Thiago Jung Bauermann <bauerman@br.ibm.com>
2796 Phil Muldoon <pmuldoon@redhat.com>
2798 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2799 (Pretty Printing): New node.
2800 (Selecting Pretty-Printers): Likewise.
2801 (Python API): Update.
2802 (Output Formats): Document /r format.
2804 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2805 Tom Tromey <tromey@redhat.com>
2807 * gdb.texinfo (Types In Python): New node.
2808 (Values From Inferior): "type" is now an attribute.
2809 (Python API): Update.
2811 2009-05-27 Tom Tromey <tromey@redhat.com>
2812 Thiago Jung Bauermann <bauerman@br.ibm.com>
2813 Phil Muldoon <pmuldoon@redhat.com>
2815 * gdb.texinfo: Add @syncodeindex for `tp'.
2816 (Python API): Update.
2817 (Auto-loading): New node.
2818 (Objfiles In Python): New node.
2820 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2822 * gdb.texinfo (Threads): Document libthread-db-search-path.
2824 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
2826 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2828 2009-05-12 Pedro Alves <pedro@codesourcery.com>
2830 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2831 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2832 show show-debug-regs' docs.
2834 2009-05-08 Eli Zaretskii <eliz@gnu.org>
2836 * gdb.texinfo (Process Record and Replay): Add description of
2839 2009-05-07 Joel Brobecker <brobecker@adacore.com>
2841 * gdbint.texinfo (Adding support for debugging core files): New node.
2842 (Native Debugging): Remove the ``Native core file Support'' section.
2844 2009-05-01 Eli Zaretskii <eliz@gnu.org>
2846 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2849 2009-04-30 Hui Zhu <teawater@gmail.com>
2850 Michael Snyder <msnyder@vmware.com>
2852 * gdb.texinfo: (Process Record and Replay): Add documentation for
2853 process record and replay.
2855 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2857 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2858 a new part on command-line defined macros.
2860 2009-04-25 Eli Zaretskii <eliz@gnu.org>
2862 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2863 clarify the wording.
2865 2009-04-23 Tom Tromey <tromey@redhat.com>
2867 * gdb.texinfo (Data Files): New node.
2868 (GDB Files): Update menu.
2870 2009-04-23 Joel Brobecker <brobecker@adacore.com>
2872 * gdbint.texinfo (Defining Other Architecture Features): Remove
2873 entry for PROCESS_LINENUMBER_HOOK.
2875 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2877 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2879 2009-04-22 Hui Zhu <teawater@gmail.com>
2881 * gdb.texinfo (disassemble-next-line): Set the default of
2882 disassemble-next-line to off.
2884 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2886 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2887 --with-htmldir): New.
2888 * configure: Regenerate.
2889 * Makefile.in (datarootdir, docdir): Define.
2890 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2891 instead of $(SET_TEXINPUTS).
2892 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2893 gdbint.info instead of $(SET_TEXINPUTS).
2894 (gdbint/index.html): Use same -I options as for building
2896 (stabs.dvi, stabs.pdf): Use same -I options as for building
2897 stabs.info instead of $(SET_TEXINPUTS).
2898 (stabs/index.html): Use same -I options as for building
2900 (annotate.dvi, annotate.pdf): Use same -I options as for building
2901 annotate.info instead of $(SET_TEXINPUTS).
2902 (annotate/index.html): Use same -I options as for building
2905 2009-04-21 David Daney <ddaney@caviumnetworks.com>
2907 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2909 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2911 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2913 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
2914 Joseph Myers <joseph@codesourcery.com>
2916 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2917 (MAKEHTMLFLAGS): Set to empty.
2918 (html__strip_dir): Define.
2919 (HTMLFILES): Define.
2920 (HTMLFILES_INSTALL): Define.
2921 (install-html): Copy new automake rule.
2922 (html): Depend on $(HTMLFILES).
2923 (gdb_toc.html): Rename to gdb/index.html.
2924 (gdbint_toc.html): Rename to gdbint/index.html.
2925 (stabs_toc.html): Rename to stabs/index.html.
2926 (annotate_toc.html): Rename to annotate/index.html.
2928 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2930 * Makefile.in: Set pdfdir and htmldir from configure
2932 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2933 * configure: Regenerate.
2935 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2937 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2938 This macro is no longer used.
2940 2009-04-15 Tom Tromey <tromey@redhat.com>
2942 * gdb.texinfo (Character Sets): Document default character set.
2944 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2946 * gdbint.texinfo: Change server name from sources.redhat.com to
2947 sourceware.org throughout.
2949 2009-04-09 Joel Brobecker <brobecker@adacore.com>
2951 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2952 about a missing dot or coma after @xref.
2954 2009-04-02 Joel Brobecker <brobecker@adacore.com>
2956 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2957 example, and add a small explanation about it.
2958 (Print Settings): Change the documentation of the "set print
2959 frame-arguments" to reflect the fact that the default is now "scalars".
2961 2009-04-02 Joel Brobecker <brobecker@adacore.com>
2963 * gdb.texinfo (Print Settings): Add kindex for command "set
2964 print frame-arguments".
2966 2009-03-31 Joel Brobecker <brobecker@adacore.com>
2968 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2970 (Set Breaks): Add reference to thread-specific and task-specific
2973 2009-03-31 Joel Brobecker <brobecker@adacore.com>
2975 * gdb.texinfo (Ada Tasks): Remove the documentation about
2976 the "Running" state, as this state has been eliminated.
2977 Now all runnable tasks are shown as "Runnable".
2979 2009-03-30 Stan Shebs <stan@codesourcery.com>
2981 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2982 special case of breakpoints.
2983 (Enable and Disable Tracepoints): Mention deprecation.
2984 (Listing Tracepoints): Update description and example.
2986 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2988 * gdb.texinfo (Frames in Python): New node.
2989 (Python API): Update.
2991 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2993 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2994 from a method to an attribute.
2996 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2998 * gdb.texinfo (Values From Inferior): Document is_optimized_out
3001 2009-03-25 Pedro Alves <pedro@codesourcery.com>
3003 * observer.texi (thread_exit): Add "silent" parameter.
3005 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3007 * observer.texi (about_to_proceed): New.
3009 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
3011 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
3012 field throughout to handle types with spaces in them. Fix typos
3014 (Summary, Requirements, Contributors): New first chapter,
3015 "Summary" added, old Requirements section moved there, and new
3016 section, "Contributors" added.
3017 (Initializing a New Architecture, Register Representation)
3018 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
3019 (Porting gdb): These sections extended and updated.
3020 (Compiler Characteristics): This section (empty) deleted.
3021 (Defining Other Architecture Features): This section renamed and
3022 duplicate material removed from (formerly "Target Conditionals").
3023 Use braces {} in @deftypeXX type field throughout to handle types
3024 with spaces in them. Typos found by aspell fixed.
3026 * stack_frame.svg: New file, source of image for gdbint.texinfo.
3027 * stack_frame.pdf: Version of image for PDF output.
3028 * stack_frame.png: Version of image for HTML output and for Emacs.
3029 * stack_frame.txt: Version of image for Info output.
3030 * stack_frame.eps: Version of image for TeX DVI output.
3032 2009-03-21 Eli Zaretskii <eliz@gnu.org>
3034 * gdb.texinfo (Character Sets): Fix last change.
3036 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3038 * gdb.texinfo (Values From Inferior): Fix optional arguments
3040 (Commands In Python): Adjust argument names of gdb.Command.__init__
3041 to what the function accepts as keywords.
3043 2008-03-20 Tom Tromey <tromey@redhat.com>
3045 * gdb.texinfo (Convenience Vars): Document convenience functions.
3046 (Functions In Python): New node.
3047 (Python API): Update.
3049 2009-03-20 Tom Tromey <tromey@redhat.com>
3051 * gdb.texinfo (Character Sets): Remove obsolete text. Document
3052 set target-wide-charset.
3053 (Requirements): Mention iconv.
3055 2009-03-17 Hui Zhu <teawater@gmail.com>
3057 * gdb.texinfo: Change the introduce of "disassemble-next-line".
3059 2009-03-17 Hui Zhu <teawater@gmail.com>
3061 * gdb.texinfo: Add documentation for disassemble-next-line.
3063 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3065 * gdb.texinfo (Commands In Python): Remove tindex entries.
3067 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3069 * gdb.texinfo (Returning): New description for missing debug info.
3071 2009-03-14 Pedro Alves <pedro@codesourcery.com>
3073 * gdb.texinfo (Remote Configuration): Document query-attached.
3074 (General Query Packets): Document qAttached.
3076 2009-03-05 Pedro Alves <pedro@codesourcery.com>
3078 * gdb.texinfo (Background Execution): Better describe the set
3079 target-async command.
3080 (Maintenance Commands): Delete description of the `maint set/show
3081 linux-async' and `maint set/show remote-async' commands.
3083 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3085 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
3088 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
3090 * gdb.texinfo (GDB/MI Async Records): Document the
3091 =library-loaded and =library-unloaded notifications.
3093 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3095 * observer.texi (test_notification): New observer.
3097 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3099 * observer.texi: Add parameter 'print_frame' to normal_stop
3102 2009-02-07 Eli Zaretskii <eliz@gnu.org>
3104 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
3105 (Commands In Python): Fix COMMAND_* constants in last change. Use
3106 @kbd for interactive input. Add cross-references and index
3109 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3111 * gdb.texinfo (Signals): Document $_siginfo.
3112 (Convenience Variables): Mention $_siginfo.
3113 (Remote Configuration): Document qXfer:siginfo:read,
3114 qXfer:siginfo:write packets, and the read-siginfo-object,
3115 write-siginfo-object commands.
3117 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3119 * gdbint.texinfo (Values): New chapter.
3121 2009-02-06 Tom Tromey <tromey@redhat.com>
3123 * gdb.texinfo (Python API): Add entry for Commands In Python.
3124 (Commands In Python): New node.
3126 2009-02-05 Tom Tromey <tromey@redhat.com>
3128 * gdb.texinfo (Values From Inferior): Document Value.string.
3130 2009-02-05 Tom Tromey <tromey@redhat.com>
3132 * gdb.texinfo (Basic Python): Document execute's from_tty
3135 2009-02-04 Tom Tromey <tromey@redhat.com>
3137 * gdb.texinfo (Basic Python): Document gdb.history.
3139 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3141 * gdb.texinfo (GDB/MI Thread Commands): Document the
3142 'current-thread-id' field. Remove the example with zero threads,
3143 since current GDB won't ever report that if there's inferior.
3145 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3147 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
3148 option to -break-insert.
3150 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3151 Jerome Guitton <guitton@adacore.com>
3153 * gdb.texinfo (Startup): Document --with-system-gdbinit.
3154 (System-wide configuration): New section.
3156 2009-01-26 Pedro Alves <pedro@codesourcery.com>
3159 * gdb.texinfo (Maintenance Commands): Document "maint set|show
3160 internal-error|internal-warning quit|corefile ask|yes|no".
3162 2009-01-26 Pedro Alves <pedro@codesourcery.com>
3164 * gdb.texinfo (Using the `gdbserver' Program): Document
3167 2009-01-23 Doug Evans <dje@google.com>
3169 * gdb.texinfo: Add nexti to list of commands that support
3170 background execution.
3172 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3174 * gdb.texinfo (Define, Hooks): Document prefix command support.
3176 2009-01-14 Joseph Myers <joseph@codesourcery.com>
3177 Carlos O'Donell <carlos@codesourcery.com>
3179 Fixes for makeinfo --html.
3181 * annotate.texinfo: Use @copying and @insertcopying. Use
3182 @ifnottex in place of @ifinfo.
3183 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
3184 place of @ifinfo. Use @ifnotinfo for one index entry.
3185 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
3186 in place of @ifinfo.
3187 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
3188 in place of @ifinfo. Include contents at start unconditionally.
3190 2009-01-13 Pedro Alves <pedro@codesourcery.com>
3192 * gdb.texinfo (General Query Packets): Remove @var{} around the
3193 "spu" literal string.
3195 2009-01-07 Pedro Alves <pedro@codesourcery.com>
3197 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
3198 program may be running in another process" errors.
3199 * gdbint.texinfo (Native Conditionals): Delete
3200 ONE_PROCESS_WRITETEXT description.
3202 2009-01-07 Joel Brobecker <brobecker@adacore.com>
3204 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
3205 emacs local variable to be placed at the end of the ChangeLog.
3206 Add server.c and gdbreplay.c to the list of files where the
3207 copyright year needs to be updated.
3209 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3211 * gdb.texinfo (Remote Configuration): Document new
3212 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
3215 2008-12-28 Pedro Alves <pedro@codesourcery.com>
3217 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
3218 FETCH_INFERIOR_REGISTERS.
3219 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
3220 FETCH_INFERIOR_REGISTERS descriptions. Remove
3221 gdbarch_get_longjmp_target descrition, since already described in
3222 Target Conditionals. Move gdbarch_fp0_regnum description to ...
3223 (Target Conditionals): ... here.
3225 2008-12-16 Joel Brobecker <brobecker@adacore.com>
3227 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
3229 (Additions to Ada): Likewise. Add the missing opening and closing
3230 parenthesis of the GDB prompt in one of the examples.
3232 2008-12-14 Joel Brobecker <brobecker@adacore.com>
3234 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
3235 about the result of 'Address not being of type System.Address.
3236 This problem has been fixed a while ago.
3238 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3240 MI non-stop and multiprocess docs.
3242 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
3243 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
3244 Adjust documentation for *stopped, document =thread-created,
3245 =thread-exited, =thread-group-created and =thread-group-exited.
3246 (GDB/MI Thread Commands): Document the 'state' field in
3247 -thread-info output.
3248 (GDB/MI Program Execution): Mention --all and --thread-group
3250 (GDB/MI Variable Objects): Describe floating and fixed variable
3252 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
3254 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
3256 * gdb.texinfo (Operating System Information): New appendix.
3257 (Operating System Auxiliary Information): Document 'info os processes'
3258 (Remote Configuration): Document 'osdata'
3259 (General Query Packets): Document qXfer:osdata:read.
3261 2008-11-27 Tristan Gingold <gingold@adacore.com>
3263 * gdb.texinfo (Darwin): Document Darwin specific features.
3265 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3267 * gdbint.texinfo (Target Conditionals): Extend the
3268 gdbarch_breakpoint_from_pc description.
3270 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
3272 * gdb.texinfo (M68K Features): Fix typo.
3274 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3276 * gdb.texinfo (Symbols): Mention printing containing
3277 image name in "info symbol".
3278 (Maint translate-address): Likewise.
3280 2008-11-18 Joel Brobecker <brobecker@adacore.com>
3282 * gdb.texinfo (Set Catchpoints): Remove the documentation of
3283 commands "catch load" and "catch unload".
3285 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3287 * gdb.texinfo (GDB/MI Async Records): Document
3290 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3292 * observer.texi (new_inferior, inferior_exit): New observers.
3294 2008-10-27 Pedro Alves <pedro@codesourcery.com>
3296 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
3297 .mt files, TM_CLIBS or TM_CDEPS.
3298 (x86 Watchpoints): Don't mention TDEPFILES.
3300 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
3302 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
3303 (Overview): Mention notifications and non-stop mode behavior.
3304 (Packets): Update documentation of ?, vAttach, vCont, and vRun
3305 with non-stop mode behavior. Add vStopped description.
3306 (Stop Reply Packets): Update list of packets that return
3307 stop replies. Mention non-stop behavior.
3308 (General Query Packets): Document QNonStop packet and associated
3309 qSupported query response.
3310 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
3312 (Notification Packets): New section.
3313 (Remote Non-Stop): New section.
3314 (File-I/O Overview): Mention non-stop behavior.
3316 2008-10-24 Hui Zhu <teawater@gmail.com>
3317 Pedro Alves <pedro@codesourcery.com>
3319 * gdb.texinfo (displaced-stepping): Describe the auto mode
3320 setting, and say it's the default. This is now a mainstream
3321 setting instead of a maintenance setting.
3323 2008-10-23 Pedro Alves <pedro@codesourcery.com>
3325 * observer.texi (thread_stop_requested): New.
3327 2008-10-22 Joel Brobecker <brobecker@adacore.com>
3329 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
3330 (Patching): Replace incorrect usage of @samp by @kbd.
3332 2008-10-17 Michael Snyder <msnyder@vmware.com>
3334 * gdb.texinfo: Add documentation for reverse execution.
3336 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3337 Eli Zaretskii <eliz@gnu.org>
3339 * gdb.texinfo. (Values From Inferior): New subsubsection.
3341 2008-10-06 Doug Evans <dje@google.com>
3343 * gdb.texinfo (set debug dwarf2-die): Document it.
3345 2008-10-01 Joel Brobecker <brobecker@adacore.com>
3347 * gdb.texinfo (catch) [exception]: Document how to insert
3348 a breakpoint on user-defined exceptions when the exception
3349 name is identical to one of the language-defined ones.
3351 2008-09-27 Tom Tromey <tromey@redhat.com>
3353 * gdb.texinfo (Macros): Remove text about stringification,
3354 varargs, and splicing.
3356 2008-09-27 Tom Tromey <tromey@redhat.com>
3358 * gdbint.texinfo (Language Support): Remove text about omitting
3359 support for a language.
3361 2008-09-23 Doug Evans <dje@google.com>
3363 * gdb.texinfo (info dcache): Update.
3365 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3367 * gdb.texinfo (Packets): Add info on thread-id syntax and
3368 multiprocess extensions.
3369 <D>: Document multiprocess form of packet.
3370 <H>: Use thread-id syntax.
3372 <vCont>: Likewise. Note this is required for multiprocess.
3373 <vKill>: New packet.
3374 (Stop Reply Packets) <T>: Use thread-id syntax.
3375 <W>: Document multiprocess form of reply.
3377 (General Query Packets) <qC>: Use thread-id syntax.
3378 <qfThreadInfo>: Likewise.
3379 <qGetTLSAddr>: Likewise.
3381 <qSupported>: Add "multiprocess" feature.
3382 <qThreadExtraInfo>: Use thread-id syntax.
3384 2008-09-22 Stan Shebs <stan@codesourcery.com>
3386 * gdb.texinfo (Inferiors): New section.
3388 2008-09-12 Pedro Alves <pedro@codesourcery.com>
3390 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3392 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3394 * gdbint.texinfo (Target Conditionals): Remove documentation
3395 for gdbarch_name_of_malloc.
3397 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3399 * gdb.texinfo (Interrupts): Mention TCP interface for
3402 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3404 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3405 argument prefix to "set sysroot".
3407 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3409 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3412 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3414 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3415 for possible features of -list-features.
3417 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3419 * gdb.texinfo (Background execution): Adjust example
3420 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3422 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3424 * doc/gdb.texinfo (PowerPC): Fix typo.
3425 (PowerPC features): Fix typo.
3427 2008-08-18 Pedro Alves <pedro@codesourcery.com>
3429 * observer.texi (thread_ptid_changed): New.
3431 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
3433 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3434 (PowerPC features): Mention feature set for VSX registers.
3436 2008-08-13 Joel Brobecker <brobecker@adacore.com>
3438 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3439 the direct visibility of all names in user-written packages.
3441 2008-08-13 Pedro Alves <pedro@codesourcery.com>
3443 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3444 setting, and make it the default.
3445 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3446 non-stop script example.
3448 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3450 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3451 reference to the "Using Different Register and Memory Data
3452 Representation" section.
3454 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3456 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3457 (Remote Protocol): Add Packet Acknowledgment to menu.
3458 (Overview): Mention +/- can be disabled, and point to new section
3459 where this is discussed in detail.
3460 (General Query Packets): Document QStartNoAckMode packet, and
3461 corresponding qSupported reply.
3462 (Packet Acknowledgment): New section.
3464 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3465 Pedro Alves <pedro@codesourcery.com>
3467 * gdb.texinfo (Threads): Move paragraph about automatic thread
3468 selection to All-Stop Mode subsection.
3469 (Thread Stops): Reorganize existing material into subsections.
3470 Add introductory blurb and menu.
3471 (Non-Stop Mode): New subsection.
3472 (Background Execution): New subsection.
3473 (Maintenance Commands): Add cross-references from async mode
3474 commands to the new Background Execution section.
3476 2008-08-06 Tom Tromey <tromey@redhat.com>
3478 * gdb.texinfo (Extending GDB): New chapter.
3479 (Sequences): Demoted chapter, now a section under the new
3480 Extending GDB chapter.
3481 (Python): New section.
3483 2008-07-31 Stan Shebs <stan@codesourcery.com>
3485 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3487 2008-07-29 Stan Shebs <stan@codesourcery.com>
3489 * gdbint.texinfo: General round of cleanup and minor
3491 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3492 (Longjmp Support): Update description to reflect how it is done
3493 for targets without using native header.
3494 (Symbol Handling): Add a little more general explanation.
3495 (COFF, ELF): Mention stabs encapsulation.
3496 (DWARF 3): New section.
3497 (Adding a New Host): Scrub out some obsolete bits.
3498 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3499 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3500 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3501 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3502 SEEK_SET, STOP_SIGNAL, USG.
3503 (Raw and Virtual Register Representations): Ditto for
3504 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3505 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3506 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3507 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3508 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3509 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3510 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3511 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3512 DEPRECATED_USE_STRUCT_CONVENTION.
3513 Describe gdbarch_deprecated_fp_regnum.
3514 Update description of gdbarch_print_insn.
3515 (Adding a New Target): Scrub out obsolete bits.
3516 (Obsolete Conditionals): Remove entire section.
3518 2008-07-25 Tom Tromey <tromey@redhat.com>
3520 * observer.texi (GDB Observers): Document new observers:
3521 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3522 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3523 architecture_changed.
3525 2008-07-21 Stan Shebs <stan@codesourcery.com>
3527 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3528 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3530 2008-07-21 Tom Tromey <tromey@redhat.com>
3532 * observer.texi (GDB Observers): Remove obsolete comment.
3533 <executable_changed>: Remove argument.
3535 2008-07-18 Tom Tromey <tromey@redhat.com>
3537 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3539 2008-07-10 Doug Evans <dje@google.com>
3541 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3543 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3545 * gdb.texinfo (Starting): Document "set disable-randomization".
3547 2008-07-07 Andreas Schwab <schwab@suse.de>
3549 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3551 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3553 * gdb.texinfo (GDB/MI Target Manipulation): Add
3554 example of -target-attach.
3556 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3558 * observer.texi (target_resumed): New observer.
3559 * gdb.texinfo (GDB/MI Output Records): Document *running.
3561 2008-06-06 Tom Tromey <tromey@redhat.com>
3563 * gdb.texinfo (Completion): Add field name example.
3565 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3567 * gdb.texinfo (GDB/MI Program Context): Added example
3570 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
3572 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3575 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
3576 Nathan Sidwell <nathan@codesourcery.com>
3577 Joseph Myers <joseph@codesourcery.com>
3579 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3581 * configure: Regenerate.
3582 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3583 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3584 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3585 mailing-list-specific text about bug reporting unless
3588 2008-06-05 Pedro Alves <pedro@codesourcery.com>
3590 * gdb.texinfo (-target-select): Remove reference to target async.
3591 (Maintenance Commands): Document "maint set/show remote-async".
3593 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3595 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3596 in -target-file-get section.
3598 2008-05-22 Pedro Alves <pedro@codesourcery.com>
3600 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3601 killing the inferior when it is already debugging a process.
3603 2008-05-21 Joel Brobecker <brobecker@adacore.com>
3605 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3606 abbreviation for "finish".
3608 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
3610 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3612 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3614 * gdbint.texinfo (Target Conditionals): Delete entry for
3615 gdbarch_dwarf_reg_to_regnum.
3617 2008-05-09 Doug Evans <dje@google.com>
3619 * gdb.texinfo: Document "find" command, qSearch:memory packet.
3621 2008-05-05 Doug Evans <dje@google.com>
3623 * gdb.texinfo (disassemble): Document /m modifier.
3625 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3627 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3628 will not report the time of commands that run the target.
3630 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3632 * gdb.texinfo (GDB/MI Output Records): Add
3635 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3637 * gdb.texinfo (GDB/MI Output Records):
3638 Document =thread-create and =thread-exited.
3640 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3642 * gdb.texinfo (GDB/MI Development and Front Ends):
3643 Remove mention of dmi-discuss.
3645 2008-05-03 Pedro Alves <pedro@codesourcery.com>
3647 * observer.texi (thread_exit): New.
3649 2008-05-02 Pedro Alves <pedro@codesourcery.com>
3651 * gdb.texinfo (Debugging Output): Document "set/show debug
3653 (Maintenance Commands): Document "maint set/show
3654 can-use-displaced-stepping".
3656 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3658 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3659 and set/show arm force-mode.
3661 2008-05-02 Andreas Schwab <schwab@suse.de>
3663 * gdbint.texinfo (Algorithms): Describe
3664 target_watchpoint_addr_within_range.
3666 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3668 * gdbint.texinfo (Stack Frames): New chapter.
3669 (Algorithms): Move Frames text to the new chapter.
3670 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3671 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3673 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3675 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3676 output does not necessary include any tokens.
3678 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
3680 * gdb.texinfo (Set SH Calling convention): New @item.
3681 (Show SH Calling convention): Ditto.
3683 2008-04-22 Markus Deuling <deuling@de.ibm.com>
3685 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3687 2008-04-20 Eli Zaretskii <eliz@gnu.org>
3689 * gdb.texinfo (Set Breaks): Mention that multiple location
3690 breakpoints need line number info. Add index entries.
3692 2008-04-19 Craig Silverstein <csilvers@google.com>
3694 * gdb.texinfo (Requirements): Add an optional requirement on
3696 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3699 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3701 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3702 sample output for 'stopped,reason="breakpoint-hit"' message.
3703 (GDB/MI Program Execution): Likewise.
3705 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3707 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
3708 -var-set-format. Add -f option to -var-evaluate-expression.
3710 2008-04-03 Joel Brobecker <brobecker@adacore.com>
3712 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3713 new node "Ambiguous Expressions". Replace references to this
3714 node by references to "Ambiguous Expressions" throughout.
3715 (Ambiguous Expressions): New node.
3717 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3719 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3721 2008-03-21 Pedro Alves <pedro@codesourcery.com>
3723 * gdb.texinfo (Debugging Output): Document
3724 "set/show debug lin-lwp-async".
3725 (Maintenance Commands): Document "maint set/show linux-async".
3727 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3729 * gdb.texinfo (Expressions): Update description of malloced arrays.
3731 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3733 * gdb.texinfo (Thread Commands): Document
3734 -thread-info. Remove -thread-list-all-threads.
3736 2008-03-14 Pedro Alves <pedro@codesourcery.com>
3737 Sandra Loosemore <sandra@codesourcery.com>
3739 * gdb.texinfo (Library List Format): Update to mention the
3740 possibility to pass section addresses instead of segment
3743 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3745 * gdb.texinfo (Starting): Document "set exec-wrapper".
3746 (Server): Document gdbserver --wrapper.
3748 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3750 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3751 unreadable memory. Delete obsolete SPARClite reference.
3753 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3755 * gdb.texinfo (Starting): Mention always-running targets.
3756 (Target Commands): Add an anchor for load.
3757 (Connecting): Explain continue instead of run.
3759 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3761 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3763 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
3765 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3768 2008-02-19 Pedro Alves <pedro@codesourcery.com>
3770 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3771 killing the inferior when it is already debugging a process.
3773 2008-02-13 Markus Deuling <deuling@de.ibm.com>
3775 * gdbint.texinfo (Build Script): New section. Mention new build script
3778 2008-02-01 Jim Blandy <jimb@red-bean.com>
3780 * gdb.texinfo (Help): Summarize 'info args' correctly.
3782 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3784 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3785 available in PowerPC architecture.
3786 (Embedded Processors): Change node name of PowerPC item in menu.
3787 (PowerPC): Rename to...
3788 (PowerPC Embedded): this.
3789 (Architectures): Add new PowerPC item in menu.
3790 (PowerPC): New node.
3792 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3794 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3797 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3799 * gdb.texinfo (Setting Catchpoints): Mention features
3800 supported on GNU/Linux.
3802 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
3804 * gdb.texinfo (GDB/MI File Commands): Describe new output
3805 field for MI command -file-list-exec-source-file.
3807 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3809 * gdb.texinfo (Using the `gdbserver' Program): Add security
3810 warning. Rearrange into subsections and subsubsections. Document
3811 --multi and --debug. Correct --with-sysroot typo. Update --attach
3812 usage. Make load reference clearer. Document monitor exit.
3813 (Remote Configuration): Document set remote exec-file, attach-packet,
3815 (Packets): Document vAttach and vRun.
3817 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
3819 * gdb.texinfo (Processes): Mention process command.
3820 detach-on-follow -> detach-on-fork.
3822 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3824 * gdbint.texinfo (Native Conditionals): Remove
3825 SHELL_COMMAND_CONCAT and SHELL_FILE.
3827 2008-01-26 Eli Zaretskii <eliz@gnu.org>
3829 * gdb.texinfo (Specify Location): Improve wording.
3831 2008-01-23 Chris Demetriou <cgd@google.com>
3833 * gdb.texinfo (Threads): Document new "set print thread-events"
3834 and "show print thread-events" commands.
3836 2008-01-19 Eli Zaretskii <eliz@gnu.org>
3838 * gdb.texinfo (Specify Location): New section.
3839 (Delete Breaks, Edit, Set Breaks): Remove description of
3840 locations. Instead, add a reference to "Specify Location".
3841 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3842 (Symbols): Refer to "Specify Location" for the valid forms of
3843 linespecs and locations.
3845 2008-01-18 Markus Deuling <deuling@de.ibm.com>
3847 * gdbint.texinfo (Target Conditionals): Replace the description of
3848 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3850 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3852 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3853 about &&var, which is rejected by the expression parser.
3855 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
3857 * gdb.texinfo (Output): Update documentation on using printf with DFP
3860 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3862 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3864 (Decimal Floating Point format): New subsubsection.
3866 2008-01-05 Pedro Alves <pedro@codesourcery.com>
3868 * gdb.texinfo (File Options): Remove mention of the attempt to
3869 open a core file with the -p option. Don't list -c as a valid
3870 option to attach to a process.
3872 2008-01-05 Pedro Alves <pedro@codesourcery.com>
3874 * gdbint.texinfo (Host Conditionals): Remove mention of
3875 ALIGN_STACK_ON_ENTRY.
3877 2008-01-05 Joel Brobecker <brobecker@adacore.com>
3879 * gdbint.texinfo (Start of New Year Procedure): Add item
3880 describing how to update the source and documentation copyright
3883 2007-12-18 Jim Blandy <jimb@codesourcery.com>
3885 * gdb.texinfo (Set Watchpoints): Integrate per-thread
3886 watchpoint explanation into the main description of the watchpoint
3887 command; update synopses of 'watch', 'rwatch', and 'awatch'
3890 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3892 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3893 Document 'pending-breakpoints' feature of
3896 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
3898 * gdb.texinfo: Add new parameter's description.
3900 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3902 * gdb.texinfo (Overview): Clarify run-length encoding
3903 example. Remove the restriction on "+" and "-" characters.
3905 2007-12-15 Eli Zaretskii <eliz@gnu.org>
3907 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3909 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
3911 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3912 the -f option for -break-insert, remove -r option,
3913 and clarify specification of location.
3915 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3917 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3919 (Remote Debugging): Add File Transfer section.
3920 (Remote Configuration): Document Host I/O packets.
3921 (GDB/MI): Add GDB/MI File Transfer Commands section.
3922 (Host I/O Packets): New section in "Remote Protocol".
3923 (Packets): Add vFile.
3925 2007-11-17 Eli Zaretskii <eliz@gnu.org>
3927 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3928 breakpoints with multiple locations.
3929 (Breakpoint Menus): Improve wording.
3930 (Output): Fix last change.
3932 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3934 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3936 2007-11-15 Doug Evans <dje@google.com>
3938 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3940 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3942 * gdbint.texinfo (Native Conditionals): Remove
3943 mention of CLEAR_SOLIB.
3945 2007-11-11 Joel Brobecker <brobecker@adacore.com>
3947 * gdb.texinfo (Print Settings): Add documentation for "set/show
3948 print frame-arguments".
3950 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
3952 * gdb.texinfo (Output): Update printf command's description.
3954 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3956 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3957 powerpc soft-float".
3959 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3961 * gdb.texinfo (Files): Correct formatting. Mention Expat
3963 (Requirements for Building GDB): Expand the list of Expat
3965 (Library List Format, Memory Map Format): Mention Expat.
3966 (Target Descriptions): Update Expat wording.
3968 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3970 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3971 Document that gdbarch_convert_register_p should return zero for no-op
3974 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3976 * gdbint.texi (Compiler Characteristics): Move documentation
3977 of set_gdbarch_sofun_address_maybe_missing back to ...
3978 (Target Conditionals): ... here to fix build break.
3980 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3982 * gdbint.texi (Target Conditionals): Remove documentation of
3983 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3984 (Compiler Characteristics): ... documentation of
3985 set_gdbarch_sofun_address_maybe_missing.
3987 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3989 * gdbint.texinfo (Target Conditionals): Use
3990 frame_unwind_register_unsigned in examples instead of
3991 frame_unwind_unsigned_register.
3993 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3995 * gdb.texinfo (Predefined Target Types): Add int128
3997 (Standard Target Features): Add PowerPC features.
3999 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4001 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
4003 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4005 * gdbint.texi (Target Conditionals): Remove documentation
4006 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
4007 gdbarch_extract_return_value, and gdbarch_store_return_value.
4009 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4011 * gdbint.texi (Target Conditionals): Remove documentation of
4012 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
4014 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
4016 * gdb.texinfo: Mention that inaccessible-by-default is on by
4019 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4021 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
4023 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
4025 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
4026 multi-threaded watchpoints.
4027 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
4028 checked. Describe sticky notification. Expand description
4029 of steppable and continuable watchpoints.
4030 (Watchpoints and Threads): New subsection.
4032 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
4034 * gdb.texinfo (Setting Breakpoints): Revise
4035 documentation for pending breakpoints. Document
4036 breakpoints with multiple locations.
4038 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
4040 * gdb.texinfo (Miscellaneous gdb/mi Commands):
4041 Document -list-features.
4043 2007-09-15 Eli Zaretskii <eliz@gnu.org>
4045 * gdb.texinfo (Output): Spell out which features of C's printf are
4046 not supported by GDB's printf.
4047 (Separate Debug Files): More accurate wording regarding build ID
4048 and a reference to the ld manual rather than the Fedora wiki.
4050 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4051 Jim Blandy <jimb@codesourcery.com>
4053 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
4054 (Examining Memory): Update mentions of the 's' format.
4055 (Automatic Display): Likewise.
4057 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
4059 * gdb.texinfo: Update the FSF's Back-Cover Text.
4061 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4062 Eli Zaretskii <eliz@gnu.org>
4064 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
4065 Fixed the ``build ID'' name. New binaries build instructions for the
4066 build ID inclusion. Explain how the commands are specific to the build
4069 2007-09-01 Eli Zaretskii <eliz@gnu.org>
4071 * gdb.texinfo (Separate Debug Files): Fix last change. Add
4072 indexing for ``build ID'' support.
4074 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4076 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
4077 Enlisted BUILD ID to the debug file searching example.
4078 Included a BUILD ID `.note.gnu.build-id' section description.
4079 Updated/added the debug files splitting instructions for OBJCOPY.
4081 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
4083 * gdb.texinfo (Variable Objects): Adjust docs
4084 for -var-info-expression and document
4085 -var-info-path-expression.
4087 2007-08-20 Jim Blandy <jimb@codesourcery.com>
4089 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
4090 (title page): Include the dedication in the printed manual, as a
4091 separate page after the copyright notice.
4093 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
4094 don't break a @var across a line.
4096 2007-07-25 Maciej W. Rozycki <macro@mips.com>
4098 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
4101 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
4103 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
4104 in annotate.texinfo.
4105 (Command History): Link to new node.
4107 2007-07-05 Markus Deuling <deuling@de.ibm.com>
4109 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
4111 2007-07-05 Eli Zaretskii <eliz@gnu.org>
4113 * gdbint.texinfo (Target Conditionals): Fix last change.
4115 2007-07-03 Markus Deuling <deuling@de.ibm.com>
4117 * gdb.texinfo: Replace following macros by their appropriate gdbarch
4119 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
4120 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
4121 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
4122 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
4123 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
4124 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
4125 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
4126 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
4127 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
4128 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4129 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
4130 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
4131 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4132 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
4133 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
4134 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
4135 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
4136 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
4137 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
4138 (SOFTWARE_SINGLE_STEP_P)
4140 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
4141 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
4143 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
4144 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
4145 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
4146 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
4147 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
4148 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
4149 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
4150 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
4151 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
4152 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
4154 (Converting an existing Target Architecture to Multi-arch): Remove
4157 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
4158 (gdbarch_addr_bits_remove): Add code example.
4160 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
4162 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4164 * gdb.texinfo (Remote Configuration): Document library-info-packet.
4165 Add other missing entries. Adjust the table size to fit.
4166 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
4167 stop reasons including the new "library" event.
4168 (General Query Packets): Adjust table widths for qSupported. Mention
4169 qXfer:libraries:read reply to qSupported and document the new packet.
4170 (Library List Format): New section.
4172 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4174 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
4176 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
4178 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
4180 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
4182 * gdbint.texinfo (Register and Memory Data): Break sections
4183 into nodes and add a menu.
4185 2007-06-21 Maciej W. Rozycki <macro@mips.com>
4187 * gdb.texinfo (Examining Memory): Document the new behaviour.
4189 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
4191 * gdb.texinfo (Standard Target Features): Document
4194 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4196 * gdb.texinfo (General Query Packets): Document qOffsets changes.
4198 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4200 * gdb.texinfo (Target Description Format): Add version attribute
4203 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4205 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
4207 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4209 * gdb.texinfo (MIPS Features): New subsection.
4211 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4212 Markus Deuling <deuling@de.ibm.com>
4214 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
4215 and qXfer:spu:write packets and mention them under qSupported.
4217 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4218 Markus Deuling <deuling@de.ibm.com>
4220 * gdb.texinfo (Architectures): Add new SPU section to document
4221 Cell Broadband Engine SPU architecture specific commands.
4223 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
4225 * gdb.texinfo (GDB/MI Variable Objects): Editorial
4228 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
4230 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
4232 2007-05-29 Jim Blandy <jimb@codesourcery.com>
4234 * gdb.texinfo (Overview): Doc fix.
4236 2007-05-22 Maciej W. Rozycki <macro@mips.com>
4238 * gdb.texinfo (Remote Configuration): Document "set/show
4241 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4243 * gdb.texinfo (MIPS): Remove documentation for set mips
4244 saved-gpreg-size, show mips saved-gpreg-size, and set mips
4247 2007-05-14 Bob Wilson <bob.wilson@acm.org>
4249 * all-cfg.texi (GDBTUI): New.
4250 * gdb.texinfo (Mode Options): Use GDBTUI variable.
4251 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
4252 (TUI Configuration): Edit to improve clarity and fix problems of
4253 both style and content.
4255 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
4257 * observer.texi (GDB Observers): New observer "new_objfile".
4259 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4261 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
4263 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
4265 * gdb.texinfo (GDB/MI Variable Objects): Document
4266 frozen variables objects.
4268 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
4270 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
4271 (Character Sets, Caching Data of Remote Targets): Likewise.
4272 (Targets): Delete Remote node. Move its text...
4273 (Debugging Remote Programs): ...to here. Delete description
4274 of the "remote" command.
4275 (Remote configuration): Delete description of "set remotedevice"
4276 and "show remotedevice".
4277 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
4279 2007-04-11 Bob Wilson <bob.wilson@acm.org>
4281 * gdb.texinfo (Contributors, Continuing and Stepping)
4282 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
4283 (General Query Packets, File-I/O Remote Protocol Extension)
4284 (Protocol Basics, The F Reply Packet, Write)
4285 (Protocol-specific Representation of Datatypes, Memory Transfer):
4286 Fix hyphenation, punctuation and grammar problems.
4287 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
4288 'section' instead of 'subsection' in the text.
4289 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
4290 (i386): Remove period from section name.
4291 (Installing GDB, Requirements, Running Configure, Separate Objdir)
4292 (Config Names, Configure Options): Use @file{configure}.
4294 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4296 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
4299 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
4301 * gdbint.texinfo (SOM): Correct location of the SOM reader.
4303 2007-04-02 Bob Wilson <bob.wilson@acm.org>
4305 * gdb.texinfo: Consistently capitalize all significant words in
4306 node names, chapter titles, section titles, and headings. Update
4307 cross references to match.
4308 (Starting and Stopping Trace Experiment): Make node name plural.
4309 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
4311 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4313 * gdb.texinfo (WinCE): Delete obsolete subsection.
4315 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4317 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
4318 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
4321 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4323 * gdb.texinfo (Startup): Delete references to some alternate
4325 (Thread): Remove LynxOS reference.
4326 (Tandem ST2000): Delete target-specific documentation.
4327 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
4328 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
4329 and GDB_OSABI_LYNXOS.
4331 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
4333 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
4335 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4337 * gdbint.texinfo (Target Conditionals): Remove mention of
4338 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
4339 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
4341 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4343 * Makefile.in: Add "pdfdir" installation
4344 directory, PDFTEX macro, support for "install-pdf" target,
4345 and rules for making a pdf version of refcard.texi.
4346 * refcard.tex: Specify paper size for PDF output.
4348 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4350 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
4352 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4354 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
4355 (Source Path, Character Sets, Macros, Define)
4356 (GDB/MI Result Records, GDB/MI Simple Examples)
4357 (GDB/MI Program Execution, GDB/MI File Commands)
4358 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4359 (Bug Reporting): Use @value{GCC}.
4361 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4363 * gdb.texinfo (Help): Fix formatting of examples.
4364 (Variables): Use @ifnotinfo instead of @iftex.
4365 (Non-debug DLL symbols): Use @ref instead of @pxref.
4366 (Sparclet File): Use @samp instead of quotes.
4368 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4370 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4372 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4374 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4375 the order of the nodes.
4376 (C Operators, C Constants, Debugging C): Remove extra menus.
4377 (Method Names in Commands): Do not specify next/prev/up nodes.
4379 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4381 * gdb.texinfo (File Options): Add missing parenthesis.
4382 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4384 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4386 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4388 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4390 * gdb.texinfo (Standard Target Features): Mention
4392 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4394 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
4396 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4397 (Files): Add section name to argument list for pxref.
4398 (Non-debug DLL symbols): Don't use `see' for pxref.
4399 (Embedded Processors): Fix typo.
4400 (GDB/MI Breakpoint Commands): Execution commands generate
4403 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
4405 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4406 values for in_scope. Mention that only root variables can be
4408 (GDB/MI Development and Front Ends): Explain new values may be
4409 added to existing fields.
4411 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4413 * gdb.texinfo (-target-disconnect): Use @smallexample.
4414 (Requirements): Add anchor for Expat. Update description.
4415 (Target Descriptions): Mention Expat.
4416 (Target Description Format): Document new elements. Use
4418 (Predefined Target Types, Standard Target Features): New sections.
4419 * gdbint.texinfo (Target Descriptions): New section.
4421 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4423 * gdb.texinfo (Target Description Format): Add section on XInclude.
4425 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
4427 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4428 command -enable-timings.
4430 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4432 * gdbint.texinfo (Operation System ABI Variant Handling): Update
4433 descriptions for new/deleted elements in gdb_osabi. Add missing
4434 description for function generic_elf_osabi_sniff_abi_tag_sections.
4436 2007-01-29 Joel Brobecker <brobecker@adacore.com>
4438 * gdb.texinfo (Maintenance Commands): Add documentation for
4439 the new "maint print target-stack" command.
4441 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4442 Eli Zaretskii <eliz@gnu.org>
4444 * gdb.texinfo: Describe CHAR array vs. string identification rules.
4446 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4448 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4449 Use @value{NGCC} instead of @value{GCC}.
4451 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4453 * agentexpr.texi: Fix typos.
4454 * annotate.texinfo: Likewise.
4455 * gdb.texinfo: Likewise.
4456 * gdbint.texinfo: Likewise.
4457 * observer.texi: Likewise.
4458 * stabs.texinfo: Likewise.
4460 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4462 * gdbint.texinfo (Support Libraries): Remove mmalloc
4463 entry. Describe readline library.
4465 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4467 * gdb.texinfo (Target Descriptions): New section.
4468 (General Query Packets): Add QPassSignals anchor. Mention
4469 qXfer:features:read under qSupported. Expand mentions of
4470 qXfer:memory-map:read and QPassSignals. Document
4471 qXfer:features:read.
4473 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4475 * gdb.texinfo (Commands to specify files): Describe
4476 "set sysroot" and "show sysroot".
4477 (Using the `gdbserver' program): Lowercase argument
4478 to @var. Expand description of setting up GDB on the
4481 2007-01-05 Joel Brobecker <brobecker@adacore.com>
4483 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4484 catch exception, catch exception unhandled, and catch assert
4487 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4489 * gdb.texinfo (Debugging Output): Document "set debug xml"
4490 and "show debug xml".
4492 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4494 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4496 2007-01-01 Joel Brobecker <brobecker@adacore.com>
4498 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4500 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4502 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4503 note in @ignore, to be removed later if nobody complains.
4505 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
4507 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4510 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
4512 * gdb.texinfo (Setting breakpoints): Document
4513 automatic software/hardware breakpoint usage and
4514 the "set breakpoint auto-hw" command.
4516 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4518 * gdb.texinfo (Memory Access Checking): New.
4520 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4522 * gdb.texinfo (Remote configuration): Mention
4523 "pass-signals-packet".
4524 (General Query Packets): Document QPassSignals. Fix
4527 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4529 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4531 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4533 * gdb.texinfo (Remote configuration): Rewrite documentation for
4534 packet configuration commands.
4535 (OS Information): Adjust reference to qXfer:auxv:read.
4536 (General Query Packets): Remove references to read-aux-vector-packet
4537 and set remote get-thread-local-storage-address.
4539 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4541 * gdbint.texinfo (Target Architecture Definition): Add new
4542 Initializing a New Architecture section.
4544 2006-10-31 David Taylor <dtaylor@emc.com>
4546 * stabs.texinfo (Macro define and undefine): New node describing
4547 stabs for #define and #undef.
4549 2006-10-27 Andreas Schwab <schwab@suse.de>
4551 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4553 2006-10-21 Eli Zaretskii <eliz@gnu.org>
4555 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4556 clarify on the possible meanings of ``expression'' watched by
4557 watchpoints. Add indexing.
4558 (Prompting, Errors, Invalidation, Annotations for Running)
4559 (Source Annotations): Fix index entries by adding "annotation" to
4560 them, to discriminate from index entries that point to the more
4561 general topic descriptions.
4563 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4565 * gdbint.texinfo (Target Vector Definition): Move most
4566 content into Existing Targets. Add a menu.
4567 (Existing Targets): New section, moved from Target Vector
4568 Definition. Use @subsection.
4569 (Managing Execution State): New section.
4571 2006-10-16 Bob Wilson <bob.wilson@acm.org>
4573 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4575 2006-10-15 Eli Zaretskii <eliz@gnu.org>
4577 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4578 (Command Syntax, Signals, Backtrace, Connecting)
4579 (Remote configuration, Renesas Boards, Console I/O): Fix last
4580 change: use Ctrl- instead of C-, except wrt Emacs.
4581 (File-I/O Examples): Put Ctrl-c in @kbd.
4582 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4583 (Console I/O): Use @samp with Ctrl-.
4584 (Signals, Set Breaks, Set Watchpoints): Document optional
4585 arguments to `info signals' `handle', `info breakpoints', and
4588 2006-10-14 Eli Zaretskii <eliz@gnu.org>
4590 * gdb.texinfo (Backtrace): Fix last change.
4592 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
4594 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4596 2006-10-10 Bob Wilson <bob.wilson@acm.org>
4598 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4599 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4600 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
4602 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4603 Daniel Jacobowitz <dan@codesourcery.com>
4605 * gdb.texinfo (Packets): Document vFlashErase,
4606 vFlashWrite and vFlashDone packets.
4607 (General Query Packets): Document qXfer:memory-map:read.
4608 Add a new feature for qXfer:memory-map:read.
4609 (Memory map format): New section.
4610 (Target Commands): Mention that gdb can write flash.
4612 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4613 Daniel Jacobowitz <dan@codesourcery.com>
4615 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4616 memory regions and "mem auto".
4618 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4620 * gdbint.texinfo (Array Containers): New section.
4622 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4624 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4625 -stack-list-arguments HIGH_FRAME argument can be larger then the
4626 actual number of frames.
4628 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4630 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4631 -stack-list-locals HIGH_FRAME argument can be larger then the
4632 actual number of frames.
4634 2006-09-02 Bob Wilson <bob.wilson@acm.org>
4636 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4637 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4639 2006-09-02 Eli Zaretskii <eliz@gnu.org>
4641 * gdbint.texinfo (Overall Structure): New section "Source Tree
4644 2006-08-17 Jim Blandy <jimb@codesourcery.com>
4646 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4649 2006-08-08 Joel Brobecker <brobecker@adacore.com>
4651 * gdb.texinfo (Source Path): Add documentation for new
4652 substitute-path commands.
4654 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4656 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4657 (Running Configure): ...here.
4658 (Requirements): New node. Mention expat.
4660 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4662 * gdb.texinfo (Target Commands): Remove
4663 'set download-write-size' and 'show download-write-size'.
4665 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4667 * stabs.texinfo (Member Type Descriptor): Correct example for
4668 pointer to member types.
4670 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4672 * gdb.texinfo (Optional warnings and messages): Add
4673 'set/show trace-commands'.
4674 (Command files): Add '-v' to source command.
4676 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4678 * gdb.texinfo (OS Information): Update qPart reference to
4680 (Remote configuration): Likewise.
4681 (Overview): Move @cindex to the start of a paragraph. Talk
4682 about binary data encoding.
4683 (Packets): Refer to the overview for the details of the X
4685 (General Query Packets): Remove qPart description. Add qXfer
4686 description. Add an anchor to qSupported. Correct feature
4687 table title. Add a new feature for qXfer:auxv:read.
4688 (Interrupts): Add a missing parenthesis.
4690 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4692 * gdb.texinfo (KOD): Remove node.
4693 (GDB/MI Kod Commands): Remove commented out node.
4695 2006-07-01 Eli Zaretskii <eliz@gnu.org>
4697 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4698 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4699 (GDB/MI Thread Commands, GDB/MI Program Execution)
4700 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4701 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4702 (GDB/MI File Commands, GDB/MI Target Manipulation)
4703 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4704 since the MI prompt is hard-wired into the code.
4706 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
4708 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4709 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4710 (GDB/MI Data Manipulation): Remove description of unimplemented
4711 display related commands as variable objects perform this function
4712 and are superior: -display-delete, -display-disable,
4713 -display-enable, -display-insert and -display-list. Move
4714 -environment-cd, -environment-directory, -environment-path
4715 and -environment-pwd to "Program Context".
4716 (GDB/MI Program Control): Rename to "Program Execution". Move
4717 -exec-arguments -exec-abort to...
4718 (GDB/MI Program Context): ...here. New node split from "Data
4721 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4723 * gdb.texinfo (Remote configuration): Document set / show
4724 remote supported-packets.
4725 (General Query Packets): Document qSupported packet.
4727 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4729 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4731 (Protocol basics): Likewise.
4732 (The F request packet): Likewise.
4733 (The F reply packet): Likewise.
4734 (Memory transfer): Move this node to be a subsubsection of
4735 "Protocol specific representation of datatypes".
4736 (The Ctrl-C message): More copy editing.
4737 (Console I/O): Likewise.
4738 (The isatty call): Delete this node, and merge its content into
4739 the "isatty" node. Fixed references elsewhere.
4740 (The system call): Delete this node, and merge its content into
4741 the "system" node. Fixed references elsewhere.
4742 (open): Reformat to use @table, and add appropriate font markup.
4749 (stat/fstat): Likewise.
4750 (gettimeofday): Likewise.
4752 (system): Likewise, plus minor changes to fix confusing wording.
4753 (Integral datatypes): Fix font markup.
4754 (Pointer values): Likewise.
4755 (struct stat): Fix markup to use @table, plus minor copy editing.
4756 (struct timeval): Fix font markup, plus minor copy editing.
4757 (Constants): Minor copy editing.
4758 (Errno values): Add font markup.
4759 (File-I/O Examples): Likewise.
4761 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
4763 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4764 (GDB/MI Simple Examples): Move node up one level. Use real
4766 (GDB/MI Compatibility with CLI): Update.
4767 (GDB/MI Result Records): Add "connected" and "exit" result
4769 (GDB/MI Stream Records): Clarify target output.
4770 (GDB/MI Command Description Format): Modify example description.
4771 (GDB/MI Breakpoint Table Commands): Rename to...
4772 (GDB/MI Breakpoint Commands): ...this
4773 (GDB/MI Breakpoint Commands): Add optional thread field.
4774 (GDB/MI Program Control): Add an introduction. Move "Program
4775 termination" examples into exec-run description.
4776 (GDB/MI File Commands): Mention similar CLI commands.
4777 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4778 is similar to "-gdb-version".
4780 2006-06-09 Eli Zaretskii <eliz@gnu.org>
4782 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4784 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
4786 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4787 sourceware.org for mailing lists.
4788 (GDB/MI File Commands): New node split from Program Control.
4790 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
4792 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
4794 2006-05-22 Eli Zaretskii <eliz@gnu.org>
4796 * gdb.texinfo (Cygwin Native): Fix last change.
4798 2006-05-22 Christopher Faylor <cgf@timesys.com>
4800 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4802 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
4804 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4805 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4807 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4809 * gdb.texinfo (General Query Packets): Recommend not starting
4810 new packets with qC and clarify.
4812 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
4814 * gdb.texinfo (M2 Types): New section.
4816 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4818 * agentexpr.texi: Add a copyright and license notice.
4819 * observer.texi: Likewise, with GPL clause for function prototypes.
4820 Remove trailing whitespace.
4822 2006-05-05 Jim Blandy <jimb@codesourcery.com>
4824 * gdb.texinfo (General Query Packets): Document conventions for
4825 terminating packet names, and their violations.
4827 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4829 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4830 * gdb.texinfo: Likewise.
4832 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4834 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4835 and "show remotedebug".
4836 (Debugging Output): Add additional index entries.
4838 2006-04-27 Michael Snyder <msnyder@redhat.com>
4840 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4842 2006-04-22 Andrew Cagney <cagney@redhat.com>
4844 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4845 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4847 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4849 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4850 and remove breakpoint prototypes.
4851 (Watchpoints): Move description of target_insert_hw_breakpoint and
4852 target_remove_hw_breakpoint ...
4853 (Breakpoints): ... to here. Document target_insert_breakpoint and
4854 target_remove_breakpoint.
4856 2006-04-17 Jim Blandy <jimb@codesourcery.com>
4858 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4859 and C packets are optional.
4861 2006-04-14 Frederic Riss <frederic.riss@st.com>
4863 * gdb.texinfo (Specifying source directories): Update the description
4864 of the source file search to reflect the fact that the source path
4865 always contains at least $cdir and $cwd.
4867 2006-03-31 Michael Snyder <msnyder@redhat.com>
4869 * gdb.texinfo: Update copyright dates.
4871 2006-03-31 Eli Zaretskii <eliz@gnu.org>
4873 * gdb.texinfo (Overview): Add an index entry to "empty response".
4875 2006-03-28 Jim Blandy <jimb@codesourcery.com>
4877 * gdbint.texinfo (Prologue Analysis): New section.
4879 2006-03-07 Jim Blandy <jimb@red-bean.com>
4881 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4883 * gdb.texinfo (Target Commands): Update text describing how to
4884 specify a target. Refer to the detailed section on remote
4885 debugging, not the brief mention.
4887 * gdb.texinfo (Connecting): Organize the different 'target remote'
4888 connection methods into a table. Add a 'target remote' index
4891 2006-02-17 Fred Fish <fnf@specifix.com>
4893 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4894 'ptype' commands to reflect the fact that the only significant
4895 difference between them is that ptype prints the complete type
4896 description instead of just the name.
4898 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4900 * gdbint.texinfo (Watchpoints): Delete
4901 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4903 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
4905 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4906 times fields where needed. Fix typos. Update general form given
4907 for output of -break-insert.
4908 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4910 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4912 * gdbint.texinfo (Symbol Handling): Add a section
4913 on memory management.
4915 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
4917 * gdb.texinfo (Breakpoint table commands): Document the fullname
4918 field in -break-list output.
4920 2006-02-03 Eli Zaretskii <eliz@gnu.org>
4922 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4923 debugging information produced by the various "set debug..."
4926 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4928 * gdb.texinfo (Files): Remove obsolete bits from the description
4931 2006-01-25 Jim Blandy <jimb@redhat.com>
4933 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4935 2006-01-24 Jim Blandy <jimb@redhat.com>
4937 * gdbint.texinfo (Frames): Document the basics of GDB's register
4938 unwinding model, and explain the existence of the "sentinel" frame.
4940 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4942 * gdb.texinfo (Choosing files): Mention that -directory is used
4944 (Specifying source directories): Likewise.
4945 (Command files): Explain how script files are found.
4947 2006-01-21 Eli Zaretskii <eliz@gnu.org>
4949 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4950 the threads in a multi-threaded program.
4951 (Threads): The threadno argument of "thread apply" can be a range
4954 2006-01-18 Jim Blandy <jimb@redhat.com>
4956 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4959 2006-01-13 Eli Zaretskii <eliz@gnu.org>
4961 * gdb.texinfo (Sequences): Improve menu annotations.
4962 (Define): Add index entries for arguments of user-defined
4963 commands. Move the description of flow-control commands...
4964 (Command Files): ...to here. Document loop_break and
4966 (Define, Command Files): Document `end' and add index entries for
4969 2006-01-04 Michael Snyder <msnyder@redhat.com>
4971 * gdb.texinfo: Add documentation for linux-fork.
4972 * gdbint.texinfo: Add internal documentation for checkpoints.
4974 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4976 * gdb.texinfo (Omissions from Ada): Document that there is now
4977 limited aggregate support.
4979 2005-12-28 Eli Zaretskii <eliz@gnu.org>
4981 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4982 registers and the likes.
4984 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4986 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4987 (Symbols): Fix usage of "e.g.".
4988 (Memory Region Attributes): Fix usage of "etc."
4990 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4991 (Coding): Fix usage of "e.g.".
4993 2005-12-23 Eli Zaretskii <eliz@gnu.org>
5004 * Makefile.in: Add (C) after Copyright. Update the FSF
5007 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5009 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
5010 extend GDB with commands for external monitor.
5012 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
5014 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
5016 2005-11-25 Joel Brobecker <brobecker@adacore.com>
5018 * gdbint.texinfo (Start of New Year Procedure): New chapter.
5020 2005-11-21 Jim Blandy <jimb@redhat.com>
5022 * gdb.texinfo (Tracepoint Packets): Document restrictions on
5023 placement of 'R' actions in tracepoint action packets; document
5024 dependence of 'X' and 'M' actions on a preceding 'R' action for
5027 2005-11-19 Jim Blandy <jimb@redhat.com>
5029 * gdb.texinfo (Tracepoint Packets): New node.
5030 (General Query Packets): Add entries for the tracepoint packets,
5031 referring to the "Tracepoint Packets" node.
5032 (Tracepoints): Add reference to "Tracepoint Packets".
5034 2005-11-18 Kevin Buettner <kevinb@redhat.com>
5036 * gdb.texinfo (set remotebreak): Add anchor.
5037 (X packet): Likewise.
5038 (Remote Protocol): Add new section `Interrupts' and new index
5039 entry `interrupts (remote protocol)'.
5041 2005-11-18 Jim Blandy <jimb@redhat.com>
5043 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
5044 entries into the General Query Packets section. Add a
5045 cross-reference to that section. Drop description of replies, as
5046 these are covered in the descriptions of each packet.
5047 (General Query Packets): Add introductory text. Explain naming
5048 conventions, and how the end of a name is recognized.
5050 2005-11-17 Kevin Buettner <kevinb@redhat.com>
5052 * gdb.texinfo (Remote configuration): Fix typo in description of
5053 "set remotebreak" command.
5055 2005-11-16 Jim Blandy <jimb@redhat.com>
5057 * gdb.texinfo (Packets, Stop Reply Packets)
5058 (General Query Packets): Various formatting cleanups.
5059 - Use @samp for packet contents.
5060 - Drop summaries from packet @item lines; the same information appears
5061 immediately below in the description.
5062 - Delete paragraph breaks after packet @item commands, so that the
5063 description appears directly to the right of the packet prototype
5064 in the printed manual, if it fits.
5065 - Place spaces in packet prototypes between @vars and non-@var
5066 letters, and explain that they're just for formatting.
5067 - Use @dots{} instead of '...'.
5068 - Fix uses of @code where @var was needed.
5069 - Replace "deprecated" markers with English text spelling out the
5070 packet's status and the preferred alternatives.
5071 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
5072 what this ever meant.
5073 - Remove "(draft)" markers on 'i' packets; nobody has commented on
5074 this for a long time.
5075 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
5076 implemented several times, and have been in use for years.
5078 2005-11-15 Jim Blandy <jimb@redhat.com>
5080 * gdb.texinfo (Packets): Add index entries for 'm' packet
5083 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
5084 of stub when processing an 'm' packet.
5086 * gdb.texinfo (Packets): Mention that packets beginning with
5087 letters are reserved once, at the top, instead of actually listing
5088 them all and saying "reserved".
5090 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
5092 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
5093 Change @var{$arg0 to @code{$arg0.
5095 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
5097 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
5099 2005-11-12 Jim Blandy <jimb@redhat.com>
5101 * gdb.texinfo (General Query Packets): Put packets in alphabetical
5102 order. Remove extraneous 'z'.
5104 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
5106 * gdb.texinfo (Choosing files): Add --eval-command.
5108 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
5110 * gdb.texinfo (Choosing modes): Add --return-child-result.
5113 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
5115 * gdb.texinfo (Choosing modes): Add --batch-silent.
5117 2005-10-28 Eli Zaretskii <eliz@gnu.org>
5119 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
5120 "The -var-update Command".
5122 2005-10-03 Joel Brobecker <brobecker@adacore.com>
5124 * gdb.texinfo (Print Settings): Add documentation for set/show
5125 print array-indexes.
5127 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5129 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
5132 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5134 * gdb.texinfo (File Options): Don't document --mapped, it's gone
5137 (Variables, Symbols): Document the "<incomplete type>" message and
5140 2005-08-01 Fred Fish <fnf@specifix.com>
5142 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
5144 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
5146 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
5147 option for -var-list-children and -var-update.
5148 (GDB/MI Stack Manipulation): Simplify description of
5149 print-values option for -stack-list-locals.
5150 (GDB/MI Command Description Format): Clarify.
5151 (Mode Options): Spelling of superseded.
5153 2005-07-12 Bob Rossi <bob@brasko.net>
5155 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
5156 corresponding GDB command comment.
5158 2005-07-06 Bob Rossi <bob@brasko.net>
5160 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
5161 and -inferior-tty-show.
5162 (Input/Output): Document "set/show inferior-tty" and tty alias.
5164 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
5166 * gdb.texinfo (Packets): Change description of 'D' packet to note
5167 that GDB does wait for a response.
5169 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5171 * gdb.texinfo (History) Rename "Command History".
5172 (Command History): Move node "Server Prefix" from section on
5175 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5177 * gdb.texinfo (GDB/MI Stack Manipulation):
5178 Re-instate -stack-info-frame with example. Say that it gets
5179 info on selected frame, not current frame.
5181 2005-06-18 Eli Zaretskii <eliz@gnu.org>
5183 * gdb.texinfo (Server): Clarify that `file' should be used before
5184 connecting to the server.
5185 (Files): Add an xref to the above description.
5186 (Output Formats): More detailed description of the `c' format.
5187 (Memory): List explicitly all the formats supported by `x'.
5188 (Threads): Add an @cindex entry for "thread apply".
5189 (Files): Document the possibility of loading unlinked object
5190 files. Add more indexing for solib-absolute-prefix and
5192 (Machine Code): Document possible problems with locations in
5194 (Backtrace): Document that free-standing environments do not need
5195 to have a `main' function.
5197 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
5199 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
5202 2005-06-07 Andrew Cagney <cagney@gnu.org>
5204 * gdb.texinfo (Contributors): Note the original multi-arch
5207 2005-06-03 Eli Zaretskii <eliz@gnu.org>
5209 * gdb.texinfo (Registers): Add index entries for the standard
5211 (Frames): Add cross-reference from frame pointer description to
5213 (Annotations Overview): Fix the reference to GDB name.
5215 2005-06-01 Eli Zaretskii <eliz@gnu.org>
5217 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
5218 can-use-hw-watchpoints.
5220 2005-05-28 Bob Rossi <bob@brasko.net>
5222 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
5223 the possible reasons why an exec async record would be returned to FE.
5225 2005-05-26 Andrew Cagney <cagney@gnu.org>
5227 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
5228 Andrew Cagney implemented the original GDB/MI.
5230 2005-05-23 Orjan Friberg <orjanf@axis.com>
5232 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
5233 documentation. Add documentation for cris-mode.
5235 2005-05-20 Eli Zaretskii <eliz@gnu.org>
5237 * gdb.texinfo (Numbers): Explain the example and make the wording
5240 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5241 Dennis Brueni <dennis@slickedit.com>
5243 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
5244 (GDB/MI Data Manipulation, GDB/MI Program Control)
5245 (GDB/MI Stack Manipulation): Update examples to include the fullname
5246 attribute in stack frames.
5248 2005-05-12 Eli Zaretskii <eliz@gnu.org>
5250 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
5251 do with other non-standard names of init files.
5253 2005-05-11 Eli Zaretskii <eliz@gnu.org>
5255 * gdb.texinfo (Command Files): Move the description of the startup
5257 (Startup): ...to this new subsection of the Invocation chapter.
5258 Rearrange the description of init files more logically and add a
5259 cross-reference to "Command Files". Document the special gdbinit
5260 name for CISCO 68k. Expand the description of what GDB does
5262 (History): Add index entry for HISTSIZE.
5264 2005-05-02 Mark Kettenis <kettenis@gnu.org>
5266 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
5268 2005-05-02 Eli Zaretskii <eliz@gnu.org>
5270 * gdb.texinfo (SVR4 Process Information, The isatty call)
5271 (The system call): Don't use foo(N) notation for man pages and
5273 (Compilation, DJGPP Native): Improve wording.
5275 2005-04-27 Eli Zaretskii <eliz@gnu.org>
5277 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
5278 were optimized away.
5280 2005-04-22 Eli Zaretskii <eliz@gnu.org>
5282 * gdb.texinfo (Remote configuration): Document "set/show
5283 get-thread-local-storage-address". Add cross-reference to the
5284 description of the qGetTLSAddr packet.
5285 (General Query Packets): Mention "set remote
5286 get-thread-local-storage-address" and add a reference to its
5289 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
5291 * gdb.texinfo (Backtrace): Describe 'bt full'.
5293 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
5295 * gdb.texinfo (Mode Options): Fix typo.
5296 (GDB/MI): Describe how to invoke GDB/MI.
5298 2005-04-16 Eli Zaretskii <eliz@gnu.org>
5300 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
5301 references changed. Add description of "info udot".
5302 (Files): Document "set/show stop-on-solib-events".
5303 (M32R/D): Document "set/show download-path", "set/show
5304 board-address", "set/show server-address", "upload", "tload".
5305 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
5306 "use_mon_code", "use_ib_break", "use_dbt_break".
5307 (Maintenance Commands): Improve indexing.
5308 (Target Commands): Document "set/show hash", "set/show debug
5310 (SVR4 Process Information): Document "info pidlist" and "info
5311 meminfo". Document "set/show procfs-tarce" and "set/show
5312 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
5313 (Symbols, The Print Command with Objective-C): Improve indexing.
5314 (Objective-C): Add references to "info classes" and "info
5316 (Debugging Output): Improve wording. Document "set/show debug
5317 solib-frv". Fix "set/show debugvarobj".
5318 (Set Breaks): Add index entry for "hardware breakpoints".
5319 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
5320 and "set/show usehardbreakpoints".
5321 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
5322 monitor-prompt", "set/show monitor-warnings", "pmon".
5323 (ARM): Document "rdilogfile", "rdilogenable", "set/show
5324 rdiromatzero", "set/show rdiheartbeat".
5325 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
5327 (Embedded Processors): Document the "sim" command.
5328 (Remote): Document the "remote" command.
5329 (DJGPP Native): Document the "info serial" command.
5330 (Threads): Document "maint info sol-threads".
5331 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
5332 (Set Breaks): Improve indexing.
5333 (Command Syntax): Add a reference to dont-repeat.
5334 (Define): Document "dont-repeat".
5335 (TUI Commands): Document "tabset".
5336 (WinCE): New subsection. Document "set/show remotedirectory",
5337 "set/show remoteupload", "set/show remoteaddhost".
5339 2005-04-15 Eli Zaretskii <eliz@gnu.org>
5341 * gdb.texinfo (Hurd Native): New subsection, documents
5342 Hurd-specific commands.
5343 (Maintenance Commands): Add cross-reference to "Debugging Output".
5344 (Debugging Output): Document "set/show debug lin-lwp".
5345 (MIPS): Improve documentation of heuristic-fence-post. Document
5346 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
5347 mips stack-arg-size", "set/show mips mask-address", "set/show mips
5348 remote-mips64-transfers-32bit-regs", "set/show debug mips".
5349 (ARM): Document ARM-specific commands.
5350 (AVR): New section. Document "info io_registers".
5351 (CRIS): New section. Document "set/show cris-version" and
5352 "set/show cris-dwarf2-cfi".
5353 (HPPA): New section. Document "set/show debug hppa" and "maint
5355 (Neutrino): New subsection. Document "set/show debug nto-debug".
5356 (Super-H): New section. Document the "regs" command.
5357 (Debugging Output): Document "set/show debug aix-thread".
5359 2005-04-09 Eli Zaretskii <eliz@gnu.org>
5361 * gdb.texinfo (Print Settings): Document "set/show print
5362 pascal_static-members", "set print repeats", "show print
5363 null-stop". Improve indexing. Fix documentation of "set print
5365 (Pascal): New section.
5366 (Supported languages): Rename from "Support"; all references
5367 updated. Add a menu item for Pascal.
5368 (Numbers): Document "set radix.
5369 (Screen Size): Document "set/show pagination".
5370 (MIPS Embedded): Remove "set processor" documentation.
5371 (Remote configuration): Document "set/show X/P/Z-packet",
5372 "set/show read-aux-vector-packet", "set/show remote
5373 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5374 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5375 remotedebug", "set/show remotebreak", "set/show remotedevice",
5376 "set/show remotelogfile".
5377 (Auxiliary Vector): Add reference to the description of the
5378 read-aux-vector-packet setting.
5379 (Set Watchpoints): Add a cross-reference to "set remote
5380 hardware-breakpoint-limit".
5381 (General Query Packets): Add indexing of requests and
5382 cross-references to related commands in "Remote configuration".
5383 (File-I/O Overview, The system call): Fix wording and typos.
5384 (Thread Stops): Add index entries.
5385 (Continuing and Stepping): Document "show step-mode".
5386 (i386): New node. Document "set/show struct-convention".
5387 (Files): Document "show trust-readonly-sections".
5388 (Calling): Document "set/show unwindonsignal".
5389 (Messages/Warnings): Add index entries.
5390 (Maintenance Commands): Document "set/show watchdog".
5391 (Annotations Overview): Document "show annotate".
5392 (Set Watchpoints): Add index entries.
5393 (Symbols): Fix doc of case-sensitive.
5394 (ABI): Document "show coerce-float-to-double".
5395 (Convenience Vars, Help): Improve indexing.
5396 (Machine Code): Document "show disassembly-flavor".
5397 (Debugging C plus plus): Document "show overload-resolution".
5398 (Value History, Signaling): Add index entries.
5400 2005-04-08 Eli Zaretskii <eliz@gnu.org>
5402 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5403 (Processes): Fix wording.
5404 (History, List, Logging output, Define, Symbols, Print Settings):
5407 2005-04-03 Eli Zaretskii <eliz@gnu.org>
5409 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5410 redundant index entry for "target" command.
5411 (Backtrace): Add index entries.
5412 (Symbols, Fortran): Document the "set case-sensitive" command.
5413 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5414 (Print Settings): Add index entry for "set demangle-style".
5415 (Target Commands): Document "set download-write-size".
5416 (Debugging Output): Document "set exec-done-display".
5418 2005-04-02 Eli Zaretskii <eliz@gnu.org>
5420 * gdb.texinfo (Files): Fix the name and documentation of
5421 add-shared-symbol-files. Document its alias assf. Update the
5422 list of OSs where GDB supports shared libraries. Fix markup.
5423 (Continuing and Stepping): Add reference to @var{location} in the
5425 (Dump/Restore Files): Fix reference to @{filename}.
5426 (Help): Fix wording.
5428 (Set Watchpoints): Ditto.
5429 (Backtrace): Remove redundant index entries. Improve index
5431 (Delete Breaks): Fix wording.
5432 (Memory): Document the compare-sections command.
5433 (Memory Region Attributes): Improve wording.
5434 (Disabling): Improve wording.
5435 (Fortran): New subsection. Document the "info common" command.
5436 (Help): Document aliases "info copying" and "info warranty".
5437 (Caching Remote Data): New section. Document the "set/show
5438 remotecache" and "info dcache" commands.
5439 (Show): Fix wording of the documentation of the "set
5440 extension-language" command.
5441 (Signals): Add index entry for "info handle".
5442 (Memory Region Attributes): Fix punctuation.
5443 (Symbols): Change the arg name to "location" and refer to it in
5444 the text. Fix wording of "info types" doc.
5445 (Threads): Fix usage of @enumerate @item's.
5446 (Listing Tracepoints): Add index entry for "info tp".
5447 (Set Watchpoints): Add xref to "info break" description.
5448 (Macros): Add an index entry for "macro exp1". Document the
5449 "macro list" command.
5450 (Maintenance Commands): Document "flushregs", "maint agent",
5451 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5452 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5453 "maint print architecture", "maint print objfiles", "maint print
5454 statistics", "maint print type", "maint show-debug-regs", "maint
5455 space", "maint time", and "maint translate-address".
5456 (Connecting): Document the "monitor" command.
5457 (Annotations Overview): Describe the "set annotate" command.
5459 2005-04-01 Eli Zaretskii <eliz@gnu.org>
5461 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5462 Rearrange index entries and improve wording about support for
5463 hardware watchpoints.
5465 2005-03-10 Bob Rossi <bob@brasko.net>
5467 * gdb.texinfo: Update copyright
5469 2005-02-09 Theodore A. Roth <troth@openavr.org>
5471 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5474 2005-02-03 Kevin Buettner <kevinb@redhat.com>
5476 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5478 2005-01-17 Michael Snyder <msnyder@redhat.com>
5480 * gdb.texinfo: Fix spelling, infinte -> infinite.
5482 2005-01-08 Mark Kettenis <kettenis@gnu.org>
5484 * observer.texi (GDB Observers): Document "solib_loaded".
5486 2005-01-07 Andrew Cagney <cagney@gnu.org>
5488 * configure.ac: Rename configure.in, require autoconf 2.59.
5489 * configure: Re-generate.
5491 * configure.in: Replace configdirs with multiple references to
5493 * configure: Re-generate.
5495 2005-01-04 Andrew Cagney <cagney@gnu.org>
5497 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5498 part of the version number.
5500 2004-12-24 Mark Kettenis <kettenis@gnu.org>
5502 * gdbint.texinfo (Algorithms): Remove description of
5503 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5505 2004-12-07 Jim Blandy <jimb@redhat.com>
5507 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5508 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5511 2004-12-07 Andreas Schwab <schwab@suse.de>
5513 * gdb.texinfo (Mode Options): Document -l option.
5515 2004-12-04 Eli Zaretskii <eliz@gnu.org>
5517 * gdbint.texinfo (Algorithms): More accurate description of
5518 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5519 is not needed unless data-read and data-access watchpoints are
5520 supported. Add a description of how GDB checks whether the
5521 inferior stopped because a watchpoint was hit.
5523 2004-11-23 Eli Zaretskii <eliz@gnu.org>
5525 * gdb.texinfo (Files): Add cross-reference to description of
5526 -readnow command-line switch.
5528 2004-11-10 Randolph Chung <tausq@debian.org>
5530 * gdb.texinfo: Document set/show backtrace past-entry commands.
5531 Rearrange index entries for set/show backtrace past-main.
5533 2004-11-10 Jon Beniston <jon@beniston.com>
5535 Committed by Andrew Cagney <cagney@gnu.org>.
5536 * gdb.texinfo (Remote Serial Protocol): Further describe
5537 binary transfer escaping mechanism .
5539 2004-11-08 Randolph Chung <tausq@debian.org>
5541 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5542 and "show debug infrun". Add index entries.
5544 2004-10-23 Eli Zaretskii <eliz@gnu.org>
5546 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5547 "info proc" that are already implemented. Add index entries.
5548 (Working Directory): Add a cross-reference to "info proc" command.
5549 (Files): Add a tip for decreasing memory used for symtabs from
5551 (Starting): Fix whitespace; make "elaboration" stand out where it
5552 is first used, and add an index entry for the term.
5553 (Calling): Expand and elaborate text. Add "print". Add the
5554 description of problems with weak aliases.
5555 (Core File Generation): New section.
5557 2004-10-12 Andrew Cagney <cagney@gnu.org>
5559 * gdbint.texinfo (Versions and Branches): New chapter.
5560 (Releasing GDB): Delete "Versions and Branches" section.
5561 (Top): Add "Versions and Branches".
5563 2004-10-08 Eli Zaretskii <eliz@gnu.org>
5565 * gdb.texinfo (Editing, History): Add cross-references to the
5566 included Readline and History user documentation. Remove
5567 references to the symbol have-readline-appendices which is unused
5569 (History): Fix indexing.
5571 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5573 * gdbint.texinfo (target_stopped_data_address): Update to
5575 (i386_stopped_data_address): Update prototype and description.
5576 (i386_stopped_by_watchpoint): New function and description.
5578 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5580 * gdb.texinfo (Filenames): Add Ada suffixes.
5583 2004-09-27 Andrew Cagney <cagney@gnu.org>
5584 Robert Picco <Robert.Picco@hp.com>
5586 * gdb.texinfo (Packets): Document the "p" packet.
5588 2004-09-21 Jason Molenda (jmolenda@apple.com)
5590 * gdb.texinfo (Paths and Names of the Source Files): Document the
5591 meaning of values in the 'desc' field of a SO stab.
5593 2004-09-20 Daniel Jacobowitz <dan@debian.org>
5595 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5596 max-cache-age" and "maint show dwarf2 max-cache-age".
5598 2004-09-16 Eli Zaretskii <eliz@gnu.org>
5600 * gdb.texinfo (Set Breaks): Add index entry for setting
5601 breakpoints on overloaded C++ functions that are not members of
5602 any classes. Add an example and an index entry for setting
5603 breakpoints on all program functions.
5604 (Character Sets, Macros, Overlay Commands)
5605 (Non-debug DLL symbols, GDB/MI Output Syntax)
5606 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5607 Use "(@value{GDBP})" instead of a literal "(gdb)".
5609 2004-09-12 Andrew Cagney <cagney@gnu.org>
5611 * gdbint.texinfo (Native Debugging): Delete description of
5614 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5616 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5617 to hex_string_custom (not historically correct, but more
5618 understandable, given the current code).
5620 2004-09-03 Andrew Cagney <cagney@gnu.org>
5622 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5624 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5626 * observer.texi (solib_unloaded): New observer.
5628 2004-08-24 Andrew Cagney <cagney@gnu.org>
5630 * gdbint.texinfo (Target Architecture Definition): Add missing
5633 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5635 * (Using the Testsuite): build != host is supported,
5636 but some test scripts do not support build != host.
5638 2004-08-14 Mark Kettenis <kettenis@gnu.org>
5640 * gdbint.texinfo (Host Definition): Delete description of
5641 FCLOSE_PROVIDED and GETENV_PROVIDED.
5643 2004-08-05 Mark Kettenis <kettenis@chello.nl>
5645 * gdbint.texinfo (Host Definition): Delete description of
5647 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5650 2004-08-05 Andrew Cagney <cagney@gnu.org>
5652 * gdbint.texinfo (Target Architecture Definition): Delete
5653 reference to deprecated_read_fp.
5655 2004-08-02 Andrew Cagney <cagney@gnu.org>
5657 * gdbint.texinfo (Target Architecture Definition): Delete
5658 description of DEPRECATED_REGISTER_BYTES.
5660 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5662 * gdb.texinfo (Source Path): Document the new behavior of
5663 searching for the source files.
5665 2004-07-17 Eli Zaretskii <eliz@gnu.org>
5667 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5668 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5669 (Auto Display): Improve indexing.
5671 2004-07-16 Andrew Cagney <cagney@gnu.org>
5673 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5676 2004-07-09 Eli Zaretskii <eliz@gnu.org>
5678 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5679 have the same prefix have only their prefix in the index.
5681 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5683 * gdb.texinfo (BSD libkvm Interface): New node (section)
5684 (Native): Add it to the menu.
5686 2004-07-01 Mark Kettenis <kettenis@gnu.org>
5688 * gdbint.texinfo (Target Architecture Definition): Remove
5691 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5693 * gdbint.texinfo (Target Architecture Definition): Remove
5694 SUN_FIXED_LBRAC_BUG.
5696 2004-06-26 Andrew Cagney <cagney@gnu.org>
5698 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5700 2004-06-20 Andrew Cagney <cagney@gnu.org>
5702 * gdbint.texinfo (Target Architecture Definition): Deprecate
5703 USE_STRUCT_CONVENTION.
5705 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5707 gdb.texinfo (Bug Reporting): Mention session recording,
5708 with the script command or Emacs.
5710 2004-06-18 Andrew Cagney <cagney@gnu.org>
5712 * gdbint.texinfo (Target Architecture Definition): Deprecate
5713 FUNCTION_START_OFFSET.
5715 2004-06-14 Andrew Cagney <cagney@gnu.org>
5717 Based on changes from Karl Berry.
5718 * gdb.texinfo: Do not use @sc in a direntry.
5719 * stabs.texinfo: Change @dircateogry to "Software development".
5720 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5722 2004-06-13 Andrew Cagney <cagney@gnu.org>
5724 * gdbint.texinfo (Target Architecture Definition): Delete
5725 description of RETURN_VALUE_ON_STACK.
5727 2004-06-09 Andrew Cagney <cagney@gnu.org>
5729 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5730 deleted by previous patch.
5732 2004-06-08 Andrew Cagney <cagney@gnu.org>
5734 * gdbint.texinfo (Native Debugging): Delete documentation on
5737 2004-06-06 Randolph Chung <tausq@debian.org>
5739 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5741 2004-06-06 Randolph Chung <tausq@debian.org>
5743 * gdb.texinfo (push_dummy_call): Update argument list to match
5744 the new push_dummy_call method signature. Describe the function
5747 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5749 * gdb.texinfo (Starting): Document new start command.
5751 2004-05-21 Andrew Cagney <cagney@redhat.com>
5753 * observer.texi (GDB Observers): Document "inferior_created".
5755 2004-05-08 Andrew Cagney <cagney@redhat.com>
5757 * gdbint.texinfo (Target Architecture Definition): Delete
5758 description of DO_DEFERRED_STORES.
5760 * gdbint.texinfo (Target Architecture Definition): Delete
5761 references to DEPRECATED_FIX_CALL_DUMMY.
5763 * gdbint.texinfo (Target Architecture Definition): Delete
5764 description of DEPRECATED_CALL_DUMMY_WORDS,
5765 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5767 * gdbint.texinfo (Target Architecture Definition): Delete
5768 description of DEPRECATED_PUSH_DUMMY_FRAME.
5770 * gdbint.texinfo (Target Architecture Definition): Delete
5771 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5773 2004-05-07 Andrew Cagney <cagney@redhat.com>
5775 * observer.texi (GDB Observers): Add "Debugging" section. Include
5776 cross reference to "set/show debug observer".
5777 * gdb.texinfo (Debugging Output): Document "set/show debug
5780 2004-05-01 Andrew Cagney <cagney@redhat.com>
5782 * gdbint.texinfo (Target Architecture Definition): Delete
5783 description of DEPRECATED_PC_IN_SIGTRAMP.
5785 2004-04-30 Andrew Cagney <cagney@redhat.com>
5787 * gdbint.texinfo (Target Architecture Definition): Delete
5788 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5790 2004-04-30 Orjan Friberg <orjanf@axis.com>
5792 * observer.texi (GDB Observers): Correct spelling.
5794 2004-04-26 Orjan Friberg <orjanf@axis.com>
5796 * observer.texi (GDB Observers): Add target_changed event.
5798 2004-04-08 Andrew Cagney <cagney@redhat.com>
5800 * observer.texi (GDB Observers): Rework, provide generic observer
5801 definitions and then a list of observable events.
5803 2004-04-04 Andrew Cagney <cagney@redhat.com>
5805 * gdbint.texinfo (Host Definition): Delete reference to
5808 2004-04-02 Andrew Cagney <cagney@redhat.com>
5810 * gdbint.texinfo (Target Architecture Definition): Delete
5811 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5813 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5815 * gdb.texinfo (TUI Commands): Document tui reg commands.
5817 2004-03-26 Andrew Cagney <cagney@redhat.com>
5819 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5821 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5822 (Contributors): Mention both Text and Terminal User Interface.
5824 2004-03-23 Andrew Cagney <cagney@redhat.com>
5826 * gdbint.texinfo (Target Architecture Definition): Deprecate
5827 references to SIGTRAMP_START and SIGTRAMP_END.
5829 2004-03-23 Andrew Cagney <cagney@redhat.com>
5831 * gdbint.texinfo (Target Architecture Definition): Deprecate
5832 references to PC_IN_SIGTRAMP.
5834 2004-03-19 Andrew Cagney <cagney@redhat.com>
5836 * gdbint.texinfo (Target Architecture Definition): Delete
5837 reference to GDB_TARGET_IS_HPPA.
5839 2004-03-18 Andrew Cagney <cagney@redhat.com>
5841 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5842 describe pre_init and post_init.
5844 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5846 * gdb.texinfo (Debugging Output): Document values for "set debug
5849 2004-02-28 Andrew Cagney <cagney@redhat.com>
5851 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5853 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5855 * gdb.texinfo (breakpoints): Add information about the
5856 new "set breakpoint pending" and "show breakpoint pending"
5859 2004-02-26 Andrew Cagney <cagney@redhat.com>
5861 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5862 in Per-architecture module data section.
5864 2004-02-25 Roland McGrath <roland@redhat.com>
5866 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5868 2004-02-24 Andrew Cagney <cagney@redhat.com>
5870 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5871 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5872 * fdl.texi: Import Version 1.2, November 2002.
5874 2004-02-17 Andrew Cagney <cagney@redhat.com>
5876 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5878 2004-02-16 Andrew Cagney <cagney@redhat.com>
5880 * gdbint.texinfo (Target Architecture Definition): Deprecate
5881 FRAMELESS_FUNCTION_INVOCATION.
5883 2004-02-16 Andrew Cagney <cagney@redhat.com>
5885 * gdbint.texinfo (Coding): Mention -Wunused-function.
5887 2004-02-14 Andrew Cagney <cagney@redhat.com>
5889 * gdbint.texinfo (Target Architecture Definition): Delete
5890 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5892 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
5894 * gdb.texinfo: Properly quote the name "C++".
5895 * gdbint.texinfo: Ditto.
5896 * stabs.texinfo: Ditto.
5898 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
5900 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5901 minimal information about libiberty.
5903 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5905 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5907 2004-02-04 Roland McGrath <roland@redhat.com>
5909 * gdb.texinfo (Auxiliary Vector): New node (section).
5910 (Data): Add it to the menu.
5912 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5914 * gdb.texinfo (Breakpoints): Add information about pending
5917 2004-01-26 Andrew Cagney <cagney@redhat.com>
5919 * gdb.texinfo (Overview): Delete references to the cisco protocol
5920 including the "N" response.
5922 2004-01-26 Andrew Cagney <cagney@redhat.com>
5924 * gdbint.texinfo (Target Architecture Definition): Rename
5925 EXTRACT_STRUCT_VALUE_ADDRESS to
5926 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5928 2004-01-24 Eli Zaretskii <eliz@gnu.org>
5930 * gdb.texinfo (KOD): Document "show os". Add index entries for
5931 "set/show os" and "info cisco" commands.
5933 2004-01-21 Eli Zaretskii <eliz@gnu.org>
5935 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5937 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5939 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5940 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5942 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
5944 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5946 (GDB/MI Variable Objects): Describe extension to
5949 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5951 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5953 2004-01-17 Andrew Cagney <cagney@redhat.com>
5955 * gdbint.texinfo (Target Architecture Definition): Delete
5956 documentation on DEPRECATED_NPC_REGNUM.
5958 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
5960 * gdb.texinfo: Update copyright year. Mention that set
5961 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5962 "set follow-fork-mode ask".
5964 2004-01-13 Andrew Cagney <cagney@redhat.com>
5966 * gdbint.texinfo: Update copyright year.
5967 (Coding): Add -Wunused-label to list of -Werror warnings.
5969 2004-01-08 Jason Molenda <jmolenda@apple.com>
5970 Eli Zaretskii <eliz@gnu.org>
5972 * gdb.texinfo: Update copyright.
5973 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5974 around names, as appropriate. Minor syntax cleanup of
5975 _NSPrintForDebugger explanation. Two spaces after periods.
5976 GDBN used instead of lit. "gdb". Index entries added for
5977 print-object and _NSPrintForDebugger. @noindent added in one spot.
5979 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
5981 * stabs.texinfo: Add dircategory and direntry commands.
5982 * annotate.texinfo: Ditto.
5984 2003-11-10 Andrew Cagney <cagney@redhat.com>
5986 * gdbint.texinfo (Target Architecture Definition): Replace the
5987 return_value method's "inval" and "outval" parameters with
5988 "readbuf" and "writebuf".
5990 2003-10-28 Jim Blandy <jimb@redhat.com>
5992 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5993 from "The `F' request packet" and "The `F' reply packet", to make
5995 (File-I/O remote protocol extension): Update menu entries, too.
5997 2003-10-26 Michael Chastain <mec@shout.net>
5999 * gdb.texinfo (Thread Stops): Document the issue with
6000 premature return from system calls in multi-threaded programs.
6002 2003-10-24 Andrew Cagney <cagney@redhat.com>
6004 * annotate.texinfo: Fix "fortunatly"[sic].
6006 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
6008 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
6009 with "Hitachi" and "Mitsubishi".
6011 2003-10-20 Andrew Cagney <cagney@redhat.com>
6013 * gdbint.texinfo (Target Architecture Definition): Document
6014 gdbarch_return_value. Add cross references from
6015 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
6016 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
6018 2003-10-18 Mark Kettenis <kettenis@gnu.org>
6020 * gdbint.texinfo (Target Architecture Definition): Document
6021 regset_from_core_section.
6023 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
6025 * gdb.texinfo (M32R/D): Mention m32rsdi target.
6027 2003-10-15 Kevin Buettner <kevinb@redhat.com>
6029 From Anthony Green <green@redhat.com>:
6030 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
6032 2003-10-14 Kevin Buettner <kevinb@redhat.com>
6034 * gdb.texinfo (Breakpoint related warnings): New node.
6035 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
6037 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
6039 * gdb.texinfo (Remote Protocol): Document v and vCont.
6041 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6043 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
6044 * gdbint.texinfo: Ditto.
6046 2003-10-09 Andrew Cagney <cagney@redhat.com>
6048 From 2003-09-18 David Anderson <davea@sgi.com>:
6049 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
6052 2003-10-03 Andrew Cagney <cagney@redhat.com>
6054 * gdbint.texinfo (Target Architecture Definition): Deprecate
6055 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
6058 2003-10-02 Andrew Cagney <cagney@redhat.com>
6060 * gdbint.texinfo (Target Architecture Definition): Rename
6061 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
6062 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
6063 * gdbint.texinfo (Target Architecture Definition): Rename
6065 2003-09-30 Andrew Cagney <cagney@redhat.com>
6067 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
6068 (Target Architecture Definition):
6070 * gdbint.texinfo (Target Architecture Definition): Rename
6071 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
6073 2003-09-29 Andrew Cagney <cagney@redhat.com>
6075 * gdbint.texinfo (Target Architecture Definition): Delete
6076 documentation for NEED_TEXT_START_END.
6078 * gdbint.texinfo (Target Architecture Definition): Rename
6079 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
6082 2003-09-22 Michael Chastain <mec@shout.net>
6084 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
6086 2003-09-21 Anthony Green <green@redhat.com>
6088 * gdbint.texinfo (Target Architecture Definition): Fix typos.
6090 2003-09-21 Mark Kettenis <kettenis@gnu.org>
6092 * gdbint.texinfo (Target Architecture Definition): Document
6093 stabs_argument_has_addr.
6095 2003-09-18 Andrew Cagney <cagney@redhat.com>
6097 * gdbint.texinfo (Target Architecture Definition): Delete
6098 documentation on REGISTER_NAMES.
6100 2003-09-13 Mark Kettenis <kettenis@gnu.org>
6102 * gdbint.texinfo (Target Architecture Definition): Replace
6103 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
6105 2003-09-11 Andrew Cagney <cagney@redhat.com>
6107 * gdbint.texinfo (Target Architecture Definition): Replace
6108 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
6110 2003-08-18 Andrew Cagney <cagney@redhat.com>
6112 * gdbint.texinfo (Target Architecture Definition): Document
6113 "frame_red_zone_size".
6115 2003-08-09 Andrew Cagney <cagney@redhat.com>
6117 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
6118 with "set/show backtrace past-main" and "set/show backtrace
6121 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6123 * Makefile.in (install-info): Support DESTDIR.
6124 (install-html): Likewise.
6126 2003-08-07 Andrew Cagney <cagney@redhat.com>
6128 Patch from Nick Roberts.
6129 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
6130 bindings. Remove description of send-gdb-command.
6132 2003-08-07 Andrew Cagney <cagney@redhat.com>
6134 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
6137 2003-08-06 Andrew Cagney <cagney@redhat.com>
6139 * gdb.texinfo (Mode Options): Mention that level three is the
6140 highest available and that level 2 is deprecated.
6141 (Annotations Overview): Mention annotation levels. Cross reference
6142 to "Limitations of the Annotation Interface" in annotate.texi.
6143 (TODO, Value Annotations, Frame Annotations): Delete section.
6144 (Displays, Breakpoint Info): Delete.
6146 2003-08-04 Andrew Cagney <cagney@redhat.com>
6148 * agentexpr.texi: Delete @bye.
6149 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
6150 (stabs.info): Add $(srcdir) to include search path.
6151 (html): Depend on "annotate_toc.html", and not "annotate.html".
6152 * stabs.texinfo: Ditto. Include "fdl.texi".
6153 * gdbint.texinfo: Update copyright statement's list of invariant
6156 2003-07-28 Andrew Cagney <cagney@redhat.com>
6158 * Makefile.in (INFO_DEPS): Add annotate.info.
6159 (dvi, ps, html, pdf): Add annotate.
6160 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
6161 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
6162 (ANNOTATE_DOC_FILES): New macro.
6163 (ANNOTATE_TEX_TMPS): New macro.
6164 (annotate.info, annotate_toc.html): Specify dependencies.
6165 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
6166 * annotate.texinfo: Rename annotate.texi. Get building. Add
6167 "Migrating to GDB/MI" and "Limitations of the Annotation
6168 Interface" chapters. Mention why it is not part of the user
6169 guide. Update copyright notice. Include "fdl.texi".
6171 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
6173 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
6175 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
6177 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
6179 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
6181 * gdb.texinfo (Server): Mention pidof.
6183 2003-07-22 Andrew Cagney <cagney@redhat.com>
6185 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
6188 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
6190 * gdb.texinfo (Logging output): New chapter.
6192 2003-06-24 Joel Brobecker <brobecker@gnat.com>
6194 * gdb.texinfo (Unsupported languages): New section.
6195 (Languages): Add link to new section.
6197 2003-06-22 Andrew Cagney <cagney@redhat.com>
6199 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
6201 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6203 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
6205 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
6207 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
6208 * agentexpr.texi: Retitle section, and change it to an appendix.
6209 Comment out texinfo initialization. Factor a @var{} into two
6210 pieces to prevent makeinfo warnings.
6211 * gdb.texinfo: Add Agent Expressions appendix.
6213 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
6215 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
6217 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
6219 * gdb.texinfo (Remote Debugging): New section "Connecting to a
6220 remote target". Document the "detach" and "disconnect" commands.
6221 (Server, Netware, Debug Session): Reference "Connecting to a
6223 (GDB/MI Target Manipulation): Document "-target-disconnect".
6225 2003-06-13 Andrew Cagney <cagney@redhat.com>
6227 * gdbint.texinfo (Target Architecture Definition): Deprecate
6228 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
6229 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
6231 2003-06-09 Jim Blandy <jimb@redhat.com>
6233 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
6235 2003-06-08 Andrew Cagney <cagney@redhat.com>
6237 * gdbint.texinfo (Target Architecture Definition): Delete
6238 documentation on FRAME_ARGS_ADDRESS_CORRECT.
6240 2003-06-08 Andrew Cagney <cagney@redhat.com>
6242 * gdbint.texinfo (Target Architecture Definition): Document
6243 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
6245 2003-06-07 Adam Fedor <fedor@gnu.org>
6247 * gdb.texinfo: Add Objective-C documentation.
6249 2003-06-01 Andrew Cagney <cagney@redhat.com>
6251 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
6252 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
6254 2003-05-21 Andrew Cagney <cagney@redhat.com>
6256 * gdbint.texinfo (Target Architecture Definition): Delete
6257 references to "extract_address" and "store_address".
6259 2003-05-16 Andrew Cagney <cagney@redhat.com>
6261 * gdbint.texinfo (Target Architecture Definition): Replace
6262 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
6263 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
6265 2003-05-14 Theodore A. Roth <troth@openavr.org>
6267 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
6269 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
6271 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
6272 (gdb.dvi): Likewise.
6273 (gdb.pdf): Likewise.
6274 (links2roff): Likewise.
6276 2003-05-08 Jim Blandy <jimb@redhat.com>
6278 * gdb.texinfo (Dump/Restore Files): Update documentation for
6279 'dump', 'append', and 'restore': note that format argument is
6280 optional; simplify presentation of the command variants; and be
6281 more precise about the formats.
6283 2003-05-07 Jim Blandy <jimb@redhat.com>
6285 * gdb.texinfo (Symbols): Update documentation: 'maint list
6286 symtabs' and 'maint list psymtabs' have been renamed 'maint info
6287 symtabs' and 'maint info psymtabs'.
6289 2003-05-05 Andrew Cagney <cagney@redhat.com>
6291 * gdbint.texinfo (Target Architecture Definition): Make
6292 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
6293 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
6294 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
6296 2003-05-04 Andrew Cagney <cagney@redhat.com>
6298 * gdb.texinfo (Maintenance Commands): Document "maint print
6301 2003-05-04 Andrew Cagney <cagney@redhat.com>
6303 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
6305 2003-05-03 J. Brobecker <brobecker@gnat.com>
6307 Thierry Schneider <tpschneider1@yahoo.com>
6308 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
6311 2003-05-03 Andrew Cagney <cagney@redhat.com>
6313 * gdbint.texinfo (Target Architecture Definition): Document
6314 push_dummy_code. Add cross references.
6316 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
6318 * gdb.texinfo (Character Sets): Update to reflect new behavior of
6319 set/show charsets commands.
6321 2003-04-28 Andrew Cagney <cagney@redhat.com>
6323 * gdbint.texinfo (Target Architecture Definition): Replace
6324 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
6325 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
6327 2003-04-28 Andrew Cagney <cagney@redhat.com>
6329 * gdbint.texinfo (Target Architecture Definition): Rename
6330 "tm_print_insn" to "deprecated_tm_print_insn".
6332 2003-04-09 Jim Blandy <jimb@redhat.com>
6334 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
6337 2003-04-08 Andrew Cagney <cagney@redhat.com>
6339 * gdbint.texinfo (Target Architecture Definition): Delete
6340 references to EXTRA_FRAME_INFO.
6342 2003-04-08 Andrew Cagney <cagney@redhat.com>
6344 * gdbint.texinfo (Target Architecture Definition): Delete
6345 PRINT_TYPELESS_INTEGER.
6347 2003-04-02 J. Brobecker <brobecker@gnat.com>
6349 * observer.texi (GDB Observers): Adjust the documentation for the
6350 normal_stop notification to better describe reality. Fix a couple
6353 2003-04-02 Bob Rossi <bob_rossi@cox.net>
6355 * gdb.texinfo (GDB/MI Program Control): Add
6356 '-file-list-exec-source-file'
6358 2003-03-31 Andrew Cagney <cagney@redhat.com>
6360 * gdbint.texinfo (Target Architecture Definition): Delete
6361 references to CALL_DUMMY_P.
6363 2003-03-30 Andrew Cagney <cagney@redhat.com>
6365 * gdbint.texinfo (Target Architecture Definition): Remove
6366 reference to TARGET_WRITE_SP.
6368 2003-03-27 Andrew Cagney <cagney@redhat.com>
6370 * gdbint.texinfo (Target Architecture Definition): Remove
6371 references to write_sp.
6373 2003-03-27 Andrew Cagney <cagney@redhat.com>
6375 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6376 chapter body. Use @smallexample instead of @example.
6377 (Annotations): Ditto.
6378 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6381 2003-03-26 Andrew Cagney <cagney@redhat.com>
6383 * gdbint.texinfo (Target Architecture Definition): Replace
6384 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6385 dummy_addr parameters.
6387 2003-03-25 Andrew Cagney <cagney@redhat.com>
6389 * gdbint.texinfo (Target Architecture Definition): Delete
6390 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6391 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6392 Add reference to PUSH_ARGUMENTS.
6394 2003-03-23 Andrew Cagney <cagney@redhat.com>
6396 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6397 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6399 2003-03-18 J. Brobecker <brobecker@gnat.com>
6401 * gdbint.texinfo (Algorithms): Add new section describing the
6403 (Top): Add menu entry to new observer appendix.
6404 * observer.texi: New file.
6405 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6406 new observer.texi file.
6408 2003-03-17 Andrew Cagney <cagney@redhat.com>
6410 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6411 that GNU Press update the manual version number.
6413 2003-03-12 Andrew Cagney <cagney@redhat.com>
6415 * gdbint.texinfo (Target Architecture Definition): Delete
6416 references to get_saved_register. Rename GET_SAVED_REGISTER to
6417 DEPRECATED_GET_SAVED_REGISTER.
6419 2003-03-13 Andrew Cagney <cagney@redhat.com>
6421 * gdbint.texinfo (Target Architecture Definition): Replace
6422 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6424 2003-03-12 Andrew Cagney <cagney@redhat.com>
6426 * gdbint.texinfo (Target Architecture Definition): Rename
6427 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
6429 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
6431 * gdb.texinfo: Add File-I/O documentation.
6433 2003-03-10 Andrew Cagney <cagney@redhat.com>
6435 * gdbint.texinfo (Target Architecture Definition): Cross reference
6436 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6438 2003-03-07 Andrew Cagney <cagney@redhat.com>
6440 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6443 2003-03-05 Andrew Cagney <cagney@redhat.com>
6445 * gdbint.texinfo (Target Architecture Definition): Document
6446 unwind_dummy_id. Cross reference unwind_dummy_id and
6447 SAVE_DUMMY_FRAME_TOS.
6449 2003-03-05 James Ingham <jingham@apple.com>
6450 Daniel Jacobowitz <drow@mvista.com>
6452 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6455 2003-03-03 Andrew Cagney <cagney@redhat.com>
6457 * gdbint.texinfo (Target Architecture Definition): Document
6460 2003-03-03 Andrew Cagney <cagney@redhat.com>
6462 * stabs.texinfo (Structures): Use @samp and separate @var's
6463 instead of a single @var containing a comma separated list.
6466 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
6468 * Makefile.in (distclean): Remove config.log.
6470 2003-03-01 Andrew Cagney <cagney@redhat.com>
6472 * gdbint.texinfo (Target Architecture Definition): Rename
6473 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6475 2003-03-01 Andrew Cagney <cagney@redhat.com>
6477 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6478 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6480 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6482 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6483 (Non-debug DLL symbols): New node, describing the minimal symbols
6484 loaded from DLLs without real debugging symbols.
6486 2003-02-20 Andrew Cagney <ac131313@redhat.com>
6488 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6489 hardware-breakpoint-limit".
6490 (Set Watchpoints): Add cross reference to "set remote
6491 hardware-watchpoint-limit".
6492 (Remote configuration options): New section.
6494 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6496 * gdbint.texinfo (Target Architecture Definition): Delete
6497 descrption of IS_TRAPPED_INTERNALVAR.
6499 From Keith Seitz <keiths@redhat.com>:
6500 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6501 option "-i"/"--interpreter" to this chapter. Include index
6504 2003-02-04 David Carlton <carlton@math.stanford.edu>
6506 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6507 (Variables): Recommend stabs+ and DWARF 2.
6508 (C plus plus expressions): Correct info about
6509 compiler versions, debug formats.
6510 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6513 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6515 * gdbint.texinfo (Target Architecture Definition): Delete
6516 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6517 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6518 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6519 references to nindy and i960.
6520 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6522 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6524 * gdbint.texinfo (Target Architecture Definition): Delete
6527 2003-01-30 Andrew Cagney <ac131313@redhat.com>
6529 * stabs.texinfo (Member Type Descriptor): Clarify description of
6530 `@'. Suggested by Ben Hutchings.
6532 2003-01-29 Andrew Cagney <ac131313@redhat.com>
6534 * gdb.texinfo (M68K): Delete reference to es1800.
6536 2003-01-29 Andrew Cagney <ac131313@redhat.com>
6538 * gdb.texinfo (Maintenance Commands): Document `maint print
6539 reggroups' and `maint print register-groups'.
6540 * gdbint.texinfo (Target Architecture Definition): Document
6541 register_reggroup_p.
6543 2003-01-23 Jim Blandy <jimb@redhat.com>
6545 * gdb.texinfo (Separate Debug Files): New section.
6547 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
6549 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6550 and "maint show profile".
6552 2003-01-16 Michael Chastain <mec@shout.net>
6554 * gdb.texinfo (Installing GDB): Warn against
6555 ".../gdb-VERSION/gdb/configure".
6556 (Separate Objdir): Likewise.
6558 2003-01-15 Andrew Cagney <ac131313@redhat.com>
6560 * gdbint.texinfo (Target Architecture Definition): Delete
6561 definition of PRINT_REGISTER_HOOK.
6563 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
6565 (OpenRISC 1000): Fix formatting of command names.
6567 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
6569 * gdb.texinfo (Continuing and Stepping): Add new command
6570 'advance'. Clarify behavior of 'until'.
6572 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6574 * gdb.texinfo (Files): Document solib-absolute-prefix and
6577 2003-01-09 Michael Chastain <mec@shout.net>
6579 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6580 (Create a Release): Add new instructions for new @file{src-release}.
6581 Document existing instructions for @file{Makefile.in} as
6582 being for @value{GDBN} 5.3.1 or earlier.
6584 2003-01-09 Andrew Cagney <ac131313@redhat.com>
6586 * gdbint.texinfo (Target Architecture Definition): Mention
6587 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6590 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6592 * gdb.texinfo (Controlling GDB): Add @kindex for
6594 (Backtraces): Add @kindex's for backtrace-below-main.
6596 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6598 * gdb.texinfo (Controlling GDB): Document "set osabi".
6600 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6602 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6603 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6605 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6607 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6608 "set coerce-float-to-double".
6609 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6611 2003-01-02 Andrew Cagney <ac131313@redhat.com>
6613 * stabs.texinfo: Remove obsolete text.
6614 * gdbint.texinfo: Ditto.
6615 * gdb.texinfo: Ditto.
6617 2002-12-22 Mark Kettenis <kettenis@gnu.org>
6619 * gdbint.texinfo (Target Architecture Definition): Update
6620 description of gdbarch_register_osabi.
6622 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6624 * agentexpr.texi: Fix typos.
6625 * annotate.texi: Likewise.
6626 * fdl.texi: Likewise.
6628 2002-12-10 Andrew Cagney <cagney@redhat.com>
6630 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6631 DEPRECATED_INIT_FRAME_PC.
6633 2002-12-01 Andrew Cagney <ac131313@redhat.com>
6635 * gdbint.texinfo (Target Architecture Definition): Delete
6638 2002-11-28 Andrew Cagney <ac131313@redhat.com>
6640 * gdbint.texinfo (Host Definition): Delete documentation on
6641 USE_GENERIC_DUMMY_FRAMES.
6643 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
6645 Fix PR gdb/723 and PR gdb/245.
6646 * Makefile.in (install-info): Run the install-info command as part
6647 of the post install steps only.
6648 (uninstall-info): New target.
6649 (uninstall): New target.
6651 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
6653 * Makefile.in (install): Make install do some real work.
6655 2002-11-19 Andrew Cagney <ac131313@redhat.com>
6657 Fix POSIX problem reported by Paul Eggert.
6658 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6661 2002-10-26 Andrew Cagney <cagney@redhat.com>
6663 * gdbint.texinfo (Target Architecture Definition): Delete
6664 definition of DO_REGISTERS_INFO.
6666 2002-10-18 Kevin Buettner <kevinb@redhat.com>
6668 * gdbint.texinfo (Address Classes): Fix problems with insertion
6669 of ``{'' and ``}'' in example.
6671 2002-10-17 Kevin Buettner <kevinb@redhat.com>
6673 * gdbint.texinfo (Address Classes): New section.
6674 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6675 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6676 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6677 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6679 2002-10-11 Klee Dienes <kdienes@apple.com>
6681 * gdb.texinfo (Registers): Mention vector registers as well as
6682 floating registers in the documentation for 'info registers' and
6683 'info all-registers'.
6685 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
6687 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6689 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6691 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6692 interface definition.
6694 2002-10-03 Marko Mlinar <markom@opencores.org>
6696 * gdb.texinfo (Target Commands): Add or1k target specific
6698 * gdb.texinfo (Contributors): Add myself to the contributors list.
6700 2002-10-01 Andrew Cagney <ac131313@redhat.com>
6702 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6703 and "mi1" instead of "mi1" and "mi0".
6705 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6707 * gdb.texinfo (Packets): Fix typos "alligned".
6708 Correct z3/Z3 description. Correct z4/Z4 title.
6710 2002-09-27 Andrew Cagney <ac131313@redhat.com>
6712 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6714 2002-09-25 Kevin Buettner <kevinb@redhat.com>
6716 * gdb.texinfo: Use GNU/Linux instead of Linux.
6718 2002-09-25 Andrew Cagney <ac131313@redhat.com>
6720 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6722 2002-09-24 Andrew Cagney <ac131313@redhat.com>
6724 * gdb.texinfo: Replace @example with @smallexample.
6726 2002-09-20 Kevin Buettner <kevinb@redhat.com>
6728 From Eli Zaretskii <eliz@gnu.org>:
6729 * gdb.texinfo (Character Sets): Use @smallexample instead of
6730 @example. Use GNU/Linux instead of Linux.
6732 2002-09-20 Jim Blandy <jimb@redhat.com>
6734 * gdb.texinfo: Add character set documentation.
6736 2002-09-19 Andrew Cagney <ac131313@redhat.com>
6738 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6739 (Packets): Add cross reference from `b' packet to `z' packets.
6741 2002-09-19 Andrew Cagney <ac131313@redhat.com>
6743 * gdb.texinfo (Maintenance Commands): Document ``maint
6744 internal-error'' and ``maint internal-warning''.
6746 * gdbint.texinfo (Target Architecture Definition): Revise
6747 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6749 2002-09-19 Joel Brobecker <brobecker@gnat.com>
6751 * gdbint.texinfo (Target Conditionals): Document the new
6752 NAME_OF_MALLOC macro.
6754 2002-09-05 Andrew Cagney <ac131313@redhat.com>
6756 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6759 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6761 * gdb.texinfo (TUI Overview): Document status line fields.
6763 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6765 * gdb.texinfo (TUI Commands): Document info win command.
6767 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6769 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6771 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6773 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6774 (TUI Keys): Likewise.
6776 2002-08-25 Andrew Cagney <ac131313@redhat.com>
6778 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6779 for a packet receive.
6781 2002-08-25 Andrew Cagney <ac131313@redhat.com>
6783 * Makefile.in (clean): Move to end of file.
6784 (distclean, maintainer-clean, realclean): Ditto.
6785 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6786 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6787 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6788 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6790 2002-08-24 Andrew Cagney <ac131313@redhat.com>
6792 * Makefile.in (GDBINT_TEX_TMPS): Define.
6793 (gdbint.dvi, gdbint.pdf): Use
6794 (GDB_TEX_TMPS): Define.
6795 (gdb.dvi, gdb.pdf): Use.
6796 (STABS_TEX_TMPS): Define.
6797 (stabs.dvi, stabs.pdf): Use.
6798 (GDB_DOC_SOURCE_INCLUDES): New macros.
6799 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6800 (GDBINT_DOC_FILES_INCLUDES): New macros.
6801 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6802 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6803 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6804 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6805 (links2roff): Replace SFILES_INCLUDED with
6806 GDB_DOC_SOURCE_INCLUDES.
6807 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6808 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6809 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6811 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6813 (gdbmi.texinfo): Delete rule.
6814 (inc-hist.texinfo): Delete rule.
6815 (rluser.texinfo): Delete rule.
6817 2002-08-23 Andrew Cagney <cagney@redhat.com>
6819 * gdbint.texinfo (Target Architecture Definition): Update
6820 STORE_RETURN_VALUE, mention regcache.
6822 2002-08-21 Andrew Cagney <ac131313@redhat.com>
6824 * gdbint.texinfo (Target Architecture Definition): Document
6825 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6827 2002-08-19 Andrew Cagney <ac131313@redhat.com>
6829 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6830 Fix minor typos. Add index entries.
6832 2002-08-18 Andrew Cagney <ac131313@redhat.com>
6834 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6836 2002-08-15 Andrew Cagney <ac131313@redhat.com>
6838 * gdbint.texinfo (Target Architecture Definition): Document
6840 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6842 2002-08-13 Andrew Cagney <ac131313@redhat.com>
6844 * gdb.texinfo (Maintenance Commands): Document "maint print
6845 registers", "maint print raw-registers" and "maint print
6848 2002-08-08 Grace Sainsbury <graces@redhat.com>
6851 * gdb.texinfo (Protocol): Document T packet extension to
6852 allow watchpoint address reporting.
6854 2002-08-03 Andrew Cagney <ac131313@redhat.com>
6856 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6858 2002-08-01 Andrew Cagney <cagney@redhat.com>
6860 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6863 2002-08-01 Andrew Cagney <ac131313@redhat.com>
6865 * gdbint.texinfo (Coding): Revise section "Include Files".
6867 2002-07-24 Andrew Cagney <cagney@redhat.com>
6869 * gdbint.texinfo: Obsolete references to m88k.
6870 * gdb.texinfo: Ditto.
6872 2002-07-10 Joel Brobecker <brobecker@gnat.com>
6874 * gdbint.texinfo (Create a release candiate): Add the location
6875 where the proper version of autoconf can be retrieved.
6877 2002-07-09 Don Howard <dhoward@redhat.com>
6879 * gdb.texinfo (Command Files): Further describe the behavior of
6880 sourced command files.
6882 2002-06-27 Andrew Cagney <ac131313@redhat.com>
6884 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6885 (Coding): Clarify ISO C version that GDB assumes.
6887 2002-06-26 Tom Tromey <tromey@redhat.com>
6889 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6890 add_setshow_cmd_full.
6892 2002-06-25 Don Howard <dhoward@redhat.com>
6894 * gdb.texinfo (Memory Region Attributes): Document new behavior
6897 2002-06-11 Jim Blandy <jimb@redhat.com>
6899 * gdb.texinfo (Symbols): Update documentation for `info source'
6902 * gdb.texinfo (Macros): Call the command `info macro', not
6905 2002-06-09 Andrew Cagney <ac131313@redhat.com>
6907 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6910 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6912 * gdbint.texinfo (Target Architecture Definition): Document
6913 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6915 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6917 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6920 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6922 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6925 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6927 * gdbint.texinfo (Target Architecture Definition): Add section
6928 ``Converting an existing Target Architecture to Multi-arch''.
6930 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6932 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6933 to ``Obsoleting code''. Revise.
6935 2002-05-17 Jim Blandy <jimb@redhat.com>
6937 * gdb.texinfo (C Preprocessor Macros): New chapter.
6938 Include it in the main menu.
6939 (Contributors): Credit Jim Blandy with macro support.
6940 (Compilation): Explain how to get macro information into the
6942 (Expressions): Note that preprocessor macros are expanded.
6944 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6946 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6947 options for `target remote'.
6949 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6951 * gdbint.texinfo (Target Architecture Definition): Delete
6952 documentation on NNPC_REGNUM.
6954 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6956 * gdbint.texinfo (Target Architecture Definition): Document
6957 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6958 (Target Architecture Definition): Revise section `Using Different
6959 Register and Memory Data Representations'. Add section `Raw and
6960 Virtual Register Representations'.
6962 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6964 * gdbint.texinfo (Target Architecture Definition): Mention
6965 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6966 (Target Architecture Definition): Mention same. Add references to
6969 2002-05-08 Michael Snyder <msnyder@redhat.com>
6971 * stabs.texinfo (Attributes): Document new "vector" attribute.
6973 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6975 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6977 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6979 * gdb.texinfo: Delete obsolete references to a29k.
6981 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6983 * gdbint.texinfo (Target Architecture Definition): Replace
6984 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6986 2002-04-24 David S. Miller <davem@redhat.com>
6988 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6990 2002-04-21 David S. Miller <davem@redhat.com>
6992 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6994 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6996 * gdbint.texinfo (Target Architecture Definition): Delete
6997 definition of HAVE_REGISTER_WINDOWS.
6999 2002-04-19 Eli Zaretskii <eliz@gnu.org>
7001 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
7002 "Theodore A. Roth" <troth@verinet.com>.
7004 2002-04-15 Don Howard <dhoward@redhat.com>
7006 From Eli Zaretskii <eliz@gnu.org>
7007 * gdb.texinfo (show max-user-call-depth): Correct formatting.
7008 Provide a better explaination of this feature.
7010 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7012 * gdbint.texinfo (Target Architecture Definition): Remove
7013 FRAME_CHAIN_COMBINE.
7015 2002-04-12 Michael Chastain <mec@shout.net>
7017 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
7020 2002-04-09 Michael Chastain <mec@shout.net>
7022 * gdbint.texinfo (Obsolete Conditionals): Remove references to
7025 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7027 * gdb.texinfo (Bug Reporting): Document that the web is the
7028 prefered way of submitting bug reports.
7029 (Bug Reporting): Delete the s-mail address as the last resort.
7031 2002-04-05 Andrew Cagney <ac131313@redhat.com>
7033 * gdbint.texinfo (Target Architecture Definition): Delete
7034 references to TARGET_WRITE_FP and write_fp.
7036 2002-03-27 Michael Snyder <msnyder@redhat.com>
7038 * gdb.texinfo: Document new commands dump, append, and restore.
7040 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7042 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
7045 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7047 * gdb.texinfo: Change all examples to @smallexample.
7048 * gdbint.texinfo: Ditto.
7050 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7052 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
7055 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7057 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
7060 2002-03-04 Fred Fish <fnf@redhat.com>
7062 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
7063 expresson, suports, dependant, trhe, perhaphs, situtations,
7064 explictily, taged, oportunity, unfortunatly).
7066 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7068 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
7069 Remove reference to 3.12.
7071 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7073 * gdbint.texinfo: Include fdl.texi.
7074 (Top): Add GNU Free Documentation License.
7075 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
7076 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
7077 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
7078 (gdbint.info): Add srcdir to include path.
7079 * gdb.texinfo: Include gpl.texi.
7081 * gpl.texi: New file.
7083 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7085 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
7087 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
7089 * gdb.texinfo: Document Cygwin native specific commands.
7091 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
7093 * gdb.texinfo: Document gdbserver ``--attach'' command.
7095 2002-02-07 Michael Snyder <msnyder@redhat.com>
7097 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
7098 to @code(_ovly_debug_event).
7100 2002-02-07 Andrew Cagney <ac131313@redhat.com>
7102 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
7104 2002-02-06 Michael Snyder <msnyder@redhat.com>
7106 * gdb.texinfo (overlays): Mention new magic symbol
7107 '_ovly_debug_event', which allows GDB to keep better track
7110 2002-02-03 Eli Zaretskii <eliz@gnu.org>
7112 * gdb.texinfo (Memory Region Attributes): Fix the wording.
7113 Suggested by Dmitry Sivachenko.
7115 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
7117 2002-02-01 Michael Snyder <msnyder@redhat.com>
7119 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
7121 2002-01-30 Michael Snyder <msnyder@redhat.com>
7123 * gdb.texinfo: (remote protocol): Gramatical fix-up.
7124 (set trust-readonly-sections): Document.
7126 2002-01-29 Andrew Cagney <ac131313@redhat.com>
7128 * gdbint.texinfo (Releasing GDB): Revise and update.
7130 2002-01-28 Andrew Cagney <ac131313@redhat.com>
7132 * gdbint.texinfo (Target Architecture Definition): Delete
7133 description of TARGET_BYTE_ORDER_DEFAULT.
7135 2002-01-27 Eli Zaretskii <eliz@gnu.org>
7137 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
7138 <mitya@cavia.pp.ru>.
7140 2002-01-23 Andrew Cagney <ac131313@redhat.com>
7142 * libgdb.texinfo: Delete file.
7144 2002-01-22 Andrew Cagney <ac131313@redhat.com>
7146 * gdb.texinfo: Remove makeinfo 3.12 hacks.
7147 * gdbint.texinfo: Ditto.
7149 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
7151 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
7153 2002-01-22 Andrew Cagney <ac131313@redhat.com>
7155 * Makefile.in: Update copyright.
7157 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
7158 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
7160 (TEXINDEX, PDFTEX): Delete makefile variables.
7162 2002-01-22 Andrew Cagney <ac131313@redhat.com>
7164 * gdb.texinfo (Protocol): Move section to appendix.
7166 2002-01-21 Andrew Cagney <ac131313@redhat.com>
7168 * gdb.texinfo (Remote Debugging): Create a menu.
7169 (Top): Add ``Remote Debugging'' to menu.
7171 2002-01-21 Andrew Cagney <ac131313@redhat.com>
7173 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
7174 serial protocol'' from here.
7175 (Remote Debugging): To here. New chapter.
7177 2002-01-20 Andrew Cagney <ac131313@redhat.com>
7179 * gdbint.texinfo (Target Architecture Definition): Delete
7180 description of TARGET_BYTE_ORDER_SELECTABLE_P.
7182 2002-01-20 Andrew Cagney <ac131313@redhat.com>
7184 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
7185 are no longer needed.
7186 (Porting GDB): Add maintainer note about configure.host.
7188 2002-01-20 Andrew Cagney <ac131313@redhat.com>
7190 * gdbint.texinfo (Target Architecture Definition): Remove
7191 definition of IEEE_FLOAT.
7193 2002-01-20 Eli Zaretskii <eliz@gnu.org>
7195 * gdb.texinfo: Beautify copyright years; fix a typo.
7196 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
7199 2002-01-19 Andrew Cagney <ac131313@redhat.com>
7201 * gdbint.texinfo (Host Definition): Remove references to
7202 MALLOC_INCOMPATIBLE.
7204 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7206 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
7209 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7211 * gdb.texinfo (Maintenance Commands): Add appendix.
7212 (Set Breaks): Copy ``maint info breakpoint'' doco to
7213 ``Maintenance Commands'' appendix. Add reference.
7215 2002-01-17 Andrew Cagney <ac131313@redhat.com>
7217 * fdl.texi: Remove next/prev from @node.
7219 2002-01-17 Eli Zaretskii <eliz@gnu.org>
7221 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
7222 for monstrous @multitable (from Brian Youmans).
7224 * fdl.texi: New file.
7226 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
7228 2002-01-15 Andrew Cagney <ac131313@redhat.com>
7230 * gdbint.texinfo (Releasing GDB): New chapter.
7232 2002-01-14 Andrew Cagney <ac131313@redhat.com>
7234 * gdb.texinfo (Embedded Processors, Calling program functions):
7235 Obsolete references to a29k.
7237 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7239 * gdbint.texinfo (Coding): Review Cleanups section. Examples
7240 examples. Document that a code-block should do or discard its
7241 cleanups before exit.
7243 2002-01-11 Michael Snyder <msnyder@redhat.com>
7245 * gdb.texinfo (Choosing files): Change @samp to @file.
7247 2002-01-05 Michael Snyder <msnyder@redhat.com>
7249 * gdb.texinfo (--pid): Document new command line option (attach).
7251 2002-01-07 Eli Zaretskii <eliz@gnu.org>
7253 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
7256 2002-01-04 Andrew Cagney <ac131313@redhat.com>
7258 * gdbint.texinfo (Target Architecture Definition): Replace
7259 BIG_ENDIAN with BFD_ENDIAN_BIG.
7261 2002-01-03 Andrew Cagney <ac131313@redhat.com>
7263 * gdbint.texinfo (Target Architecture Definition): Replace
7264 value_ptr with struct value pointer.
7266 2002-01-02 Eli Zaretskii <eliz@gnu.org>
7268 * gdb.texinfo (Free Software): Fix wording.
7270 2001-12-31 Eli Zaretskii <eliz@gnu.org>
7272 * gdb.texinfo (Free Software): New section ``Free Software Needs
7273 Free Documentation''.
7275 2001-12-30 Eli Zaretskii <eliz@gnu.org>
7281 * annotate.texi: Fix the application of GFDL in the Copyright notice.
7283 2001-12-29 Michael Snyder <msnyder@redhat.com>
7285 * gdb.texinfo (maint info sections): Fix typo.
7287 2001-12-26 Michael Snyder <msnyder@redhat.com>
7289 * gdb.texinfo (maint info sections): Document.
7291 * gdb.texinfo (info proc): Comment out documentation for
7292 'info proc' sub-options that are currently not implemented.
7294 2001-12-20 Jim Blandy <jimb@redhat.com>
7296 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
7298 2001-12-15 Andrew Cagney <ac131313@redhat.com>
7300 * gdbint.texinfo (Target Architecture Definition): Replace
7301 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
7303 2001-12-01 Andrew Cagney <ac131313@redhat.com>
7305 * gdbint.texinfo (Host Definition): Delete documentation on
7308 2001-11-30 Jim Blandy <jimb@redhat.com>
7310 * gdb.texinfo (Overlays): New chapter, documenting GDB's
7311 overlay support. Add to top-level menu.
7313 2001-11-26 Tom Tromey <tromey@redhat.com>
7315 * gdb.texinfo (Command Syntax): Document C-o binding.
7317 2001-07-26 Christopher Faylor <cgf@redhat.com>
7319 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
7320 use since it is described in the referenced section.
7322 From Eli Zaretskii <eliz@gnu.org>
7323 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
7324 clearer when using DJGPP.
7326 2001-11-24 Christopher Faylor <cgf@redhat.com>
7328 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
7329 specifically refer to MS-DOS.
7330 (command files): Mention gdb.ini is only used on MS-DOS.
7332 2001-11-21 Tom Tromey <tromey@redhat.com>
7334 * gdb.texinfo (Invoking GDB): Document --args.
7335 (Mode Options): Likewise.
7337 2001-11-21 Jim Blandy <jimb@redhat.com>
7339 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
7340 Delete documentation; this macro has been removed from the
7343 2001-11-13 Jim Blandy <jimb@redhat.com>
7345 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
7347 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
7349 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
7351 2001-11-05 Michael Snyder <msnyder@redhat.com>
7353 * gdb.texinfo (info functions): Document use of backslash to
7354 quote regexp chars in function names such as "operator*()".
7356 2001-11-01 Fred Fish <fnf@redhat.com>
7358 * gdbint.texinfo (SOLIB_ADD): Document additional new
7361 2001-10-30 Don Howard <dhoward@redhat.com>
7363 * gdb.texinfo: (Command Files) Added documentation for the
7364 behavior of gdb with input redirected from a file.
7366 2001-10-28 Fred Fish <fnf@redhat.com>
7368 * gdb.texinfo (auto-solib-add): Change docs to match
7369 implementation change.
7370 (auto-solib-limit): Add docs for new variable.
7372 2001-10-15 Andrew Cagney <ac131313@redhat.com>
7374 * gdbint.texinfo (Target Architecture Definition): Function
7375 value_as_pointer renamed to value_as_address.
7377 2001-10-15 Andrew Cagney <ac131313@redhat.com>
7379 * gdbint.texinfo (Target Architecture Definition): Default
7380 POINTER_TO_ADDRESS functions assume unsigned addresses.
7381 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7382 posting by Jim Blandy.
7384 2001-10-12 Jim Blandy <jimb@redhat.com>
7386 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7387 version of texi2html (1.64) doesn't support this flag any more.
7389 2001-09-08 Mark Kettenis <kettenis@gnu.org>
7391 * gdbint.texinfo (Host Definition): Remove description of
7394 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7396 * gdbint.texinfo (Host Definition): Remove description of
7399 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
7401 * gdbint.texinfo (Target Architecture Definition): Add
7402 explanation of TARGET_PRINT_INSN macro.
7404 2001-08-30 Jim Blandy <jimb@redhat.com>
7406 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7407 Explain what it means to load relocatable files.
7409 2001-08-28 Jim Blandy <jimb@redhat.com>
7411 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7414 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7416 * gdbint.texinfo: Add a cautionary note about macro use.
7418 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
7420 * gdb.texinfo: Explain omitting the hostname in the
7421 `target remote' command.
7423 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
7425 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7426 and END-INFO-DIR-ENTRY.
7428 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7430 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7432 2001-07-25 Andrew Cagney <ac131313@redhat.com>
7434 * gdbint.texinfo (libgdb): Rewrite.
7436 2001-07-26 Eli Zaretskii <eliz@gnu.org>
7438 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7440 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7442 * gdb.texinfo (TUI): New chapter, document the TUI.
7443 (Mode Options): Document the -tui option.
7445 2001-07-23 Mark Kettenis <kettenis@gnu.org>
7447 * gdbint.texinfo (Host Definition): Remove description of
7450 2001-07-23 Eli Zaretskii <eliz@gnu.org>
7452 * gdb.tex (DJGPP Native): New node, with descriptions of
7453 DJGPP-specific commands.
7455 2001-07-19 John R. Moore <jmoore@redhat.com>
7457 * gdbint.texinfo: Three misspellings.
7459 2001-07-06 Andrew Cagney <ac131313@redhat.com>
7461 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7462 `test` expressions on bash. Problem reported by Colin Walters.
7464 2001-07-04 Andrew Cagney <ac131313@redhat.com>
7466 * gdbint.texinfo (User Interface): Update ui-out documentation to
7467 refelect recent UI/MI updates.
7469 2001-07-04 Andrew Cagney <ac131313@redhat.com>
7471 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7474 2001-06-15 Andrew Cagney <ac131313@redhat.com>
7476 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7477 structure and not macros.
7478 (Host Definition): Document that much of this chapter is obsolete.
7479 (Target Architecture Definition): Update list of files that make
7480 up a target architecture.
7483 2001-06-28 Andrew Cagney <ac131313@redhat.com>
7485 * gdbint.texinfo (Target Architecture Definition): Update
7486 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7487 The latter has been changed to a true predicate.
7489 2001-06-17 Eli Zaretskii <eliz@gnu.org>
7491 * annotate.texi: Add @noindent where needed. From Dmitry
7492 Sivachenko <dima@Chg.RU>.
7493 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7495 2001-06-16 Andrew Cagney <ac131313@redhat.com>
7497 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7499 2001-06-14 Andrew Cagney <ac131313@redhat.com>
7501 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7502 returns ``OK''. Document that the ``R'' packet does not reply.
7504 2001-06-13 Michael Snyder <msnyder@redhat.com>
7506 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7508 2001-06-13 Eli Zaretskii <eliz@gnu.org>
7510 * gdb.texinfo (Signals): Clarify the default setting of signal
7513 2001-05-14 Andrew Cagney <ac131313@redhat.com>
7515 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7516 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7518 2001-05-12 Andrew Cagney <ac131313@redhat.com>
7520 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7522 2001-05-10 Eli Zaretskii <eliz@gnu.org>
7524 * gdbint.texinfo (Clean Design and Portable Implementation):
7525 Renamed from "Clean Design".
7526 (Clean Design and Portable Implementation): Document portable
7527 methods of handling file names, and the associated macros.
7529 2001-04-02 Eli Zaretskii <eliz@gnu.org>
7531 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7532 command and provide a cross-reference to its description.
7533 (Symbols): Note that "info scope" is useful for trace experiments.
7535 2001-04-01 Eli Zaretskii <eliz@gnu.org>
7537 * gdb.texinfo (Symbols): Document "info scope".
7538 (Tracepoints): New chapter.
7539 (Contributors): Update for v5.1.
7540 <All nodes>: Change "C++" to "C@t{++}".
7542 * gdbint.texinfo (User Interface): A new section about ui_out
7543 functions, based on text written by Fernando Nasser.
7545 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7547 2001-03-26 Eli Zaretskii <eliz@gnu.org>
7549 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7551 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7553 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7554 Replace "GDB" with "@value{GDBN}". Fix markup.
7556 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7558 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7559 a cross-reference to its description.
7560 (Symbols): Document "info symbol".
7562 2001-03-21 Eli Zaretskii <eliz@gnu.org>
7564 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7565 subsection "x86 Watchpoints".
7566 (Target Architecture Definition): Document the macros
7567 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7568 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7570 2001-03-20 Andrew Cagney <ac131313@redhat.com>
7572 * gdbint.texinfo (Target Architecture Definition): Update
7573 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7576 2001-03-06 Kevin Buettner <kevinb@redhat.com>
7578 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7579 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7581 2001-02-21 Eli Zaretskii <eliz@gnu.org>
7583 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7585 2001-02-11 Eli Zaretskii <eliz@gnu.org>
7587 * gdb.texinfo (Environment): Document that `path' does not change
7588 the value of PATH in GDB's own environment (it did in the past,
7589 but that was changed on March 15, 1994). Reported by Doug Evans
7590 <dje@transmeta.com>.
7592 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7593 its line. Fix markup of commands and macros. Add an Index node
7596 2001-01-23 J.T. Conklin <jtc@redback.com>
7598 * gdb.texinfo (Memory region attributes): New manual section.
7600 2001-01-04 Nicholas Duffek <nsd@redhat.com>
7602 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7604 2000-12-25 Eli Zaretskii <eliz@gnu.org>
7606 * refcard.tex: Version and copyright fixed. From Phil Edwards
7607 <pedwards@disaster.jaj.com>.
7609 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7611 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
7612 DWARF2_REG_TO_REGNUM): Document.
7614 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7616 * gdbint.texinfo (Coding): Update current value of
7617 --enable-build-warnings. Mention --enable-gdb-build-warnings.
7619 2000-11-19 Eli Zaretskii <eliz@gnu.org>
7621 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7622 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7624 2000-11-10 Christopher Faylor <cgf@cygnus.com>
7626 * gdb.texinfo: Document new 'set step-mode' command.
7628 2000-10-16 Eli Zaretskii <eliz@gnu.org>
7630 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7631 changes from Dmitry Sivachenko <dima@Chg.RU>.
7633 2000-09-26 Eli Zaretskii <eliz@gnu.org>
7635 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7636 From Steven Johnson <sbjohnson@ozemail.com.au>.
7638 2000-08-10 Mark Kettenis <kettenis@gnu.org>
7640 * gdbint.texinfo (Overall Structure): Spelling fix.
7642 2000-08-10 Eli Zaretskii <eliz@gnu.org>
7644 * gdbint.texinfo (Target Architecture Definition): Document that
7645 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7646 for which REGISTER_CONVERTIBLE returns a zero value.
7648 2000-07-08 Christopher Faylor <cgf@cygnus.com>
7650 * Makefile.in (install-info): Find files to install in either the
7651 build or source directories (adapted from Makefile.am).
7653 2000-07-07 Nicholas Duffek <nsd@redhat.com>
7655 * stabs.texinfo: Fix spelling errors.
7656 (String Field): FILE-NUMBER starts from 0, not 1.
7658 2000-07-05 Eli Zaretskii <eliz@gnu.org>
7660 * refcard.tex: Remove \centerline from the blurb. Patch from
7663 2000-06-25 Eli Zaretskii <eliz@gnu.org>
7665 * Makefile.in (install-info): Support installation from outside of
7666 the source directory. Reported by Mark Harig
7667 <markh@frazier.landmark.com>.
7669 2000-06-20 J.T. Conklin <jtc@redback.com>
7671 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7673 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7675 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
7676 Generate using pdftex.
7678 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
7679 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
7680 @contents at the start.
7682 2000-05-24 Eli Zaretskii <eliz@gnu.org>
7684 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
7687 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7690 * gdb.texinfo: Fix ``et al.''.
7692 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7694 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
7697 2000-05-19 Jimmy Guo <guo@cup.hp.com>
7699 * configure: Regenerate.
7701 2000-05-17 Eli Zaretskii <eliz@gnu.org>
7703 * Makefile.in (install-info): Run install-info on installed Info
7706 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7708 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
7711 2000-05-09 Eli Zaretskii <eliz@gnu.org>
7713 * gdb.texinfo: Proofreading changes from Brian Youmans.
7715 2000-05-01 Nick Duffek <nsd@cygnus.com>
7717 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7718 startup sequence, minor edits.
7720 2000-05-01 Eli Zaretskii <eliz@gnu.org>
7722 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7725 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7726 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7727 like `n' and `s' which look weird. Convert some of the @kindex to
7728 @vindex, when they refer to variables, not commands.
7730 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7732 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7734 2000-04-23 Eli Zaretskii <eliz@gnu.org>
7736 * Makefile.in (GDBMI_DIR): New variable.
7737 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7738 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7739 (gdbmi.texinfo): New target, for texi2roff.
7740 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7741 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7743 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7745 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7748 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7750 * gdb.texinfo (Files): Update description of add-symbol-file
7753 2000-04-17 Eli Zaretskii <eliz@gnu.org>
7755 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7756 prevents the build (and is generally a Bad Idea).
7758 2000-04-17 Eli Zaretskii <eliz@gnu.org>
7760 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7761 a comma inside @var.
7762 (Command Files): Index markup changes from Dmitry Sivachenko
7765 2000-04-16 Eli Zaretskii <eliz@gnu.org>
7767 * Makefile.in (LN_S): Define.
7768 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7769 invoke "ln -s" unless it is known to work.
7771 * configure.in (AC_PROG_LN_S): Add.
7773 2000-04-14 Jim Blandy <jimb@redhat.com>
7775 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7777 (Target Conditionals): Document ADDRESS_TO_POINTER,
7780 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
7782 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7783 gdb-cfg.texi to get the value.
7785 2000-04-10 Jim Blandy <jimb@redhat.com>
7787 * gdbint.texinfo (Target Architecture Definition): Fix
7790 2000-04-08 Jim Blandy <jimb@redhat.com>
7792 * gdbint.texinfo (Using Different Register and Memory Data
7793 Representations): New section.
7794 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
7795 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7796 REGISTER_CONVERT_TO_RAW): Document.
7798 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7800 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
7801 for acknowledgments.
7803 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7805 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
7808 2000-03-28 J.T. Conklin <jtc@redback.com>
7810 * gdb.texinfo: Clarify which remote debug protocol commands are
7811 required and which are optional.
7813 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7815 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
7816 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7817 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
7818 * annotate.texi: Update.
7820 2000-03-28 Stan Shebs <shebs@apple.com>
7822 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7823 expectation of additional changes before release), update
7824 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7825 node links, rephrase and/or shorten lines to fix formatting
7826 problem in both regular and @smallbook formats.
7827 * annotate.texi: Shorten lines in example, use smallexample
7828 consistently everywhere.
7829 * Makefile.in: Add comment about texinfo 4.0 html generation.
7830 (SFILES_INCLUDED): Add annotate.texi.
7832 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
7834 * gdb.texinfo (Debugging Output): Added new section, documenting
7835 the "set/show debug" commands.
7837 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7839 * annotate.texi (Annotations): When GDBN omit @chapter and @node
7842 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7843 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
7844 @chapter and @node entries.
7846 * gdb.texinfo: Link all top-level nodes.
7848 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7850 * Makefile.in (install-info): Create $(infodir) before installing
7853 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7855 From David Whedon <dwhedon@gordian.com>
7856 * gdbint.texinfo : Added paragraphs about command deprecation.
7858 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
7860 * gdb.texinfo: Add documentation for the apropos command.
7862 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7864 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7866 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7868 * gdb.texinfo: Add white space to prevent overprinting in
7871 2000-03-17 Stan Shebs <shebs@apple.com>
7873 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7874 <dima@Chg.RU>, also clarification of allowed content for
7877 2000-03-16 Eli Zaretskii <eliz@gnu.org>
7879 * gdb.texinfo (main menu): Add Annotations.
7880 (File Options): Add @cindex entries for each command-line option.
7881 Document --epoch, --annotate, --async, --interpreter, --write,
7882 --statistics, and --version.
7884 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7887 2000-02-23 Jim Blandy <jimb@redhat.com>
7889 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7891 2000-02-22 Jim Blandy <jimb@redhat.com>
7893 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7895 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7897 * Makefile.in (diststuff): New target.
7899 2000-02-15 Kevin Buettner <kevinb@redhat.com>
7901 * agentexpr.texi: Fix wording regarding Intel's IA-64
7902 architecture. [From Jim Wilson.]
7904 2000-01-16 Tom Tromey <tromey@cygnus.com>
7906 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7907 (Delete Breaks): Mention range arguments.
7908 (Disabling): Likewise.
7910 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7912 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7914 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7916 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
7919 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7921 * gdb.texinfo: Clarify regular expressions used in rbreak.
7923 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
7925 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7926 MEMORY_REMOVE_BREAKPOINT): Document.
7928 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7930 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
7931 offset re-using the DATA offset instead.
7933 1999-10-11 Jim Kingdon <kingdon@redhat.com>
7935 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7937 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7939 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7940 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7943 * gdb.texinfo: Various minor wording and formatting improvements,
7944 mentions of additional command-line options.
7946 1999-09-30 Fred Fish <fnf@cygnus.com>
7948 * gdb.texinfo: Document additional forms of specifying section
7949 names and addresses for the add-symbol-file command.
7951 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7953 * gdbint.texinfo: Fix typo, add the word "have".
7955 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7957 * gdbint.texinfo (Target Architecture Definition): Document the
7958 SKIP_PERMANENT_BREAKPOINT macro.
7960 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7962 * gdb.texinfo: Fiks speling errers.
7964 * gdb.texinfo: Fix uses of @multitable.
7966 From Eli Zaretskii <eliz@gnu.org>:
7967 * gdb.texinfo: Include details specific to DOS host, clarify
7968 some confusing language, fix @ref/@xref/@pxref usages, add
7969 comments about using with optimization, add more indexing,
7970 fix info about disassembly-flavor.
7972 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7974 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7975 SKIP_SOLIB_RESOLVER): Define.
7977 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7979 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
7982 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7984 * gdb.texinfo: Create a new "Configurations" chapter with
7985 platform-specific info, inline remote.texi and move sections of it
7986 into the new chapter, move bits about info proc, heuristic search,
7987 and register stack into the new chapter.
7988 * remote.texi: Remove, now part of gdb.texinfo.
7989 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7991 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7993 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7994 GDB_TARGET_IS_MACH386): These kludges have gone away.
7996 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7998 * gdbint.texinfo (Target Architecture Definition): Mention
8001 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
8003 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
8004 surrounding text to fit HP-UX bits into general info.
8005 (HPPA-cfg.texi): Remove, no longer useful.
8007 * gdb.texinfo: Remove explicit links from @node lines, remove
8008 HP-added "Detailed Node Listing" from main menu which confuses
8011 From Dmitry Sivachenko <dima@Chg.RU>:
8012 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
8013 in description of `set environment'.
8015 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
8017 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
8019 1999-08-12 Ben Elliston <bje@cygnus.com>
8021 * gdbint.texinfo (Breakpoint Handling): Add missing words.
8023 1999-08-10 Eli Zaretskii <eliz@gnu.org>
8025 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
8026 watch, awatch, and rwatch. Explain why the latter two cannot be
8027 set as software watchpoints. Document that watchpoints for local
8028 variables are deleted when the debuggee terminates.
8030 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
8032 * remote.texi (Protocol): Further clarification of the "qRcmd"
8033 packet. Allow E.. response packet. "qRcmd" packet is no longer
8036 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
8038 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
8039 * gdb.texinfo: Ditto.
8041 1999-08-06 Tom Tromey <tromey@cygnus.com>
8043 * gdb.texinfo (KOD): New node.
8045 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
8047 * remote.texi (Rcmd): Fix minor formatting typos.
8049 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
8051 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
8054 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
8056 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
8059 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
8061 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
8063 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
8065 * remote.texi (Communication Protocol): ``v'' is in use. Fix
8066 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
8067 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
8068 packets that are not supported on all hosts. Expand examples.
8071 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
8073 * Makefile.in: Recognize html, install-html. Add targets
8074 to build HTML versions of documentation via texi2html.
8076 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
8078 * gdbint.texinfo (Testsuite): New chapter, information about the
8081 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
8083 * remote.texi (Communication Protocol): Rewrite.
8085 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
8087 * stabs.texinfo: Fix uses of xref.
8089 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
8091 * gdbint.texinfo: Add an anti-printf exhortation, and update the
8092 info about patch submission.
8094 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
8096 From Per Bothner <bothner@cygnus.com>:
8097 * gdb.texinfo: Document Chill support.
8099 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
8101 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
8102 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
8103 Document that the value should be greater-than or equal-to zero.
8104 (NO_STD_REGS): Document. Deprecate.
8106 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8108 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
8109 Document that these are not used.
8111 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8113 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
8115 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
8117 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
8118 numargs was dropped.
8120 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
8122 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
8124 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
8126 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
8129 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
8131 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
8132 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
8134 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
8136 * gdbint.texinfo: Fix typos: $ -> @.
8138 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
8140 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
8141 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
8142 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
8145 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
8147 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
8148 CALL_DUMMY_STACK_ADJUST): Document.
8150 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
8152 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
8153 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
8155 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
8157 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
8160 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
8162 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
8163 nearly all @ifset/@ifclear conditionals; nobody uses them, and
8164 they make the manual source incomprehensible.
8165 * h8-cfg.texi: Remove, hasn't been used in years.
8167 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
8169 * gdb.texinfo: Update the credits.
8171 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
8173 * gdb.texinfo: Fix mistakes noticed in printout of last
8174 draft, add Alpha to discussion of heuristic fence post.
8176 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
8178 * gdb.texinfo, remote.texi: Many changes; update to Seventh
8179 Edition, merge some HP changes into mainline, describe some
8180 previously undocumented features, describe more of the target
8181 commands available, eliminate obsolete section on renamed
8183 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
8185 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
8187 * gdb.texinfo: Make many HPPA conditionals unconditional,
8188 including catchpoint description, since now on for all configs.
8189 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
8192 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
8194 * Makefile.in (GDBvn.texi): Fix match expression to work with
8195 current format of VERSION in gdb/Makefile.in.
8196 * gdb.texinfo: Fix node ref to match new readline.
8198 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
8200 * gdb.texinfo: Changes made as part of a project to merge in
8201 changes made by HP. Documentation makes extensive use of
8202 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
8203 on remote debugging. There are differences in documentation
8204 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
8205 the HP manual discusses catchpoints, hardware watchpoints, and
8206 some HPUX specific limitations for shared library support.
8208 There are also a number of @node changes.
8210 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
8212 * gdbint.texinfo (Formatting): Disambiguate a sentence.
8215 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
8217 The following changes were made by Edith Epstein
8218 <eepstein@cygnus.com> as part of a project to merge in changes
8221 * HPPA-cfg.texi: new file.
8223 * all-cfg.texi: set HPPA for HP PA-RISC targets.
8225 * refcard.tex: change documentation about catch.
8228 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
8230 * gdbint.texinfo: Expand on GDB's coding standards,
8231 specify the use of arg names with prototypes.
8233 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
8235 * gdb.texinfo: Fix tipo.
8237 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
8239 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
8240 TARGET_BYTE_ORDER_SELECTABLE_P.
8242 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
8244 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
8246 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
8248 * agentexpr.texi: New file.
8250 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
8252 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
8254 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
8256 * remote.texi: Changed wording that implied that the GDB remote
8257 protocol caches register values instead of GDB itself.
8259 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
8261 * gdbint.texinfo: Add some info about symbol readers.
8262 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
8263 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
8264 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
8265 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
8267 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
8269 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
8271 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
8273 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
8275 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
8277 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
8278 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
8280 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
8282 * gdbint.texinfo: Fix minor typos.
8284 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
8286 * gdbint.texinfo: Complete overhaul. Group descriptions more
8287 logically, add more info on generic algorithms, remove much
8288 obsolete and/or wrong material.
8290 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
8292 * stabs.texinfo (Method Type Descriptor): Expand and correct.
8294 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
8296 * refcard.tex: Copyright, address updates.
8298 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
8300 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
8301 for the edition instead of confusing GDB-version-like numbers.
8303 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
8305 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
8307 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
8309 * LRS: Reformat a bit to keep text under 80 columns.
8311 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
8313 * gdb.texinfo: Add some credits, mention bug monitor.
8314 * remote.texi: Mention mips monitor targets.
8315 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
8317 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
8319 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
8320 files, finish sorting of host vs target vs native macros, describe
8323 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
8325 * gdbint.texinfo (Host Conditionals): Document change from
8326 using NO_MMALLOC to it's inverse, USE_MMALLOC.
8328 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
8330 * gdbint.texinfo (Host Conditionals): Document
8331 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
8333 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
8335 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
8336 Document LSEEK_NOT_LINEAR.
8338 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
8340 * stabs.texinfo (Stab Section Basics): Make it clear that only
8341 some versions of the GNU linker remove the leading N_UNDF symbol.
8343 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
8345 * stabs.texinfo (String Field): Document type number pairs here,
8346 instead of in the Sun specific section.
8347 (Include Files): The GNU linker supports the N_BINCL
8348 optimization. Clarify the N_BINCL value, and what it is used
8350 (Procedures): Document N_FUN with an empty string to mark the end
8352 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
8353 (Sun Differences): Remove this node, as the information is now
8354 elsewhere in the main document.
8355 (Stab Section Basics): Mention that the GNU linker may optimize
8356 stabs and remove the leading N_UNDF symbol.
8358 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8360 * gdb.texinfo, refcard.tex: Restore author credit
8362 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8364 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8365 documentation to account for START and END macros taking
8368 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8370 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8371 * gdb.texinfo (Frames): Fix typo.
8373 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8375 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8376 a target_signal as arg type, not a pid.
8378 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8380 * gdb.texinfo: Document `set assembly-language'.
8382 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8384 * remote.texi: Update list of stubs in the GDB distribution.
8386 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8388 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
8389 Also document that some systems can use mmalloc but must define
8390 this if their C runtime allocates memory that is later freed.
8391 (MMCHECK_FORCE): Document new macro.
8393 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8395 * remote.texi: Add documentation for target Sparclet.
8397 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8399 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
8400 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8401 * configure.in: Rewritten for autoconf.
8404 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8406 * Makefile.in (DVIPS): New define, set to dvips.
8407 (dvi): Add stabs.dvi.
8409 (all-doc): Depend on info, dvi, and ps targets.
8410 (STAGESTUFF): Add *.ps and *.dvi files.
8411 (clean-info, clean-dvi): Remove.
8412 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8413 rules completely rewritten.
8414 (maintainer-clean): Remove clean-info and clean-dvi
8415 dependencies and put their actions in the rules.
8416 (gdb.ps): New target
8417 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
8418 intermediate TeX files, whether they have 2 or 3 character
8420 (gdbint.ps): Add target and rules.
8421 (gdb-internals): Delete unused target.
8422 (Makefile): Depends upon config.status also.
8424 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8426 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8429 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8431 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8432 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8434 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8436 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8438 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8440 * gdb.texinfo (Print settings): Document
8441 `set/show print static-members' commands.
8443 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8445 * gdbint.texinfo (Native): Document name change, coredep.c to
8448 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8450 * stabs.texinfo (Include Files): Document the values the SunOS4
8451 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8453 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8455 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8458 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8460 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8463 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8465 * Makefile.in (maintainer-clean): New target, synonym for
8468 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8470 * Update all FSF addresses except those in COPYING* files.
8472 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8474 From Richard Earnshaw (rearnsha@armltd.co.uk):
8475 * gdb.texinfo (convenience variables): Document $_exitcode.
8476 (quit): Document optional expression to use as exit code.
8478 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8480 * gdb.texinfo, remote.texi: Brought up to date with various
8483 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8485 * gdb.texinfo: Update dates and versions, fix comments about
8486 hardware watchpoints in future releases and about the
8487 sharedlibrary command.
8489 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8491 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8492 C_FUN stab. Other cleanups.
8494 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8496 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8499 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8501 * annotate.texi: Clarify which addresses have differing formats
8502 depending on the language and which do not.
8504 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8506 * remote.texi (NetWare): Changed example to use BOARD= instead of
8507 NODE= argument to reflect correspoding change to gdbserve.nlm.
8509 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8511 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8512 GDB, as well as AIX dbx, supports the size type attribute.
8514 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8516 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8518 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8520 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8521 and new 'if' and 'while' commands.
8523 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8525 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8527 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8529 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8530 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8531 NetWare targets. Mostly stolen from the Server node.
8533 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8535 * gdb.texinfo (Setting): Talk about the language of a source file
8536 versus the working language. The old documentation did not match
8539 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8541 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8544 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8546 * gdb.texinfo (Processes): New node.
8548 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8550 * remote.texi: Update documentation of set/show mipsfpu.
8552 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8554 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8555 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
8557 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8559 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8560 obsolete conditionals, described some others.
8562 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8564 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8565 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8567 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8569 * gdbint.texinfo: Put regex conditionals in their own table.
8571 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8573 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8574 described or fixed the descriptions of many others.
8576 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8578 * gdb.texinfo: Add some more credits.
8579 * gdbint.texinfo: Capitalize GDB consistently, describe some
8580 macros and remove some.
8582 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8584 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8585 obsolete conditionals, described some others.
8587 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8589 * gdb.texinfo (help targets): Changed to `help target', which
8590 is the correct gdb command.
8592 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8594 * annotate.texi (TODO): New node, for keeping track of annotations
8595 suggested but not yet implemented.
8597 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8599 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8600 another symbol, it is not the address itself.
8602 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8604 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8605 of stabs-in-coff sections.
8607 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8609 * annotate.texi: Change edition to 0.5 and date to May 1994.
8611 (Frames): New node, for frame annotation.
8612 (Displays): New node, for display annotation.
8614 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8615 when waiting for your program to stop.
8617 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8619 * annotate.texi (Breakpoint Info): Document annotation of header
8620 fields and record annotation.
8622 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8624 * annotate.texi: New file, to document annotations.
8626 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8628 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8629 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8631 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8633 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8634 section, and say n_strx field is compilation unit relative.
8635 * stabs.texinfo: Don't use @code for a.out when it is the name of
8636 an object file format.
8638 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8640 * gdb.texinfo: Refer to file names, not path names, per rms
8642 (Arguments): Fix typo.
8644 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8646 * stabs.texinfo (Global Variables): Talk about stabs in files
8647 where variables are referenced, but not defined.
8649 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8651 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8652 Cplusplus to new nodes Member Type Descriptor and Method Type
8653 Descriptor. Re-write stuff for #.
8655 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8657 * gdb.texinfo (Print Settings): Don't document "set print
8658 fast-symbolic-addr off". The bug which it worked around was fixed
8659 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8661 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8664 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8666 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8668 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8669 references to ieee-float.c.
8671 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8673 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8674 match what the code actually does.
8676 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8678 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8680 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8682 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8685 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8687 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8688 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8689 as "stabs in sections" rather than just saying "ELF and SOM".
8690 Also make that stuff apply to COFF.
8692 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8694 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8697 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8699 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8700 versus functions without line numbers, also mention stepping into
8701 them as well as "step" when you are in them. Tell the user how to
8702 deal with the situation. Add comment about "debugging information".
8704 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8706 * stabs.texinfo (Enumerations): Document restriction on where
8707 enumeration types can appear and still win with GDB.
8709 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8711 * stabs.texinfo (Negative Type Numbers): Document format for type
8714 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8716 * gdb.texinfo (Selection, Frame Info): Update information about
8717 arbitrary frame specficiations.
8719 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8721 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8723 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8725 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8727 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8729 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8731 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8733 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8734 Differences node to Statics node.
8735 (Statics): Discuss XCOFF use of V symbol descriptor.
8737 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8740 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8742 * gdb.texinfo (Print Settings): Document `set print
8743 fast-symbolic-addr' and improve the doc for some other
8746 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8748 * stabs.texinfo (String Field): Talk about defining several type
8750 Fix lint regarding changing node ELF Transformations to
8751 ELF and SOM Transformations.
8753 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8755 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8757 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8759 * stabs.texinfo (Cross-References): `::' is for nested types only
8761 (Structures): Document static members.
8763 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8765 * stabs.texinfo: Document S type attribute.
8767 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8769 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8771 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8773 * gdbint.texinfo: Fix a few typos.
8775 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8777 * gdb.texinfo, remote.texi: formatting improvements
8779 * gdb.texinfo (New Features): mention threads.
8780 (Summary, C): fix xrefs in newly contributed text.
8781 (Threads): index entries, clarifications, example
8782 (passim): minor typos fixed, phrasing improvements
8784 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8785 entries; (Server): explain use of gdbserver w/real-time systems,
8786 add example of conflicting TCP port; (MIPS Remote) break up
8787 running text into table, highlighting commands, and add example.
8789 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8791 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8793 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8795 * stabs.texinfo (Nested Symbols): New node.
8796 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8798 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8800 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8801 to picking which Bbss.bss symbol to use, and (because there seems to
8802 be no good way of doing it) re-write some of the text to make it
8803 sound like Bbss.bss isn't such a great idea after all (as currently
8806 * gdb.texinfo (C): In addition to saying people have to use g++ for
8807 good results, say they have to use stabs. Specifically say cfront
8809 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8810 the gdb README. Add xrefs to places where the support for the various
8811 languages is described in detail.
8813 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8815 * stabs.texinfo: Clean up stuff about visibility and virtual
8818 * stabs.texinfo (N_M2C): Cite Sun doc.
8820 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8822 * gdb.texinfo: updates re threads.
8823 * remote.texinfo: avoid index entries starting with digits.
8825 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8827 * stabs.texinfo (Enumerations): Talk about large, negative and
8828 octal values. Clean up cross reference to type attributes.
8829 (String Field): Say that GDB 4.11 supports size attribute.
8831 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8833 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8834 is a mandatory step. Make the stuff about that more concise.
8836 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8838 * stabs.texinfo (Class Names): New node.
8840 * gdb.texinfo (Command Files): Explain order of init file reading.
8842 * remote.texi (Bootstrapping): Talk about getting the serial driver
8843 to deal with ^C sent by gdb to stop the remote system.
8845 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8847 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8849 * libgdb.texinfo (Defining Commands): made the DOC arg
8850 to gdb_define_app_command a char * instead of char **
8851 per a suggestion from kingdon.
8853 * libgdb.texinfo: total rewrite from a different starting
8856 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8858 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8859 floats passed as doubles (to improve clarity).
8861 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8863 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8865 * a4rc.sed: update to work with Andreas Vogel papersize params
8867 * refcard.tex: use Andreas Vogel simplifications of papersize
8868 params; remove useless version info; update copyright date.
8870 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8872 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8874 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8876 * gdb.texinfo (Files): Say what address the load command loads it at.
8878 * stabs.texinfo (Common Blocks): Minor cleanups.
8880 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8881 that Sun has backed away from the linker kludge and thus the relevant
8882 issue is changes to the SunPRO tools, not the Solaris linker.
8884 * stabs.texinfo (Traditional Integer Types): Clean up description
8885 of octal bounds a little bit. Document extra leading zeroes.
8887 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8889 * gdb.texinfo (Signaling): Update for symbolic symbol names
8890 and add a section explaining the difference between the GDB
8891 signal command and the shell kill utility.
8893 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8895 * libgdb.texinfo: added `@' to braces that were unescaped.
8897 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8899 * libgdb.texinfo: new file. Spec for the gdb library.
8901 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8903 * stabs.texinfo (Include Files): Fix typo (start -> end).
8905 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8907 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8908 from Melissa at FSF's editing pass.
8910 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8912 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8913 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8914 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8916 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8918 * remote.texi (Bootstrapping): Discuss 386 call gates.
8920 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8922 * stabs.texinfo (Based Variables): New node.
8924 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8926 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8927 names, sizes, and formats to suggest how not to lose.
8929 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8931 * stabs.texinfo (Methods): Fix typo.
8933 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8935 * gdb.texinfo: Fix a few typos.
8937 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8939 * gdb.texinfo: Clarify how well it works with Fortran.
8941 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8942 More on relocating stabs in ELF files.
8944 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8946 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8948 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8950 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8953 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8955 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8957 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8959 * stabs.texinfo: Make info author notice match the TeX author notice.
8961 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8963 * stabs.texinfo: Initial-caps all words in node names and
8964 non-trivial words in section names.
8966 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8968 * stabs.texinfo: Many minor cleanups.
8970 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8972 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8974 * stabs.texinfo: Remove full description of big example.
8975 It's not really helpful; just use pieces of it where appropriate.
8976 Add more Texinfo formatting directives (@samp, etc.).
8977 Use @deffn to define stab types.
8978 Eliminate some wordiness. Break up some nodes.
8979 Add an (alphabetized) index of symbol types.
8980 Use consistent capitalization style in node and section names.
8982 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8984 * gdb.texinfo: Change typo "Two two" to "The two".
8986 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8988 * stabs.texinfo (XCOFF-differences): Remove references to
8989 non-existent types N_DECL and N_RPSYM.
8991 * stabs.texinfo (String Field): Say that type attributes bug is
8992 fixed in GDB 4.10, since it is.
8994 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8996 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8998 * stabs.texinfo: Formatting cleanups.
9000 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9002 * stabs.texinfo: When explaining the n_type of a stab, standardize
9003 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
9005 (Global Variables): Clean up.
9007 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9009 * stabs.texinfo (Stack Variables): Re-write.
9011 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9013 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
9014 addresses of a source file. Also revise formatting.
9015 Change "object module" or "object file" to "source file".
9016 Various: Miscellaneous cleanups.
9018 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9020 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
9022 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
9024 * gdbint.texinfo: Removed many nonsensical machine-collected
9025 host and target conditionals, described some of the remainder.
9027 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9029 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
9031 * gdbint.texinfo (Top): Add name to @top line, and re-write the
9032 paragraph which follows.
9034 * gdbint.texinfo (Host): Use @code not @samp for Makefile
9035 variables. Looks better and avoids overful hbox.
9037 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9039 * stabs.texinfo (Procedures): Improve stuff on nested functions.
9041 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9043 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
9046 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9048 * gdbint.texinfo: Update statement about `some ancient Unix
9049 systems, like Ultrix 4.0' to Ultrix 4.2.
9051 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
9053 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
9055 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
9057 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
9058 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
9060 * remote.texi: new name for former gdbinv-s.texi
9062 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
9064 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
9066 * gdbinv-s.texi: Documented timeout and retransmit-timeout
9067 variables for MIPS remote debugging protocol.
9069 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9071 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
9073 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9075 * Makefile.in (refcard.dvi): Use srcdir where necessary.
9077 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
9079 * gdb.texinfo: repair conditional bugs in text markup
9081 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9083 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
9084 to select Modula-2 material.
9086 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9088 * stabs.texinfo: Cleanups regarding statics.
9090 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
9091 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
9093 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9095 * stabs.texinfo: N_MAIN is sometimes used for C.
9097 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9099 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
9101 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
9103 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
9104 removed from the code by Kingdon.
9106 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9108 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
9109 input when evaluating breakpoint conditions; the bug has been fixed.
9111 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
9112 sets the ignore count to N-1, not to N.
9114 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9116 * refcard.tex (\hoffset): correct longstanding error to match
9117 intended offset; avoids cutting off edge on some printers
9119 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9121 * stabs.texinfo (Parameters): Say that order of stabs is significant.
9123 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9125 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
9127 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9129 * Makefile.in: (REFEDITS) new var to control whether PS or CM
9130 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
9131 collect sed edits if any, apply to refcard before formatting;
9132 (refcard.ps) stop implying PS fonts if PS output requested;
9133 (lrefcard.ps) delete extra target for variant PS fonts
9135 * refcard.tex: parametrize papersize dependent info, collect
9136 in easily replaced spot
9138 * a4rc.sed: new file, edits to refcard for A4 paper
9140 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9142 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
9144 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9146 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
9148 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9150 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
9151 politely rather than rudely.
9153 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9155 * stabs.texinfo: Document common blocks.
9157 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
9159 * stabs.texinfo: Add some basic info about stabs-in-elf.
9161 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9163 * stabs.texinfo (Top): Minor cleanup.
9165 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
9167 * Makefile.in (install-info): remove parentdir support
9169 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9171 * gdb.texinfo (Copying): delete this node and references to it;
9172 RMS says this manual need not carry GPL. (passim): Improvements
9173 from last round at FSF, largely due to Ian Taylor review, and
9174 minor formatting improvements.
9176 * gdbinv-s.texi (passim): Improvements from last round at FSF,
9177 largely due to Ian Taylor review. (Debug Session): minor edits to
9180 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
9182 * Makefile.in (realclean): Remove info and dvi files too.
9184 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
9186 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
9187 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
9188 * gdb.texinfo: Change accordingly.
9190 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
9191 N_{L,R}BRAC,N_SLINE are relative to.
9193 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
9195 * Makefile.in (GDBvn.texi): Update atomically.
9197 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
9199 * gdbinv-s.texi (Debug Session): Document exceptionHook.
9201 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
9203 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
9204 addresses together. Also motivate the set print symbol-filename
9205 command and suggest other solutions.
9207 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
9209 * gdb.texinfo (set print elements): Note that the number of
9210 elements is set to unlimited by "set print elements 0".
9212 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
9214 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
9216 (Stab Types): Include Solaris stab types.
9217 (Procedures): Document Solaris extensions.
9219 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9221 * gdb.texinfo: Add `set print symbol-filename' doc.
9223 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9225 * stabs.texinfo (Arrays): Talk about type definition vs. type
9228 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
9229 the trailing semicolon.
9231 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9233 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
9234 and merge in other parts of the document addressing these subjects.
9235 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
9237 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
9238 at the end of a range type.
9240 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
9243 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9245 * stabs.texinfo (Stabs Format): Misc fixes.
9247 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9249 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
9250 (Traditional builtin types): Document convex convention for long long.
9251 (Negative builtin types): Discuss type names, and misc fixes.
9253 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9255 * stabs.texinfo (Builtin Type Descriptors): Document the floating
9256 point types used with @samp{R} type descriptor.
9257 (Symbol Descriptors): Describe how to handle conflict between
9258 different meanings of @samp{P} symbol descriptor.
9260 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9262 * stabs.texinfo: Remove node Quick Reference and put its children
9263 directly under the main menu.
9265 * stabs.texinfo: Many more changes to bring it into line with
9266 AIX documentation and reality. I think it now has all the
9267 information from the AIX documentation, except that I burned
9268 out when I got to variant records (Pascal and Modula-2) and
9269 all the COBOL types. Oh well, we can add them later when we're
9270 worrying more about those languages.
9272 * stabs.texinfo (Automatic variables): Talk about what it means
9273 to omit the symbol descriptor.
9275 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9277 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
9278 gcc2 behavior with promoted args.
9280 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9282 * gdb.texinfo: include readline appendices in info version of manual
9284 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9286 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
9289 * gdb.texinfo (Machine Code): more index entries for disassemble
9291 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
9293 * Clarify the intended use of the gdb-testers and gdb-patches
9294 mailing lists, and shrink gzip comment.
9296 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9298 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
9299 DOSHOST configuration of manual.
9301 * gdb.texinfo (MIPS Stack): new node.
9303 * all-config.texi (MIPS) new switch.
9305 * gdbinv-s.texi (Nindy Options) Remove two instances of future
9306 tense; (MIPS Remote) new node.
9308 * gdb.texinfo (passim) rephrases to work around makeinfo @value
9309 bug; (Environment) less passive, other small cleanups in text about
9310 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
9311 (Remote) new MIPS Remote menu entry.
9313 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
9315 * stabs.texinfo: Many changes to include information from the
9318 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
9320 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
9322 * gdbint.texinfo (new node Debugging GDB, elsewhere):
9323 Move a bunch of information from ../README.
9324 (Getting Started): New node.
9326 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9328 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
9330 * gdb.texinfo: advance manual revision dates to present
9332 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
9333 stop using silly Roman numerals in @set variable names
9335 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
9337 * stabs.texinfo (Parameters): Keep trying to get this right.
9339 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
9341 * stabs.texinfo (Parameters): More on "local parameters".
9343 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
9345 * stabs.texinfo (Parameters): Re-do "local parameters" section.
9347 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
9349 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
9350 (Parameters): Rewrite.
9351 (xcoff-differences, Sun-differences): Minor changes.
9353 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9355 * stabs.texinfo: Minor cleanup.
9357 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9359 * gdbint.texinfo: Minor xcoff stuff.
9361 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9363 * gdbint.texinfo: Update for new config directory structure.
9364 Add info about internal type data structures.
9366 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9368 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9370 (gdb-config.texi): Depend on file in $(srcdir).
9372 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9374 * stabs.texinfo: Fixes about N_SO.
9376 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9378 * gdb.texinfo: include list of nonstandard init file names
9380 * *-config.texi: new switch GENERIC for text that applies *only*
9381 to (usual) multiple-target version of manual
9383 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9386 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9387 in menus (rather than conditionally selected multiple alternative
9390 * Makefile.in: define and use DOC_CONFIG var to select
9391 configuration for GDB user manual.
9393 * gdb-config.texi: delete from repository, generate from Makefile.
9395 * all-config.texi: normal `generic' configuration file, formerly
9396 stored as gdb-config.texi
9398 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9400 * Makefile.in: add dvi target to build all .dvi files
9402 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9404 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9406 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9408 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9410 * stabs.texinfo: More array fixes inspired by Jim's.
9412 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9414 * stabs.texinfo: Fixes re arrays and continuations.
9416 * gdbint.texinfo: Add XCOFF node.
9418 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9420 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9422 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9424 * stabs.texinfo: Fix for array types to mention lower bounds.
9426 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9428 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9430 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9432 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9434 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9436 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9437 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9439 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9441 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9443 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9445 * gdb.texinfo, gdbinv-s.texi: misc updates
9447 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9449 * gdbint.texinfo: Brief documentation for longjmp support,
9450 from an email msg by Stu.
9452 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9454 * stabs.texinfo: Fix description of floating point "range"
9455 types (which really define basic types). Reported by Jim Meehan,
9456 <meehan@src.dec.com>.
9458 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9460 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9462 * gdbint.texinfo: Slightly expand section on supporting a new
9465 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9467 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9470 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9472 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9474 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9476 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9478 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9481 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9483 * gdbint.texinfo: Add sections on clean design and on how to send
9486 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9488 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9490 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9492 * gdb.texinfo: Fix typo, reported by Karl Berry.
9494 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9496 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9498 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9500 * gdbint.texinfo: fixed a stray email address (needs @@),
9501 added @table @code to node "Native Conditionals"
9503 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9505 * gdbint.texinfo: Describe coding style of GDB.
9507 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9509 * stabs.texinfo: Minor wording changes.
9511 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9513 * gdbint.texinfo: Improve release doc slightly.
9515 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9517 * gdbint.texinfo: Improve doc of GDB config macros.
9519 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9521 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9522 These will be reinserted when examined.
9524 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9526 * gdbint.texinfo: Make a start at documenting all the #if macros
9527 in GDB. At least list them all, and start separating them into
9528 host-specific and target-specific.
9530 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9532 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
9533 examples (not consistent w others).
9534 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9535 for generic vn of doc
9537 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9539 * Makefile.in: always create installation directories.
9541 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9543 * gdb.texinfo: in h8 config, do not describe searching commands.
9545 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9547 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9548 conditionals; introduce a few generic switches that may be
9549 useful for other cross-dev or dos-hosted configs.
9551 * gdb.texinfo: fix typo in "info reg" description
9553 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9555 * stabs.texinfo: Minor updates from running TeX over it.
9556 * Makefile.in (stabs.dvi, stabs.ps): Add.
9558 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9560 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9561 First pass at converting it to texinfo.
9563 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9565 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9566 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9568 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9570 * gdbint.texinfo: Add section on partial symbol tables.
9572 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9574 * gdb.texinfo: document `set remotedebug' and `set
9575 rstack_high_address'.
9577 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9579 * gdb.texinfo: slight expansion of new text on reading info files
9580 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9583 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9585 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9587 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9589 * gdb.texinfo: Say how to read the `info' files.
9591 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9593 * Makefile.in: gm4 -> m4.
9595 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9597 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9598 Documentation' ahead of `Installing GDB' to match README.
9599 Update shared library doc, -readnow and -mapped, and directory
9600 structure (add glob and mmalloc). Update configure doc.
9602 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9604 * Makefile.in: remove $(srcdir) from gdb.info rule.
9606 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9608 * Makefile.in: commented out gdb-all.texinfo rule. This is
9611 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9613 * Makefile.in, configure.in: removed traces of namesubdir,
9614 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9615 copyrights to '92, changed some from Cygnus to FSF.
9617 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9619 * gdb.texinfo: Improve how we ask for bug reports.
9621 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9623 * Makefile.in: infodir belongs in datadir.
9625 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9627 * Makefile.in: remove spaces following hyphens, bsd make can't
9628 cope. install using INSTALL_DATA. added clean-info. added
9629 standards.text support.
9631 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9633 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9634 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9635 and mandir now keyed off datadir by default.
9642 version-control: never