Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp101 std::vector<JSONThread> json_threads; in BuildThreadsSection() local
308 Expected<std::vector<JSONThread>> json_threads = in BuildProcessSection() local
/llvm-project-15.0.7/lldb/examples/python/
H A Dcrashlog.py542 def parse_threads(self, json_threads): argument