From: Jason Wessel Date: Thu, 22 Jul 2010 00:27:05 +0000 (-0500) Subject: repair gdbstub to match the gdbserial protocol specification X-Git-Tag: v2.6.35-rc6~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb82c0ff27b2c40c6f7a3d1a94cafb154591fa80;p=pandora-kernel.git repair gdbstub to match the gdbserial protocol specification The gdbserial protocol handler should return an empty packet instead of an error string when ever it responds to a command it does not implement. The problem cases come from a debugger client sending qTBuffer, qTStatus, qSearch, qSupported. The incorrect response from the gdbstub leads the debugger clients to not function correctly. Recent versions of gdb will not detach correctly as a result of this behavior. Signed-off-by: Jason Wessel Signed-off-by: Dongdong Deng --- Reading git-diff-tree failed