nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 99 forks source link

src: improve Error message on LoadPtr #351

Closed mmarchini closed 4 years ago

mmarchini commented 4 years ago

Knowing why LoadPtr failed can be quite helpful when debugging llnode, but the current message doesn't give any additional information. Sharing the address llnode tried to load, as well as the supposed type for that address makes debugging easier. The type name is only shown on Debug builds.

mmarchini commented 4 years ago

Landed in 461e83aa0c54