X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2FChangeLog;h=8835a3155b8b5194b9d8c9db89af03dfd2927b75;hb=d8e227793f4a8ce420f2b4a068844b5b6ec39490;hp=700ccfb089574239eea212bd7656f6ab2de01d28;hpb=dc3b15be96e70eade85bc988dac7cc2989778334;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 700ccfb089..8835a3155b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,308 @@ +2011-01-06 Tom Tromey + + * gdb.texinfo (Frames In Python): Document gdb.newest_thread. + +2010-01-06 Paul Pluzhnikov + + * gdb.texinfo (Debugging Output): Document "set debug jit". + +2011-01-06 Tom Tromey + + PR python/12133: + * gdb.texinfo (Frames In Python): Document various frame + constants. + +2011-01-05 Joel Brobecker + + * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo, + doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi, + doc/refcard.tex, doc/stabs.texinfo: Copyright year update. + +2011-01-03 Jan Kratochvil + + * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi. + (clean): Add GDBvn.texi. + +2010-12-29 Joel Brobecker + + * gdb.texinfo (Ada Glitches): Remove paragraph describing the + occasional case where the debugger prints an array address + instead of the array itself. + +2010-12-23 Pedro Alves + + * gdb.texinfo (Packets) : Document support + for registers that were not collected. + +2010-12-15 Doug Evans + + * gdb.texinfo (Startup): Document auto-loading of scripts during + startup. + (Auto-loading): Delete "maint set python auto-load on|off". + Add "set auto-load-scripts on|off". + +2010-12-07 Doug Evans + + * gdb.texinfo (Mode Options): Document -data-directory. + (Data Files): Add reference to -data-directory. + +2010-11-29 Doug Evans + + * gdb.texinfo (Pretty-Printer Introduction): Change + printer-name:subprinter-name to printer-name;subprinter-name. + +2010-11-29 Phil Muldoon + + PR python/12199 + + * gdb.texinfo (Breakpoints In Python): Document "delete" method. + +2010-11-23 Tom Tromey + + * gdb.texinfo (Top): Check SYSTEM_READLINE. + (Editing): Likewise. + (Command History): Likewise. + (TUI Keys): Likewise. + (Bug Reporting): Conditionally include rluser.texi and + inc-history.texinfo. + * Makefile.in (READLINE_TEXI_INCFLAG): New variable. + (GDB_DOC_SOURCE_INCLUDES): Add comment. + (GDBvn.texi): Set SYSTEM_READLINE when appropriate. + (gdb.dvi): Use READLINE_TEXI_INCFLAG. + (gdb.pdf): Likewise. + (gdb.info): Likewise. + (gdb/index.html): Likewise. + +2010-11-23 Tom Tromey + + * Makefile.in (Makefile): Run ../config.status. + (distclean): Update. + * configure: Remove. + * configure.ac: Remove. + +2010-11-12 Tom Tromey + + * gdb.texinfo (Basic Python): Update. Add xref. + (Exception Handling): Document new exception classes. + (Types In Python): Update. + (Frames In Python): Update. + +2010-11-11 Phil Muldoon + + * gdb.texinfo (Breakpoints In Python): Document "internal" + parameter, and visible attribute. + +2010-11-05 Doug Evans + + * gdb.texinfo (Source Path): Document "set directories". + +2010-11-05 Ken Werner + + * gdb.texinfo: (Summary) Add mention about OpenCL C language support. + (OpenCL C): New node. + +2010-11-02 Doug Evans + + * gdb.texinfo (Pretty Printing): Expand into three sections, + introduction, example, and commands. + (Python API): Delete section Disabling Pretty-Printers, merge into + Selecting Pretty-Printers. + (Writing a Pretty-Printer): New section. Move the pretty-printer + example here, and reformat to match python coding style. Add a second + example using the gdb.printing module. + (Python modules): Add gdb.printing. + +2010-10-29 Doug Evans + + * gdb.texinfo (Python): Fix long line. + +2010-10-20 Doug Evans + + * gdbint.texinfo (Misc Guidelines): Renamed from Coding. + All references updated. Correct sections marked as subsections. + (Coding Standards): New chapter. Move the coding standard related + subsections here. Add section on Python coding standards. + +2010-10-13 Doug Evans + + * gdb.texinfo (Python): Add "Python modules". + (Types in Python): Add reference to gdb.types section. + (Python modules): New node. + +2010-10-11 Doug Evans + + * gdb.texinfo (Values From Inferior): Add reference to "Types in + Python" from gdb.Value.type description. + +2010-09-28 Joel Brobecker + + * gdb.texinfo (Ravenscar Profile): New node. + +2010-09-22 Tom Tromey + + * gdb.texinfo (Values From Inferior): Mention Value.__init__. + +2010-09-22 Eli Zaretskii + + * gdb.texinfo (Values From Inferior): Clarify that + value.dynamic_type works only in C++ programs with RTTI. + +2010-09-15 Paul Bolle + + * gdb.texinfo (Character Sets): Correctly reference host-charset + in example. + +2010-09-13 Tom Tromey + + * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>: + Document "fullname" and "from". + +2010-09-01 Marc Khouzam + + * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new + feature `reverse' output by -list-target-features. + +2010-08-31 H.J. Lu + + * gdb.texinfo (i386 Features): Remove an extra "@item". + +2010-08-30 Tom Tromey + + PR python/11792: + * gdb.texinfo (Values From Inferior): Document dynamic_type. + +2010-08-24 Daniel Jacobowitz + + * gdb.texinfo (ARM Features): Document + org.gnu.gdb.arm.m-profile. + +2010-08-23 Tom Tromey + + PR python/11145: + * gdb.texinfo (Values From Inferior): Document dynamic_cast and + reinterpret_cast methods. + +2010-08-23 Tom Tromey + + PR python/11915: + * gdb.texinfo (Types In Python): Document array method. + +2010-08-18 Thiago Jung Bauermann + + * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register. + +2010-08-16 Tom Tromey + + * gdb.texinfo (Set Watchpoints): Document -location option. + +2010-08-13 Doug Evans + + * gdb.texinfo (.debug_gdb_scripts section): Fix typo. + +2010-08-13 Vladimir Prus + + * gdb.texinfo (GDB/MI Data Manipulation): Document + -data-read-memory-raw and -data-write-memory-raw. + +2010-08-11 Tom Tromey + Phil Muldoon + + * gdb.texinfo (Basic Python): Describe post_event API. + +2010-08-11 Phil Muldoon + + * gdb.texinfo (Basic Python): Describe solib_address and + decode_line Python APIs + +2010-08-10 Tom Tromey + + * gdb.texinfo (Pretty Printing API): Document + gdb.default_visualizer. + +2010-08-10 Tom Tromey + + Revert gdb-add-index addition: + * gdb.texinfo (Index Files): Don't document gdb-add-index. + +2010-08-07 Jan Kratochvil + Eli Zaretskii + + * gdb.texinfo (Mode Options) <-batch> + (Basic Python) : Describe setting width and height. + +2010-07-31 Paul Pluzhnikov + + * gdb.texinfo (Threads): Document 'debug libthread-db'. + +2010-07-30 Tom Tromey + + * gdb.texinfo (Index Files): Mention gdb-add-index. + +2010-07-30 Hui Zhu + + * gdb.texinfo (Inferiors and Programs): Update the introduce of + "detach inferior" and "kill inferior". + +2010-07-28 CHENG Renquan + + * gdb.texinfo (Machine Code): Update description of two forms of + arguments, and add new example to demonstrate the new form. + +2010-07-27 Phil Muldoon + + * gdb.texinfo (Values From Inferior): Add value inferior function + call description. + +2010-07-19 Jan Kratochvil + + * gdb.texinfo (Active Targets): Fix wrong comma placement. + +2010-07-19 Jan Kratochvil + Eli Zaretskii + + Make core files the process_stratum. + * gdb.texinfo (Active Targets): Remove core_stratum. Include + record_stratum example. + +2010-07-13 Tom Tromey + + * gdb.texinfo (Index Files): New node. + +2010-07-13 Tom Tromey + + * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'. + +2010-07-13 Tom Tromey + + * gdb.texinfo (Specify Location): Document labels. + +2010-07-01 Pedro Alves + + * gdb.texinfo (Create and Delete Tracepoints): Add more index + entries for fast tracepoints and static tracepoints. + +2010-07-01 Pedro Alves + + * gdb.texinfo (General Query Packets) : Spell out `l' as ell. + +2010-07-01 Pedro Alves + + * gdb.texinfo (Convenience Variables): Document $_sdata. + (Commands to Set Tracepoints): Describe static tracepoints. Add + `Listing Static Tracepoint Markers' menu entry. Document + "strace". + (Tracepoint Action Lists): Document collecting $_sdata. + (Listing Static Tracepoint Markers): New subsection. + (Tracepoints support in gdbserver): Mention static tracepoints. + (remote packets, enabling and disabling): Mention + read-sdata-object. + (General Query Packets) : Document qXfer:sdata:read + and StaticTracepoint. + Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets. + Document qXfer:sdata:read. + (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat. + 2010-06-29 Joel Brobecker * gdb.texinfo (Threads In Python): Fix unmatched @end table. @@ -67,7 +372,7 @@ * gdb.texinfo (Observer Mode): New section. (General Query Packets): Document QAllow. - + 2010-06-04 Doug Evans * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'. @@ -158,9 +463,9 @@ 2010-04-21 Stan Shebs * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions - and commands. + and commands. (Listing Tracepoints): Update to reflect current behavior. - + 2010-04-22 Pierre Muller * gdb.texinfo (Examining memory): Update for change in string @@ -277,7 +582,7 @@ $pc. 2010-03-29 Stan Shebs - + * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc. (General Query Packets): Describe TracepointSource. @@ -538,11 +843,11 @@ 2009-12-31 Stan Shebs * gdb.texinfo (Tracepoint Actions): Describe teval. - + 2009-12-29 Stan Shebs * gdb.texinfo (Tracepoint Actions): Describe default-collect. - + 2009-12-28 Stan Shebs * gdb.texinfo (Trace State Variables): New section. @@ -604,7 +909,7 @@ 2009-11-23 Paul Pluzhnikov * gdb.texinfo (Machine Code): Adjust. - + 2009-11-11 Pedro Alves * agentexpr.texi (Tracing On Symmetrix): Delete section. @@ -637,11 +942,11 @@ * gdb.texinfo (Machine Code): Mention function name in disasssembly and adjust example. - + 2009-10-22 Michael Snyder * gdb.texinfo (Process Record and Replay): Document new form of - info record command. Also document the new save and restore + info record command. Also document the new save and restore commands. 2009-10-21 Paul Pluzhnikov @@ -673,7 +978,7 @@ 2009-10-08 Paul Pluzhnikov * gdb.texinfo (Server): Document libthread-db-search-path. - + 2009-10-08 Jan Kratochvil * gdbint.texinfo (i386_stopped_by_hwbp): Remove. @@ -784,7 +1089,7 @@ 2009-08-07 Nick Roberts * gdb.texinfo (Server Prefix): Explain that server prefix suppresses - confirmation request. + confirmation request. 2009-08-05 Jeremy Bennett @@ -794,7 +1099,7 @@ 2009-08-03 Vladimir Prus * gdb.texinfo (GDB/MI Breakpoint Commands): Document - -break-commands. + -break-commands. 2009-07-31 Ulrich Weigand @@ -874,7 +1179,7 @@ Update example code extrated from breakpoint.c. 2009-06-28 Paul Pluzhnikov - + * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented MI commands. (GDB/MI Symbol Query): Likewise. @@ -882,7 +1187,7 @@ (GDB/MI File Transfer Commands): Likewise. (GDB/MI Target Manipulation): Likewise. (GDB/MI Miscellaneous Commands): Likewise. - + 2009-06-27 Daniel Jacobowitz * gdb.texinfo (Debugging Optimized Code): New chapter. @@ -954,7 +1259,7 @@ 2009-05-15 Paul Pluzhnikov * gdb.texinfo (Threads): Document libthread-db-search-path. - + 2009-05-15 Nick Roberts * gdb.texinfo (GDB/MI General Design): Break up into four nodes. @@ -1410,7 +1715,7 @@ * gdb.texinfo (Symbols): Mention printing containing image name in "info symbol". (Maint translate-address): Likewise. - + 2008-11-18 Joel Brobecker * gdb.texinfo (Set Catchpoints): Remove the documentation of @@ -1420,7 +1725,7 @@ * gdb.texinfo (GDB/MI Async Records): Document =thread-selected. - + 2008-11-17 Vladimir Prus * observer.texi (new_inferior, inferior_exit): New observers. @@ -1951,7 +2256,7 @@ 2008-01-29 Nick Roberts * gdb.texinfo (Processes): Mention process command. - detach-on-follow -> detach-on-fork. + detach-on-follow -> detach-on-fork. 2008-01-28 Daniel Jacobowitz @@ -4165,8 +4470,8 @@ 2003-10-14 Kevin Buettner - * gdb.texinfo (Breakpoint related warnings): New node. - * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document. + * gdb.texinfo (Breakpoint related warnings): New node. + * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document. 2003-10-13 Daniel Jacobowitz @@ -5342,7 +5647,7 @@ Tue Jan 22 11:57:38 2002 Andrew Cagney 2002-01-17 Andrew Cagney - * gdb.texinfo (Maintenance Commands): Add appendix. + * gdb.texinfo (Maintenance Commands): Add appendix. (Set Breaks): Copy ``maint info breakpoint'' doco to ``Maintenance Commands'' appendix. Add reference. @@ -5471,8 +5776,8 @@ Tue Jan 22 11:57:38 2002 Andrew Cagney 2001-11-21 Jim Blandy * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): - Delete documentation; this macro has been removed from the - sources. + Delete documentation; this macro has been removed from the + sources. 2001-11-13 Jim Blandy @@ -5743,12 +6048,12 @@ Wed Aug 15 10:47:28 2001 Christopher Faylor Thu Nov 30 16:57:19 2000 Andrew Cagney * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM, - DWARF2_REG_TO_REGNUM): Document. + DWARF2_REG_TO_REGNUM): Document. Mon Nov 20 21:29:35 2000 Andrew Cagney * gdbint.texinfo (Coding): Update current value of - --enable-build-warnings. Mention --enable-gdb-build-warnings. + --enable-build-warnings. Mention --enable-gdb-build-warnings. 2000-11-19 Eli Zaretskii @@ -5807,11 +6112,11 @@ Mon Nov 20 21:29:35 2000 Andrew Cagney Fri May 26 15:55:33 2000 Andrew Cagney * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets. - Generate using pdftex. + Generate using pdftex. (PDFTEX): Define. - (STAGESTUFF, maintainer-clean realclean): Add *.pdf. + (STAGESTUFF, maintainer-clean realclean): Add *.pdf. (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the - @contents at the start. + @contents at the start. 2000-05-24 Eli Zaretskii @@ -5826,7 +6131,7 @@ Wed May 24 21:27:58 2000 Andrew Cagney Tue May 23 22:57:41 2000 Andrew Cagney * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for - loop. + loop. 2000-05-19 Jimmy Guo @@ -5840,7 +6145,7 @@ Tue May 23 22:57:41 2000 Andrew Cagney Fri May 12 20:18:04 2000 Andrew Cagney * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention - Andrew Cagney. + Andrew Cagney. 2000-05-09 Eli Zaretskii @@ -5882,7 +6187,7 @@ Sat Apr 29 17:01:04 2000 Andrew Cagney 2000-04-17 Elena Zannoni * gdb.texinfo (Files): Update description of add-symbol-file - command. + command. 2000-04-17 Eli Zaretskii @@ -5926,18 +6231,18 @@ Sat Apr 29 17:01:04 2000 Andrew Cagney * gdbint.texinfo (Using Different Register and Memory Data Representations): New section. (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE, - REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL, - REGISTER_CONVERT_TO_RAW): Document. + REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL, + REGISTER_CONVERT_TO_RAW): Document. Mon Apr 3 19:16:32 2000 Andrew Cagney * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex - for acknowledgments. + for acknowledgments. Tue Mar 28 18:28:45 2000 Andrew Cagney * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with - qThreadExtraInfo. + qThreadExtraInfo. 2000-03-28 J.T. Conklin @@ -5947,8 +6252,8 @@ Tue Mar 28 18:28:45 2000 Andrew Cagney Tue Mar 28 16:06:22 2000 Andrew Cagney * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew - Cagney . Move @chapter and @node entries - back to annotate.texi, rluser.texinfo and inc-hist.texinfo. + Cagney . Move @chapter and @node entries + back to annotate.texi, rluser.texinfo and inc-hist.texinfo. * annotate.texi: Update. 2000-03-28 Stan Shebs @@ -5971,18 +6276,18 @@ Tue Mar 28 16:06:22 2000 Andrew Cagney Fri Mar 24 18:06:34 2000 Andrew Cagney * annotate.texi (Annotations): When GDBN omit @chapter and @node - entry. + entry. * gdb.texinfo: Check for @ifinfo instead of @ifnottex. (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local - @chapter and @node entries. + @chapter and @node entries. * gdb.texinfo: Link all top-level nodes. Fri Mar 24 17:56:48 2000 Andrew Cagney * Makefile.in (install-info): Create $(infodir) before installing - files. + files. 2000-03-23 Fernando Nasser @@ -6048,7 +6353,7 @@ Fri Mar 24 17:56:48 2000 Andrew Cagney Wed Dec 8 19:53:08 1999 Andrew Cagney * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain - valid functions. + valid functions. 1999-11-05 Stan Shebs @@ -6062,7 +6367,7 @@ Wed Dec 8 19:53:08 1999 Andrew Cagney Thu Oct 14 21:17:17 1999 Andrew Cagney * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS - offset re-using the DATA offset instead. + offset re-using the DATA offset instead. 1999-10-11 Jim Kingdon @@ -6099,7 +6404,7 @@ Thu Oct 14 21:17:17 1999 Andrew Cagney From Eli Zaretskii : * gdb.texinfo: Include details specific to DOS host, clarify - some confusing language, fix @ref/@xref/@pxref usages, add + some confusing language, fix @ref/@xref/@pxref usages, add comments about using with optimization, add more indexing, fix info about disassembly-flavor. @@ -6111,13 +6416,13 @@ Tue Sep 7 09:11:24 1999 Kevin Buettner Fri Sep 3 18:05:14 1999 Andrew Cagney * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and - ``g'' packets. + ``g'' packets. 1999-08-30 Stan Shebs * gdb.texinfo: Create a new "Configurations" chapter with - platform-specific info, inline remote.texi and move sections of it - into the new chapter, move bits about info proc, heuristic search, + platform-specific info, inline remote.texi and move sections of it + into the new chapter, move bits about info proc, heuristic search, and register stack into the new chapter. * remote.texi: Remove, now part of gdb.texinfo. * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi. @@ -6130,7 +6435,7 @@ Fri Sep 3 18:05:14 1999 Andrew Cagney Wed Aug 25 10:47:03 1999 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Mention - TDEPLIBS. + TDEPLIBS. 1999-08-20 Stan Shebs @@ -6144,7 +6449,7 @@ Wed Aug 25 10:47:03 1999 Andrew Cagney From Dmitry Sivachenko : * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping - in description of `set environment'. + in description of `set environment'. 1999-08-17 Stan Shebs @@ -6157,15 +6462,15 @@ Wed Aug 25 10:47:03 1999 Andrew Cagney 1999-08-10 Eli Zaretskii * gdb.texinfo (Set Watchpoints): Explain some subtleties about - watch, awatch, and rwatch. Explain why the latter two cannot be - set as software watchpoints. Document that watchpoints for local - variables are deleted when the debuggee terminates. + watch, awatch, and rwatch. Explain why the latter two cannot be + set as software watchpoints. Document that watchpoints for local + variables are deleted when the debuggee terminates. Wed Aug 11 13:18:14 1999 Andrew Cagney * remote.texi (Protocol): Further clarification of the "qRcmd" - packet. Allow E.. response packet. "qRcmd" packet is no longer - reserved. + packet. Allow E.. response packet. "qRcmd" packet is no longer + reserved. 1999-08-10 Elena Zannoni @@ -6183,7 +6488,7 @@ Fri Aug 6 17:05:48 1999 Andrew Cagney Thu Aug 5 17:57:41 1999 Andrew Cagney * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response - packets. + packets. 1999-07-14 Jim Blandy @@ -6197,10 +6502,10 @@ Tue Jun 29 11:43:55 1999 Andrew Cagney Fri Jun 25 11:47:06 1999 Andrew Cagney * remote.texi (Communication Protocol): ``v'' is in use. Fix - numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'', - ``z'' and ``qRcmd'' as draft instead of reserved. Identify - packets that are not supported on all hosts. Expand examples. - Spell check. + numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'', + ``z'' and ``qRcmd'' as draft instead of reserved. Identify + packets that are not supported on all hosts. Expand examples. + Spell check. 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com) @@ -6210,7 +6515,7 @@ Fri Jun 25 11:47:06 1999 Andrew Cagney Thu Jun 24 15:59:03 1999 Stan Shebs * gdbint.texinfo (Testsuite): New chapter, information about the - testsuite. + testsuite. Fri Jun 25 02:40:34 1999 Andrew Cagney @@ -6233,14 +6538,14 @@ Mon Jun 7 15:49:40 1999 Stan Shebs Fri Jun 4 16:58:22 1999 Andrew Cagney * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference - to corresponding TARGET_READ_reg TARGET_WRITE_reg macros. - Document that the value should be greater-than or equal-to zero. - (NO_STD_REGS): Document. Deprecate. + to corresponding TARGET_READ_reg TARGET_WRITE_reg macros. + Document that the value should be greater-than or equal-to zero. + (NO_STD_REGS): Document. Deprecate. Tue Jun 1 15:04:15 1999 Andrew Cagney * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): - Document that these are not used. + Document that these are not used. Thu May 27 09:28:15 1999 Andrew Cagney @@ -6249,7 +6554,7 @@ Thu May 27 09:28:15 1999 Andrew Cagney Mon May 24 10:07:39 1999 Andrew Cagney * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter - numargs was dropped. + numargs was dropped. Thu May 20 12:26:59 1999 Andrew Cagney @@ -6258,7 +6563,7 @@ Thu May 20 12:26:59 1999 Andrew Cagney Tue Apr 27 19:14:20 1999 Andrew Cagney * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P): - Update. + Update. Thu Apr 22 13:07:37 1999 Andrew Cagney @@ -6272,19 +6577,19 @@ Wed Apr 21 13:59:01 1999 Dave Brolley Tue Apr 20 11:59:38 1999 Andrew Cagney * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT, - LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, - BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and - BREAKPOINT_FROM_PC. + LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, + BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and + BREAKPOINT_FROM_PC. Mon Apr 12 16:00:44 1999 Andrew Cagney * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P, - CALL_DUMMY_STACK_ADJUST): Document. + CALL_DUMMY_STACK_ADJUST): Document. Thu Apr 8 17:23:15 1999 Andrew Cagney * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS, - SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define. + SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define. 1999-04-02 Stan Shebs @@ -6294,8 +6599,8 @@ Thu Apr 8 17:23:15 1999 Andrew Cagney Tue Mar 9 19:25:11 1999 Stan Shebs * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove - nearly all @ifset/@ifclear conditionals; nobody uses them, and - they make the manual source incomprehensible. + nearly all @ifset/@ifclear conditionals; nobody uses them, and + they make the manual source incomprehensible. * h8-cfg.texi: Remove, hasn't been used in years. Thu Feb 11 18:00:59 1999 Stan Shebs @@ -6310,10 +6615,10 @@ Mon Feb 8 17:33:57 1999 Stan Shebs Fri Feb 5 17:20:00 1999 Stan Shebs * gdb.texinfo, remote.texi: Many changes; update to Seventh - Edition, merge some HP changes into mainline, describe some - previously undocumented features, describe more of the target - commands available, eliminate obsolete section on renamed - commands. + Edition, merge some HP changes into mainline, describe some + previously undocumented features, describe more of the target + commands available, eliminate obsolete section on renamed + commands. * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals. Wed Jan 20 17:47:45 1999 Stan Shebs @@ -6335,7 +6640,7 @@ Wed Jan 13 10:38:40 1999 Edith Epstein changes made by HP. Documentation makes extensive use of @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation on remote debugging. There are differences in documentation - (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also, + (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also, the HP manual discusses catchpoints, hardware watchpoints, and some HPUX specific limitations for shared library support. @@ -6349,8 +6654,8 @@ Wed Jan 13 10:38:40 1999 Edith Epstein Wed Jan 6 11:55:34 1999 David Taylor The following changes were made by Edith Epstein - as part of a project to merge in changes - made by HP. + as part of a project to merge in changes + made by HP. * HPPA-cfg.texi: new file. @@ -6371,7 +6676,7 @@ Mon Jan 4 18:29:18 1999 Stan Shebs Sun Dec 13 10:27:59 1998 Andrew Cagney * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and - TARGET_BYTE_ORDER_SELECTABLE_P. + TARGET_BYTE_ORDER_SELECTABLE_P. Thu Dec 10 16:07:09 1998 Andrew Cagney @@ -6409,7 +6714,7 @@ Sat Nov 28 13:45:53 1998 Andrew Cagney Fri Nov 27 12:39:45 1998 Andrew Cagney * gdbint.texinfo (NO_SINGLE_STEP): Replace with - SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP. + SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP. Wed Oct 14 10:02:40 1998 Andrew Cagney @@ -6451,8 +6756,8 @@ Thu Apr 2 16:10:36 1998 Stan Shebs Mon Feb 2 17:13:03 1998 Stan Shebs * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h - files, finish sorting of host vs target vs native macros, describe - some more of them. + files, finish sorting of host vs target vs native macros, describe + some more of them. Tue Jan 13 16:44:50 1998 Fred Fish @@ -6462,7 +6767,7 @@ Tue Jan 13 16:44:50 1998 Fred Fish Mon Nov 24 13:55:21 1997 Andrew Cagney * gdbint.texinfo (Host Conditionals): Document - PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE. + PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE. Fri Jul 4 14:52:31 1997 Ian Lance Taylor @@ -6520,8 +6825,8 @@ Thu Jul 11 13:50:28 1996 Stan Shebs Fri Jul 5 15:38:54 1996 Fred Fish * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK. - Also document that some systems can use mmalloc but must define - this if their C runtime allocates memory that is later freed. + Also document that some systems can use mmalloc but must define + this if their C runtime allocates memory that is later freed. (MMCHECK_FORCE): Document new macro. Fri Jun 28 22:17:10 1996 Dawn Perchik