Home
last modified time | relevance | path

Searched refs:count_value (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp243 Value count_value; // unsigned long count in NotifyBreakpointHit() local
259 count_value.SetValueType(Value::ValueType::Scalar); in NotifyBreakpointHit()
260 count_value.SetCompilerType(clang_uint32_type); in NotifyBreakpointHit()
262 count_value.SetValueType(Value::ValueType::Scalar); in NotifyBreakpointHit()
263 count_value.SetCompilerType(clang_uint64_type); in NotifyBreakpointHit()
270 argument_values.PushValue(count_value); in NotifyBreakpointHit()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp575 auto count_value = in GetBacktraceThreadFromException() local
577 if (!count_value) in GetBacktraceThreadFromException()
579 size_t count = count_value->GetValueAsUnsigned(0); in GetBacktraceThreadFromException()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp113 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings() local
242 count_value = 8; in FinalizeSettings()
263 count_value = 4; in FinalizeSettings()