Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp127 StructuredData::ArraySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages()
129 StructuredData::ArraySP array = in GetLoadedImages()
130 Dispatch<StructuredData::ArraySP>("get_loaded_images", error); in GetLoadedImages()
133 return ScriptedInterface::ErrorWithMessage<StructuredData::ArraySP>( in GetLoadedImages()
H A DScriptedThreadPythonInterface.cpp114 StructuredData::ArraySP ScriptedThreadPythonInterface::GetStackFrames() { in GetStackFrames()
116 StructuredData::ArraySP arr = in GetStackFrames()
117 Dispatch<StructuredData::ArraySP>("get_stackframes", error); in GetStackFrames()
H A DScriptedPythonInterface.cpp38 StructuredData::ArraySP
39 ScriptedPythonInterface::ExtractValueFromPythonObject<StructuredData::ArraySP>( in ExtractValueFromPythonObject()
H A DScriptedPythonInterface.h130 StructuredData::ArraySP
131 ScriptedPythonInterface::ExtractValueFromPythonObject<StructuredData::ArraySP>(
H A DScriptedThreadPythonInterface.h40 StructuredData::ArraySP GetStackFrames() override;
H A DScriptedProcessPythonInterface.h52 StructuredData::ArraySP GetLoadedImages() override;
H A DPythonDataObjects.cpp547 StructuredData::ArraySP PythonList::CreateStructuredArray() const { in CreateStructuredArray()
548 StructuredData::ArraySP result(new StructuredData::Array); in CreateStructuredArray()
618 StructuredData::ArraySP PythonTuple::CreateStructuredArray() const { in CreateStructuredArray()
619 StructuredData::ArraySP result(new StructuredData::Array); in CreateStructuredArray()
H A DPythonDataObjects.h506 StructuredData::ArraySP CreateStructuredArray() const;
526 StructuredData::ArraySP CreateStructuredArray() const;
H A DScriptInterpreterPython.cpp1557 StructuredData::ArraySP ScriptInterpreterPythonImpl::OSPlugin_ThreadsInfo( in OSPlugin_ThreadsInfo()
1564 return StructuredData::ArraySP(); in OSPlugin_ThreadsInfo()
1574 return StructuredData::ArraySP(); in OSPlugin_ThreadsInfo()
1583 return StructuredData::ArraySP(); in OSPlugin_ThreadsInfo()
1589 return StructuredData::ArraySP(); in OSPlugin_ThreadsInfo()
1610 return StructuredData::ArraySP(); in OSPlugin_ThreadsInfo()
H A DScriptInterpreterPythonImpl.h134 StructuredData::ArraySP
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h59 virtual StructuredData::ArraySP GetLoadedImages() { return nullptr; } in GetLoadedImages()
95 virtual StructuredData::ArraySP GetStackFrames() { return nullptr; } in GetStackFrames()
H A DScriptInterpreter.h258 virtual StructuredData::ArraySP
260 return StructuredData::ArraySP(); in OSPlugin_ThreadsInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp318 StructuredData::ArraySP keys = thread_info_sp->GetKeys(); in DoUpdateThreadList()
411 StructuredData::ArraySP loaded_images_sp = GetInterface().GetLoadedImages(); in GetLoadedDynamicLibrariesInfos()
H A DScriptedThread.cpp151 StructuredData::ArraySP arr_sp = GetInterface()->GetStackFrames(); in LoadArtificialStackFrames()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h155 StructuredData::ArraySP ExtractCrashInfoAnnotations(Process &process);
H A DPlatformDarwin.cpp862 StructuredData::ArraySP annotations = ExtractCrashInfoAnnotations(process); in FetchExtendedCrashInformation()
877 StructuredData::ArraySP
883 StructuredData::ArraySP array_sp = std::make_shared<StructuredData::Array>(); in ExtractCrashInfoAnnotations()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h62 typedef std::shared_ptr<Array> ArraySP; typedef
378 ArraySP GetKeys() const { in GetKeys()
/llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp171 StructuredData::ArraySP threads_list = in UpdateThreadList()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSONGenerator.h38 typedef std::shared_ptr<Array> ArraySP; typedef
H A DRNBRemote.cpp5419 JSONGenerator::ArraySP threads_array_sp; in GetJSONThreadsInfo()
5465 JSONGenerator::ArraySP medata_array_sp(new JSONGenerator::Array()); in GetJSONThreadsInfo()
5562 JSONGenerator::ArraySP memory_array_sp(new JSONGenerator::Array()); in GetJSONThreadsInfo()
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp592 StructuredData::ArraySP(new StructuredData::Array); in BuildConfigurationData()

12