commit | adaea9cebb7b4e1c9be90d22397993d1212992c8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Nov 12 00:29:57 2020 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 07:58:17 2020 -0700 |
tree | 90e6ed3aa24df585c060c2c83a6c649d76fef122 | |
parent | 28eb5094e9d10cfd04a4a4d7a7d5c805851e68e8 [diff] |
cmd: sandbox: implement exception command Implement the commands * exception undefined - execute an illegal instruction * exception sigsegv - cause a segment violation Here is a possible output: => exception undefined Illegal instruction pc = 0x55eb8d0a7575, pc_reloc = 0x57575 Resetting ... Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>