crash: update to 7.1.4.
This commit is contained in:
parent
1be5a4d5ce
commit
dc9e436c71
@ -1,30 +0,0 @@
|
||||
the first chunk fixes build errors,
|
||||
the non_stop part below fixes thread debugging being available
|
||||
by default without setting any breakpoints or usage of libthread_db.
|
||||
|
||||
--- gdb-7.4.org/gdb/linux-nat.c 2013-08-10 05:24:24.651000003 +0000
|
||||
+++ gdb-7.4/gdb/linux-nat.c 2013-08-10 05:25:50.966000003 +0000
|
||||
@@ -71,6 +71,14 @@
|
||||
# endif
|
||||
#endif /* HAVE_PERSONALITY */
|
||||
|
||||
+#ifndef __SIGRTMIN
|
||||
+#define __SIGRTMIN SIGRTMIN
|
||||
+#endif
|
||||
+
|
||||
+#ifndef W_STOPCODE
|
||||
+#define W_STOPCODE(sig) ((sig) << 8 | 0x7f)
|
||||
+#endif
|
||||
+
|
||||
/* This comment documents high-level logic of this file.
|
||||
|
||||
Waiting for events in sync mode
|
||||
@@ -2265,7 +2273,7 @@
|
||||
status = 0;
|
||||
}
|
||||
|
||||
- if (non_stop)
|
||||
+ if (1)
|
||||
{
|
||||
/* Add the new thread to GDB's lists as soon as possible
|
||||
so that:
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'crash'
|
||||
pkgname=crash
|
||||
version=7.1.3
|
||||
version=7.1.4
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="flex"
|
||||
@ -10,7 +10,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://people.redhat.com/anderson/"
|
||||
distfiles="http://people.redhat.com/anderson/${pkgname}-${version}.tar.gz"
|
||||
checksum=58add564699f33f4bba7f0deed43f5dfef945e165e7cd9de495a34d8e8642dc9
|
||||
checksum=2c84b7d33cbf2145fc5af8064744a8496dd2383d63d51cd00f657f474a82434c
|
||||
nocross=yes
|
||||
|
||||
post_extract() {
|
||||
|
Loading…
Reference in New Issue
Block a user