Hi, this is an other patch to letme compile radare on x86_64 systems (tested on ubuntu 64). The changes are mainly on debugger code.
I have two questions about the code: Why these defines are in i386.h, and why they are not called as the defines for i386? #define R_RIP(x) x.rip #define R_RFLAGS(x) x.eflags #define R_RBP(x) x.rbp #define R_RSP(x) x.rsp #define R_RAX(x) x.rax #define R_REAX(x) x.orig_rax #define R_RBX(x) x.rbx #define R_RCX(x) x.rcx #define R_RDX(x) x.rdx #define R_RSI(x) x.rsi #define R_RDI(x) x.rdi Greetings! -- Albert Sellarès GPG id: 0x13053FFE http://www.wekk.net [EMAIL PROTECTED] -------------- next part -------------- A non-text attachment was scrubbed... Name: radare_x86_64.patch Type: text/x-diff Size: 32469 bytes Desc: not available URL: <http://lists.nopcode.org/private.cgi/radare-nopcode.org/attachments/20080604/c0159e36/attachment.patch> _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
