Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A Dbktptcmd.py12 se_string = se_value.GetStringValue(100)
17 se_string = se_value.GetStringValue(100)
22 se_string = se_value.GetStringValue(100)
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp43 ASSERT_EQ(copy_sp->GetStringValue(), "ab"); in TEST()
47 ASSERT_EQ(copy_sp->GetStringValue(), "abc"); in TEST()
69 ASSERT_EQ((*args_copy_ptr)[0]->GetStringValue(), "A"); in TEST()
71 ASSERT_EQ((*args_copy_ptr)[1]->GetStringValue(), "B"); in TEST()
77 ASSERT_EQ((*args_copy_ptr)[2]->GetStringValue(), "C"); in TEST()
/llvm-project-15.0.7/lldb/test/API/python_api/sbstructureddata/
H A DTestStructuredDataAPI.py100 output = string_struct.GetStringValue(25)
131 output = int_struct.GetStringValue(25)
192 output = string_struct.GetStringValue(5)
201 output = string_struct.GetStringValue(5)
/llvm-project-15.0.7/lldb/test/API/functionalities/diagnostic_reporting/
H A DTestDiagnosticReporting.py33 diagnostic_data.GetValueForKey("type").GetStringValue(100),
36 diagnostic_data.GetValueForKey("message").GetStringValue(100),
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/test/API/functionalities/step_scripted/
H A DSteps.py48 func_name = func_entry.GetStringValue(100)
91 self.key = args_data.GetValueForKey("token").GetStringValue(1000)
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h290 llvm::StringRef GetStringValue(llvm::StringRef fail_value) const;
291 llvm::StringRef GetStringValue() const { return GetStringValue(llvm::StringRef()); } in GetStringValue() function
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp80 return obj->GetStringValue().str(); in GetName()
100 return obj->GetStringValue().str(); in GetQueue()
H A DScriptedProcessPythonInterface.cpp172 return obj->GetStringValue().str(); in GetScriptedThreadPluginName()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueArgs.cpp19 llvm::StringRef string_value = value->GetStringValue(); in GetArgs()
H A DOptionValueArray.cpp150 llvm::StringRef string_value = m_values[i]->GetStringValue(); in GetArgs()
/llvm-project-15.0.7/lldb/examples/python/
H A Din_call_stack.py12 name = arg_dict.GetValueForKey('name').GetStringValue(1000)
/llvm-project-15.0.7/lldb/unittests/API/
H A DSBStructuredDataTest.cpp34 EXPECT_EQ(data.GetStringValue(dst, sizeof(dst)), 0ul); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp619 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary()
729 loc->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GetLocationDescription()
962 ->GetStringValue() == "external-race") { in GenerateThreadName()
966 ->GetStringValue() == "swift-access-race") { in GenerateThreadName()
983 o->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GenerateThreadName()
1054 ->GetStringValue() != "ThreadSanitizer") in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBStructuredData.i51 size_t GetStringValue(char *dst, size_t dst_len) const;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp207 ->GetStringValue("")); in CreateInstance()
235 std::string(object->GetStringValue()); in CreateInstance()
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dstack_core_scripted_process.py27 idx = int(self.backing_target_idx.GetStringValue(100))
110 return int(data.GetStringValue(100))
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Lua/
H A Dbreakpoint_function_callback.test7 if c then print(c:GetValueForKey("foo"):GetStringValue(32)) end
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/
H A Dstop_hook.py20 incr_as_str = value.GetStringValue(100)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A Dresolver.py18 sym_name = sym_item.GetStringValue(1000)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBStructuredData.h90 size_t GetStringValue(char *dst, size_t dst_len) const;
/llvm-project-15.0.7/lldb/test/API/commands/platform/basic/
H A DTestPlatformPython.py32 platform_name = platform_data.GetValueForKey('name').GetStringValue(100)
/llvm-project-15.0.7/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py54 self.crashlog_path = crashlog_path.GetStringValue(4096)
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp247 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()

12