Searched refs:SetObject (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/argdumper/ |
| H A D | argdumper.cpp | 24 object->SetObject("arguments", arguments); in main()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | JSON.cpp | 136 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 D | Event.cpp | 245 void EventDataStructuredData::SetObject( in SetObject() function in EventDataStructuredData
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | JSON.h | 204 bool SetObject(const std::string &key, JSONValue::SP value); 238 bool SetObject(Index i, JSONValue::SP value);
|
| H A D | Event.h | 169 void SetObject(const StructuredData::ObjectSP &object_sp);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ThreadSafeSTLVector.h | 58 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 D | GDBRemoteCommunicationServerCommon.cpp | 1155 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 D | GDBRemoteCommunicationServerLLGS.cpp | 462 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 D | GDBRemoteCommunicationServerPlatform.cpp | 229 server_sp->SetObject("port", in Handle_qQueryGDBServer() 232 server_sp->SetObject( in Handle_qQueryGDBServer()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3609 module_sp->SetObject( in GetModulesInfo() 3611 module_sp->SetObject("triple", in GetModulesInfo()
|