[all-commits] [llvm/llvm-project] 0863f6: [lldb] Remove DataExtractor::GetPointer
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Feb 18 01:38:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0863f6757953684400162f2ad418f3e8e28af278
https://github.com/llvm/llvm-project/commit/0863f6757953684400162f2ad418f3e8e28af278
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths:
M lldb/include/lldb/Utility/DataExtractor.h
M lldb/source/Core/ValueObject.cpp
M lldb/source/Core/ValueObjectDynamicValue.cpp
M lldb/source/Expression/DWARFExpression.cpp
M lldb/source/Expression/Materializer.cpp
M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/DWARFCallFrameInfo.cpp
M lldb/source/Utility/DataExtractor.cpp
Log Message:
-----------
[lldb] Remove DataExtractor::GetPointer
This function is equivalent to GetAddress, but getAddress is also
present on the llvm version of the data extractor.
More information about the All-commits
mailing list