[Lldb-commits] [PATCH] D134927: Make the sanitizer Notify callbacks asynchronous

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 30 17:02:23 PDT 2022


jingham updated this revision to Diff 464442.
jingham added a comment.

Handled hitting the sanitizer breakpoint while calling a function in StopInfoBreakpoint.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134927

Files:
  lldb/include/lldb/Breakpoint/Breakpoint.h
  lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
  lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
  lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
  lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
  lldb/source/Target/StopInfo.cpp
  lldb/test/API/functionalities/ubsan/basic/TestUbsanBasic.py
  lldb/test/API/functionalities/ubsan/basic/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134927.464442.patch
Type: text/x-patch
Size: 7995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221001/0cb9cca1/attachment-0001.bin>


More information about the lldb-commits mailing list