<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Clozure Common Lisp</title>
    <link>https://ccl.clozure.com/blog/</link>
    <description>Recent content on Clozure Common Lisp</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 26 May 2026 11:10:41 -0700</lastBuildDate>
    <atom:link href="https://ccl.clozure.com/blog/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Debugging Signal Handlers on Darwin</title>
      <link>https://ccl.clozure.com/blog/posts/debug-signal-handlers-on-darwin/</link>
      <pubDate>Tue, 26 May 2026 11:10:41 -0700</pubDate>
      <guid>https://ccl.clozure.com/blog/posts/debug-signal-handlers-on-darwin/</guid>
      <description>&lt;p&gt;On Darwin (i.e., on &lt;del&gt;Mac OS X&lt;/del&gt; &lt;del&gt;OS X&lt;/del&gt; macOS), Unix signals are&#xA;implemented on top of the Mach exception handling mechanism.  The&#xA;problem is that the debugger (at least as of some years ago) would&#xA;stop at the underlying Mach exception, and there was no apparent&#xA;way to continue to the signal handler.&lt;/p&gt;&#xA;&lt;p&gt;I was doing some experiments on an arm64 Mac, and it turns out that&#xA;current lldb now has a way: the&#xA;&lt;a href=&#34;https://lldb.llvm.org/use/settings.html#platform.plugin.darwin.ignored-exceptions&#34;&gt;platform.plugin.darwin.ignored-exceptions&lt;/a&gt; setting.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
