Re: [Kgdb-bugreport] [PATCH] kdb: Remove unhandled ssb command

2013-02-12 Thread Jason Wessel
On 02/12/2013 04:34 AM, Vincent wrote: > The 'ssb' command can only be handled when we have a disassembler, to check > for > branches, so remove the 'ssb' command for now. Wow, that was fast. This looks fine too. I'll add it to the merge queue. Thanks! Jason. > > Signed-off-by: Vincent Stehlé

[Kgdb-bugreport] [PATCH] kdb: Remove unhandled ssb command

2013-02-12 Thread Vincent
The 'ssb' command can only be handled when we have a disassembler, to check for branches, so remove the 'ssb' command for now. Signed-off-by: Vincent Stehlé Cc: jason.wes...@windriver.com Cc: kgdb-bugreport@lists.sourceforge.net --- Hi, Here is a patch proposal to remove 'ssb' from the kernel,