Fixed the command line LLDB so that "CTRL+C" will interrupt a running process again.

llvm-svn: 202086
This commit is contained in:
Greg Clayton
2014-02-24 22:50:57 +00:00
parent 301bafed78
commit e68f5d6b69
5 changed files with 47 additions and 6 deletions

View File

@@ -781,7 +781,13 @@ public:
{
}
virtual void
Cancel ()
{
}
virtual void
Interrupt ()
{