[Lldb-commits] [lldb] r164328 - /lldb/trunk/tools/debugserver/scripts/diagnose-termination.d

Greg Clayton gclayton at apple.com
Thu Sep 20 16:08:12 PDT 2012


Author: gclayton
Date: Thu Sep 20 18:08:12 2012
New Revision: 164328

URL: http://llvm.org/viewvc/llvm-project?rev=164328&view=rev
Log:
This file is causing problems. I am going to remove it and try re-adding it.


Removed:
    lldb/trunk/tools/debugserver/scripts/diagnose-termination.d

Removed: lldb/trunk/tools/debugserver/scripts/diagnose-termination.d
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/scripts/diagnose-termination.d?rev=164327&view=auto
==============================================================================
--- lldb/trunk/tools/debugserver/scripts/diagnose-termination.d (original)
+++ lldb/trunk/tools/debugserver/scripts/diagnose-termination.d (removed)
@@ -1,18 +0,0 @@
-fbt::exception_deliver:entry
-{
-   printf("pid %d got an exception of type %d\n", pid, arg1);
-   stack();
-   ustack();
-}
-
-syscall::kill:entry
-{
-   printf("pid %d called kill(%d, %d)\n", pid, arg0, arg1);
-   ustack();
-}
-
-syscall::__pthread_kill:entry
-{
-   printf("pid %d called pthread_kill(%p, %d)\n", pid, arg0, arg1);
-   ustack();
-}





More information about the lldb-commits mailing list