Add watchpoint support for Linux on 64-bit host.

llvm-svn: 181341
This commit is contained in:
Matt Kopec
2013-05-07 19:29:28 +00:00
parent ba4e61d3f5
commit e9ea0da82e
23 changed files with 589 additions and 19 deletions

View File

@@ -221,6 +221,9 @@ ProcessMessage::PrintKind(Kind kind)
case eBreakpointMessage:
str = "eBreakpointMessage";
break;
case eWatchpointMessage:
str = "eWatchpointMessage";
break;
case eCrashMessage:
str = "eCrashMessage";
break;