401e27fd71
breakpoint is set in a `ta 0x6d´ which is not a sigreturn syscall. In these cases no rt_frame exists in the stack and thus the read PC is wrong. ChangeLog 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com> * sparc64-linux-tdep.c (sparc64_linux_step_trap): Get PC from the sigreturn register save area only if the syscall is sigreturn. testsuite/ChangeLog 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com> * gdb.arch/sparc-sysstep.exp: New file. * gdb.arch/sparc-sysstep.c: Likewise. * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20 lines
709 B
Makefile
20 lines
709 B
Makefile
VPATH = @srcdir@
|
|
srcdir = @srcdir@
|
|
|
|
EXECUTABLES = altivec-abi altivec-regs amd64-byte amd64-disp-step amd64-dword \
|
|
amd64-entry-value amd64-i386-address amd64-word i386-bp_permanent \
|
|
i386-permbkpt i386-avx i386-signal i386-sse sparc-sysstep
|
|
|
|
all info install-info dvi install uninstall installcheck check:
|
|
@echo "Nothing to be done for $@..."
|
|
|
|
clean mostlyclean:
|
|
-rm -f *~ *.o a.out *.x *.ci *.tmp gcore.test system-gcore
|
|
-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
|
|
-rm -f *.dwo *.dwp
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
-rm -f *~ core
|
|
-rm -f Makefile config.status config.log
|
|
-rm -f *-init.exp gdb.log gdb.sum
|
|
-rm -fr *.log summary detail *.plog *.sum *.psum site.*
|