| Ian Wienand | 5570a77 | 2006-02-17 02:00:00 +0100 | [diff] [blame^] | 1 | #define ARCH_HAVE_DISABLE_BREAKPOINT 1 |
| 2 | #define ARCH_HAVE_ENABLE_BREAKPOINT 1 | ||||
| 3 | |||||
| 4 | |||||
| 5 | #define BREAKPOINT_LENGTH 16 | ||||
| 6 | #define BREAKPOINT_VALUE {0} | ||||
| 7 | #define DECR_PC_AFTER_BREAK 0 | ||||
| 8 | |||||
| 9 | #define LT_ELFCLASS ELFCLASS64 | ||||
| 10 | #define LT_ELF_MACHINE EM_IA_64 | ||||