* nlm/gdbserve.c (handle_exception): #if out call to StopBell,
authorJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 17 Mar 1995 00:03:11 +0000 (00:03 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 17 Mar 1995 00:03:11 +0000 (00:03 +0000)
  as it is not available on NetWare 3 or PIN.
* nlm/ppc.c (StopBell): Removed.

gdb/ChangeLog
gdb/nlm/gdbserve.c
gdb/nlm/ppc.c

index 1afd3715560c09e109df50192ef9ba190b251326..616b2e4455d3e9a26167de9e2cbce5117453d660 100644 (file)
@@ -1,3 +1,9 @@
+Thu Mar 16 15:54:00 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * nlm/gdbserve.c (handle_exception): #if out call to StopBell,
+         as it is not available on NetWare 3 or PIN.
+       * nlm/ppc.c (StopBell): Removed.
+
 Thu Mar 16 12:14:41 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * xcoffread.c (read_xcoff_symtab): When creating a dummy parameter
index 1fc1daf78c1295040e140b9f3add83cae62aa98a..62adf3a8d1bc75470c4263ecc249ade6d2131017 100644 (file)
@@ -529,9 +529,13 @@ handle_exception (frame)
   static struct DBG_LoadDefinitionStructure *ldinfo = 0;
   static unsigned char first_insn[BREAKPOINT_SIZE]; /* The first instruction in the program.  */
 
-  /* Apparently the bell can sometimes be ringing at this point, and
-     should be stopped.  */
+#if 0
+  /* According to some documentation from Novell, the bell sometimes
+     may be ringing at this point.  This can be stopped on Netware 4
+     systems by calling the undocumented StopBell() function. */
+
   StopBell ();
+#endif
 
   if (remote_debug)
     {
index e171efcb5e7c6fecd6569ae4a4388dddaf4d4efa..e68397bc96b311bc3e8f47ca8d1b29d8c81bc25e 100644 (file)
@@ -255,8 +255,3 @@ do_status (ptr, frame)
 
   *ptr = '\000';
 }
-
-void
-StopBell()
-{
-}
This page took 0.027646 seconds and 4 git commands to generate.