commit | 69b518f6ef738e6f19c00d6e3383c75615ba224e | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Wed Jul 07 17:07:17 2010 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Wed Jul 07 17:07:17 2010 +0000 |
tree | f9addb58b49310240751ede69eb79cf86aa35504 | |
parent | 72db59664f3b0c039b5807e1eadef08ab3f5cde9 [diff] [blame] |
typedef fixups, patch from Jean-Daniel Dupas. llvm-svn: 107794
diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index 0fd53fe..9738758 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp
@@ -332,7 +332,7 @@ }; -typedef enum StepScope +enum StepScope { eStepScopeSource, eStepScopeInstruction