summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-07-07 17:07:17 +0000
committerGreg Clayton <gclayton@apple.com>2010-07-07 17:07:17 +0000
commit69b518f6ef738e6f19c00d6e3383c75615ba224e (patch)
treef9addb58b49310240751ede69eb79cf86aa35504 /lldb/source/Commands/CommandObjectThread.cpp
parent72db59664f3b0c039b5807e1eadef08ab3f5cde9 (diff)
downloadbcm5719-llvm-69b518f6ef738e6f19c00d6e3383c75615ba224e.tar.gz
bcm5719-llvm-69b518f6ef738e6f19c00d6e3383c75615ba224e.zip
typedef fixups, patch from Jean-Daniel Dupas.
llvm-svn: 107794
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp
index 0fd53fe9c78..97387584d5f 100644
--- a/lldb/source/Commands/CommandObjectThread.cpp
+++ b/lldb/source/Commands/CommandObjectThread.cpp
@@ -332,7 +332,7 @@ protected:
};
-typedef enum StepScope
+enum StepScope
{
eStepScopeSource,
eStepScopeInstruction
OpenPOWER on IntegriCloud