From 06e827cc437f0a9bfa25e201fe4e23630f2d8056 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 11 Nov 2010 19:26:09 +0000 Subject: Add ThreadPlanTracer class to allow instruction step tracing of execution. Also changed eSetVarTypeBool to eSetVarTypeBoolean to make it consistent with eArgTypeBoolean. llvm-svn: 118824 --- lldb/source/Target/ThreadPlanCallFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Target/ThreadPlanCallFunction.cpp') diff --git a/lldb/source/Target/ThreadPlanCallFunction.cpp b/lldb/source/Target/ThreadPlanCallFunction.cpp index 95a7d0d8047..9e29256b119 100644 --- a/lldb/source/Target/ThreadPlanCallFunction.cpp +++ b/lldb/source/Target/ThreadPlanCallFunction.cpp @@ -330,7 +330,7 @@ ThreadPlanCallFunction::SetStopOthers (bool new_value) } StateType -ThreadPlanCallFunction::RunState () +ThreadPlanCallFunction::GetPlanRunState () { return eStateRunning; } -- cgit v1.2.3