On Wed, 2008-06-04 at 10:33 +0200, Albert Sellarès wrote:
> 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!
> 

there is no attachment :?

please test the _latest_ mercurial version and check it again.

These defines are there probably because I have to x86-64 shell and I
put the code in the first file I found, because i just wanted to make it
work, but i have no x86-64 boxes at home.

I will really appreaciate if you can work on the 64bit port of the
debugger. that its currently working but needs more love :)

--pancake
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

Reply via email to