Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupWatchpoint.cpp67 bool OptionGroupWatchpoint::IsWatchSizeSupported(uint32_t watch_size) { in IsWatchSizeSupported() argument
71 if (watch_size == size.value) in IsWatchSizeSupported()
99 watch_size = (uint32_t)OptionArgParser::ToOptionEnum( in SetOptionValue()
114 watch_size = 0; in OptionParsingStarting()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupWatchpoint.h24 static bool IsWatchSizeSupported(uint32_t watch_size);
45 uint32_t watch_size; variable
/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler_unittest.cc27 explicit SamplesCollector(size_t watch_size) : watch_size_(watch_size) {} in SamplesCollector() argument
/external/llvm-project/lldb/source/API/
DSBWatchpoint.cpp131 size_t watch_size = 0; in GetWatchSize() local
137 watch_size = watchpoint_sp->GetByteSize(); in GetWatchSize()
140 return watch_size; in GetWatchSize()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_arm.cpp682 uint32_t watch_size; in GetWatchpointHitIndex() local
686 watch_size = GetWatchpointSize(wp_index); in GetWatchpointHitIndex()
690 trap_addr < watch_addr + watch_size) { in GetWatchpointHitIndex()
DNativeRegisterContextLinux_ppc64le.cpp668 uint32_t watch_size; in GetWatchpointHitIndex() local
672 watch_size = GetWatchpointSize(wp_index); in GetWatchpointHitIndex()
676 trap_addr <= watch_addr + watch_size) { in GetWatchpointHitIndex()
DNativeRegisterContextLinux_arm64.cpp818 uint32_t watch_size; in GetWatchpointHitIndex() local
822 watch_size = GetWatchpointSize(wp_index); in GetWatchpointHitIndex()
826 trap_addr < watch_addr + watch_size) { in GetWatchpointHitIndex()
/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp957 size = m_option_watchpoint.watch_size == 0 in DoExecute()
959 : m_option_watchpoint.watch_size; in DoExecute()
1139 if (m_option_watchpoint.watch_size != 0) in DoExecute()
1140 size = m_option_watchpoint.watch_size; in DoExecute()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dev_poll_posix.cc988 const size_t watch_size = sizeof(*watchers) * (pollset->fd_count + 2); local
989 void* buf = gpr_malloc(pfd_size + watch_size);
/external/grpc-grpc/src/core/lib/iomgr/
Dev_poll_posix.cc1024 const size_t watch_size = sizeof(*watchers) * (pollset->fd_count + 2); local
1025 void* buf = gpr_malloc(pfd_size + watch_size);