Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp116 StructuredData::ArraySP ScriptedThreadPythonInterface::GetStackFrames() { in GetStackFrames()
118 StructuredData::ArraySP arr = in GetStackFrames()
119 Dispatch<StructuredData::ArraySP>("get_stackframes", error); in GetStackFrames()
148 StructuredData::ArraySP ScriptedThreadPythonInterface::GetExtendedInfo() { in GetExtendedInfo()
150 StructuredData::ArraySP arr = in GetExtendedInfo()
151 Dispatch<StructuredData::ArraySP>("get_extended_info", error); in GetExtendedInfo()
H A DScriptedProcessPythonInterface.cpp138 StructuredData::ArraySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages()
140 StructuredData::ArraySP array = in GetLoadedImages()
141 Dispatch<StructuredData::ArraySP>("get_loaded_images", error); in GetLoadedImages()
144 return ScriptedInterface::ErrorWithMessage<StructuredData::ArraySP>( in GetLoadedImages()
H A DScriptedThreadPythonInterface.h41 StructuredData::ArraySP GetStackFrames() override;
47 StructuredData::ArraySP GetExtendedInfo() override;
H A DScriptedPythonInterface.cpp31 StructuredData::ArraySP
32 ScriptedPythonInterface::ExtractValueFromPythonObject<StructuredData::ArraySP>( in ExtractValueFromPythonObject()
H A DScriptedPythonInterface.h188 StructuredData::ArraySP
189 ScriptedPythonInterface::ExtractValueFromPythonObject<StructuredData::ArraySP>(
H A DScriptedProcessPythonInterface.h53 StructuredData::ArraySP GetLoadedImages() override;
H A DPythonDataObjects.cpp546 StructuredData::ArraySP PythonList::CreateStructuredArray() const { in CreateStructuredArray()
547 StructuredData::ArraySP result(new StructuredData::Array); in CreateStructuredArray()
617 StructuredData::ArraySP PythonTuple::CreateStructuredArray() const { in CreateStructuredArray()
618 StructuredData::ArraySP result(new StructuredData::Array); in CreateStructuredArray()
H A DPythonDataObjects.h518 StructuredData::ArraySP CreateStructuredArray() const;
538 StructuredData::ArraySP CreateStructuredArray() const;
H A DScriptInterpreterPythonImpl.h134 StructuredData::ArraySP
H A DScriptInterpreterPython.cpp1538 StructuredData::ArraySP ScriptInterpreterPythonImpl::OSPlugin_ThreadsInfo( in OSPlugin_ThreadsInfo()
1568 return StructuredData::ArraySP(); in OSPlugin_ThreadsInfo()
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h60 virtual StructuredData::ArraySP GetLoadedImages() { return {}; } in GetLoadedImages()
98 virtual StructuredData::ArraySP GetStackFrames() { return {}; } in GetStackFrames()
106 virtual StructuredData::ArraySP GetExtendedInfo() { return {}; } in GetExtendedInfo()
H A DScriptInterpreter.h262 virtual StructuredData::ArraySP
264 return StructuredData::ArraySP(); in OSPlugin_ThreadsInfo()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp209 static StructuredData::ArraySP
226 static StructuredData::ArraySP ConvertToStructuredArray( in ConvertToStructuredArray()
351 StructuredData::ArraySP stacks = ConvertToStructuredArray( in RetrieveReportData()
364 StructuredData::ArraySP mops = ConvertToStructuredArray( in RetrieveReportData()
392 StructuredData::ArraySP locs = ConvertToStructuredArray( in RetrieveReportData()
426 StructuredData::ArraySP mutexes = ConvertToStructuredArray( in RetrieveReportData()
445 StructuredData::ArraySP threads = ConvertToStructuredArray( in RetrieveReportData()
473 StructuredData::ArraySP unique_tids = ConvertToStructuredArray( in RetrieveReportData()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp153 StructuredData::ArraySP arr_sp = GetInterface()->GetStackFrames(); in LoadArtificialStackFrames()
352 StructuredData::ArraySP extended_info_sp = GetInterface()->GetExtendedInfo(); in FetchThreadExtendedInfo()
H A DScriptedProcess.cpp318 StructuredData::ArraySP keys = thread_info_sp->GetKeys(); in DoUpdateThreadList()
411 StructuredData::ArraySP loaded_images_sp = GetInterface().GetLoadedImages(); in GetLoadedDynamicLibrariesInfos()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp195 StructuredData::ArraySP names_sp(new StructuredData::Array()); in SerializeToStructuredData()
196 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.cpp90 StructuredData::ArraySP names_array_sp(new StructuredData::Array()); in SerializeToStructuredData()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h155 StructuredData::ArraySP ExtractCrashInfoAnnotations(Process &process);
H A DPlatformDarwin.cpp864 StructuredData::ArraySP annotations = ExtractCrashInfoAnnotations(process); in FetchExtendedCrashInformation()
877 StructuredData::ArraySP
883 StructuredData::ArraySP array_sp = std::make_shared<StructuredData::Array>(); in ExtractCrashInfoAnnotations()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h62 typedef std::shared_ptr<Array> ArraySP; typedef
394 ArraySP GetKeys() const { in GetKeys()
/openbsd/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp171 StructuredData::ArraySP threads_list = in UpdateThreadList()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h38 typedef std::shared_ptr<Array> ArraySP; typedef
/openbsd/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp592 StructuredData::ArraySP(new StructuredData::Array); in BuildConfigurationData()

12