An open API service providing commit metadata for open source projects.

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
dfe6c09a doc: update LLNODE_RANGESFILE documentation (#140) Ben Noordhuis <i****o@b****l>
Committed by: Joyee Cheung <j****3@g****m>
almost 9 years ago
efa4f8e4 Try to use the version from llvm-config on MacOS (#141) Joyee Cheung <j****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
362b36af src: do not create global llscan or global llv8 Joyee Cheung <j****3@g****m> almost 9 years ago
bfa5ff7c 1.6.2 Howard Hellyer <h****r@u****m> almost 9 years ago
04d72dfb src: Add support for big endian systems (#120) Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
1c944fef llscan.cc: Add findjsinstances --verbose option (#125) Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
e472e7e1 configure.js: Simplify lldb version handling (#134) Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
2d9db90f llv8-inl.h: Fix crash on sliced external strings (#123) Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
c14adb4a merge src,test: support V8 6.1 postmortem data Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
03016697 src: remove unused prop_kind_shift cjihrig <c****g@g****m> about 9 years ago
3ab289b3 src,test: support V8 6.1 postmortem data cjihrig <c****g@g****m> about 9 years ago
f85f8fcf merge llnode.cc: Combine array-length and string-length arguments Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
58d2c1a0 merge src: support thin strings and stub frames Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
67cbdb5a llnode.cc: Combine array-length and string-length arguments Howard Hellyer <h****r@u****m> about 9 years ago
178882b2 src: support stub frames Joyee Cheung <j****3@g****m> about 9 years ago
bf416f1e 1.6.1 Howard Hellyer <h****r@u****m> about 9 years ago
75c6e9a8 merge src, test: support reading contents from buffers Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
f3147eff configure.js: Freebsd Install (#96) Anton Whalley <a****n@v****m>
Committed by: Howard Hellyer <h****r@u****m>
about 9 years ago
1ce2a40d src: support thin strings Joyee Cheung <j****3@g****m> about 9 years ago
ca670cd8 src: print buffer attributes in detailed view Joyee Cheung <j****3@g****m> about 9 years ago
9cabf0bc llscan: Improved findrefs performance Matheus Marchini <m****t@g****m>
Committed by: Howard Hellyer <h****r@u****m>
about 9 years ago
ed6283bb 1.6.0 Howard Hellyer <h****r@u****m> about 9 years ago
7036af37 configure.js: Add llnode command Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
ea763e3b configure.js: Allow npm install to work in git clone Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
5d63284d src: fix build error with lldb 3.8 Ben Noordhuis <i****o@b****l> about 9 years ago
557bb0f3 src: print builtins and unnamed stack frames (#104) Ben Noordhuis <i****o@b****l>
Committed by: Howard Hellyer <h****r@u****m>
about 9 years ago
9014fd4a src: implement `v8 inspect --array-length` for large arrays (#105) Joyee Cheung <j****3@g****m>
Committed by: Howard Hellyer <h****r@u****m>
about 9 years ago
628ad412 src: don't crash with no arguments to print (#106) Colin Ihrig <c****g@g****m>
Committed by: Howard Hellyer <h****r@u****m>
about 9 years ago
3de74854 merge README: Fix build badge in README.md Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
bde1c78e Fix build badge in README.md Tierney Cyren <b****b@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
7601ff4e src, test: support reading contents from buffers Joyee Cheung <j****3@g****m> about 9 years ago
0905ce8d merge Merge pull request #103 from hhellyer/master Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
1a98ef6f 1.5.1 Howard Hellyer <h****r@u****m> about 9 years ago
3b04b789 README.md: Improve core dump loading instructions Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
dcb16b00 merge readme: fix typo Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
fb245996 scripts: fix installing llnode globally Anton <a****n@v****m>
Committed by: Fedor Indutny <f****r@i****m>
about 9 years ago
be2f6f9c 1.5.0 Fedor Indutny <f****r@i****m> over 9 years ago
13272853 readme: fix typo Luigi Pinca <l****a@g****m> over 9 years ago
d65792f8 src: support V8 5.8 stack frame markers Ben Noordhuis <i****o@b****l> over 9 years ago
4b088a97 src: print sensible value for global object proxy Ben Noordhuis <i****o@b****l> over 9 years ago
c7170555 test: add frame inspection test Ben Noordhuis <i****o@b****l> over 9 years ago
b73e0426 src,test: support node.js >= 8 Ben Noordhuis <i****o@b****l> over 9 years ago
8d0446aa llscan: fix lint Ben Noordhuis <i****o@b****l> over 9 years ago
f4d2c3e6 merge Merge pull request #80 from hhellyer/master Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
c17422cf 1.4.3 Howard Hellyer <h****r@u****m> over 9 years ago
15f82dd0 gyp_llnode: Fix issue with gcc 7 version number Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
1d829341 configure.js: Update lldb header downloads Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
f71d3f4e readme: fix build instructions on the latest OS X Fedor Indutny <f****r@i****m> over 9 years ago
d7efbb77 1.4.2 Fedor Indutny <f****r@i****m> over 9 years ago
efab344b readme: fix and docs for lldb system plugin dir Richard Chamberlain <r****n@u****m>
Committed by: Fedor Indutny <f****r@i****m>
over 9 years ago
89c3094a Fix bug in v8 findrefs command, refs search fails Richard Chamberlain <r****n@u****m>
Committed by: Fedor Indutny <f****r@i****m>
over 9 years ago
1a27c724 scripts: add JS-only script for large cores on Mac Fedor Indutny <f****r@i****m> over 9 years ago
d639993c readme: replace gyp_lldb with gyp_llnode (#66) Daijirō Wachi <d****i@g****m>
Committed by: Fedor Indutny <f****y@g****m>
over 9 years ago
849b5b23 package.json: update project description Richard Chamberlain <r****n@u****m>
Committed by: Fedor Indutny <f****r@i****m>
over 9 years ago
b45faa0d readme: include npm install instructions (#65) Joyee Cheung <j****3@g****m>
Committed by: Fedor Indutny <f****y@g****m>
over 9 years ago
2325ae30 package.json: Make llnode installable via npm (#60) Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
4cda69ca llnode.cc: Only mention ranges file if it is needed. (#62) Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
930d3ec9 1.4.1 Fedor Indutny <f****r@i****m> over 9 years ago
3fd5d0b1 llscan: fix lint Fedor Indutny <f****r@i****m> almost 10 years ago
5d23c6d4 llscan: findrefs in Arrays too Fedor Indutny <f****r@i****m> almost 10 years ago
ce1cf9c3 1.4.0 Fedor Indutny <f****r@i****m> almost 10 years ago
a093e2ab llnode: properly reset `getopt` on linuxes Fedor Indutny <f****r@i****m> almost 10 years ago
228481a0 llv8: function's inferred name may be undefined Fedor Indutny <f****r@i****m> almost 10 years ago
8ba6b56d llscan: GetTypeName remove unused parameter Howard Hellyer <h****r@u****m>
Committed by: Fedor Indutny <f****r@i****m>
almost 10 years ago
b7b03068 test: add tests for llscan Fedor Indutny <f****r@i****m> almost 10 years ago
4459f90e llv8: inspect internal fields of JSObject Fedor Indutny <f****r@i****m> almost 10 years ago
ad45a964 llv8: support JSApiObject/JSSpecialApiObject Fedor Indutny <f****r@i****m> almost 10 years ago
6cb550f9 1.3.0 Fedor Indutny <f****r@i****m> almost 10 years ago
7f509a63 llscan.cc: Add findrefs -s to search by property Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
d9476329 llscan: use map::emplace instead of map::insert Fedor Indutny <f****r@i****m> almost 10 years ago
3257e49b llscan: cache map lookup results Fedor Indutny <f****r@i****m> almost 10 years ago
08c3aa4a llscan: minor tweaks Fedor Indutny <f****r@i****m> almost 10 years ago
9ea69bd6 llscan: fix `v8 findrefs` usage Fedor Indutny <f****r@i****m> almost 10 years ago
d3d02d7b llscan: skip borked arrays when finding refs Fedor Indutny <f****r@i****m> almost 10 years ago
c36b229b llscan: process chunks in blocks for speed boost Fedor Indutny <f****r@i****m> almost 10 years ago
0831083c llv8-constants: Use file address for symbol lookup (#44) Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
9039aaec llscan.cc: Add findrefs -n to search by property Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
aee4e66d llnode.cc: Fix linux options parsing crash. Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
6ad8a520 llv8.cc: Guard against obviously invalid string lengths. Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
38af95bc readme: specify llnode clone Gibson Fahnestock <g****b@u****m>
Committed by: Fedor Indutny <f****r@i****m>
almost 10 years ago
36e7504c merge readme: Update v8 help output Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
bdfb4f63 Update output of v8 help in README.md Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
e6bb52bf llnode: Add —-print-source (-s) flag Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
7db2249f llscan: Add v8 findrefs command Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
2c425f21 merge Merge pull request #34 from watson/patch-1 Fedor Indutny <f****y@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
8c633d66 readme: add short description of LLDB Thomas Watson Steen <w****@t****k> almost 10 years ago
716998b9 1.2.2 Fedor Indutny <f****r@i****m> almost 10 years ago
ad492ed9 llv8: fix `WasNeutered` check Fedor Indutny <f****r@i****m> almost 10 years ago
75d875fb llv8: check that SharedFunctionInfo has script Fedor Indutny <f****r@i****m> almost 10 years ago
cde5f4e7 llv8: adapt to new "inferred name" constant Fedor Indutny <f****r@i****m> almost 10 years ago
c33b01fd llscan: include strings in the object histogram (#28) Howard Hellyer <h****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
8b7dca3c src: use `cinttypes` to fix CentOS Fedor Indutny <f****r@i****m> about 10 years ago
75d4a09e llnode: remove nodeinfo shortcut Howard Hellyer <h****r@u****m>
Committed by: Fedor Indutny <f****r@i****m>
about 10 years ago
51efb315 project: add governance docs Fedor Indutny <f****r@i****m> about 10 years ago
94f0f1f2 llnode: set SBCommandReturnObject result status yjhjstz <y****z@1****m>
Committed by: Fedor Indutny <f****r@i****m>
about 10 years ago
b53010b9 llscan: Add nodeinfo command Howard Hellyer <h****r@u****m>
Committed by: Fedor Indutny <f****r@i****m>
about 10 years ago
63ea0044 project: add CONTRIBUTING.md Fedor Indutny <f****r@i****m> about 10 years ago
b079d17b src: lint Fedor Indutny <f****r@i****m> about 10 years ago
132701c2 llnode: don't crash when no options are passed Howard Hellyer <h****r@u****m>
Committed by: Fedor Indutny <f****r@i****m>
about 10 years ago
85a10aa0 llscan: use SBMemoryRegionInfo API when available Howard Hellyer <h****r@u****m>
Committed by: Fedor Indutny <f****r@i****m>
about 10 years ago

← Back to repository