/usr/share/tkgate-1.8.7/bitmaps/sim_break2.b is in tkgate-data 1.8.7-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #define breakpoint_width 30
#define breakpoint_height 30
static unsigned char breakpoint_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00,
0x00, 0x52, 0x02, 0x00, 0x00, 0x55, 0x05, 0x00, 0x20, 0x55, 0x05, 0x00,
0x50, 0x55, 0x05, 0x00, 0x50, 0x55, 0x05, 0x00, 0x50, 0x55, 0x05, 0x00,
0x50, 0x55, 0x05, 0x00, 0x50, 0x55, 0x05, 0x00, 0x50, 0x55, 0x05, 0x00,
0x50, 0x55, 0xc5, 0x00, 0x90, 0x88, 0x24, 0x01, 0x10, 0x00, 0x24, 0x01,
0x10, 0x00, 0x94, 0x00, 0x10, 0x00, 0x94, 0x00, 0x20, 0x00, 0x4c, 0x00,
0x20, 0x00, 0x40, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x10, 0x00,
0x40, 0x00, 0x08, 0x00, 0x40, 0x00, 0x04, 0x00, 0x40, 0x00, 0x04, 0x00,
0x40, 0x00, 0x02, 0x00, 0x40, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|