Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DEvent.cpp194 const ProcessSP &process_sp, const StructuredData::ObjectSP &object_sp, in EventDataStructuredData()
233 const StructuredData::ObjectSP &object_sp) { in SetObject()
H A DStructuredData.cpp53 bool StructuredData::IsRecordType(const ObjectSP object_sp) { in IsRecordType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DMainLoopBase.h66 ReadHandleUP CreateReadHandle(const lldb::IOObjectSP &object_sp) { in CreateReadHandle()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DMainLoopWindows.cpp65 MainLoopWindows::RegisterReadObject(const IOObjectSP &object_sp, in RegisterReadObject()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp106 StructuredData::GenericSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess() local
348 StructuredData::ObjectSP object_sp = pair.second; in DoUpdateThreadList() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp702 auto object_sp = in GetRemoteUnixSignals() local
733 auto object_sp = dict->GetValueForKey("suppress"); in GetRemoteUnixSignals() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp103 StructuredData::ObjectSP object_sp = in OperatingSystemPython() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp223 StructuredData::ObjectSP object_sp; in FetchThreadExtendedInfo() local
H A DProcessGDBRemote.cpp3727 StructuredData::ObjectSP object_sp; in GetExtendedInfoForThread() local
3802 StructuredData::ObjectSP object_sp; in GetLoadedDynamicLibrariesInfos_sender() local
3838 StructuredData::ObjectSP object_sp; in GetDynamicLoaderProcessState() local
3861 StructuredData::ObjectSP object_sp; in GetSharedCacheInfo() local
H A DGDBRemoteCommunicationServerCommon.cpp1160 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo() local
H A DGDBRemoteCommunicationClient.cpp542 StructuredData::ObjectSP object_sp; in GetThreadsInfo() local
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DMainLoopPosix.cpp258 MainLoopPosix::RegisterReadObject(const IOObjectSP &object_sp,
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1065 const StructuredData::ObjectSP &object_sp) { in HandleArrivalOfStructuredData()
1126 const StructuredData::ObjectSP &object_sp, lldb_private::Stream &stream) { in GetDescription()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h179 for (const auto &object_sp : m_items) { in ForEach() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1394 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); in Format() local
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4260 void Process::BroadcastStructuredData(const StructuredData::ObjectSP &object_sp, in BroadcastStructuredData()
6005 const StructuredData::ObjectSP object_sp) { in RouteAsyncStructuredData()
H A DTarget.cpp3781 StructuredData::ObjectSP object_sp = m_extra_args.GetObjectSP(); in GetSubclassDescription() local