Its Audio DSP, yes it does support HW brakpoints. As for the custom handler, yes this is actaully a good idea - such handler could record all callers in some data structure (say a linked list) which can be read later on. In the meantime I managed to hookup HW debugger to this device and now I can easily backtrace the code execution for some particular scenario at least.

Thanks!