[Lldb-commits] [PATCH] D16853: Use BKPT instead of UDF for arm/thumb breakpoints

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 9 12:53:06 PST 2016


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Looks good. Most JTAG probes actually vend their own GDB server these days. If so, we will used the Z packets in order to set breakpoints, so we will be isolated from these issues. If we add a native JTAG Process plug-in, it will be coded to "do the right thing" and it won't re-use this code, so this code should be good to go.


http://reviews.llvm.org/D16853





More information about the lldb-commits mailing list