[Lldb-commits] [PATCH] D63240: [Core] Generalize ValueObject::IsRuntimeSupportValue
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 12 18:00:51 PDT 2019
xiaobai created this revision.
xiaobai added reviewers: labath, compnerd, JDevlieghere, davide.
Instead of falling back to ObjCLanguageRuntime, we should be falling
back to every loaded language runtime. This makes ValueObject more
language agnostic.
https://reviews.llvm.org/D63240
Files:
include/lldb/Target/CPPLanguageRuntime.h
include/lldb/Target/LanguageRuntime.h
include/lldb/Target/ObjCLanguageRuntime.h
source/Core/ValueObject.cpp
source/Target/CPPLanguageRuntime.cpp
source/Target/ObjCLanguageRuntime.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63240.204402.patch
Type: text/x-patch
Size: 6199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190613/3bea18f9/attachment.bin>
More information about the lldb-commits
mailing list