Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.cpp5524 JSONGenerator::DictionarySP thread_dict_sp( in GetJSONThreadsInfo() local
5526 thread_dict_sp->AddIntegerItem("tid", tid); in GetJSONThreadsInfo()
5537 thread_dict_sp->AddIntegerItem("signal", in GetJSONThreadsInfo()
5546 thread_dict_sp->AddIntegerItem( in GetJSONThreadsInfo()
5555 thread_dict_sp->AddItem("medata", medata_array_sp); in GetJSONThreadsInfo()
5565 thread_dict_sp->AddStringItem("reason", reason_value); in GetJSONThreadsInfo()
5570 thread_dict_sp->AddStringItem("name", thread_name); in GetJSONThreadsInfo()
5575 thread_dict_sp->AddIntegerItem("qaddr", in GetJSONThreadsInfo()
5590 thread_dict_sp->AddBooleanItem("associated_with_dispatch_queue", in GetJSONThreadsInfo()
5593 thread_dict_sp->AddBooleanItem("associated_with_dispatch_queue", in GetJSONThreadsInfo()
[all …]