[racket] scheme code in assembly level

From: Jos Koot (jos.koot at telefonica.net)
Date: Mon Mar 14 11:11:08 EDT 2011

I took a look.
When running test I find:

line 77 of decompiler.rkt:
(define on_demand_jit_code (get-ffi-obj "scheme_on_demand_jit_code" #f _pointer))
error: decompiler.rkt:77:0: ffi-obj: couldn't get "scheme_on_demand_jit_code" from #f (No se encontr  el proceso especificado.; errno=127)
(cannot find the specified process)

What do I wrong?
Thanks, Jos

> -----Original Message-----
> From: users-bounces at racket-lang.org 
> [mailto:users-bounces at racket-lang.org] On Behalf Of Sam 
> Tobin-Hochstadt
> Sent: 14 March 2011 13:49
> To: 김태윤
> Cc: users at racket-lang.org
> Subject: Re: [racket] scheme code in assembly level
> 
> Take a look at https://github.com/samth/disassemble
> 
> It doesn't do exactly what you want, but it may be helpful.
> 
> On Mon, Mar 14, 2011 at 8:09 AM, 김태윤 <kty1104 at gmail.com> wrote:
> > hello
> > is there any way I can debug scheme code in assembly level?
> > it would be awesome if I can debugging as like ollydbg or softice.
> > (with watching flags and registers)
> > prefer Emacs + gracket environment, but if there's no 
> solution, DrRacket is OK.
> > thanks in advanced
> > Regards.
> > Taeyun.
> > _________________________________________________
> >  For list-related administrative tasks:
> >  http://lists.racket-lang.org/listinfo/users
> >
> 
> 
> 
> -- 
> sam th
> samth at ccs.neu.edu
> 
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/users




Posted on the users mailing list.