FRV: Reinstate null behaviour for the GDB remote protocol 'p' command
David Howells authored
Reinstate the null behaviour that the in-kernel gdbstub had for the GDB
remote protocol 'p' command (retrieve a single register value) prior to
commit 7ca8b9c0

 ("frv: extend gdbstub to support more features of
gdb").

Before that, the 'p' command just returned an empty reply, which causes
gdb to then go and use the 'g' command.  However, since that commit, the
'p' command returns an error string, which causes gdb to abort its
connection to the target.

Not all gdb versions are affected, some use try 'g' first, and if that
works, don't bother with 'p', and so don't see the error.
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
a7f5378e
Name Last commit Last update
..
alpha asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h
arm msm: dma: add completion.h header
avr32 avr32: use asm-generic/scatterlist.h
blackfin blackfin: use use asm-generic/scatterlist.h
cris Merge branch 'for-linus' of git://www.jni.nu/cris
frv FRV: Reinstate null behaviour for the GDB remote protocol 'p' command
h8300 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
ia64 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
m32r m32r: invoke oom-killer from page fault
m68k Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
m68knommu Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
microblaze microblaze: Fix sg_dma_len() regression
mips Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
mn10300 mn10300: invoke oom-killer from page fault
parisc Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
powerpc Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
s390 [S390] Update default configuration.
score asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h
sh Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
sparc Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
um arch/um: fix kunmap_atomic() call in skas/uaccess.c
x86 Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7core
xtensa xtensa: invoke oom-killer from page fault
.gitignore arch: Ignore arch/i386 and arch/x86_64
Kconfig hw-breakpoints: Separate constraint space for data and instruction breakpoints