diff options
Diffstat (limited to 'lldb/tools/debugserver/source/DNB.cpp')
-rw-r--r-- | lldb/tools/debugserver/source/DNB.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/debugserver/source/DNB.cpp b/lldb/tools/debugserver/source/DNB.cpp index c0e2fcec5a6..5d0cdfb7c88 100644 --- a/lldb/tools/debugserver/source/DNB.cpp +++ b/lldb/tools/debugserver/source/DNB.cpp @@ -255,6 +255,7 @@ DNBProcessLaunch (const char *path, // We failed to get the task for our process ID which is bad. // Kill our process otherwise it will be stopped at the entry // point and get reparented to someone else and never go away. + DNBLog ("Could not get task port for process, sending SIGKILL and exiting."); kill (SIGKILL, pid); if (err_str && err_len > 0) |