commit | 751f1605e03533a6279ccf456e938e9595c7d888 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Tue Aug 03 11:26:51 2010 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Wed Aug 04 10:45:16 2010 +0200 |
tree | 1bff483f2d0f1151c5794d409c00e1c5293656b4 | |
parent | 958063e67b775bc1be85eb3761c85202597a87aa [diff] |
microblaze: Support brki rX, 0x18 for user application debugging This is the first patch which add support for user application debugging through brki rX, 0x18 vector. This patch has side effect which also remove security issue to use brki rX, 0x18 to freeze kernel. Support for old gdb support via priviledged exception (brk r0, r0) is still there. It will be remove in future. Signed-off-by: Michal Simek <monstr@monstr.eu>