/external/llvm-project/lldb/include/lldb/Host/ |
D | MainLoopBase.h | 43 virtual ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp, in RegisterReadObject() 57 ReadHandleUP CreateReadHandle(const lldb::IOObjectSP &object_sp) { in CreateReadHandle()
|
/external/llvm-project/lldb/unittests/Utility/ |
D | StructuredDataTest.cpp | 36 auto object_sp = StructuredData::ParseJSONFromFile( local
|
/external/llvm-project/lldb/source/Utility/ |
D | Event.cpp | 196 const ProcessSP &process_sp, const StructuredData::ObjectSP &object_sp, in EventDataStructuredData() 235 const StructuredData::ObjectSP &object_sp) { in SetObject()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ThreadGDBRemote.cpp | 215 StructuredData::ObjectSP object_sp; in FetchThreadExtendedInfo() local
|
D | GDBRemoteCommunicationServerCommon.cpp | 1132 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo() local
|
D | ProcessGDBRemote.cpp | 3987 StructuredData::ObjectSP object_sp; in GetExtendedInfoForThread() local 4063 StructuredData::ObjectSP object_sp; in GetLoadedDynamicLibrariesInfos_sender() local 4100 StructuredData::ObjectSP object_sp; in GetSharedCacheInfo() local
|
D | GDBRemoteCommunicationClient.cpp | 573 StructuredData::ObjectSP object_sp; in GetThreadsInfo() local
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | StructuredData.h | 173 for (const auto &object_sp : m_items) { in ForEach() local 369 auto object_sp = std::make_shared<Array>(); in GetKeys() local
|
/external/llvm-project/lldb/source/Host/common/ |
D | MainLoop.cpp | 272 MainLoop::ReadHandleUP MainLoop::RegisterReadObject(const IOObjectSP &object_sp,
|
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
D | OperatingSystemPython.cpp | 108 StructuredData::ObjectSP object_sp = in OperatingSystemPython() local
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 750 auto object_sp = in GetRemoteUnixSignals() local 781 auto object_sp = dict->GetValueForKey("suppress"); in GetRemoteUnixSignals() local
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 1091 const StructuredData::ObjectSP &object_sp) { in HandleArrivalOfStructuredData() 1152 const StructuredData::ObjectSP &object_sp, lldb_private::Stream &stream) { in GetDescription()
|
/external/llvm-project/lldb/unittests/Process/gdb-remote/ |
D | GDBRemoteCommunicationClientTest.cpp | 291 auto object_sp = StructuredData::ParseJSON(std::string(ss.GetString())); in TEST_F() local
|
/external/llvm-project/lldb/source/Core/ |
D | FormatEntity.cpp | 1346 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); in Format() local
|
/external/llvm-project/lldb/source/Target/ |
D | Process.cpp | 4351 void Process::BroadcastStructuredData(const StructuredData::ObjectSP &object_sp, in BroadcastStructuredData() 6090 const StructuredData::ObjectSP object_sp) { in RouteAsyncStructuredData()
|
D | Target.cpp | 3421 StructuredData::ObjectSP object_sp = m_extra_args->GetObjectSP(); in GetSubclassDescription() local
|