[all-commits] [llvm/llvm-project] cd1347: [NFC][LSAN] Change SuspendedThreadsList interface

Vitaly Buka via All-commits all-commits at lists.llvm.org
Wed Sep 16 14:01:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cd13476ab57b43b66831bba14206a350c5a4a81b
      https://github.com/llvm/llvm-project/commit/cd13476ab57b43b66831bba14206a350c5a4a81b
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp

  Log Message:
  -----------
  [NFC][LSAN] Change SuspendedThreadsList interface

Remove RegisterCount and let GetRegistersAndSP to resize buffer as needed.

Reviewed By: morehouse

Differential Revision: https://reviews.llvm.org/D87747




More information about the All-commits mailing list