[PATCH] D64057: Add NetBSD/amd64 LSan support

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 11:29:11 PDT 2019


vitalybuka added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc:614
+      internal_ptrace(PT_GETREGS, ppid, &regs, (void *)(uptr)tid), &pterrno);
+  if (isErr) {
+    VReport(1,
----------------
can you put this and other forked function into sanitizer_linux.cc/sanitizer_netbst.cc/sanitizer_linux_libcdep.cc ?



Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64057/new/

https://reviews.llvm.org/D64057





More information about the llvm-commits mailing list