gdb: fix debugging of MIPS(el) applications
authorFlorian Fainelli <florian@openwrt.org>
Mon, 19 Nov 2012 14:38:02 +0000 (14:38 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 19 Nov 2012 14:38:02 +0000 (14:38 +0000)
commit8ca4fd7ad1d28b31111b8bc9b9a2da88a996e0c9
tree446c01c50f22af23d2726aa4e008d1df2796ffa6
parent3c1642a9e158917c8288133a5238528ffb185b9d
gdb: fix debugging of MIPS(el) applications

GDB previously failed with the following:

root@OpenWrt:/# gdb busybox
[snip]
(gdb) r
Starting program: /bin/busybox
GDB bug: target.c (gdb_signal_from_host): unrecognized real-time signal

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34258
package/devel/gdb/patches/001-gdb-pr14523-mips-signal-number.patch [new file with mode: 0644]