summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorMohit K. Bhakkad <mohit.bhakkad@gmail.com>2015-12-03 08:44:33 +0000
committerMohit K. Bhakkad <mohit.bhakkad@gmail.com>2015-12-03 08:44:33 +0000
commit69035c8a5d58a7b0eab639a8536a4a92e81a5dac (patch)
tree3cda98784c194423241e1e3da3620d89a46c312b /lldb
parent81b1a27e537fe0dd9071c49dc53b427829c4064d (diff)
downloadbcm5719-llvm-69035c8a5d58a7b0eab639a8536a4a92e81a5dac.tar.gz
bcm5719-llvm-69035c8a5d58a7b0eab639a8536a4a92e81a5dac.zip
[Fix] fix build failure due to rL254588
llvm-svn: 254593
Diffstat (limited to 'lldb')
-rw-r--r--lldb/include/lldb/Core/Debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/Core/Debugger.h b/lldb/include/lldb/Core/Debugger.h
index 00ed98dadfc..4ca648ca296 100644
--- a/lldb/include/lldb/Core/Debugger.h
+++ b/lldb/include/lldb/Core/Debugger.h
@@ -268,6 +268,7 @@ public:
enum StopDisassemblyType
{
eStopDisassemblyTypeNever = 0,
+ eStopDisassemblyTypeNoDebugInfo,
eStopDisassemblyTypeNoSource,
eStopDisassemblyTypeAlways
};
OpenPOWER on IntegriCloud