| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Did you really mean me, or is this some kind of magic where you knew I was currently reading it up in the v8 soures? 💯 |
Sorry, something went wrong.
|
I'm a mind reader. (Also, a v8-users reader.) |
Sorry, something went wrong.
|
:-) Should be working now as expected. Verified it with lldb: ./configure --debug --gdb --xcode make -j8 lldb -- ./node --perf-basic-prof --gdbjit console-test.js (lldb) breakpoint set -name __jit_debug_register_code (lldb) run |
Sorry, something went wrong.
|
@bnoordhuis ... is this suitable for v4? |
Sorry, something went wrong.
|
LGTM. Sorry for the delay in reviewing – this got buried in my inbox. @jasnell This is appropriate for backporting to LTS. |
Sorry, something went wrong.
Original commit message:
Unbreak --gdbjit for embedders.
Embedders don't use d8.cc. Move gdbjit initialization to api.cc.
Review URL: https://codereview.chromium.org/1710253002
Fixes: nodejs#2076
PR-URL: nodejs#5577
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Original commit message:
Unbreak --gdbjit for embedders.
Embedders don't use d8.cc. Move gdbjit initialization to api.cc.
Review URL: https://codereview.chromium.org/1710253002
Fixes: #2076
PR-URL: #5577
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Original commit message:
Unbreak --gdbjit for embedders.
Embedders don't use d8.cc. Move gdbjit initialization to api.cc.
Review URL: https://codereview.chromium.org/1710253002
Fixes: #2076
PR-URL: #5577
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Original commit message:
Unbreak --gdbjit for embedders.
Embedders don't use d8.cc. Move gdbjit initialization to api.cc.
Review URL: https://codereview.chromium.org/1710253002
Fixes: #2076
PR-URL: #5577
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Notable Changes:
deps:
- Fix `--gdbjit` for embedders. Backported from v8 upstream.
(Ben Noordhuis) #5577
etw:
- Correctly display descriptors for ETW events 9 and 23 on the
windows platform.
(João Reis) #5742
querystring:
- Restore throw when attempting to stringify bad surrogate pair.
(Brian White) #5858
Notable Changes:
deps:
- Fix `--gdbjit` for embedders. Backported from v8 upstream.
(Ben Noordhuis) #5577
etw:
- Correctly display descriptors for ETW events 9 and 23 on the
windows platform.
(João Reis) #5742
querystring:
- Restore throw when attempting to stringify bad surrogate pair.
(Brian White) #5858
| Back | FazBrowse Home | New Git URL |
Original commit message:
Fixes: #2076
R=@ofrobots?
CI: https://ci.nodejs.org/job/node-test-pull-request/1871/