Home
last modified time | relevance | path

Searched refs:GetHitCount (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h33 uint32_t GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount() function
H A DBreakpointLocationList.h127 uint32_t GetHitCount() const;
H A DWatchpointList.h147 uint32_t GetHitCount() const;
H A DBreakpointLocation.h88 uint32_t GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount() function
H A DBreakpoint.h330 uint32_t GetHitCount() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h59 uint32_t GetHitCount();
H A DSBBreakpointLocation.h51 uint32_t GetHitCount();
H A DSBBreakpoint.h70 uint32_t GetHitCount() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp166 uint32_t SBWatchpoint::GetHitCount() { in GetHitCount() function in SBWatchpoint
174 count = watchpoint_sp->GetHitCount(); in GetHitCount()
H A DSBBreakpointLocation.cpp121 uint32_t SBBreakpointLocation::GetHitCount() { in GetHitCount() function in SBBreakpointLocation
128 return loc_sp->GetHitCount(); in GetHitCount()
H A DSBBreakpoint.cpp317 uint32_t SBBreakpoint::GetHitCount() const { in GetHitCount() function in SBBreakpoint
325 count = bkpt_sp->GetHitCount(); in GetHitCount()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp189 uint32_t WatchpointList::GetHitCount() const { in GetHitCount() function in WatchpointList
194 hit_count += (*pos)->GetHitCount(); in GetHitCount()
H A DBreakpointLocation.cpp607 s->Printf("hit count = %-4u\n", GetHitCount()); in GetDescription()
617 (is_hardware ? "hardware, " : ""), GetHitCount()); in GetDescription()
642 is_hardware ? "hardware" : "software", GetHitCount(), in Dump()
H A DBreakpointLocationList.cpp170 uint32_t BreakpointLocationList::GetHitCount() const { in GetHitCount() function in BreakpointLocationList
175 hit_count += (*pos)->GetHitCount(); in GetHitCount()
H A DBreakpointSite.cpp79 GetHitCount()); in Dump()
H A DBreakpoint.cpp322 uint32_t Breakpoint::GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount() function in Breakpoint
870 (uint64_t)num_resolved_locations, GetHitCount()); in GetDescription()
1119 bp.try_emplace("hitCount", (int64_t)GetHitCount()); in GetStatistics()
H A DWatchpoint.cpp365 s->Printf("\n hit_count = %-4u ignore_count = %-4u", GetHitCount(), in DumpWithLevel()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp902 if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount()) { in PerformAction()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5418 breakpoint_location->GetHitCount()); in ComputeDetailsList()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7350 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetHitCount(); in _wrap_SBBreakpoint_GetHitCount()
9096 result = (uint32_t)(arg1)->GetHitCount(); in _wrap_SBBreakpointLocation_GetHitCount()
77054 result = (uint32_t)(arg1)->GetHitCount(); in _wrap_SBWatchpoint_GetHitCount()