Searched refs:CheckStructuredDataObject (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedThreadPythonInterface.cpp | 69 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error)) in GetThreadID() 79 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error)) in GetName() 89 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error)) in GetState() 99 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error)) in GetQueue() 110 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, dict, error)) in GetStopReason() 121 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, arr, error)) in GetStackFrames() 132 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, dict, error)) in GetRegisterInfo() 142 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error)) in GetRegisterContext() 153 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, arr, error)) in GetExtendedInfo()
|
H A D | ScriptedProcessPythonInterface.cpp | 71 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error)) in ShouldStop() 100 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, dict, error)) in GetThreadsInfo() 111 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error)) in GetThreadWithID() 159 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error)) in GetProcessID() 169 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error)) in IsAlive() 180 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error)) in GetScriptedThreadPluginName() 196 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, dict, error)) in GetMetadata()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | ScriptedInterface.h | 46 bool CheckStructuredDataObject(llvm::StringRef caller, T obj, Status &error) { in CheckStructuredDataObject() function
|