-
-
Notifications
You must be signed in to change notification settings - Fork 101
Description
Describe the bug
When initiating LLDB with LLNODE plugin, it fails
To reproduce
Steps to reproduce the behavior:
-
Initiated LLDB
-
Ran command 'plugin load /usr/local/lib/node_modules/llnode/llnode.dylib'
-
errored - error: this file does not represent a loadable dylib
Expected behavior
LLDB should load LLNODE plugin
Local environment (please complete the following information):
-
Version of llnode - 4.0.0
(Obtained using
npm view llnode version) -
OS Info: Darwin Ravis-MacBook-Pro.local 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 21:00:17 PST 2023; root:xnu-8796.101.5~3/RELEASE_X86_64 x86_64
(Obtained using
uname -a) -
lldb Version - lldb-1403.0.17.64
(Obtained using
lldb --version) -
Version of node.js - v12.3.1
(Obtained using
node --version)
Additional context
I have tried different versions of node, but none worked (16.13.1, 20.x.x etc)
Also, I have installed lldb using XCode installation (Apple Store), version - Xcode 14.3, Build version 14E222b
