debugbreak icon indicating copy to clipboard operation
debugbreak copied to clipboard

the same feature for lldb?

Open gerchicov-bp opened this issue 8 years ago • 1 comments

gerchicov-bp avatar Jul 29 '15 15:07 gerchicov-bp

The core "insert an instruction to break into the debugger when executed" part of debugbreak.h should work just fine without any modification in lldb. The only gdb specific thing is the debugbreak-step command provided in debugbreak-gdb.py, which works around stepping over the trap instruction on ARM.

scottt avatar Jul 16 '17 13:07 scottt