* Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
[binutils-gdb.git] / gdb / doc / ChangeLog
index f8e992db1bc8df36920ad6505e9314586f786559..60c1ad6e25ca60e990b2e65362a90bc95d873f57 100644 (file)
@@ -1,3 +1,67 @@
+2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
+       * agentexpr.texi: Retitle section, and change it to an appendix.
+       Comment out texinfo initialization.  Factor a @var{} into two
+       pieces to prevent makeinfo warnings.
+       * gdb.texinfo: Add Agent Expressions appendix.
+
+2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
+
+2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
+
+        * gdb.texinfo (Remote Debugging): New section "Connecting to a
+       remote target".  Document the "detach" and "disconnect" commands.
+       (Server, Netware, Debug Session): Reference "Connecting to a
+       remote target".
+       (GDB/MI Target Manipulation): Document "-target-disconnect".
+
+2003-06-13  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Deprecate
+       REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
+       BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
+
+2003-06-09  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
+
+2003-06-08  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Delete
+       documentation on FRAME_ARGS_ADDRESS_CORRECT.
+
+2003-06-08  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Document
+       "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
+
+2003-06-07  Adam Fedor  <fedor@gnu.org>
+
+       * gdb.texinfo: Add Objective-C documentation.
+
+2003-06-01  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
+       parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
+
+2003-05-21  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Delete
+       references to "extract_address" and "store_address".
+
+2003-05-16  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Replace
+       REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
+       DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
+
+2003-05-14  Theodore A. Roth  <troth@openavr.org>
+
+       * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
+
 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
 
        * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).