[Lldb-commits] [lldb] r254593 - [Fix] fix build failure due to rL254588
Mohit K. Bhakkad via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 3 00:44:33 PST 2015
Author: mohit.bhakkad
Date: Thu Dec 3 02:44:33 2015
New Revision: 254593
URL: http://llvm.org/viewvc/llvm-project?rev=254593&view=rev
Log:
[Fix] fix build failure due to rL254588
Modified:
lldb/trunk/include/lldb/Core/Debugger.h
Modified: lldb/trunk/include/lldb/Core/Debugger.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/Debugger.h?rev=254593&r1=254592&r2=254593&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/Debugger.h (original)
+++ lldb/trunk/include/lldb/Core/Debugger.h Thu Dec 3 02:44:33 2015
@@ -268,6 +268,7 @@ public:
enum StopDisassemblyType
{
eStopDisassemblyTypeNever = 0,
+ eStopDisassemblyTypeNoDebugInfo,
eStopDisassemblyTypeNoSource,
eStopDisassemblyTypeAlways
};
More information about the lldb-commits
mailing list