aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2024-01-24 19:11:41 +0000
committerDimitry Andric <dim@FreeBSD.org>2024-01-24 19:11:41 +0000
commit4df029cc74e5ec124f14a5682e44999ce4f086df (patch)
treefa2e8720472930df97920b4185215c910159f10d /lldb/source/Commands/CommandObjectFrame.cpp
parent950076cd18f3fa9d789b4add9d405898efff09a5 (diff)
downloadsrc-vendor/llvm-project/main.tar.gz
src-vendor/llvm-project/main.zip
Vendor import of llvm-project main llvmorg-18-init-18359-g93248729cfae,vendor/llvm-project/llvmorg-18-init-18359-g93248729cfaevendor/llvm-project/main
the last commit before the upstream release/18.x branch was created.
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectFrame.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp
index e7cb861c2b01..17a7e858b24e 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -494,6 +494,7 @@ protected:
case eValueTypeVTableEntry:
return false;
}
+ llvm_unreachable("Unexpected scope value");
}
/// Finds all the variables in `all_variables` whose name matches `regex`,