Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocationExtensions.i15 …hit_count = property(GetHitCount, doc='A read only property that returns the hit count of this bre…
H A DSBBreakpointExtensions.i55 …hit_count = property(GetHitCount, doc='A read only property that returns the hit count of this bre…
/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.h146 uint32_t GetHitCount() const;
H A DBreakpointLocation.h90 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.cpp187 uint32_t WatchpointList::GetHitCount() const { in GetHitCount() function in WatchpointList
192 hit_count += (*pos)->GetHitCount(); in GetHitCount()
H A DBreakpointLocationList.cpp177 uint32_t BreakpointLocationList::GetHitCount() const { in GetHitCount() function in BreakpointLocationList
182 hit_count += (*pos)->GetHitCount(); in GetHitCount()
H A DBreakpointLocation.cpp614 s->Printf("hit count = %-4u\n", GetHitCount()); in GetDescription()
624 (is_hardware ? "hardware, " : ""), GetHitCount()); in GetDescription()
649 is_hardware ? "hardware" : "software", GetHitCount(), in Dump()
H A DBreakpointSite.cpp79 GetHitCount()); in Dump()
H A DBreakpoint.cpp368 uint32_t Breakpoint::GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount() function in Breakpoint
922 (uint64_t)num_resolved_locations, GetHitCount()); in GetDescription()
1187 bp.try_emplace("hitCount", (int64_t)GetHitCount()); in GetStatistics()
H A DWatchpoint.cpp387 s->Printf("\n hit_count = %-4u ignore_count = %-4u", GetHitCount(), in DumpWithLevel()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp189 shared_library_event_breakpoint_hit_count += bp->GetHitCount(); in ToJSON()
H A DStopInfo.cpp923 if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount()) { in PerformAction()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5420 breakpoint_location->GetHitCount()); in ComputeDetailsList()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8082 result = (uint32_t)((lldb::SBBreakpoint const *)arg1)->GetHitCount(); in _wrap_SBBreakpoint_GetHitCount()
9859 result = (uint32_t)(arg1)->GetHitCount(); in _wrap_SBBreakpointLocation_GetHitCount()
81731 result = (uint32_t)(arg1)->GetHitCount(); in _wrap_SBWatchpoint_GetHitCount()