Home
last modified time | relevance | path

Searched refs:thread_dict_sp (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp5441 JSONGenerator::DictionarySP thread_dict_sp( in GetJSONThreadsInfo() local
5443 thread_dict_sp->AddIntegerItem("tid", tid); in GetJSONThreadsInfo()
5454 thread_dict_sp->AddIntegerItem("signal", in GetJSONThreadsInfo()
5463 thread_dict_sp->AddIntegerItem( in GetJSONThreadsInfo()
5472 thread_dict_sp->AddItem("medata", medata_array_sp); in GetJSONThreadsInfo()
5482 thread_dict_sp->AddStringItem("reason", reason_value); in GetJSONThreadsInfo()
5487 thread_dict_sp->AddStringItem("name", thread_name); in GetJSONThreadsInfo()
5492 thread_dict_sp->AddIntegerItem("qaddr", in GetJSONThreadsInfo()
5520 thread_dict_sp->AddStringItem("qkind", "serial"); in GetJSONThreadsInfo()
5572 thread_dict_sp->AddItem("memory", memory_array_sp); in GetJSONThreadsInfo()
[all …]