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.
1 parent d267dc9 commit 15da5c8Copy full SHA for 15da5c8
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