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
51a549c4 1.2.1 Fedor Indutny <f****r@i****m> about 10 years ago
71050171 llscan: improve findjsobjects help message Brendan Gregg <b****g@n****m>
Committed by: Fedor Indutny <f****r@i****m>
about 10 years ago
7ce1b78e llscan: avoid coredump on v8 findjsinstances Brendan Gregg <b****g@n****m>
Committed by: Fedor Indutny <f****r@i****m>
about 10 years ago
ce83f07f 1.2.0 Fedor Indutny <f****r@i****m> about 10 years ago
e8874ce7 src: format source after recent changes Fedor Indutny <f****r@i****m> about 10 years ago
c517e0ca llscan: initial Howard Hellyer <h****r@u****m>
Committed by: Fedor Indutny <f****r@i****m>
about 10 years ago
1db72ace 1.1.0 Fedor Indutny <f****r@i****m> about 10 years ago
019ee4ca gyp: add binding.gyp for npm Fedor Indutny <f****r@i****m> about 10 years ago
ad4e61d7 test: remove binding, disable some tests on v4 Fedor Indutny <f****r@i****m> about 10 years ago
dbd17406 llv8: proper context inspection Fedor Indutny <f****r@i****m> about 10 years ago
c9269384 src: do not link to lldb Fedor Indutny <f****r@i****m> about 10 years ago
f7e3803b llv8: print (previous) context Fedor Indutny <f****r@i****m> about 10 years ago
e4aa629d test: fixes for non-latest node.js Fedor Indutny <f****r@i****m> about 10 years ago
24b58ebf llv8: do not rely on JSRegExp#source prop Fedor Indutny <f****r@i****m> about 10 years ago
f2e8f46f llv8-constants: support the latest v8 Fedor Indutny <f****r@i****m> about 10 years ago
368d27c4 gyp: mac builds against locally built lldb Howard Hellyer <h****r@u****m>
Committed by: Fedor Indutny <f****r@i****m>
about 10 years ago
ac2c7604 readme: use lldb-3.8 on ubuntu Fedor Indutny <f****r@i****m> about 10 years ago
ee6d7bbe llv8: report more Map properties Fedor Indutny <f****r@i****m> over 10 years ago
1d0a2627 readme: update versions Fedor Indutny <f****r@i****m> over 10 years ago
f152d874 llv8: preliminary support for const fields Fedor Indutny <f****r@i****m> over 10 years ago
d60ef0f8 readme: homebrew Fedor Indutny <f****r@i****m> over 10 years ago
2f524778 readme: no more svn Fedor Indutny <f****r@i****m> over 10 years ago
c8028677 readme: update lldb link for OS X Fedor Indutny <f****r@i****m> over 10 years ago
142465c3 src: format Fedor Indutny <f****r@i****m> over 10 years ago
1c7772c6 llv8: do not fail on external strings Fedor Indutny <f****r@i****m> over 10 years ago
7b7e1374 llv8: use PRIx64 instead of %llx Fedor Indutny <f****r@i****m> over 10 years ago
573744ea llv8-constants: fixes for >= 5.1.71 Fedor Indutny <f****r@i****m> over 10 years ago
79bf0370 test: `v8 inspect` tests Fedor Indutny <f****r@i****m> over 10 years ago
9e96a752 test: ignore more errors Fedor Indutny <f****r@i****m> over 10 years ago
66dd495a test: ignore errors Fedor Indutny <f****r@i****m> over 10 years ago
8f6fd516 test: add timeout Fedor Indutny <f****r@i****m> over 10 years ago
444c5ee5 test: hopefully last fix to make travis work Fedor Indutny <f****r@i****m> over 10 years ago
4ce9b98d travis: more fixes Fedor Indutny <f****r@i****m> over 10 years ago
d6eb3eb8 travis: possibly one more required fix Fedor Indutny <f****r@i****m> over 10 years ago
34eb5dd9 travis: use Trusty Fedor Indutny <f****r@i****m> over 10 years ago
6b0dfa49 make: fix for travis Fedor Indutny <f****r@i****m> over 10 years ago
b11afc6f travis: update packages Fedor Indutny <f****r@i****m> over 10 years ago
616eeed3 readme: fix travis badge Fedor Indutny <f****r@i****m> over 10 years ago
8a542604 readme: travis badge Fedor Indutny <f****r@i****m> over 10 years ago
fed0df96 test: initial attempt Fedor Indutny <f****r@i****m> over 10 years ago
f6174130 llv8-constants: fixes for v4.9 v8 Fedor Indutny <f****r@i****m> over 10 years ago
c9d54e7e llnode: fixes for linux Fedor Indutny <f****r@i****m> over 10 years ago
8dd23ba6 readme: remove wip Fedor Indutny <f****r@i****m> over 10 years ago
6cff761f llnode: remove code-map command Fedor Indutny <f****r@i****m> over 10 years ago
12944eb3 llnode: add aliases for some mdb commands Fedor Indutny <f****r@i****m> almost 11 years ago
a8ee1cbc llv8: `-m` `--print-map`, map inspection Fedor Indutny <f****r@i****m> almost 11 years ago
cee143b3 llnode: format Fedor Indutny <f****r@i****m> almost 11 years ago
82db3455 llv8: always reload process Fedor Indutny <f****r@i****m> almost 11 years ago
763aae61 llnode: fix typo in `inspect` declaration Fedor Indutny <f****r@i****m> almost 11 years ago
5d3def7b llnode: -F, --string-length arguments for inspect Fedor Indutny <f****r@i****m> almost 11 years ago
11bc6be0 llv8: pass inspect options everywhere Fedor Indutny <f****r@i****m> almost 11 years ago
e0114f71 llv8-code-map: lint Fedor Indutny <f****r@i****m> almost 11 years ago
5c2aa2e3 llv8-constants: use future postmortem information Fedor Indutny <f****r@i****m> almost 11 years ago
875dce8a llnode: add missing header Fedor Indutny <f****r@i****m> almost 11 years ago
7500fedb src: format source code using V8's clang-format Fedor Indutny <f****r@i****m> almost 11 years ago
92135c87 cmd: v8 source list bradleymeck <b****k@g****m>
Committed by: Fedor Indutny <f****r@i****m>
almost 11 years ago
8b143b80 llv8-constants: hard-code offsets instead of eval Fedor Indutny <f****r@i****m> almost 11 years ago
e6091808 llv8-code-map: sort entries, evict duplicates Fedor Indutny <f****r@i****m> almost 11 years ago
e40760a8 readme: small note about code-map Fedor Indutny <f****r@i****m> almost 11 years ago
1c143719 llnode: `v8 code-map` Fedor Indutny <f****r@i****m> almost 11 years ago
46c89240 llv8: add support for JSDate Evan Lucas <e****s@m****m>
Committed by: Fedor Indutny <f****r@i****m>
almost 11 years ago
b1e42fff constants: load raw memory instead of symbols Fedor Indutny <f****r@i****m> almost 11 years ago
2a65f509 llv8:: add support for RegExps Evan Lucas <e****s@m****m>
Committed by: Fedor Indutny <f****r@i****m>
almost 11 years ago
187834cc readme: instructions for linux Fedor Indutny <f****r@i****m> almost 11 years ago
70094a68 llnode: fixes for linux Fedor Indutny <f****r@i****m> almost 11 years ago
47d63e5d make: fix linux Fedor Indutny <f****r@i****m> almost 11 years ago
ee8a7835 make: linux Fedor Indutny <f****r@i****m> almost 11 years ago
064dfa86 common: use -fPIC on linuxes Fedor Indutny <f****r@i****m> almost 11 years ago
d1e0f9d8 gyp: small fixes Fedor Indutny <f****r@i****m> almost 11 years ago
e72533a5 readme: add demo Fedor Indutny <f****r@i****m> almost 11 years ago
03da80e6 llv8: print errors only in debug mode Fedor Indutny <f****r@i****m> almost 11 years ago
96430e8d llv8: inspect fixed arrays Fedor Indutny <f****r@i****m> almost 11 years ago
e97dff67 llv8: scope inspection for those who support it Fedor Indutny <f****r@i****m> almost 11 years ago
1a2b7712 llv8: adapt to future postmortem changes Fedor Indutny <f****r@i****m> almost 11 years ago
ee76d104 llv8: v8 version, heap number Fedor Indutny <f****r@i****m> almost 11 years ago
0c6f5026 constants: some support for v0.10 Fedor Indutny <f****r@i****m> almost 11 years ago
a5671b50 llv8: make it work with node.js v4 Fedor Indutny <f****r@i****m> almost 11 years ago
4860ac3b llv8: skip hole elements Fedor Indutny <f****r@i****m> almost 11 years ago
ac4b60e3 llv8: move stuff to constants.cc Fedor Indutny <f****r@i****m> almost 11 years ago
73dad407 llv8: gosh, how could I forget `null` Fedor Indutny <f****r@i****m> almost 11 years ago
b0abda9b readme: add usage Fedor Indutny <f****r@i****m> almost 11 years ago
f556f7ef readme: proper instructions for OS X Fedor Indutny <f****r@i****m> almost 11 years ago
00c4850a build: use gyp Fedor Indutny <f****r@i****m> almost 11 years ago
8d31c662 llnode: better help messages Fedor Indutny <f****r@i****m> almost 11 years ago
dcc50f29 llnode: `v8 bt [number]` Fedor Indutny <f****r@i****m> almost 11 years ago
c3b57075 llv8: detailed inspection of arrays Fedor Indutny <f****r@i****m> almost 11 years ago
ff33233b llv8: hashmap objects Fedor Indutny <f****r@i****m> almost 11 years ago
44577d9e llv8: inspect object descriptors Fedor Indutny <f****r@i****m> almost 11 years ago
7145283f llnode: cache llv8 instance Fedor Indutny <f****r@i****m> almost 11 years ago
d7bc40b9 llv8: stub out detailed inspection Fedor Indutny <f****r@i****m> almost 11 years ago
e6f753bc llv8: JSFunction is a child of JSObject Fedor Indutny <f****r@i****m> almost 11 years ago
537d9e8a llv8: print JSArray length Fedor Indutny <f****r@i****m> almost 11 years ago
56afe981 llv8: report line+column Fedor Indutny <f****r@i****m> almost 11 years ago
0e1598a0 llv8: inspect object constructor Fedor Indutny <f****r@i****m> almost 11 years ago
fae90842 llv8: inspect array buffers Fedor Indutny <f****r@i****m> almost 11 years ago
cc032938 llv8: oddball Fedor Indutny <f****r@i****m> almost 11 years ago
3aa1f1f8 llv8: arguments introspection Fedor Indutny <f****r@i****m> almost 11 years ago
b8dcf5de llv8: better function names Fedor Indutny <f****r@i****m> almost 11 years ago
592ba441 llv8: Value::ToString => Inspect Fedor Indutny <f****r@i****m> almost 11 years ago
5d6dc4f7 llv8: proper lines for stack traces Fedor Indutny <f****r@i****m> almost 11 years ago

← Back to repository