[all-commits] [llvm/llvm-project] 0feede: [lldb/Plugin] Rename AddressSanitizerRuntime for c...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Jan 21 15:04:22 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0feedebf4f4b2a888c0d66e2347342234b6fc5ff
      https://github.com/llvm/llvm-project/commit/0feedebf4f4b2a888c0d66e2347342234b6fc5ff
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M lldb/source/API/SystemInitializerFull.cpp
    R lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h
    M lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
    A lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h
    M lldb/tools/lldb-test/SystemInitializerTest.cpp

  Log Message:
  -----------
  [lldb/Plugin] Rename AddressSanitizerRuntime for consistency with plugin (NFC)

Renames AddressSanitizerRuntime to InstrumentationRuntimeASan to be
consistent with the directory structure and plugin name.


  Commit: 7745990dd93267d73e08ac5d9e5104645791a70e
      https://github.com/llvm/llvm-project/commit/7745990dd93267d73e08ac5d9e5104645791a70e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
    A lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h
    R lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h
    M lldb/tools/lldb-test/SystemInitializerTest.cpp

  Log Message:
  -----------
  [lldb/Plugin] Rename TSanRuntime for consistency with plugin (NFC)

Renames TSanRuntime to InstrumentationRuntimeTSan to be
consistent with the directory structure and plugin name.


  Commit: 623c3c4cf96ba30ac3d653d8acf35a5c57c34bcd
      https://github.com/llvm/llvm-project/commit/623c3c4cf96ba30ac3d653d8acf35a5c57c34bcd
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
    A lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h
    R lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h
    M lldb/tools/lldb-test/SystemInitializerTest.cpp

  Log Message:
  -----------
  [lldb/Plugin] Rename UBSanRuntime for consistency with plugin (NFC)

Renames UBSanRuntime to InstrumentationRuntimeUBSan to be consistent
with the directory structure and plugin name.


  Commit: fc1e8551124187c6128612ab656e2ca0220c9b10
      https://github.com/llvm/llvm-project/commit/fc1e8551124187c6128612ab656e2ca0220c9b10
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
    A lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h
    R lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.h
    M lldb/tools/lldb-test/SystemInitializerTest.cpp

  Log Message:
  -----------
  [lldb/Plugin] Rename MainThreadCheckerRuntime for consistency with plugin (NFC)

Renames MainThreadCheckerRuntime to
InstrumentationRuntimeMainThreadChecker to be consistent with the
directory structure and plugin name.


Compare: https://github.com/llvm/llvm-project/compare/83a131b27642...fc1e85511241


More information about the All-commits mailing list