Dear V8 developer,

I recently tried to use the debugging interface for gdb on JIT code. When I 
tried building a debug build of V8 and following the instructions in:

https://github.com/v8/v8/wiki/GDB-JIT-Interface

I launched my program using the following command:

gdb --args ./d8 --gdbjit helloworld.js
>

In the gdb prompt, I setup a breakpoint in __jit_debug_register_code before 
launch my program, but looks like the hook was never invoked.

I am using gdb 7.11 in Ubuntu 16.04.
d8 version 6.7.0 (candidate)

My helloworld.js is very simple like this:

> function func() {
>
>         console.log('hello');
>
> }
>
>
>> func()
>
>
>
Thanks.

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to