diff options
Diffstat (limited to 'lldb/source/Core/Debugger.cpp')
-rw-r--r-- | lldb/source/Core/Debugger.cpp | 1 |
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"); } |