edb-debugger: update to 1.4.0, orphan.
Closes: #45367 [via git-merge-pr]
This commit is contained in:
parent
b916e5e304
commit
2d7fd92d6a
|
@ -1,10 +0,0 @@
|
|||
--- a/src/widgets/QDisassemblyView.cpp 2020-04-10 21:07:19.000000000 +0200
|
||||
+++ b/src/widgets/QDisassemblyView.cpp 2020-09-01 01:29:20.286597335 +0200
|
||||
@@ -40,6 +40,7 @@
|
||||
#include <QElapsedTimer>
|
||||
#include <QMouseEvent>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QPixmap>
|
||||
#include <QScrollBar>
|
||||
#include <QSettings>
|
|
@ -1,16 +0,0 @@
|
|||
Source: maxice8
|
||||
Upstream: no
|
||||
Reason: fixes compilation by avoiding using __ptrace_request as an enum.
|
||||
|
||||
--- a/plugins/DebuggerCore/unix/linux/arch/x86-generic/PlatformThread.cpp
|
||||
+++ b/plugins/DebuggerCore/unix/linux/arch/x86-generic/PlatformThread.cpp
|
||||
@@ -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,33 +0,0 @@
|
|||
diff --color -ruN 1/include/IState.h 2/include/IState.h
|
||||
--- 1/include/IState.h 2020-12-14 02:09:07.000000000 +0100
|
||||
+++ 2/include/IState.h 2022-06-22 05:48:20.394258961 +0200
|
||||
@@ -19,6 +19,7 @@
|
||||
#ifndef ISTATE_H_20110315_
|
||||
#define ISTATE_H_20110315_
|
||||
|
||||
+#include <memory>
|
||||
#include "Register.h"
|
||||
#include "Types.h"
|
||||
|
||||
diff --color -ruN 1/include/RegisterViewModelBase.h 2/include/RegisterViewModelBase.h
|
||||
--- 1/include/RegisterViewModelBase.h 2020-12-14 02:09:07.000000000 +0100
|
||||
+++ 2/include/RegisterViewModelBase.h 2022-06-22 05:49:05.600877962 +0200
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "util/Integer.h"
|
||||
#include <QAbstractItemModel>
|
||||
#include <deque>
|
||||
+#include <memory>
|
||||
#include <vector>
|
||||
|
||||
Q_DECLARE_METATYPE(std::vector<NumberDisplayMode>)
|
||||
diff --color -ruN 1/include/State.h 2/include/State.h
|
||||
--- 1/include/State.h 2020-12-14 02:09:07.000000000 +0100
|
||||
+++ 2/include/State.h 2022-06-22 05:49:27.911029610 +0200
|
||||
@@ -19,6 +19,7 @@
|
||||
#ifndef STATE_H_20060715_
|
||||
#define STATE_H_20060715_
|
||||
|
||||
+#include <memory>
|
||||
#include "API.h"
|
||||
#include "Types.h"
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- a/include/ByteShiftArray.h 2019-08-16 23:27:51.186731499 +0200
|
||||
+++ b/include/ByteShiftArray.h 2019-08-16 23:28:15.909729902 +0200
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "API.h"
|
||||
#include <QVector>
|
||||
#include <cstddef>
|
||||
+#include <limits.h>
|
||||
|
||||
class EDB_EXPORT ByteShiftArray {
|
||||
Q_DISABLE_COPY(ByteShiftArray)
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'edb-debugger'
|
||||
pkgname=edb-debugger
|
||||
version=1.3.0
|
||||
version=1.4.0
|
||||
revision=1
|
||||
archs="x86_64* i686*"
|
||||
build_style=cmake
|
||||
hostmakedepends='pkg-config'
|
||||
makedepends="capstone-devel graphviz-devel boost-devel qt5-devel qt5-xmlpatterns-devel qt5-svg-devel"
|
||||
short_desc="Cross platform x86/x86-64 debugger"
|
||||
maintainer="DirectorX <void.directorx@protonmail.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/eteran/edb-debugger"
|
||||
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tgz"
|
||||
checksum=86df4a0940a39c1480a6fc789f167f94e87a7a330f2d8163fe871f42c754afe8
|
||||
distfiles="https://github.com/eteran/edb-debugger/releases/download/${version}/${pkgname}-${version}.tgz"
|
||||
checksum=0eb2c5d17493ab0e7e0a0748eefa5733ec90329631cc8db87f2943e90f91b726
|
||||
|
|
Loading…
Reference in New Issue