edb (Evan's Debugger) is a cross platform x86/x86-64 debugger. It was inspired by OllyDbg, but aims to function on x86 and x86-64 as well as multiple OS's. Linux is the only officially supported platform at the moment, but FreeBSD, OpenBSD, OSX and Windows ports are underway with varying degrees of functionality. WWW: http://codef00.com/projects#debugger PR: based on ports/170779 Submitted by: HU Dong <itechbear at gmail.com>
11 lines
309 B
INI
11 lines
309 B
INI
--- ./src/src.pro.orig 2011-12-12 21:27:25.000000000 +0000
|
|
+++ ./src/src.pro 2012-09-13 21:26:00.215566381 +0000
|
|
@@ -5,7 +5,7 @@
|
|
INCLUDEPATH += ./widgets ../include
|
|
RESOURCES = debugger.qrc
|
|
DESTDIR = ../
|
|
-target.path = /bin/
|
|
+target.path = $$PREFIX/bin/
|
|
INSTALLS += target
|
|
QT += xml
|
|
|