[racket] scheme code in assembly level

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

Many thanks.
I fogot to mention the version: Welcome to DrRacket, version 5.1.0.3--2011-
03-05(2bdb988/a) [3m].
Jos 

> -----Original Message-----
> From: samth0 at gmail.com [mailto:samth0 at gmail.com] On Behalf Of 
> Sam Tobin-Hochstadt
> Sent: 14 March 2011 16:25
> To: Jos Koot
> Cc: 김태윤; users at racket-lang.org
> Subject: Re: [racket] scheme code in assembly level
> 
> Probably the underlying compiler has changed.  I'll look into it.
> 
> 2011/3/14 Jos Koot <jos.koot at telefonica.net>:
> > 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
> >
> >
> 
> 
> 
> -- 
> sam th
> samth at ccs.neu.edu




Posted on the users mailing list.