2002-01-07 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4b5b530fabc42fa2ee3197c83e1a981ac6a596f2..f6b07d1f4b833d361f3eb34c6608fb4d4198aa2b 100644 (file)
@@ -1,3 +1,15 @@
+2002-01-07  Michael Snyder  <msnyder@redhat.com>
+
+       * infptrace.c (GDB_MAX_ALLOCA): New define.
+       (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
+       size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte, 
+       can be overridden with whatever value is appropriate to the host).
+       * infttrace.c (child_xfer_memory): Add FIXME warning about use of
+       alloca to allocate potentially large buffer.
+       * rs6000-nat.c (child_xfer_memory): Ditto.
+       * symm-nat.c (child_xfer_memory): Ditto.
+       * x86-64-linux-nat.c (child_xfer_memory): Ditto.
+
 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
 
        From Nick Clifton  <nickc@redhat.com>
This page took 0.025155 seconds and 4 git commands to generate.