Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h66 ReadHandleUP CreateReadHandle(const lldb::IOObjectSP &object_sp) { in CreateReadHandle()
/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() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp111 StructuredData::GenericSP object_sp = GetInterface().CreatePluginObject( ScriptedProcess() local
354 StructuredData::ObjectSP object_sp = pair.second; 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.cpp3879 StructuredData::ObjectSP object_sp; in GetExtendedInfoForThread() local
3951 StructuredData::ObjectSP object_sp; in GetLoadedDynamicLibrariesInfos_sender() local
3986 StructuredData::ObjectSP object_sp; in GetDynamicLoaderProcessState() local
4008 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.cpp557 StructuredData::ObjectSP object_sp; in GetThreadsInfo() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp718 auto object_sp = StructuredData::ParseJSON(response.GetStringRef()); in GetRemoteUnixSignals() local
748 auto object_sp = dict->GetValueForKey("suppress"); in GetRemoteUnixSignals() local
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp258 MainLoopPosix::RegisterReadObject(const IOObjectSP &object_sp, argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1067 const StructuredData::ObjectSP &object_sp) { in HandleArrivalOfStructuredData() argument
1126 const StructuredData::ObjectSP &object_sp, lldb_private::Stream &stream) { in GetDescription() argument
[all...]
/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.cpp1449 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); in Format() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4503 void Process::BroadcastStructuredData(const StructuredData::ObjectSP &object_sp, in BroadcastStructuredData()
6309 const StructuredData::ObjectSP object_sp) { in RouteAsyncStructuredData()
H A DTarget.cpp3885 StructuredData::ObjectSP object_sp = m_extra_args.GetObjectSP(); in GetSubclassDescription() local