GitHub / nodejs/llnode / commits
An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 2769d401 | src: don't crash on invalid script positions |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| de1f01d7 | scripts: installation without sparse-checkout |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| bc857f01 | fix npm audit |
Keyhan Vakil <k****l@s****e>
Committed by: Joyee Cheung <j****3@g****m> |
almost 4 years ago | |
| eb969e13 | test: skip flaky JSArrayBuffer test |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| ba9be84f | src: fix PropertyAttributesEnum_DONT_DELETE typo |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| ab3b580f | src: remove support for Smi string lengths |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| aef1ca06 | src: remove "native_context" field |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| 2ae10dd5 | src: remove kJSFrame |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| dbf0cb55 | src: remove "neutered" fields for array buffers |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| 1a227645 | src: remove unused string postmortem constants |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| 1a620947 | src: remove ScopeInfo/SharedInfo fields |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| 27f00828 | src: remove class_JSObject__properties__FixedArray |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| b3a2269d | src: remove class_Map__instance_attributes__int |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| 04cedbb9 | src: remove unboxed double support completely |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| 1e111aaa | src: fix warnings |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| 8234105c |
Add build badge
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | almost 4 years ago | |
| d91aa400 |
Update bug_report.md
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | almost 4 years ago | |
| 7b9bc385 |
Update bug_report.md
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | almost 4 years ago | |
| b5d669b3 |
Update bug_report.md
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | almost 4 years ago | |
| 86be8a56 |
Update bug_report.md
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | almost 4 years ago | |
| d29d6065 |
Update bug_report.md
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | almost 4 years ago | |
| 167d797c |
Capture llnode version
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | almost 4 years ago | |
| ba6c8f0d |
Update Bug Report with CPU info
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | almost 4 years ago | |
| 49413608 | Update issue templates | Anton Whalley <a****n@v****m> | almost 4 years ago | |
| 8284431b |
release:Bump version
Signed-off-by: anton whalley <a****n@v****m> |
anton whalley <a****n@v****m>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| 823196af |
release: bump package.json for release
Signed-off-by: anton whalley <a****n@v****m> |
anton whalley <a****n@v****m>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| 49c4bac1 | Bump another timeout |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| 5d060fc5 | Skip finding the process object on v18 |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| f7d266b6 | Skip tests still failing on Node.js v16 |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| bf7a1546 |
Changes & timeout bumps from #403
Co-authored-by: Christian Clauss <c****s@m****m>, Anton Whalley <a****n@v****m> |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
almost 4 years ago | |
| e653a9d7 | Remove two tests |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| 0b78f545 | Remove support for unboxed doubles |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| c1125a2c | Remove v19.x, since downloading it fails |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| 1e59fe6e | Try a different syntax for github actions excludes |
Keyhan Vakil <k****l@g****e>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| 34f7c537 | Update push.yml for versions 16, 18 & 19 |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| ff75da7e |
test: bump timeouts due to later lldbs
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | about 4 years ago | |
| 3b5a489b |
test: fix lib/lib mapping issue
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | about 4 years ago | |
| 1ea06f33 |
test: remove 16 18 nightly
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | about 4 years ago | |
| 6e892bcf |
test: update test for multi-line error
Signed-off-by: Anton Whalley <a****n@v****m> |
Anton Whalley <a****n@v****m> | about 4 years ago | |
| 39fb7c05 | fix getting current Node.js version |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| f9580d8a | Arguments adaptor no longer exists |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| 29161684 | ScopeInfo is no longer a FixedArray |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| 696b2500 | Changes to postmortem data |
Keyhan Vakil <k****l@s****e>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| 4625c9a7 | also symlink llvm-config binary |
ptaylor <p****r@m****m>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| 323e4f49 | fix typos |
ptaylor <p****r@m****m>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| fe1b1391 | install lldb without prefix when using llvm apt repos |
ptaylor <p****r@m****m>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| 62def823 | fix bash whitespace |
ptaylor <p****r@m****m>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| 1391aef4 | install lldb from llvm apt repos when not packaged by Ubuntu, update node ver... |
ptaylor <p****r@m****m>
Committed by: Anton Whalley <a****n@v****m> |
about 4 years ago | |
| 39b38a96 | Update setup to latest, ignore ArrayBufferView and Arrow (#398) |
Anton Whalley <a****n@v****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| ca514b84 | add llvm 10-13 to github actions matrix in push.yml |
ptaylor <p****r@m****m>
Committed by: Anton Whalley <a****n@v****m> |
almost 5 years ago | |
| 934ff7cf | feat!: fix CI tests |
Mary Marchini <o****s@m****e>
Committed by: mary marchini <o****s@m****e> |
almost 5 years ago | |
| 279a5407 |
chore: update master -> main (#392)
Signed-off-by: Michael Dawson <m****n@d****m> |
Michael Dawson <m****n@d****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| e6943a8b | Fetch headers from official LLVM github monorepo |
ptaylor <p****r@m****m>
Committed by: Anton Whalley <a****n@v****m> |
over 5 years ago | |
| 6f1f6254 | Check for LLDB up to version 20 in Linux |
ptaylor <p****r@m****m>
Committed by: Anton Whalley <a****n@v****m> |
over 5 years ago | |
| b69b7447 |
Update .github/workflows/push.yml
Co-authored-by: Joyee Cheung <j****3@g****m> |
mary marchini <m****i@n****m>
Committed by: mary marchini <o****s@m****e> |
about 6 years ago | |
| aace7849 | chore(ci): use codecov instead of coveralls |
Mary Marchini <m****i@n****m>
Committed by: mary marchini <o****s@m****e> |
about 6 years ago | |
| 5aad67dc | chore: add .mailmap |
Mary Marchini <m****i@n****m>
Committed by: mary marchini <o****s@m****e> |
about 6 years ago | |
| fc289c0e | chore(ci): temporarily disable OS X |
Mary Marchini <m****i@n****m>
Committed by: mary marchini <o****s@m****e> |
about 6 years ago | |
| c393810c | doc: add Node.js install instructions |
mmarchini <m****i@n****m>
Committed by: mary marchini <o****s@m****e> |
about 6 years ago | |
| fe9a6688 | meta: 2020-04-27, Version 3.2.0 | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| 4918962b | build: add v14 to the test matrix | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| c86eb435 | src: update RegExp type constant for V8 8.1 | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| 4b868f70 | scripts: remove unwanted require |
rickyes <m****l@z****n>
Committed by: mary marchini <o****s@m****e> |
over 6 years ago | |
| dd57bfb8 |
src: boxed double fields for V8 8.1
Signed-off-by: Matheus Marchini <m****i@n****m> |
Matheus Marchini <m****i@n****m> | over 6 years ago | |
| fdddce0d |
doc: fix supported version comment on README
Signed-off-by: Matheus Marchini <m****i@n****m> |
Matheus Marchini <m****i@n****m> | over 6 years ago | |
| 364e0346 | src: fix some warnings and erroneous PRINT_DEBUG | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| 8e2a55c8 | src: update SFI script accessor for V8 8.1 | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| 461e83aa | src: improve Error message on LoadPtr | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| 1839dc3e | meta: 2020-03-25, Version 3.1.0 | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| 83c810fa | src: fix getopt format string |
Ben Noordhuis <i****o@b****l>
Committed by: Matheus Marchini <m****i@n****m> |
over 6 years ago | |
| 8bf15c07 | src: fix typo on execArgv description |
Stefan Nilsson <s****n@u****m>
Committed by: Matheus Marchini <m****i@n****m> |
over 6 years ago | |
| 1948512b | tools: add script with commands to facilitate dev | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| bd3a1c7e | meta: add policy to land PRs without approval | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| bff9f5ea | src: harden SlicedString::ToString | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| e8896e0d | 3.0.0 | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| b0fa68ce | build: update Node.js versions on CI matrix | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| 878b514e | build: add project ncurc config | Matheus Marchini <m****t@m****e> | over 6 years ago | |
| c981f7fc | src: guess Symbol.name offset | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| b30cf41a | src: use 24 as default for kHeaderSize | Matheus Marchini <m****i@n****m> | over 6 years ago | |
| 6f27d84f | test: use gdb to capture core on tests | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| ecb8d0e3 | build: move CI to GitHub Actions | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| 1b8f1433 | src: make Symbol more resilient | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| 5a94ecf9 | src: handle String__FIELD_offset__int | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| f7f9347b | test: update Error.stack test for V8 7.5 | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| fd9d2b09 | test: make func source test compatbile with v12 |
Matheus Marchini <m****i@n****m>
Committed by: Matheus Marchini <m****t@m****e> |
almost 7 years ago | |
| f8eebcc9 | src: v12 fixed for JSArrayBuffer & FixedTypedArray | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| 1faa8809 | src: v12.x-compatible DescriptorArray | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| 9a58d8cf | build: allow custom lldb headers path with npm install | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| fde0c59c | src: update UncompiledData types constants | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| ec016041 | src: fix source list on V8 7.4 | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| 2cc07cd0 | test: skip inferredName on 12 | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| 82d28c5e | test: make SessionOutput Promise tolerant |
Matheus Marchini <m****i@n****m>
Committed by: Matheus Marchini <m****t@m****e> |
almost 7 years ago | |
| 37b3c268 | src: use Check() instead of raw != -1 | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| 8068cdad | src: fix function name lookup for inferred names |
Matheus Marchini <m****i@n****m>
Committed by: Matheus Marchini <m****t@m****e> |
almost 7 years ago | |
| 7b9598e9 | tools: git ignore core dumps | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| 2afd59ed | src: introduce Constant class | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| 2964af57 | src: treat embeded builtins as V8 functions | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| a79a0084 | src: fix String::Length for Node.js v12.3.0 | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| 2c4c99ca | src: use new SystemPointerSize constant | Matheus Marchini <m****i@n****m> | almost 7 years ago | |
| 84eefb45 | src: fix gcc/clang warnings |
Kirill Fomichev <f****d@y****u>
Committed by: Matheus Marchini <m****i@n****m> |
almost 7 years ago |