Home
last modified time | relevance | path

Searched defs:object_sp (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/
DMainLoopBase.h43 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/
DStructuredDataTest.cpp36 auto object_sp = StructuredData::ParseJSONFromFile( local
/external/llvm-project/lldb/source/Utility/
DEvent.cpp196 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/
DThreadGDBRemote.cpp215 StructuredData::ObjectSP object_sp; in FetchThreadExtendedInfo() local
DGDBRemoteCommunicationServerCommon.cpp1132 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo() local
DProcessGDBRemote.cpp3987 StructuredData::ObjectSP object_sp; in GetExtendedInfoForThread() local
4063 StructuredData::ObjectSP object_sp; in GetLoadedDynamicLibrariesInfos_sender() local
4100 StructuredData::ObjectSP object_sp; in GetSharedCacheInfo() local
DGDBRemoteCommunicationClient.cpp573 StructuredData::ObjectSP object_sp; in GetThreadsInfo() local
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h173 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/
DMainLoop.cpp272 MainLoop::ReadHandleUP MainLoop::RegisterReadObject(const IOObjectSP &object_sp,
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp108 StructuredData::ObjectSP object_sp = in OperatingSystemPython() local
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp750 auto object_sp = in GetRemoteUnixSignals() local
781 auto object_sp = dict->GetValueForKey("suppress"); in GetRemoteUnixSignals() local
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1091 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/
DGDBRemoteCommunicationClientTest.cpp291 auto object_sp = StructuredData::ParseJSON(std::string(ss.GetString())); in TEST_F() local
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp1346 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); in Format() local
/external/llvm-project/lldb/source/Target/
DProcess.cpp4351 void Process::BroadcastStructuredData(const StructuredData::ObjectSP &object_sp, in BroadcastStructuredData()
6090 const StructuredData::ObjectSP object_sp) { in RouteAsyncStructuredData()
DTarget.cpp3421 StructuredData::ObjectSP object_sp = m_extra_args->GetObjectSP(); in GetSubclassDescription() local