OSDN Git Service

[lldb/Plugin] Rename AddressSanitizerRuntime for consistency with plugin (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 21 Jan 2020 22:43:46 +0000 (14:43 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 21 Jan 2020 23:02:41 +0000 (15:02 -0800)
commit0feedebf4f4b2a888c0d66e2347342234b6fc5ff
tree28a64cd7a45a85afc1138f6f08707550406779ce
parent83a131b276426a0dc97f43c139a0f3b308f24154
[lldb/Plugin] Rename AddressSanitizerRuntime for consistency with plugin (NFC)

Renames AddressSanitizerRuntime to InstrumentationRuntimeASan to be
consistent with the directory structure and plugin name.
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt
lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp [moved from lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp with 89% similarity]
lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h [moved from lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h with 87% similarity]
lldb/tools/lldb-test/SystemInitializerTest.cpp