commit | 2af4db5835d41d545f80bcfbd94e7ff6dad381b6 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Fri Sep 30 01:05:23 2011 +0000 |
committer | Jim Ingham <jingham@apple.com> | Fri Sep 30 01:05:23 2011 +0000 |
tree | bba17c41dc8480c6be401c532798283e0dfea567 | |
parent | efc761a1ebeca8670227668635e869ddd79983b5 [diff] [blame] |
Remember to mark the OptionValueUUID as set in SetOptionValue. llvm-svn: 140835
diff --git a/lldb/source/Interpreter/OptionGroupUUID.cpp b/lldb/source/Interpreter/OptionGroupUUID.cpp index d009008b..c8f86c2 100644 --- a/lldb/source/Interpreter/OptionGroupUUID.cpp +++ b/lldb/source/Interpreter/OptionGroupUUID.cpp
@@ -57,6 +57,8 @@ { case 'u': error = m_uuid.SetValueFromCString (option_arg); + if (error.Success()) + m_uuid.SetOptionWasSet(); break; default: