Hello, m32r-tdep.c can't handle breakpoints on instructions executed in parallel. It does not remove unnecessary parallel execution bit from instructions and causes illegal instruction errors. The attached patch fixes this problem. OK to commit? 2004-10-07 Kei Sakamoto * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove unnecessary parallel execution bit. (m32r_memory_remove_breakpoint): Ditto. (m32r_breakpoint_from_pc): Update.