Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h66 ReadHandleUP CreateReadHandle(const lldb::IOObjectSP &object_sp) { in CreateReadHandle()
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp206 EventDataStructuredData(const ProcessSP & process_sp,const StructuredData::ObjectSP & object_sp,const lldb::StructuredDataPluginSP & plugin_sp) EventDataStructuredData() argument
245 SetObject(const StructuredData::ObjectSP & object_sp) SetObject() argument
H A DStructuredData.cpp53 bool StructuredData::IsRecordType(const ObjectSP object_sp) { in IsRecordType()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp121 StructuredData::GenericSP object_sp = *obj_or_err; in ScriptedProcess() local
368 StructuredData::ObjectSP object_sp = pair.second; in DoUpdateThreadList() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp223 StructuredData::ObjectSP object_sp; in FetchThreadExtendedInfo() local
H A DProcessGDBRemote.cpp3868 StructuredData::ObjectSP object_sp; GetExtendedInfoForThread() local
3940 StructuredData::ObjectSP object_sp; GetLoadedDynamicLibrariesInfos_sender() local
3975 StructuredData::ObjectSP object_sp; GetDynamicLoaderProcessState() local
3997 StructuredData::ObjectSP object_sp; GetSharedCacheInfo() local
[all...]
H A DGDBRemoteCommunicationServerCommon.cpp1160 StructuredData::ObjectSP object_sp = StructuredData::ParseJSON(packet.Peek()); in Handle_jModulesInfo() local
H A DGDBRemoteCommunicationClient.cpp544 StructuredData::ObjectSP object_sp; GetThreadsInfo() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp710 auto object_sp = StructuredData::ParseJSON(response.GetStringRef()); GetRemoteUnixSignals() local
740 auto object_sp = dict->GetValueForKey("suppress"); GetRemoteUnixSignals() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp258 MainLoopPosix::RegisterReadObject(const IOObjectSP &object_sp,
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1067 const StructuredData::ObjectSP &object_sp) { in HandleArrivalOfStructuredData()
1126 const StructuredData::ObjectSP &object_sp, lldb_private::Stream &stream) { in GetDescription()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h201 for (const auto &object_sp : m_items) { in ForEach() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1400 StructuredData::ObjectSP object_sp = thread->GetExtendedInfo(); Format() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4305 BroadcastStructuredData(const StructuredData::ObjectSP & object_sp,const StructuredDataPluginSP & plugin_sp) BroadcastStructuredData() argument
6108 RouteAsyncStructuredData(const StructuredData::ObjectSP object_sp) RouteAsyncStructuredData() argument
H A DTarget.cpp3897 StructuredData::ObjectSP object_sp = m_extra_args.GetObjectSP(); GetSubclassDescription() local