Home
last modified time | relevance | path

Searched refs:StringSP (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp178 StringSP m_string_sp;
533 StringSP description_sp(new String); in socket$__interposed__()
563 StringSP description_sp( in socketpair$__interposed__()
616 StringSP description_sp(new String( in open$NOCANCEL$__interposed__()
638 StringSP description_sp( in __open_extended$__interposed__()
677 StringSP description_sp(new String( in shm_open$__interposed__()
698 StringSP description_sp(new String( in accept$__interposed__()
719 StringSP description_sp(new String( in accept$NOCANCEL$__interposed__()
738 StringSP description_sp( in dup$__interposed__()
759 StringSP dup2_close_description_sp( in dup2$__interposed__()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp326 StructuredData::StringSP PythonBytes::CreateStructuredString() const { in CreateStructuredString()
327 StructuredData::StringSP result(new StructuredData::String); in CreateStructuredString()
365 StructuredData::StringSP PythonByteArray::CreateStructuredString() const { in CreateStructuredString()
366 StructuredData::StringSP result(new StructuredData::String); in CreateStructuredString()
438 StructuredData::StringSP PythonString::CreateStructuredString() const { in CreateStructuredString()
439 StructuredData::StringSP result(new StructuredData::String); in CreateStructuredString()
H A DPythonDataObjects.h426 StructuredData::StringSP CreateStructuredString() const;
444 StructuredData::StringSP CreateStructuredString() const;
466 StructuredData::StringSP CreateStructuredString() const;
H A DScriptInterpreterPythonImpl.h137 StructuredData::StringSP
H A DScriptInterpreterPython.cpp1571 StructuredData::StringSP
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h267 virtual StructuredData::StringSP
270 return StructuredData::StringSP(); in OSPlugin_RegisterContextData()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp86 StructuredData::StringSP item(new StructuredData::String(name)); in SerializeToStructuredData()
H A DBreakpointResolverName.cpp198 names_sp->AddItem(StructuredData::StringSP( in SerializeToStructuredData()
H A DBreakpointOptions.cpp47 StructuredData::StringSP item_sp( in SerializeToStructuredData()
H A DBreakpoint.cpp93 StructuredData::StringSP(new StructuredData::String(name))); in SerializeToStructuredData()
/openbsd/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp326 StructuredData::StringSP reg_context_data = in CreateRegisterContextForThread()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h42 typedef std::shared_ptr<String> StringSP; typedef
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h66 typedef std::shared_ptr<String> StringSP; typedef