MCPcopy Index your code
hub / github.com/nodejs/node / AnalyzeMinidump

Function AnalyzeMinidump

deps/v8/tools/grokdump.py:4161–4166  ·  view source on GitHub ↗
(options, minidump_name)

Source from the content-addressed store, hash-verified

4159
4160
4161def AnalyzeMinidump(options, minidump_name):
4162 reader = MinidumpReader(options, minidump_name)
4163 # Use a separate function to prevent leaking the minidump buffer through
4164 # ctypes in local variables.
4165 _AnalyzeMinidump(options, reader)
4166 reader.Dispose()
4167
4168
4169def _AnalyzeMinidump(options, reader):

Callers 1

grokdump.pyFile · 0.85

Calls 3

DisposeMethod · 0.95
MinidumpReaderClass · 0.85
_AnalyzeMinidumpFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…