Brian Cain efdbf7b815
[Hexagon] Use trap0(#0xDB) for debugtrap instead of brkpt (#189446)
The brkpt instruction is intended for the in-silicon debugger (ISDB).
When ISDB is not enabled, brkpt is treated as a NOP, so
__builtin_debugtrap() would silently do nothing in user-mode Linux
processes.

Use trap0(#0xDB) instead.
2026-04-03 15:12:49 -05:00
..
2025-10-20 15:59:03 -05:00
2025-10-20 15:59:03 -05:00