Package: edb-debugger / 1.3.0-2.2
Metadata
| Package | Version | Patches format |
|---|---|---|
| edb-debugger | 1.3.0-2.2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| fix_spelling.patch | (download) |
plugins/CheckVersion/CheckVersion.cpp |
2 1 + 1 - 0 ! |
fixes spelling errors |
| fix_desktop_entry.patch | (download) |
edb.desktop |
3 2 + 1 - 0 ! |
added keyword field in edb.desktop and changed the edb icon. |
| fix_cmakelists.txt.patch | (download) |
CMakeLists.txt |
6 3 + 3 - 0 ! |
disables the check of src/qhexview/.git directory |
| 0001 Gcc 12 includes fix 815.patch | (download) |
include/IState.h |
1 1 + 0 - 0 ! |
gcc 12 build fixes |
| fix_capstone_5.patch | (download) |
src/capstone-edb/Instruction.cpp |
2 0 + 2 - 0 ! |
fix build with capstone 5 (#824) Capstone 5 drops X86_INS_VCVTPD2DQX and X86_INS_VCVTPD2PSX from x86.h (happened in https://github.com/capstone-engine/capstone/commit/dd91f03fef5102492352756e2adb5972dd79a70f but no real explanation). Given: 1. these instructions had no wiring up; 2. other Capstone consumers have done the same let's drop them entirely as we have no idea what they are. They don't appear in any Intel documentation and there's very little reference to them online at all. Bug: https://bugs.gentoo.org/843755 Closes: https://github.com/eteran/edb-debugger/issues/823 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> |
| fix_gcc_13.patch | (download) |
plugins/DebuggerCore/unix/linux/FeatureDetect.cpp |
1 1 + 0 - 0 ! |
[patch] fix build with gcc 13 (#837) GCC 13 (as usual for new compiler releases) shuffles around some internal includes so some are no longer transitively included. See https://gnu.org/software/gcc/gcc-13/porting_to.html. Bug: https://bugs.gentoo.org/897890 |
| cmake 4.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
fix ftbfs with cmake 4 |
