summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/Debugger.cpp')
-rw-r--r--lldb/source/Core/Debugger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Core/Debugger.cpp b/lldb/source/Core/Debugger.cpp
index f4b640d5609..d6180ba9d10 100644
--- a/lldb/source/Core/Debugger.cpp
+++ b/lldb/source/Core/Debugger.cpp
@@ -260,6 +260,7 @@ Debugger::~Debugger ()
process_sp->Destroy();
}
DisconnectInput();
+ printf("\n\n\nDebugger::~Debugger\n\n\n");
}
OpenPOWER on IntegriCloud