Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/argdumper/
H A Dargdumper.cpp24 object->SetObject("arguments", arguments); in main()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DJSON.cpp136 bool JSONObject::SetObject(const std::string &key, JSONValue::SP value) { in SetObject() function in JSONObject
166 bool JSONArray::SetObject(Index i, JSONValue::SP value) { in SetObject() function in JSONArray
466 dict_up->SetObject(key, value_sp); in ParseJSONObject()
H A DEvent.cpp245 void EventDataStructuredData::SetObject( in SetObject() function in EventDataStructuredData
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DJSON.h204 bool SetObject(const std::string &key, JSONValue::SP value);
238 bool SetObject(Index i, JSONValue::SP value);
H A DEvent.h169 void SetObject(const StructuredData::ObjectSP &object_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeSTLVector.h58 void SetObject(size_t index, const _Object &object) { in SetObject() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1155 response->SetObject("uuid", std::make_shared<JSONString>(uuid_str)); in Handle_jModulesInfo()
1156 response->SetObject( in Handle_jModulesInfo()
1160 response->SetObject("file_path", in Handle_jModulesInfo()
1163 response->SetObject("file_offset", in Handle_jModulesInfo()
1165 response->SetObject("file_size", std::make_shared<JSONNumber>(file_size)); in Handle_jModulesInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp462 register_object_sp->SetObject(
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);
H A DGDBRemoteCommunicationServerPlatform.cpp229 server_sp->SetObject("port", in Handle_qQueryGDBServer()
232 server_sp->SetObject( in Handle_qQueryGDBServer()
H A DGDBRemoteCommunicationClient.cpp3609 module_sp->SetObject( in GetModulesInfo()
3611 module_sp->SetObject("triple", in GetModulesInfo()