Home
last modified time | relevance | path

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

12

/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 = in GetExtendedInfo()
138 Dispatch<StructuredData::ArraySP>("get_extended_info", error); in GetExtendedInfo()
H A DOperatingSystemPythonInterface.cpp57 StructuredData::ArraySP OperatingSystemPythonInterface::GetThreadInfo() { in GetThreadInfo()
59 StructuredData::ArraySP arr = in GetThreadInfo()
60 Dispatch<StructuredData::ArraySP>("get_thread_info", error); in GetThreadInfo()
H A DScriptedThreadPythonInterface.h47 StructuredData::ArraySP GetStackFrames() override;
53 StructuredData::ArraySP GetExtendedInfo() override;
H A DScriptedProcessPythonInterface.cpp153 StructuredData::ArraySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages()
155 StructuredData::ArraySP array = in GetLoadedImages()
156 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.h42 StructuredData::ArraySP GetThreadInfo() override;
H A DScriptedProcessPythonInterface.h65 StructuredData::ArraySP GetLoadedImages() override;
H A DScriptedPythonInterface.h542 StructuredData::ArraySP
543 ScriptedPythonInterface::ExtractValueFromPythonObject<StructuredData::ArraySP>(
/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.h68 virtual StructuredData::ArraySP GetLoadedImages() { return {}; }
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp210 static StructuredData::ArraySP
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()
/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.cpp339 StructuredData::ArraySP keys = thread_info_sp->GetKeys(); in DoUpdateThreadList()
430 StructuredData::ArraySP loaded_images_sp = GetInterface().GetLoadedImages(); in GetLoadedDynamicLibrariesInfos()
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp196 StructuredData::ArraySP names_sp(new StructuredData::Array()); in SerializeToStructuredData()
197 StructuredData::ArraySP name_masks_sp(new StructuredData::Array()); in SerializeToStructuredData()
H A DBreakpointResolverFileRegex.cpp84 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()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h166 StructuredData::ArraySP ExtractCrashInfoAnnotations(Process &process);
H A DPlatformDarwin.cpp875 StructuredData::ArraySP new_annotations_sp;
900 StructuredData::ArraySP in ExtractCrashInfoAnnotations()
906 StructuredData::ArraySP array_sp = std::make_shared<StructuredData::Array>(); in ExtractCrashInfoAnnotations()
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h67 typedef std::shared_ptr<Array> ArraySP; typedef
410 ArraySP GetKeys() const { in GetKeys()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp569 StructuredData::ArraySP PythonList::CreateStructuredArray() const { in AppendItem()
570 StructuredData::ArraySP result(new StructuredData::Array);
640 StructuredData::ArraySP PythonTuple::CreateStructuredArray() const { in SetItemAtIndex()
641 StructuredData::ArraySP result(new StructuredData::Array);
H A DPythonDataObjects.h534 StructuredData::ArraySP CreateStructuredArray() const;
554 StructuredData::ArraySP CreateStructuredArray() const;
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp180 StructuredData::ArraySP threads_list = in UpdateThreadList()
/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h38 typedef std::shared_ptr<Array> ArraySP; typedef

12