[PATCH 2/3] cmd: sandbox: implement exception command

2020-11-10 Thread Heinrich Schuchardt
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 Schuc

Re: [PATCH 2/3] cmd: sandbox: implement exception command

2020-11-11 Thread Simon Glass
On Tue, 10 Nov 2020 at 16:09, Heinrich Schuchardt wrote: > > 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 = 0x55eb