Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp184 const ProcessSP &process_sp, const StructuredData::ObjectSP &object_sp, in EventDataStructuredData()
223 const StructuredData::ObjectSP &object_sp) { in SetObject()
H A DStructuredData.cpp53 bool StructuredData::IsRecordType(const ObjectSP object_sp) { in IsRecordType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h82 ReadHandleUP CreateReadHandle(const lldb::IOObjectSP &object_sp) { in CreateReadHandle()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp123 StructuredData::GenericSP object_sp = *obj_or_err; in ScriptedProcess() local
375 StructuredData::ObjectSP object_sp = pair.second; in DoUpdateThreadList() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp223 StructuredData::ObjectSP object_sp; in FetchThreadExtendedInfo() local
H A DProcessGDBRemote.cpp4009 StructuredData::ObjectSP object_sp; in GetExtendedInfoForThread() local
4081 StructuredData::ObjectSP object_sp; in GetLoadedDynamicLibrariesInfos_sender() local
4116 StructuredData::ObjectSP object_sp; in GetDynamicLoaderProcessState() local
4138 StructuredData::ObjectSP object_sp; in GetSharedCacheInfo() local
H A DGDBRemoteCommunicationServerCommon.cpp1162 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo() local
H A DGDBRemoteCommunicationClient.cpp585 StructuredData::ObjectSP object_sp; in GetThreadsInfo() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp712 auto object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetRemoteUnixSignals() local
742 auto object_sp = dict->GetValueForKey("suppress"); in GetRemoteUnixSignals() local
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp249 MainLoopPosix::RegisterReadObject(const IOObjectSP &object_sp, in RegisterReadObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1073 const StructuredData::ObjectSP &object_sp) { in HandleArrivalOfStructuredData()
1133 const StructuredData::ObjectSP &object_sp, lldb_private::Stream &stream) { in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h200 for (const auto &object_sp : m_items) { ForEach() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1585 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); in Format() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4017 StructuredData::ObjectSP object_sp = *obj_or_err; in SetScriptCallback() local
4062 StructuredData::ObjectSP object_sp = m_extra_args.GetObjectSP(); in GetSubclassDescription() local
H A DProcess.cpp4535 void Process::BroadcastStructuredData(const StructuredData::ObjectSP &object_sp, in BroadcastStructuredData()
6330 const StructuredData::ObjectSP object_sp) { in RouteAsyncStructuredData()