summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-02-06 06:46:52 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-02-06 06:46:52 +0000
commit2ba84a6af71d466aab70820392089482e2f5e1c2 (patch)
tree04006d9d3b1431026cb6fa5f1a5ff66bfc02f0d6 /lldb/source/Commands/CommandObjectBreakpoint.cpp
parentd193763f1c4f77e4156f913f2ffacb844775eb52 (diff)
downloadbcm5719-llvm-2ba84a6af71d466aab70820392089482e2f5e1c2.tar.gz
bcm5719-llvm-2ba84a6af71d466aab70820392089482e2f5e1c2.zip
Add additional DWARF 5 language constants.
This also hooks up the new C++14 language constant to be treated the same as the other C++ language constants. Differential Revision: http://reviews.llvm.org/D7429 llvm-svn: 228386
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectBreakpoint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp
index 580145cfad5..025524b3b9a 100644
--- a/lldb/source/Commands/CommandObjectBreakpoint.cpp
+++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp
@@ -167,6 +167,7 @@ public:
case eLanguageTypeC_plus_plus:
case eLanguageTypeC_plus_plus_03:
case eLanguageTypeC_plus_plus_11:
+ case eLanguageTypeC_plus_plus_14:
m_language = eLanguageTypeC_plus_plus;
break;
case eLanguageTypeObjC:
OpenPOWER on IntegriCloud