commit | 17b931468729df6921981700bf18c75609c2f6af | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Fri Nov 12 14:27:10 2010 +0100 |
committer | Michal Simek <monstr@monstr.eu> | Mon Jan 03 10:16:56 2011 +0100 |
tree | 0184e655f66fb84e0b558282116c710685598736 | |
parent | 27cbe8d4d1012847029dd8d7af1d6a41c22ddec6 [diff] |
microblaze: Clear i/dcache for sw breakpoints There is necessary to flush dcache and invalidate icache for address where breakpoint (brki r16, 0x18) was. The reason is that for some cases icache line still keeps brki instruction and it is not updated by origin instruction maintains by gdbserver. Signed-off-by: Michal Simek <monstr@monstr.eu>