We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b25bfb + 5f9227b commit f3d0b5fCopy full SHA for f3d0b5f
lldb/source/Plugins/LanguageRuntime/Swift/SwiftLanguageRuntimeImpl.h
@@ -210,7 +210,7 @@ class SwiftLanguageRuntimeImpl {
210
virtual bool addImage(
211
llvm::function_ref<std::pair<swift::remote::RemoteRef<void>, uint64_t>(
212
swift::ReflectionSectionKind)>
213
- find_section);
+ find_section) = 0;
214
virtual bool addImage(swift::remote::RemoteAddress image_start) = 0;
215
virtual bool readELF(swift::remote::RemoteAddress ImageStart,
216
llvm::Optional<llvm::sys::MemoryBlock> FileBuffer) = 0;
0 commit comments