[Lldb-commits] [lldb] [lldb] add software watchpoints support (PR #151195)

Anatoly Parshintsev via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 1 02:09:08 PDT 2025


aap-sc wrote:

@jasonmolenda 

> I may have skimmed the doc too quickly, but I didn't see a self-hosted side to this spec, how is Linux going to support it?

The debug specification describes two extensions `sdext` and `sdtrig` . `sdext` is for external debug (jtag and stuff), while `sdtrig` describes facilities available to both self-hosted and external debugger (so-called Trigger Module).  The latter described in chapter 5.

https://github.com/llvm/llvm-project/pull/151195


More information about the lldb-commits mailing list