| Juan Cespedes | 5bfb061 | 2002-03-31 20:01:28 +0200 | [diff] [blame] | 1 | #define BREAKPOINT_VALUE { 0x7f, 0xe0, 0x00, 0x08 } |
| Juan Cespedes | f1bfe20 | 2002-03-27 00:22:23 +0100 | [diff] [blame] | 2 | #define BREAKPOINT_LENGTH 4 |
| 3 | #define DECR_PC_AFTER_BREAK 0 | ||||
| Juan Cespedes | d914a20 | 2004-11-10 00:15:33 +0100 | [diff] [blame^] | 4 | |
| 5 | #define LT_ELFCLASS ELFCLASS32 | ||||
| 6 | #define LT_ELF_MACHINE EM_PPC | ||||