commit | 745ac7a5826fe7c392007941a4046bfb1a8dff81 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Thu Nov 11 19:26:09 2010 +0000 |
committer | Jim Ingham <jingham@apple.com> | Thu Nov 11 19:26:09 2010 +0000 |
tree | 193d6fdd6f049808442570b3387dbf579cd79113 | |
parent | 917b09a69115826eb7ab6f855ce6ccf858957eb5 [diff] [blame] |
Add ThreadPlanTracer class to allow instruction step tracing of execution. Also changed eSetVarTypeBool to eSetVarTypeBoolean to make it consistent with eArgTypeBoolean. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@118824 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Target/ThreadPlanRunToAddress.cpp b/source/Target/ThreadPlanRunToAddress.cpp index 6659585..f8df04e 100644 --- a/source/Target/ThreadPlanRunToAddress.cpp +++ b/source/Target/ThreadPlanRunToAddress.cpp
@@ -201,7 +201,7 @@ } StateType -ThreadPlanRunToAddress::RunState () +ThreadPlanRunToAddress::GetPlanRunState () { return eStateRunning; }