[Lldb-commits] [PATCH] D133129: [lldb] Add boilerplate for debugger interrupts

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 1 10:28:17 PDT 2022


JDevlieghere created this revision.
JDevlieghere added a reviewer: jingham.
Herald added a subscriber: mgorny.
Herald added a project: All.
JDevlieghere requested review of this revision.

Jim is looking into adding support for interrupts to the SB API. Part of that work requires clearing the interrupt bit once we return from the SB API. Luckily, this is already tracked by the API instrumentation. This patch adds the necessary interruption boilerplate to hook it up with the SB API instrumentation.


https://reviews.llvm.org/D133129

Files:
  lldb/include/lldb/Core/Debugger.h
  lldb/include/lldb/Utility/Instrumentation.h
  lldb/source/Core/Debugger.cpp
  lldb/source/Utility/Instrumentation.cpp
  lldb/unittests/Utility/CMakeLists.txt
  lldb/unittests/Utility/InstrumentationTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133129.457317.patch
Type: text/x-patch
Size: 6648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220901/902ac6e4/attachment-0001.bin>


More information about the lldb-commits mailing list