ptrace supports threads
Fujitsu: POSTK_DEBUG_TEMP_FIX_53, POSTK_DEBUG_ARCH_DEP_44 Refs: #771, #1179, #1143 Change-Id: Ie17ece6864f0eeb0c0e550f4e369abb77980a0d0
This commit is contained in:
committed by
Dominique Martinet
parent
28c434a230
commit
ed1edb152b
8
test/issues/771+1179+1143/mcexec_gdb.sh
Executable file
8
test/issues/771+1179+1143/mcexec_gdb.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -x
|
||||
|
||||
if [ x$MCEXEC = x ]; then
|
||||
echo MCEXEC was not set >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exec $MCEXEC gdb "$@"
|
||||
Reference in New Issue
Block a user