Hi,
I'm planning on studying the racket runtime (JIT, memory management) code. I'll be reading the source code, in addition to which I wanted to build a racket system with debugs enabled, so that I can used "lldb" to track the execution as it happens.
I've used the following config to build the system. Can someone please let me know the right options or if I missed something?
../configure CFLAGS=-g --prefix=SOME_DIR_ABS_PATH --enable-macprefix --enable-nooptafter installing, I see the following.
$ lldb bin/racket
(lldb) break set -n main
Breakpoint 1: no locations (pending).
WARNING: Unable to resolve breakpoint to any actual locations.
(lldb) r
Process 24130 launched: '../refcode/racket/racket/src/build/bin/racket' (x86_64)
Welcome to Racket v6.2.900.10.
>