Home
last modified time | relevance | path

Searched defs:json_threads (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp99 std::vector<JSONThread> json_threads; in BuildThreadsSection() local
306 Expected<std::vector<JSONThread>> json_threads = in BuildProcessSection() local
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py561 def parse_threads(self, json_threads): argument