Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp523 JSONObject::SP thread_obj_sp = std::make_shared<JSONObject>(); local
524 threads_array_sp->AppendObject(thread_obj_sp);
528 thread_obj_sp->SetObject("registers", registers_sp);
531 thread_obj_sp->SetObject("tid", std::make_shared<JSONNumber>(tid));
533 thread_obj_sp->SetObject("signal", std::make_shared<JSONNumber>(signum));
537 thread_obj_sp->SetObject("name",
541 thread_obj_sp->SetObject("reason",
545 thread_obj_sp->SetObject("description",
550 thread_obj_sp->SetObject(
560 thread_obj_sp->SetObject("medata", medata_array_sp);