Home
last modified time | relevance | path

Searched refs:watch_size (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupWatchpoint.cpp90 error = watch_size.SetValueFromString(option_arg); in SetOptionValue()
91 if (watch_size.GetCurrentValue() == 0) in SetOptionValue()
107 watch_size.Clear(); in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupWatchpoint.h45 OptionValueUInt64 watch_size;
44 uint32_t watch_size; global() variable
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp122 size_t watch_size = 0; in GetWatchSize() local
128 watch_size = watchpoint_sp->GetByteSize(); in GetWatchSize()
131 return watch_size; in GetWatchSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg.cpp361 uint32_t watch_size; in GetWatchpointHitIndex() local
365 watch_size = GetWatchpointSize(wp_index); in GetWatchpointHitIndex()
369 trap_addr < watch_addr + watch_size) { in GetWatchpointHitIndex()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp878 m_option_watchpoint.watch_size.GetCurrentValue() == 0 in DoExecute()
880 : m_option_watchpoint.watch_size.GetCurrentValue(); in DoExecute()
1052 if (m_option_watchpoint.watch_size.GetCurrentValue() != 0) in DoExecute()
1053 size = m_option_watchpoint.watch_size.GetCurrentValue(); in DoExecute()