Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStructuredData.cpp142 llvm::StringRef key = object->GetStringValue(""); in GetKeys()
183 size_t SBStructuredData::GetStringValue(char *dst, size_t dst_len) const { in GetStringValue() function in SBStructuredData
186 return m_impl_up->GetStringValue(dst, dst_len); in GetStringValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h301 llvm::StringRef GetStringValue(llvm::StringRef fail_value) const;
302 llvm::StringRef GetStringValue() const { return GetStringValue(llvm::StringRef()); } in GetStringValue() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStructuredDataImpl.h143 size_t GetStringValue(char *dst, size_t dst_len) const { in GetStringValue() function
147 llvm::StringRef result = m_data_sp->GetStringValue(); in GetStringValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp82 return obj->GetStringValue().str(); in GetName()
102 return obj->GetStringValue().str(); in GetQueue()
H A DScriptedProcessPythonInterface.cpp183 return obj->GetStringValue().str(); in GetScriptedThreadPluginName()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueArgs.cpp19 llvm::StringRef string_value = value->GetStringValue(); in GetArgs()
H A DOptionValueArray.cpp158 llvm::StringRef string_value = m_values[i]->GetStringValue(); in GetArgs()
H A DOptionValue.cpp408 llvm::StringRef OptionValue::GetStringValue(llvm::StringRef fail_value) const { in GetStringValue() function in OptionValue
H A DOptionValueProperties.cpp461 return value->GetStringValue(fail_value); in GetPropertyAtIndexAsString()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Din_call_stack.py12 name = arg_dict.GetValueForKey('name').GetStringValue(1000)
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp622 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary()
732 loc->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GetLocationDescription()
966 ->GetStringValue() == "external-race") { in GenerateThreadName()
970 ->GetStringValue() == "swift-access-race") { in GenerateThreadName()
987 o->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GenerateThreadName()
1057 ->GetStringValue() != "ThreadSanitizer") in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp206 ->GetStringValue("")); in CreateInstance()
234 std::string(object->GetStringValue()); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBStructuredData.i51 size_t GetStringValue(char *dst, size_t dst_len) const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBStructuredData.h90 size_t GetStringValue(char *dst, size_t dst_len) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp248 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py77 self.crashlog_path = crashlog_path.GetStringValue(4096)
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp309 ->GetStringValue() != "UndefinedBehaviorSanitizer") in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp326 llvm::StringRef key = item->GetStringValue(); in DoUpdateThreadList()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1171 const size_t str_length = value.GetStringValue(nullptr, 0); in FilterAndGetValueForKey()
1173 value.GetStringValue(&str[0], str_length); in FilterAndGetValueForKey()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp575 info_dict->GetValueForKey("shared_cache_uuid")->GetStringValue()); in GetSharedCacheInformation()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp913 SetDescription(value_sp->GetStringValue()); in TestEmulation()
923 arch.SetTriple(llvm::Triple(value_sp->GetStringValue())); in TestEmulation()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h136 llvm::StringRef GetStringValue(const char *fail_value = nullptr) {
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1956 thread_name = std::string(object->GetStringValue()); in SetThreadStopInfo()
1961 queue_name = std::string(object->GetStringValue()); in SetThreadStopInfo()
1963 std::string queue_kind_str = std::string(object->GetStringValue()); in SetThreadStopInfo()
1987 reason = std::string(object->GetStringValue()); in SetThreadStopInfo()
1989 description = std::string(object->GetStringValue()); in SetThreadStopInfo()
2000 std::string(object->GetStringValue()); in SetThreadStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp1065 llvm::StringRef str = m_memory_options.m_string.GetStringValue(); in DoExecute()
1076 m_memory_options.m_expr.GetStringValue(), frame, result_sp)) && in DoExecute()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py910 if targets.GetItemAtIndex(i).GetStringValue(99) == target:

12