edb-debugger: update to 1.2.0
This commit is contained in:
parent
2d470a0a1a
commit
294e27b0a9
2 changed files with 6 additions and 5 deletions
|
@ -4,13 +4,13 @@ Reason: fixes compilation by avoiding using __ptrace_request as an enum.
|
|||
|
||||
--- plugins/DebuggerCore/unix/linux/arch/x86-generic/PlatformThread.cpp
|
||||
+++ plugins/DebuggerCore/unix/linux/arch/x86-generic/PlatformThread.cpp
|
||||
@@ -34,6 +34,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
@@ -33,6 +33,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#include <sys/ptrace.h>
|
||||
#include <sys/user.h>
|
||||
|
||||
+#ifndef __GLIBC__
|
||||
+#define __ptrace_request int
|
||||
+#endif
|
||||
|
||||
+
|
||||
// doesn't always seem to be defined in the headers
|
||||
#ifndef PTRACE_GET_THREAD_AREA
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'edb-debugger'
|
||||
pkgname=edb-debugger
|
||||
version=1.0.0
|
||||
revision=3
|
||||
version=1.2.0
|
||||
revision=1
|
||||
archs="x86_64* i686*"
|
||||
wrksrc="edb-debugger"
|
||||
build_style=cmake
|
||||
hostmakedepends='pkg-config'
|
||||
makedepends="capstone-devel graphviz-devel boost-devel qt5-devel qt5-xmlpatterns-devel qt5-svg-devel"
|
||||
|
@ -11,4 +12,4 @@ maintainer="DirectorX <void.directorx@protonmail.com>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/eteran/edb-debugger"
|
||||
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tgz"
|
||||
checksum=fab87541042df79ea63254e371d81b84d6b72f78141a6ab92512610ed2b7dfac
|
||||
checksum=96f8ee00c5983e6a4e108a0d738464e8b74da187018229334b498c80e7fe4917
|
||||
|
|
Loading…
Reference in a new issue