Renamed VG_(skin_panic) as VG_(tool_panic).



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3057 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_errcontext.c b/coregrind/vg_errcontext.c
index 26a7d67..4ba0272 100644
--- a/coregrind/vg_errcontext.c
+++ b/coregrind/vg_errcontext.c
@@ -219,7 +219,7 @@
             VG_(printf)("\nUnhandled error type: %u. VG_(needs).tool_errors\n"
                         "probably needs to be set.\n",
                         e1->ekind);
-            VG_(skin_panic)("unhandled error type");
+            VG_(tool_panic)("unhandled error type");
          }
    }
 }
@@ -244,7 +244,7 @@
             VG_(printf)("\nUnhandled error type: %u.  VG_(needs).tool_errors\n"
                         "probably needs to be set?\n",
                         err->ekind);
-            VG_(skin_panic)("unhandled error type");
+            VG_(tool_panic)("unhandled error type");
          }
    }
 }
@@ -658,7 +658,7 @@
             p_min = p;
          }
       }
-      if (p_min == NULL) VG_(skin_panic)("show_all_errors()");
+      if (p_min == NULL) VG_(tool_panic)("show_all_errors()");
 
       VG_(message)(Vg_UserMsg, "");
       VG_(message)(Vg_UserMsg, "%d errors in context %d of %d:",
@@ -963,7 +963,7 @@
                "\nUnhandled suppression type: %u.  VG_(needs).tool_errors\n"
                "probably needs to be set.\n",
                err->ekind);
-            VG_(skin_panic)("unhandled suppression type");
+            VG_(tool_panic)("unhandled suppression type");
          }
    }
 }
@@ -982,7 +982,7 @@
          case FunName: if (VG_(string_match)(su->caller[i], 
                                              caller_fun[i])) break;
                        return False;
-         default: VG_(skin_panic)("supp_matches_callers");
+         default: VG_(tool_panic)("supp_matches_callers");
       }
    }