[Lldb-commits] [PATCH] D63357: [Process] Remove unused field from HistoryThread
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 14 13:16:07 PDT 2019
xiaobai created this revision.
xiaobai added reviewers: compnerd, JDevlieghere, davide, labath.
Herald added a subscriber: kubamracek.
These fields are unused and have been since their inception, from what
I can tell.
https://reviews.llvm.org/D63357
Files:
source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
source/Plugins/Process/Utility/HistoryThread.cpp
source/Plugins/Process/Utility/HistoryThread.h
source/Plugins/Process/Utility/HistoryUnwind.cpp
source/Plugins/Process/Utility/HistoryUnwind.h
source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63357.204835.patch
Type: text/x-patch
Size: 10070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190614/bfbd02f5/attachment.bin>
More information about the lldb-commits
mailing list