https://bugs.kde.org/show_bug.cgi?id=395777

--- Comment #1 from Austin English <austinengl...@gmail.com> ---
That seems to be 
#define FBT_BREAKPOINT          0xe7f000f0

according to
https://github.com/F-Stack/f-stack/blob/master/freebsd/arm/include/trap.h

There's only a few more in that header, so it may be worth implementing all at
the same time:
#define GDB_BREAKPOINT          0xe6000011
#define GDB5_BREAKPOINT         0xe7ffdefe
#define PTRACE_BREAKPOINT       0xe7fffff0
#define KERNEL_BREAKPOINT       0xe7ffffff
#define FBT_BREAKPOINT          0xe7f000f0

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to