Home
last modified time | relevance | path

Searched refs:ArraySP (Results 1 – 25 of 25) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp100 StructuredData::ArraySP ScriptedThreadPythonInterface::GetStackFrames() { in GetStackFrames()
102 StructuredData::ArraySP arr = in GetStackFrames()
103 Dispatch<StructuredData::ArraySP>("get_stackframes", error); in GetStackFrames()
135 StructuredData::ArraySP ScriptedThreadPythonInterface::GetExtendedInfo() { in GetExtendedInfo()
137 StructuredData::ArraySP arr =
138 Dispatch<StructuredData::ArraySP>("get_extended_info", error);
H A DOperatingSystemPythonInterface.cpp54 StructuredData::ArraySP OperatingSystemPythonInterface::GetThreadInfo() { in GetThreadInfo()
56 StructuredData::ArraySP arr = in GetThreadInfo()
57 Dispatch<StructuredData::ArraySP>("get_thread_info", error); in GetThreadInfo()
H A DScriptedThreadPythonInterface.h46 StructuredData::ArraySP GetStackFrames() override;
52 StructuredData::ArraySP GetExtendedInfo() override;
H A DScriptedProcessPythonInterface.cpp148 StructuredData::ArraySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages()
150 StructuredData::ArraySP array = in GetLoadedImages()
151 Dispatch<StructuredData::ArraySP>("get_loaded_images", error); in GetLoadedImages()
H A DScriptedPythonInterface.cpp30 StructuredData::ArraySP
31 ScriptedPythonInterface::ExtractValueFromPythonObject<StructuredData::ArraySP>( in ExtractValueFromPythonObject()
H A DOperatingSystemPythonInterface.h39 StructuredData::ArraySP GetThreadInfo() override;
H A DScriptedProcessPythonInterface.h60 StructuredData::ArraySP GetLoadedImages() override;
H A DScriptedPythonInterface.h432 StructuredData::ArraySP
433 ScriptedPythonInterface::ExtractValueFromPythonObject<StructuredData::ArraySP>(
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadInterface.h38 virtual StructuredData::ArraySP GetStackFrames() { return {}; } in GetStackFrames()
46 virtual StructuredData::ArraySP GetExtendedInfo() { return {}; } in GetExtendedInfo()
H A DOperatingSystemInterface.h25 virtual StructuredData::ArraySP GetThreadInfo() { return {}; } in GetThreadInfo()
H A DScriptedProcessInterface.h63 virtual StructuredData::ArraySP GetLoadedImages() { return {}; } in GetLoadedImages()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp210 static StructuredData::ArraySP in CreateStackTrace()
227 static StructuredData::ArraySP ConvertToStructuredArray( in ConvertToStructuredArray()
353 StructuredData::ArraySP stacks = ConvertToStructuredArray( in RetrieveReportData()
366 StructuredData::ArraySP mops = ConvertToStructuredArray( in RetrieveReportData()
394 StructuredData::ArraySP locs = ConvertToStructuredArray( in RetrieveReportData()
428 StructuredData::ArraySP mutexes = ConvertToStructuredArray( in RetrieveReportData()
447 StructuredData::ArraySP threads = ConvertToStructuredArray( in RetrieveReportData()
475 StructuredData::ArraySP unique_tids = ConvertToStructuredArray( in RetrieveReportData()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp157 StructuredData::ArraySP arr_sp = GetInterface()->GetStackFrames(); in LoadArtificialStackFrames()
363 StructuredData::ArraySP extended_info_sp = GetInterface()->GetExtendedInfo(); in FetchThreadExtendedInfo()
H A DScriptedProcess.cpp338 StructuredData::ArraySP keys = thread_info_sp->GetKeys(); in DoUpdateThreadList()
429 StructuredData::ArraySP loaded_images_sp = GetInterface().GetLoadedImages(); in GetLoadedDynamicLibrariesInfos()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp193 StructuredData::ArraySP names_sp(new StructuredData::Array()); in SerializeToStructuredData()
194 StructuredData::ArraySP name_masks_sp(new StructuredData::Array()); in SerializeToStructuredData()
H A DBreakpointResolverFileRegex.cpp83 StructuredData::ArraySP names_array_sp(new StructuredData::Array()); in SerializeToStructuredData()
H A DBreakpointOptions.cpp45 StructuredData::ArraySP user_source_sp(new StructuredData::Array()); in SerializeToStructuredData()
H A DBreakpoint.cpp82 StructuredData::ArraySP names_array_sp(new StructuredData::Array()); in SerializeToStructuredData()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h67 typedef std::shared_ptr<Array> ArraySP; typedef
410 ArraySP GetKeys() const { in GetKeys()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp571 StructuredData::ArraySP PythonList::CreateStructuredArray() const { in CreateStructuredArray()
572 StructuredData::ArraySP result(new StructuredData::Array); in CreateStructuredArray()
642 StructuredData::ArraySP PythonTuple::CreateStructuredArray() const { in CreateStructuredArray()
643 StructuredData::ArraySP result(new StructuredData::Array); in CreateStructuredArray()
H A DPythonDataObjects.h534 StructuredData::ArraySP CreateStructuredArray() const;
554 StructuredData::ArraySP CreateStructuredArray() const;
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp180 StructuredData::ArraySP threads_list = in UpdateThreadList()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp594 StructuredData::ArraySP(new StructuredData::Array); in BuildConfigurationData()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1078 StructuredData::ArraySP break_store_sp; in SerializeBreakpointsToFile()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3938 StructuredData::ArraySP addresses(new StructuredData::Array); in GetLoadedDynamicLibrariesInfos_sender()