Releases: nodejs/llnode
Releases · nodejs/llnode
v1.6.3
- release: remove out/ in files of package.json (#164)
- doc: add section about developing and testing
- doc: update installation and loading instructions
- doc: add npm badge and use flat square style
- test: fix lldb 3.9+ version separator for linux
- src: load symbols from shared lib
- test: add d8 scenario fixture
- src: print more debug info when LLNODE_DEBUG=true
- src: add note about frame type removal
- Switch to LLDB 3.9. (#152)
- test: add containsLine function
- travis: show debug output in CI
- test: proper error-first handling
- test: show lldb output when timing out
- travis: test node 4, 6, 8, 9 with lldb-3.9
- src: add total row to findjsobjects command (#148)
- Update travis badge. (#142)
- doc: update LLNODE_RANGESFILE documentation (#140)
- Try to use the version from llvm-config on MacOS (#141)
v1.6.2
- Support V8 6.1 postmortem data( #130)
- Add support for big endian systems (#120)
- Add findjsinstances --verbose option (#125)
- Simplify lldb version handling on installation (#134)
- Fix crash on sliced external strings (#123)
- Combine array-length and string-length arguments to v8 inspect (#124)
- Support thin strings and stub frames (#121)